aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorLeo Liu2014-06-24 07:09:20 +0800
committerLeo Liu2014-06-24 07:09:20 +0800
commit96559792e1c45918fcb147a01772d02556b26d00 (patch)
treeb2a71c9bb35bac83dea5597408fd752d83902c9e /lisp/ChangeLog
parent027676cc19d67b70b734526486011dcff8ee2e78 (diff)
downloademacs-96559792e1c45918fcb147a01772d02556b26d00.tar.gz
emacs-96559792e1c45918fcb147a01772d02556b26d00.zip
* align.el (align-adjust-col-for-rule): Unbreak due to defaulting
tab-stop-list to nil. * indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop. (indent-rigidly-left-to-tab-stop) (indent-rigidly-right-to-tab-stop, tab-to-tab-stop) (move-to-tab-stop): Change callers. Fixes: debbugs:16381
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 471b4494011..38dbdfbd8f1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12014-06-23 Leo Liu <sdl.web@gmail.com>
2
3 * align.el (align-adjust-col-for-rule): Unbreak due to defaulting
4 tab-stop-list to nil. (Bug#16381)
5
6 * indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop.
7 (indent-rigidly-left-to-tab-stop)
8 (indent-rigidly-right-to-tab-stop, tab-to-tab-stop)
9 (move-to-tab-stop): Change callers.
10
12014-06-22 Eli Zaretskii <eliz@gnu.org> 112014-06-22 Eli Zaretskii <eliz@gnu.org>
2 12
3 * skeleton.el (skeleton-insert): Yet another fix of the doc string 13 * skeleton.el (skeleton-insert): Yet another fix of the doc string