/[emacs]/emacs/lisp/ChangeLog
ViewVC logotype

Diff of /emacs/lisp/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3042 by rms, Sat Nov 17 17:17:53 2001 UTC revision 1.3043 by monnier, Sun Nov 18 05:58:40 2001 UTC
# Line 1  Line 1 
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    
33  2001-11-17  Richard M. Stallman  <rms@gnu.org>  2001-11-17  Richard M. Stallman  <rms@gnu.org>
34    
35          * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)          * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
# Line 6  Line 38 
38  2001-11-17  Stephen Eglen  <stephen@gnu.org>  2001-11-17  Stephen Eglen  <stephen@gnu.org>
39    
40          * locate.el (locate): Show default locate pattern within the          * locate.el (locate): Show default locate pattern within the
41          prompt, but don't insert it into the minibuffer contents.  Catch          prompt, but don't insert it into the minibuffer contents.
42          the case when pattern is the empty string.          Catch the case when pattern is the empty string.
43    
44  2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>  2001-11-17  Eli Zaretskii  <eliz@is.elta.co.il>
45    

Legend:
Removed from v.1.3042  
changed lines
  Added in v.1.3043

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26