*** empty log message ***

This commit is contained in:
Nick Roberts 2006-05-27 22:44:18 +00:00
parent e8f6b0db19
commit 27e53d7c86

View file

@ -1,3 +1,8 @@
2006-05-28 Nick Roberts <nickrob@snap.net.nz>
* tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
(tumme-show-all-from-dir): Add autoload.
2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
* tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
@ -5,37 +10,33 @@
2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
* 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 <mathias.dahl@gmail.com>
* 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 <teirllm@auburn.edu>
* shell.el (shell-mode): Call shell-dirtrack-mode after
@ -139,15 +140,12 @@
2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
* 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 <ttn@gnu.org>
* emacs-lisp/bindat.el (bindat-unpack, bindat-pack):