diff options
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a63125ea226..e70f7679623 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2006-01-29 Juanma Barranquero <lekktu@gmail.com> + + * bs.el (bs--format-aux): Implement `middle' alignment as + described in the docstring for `bs-attributes-list'. + (bs--get-name): Simplify. Don't pad the buffer name. + 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es> * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no @@ -46,7 +52,7 @@ (widget-keymap): Use advertised-widget-backward for S-TAB. * tumme.el: Correct the keywords. - (tumme-dir-max-size): USe defvar. + (tumme-dir-max-size): Use defvar. (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie. * simple.el (move-beginning-of-line): Take account of fields. @@ -141,8 +147,8 @@ * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local and permanent-local. - (thumbs-max-image-number): New variable. Make it - (thumbs-do-thumbs-insertion): Use them + (thumbs-max-image-number): New variable. + (thumbs-do-thumbs-insertion): Use them. (thumbs-per-line): Change default to 4. (thumbs-marked-list): Rename from thumbs-markedL. (thumbs-cleanup-thumbsdir, thumbs-delete-images) |