comparison lisp/ChangeLog @ 49738:fea5ab31df09

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 11 Feb 2003 23:26:55 +0000
parents d0ab81960b96
children b1415b1712d3
comparison
equal deleted inserted replaced
49737:a8a5fd61aada 49738:fea5ab31df09
1 2003-02-12 Ami Fischman <ami@fischman.org>
2
3 Face markup of calendar and diary displays: Any entry line that
4 ends with [foo:value] where foo is a face attribute (except :box
5 :stipple) or with [face:blah] tags, will have these values applied
6 to the calendar and fancy diary displays. These attributes "stack"
7 on calendar displays. File-wide attributes can be defined as
8 follows: the first line matching "^# [tag:value]" defines the
9 value for that particular tag. All of the tags' regexps can be
10 customized.
11
12 * calendar/calendar.el (diary-face-attrs): New custom.
13 (diary-file-name-prefix-function): New custom.
14 (diary-glob-file-regexp-prefix): New custom.
15 (diary-file-name-prefix): New custom.
16 (generate-calendar-window): Check that font-lock-mode is bound
17 before checking value.
18 (mark-visible-calendar-date): Add the ability to pass face
19 attribute/value pairs in the mark argument. Handle the mark.
20
21 * diary-lib.el (diary-attrtype-convert): Convert an attribute
22 value string to the desired type.
23 (diary-pull-attrs): New function that pulls the attributes off a
24 diary entry, merges with file-global attributes, and returns
25 the (possibly modified) entry and a list of attribute/values using
26 diary-attrtype-convert.
27 (list-diary-entries, fancy-diary-display, show-all-diary-entries)
28 (mark-diary-entries, mark-sexp-diary-entries)
29 (list-sexp-diary-entries): Add handling of file-global attributes;
30 add handling of entry attributes using diary-pull-attrs.
31 (mark-calendar-days-named, mark-calendar-days-named)
32 (mark-calendar-date-pattern, mark-calendar-month)
33 (add-to-diary-list): Add optional paramater `color' for passing
34 face attribute info through the callchain. Pass this parameter
35 around.
36
1 2003-02-11 John Paul Wallington <jpw@gnu.org> 37 2003-02-11 John Paul Wallington <jpw@gnu.org>
2 38
3 * ibuffer.el (toplevel): Don't require `font-lock'; 39 * ibuffer.el (toplevel): Don't require `font-lock';
4 require `font-core' instead, even though it is dumped. 40 require `font-core' instead, even though it is dumped.
5 41