# HG changeset patch # User Mathias Dahl # Date 1139317652 0 # Node ID c79f45fdc22aa8e0ee35ecb065747b92c8dc3ff8 # Parent 3a94c391ebe4a1a73078fca3fc8dfd9d11fbcfc6 ChangeLog entries for tumme.el. diff -r 3a94c391ebe4 -r c79f45fdc22a lisp/ChangeLog --- a/lisp/ChangeLog Tue Feb 07 13:00:18 2006 +0000 +++ b/lisp/ChangeLog Tue Feb 07 13:07:32 2006 +0000 @@ -1,3 +1,22 @@ +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-restore-window-configuration): New command to restore the + window confguration 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'. + (obsolete-tumme-display-thumbnail-original-image-and-buffer): + Removed obsolete test function. + 2006-02-07 Juanma Barranquero * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.