comparison lisp/ChangeLog @ 68138:d47ecb3cad92

(reveal-post-command): window-buffer signals an error on dead windows rather than returning nil. (reveal-open-new-overlays): An overlay might die while we open others.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 11 Jan 2006 22:30:26 +0000
parents 98275190ec04
children 3466a3a9a181
comparison
equal deleted inserted replaced
68137:ec4727559827 68138:d47ecb3cad92
1 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * reveal.el (reveal-post-command): window-buffer signals an error on
4 dead windows rather than returning nil.
5 (reveal-open-new-overlays): An overlay might die while we open others.
6
1 2006-01-11 Bill Wohler <wohler@newt.com> 7 2006-01-11 Bill Wohler <wohler@newt.com>
2 8
3 * cus-dep.el (generated-custom-dependencies-file): Fix typo and 9 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
4 phrasing in docstring. 10 phrasing in docstring.
5 11
6 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes 12 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
7 can give some systems gas. Add new file mh-buffers.el. 13 can give some systems gas. Add new file mh-buffers.el.
8 14
9 2006-01-06 Masatake YAMATO <jet@gyve.org> 15 2006-01-06 Masatake YAMATO <jet@gyve.org>
10 16
11 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for 17 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
12 C preprocessor forward ported from GNU Emacs 21.2. 18 C preprocessor forward ported from GNU Emacs 21.2.
13 19
14 * progmodes/asm-mode.el (asm-font-lock-keywords): Use 20 * progmodes/asm-mode.el (asm-font-lock-keywords):
15 `cpp-font-lock-keywords'. 21 Use `cpp-font-lock-keywords'.
16 22
17 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto. 23 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
18 24
19 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead 25 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
20 of $ for "\\.ld[s]?". 26 of $ for "\\.ld[s]?".
21 27
22 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca> 28 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
23 29
24 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command. 30 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
25 (tcl-indent-line): Return `noindent' if inside a string. 31 (tcl-indent-line): Return `noindent' if inside a string.