comparison lisp/ChangeLog @ 49740:b1415b1712d3

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 11 Feb 2003 23:47:11 +0000
parents fea5ab31df09
children 2fc9fb53dc4f
comparison
equal deleted inserted replaced
49739:7e5f5bd11b07 49740:b1415b1712d3
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
4 ends with [foo:value] where foo is a face attribute (except :box 11 ends with [foo:value] where foo is a face attribute (except :box
5 :stipple) or with [face:blah] tags, will have these values applied 12 :stipple) or with [face:blah] tags, will have these values applied
16 (generate-calendar-window): Check that font-lock-mode is bound 23 (generate-calendar-window): Check that font-lock-mode is bound
17 before checking value. 24 before checking value.
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
26 diary-attrtype-convert. 33 diary-attrtype-convert.
27 (list-diary-entries, fancy-diary-display, show-all-diary-entries) 34 (list-diary-entries, fancy-diary-display, show-all-diary-entries)