Mercurial > emacs
comparison lisp/ChangeLog @ 68677:02f68211dd2a
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 07 Feb 2006 14:55:40 +0000 |
parents | c79f45fdc22a |
children | c2c8a8c1d686 |
comparison
equal
deleted
inserted
replaced
68676:c79f45fdc22a | 68677:02f68211dd2a |
---|---|
1 2006-02-07 Mathias Dahl <brakjoller@hotmail.com> | 1 2006-02-07 Mathias Dahl <brakjoller@hotmail.com> |
2 | 2 |
3 * tumme.el (tumme-get-thumbnail-image): Added this utility | 3 * tumme.el (tumme-get-thumbnail-image): New utility function. |
4 function on request from Chong Yidong. | 4 Suggested by from Chong Yidong. |
5 (tumme-dired-with-window-configuration): Renamed `tumme-dired' to | 5 (tumme-dired-with-window-configuration): Rename from |
6 this. Added code to save window configuration. | 6 `tumme-dired'. Add code to save window configuration. |
7 (tumme-restore-window-configuration): New command to restore the | 7 (tumme-restore-window-configuration): New command to restore the |
8 window confguration that `tumme-dired-with-window-configuration' | 8 window configuration that `tumme-dired-with-window-configuration' |
9 saves before it changes the window confguration. | 9 saves before it changes the window confguration. |
10 (tumme-show-all-from-dir): New command to mirror what `thumbs' in | 10 (tumme-show-all-from-dir): New command to display thumbnails for |
11 thumbs.el does, which is to automatically display thumbnails for | 11 all files in a directory entered by the user, like M-x thumbs. |
12 all files in a directory entered by the user. | 12 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails |
13 (tumme-display-thumbs): Added call to `pop-to-buffer' after all | 13 have been created. |
14 thumbnails have been created. | 14 (tumme-display-thumbnail-original-image): Call `display-buffer'. |
15 (tumme-display-thumbnail-original-image): Added call to | |
16 `display-buffer'. | |
17 (obsolete-tumme-display-thumbnail-original-image-and-buffer): | 15 (obsolete-tumme-display-thumbnail-original-image-and-buffer): |
18 Removed obsolete test function. | 16 Remove obsolete test function. |
19 | 17 |
20 2006-02-07 Juanma Barranquero <lekktu@gmail.com> | 18 2006-02-07 Juanma Barranquero <lekktu@gmail.com> |
21 | 19 |
22 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'. | 20 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'. |
23 Fix typo in message. | 21 Fix typo in message. |