comparison lisp/ChangeLog @ 68683:22218170f543

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 07 Feb 2006 22:52:58 +0000
parents 7b228a060cbc
children 74a3e3db0759 c5406394f567
comparison
equal deleted inserted replaced
68682:23eaa0d773ea 68683:22218170f543
1 2006-02-07 Mathias Dahl <brakjoller@hotmail.com> 1 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2 2
3 * dired.el (dired-mode-map): Added more bindings for tumme. 3 * dired.el (dired-mode-map): Add more bindings for tumme.
4 4
5 2006-02-07 +00 Stefan Monnier <monnier@iro.umontreal.ca> 5 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
6 6
7 * wdired.el (wdired-mode-map): Use remap. 7 * wdired.el (wdired-mode-map): Use remap.
8 (wdired-get-filename): Massage. 8 (wdired-get-filename): Massage.
9 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map. 9 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
10 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the 10 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
16 Suggested by from Chong Yidong. 16 Suggested by from Chong Yidong.
17 (tumme-dired-with-window-configuration): Rename from 17 (tumme-dired-with-window-configuration): Rename from
18 `tumme-dired'. Add code to save window configuration. 18 `tumme-dired'. Add code to save window configuration.
19 (tumme-restore-window-configuration): New command to restore the 19 (tumme-restore-window-configuration): New command to restore the
20 window configuration that `tumme-dired-with-window-configuration' 20 window configuration that `tumme-dired-with-window-configuration'
21 saves before it changes the window confguration. 21 saves before it changes the window configuration.
22 (tumme-show-all-from-dir): New command to display thumbnails for 22 (tumme-show-all-from-dir): New command to display thumbnails for
23 all files in a directory entered by the user, like M-x thumbs. 23 all files in a directory entered by the user, like M-x thumbs.
24 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails 24 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
25 have been created. 25 have been created.
26 (tumme-display-thumbnail-original-image): Call `display-buffer'. 26 (tumme-display-thumbnail-original-image): Call `display-buffer'.