aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 75fbaa13b9..3c1638fd6f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2012-10-26 Stefan Monnier <[email protected]>
+
+ * 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" (bug#12584).
+
2012-10-26 Martin Rudalics <[email protected]>
* mouse.el (mouse-drag-line): Move last form into preceding when
@@ -8,7 +13,7 @@
2012-10-25 David Engster <[email protected]>
* emacs-lisp/eieio.el (eieio-update-lisp-imenu-expression):
- Removed. This feature is already integrated in imenu.
+ Remove. This feature is already integrated in imenu.
* emacs-lisp/eieio-opt.el: Remove require for `button' since it is
always loaded. Require `speedbar' unconditionally.