diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 11 |
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 @@ | |||
| 1 | 2003-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 | |||
| 1 | 2003-02-12 Ami Fischman <ami@fischman.org> | 8 | 2003-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 |