comparison lisp/ChangeLog @ 70917:03e16201a1a0

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