Mercurial > emacs
comparison lisp/ChangeLog @ 70914:7177967e93bd
*** empty log message ***
author | Mathias Dahl <mathias.dahl@gmail.com> |
---|---|
date | Thu, 25 May 2006 12:09:01 +0000 |
parents | 2db87b8b31b0 |
children | 352950ae1d22 |
comparison
equal
deleted
inserted
replaced
70913:bf18ea544a42 | 70914:7177967e93bd |
---|---|
1 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com> | |
2 | |
3 * dired.el (dired-mode-map): `tumme-display-dired-image' was | |
4 renamed in tumme.el, but there was still a key binding to it | |
5 here. Changed the binding to the new name. | |
6 | |
1 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org> | 7 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org> |
2 | 8 |
3 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack): | 9 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack): |
4 Signal error if RAW-DATA is a multibyte string. | 10 Signal error if RAW-DATA is a multibyte string. |
5 | 11 |
10 | 16 |
11 * emacs-lisp/advice.el (ad-enable-advice, ad-activate) | 17 * emacs-lisp/advice.el (ad-enable-advice, ad-activate) |
12 (ad-disable-advice): Add autoloads. | 18 (ad-disable-advice): Add autoloads. |
13 | 19 |
14 * subr.el (read-passwd): Copy PROMPT before changing its properties. | 20 * subr.el (read-passwd): Copy PROMPT before changing its properties. |
21 | |
22 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com> | |
23 | |
24 * dired.el (dired-mode-map): Changed menu items for tumme as per | |
25 suggestions in emacs-devel. | |
26 | |
27 2006-05-25 Nick Roberts <nickrob@snap.net.nz> | |
28 | |
29 * dired.el (dired-mode-map): Fix breakage. | |
15 | 30 |
16 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com> | 31 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com> |
17 | 32 |
18 * tumme.el (tumme-display-dired-image): Renamed to | 33 * tumme.el (tumme-display-dired-image): Renamed to |
19 `tumme-dired-display-image'. | 34 `tumme-dired-display-image'. |
20 (tumme-track-movement): Changed default value to t. | 35 (tumme-track-movement): Changed default value to t. |
21 (tumme-display-thumbs): Added new optional parameter DO-NOT-POP, | 36 (tumme-display-thumbs): Added new optional parameter DO-NOT-POP, |
22 used from `tumme-next-line-and-display' and similar commands. | 37 used from `tumme-next-line-and-display' and similar commands. |
23 | 38 <<<<<<< ChangeLog |
39 (tumme-dired-display-properties): | |
40 | |
41 ======= | |
42 | |
43 >>>>>>> 1.9600 | |
24 * dired.el (dired-mode-map): Added Thumbnail sub menu under the | 44 * dired.el (dired-mode-map): Added Thumbnail sub menu under the |
25 Immediate menu. Added some tumme commands there. | 45 Immediate menu. Added some tumme commands there. |
46 <<<<<<< ChangeLog | |
47 ======= | |
26 | 48 |
27 2006-05-25 Nick Roberts <nickrob@snap.net.nz> | 49 2006-05-25 Nick Roberts <nickrob@snap.net.nz> |
28 | 50 |
29 * dired.el (dired-mode-map): Fix breakage. | 51 * dired.el (dired-mode-map): Fix breakage. |
52 >>>>>>> 1.9600 | |
30 | 53 |
31 2006-05-24 Luc Teirlinck <teirllm@auburn.edu> | 54 2006-05-24 Luc Teirlinck <teirllm@auburn.edu> |
32 | 55 |
33 * loadup.el ("jka-cmpr-hook"): Load it before it is needed. | 56 * loadup.el ("jka-cmpr-hook"): Load it before it is needed. |
34 | 57 |