aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2003-02-11 23:47:11 +0000
committerJuanma Barranquero2003-02-11 23:47:11 +0000
commit61bc75ab6ca503e5be3b2736a5ce8e13f40f1722 (patch)
tree0aab58d8c740410e5ec1ed86aab0a1036c224d6e /lisp/ChangeLog
parentc47a201af79d6295c6bd21d0c563f1eeecef1a50 (diff)
downloademacs-61bc75ab6ca503e5be3b2736a5ce8e13f40f1722.tar.gz
emacs-61bc75ab6ca503e5be3b2736a5ce8e13f40f1722.zip
(makefile-font-lock-keywords): Fontify single character variable references, but
protect shell variables references. (makefile-mode): Make `$' be punctuation in font-lock-defaults.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 661f697c045..9be8850740b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12003-02-12 Simon Marshall <simon@gnu.org>
2
3 * progmodes/make-mode.el (makefile-font-lock-keywords): Fontify
4 single character variable references, but protect shell variables
5 references.
6 (makefile-mode): Make `$' be punctuation in font-lock-defaults.
7
12003-02-12 Ami Fischman <ami@fischman.org> 82003-02-12 Ami Fischman <ami@fischman.org>
2 9
3 Face markup of calendar and diary displays: Any entry line that 10 Face markup of calendar and diary displays: Any entry line that
@@ -18,8 +25,8 @@
18 (mark-visible-calendar-date): Add the ability to pass face 25 (mark-visible-calendar-date): Add the ability to pass face
19 attribute/value pairs in the mark argument. Handle the mark. 26 attribute/value pairs in the mark argument. Handle the mark.
20 27
21 * diary-lib.el (diary-attrtype-convert): Convert an attribute 28 * calendar/diary-lib.el (diary-attrtype-convert): Convert an
22 value string to the desired type. 29 attribute value string to the desired type.
23 (diary-pull-attrs): New function that pulls the attributes off a 30 (diary-pull-attrs): New function that pulls the attributes off a
24 diary entry, merges with file-global attributes, and returns 31 diary entry, merges with file-global attributes, and returns
25 the (possibly modified) entry and a list of attribute/values using 32 the (possibly modified) entry and a list of attribute/values using