diff options
| author | Leo Liu | 2014-06-26 07:53:37 +0800 |
|---|---|---|
| committer | Leo Liu | 2014-06-26 07:53:37 +0800 |
| commit | 83d208a5dd293caae48beb9d36dd45529375631a (patch) | |
| tree | e8075fee7dc607ebfa34779edf3e929c8fca6b63 /lisp/ChangeLog | |
| parent | 30a42a5bedfbfaab72da862826f43291fe771ce8 (diff) | |
| download | emacs-83d208a5dd293caae48beb9d36dd45529375631a.tar.gz emacs-83d208a5dd293caae48beb9d36dd45529375631a.zip | |
Fix a few packages to work with nil tab-stop-list
* indent.el (indent-accumulate-tab-stops): New function.
* textmodes/picture.el (picture-set-tab-stops):
* ruler-mode.el (ruler-mode-mouse-add-tab-stop)
(ruler-mode-ruler): Fix to work with nil tab-stop-list.
* progmodes/asm-mode.el (asm-calculate-indentation): Use
indent-next-tab-stop.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7a46cf11a15..386e0660c5f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2014-06-25 Leo Liu <sdl.web@gmail.com> | ||
| 2 | |||
| 3 | * textmodes/picture.el (picture-set-tab-stops): | ||
| 4 | * ruler-mode.el (ruler-mode-mouse-add-tab-stop) | ||
| 5 | (ruler-mode-ruler): Fix to work with nil tab-stop-list. | ||
| 6 | |||
| 7 | * progmodes/asm-mode.el (asm-calculate-indentation): Use | ||
| 8 | indent-next-tab-stop. | ||
| 9 | |||
| 10 | * indent.el (indent-accumulate-tab-stops): New function. | ||
| 11 | |||
| 1 | 2014-06-25 Stefan Monnier <monnier@iro.umontreal.ca> | 12 | 2014-06-25 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 13 | ||
| 3 | * emacs-lisp/package.el (package-list-unsigned): New var (bug#17625). | 14 | * emacs-lisp/package.el (package-list-unsigned): New var (bug#17625). |