# HG changeset patch # User Mathias Dahl # Date 1148558941 0 # Node ID 7177967e93bd0e6619b86acda877324d70b0b434 # Parent bf18ea544a426fca85352564e25aa23fec5f31c6 *** empty log message *** diff -r bf18ea544a42 -r 7177967e93bd lisp/ChangeLog --- a/lisp/ChangeLog Thu May 25 12:08:04 2006 +0000 +++ b/lisp/ChangeLog Thu May 25 12:09:01 2006 +0000 @@ -1,3 +1,9 @@ +2006-05-25 Mathias Dahl + + * dired.el (dired-mode-map): `tumme-display-dired-image' was + renamed in tumme.el, but there was still a key binding to it + here. Changed the binding to the new name. + 2006-05-25 Thien-Thi Nguyen * emacs-lisp/bindat.el (bindat-unpack, bindat-pack): @@ -15,18 +21,35 @@ 2006-05-25 Mathias Dahl + * dired.el (dired-mode-map): Changed menu items for tumme as per + suggestions in emacs-devel. + +2006-05-25 Nick Roberts + + * dired.el (dired-mode-map): Fix breakage. + +2006-05-25 Mathias Dahl + * 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. - +<<<<<<< ChangeLog + (tumme-dired-display-properties): + +======= + +>>>>>>> 1.9600 * dired.el (dired-mode-map): Added Thumbnail sub menu under the Immediate menu. Added some tumme commands there. +<<<<<<< ChangeLog +======= 2006-05-25 Nick Roberts * dired.el (dired-mode-map): Fix breakage. +>>>>>>> 1.9600 2006-05-24 Luc Teirlinck