Mercurial > emacs
comparison lisp/ChangeLog @ 72760:06f1e0aa1de0
(normal-splash-screen): Don't display the buffer if we'll
kill it right away anyway.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 09 Sep 2006 19:21:31 +0000 |
parents | b35ca895ffeb |
children | a15622a85c05 |
comparison
equal
deleted
inserted
replaced
72759:1bc06d26b6b1 | 72760:06f1e0aa1de0 |
---|---|
1 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * startup.el (normal-splash-screen): Don't display the buffer if we'll | |
4 kill it right away anyway. | |
5 | |
1 2006-09-09 Eli Zaretskii <eliz@gnu.org> | 6 2006-09-09 Eli Zaretskii <eliz@gnu.org> |
2 | 7 |
3 * international/codepage.el (cp850-decode-table): Fix a few codes. | 8 * international/codepage.el (cp850-decode-table): Fix a few codes. |
4 (cp858-decode-table): New variable. | 9 (cp858-decode-table): New variable. |
5 | 10 |
19 | 24 |
20 * locate.el (locate-current-search): New variable. | 25 * locate.el (locate-current-search): New variable. |
21 (locate): Set buffer local value. Use current buffer if it is | 26 (locate): Set buffer local value. Use current buffer if it is |
22 in Locate mode. | 27 in Locate mode. |
23 (locate-mode): Disable undo here. | 28 (locate-mode): Disable undo here. |
24 (locate-do-setup): Use locate-current-filter from buffer to be | 29 (locate-do-setup): Use locate-current-filter from buffer to be killed. |
25 killed. | 30 (locate-update): Use locate-current-search and locate-current-filter. |
26 (locate-update): Use locate-current-search and | |
27 locate-current-filter. | |
28 | 31 |
29 2006-09-08 David Kastrup <dak@gnu.org> | 32 2006-09-08 David Kastrup <dak@gnu.org> |
30 | 33 |
31 * desktop.el (desktop-read): when loading a desktop, disable | 34 * desktop.el (desktop-read): When loading a desktop, disable |
32 saving it while the load progresses, and switch off a pending lazy | 35 saving it while the load progresses, and switch off a pending lazy |
33 load by calling `desktop-lazy-abort'. | 36 load by calling `desktop-lazy-abort'. |
34 | 37 |
35 2006-08-27 Martin Rudalics <rudalics@gmx.at> | 38 2006-08-27 Martin Rudalics <rudalics@gmx.at> |
36 | 39 |
71 * cus-edit.el (custom-menu-create): Bind deactivate-mark here | 74 * cus-edit.el (custom-menu-create): Bind deactivate-mark here |
72 (custom-group-menu-create): Not here. | 75 (custom-group-menu-create): Not here. |
73 | 76 |
74 2006-09-08 Carsten Dominik <dominik@science.uva.nl> | 77 2006-09-08 Carsten Dominik <dominik@science.uva.nl> |
75 | 78 |
76 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite | 79 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop. |
77 loop. | |
78 | 80 |
79 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 81 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
80 | 82 |
81 * term/mac-win.el: (show-hide-font-panel): New HI command ID symbol. | 83 * term/mac-win.el: (show-hide-font-panel): New HI command ID symbol. |
82 (mac-apple-event-map): Define its handler. | 84 (mac-apple-event-map): Define its handler. |