From: Nick Roberts Date: Sat, 27 May 2006 22:44:18 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~2242 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=27e53d7c8688b4d032e71dd728fab98ae9b4202b;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6fadf8613a9..a26ff639b93 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2006-05-28 Nick Roberts + + * tumme.el (tumme-show-all-from-dir-max-files): Fix typo. + (tumme-show-all-from-dir): Add autoload. + 2006-05-27 Mathias Dahl * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'. @@ -5,37 +10,33 @@ 2006-05-27 Thien-Thi Nguyen - * emacs-lisp/ewoc.el (ewoc--create): No longer - take HEADER and FOOTER args. Update unique caller. - + * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and + FOOTER args. Update unique caller. (ewoc-delete): Compute last node once before looping. - (ewoc--node-branch): Merge into unique caller. - - (ewoc--node): Don't define constructor - make-ewoc--node for this structure. - - * emacs-lisp/ewoc.el (ewoc): Add member `hf-pp' to this structure. + (ewoc--node): Don't define constructor make-ewoc--node for this + structure. + (ewoc): Add member `hf-pp' to this structure. (ewoc--wrap): New func. (ewoc-create): Take additional arg NOSEP. If nil, wrap node and header/footer pretty-printers. Save header/footer pretty-printer. - (ewoc-set-hf): Use ewoc's header/footer pretty-printer. + (ewoc-set-hf): Use ewoc's header/footer pretty-printer. * + * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'. 2006-05-27 Mathias Dahl * dired.el (dired-mode-map): Change `tumme-tag-remove' to - `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image + `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image Tag'. Change "Compare directories..." to "Change Directories...". - + Move tumme commands to Operate, Regexp and Immediate menus. + Change "Add Comment" to "Add Image Comment". Change "Add Image + Tag" to "Add Image Tags". + * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'. (tumme-setup-dired-keybindings): Change `tumme-add-remove' to `tumme-delete-tag'. - * dired.el (dired-mode-map): Move tumme commands to Operate, - Regexp and Immediate menus. Change "Add Comment" to "Add Image - Comment". Change "Add Image Tag" to "Add Image Tags". - 2006-05-26 Luc Teirlinck * shell.el (shell-mode): Call shell-dirtrack-mode after @@ -139,15 +140,12 @@ 2006-05-25 Mathias Dahl * dired.el (dired-mode-map): Add help-echo strings to tumme - commands. + commands. Bind `tumme-dired-display-image' to C-t i. * tumme.el (tumme-display-image): Change documentation string slightly. (tumme-dired-display-image): Add call to `display-buffer'. - * dired.el (dired-mode-map): Bind `tumme-dired-display-image' - to C-t i. - 2006-05-25 Thien-Thi Nguyen * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):