Mercurial > emacs
comparison lisp/ChangeLog @ 62278:241bb14c31de
*** empty log message ***
author | Daniel Pfeiffer <occitan@esperanto.org> |
---|---|
date | Fri, 13 May 2005 07:58:44 +0000 |
parents | 9cf0671e4de1 |
children | 15d767992da8 |
comparison
equal
deleted
inserted
replaced
62277:bac64e3149d8 | 62278:241bb14c31de |
---|---|
1 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org> | |
2 | |
3 * progmodes/make-mode.el (makefile-targets-face) | |
4 (makefile-shell-face, makefile-makepp-perl-face): New faces. | |
5 (makefile-dependency-regex): Fix it to not make the colon in | |
6 $(var:a=b) special. | |
7 (makefile-rule-action-regex): New regexp for highlighting embedded | |
8 Shell strings. | |
9 (makefile-macroassign-regex): Handle != for highlighting as | |
10 embedded Shell strings. | |
11 (makefile-var-use-regex): New const. | |
12 (makefile-statements, makefile-automake-statements) | |
13 (makefile-gmake-statements, makefile-makepp-statements) | |
14 (makefile-bsdmake-statements): New consts. | |
15 (makefile-make-font-lock-keywords): New function. | |
16 (makefile-automake-font-lock-keywords) | |
17 (makefile-gmake-font-lock-keywords) | |
18 (makefile-makepp-font-lock-keywords) | |
19 (makefile-bsdmake-font-lock-keywords): New consts. | |
20 (makefile-mode-map): Add switchers between the various submodes. | |
21 (makefile-mode): Document the availability of the variants. | |
22 (makefile-automake-mode, makefile-gmake-mode) | |
23 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes. | |
24 | |
25 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the | |
26 new variants of makefile-mode. | |
27 | |
1 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca> | 28 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 29 |
3 * font-lock.el (font-lock-comment-delimiter-face): Fix up | 30 * font-lock.el (font-lock-comment-delimiter-face): Fix up |
4 the inheritance. | 31 the inheritance. |
5 | 32 |