diff options
| author | Leo Liu | 2014-06-24 07:09:20 +0800 |
|---|---|---|
| committer | Leo Liu | 2014-06-24 07:09:20 +0800 |
| commit | 96559792e1c45918fcb147a01772d02556b26d00 (patch) | |
| tree | b2a71c9bb35bac83dea5597408fd752d83902c9e /lisp/ChangeLog | |
| parent | 027676cc19d67b70b734526486011dcff8ee2e78 (diff) | |
| download | emacs-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/ChangeLog | 10 |
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 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-06-22 Eli Zaretskii <eliz@gnu.org> | 11 | 2014-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 |