comparison lisp/ChangeLog @ 41229:70059cb88be4

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 18 Nov 2001 05:59:41 +0000
parents e2456d48bc33
children 4b41a0868e62
comparison
equal deleted inserted replaced
41228:06145993e54d 41229:70059cb88be4
1 2001-11-17 Stefan Monnier <monnier@cs.yale.edu>
2
3 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
4 If set and if applicable, add a regexp to highlight defun-like
5 text inside comments and strings.
6 (font-lock-fontify-keywords-region): Pass that new arg.
7 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
8 to the end and pass that new arg.
9 (c-font-lock-keywords-2): Fix regex for labels.
10 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
11 Make it work when LIMIT is several lines further.
12 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
13 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
14 Use backquote and make the regexes for `int a, b, c;' work on
15 multiple lines.
16
17 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
18 (font-lock-defaults-alist): Don't change it any more.
19 (reb-subexp-mode-map): Cleanup.
20
21 * custom.el (custom-current-group-alist): New var.
22 (custom-declare-group): Set it.
23 (custom-current-group): New fun.
24 (custom-declare-variable, custom-handle-all-keywords):
25 Use it as a default if no :group argument is specified.
26
27 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
28 (standard-keyboard-coding-systems): New var.
29 (set-locale-environment): Use it to decide whether or not to call
30 set-keyboard-coding-system.
31 (locale-language-names): Use \"French\" for "fr".
32
1 2001-11-17 Richard M. Stallman <rms@gnu.org> 33 2001-11-17 Richard M. Stallman <rms@gnu.org>
2 34
3 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event) 35 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
4 (add-to-list): Delete compatibility code. 36 (add-to-list): Delete compatibility code.
5 37
6 2001-11-17 Stephen Eglen <stephen@gnu.org> 38 2001-11-17 Stephen Eglen <stephen@gnu.org>
7 39
8 * locate.el (locate): Show default locate pattern within the 40 * locate.el (locate): Show default locate pattern within the
9 prompt, but don't insert it into the minibuffer contents. Catch 41 prompt, but don't insert it into the minibuffer contents.
10 the case when pattern is the empty string. 42 Catch the case when pattern is the empty string.
11 43
12 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il> 44 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
13 45
14 * language/european.el ("French"): New language environment. 46 * language/european.el ("French"): New language environment.
15 47