diff options
author | Mathias Dahl <mathias.dahl@gmail.com> | 2006-02-07 13:07:32 +0000 |
---|---|---|
committer | Mathias Dahl <mathias.dahl@gmail.com> | 2006-02-07 13:07:32 +0000 |
commit | 87ec311730da7ff0232ba934d3812b8b57feb1bc (patch) | |
tree | 08e489713a023ea463ce05f18c6de7d58ba85c17 /lisp | |
parent | 7c513ec5b9ce5bc458a9d729585200bac951244e (diff) | |
download | emacs-87ec311730da7ff0232ba934d3812b8b57feb1bc.tar.gz |
ChangeLog entries for tumme.el.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 04cf2be7bf6..7fa9dfbdc69 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,22 @@ +2006-02-07 Mathias Dahl <brakjoller@hotmail.com> + + * 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 <lekktu@gmail.com> * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'. |