aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2006-05-27 22:44:18 +0000
committerNick Roberts2006-05-27 22:44:18 +0000
commit27e53d7c8688b4d032e71dd728fab98ae9b4202b (patch)
tree3685eb31ef1215b72f4ab48fed0f05188df8f0a9
parente8f6b0db19708c117c820c6e504fbf4932462247 (diff)
downloademacs-27e53d7c8688b4d032e71dd728fab98ae9b4202b.tar.gz
emacs-27e53d7c8688b4d032e71dd728fab98ae9b4202b.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog38
1 files changed, 18 insertions, 20 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6fadf8613a9..a26ff639b93 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12006-05-28 Nick Roberts <nickrob@snap.net.nz>
2
3 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
4 (tumme-show-all-from-dir): Add autoload.
5
12006-05-27 Mathias Dahl <mathias.dahl@gmail.com> 62006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
2 7
3 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'. 8 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
@@ -5,37 +10,33 @@
5 10
62006-05-27 Thien-Thi Nguyen <ttn@gnu.org> 112006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
7 12
8 * emacs-lisp/ewoc.el (ewoc--create): No longer 13 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
9 take HEADER and FOOTER args. Update unique caller. 14 FOOTER args. Update unique caller.
10
11 (ewoc-delete): Compute last node once before looping. 15 (ewoc-delete): Compute last node once before looping.
12
13 (ewoc--node-branch): Merge into unique caller. 16 (ewoc--node-branch): Merge into unique caller.
14 17 (ewoc--node): Don't define constructor make-ewoc--node for this
15 (ewoc--node): Don't define constructor 18 structure.
16 make-ewoc--node for this structure. 19 (ewoc): Add member `hf-pp' to this structure.
17
18 * emacs-lisp/ewoc.el (ewoc): Add member `hf-pp' to this structure.
19 (ewoc--wrap): New func. 20 (ewoc--wrap): New func.
20 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and 21 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
21 header/footer pretty-printers. Save header/footer pretty-printer. 22 header/footer pretty-printers. Save header/footer pretty-printer.
22 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. 23 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
24
23 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'. 25 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
24 26
252006-05-27 Mathias Dahl <mathias.dahl@gmail.com> 272006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
26 28
27 * dired.el (dired-mode-map): Change `tumme-tag-remove' to 29 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
28 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image 30 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
29 Tag'. Change "Compare directories..." to "Change Directories...". 31 Tag'. Change "Compare directories..." to "Change Directories...".
30 32 Move tumme commands to Operate, Regexp and Immediate menus.
33 Change "Add Comment" to "Add Image Comment". Change "Add Image
34 Tag" to "Add Image Tags".
35
31 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'. 36 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
32 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to 37 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
33 `tumme-delete-tag'. 38 `tumme-delete-tag'.
34 39
35 * dired.el (dired-mode-map): Move tumme commands to Operate,
36 Regexp and Immediate menus. Change "Add Comment" to "Add Image
37 Comment". Change "Add Image Tag" to "Add Image Tags".
38
392006-05-26 Luc Teirlinck <teirllm@auburn.edu> 402006-05-26 Luc Teirlinck <teirllm@auburn.edu>
40 41
41 * shell.el (shell-mode): Call shell-dirtrack-mode after 42 * shell.el (shell-mode): Call shell-dirtrack-mode after
@@ -139,15 +140,12 @@
1392006-05-25 Mathias Dahl <mathias.dahl@gmail.com> 1402006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
140 141
141 * dired.el (dired-mode-map): Add help-echo strings to tumme 142 * dired.el (dired-mode-map): Add help-echo strings to tumme
142 commands. 143 commands. Bind `tumme-dired-display-image' to C-t i.
143 144
144 * tumme.el (tumme-display-image): Change documentation string 145 * tumme.el (tumme-display-image): Change documentation string
145 slightly. 146 slightly.
146 (tumme-dired-display-image): Add call to `display-buffer'. 147 (tumme-dired-display-image): Add call to `display-buffer'.
147 148
148 * dired.el (dired-mode-map): Bind `tumme-dired-display-image'
149 to C-t i.
150
1512006-05-25 Thien-Thi Nguyen <ttn@gnu.org> 1492006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
152 150
153 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack): 151 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):