Mercurial > emacs
comparison lisp/ChangeLog @ 61905:35ce7eceb42c
*** empty log message ***
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Thu, 28 Apr 2005 09:20:45 +0000 |
parents | 4905bdafc798 |
children | 76b4cd5cfca5 |
comparison
equal
deleted
inserted
replaced
61904:114b2859d567 | 61905:35ce7eceb42c |
---|---|
1 2005-04-28 Lute Kamstra <lute@gnu.org> | |
2 | |
3 * generic-x.el: Update commentary section. | |
4 Only require font-lock when compiling. | |
5 Define all modes conditionally. | |
6 Place all generic modes in the generic-x-modes customization group. | |
7 (generic-x-modes): New customization group. | |
8 (generic-default-modes, generic-mswindows-modes) | |
9 (generic-unix-modes, generic-other-modes): New constants. | |
10 (generic-define-mswindows-modes, generic-define-unix-modes): | |
11 Update docstrings. Make them obsolete. | |
12 (generic-extras-enable-list): New default value. Update | |
13 docstring. Improve :type. Change :set function. | |
14 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table): | |
15 Fix docstring. | |
16 | |
17 * emacs-lisp/generic.el (generic-mode-internal): Simplify | |
18 font-lock-defaults. | |
19 | |
20 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca> | |
21 | |
22 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the | |
23 font-lock-face property to highlight matches. | |
24 | |
1 2005-04-28 Nick Roberts <nickrob@snap.net.nz> | 25 2005-04-28 Nick Roberts <nickrob@snap.net.nz> |
2 | 26 |
3 * progmodes/cc-mode.el: (cc-create-define-alist): New function. | 27 * progmodes/cc-mode.el: (cc-create-define-alist): New function. |
4 (cc-define-alist): New variable. | 28 (cc-define-alist): New variable. |
5 (c-mode): Make it local and initialise it. | 29 (c-mode): Make it local and initialise it. |