From: Kim F. Storm Date: Tue, 7 Feb 2006 14:55:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~4323 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bd91608b43b3ba60e8fd1ab30c811e4a67848aff;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7fa9dfbdc69..88074c347ac 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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