comparison lisp/ChangeLog @ 29085:602b7988fdb1

(Info-fontify-node): fixed the call to add-text-properties
author Sam Steingold <sds@gnu.org>
date Mon, 22 May 2000 18:15:56 +0000
parents a70195e7bc19
children 97880d1c38e0
comparison
equal deleted inserted replaced
29084:764f858acd8a 29085:602b7988fdb1
1 2000-05-22 Sam Steingold <sds@gnu.org>
2
3 * info.el (Info-fontify-node): fixed the call to
4 `add-text-properties' (bug introduced on 2000-05-18).
5
1 2000-05-22 Dave Love <fx@gnu.org> 6 2000-05-22 Dave Love <fx@gnu.org>
2 7
3 * bindings.el: Remove debug-ignored-errors set in other files. 8 * bindings.el: Remove debug-ignored-errors set in other files.
4 9
5 * progmodes/etags.el: Add to debug-ignored-errors. 10 * progmodes/etags.el: Add to debug-ignored-errors.
10 15
11 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't 16 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
12 quote keywords. 17 quote keywords.
13 (cmpl-string-case-type): Use character classes. 18 (cmpl-string-case-type): Use character classes.
14 19
15 * comint.el: 20 * comint.el:
16 * textmodes/ispell.el: 21 * textmodes/ispell.el:
17 * imenu.el: 22 * imenu.el:
18 * mail/mh-e.el: 23 * mail/mh-e.el:
19 * progmodes/compile.el: Add to debug-ignored-errors. 24 * progmodes/compile.el: Add to debug-ignored-errors.
20 25
21 * dabbrev.el: Add to debug-ignored-errors. 26 * dabbrev.el: Add to debug-ignored-errors.
22 (dabbrev-completion): Use mapc. 27 (dabbrev-completion): Use mapc.
157 2000-05-18 Gerd Moellmann <gerd@gnu.org> 162 2000-05-18 Gerd Moellmann <gerd@gnu.org>
158 163
159 * msb.el (msb-menu-cond): Add choice `user'. 164 * msb.el (msb-menu-cond): Add choice `user'.
160 165
161 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> 166 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
162 167
163 * ps-print.el: Compatibility, customization and doc fix. 168 * ps-print.el: Compatibility, customization and doc fix.
164 (ps-printer-name-option): Replace defconst by defvar. 169 (ps-printer-name-option): Replace defconst by defvar.
165 (ps-postscript-code-directory): XEmacs compatibility. 170 (ps-postscript-code-directory): XEmacs compatibility.
166 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code 171 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
167 fix. 172 fix.
392 * simple.el (what-cursor-position): If DETAIL is non-nil, call 397 * simple.el (what-cursor-position): If DETAIL is non-nil, call
393 describe-char-after instead of displaying the detail in the echo 398 describe-char-after instead of displaying the detail in the echo
394 area. 399 area.
395 (syntax-code-table): Format changed. 400 (syntax-code-table): Format changed.
396 (string-to-syntax): Adjusted for the above change. 401 (string-to-syntax): Adjusted for the above change.
397 402
398 2000-05-12 Stefan Monnier <monnier@cs.yale.edu> 403 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
399 404
400 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode. 405 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
401 406
402 2000-05-12 Dave Love <fx@gnu.org> 407 2000-05-12 Dave Love <fx@gnu.org>