diff options
author | Mathias Dahl <mathias.dahl@gmail.com> | 2006-05-24 22:27:00 +0000 |
---|---|---|
committer | Mathias Dahl <mathias.dahl@gmail.com> | 2006-05-24 22:27:00 +0000 |
commit | 1797b033e054fce0d711a34bd93a818d8f8ca85e (patch) | |
tree | 4d8ef0f4c06276db0a69a79b2d48281d38934cc7 | |
parent | 635abd82ec8ac44226311140ac6d8d7b9c051072 (diff) | |
download | emacs-1797b033e054fce0d711a34bd93a818d8f8ca85e.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 950d3b9f887..cd92a0c5111 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,14 @@ +2006-05-25 Mathias Dahl <mathias.dahl@gmail.com> + + * tumme.el (tumme-display-dired-image): Renamed to + `tumme-dired-display-image'. + (tumme-track-movement): Changed default value to t. + (tumme-display-thumbs): Added new optional parameter DO-NOT-POP, + used from `tumme-next-line-and-display' and similar commands. + + * dired.el (dired-mode-map): Added Thumbnail sub menu under the + Immediate menu. Added some tumme commands there. + 2006-05-25 Nick Roberts <nickrob@snap.net.nz> * dired.el (dired-mode-map): Fix breakage. |