branch: master
commit ab5ab2f8ad0f917f72bef561115573596f9089dd
Author: Stefan Monnier
Commit: Stefan Monnier
* ada-mode, wisi: Fix file access rights
---
packages/ada-mode/NEWS | 0
packages/ada-mode/README | 0
packages/ada-mode/ada-gna
branch: master
commit 7de4e3f71fe65c16eca7a7fab6b9cb2fd406c431
Author: Stefan Monnier
Commit: Stefan Monnier
* landmark/landmark.el: Avoid `eval`; plus cosmetic changes
Remove redundant :group arguments. Use #' to refer to function names.
(landmark-nslify-wts, landmark): Don't
branch: master
commit cd2e1f69b64ecd2dd172be342ba14334bee72492
Author: Stefan Monnier
Commit: Stefan Monnier
* landmark/landmark.el (Commentary): Mention algorithm's origin
---
packages/landmark/landmark.el | 11 +--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/pack
branch: master
commit 262a6d5de6382f4f540262a35685b92fe96b8088
Author: Philipp Stephani
Commit: Philipp Stephani
Add a LICENSE file
---
LICENSE | 674
1 file changed, 674 insertions(+)
diff --git a/LICENSE b/LICENSE
new file
branch: master
commit 7964c46d453e48de3e9792de0759aa17cf9bf38d
Merge: cd8bbda 069a925
Author: Dmitry Gutov
Commit: Dmitry Gutov
Merge commit '069a9259269a9a5b0b7aebbae9595675a59c' from diff-hl
---
packages/diff-hl/LICENSE| 674
packages/d
branch: master
commit 069a9259269a9a5b0b7aebbae9595675a59c
Author: Dmitry Gutov
Commit: Dmitry Gutov
Bump the version
---
diff-hl.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/diff-hl.el b/diff-hl.el
index 0567664..5ef4f88 100644
--- a/diff-hl.el
+++ b/diff-hl.e
branch: master
commit 154c64affe7bdd16da814d198277d29bd1b6bb2a
Merge: 190622d 262a6d5
Author: Dmitry Gutov
Commit: GitHub
Merge pull request #105 from phst/license
Add a LICENSE file
---
LICENSE | 674
1 file changed,
branch: master
commit 93aa34da8ec11aa3818decee8751f5de2e028c03
Author: Evgeni Kolev
Commit: Evgeni Kolev
Make sure buffer is not narrowed when reverting a hunk
---
diff-hl.el | 94 --
1 file changed, 48 insertions(+), 46 deletions(
branch: master
commit f8ce39d157144ee4b22d386dd40673ea7f87ecd7
Author: Dmitry Gutov
Commit: Dmitry Gutov
Solve the "cloned indirect buffer" problem
https://github.com/dgutov/diff-hl/commit/fdbf34a93d6b249ba20d9e7501dfa026aa88ac04#commitcomment-18802844
---
diff-hl.el | 4
1 f
branch: master
commit 09b9354a8e703d24c132ee08d6c92eee1421fbd9
Author: Dmitry Gutov
Commit: Dmitry Gutov
Add a variable for the diff-hl-mode lighter
#64
---
diff-hl.el | 11 +--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/diff-hl.el b/diff-hl.el
index 5f45
branch: master
commit 1f864d6bf26d9e17de78cf29ba1455b7cefdc811
Author: Tom Willemse
Commit: Tom Willemse
Fix revert prompt
The ‘yes-or-no-p’ procedure doesn’t pad its prompt argument with a
space so before this commit the prompt becomes:
Revert current hunk in ?(yes
branch: master
commit 190622d3fa2c3237529ec073a8fa00aee06023a1
Author: Dmitry Gutov
Commit: Dmitry Gutov
Fix #102
---
diff-hl-flydiff.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/diff-hl-flydiff.el b/diff-hl-flydiff.el
index 5b1522c..2c32208 100644
--- a/diff-hl-
branch: master
commit f0b945a4c4ac31cfccd72e885bacae652d3765f9
Author: Wilfred Hughes
Commit: Wilfred Hughes
Don't call vc-state unless the file exists
If a buffer is visiting a file whose parent directory has been
renamed, vc-state throws an error because (buffer-file-path) no
branch: master
commit 9ef21e4ea2389545417741e20a89d92bfd72d6ff
Merge: bec9889 f0b945a
Author: Dmitry Gutov
Commit: GitHub
Merge pull request #93 from Wilfred/handle_file_move
Don't attempt to highlight in a file that doesn't exist
---
diff-hl-flydiff.el | 1 +
diff-hl.el |
branch: master
commit fa74f2f513351464f01a133b145339014811d042
Merge: 0c8bf49 1f864d6
Author: Dmitry Gutov
Commit: GitHub
Merge pull request #80 from ryuslash/master
Fix revert prompt
---
diff-hl.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/diff-hl.el b/di
branch: master
commit a626bf84b7a7743abe5b22e8f231f90279fde815
Merge: a48699f 93aa34d
Author: Dmitry Gutov
Commit: GitHub
Merge pull request #109 from edkolev/revert-hunk-in-narrowed-buffer
Make `diff-hl-revert-hunk` work on narrowed buffers
---
diff-hl.el | 94
branch: master
commit 0c8bf49c6f351d70ab5f32ff9f26b74ee1df3948
Author: Dmitry Gutov
Commit: Dmitry Gutov
New option: diff-hl-margin-symbols-alist
Closes #78.
---
diff-hl-margin.el | 46 --
1 file changed, 32 insertions(+), 14 deletions(-)
branch: master
commit c476e4080de7bea98a7a9a1173df20397d1c7671
Author: Dmitry Gutov
Commit: Dmitry Gutov
Update the Requirements section
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 725466b..0ed1bdf 100644
--- a/README.md
+++
branch: master
commit 04c3b0186832ecd2fde843a11adb092c683d3ac9
Author: Wilfred Hughes
Commit: Wilfred Hughes
Use `user-error' when we can't proceed.
In these situations, it's not a bug with the code, and opening the emacs
debugger is not useful. By using `user-error', the debugg
branch: master
commit 63f1687aafb4449761bb19f3f5f1b677ab1b5d91
Author: Dmitry Gutov
Commit: Dmitry Gutov
diff-hl-dired-update: Handle up-to-date entries properly
---
diff-hl-dired.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/diff-hl-dired.el b/diff-hl-dired.el
branch: master
commit 8dab38972461869d2b72088dc8473cca3ad650de
Author: Dmitry Gutov
Commit: Dmitry Gutov
Add separate set of faces for diff-hl-margin-mode
Closes #87.
---
diff-hl-margin.el | 16 ++--
1 file changed, 14 insertions(+), 2 deletions(-)
diff --git a/diff-hl
branch: master
commit 027b0d2c37c1d6aed5349d75d116b5eb78acffa4
Author: Dmitry Gutov
Commit: Dmitry Gutov
diff-hl-revert-hunk: Emphasize the hunk
#111
---
diff-hl.el | 14 +-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/diff-hl.el b/diff-hl.el
index 4361
dgutov pushed a change to branch master.
from cd8bbda Merge commit '5adb0be1dfa1c9767e888eee5892a10a1f81d582'
from company
new f8ce39d Solve the "cloned indirect buffer" problem
new 0c8bf49 New option: diff-hl-margin-symbols-alist
new 1f864d6 Fix revert prom
branch: master
commit bec9889de7bf48d28826039880cec9bfad24a628
Author: Dmitry Gutov
Commit: Dmitry Gutov
Define diff-hl-margin-unknown and diff-hl-margin-ignored
For diff-hl-dired-mode together with diff-hl-margin-mode
Reported in #92.
---
diff-hl-margin.el | 8
1
branch: master
commit 6a09f779e14ab3cf19f1ce32b15ce84bd3e53eeb
Merge: fa74f2f 04c3b01
Author: Dmitry Gutov
Commit: GitHub
Merge pull request #81 from Wilfred/user_error_no_hunks
Use `user-error` when we can't proceed
---
diff-hl.el | 10 +-
1 file changed, 5 insertions(+),
branch: master
commit a48699f6c3ec38d912bfe78b88d2aae505b55b0a
Author: Dmitry Gutov
Commit: Dmitry Gutov
#111 Extract diff-hl-highlight-revert-hunk-function
---
diff-hl.el | 27 +++
1 file changed, 19 insertions(+), 8 deletions(-)
diff --git a/diff-hl.el b/diff-hl.e
branch: master
commit 3e9d26407e8767375e75757e5adcb23a6fe94985
Author: Dmitry Gutov
Commit: Dmitry Gutov
Clean up diff-hl-dired process buffers
Closes #89.
---
diff-hl-dired.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/diff-hl-dired.el b/diff-hl-dired.e
branch: master
commit ce93571117e945df076c274e721cd5bac7037eee
Author: Dmitry Gutov
Commit: Dmitry Gutov
Add some FIXMEs related to #71
---
diff-hl-flydiff.el | 1 +
diff-hl.el | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/diff-hl-flydiff.el b/diff-hl-flydif
branch: master
commit 1d672dd0b2fc3ee723c77f227203c1acd80434a5
Author: Dmitry Gutov
Commit: Dmitry Gutov
Clarify diff-hl-flydiff-mode docstring
---
diff-hl-flydiff.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/diff-hl-flydiff.el b/diff-hl-flydiff.el
index 7f0c
branch: master
commit 5ed4918484e9d6de80fffea63afdc1f8b8f1b32b
Author: Dmitry Gutov
Commit: Dmitry Gutov
Use company-capf--current-completion-data in more places
#845
---
company-capf.el | 27 ---
1 file changed, 16 insertions(+), 11 deletions(-)
diff --git
branch: master
commit 0af41635943deae8928f07888c84e6efd22d318a
Author: Dmitry Gutov
Commit: Dmitry Gutov
Remove an old workaround from company-capf
Seems to have been fixed in 4fa5a3753091b6911e27a8ff579a7861dc7ab9f9.
---
company-capf.el | 16 ++--
1 file changed, 2 ins
branch: master
commit 526aa5b3cffb93e07313ace7a3902be19f46eddf
Author: Dmitry Gutov
Commit: Dmitry Gutov
Discard company-capf--current-completion-data when we can
#845
---
company-capf.el | 17 +++--
1 file changed, 15 insertions(+), 2 deletions(-)
diff --git a/company
branch: master
commit 373c0789070017446c8b0b1dc115c154bfbdac53
Author: João Távora
Commit: Dmitry Gutov
company-capf: Use exit-function that came with the completion table in use
Before, capf-data was fetched again after the completion is inserted,
which caused problems when exi
dgutov pushed a change to branch master.
from 652ba99 [el-search] Make replacement editable and ediff'able
new 0af4163 Remove an old workaround from company-capf
new 373c078 company-capf: Use exit-function that came with the
completion table in use
new 5ed4918
branch: master
commit cd8bbda4c760dcfc5ac43381c4c5ec67128850d6
Merge: 652ba99 5adb0be
Author: Dmitry Gutov
Commit: Dmitry Gutov
Merge commit '5adb0be1dfa1c9767e888eee5892a10a1f81d582' from company
---
packages/company/NEWS.md | 5
packages/company/company-capf.el | 51
branch: master
commit b37cab3490a2f3937d5f7c554949c7700acb8f2c
Author: Dmitry Gutov
Commit: Dmitry Gutov
company-completion-cancelled-hook: Don't remove-hook
#845
---
company-capf.el | 6 +-
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/company-capf.el b/company-
branch: master
commit 5adb0be1dfa1c9767e888eee5892a10a1f81d582
Author: Dmitry Gutov
Commit: Dmitry Gutov
Release 0.9.8
---
NEWS.md| 5 +
company.el | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/NEWS.md b/NEWS.md
index d75973c..753bd6e 100644
--- a/NEWS.md
+++
branch: master
commit 23f930b0f99f72b799329acaf92649900c5c3cd4
Author: Dmitry Gutov
Commit: Dmitry Gutov
Make company-capf--current-completion-data buffer-local
#845
Hopefully no backend returns big enough data for memory usage to be a
problem.
---
company-capf.el | 3 ++-
branch: master
commit 652ba99046e18808b26523fc44d5bf3f7458c19f
Author: Michael Heerdegen
Commit: Michael Heerdegen
[el-search] Make replacement editable and ediff'able
Make the 'el-search-query-replace' replacement editable and ediff'able
using a temporary buffer. Update header
39 matches
Mail list logo