diff options
| author | Stefan Monnier | 2012-10-26 11:51:42 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-10-26 11:51:42 -0400 |
| commit | a2be03575f558aa741e40cd96fbe208092c3a1e7 (patch) | |
| tree | f55caebff8382e8dafc8c71f43d8ee1e892ee00f /lisp/ChangeLog | |
| parent | 00323fb326b63bed91aadbef861a234f9299cdbc (diff) | |
| download | emacs-a2be03575f558aa741e40cd96fbe208092c3a1e7.tar.gz emacs-a2be03575f558aa741e40cd96fbe208092c3a1e7.zip | |
* lisp/vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".
(diff-refine-hunk): Similarly, handle the "no LF at eol".
Fixes: debbugs:12584
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 75fbaa13b92..3c1638fd6f8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-10-26 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol". | ||
| 4 | (diff-refine-hunk): Similarly, handle the "no LF at eol" (bug#12584). | ||
| 5 | |||
| 1 | 2012-10-26 Martin Rudalics <rudalics@gmx.at> | 6 | 2012-10-26 Martin Rudalics <rudalics@gmx.at> |
| 2 | 7 | ||
| 3 | * mouse.el (mouse-drag-line): Move last form into preceding when | 8 | * mouse.el (mouse-drag-line): Move last form into preceding when |
| @@ -8,7 +13,7 @@ | |||
| 8 | 2012-10-25 David Engster <deng@randomsample.de> | 13 | 2012-10-25 David Engster <deng@randomsample.de> |
| 9 | 14 | ||
| 10 | * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression): | 15 | * emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression): |
| 11 | Removed. This feature is already integrated in imenu. | 16 | Remove. This feature is already integrated in imenu. |
| 12 | 17 | ||
| 13 | * emacs-lisp/eieio-opt.el: Remove require for `button' since it is | 18 | * emacs-lisp/eieio-opt.el: Remove require for `button' since it is |
| 14 | always loaded. Require `speedbar' unconditionally. | 19 | always loaded. Require `speedbar' unconditionally. |