comparison lisp/ChangeLog @ 68676:c79f45fdc22a

ChangeLog entries for tumme.el.
author Mathias Dahl <mathias.dahl@gmail.com>
date Tue, 07 Feb 2006 13:07:32 +0000
parents a94565675e05
children 02f68211dd2a
comparison
equal deleted inserted replaced
68675:3a94c391ebe4 68676:c79f45fdc22a
1 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
2
3 * tumme.el (tumme-get-thumbnail-image): Added this utility
4 function on request from Chong Yidong.
5 (tumme-dired-with-window-configuration): Renamed `tumme-dired' to
6 this. Added code to save window configuration.
7 (tumme-restore-window-configuration): New command to restore the
8 window confguration that `tumme-dired-with-window-configuration'
9 saves before it changes the window confguration.
10 (tumme-show-all-from-dir): New command to mirror what `thumbs' in
11 thumbs.el does, which is to automatically display thumbnails for
12 all files in a directory entered by the user.
13 (tumme-display-thumbs): Added call to `pop-to-buffer' after all
14 thumbnails have been created.
15 (tumme-display-thumbnail-original-image): Added call to
16 `display-buffer'.
17 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
18 Removed obsolete test function.
19
1 2006-02-07 Juanma Barranquero <lekktu@gmail.com> 20 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
2 21
3 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'. 22 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
4 Fix typo in message. 23 Fix typo in message.
5 (tumme-gallery-generate): Fix typo in `error' message. 24 (tumme-gallery-generate): Fix typo in `error' message.