aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2001-11-18 05:59:41 +0000
committerStefan Monnier2001-11-18 05:59:41 +0000
commit16927a5648afef79be0d80967667619a461d1cd3 (patch)
tree0e510f31dcd12ba8319ad36af4de33cc8fceeeef /lisp/ChangeLog
parentcc01e27419300c113126861b9cfc32bb7f5c7e7f (diff)
downloademacs-16927a5648afef79be0d80967667619a461d1cd3.tar.gz
emacs-16927a5648afef79be0d80967667619a461d1cd3.zip
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog36
1 files changed, 34 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 550dad288f1..63403b4c581 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,35 @@
12001-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
12001-11-17 Richard M. Stallman <rms@gnu.org> 332001-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)
@@ -6,8 +38,8 @@
62001-11-17 Stephen Eglen <stephen@gnu.org> 382001-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
122001-11-17 Eli Zaretskii <eliz@is.elta.co.il> 442001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
13 45