# HG changeset patch # User Kim F. Storm # Date 1139324140 0 # Node ID 02f68211dd2a086d8c183e62e4aeb36e01412127 # Parent c79f45fdc22aa8e0ee35ecb065747b92c8dc3ff8 *** empty log message *** diff -r c79f45fdc22a -r 02f68211dd2a lisp/ChangeLog --- a/lisp/ChangeLog Tue Feb 07 13:07:32 2006 +0000 +++ b/lisp/ChangeLog Tue Feb 07 14:55:40 2006 +0000 @@ -1,21 +1,19 @@ 2006-02-07 Mathias Dahl - * tumme.el (tumme-get-thumbnail-image): Added this utility - function on request from Chong Yidong. - (tumme-dired-with-window-configuration): Renamed `tumme-dired' to - this. Added code to save window configuration. + * tumme.el (tumme-get-thumbnail-image): New utility function. + Suggested by from Chong Yidong. + (tumme-dired-with-window-configuration): Rename from + `tumme-dired'. Add code to save window configuration. (tumme-restore-window-configuration): New command to restore the - window confguration that `tumme-dired-with-window-configuration' + window configuration that `tumme-dired-with-window-configuration' saves before it changes the window confguration. - (tumme-show-all-from-dir): New command to mirror what `thumbs' in - thumbs.el does, which is to automatically display thumbnails for - all files in a directory entered by the user. - (tumme-display-thumbs): Added call to `pop-to-buffer' after all - thumbnails have been created. - (tumme-display-thumbnail-original-image): Added call to - `display-buffer'. + (tumme-show-all-from-dir): New command to display thumbnails for + all files in a directory entered by the user, like M-x thumbs. + (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails + have been created. + (tumme-display-thumbnail-original-image): Call `display-buffer'. (obsolete-tumme-display-thumbnail-original-image-and-buffer): - Removed obsolete test function. + Remove obsolete test function. 2006-02-07 Juanma Barranquero