aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d6d96545165..7bce53d7caf 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12013-04-25 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/smie.el (smie-indent--hanging-p): Don't burp at EOB.
4 (smie-indent-keyword): Improve the check to ensure that the next
5 comment is really on the same line.
6 (smie-indent-comment): Don't align with a subsequent closer (or eob).
7
8 * progmodes/octave-mod.el (octave-smie-forward-token): Only emit
9 semi-colons if the line is not otherwise empty (bug#14218).
10
12013-04-25 Glenn Morris <rgm@gnu.org> 112013-04-25 Glenn Morris <rgm@gnu.org>
2 12
3 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case. 13 * vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.