comparison lisp/ChangeLog @ 70727:7b9306389285

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Fri, 19 May 2006 08:24:21 +0000
parents 1279f6821d28
children e68fe4e7401b
comparison
equal deleted inserted replaced
70726:107ff158e1cd 70727:7b9306389285
1 2006-05-19 Glenn Morris <rgm@gnu.org>
2
3 * calendar/diary-lib.el (diary-bahai-date)
4 (list-bahai-diary-entries, mark-bahai-diary-entries)
5 (mark-bahai-calendar-date-pattern): Not interactive.
6 (add-to-diary-list): New optional arg LITERAL. Doc fix.
7 (diary-entries-list): Change format of 4th element in each entry.
8 (diary-list-entries): Use add-to-diary-list.
9 (diary-goto-entry): Handle the case where the buffer visiting the
10 diary has been killed.
11 (fancy-diary-display): Add 'locator to button rather than 'marker.
12 Only generate temp-face when there are marks to apply.
13 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
14 (diary-fancy-date-pattern): New variable.
15 (diary-time-regexp): Doc fix.
16 (diary-anniversary, diary-time): New faces.
17 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
18 diary-time-regexp. Add font-lock-multiline property where needed.
19 Use new faces diary-anniversary and diary-time.
20 (diary-fancy-font-lock-fontify-region-function): New function, to
21 handle multiline font-lock pattern in fancy diary.
22 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
23 (diary-font-lock-keywords): Tweak time regexp. Use new face
24 diary-time.
25
1 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change) 26 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
2 27
3 * international/code-pages.el (mik): Table corrected. 28 * international/code-pages.el (mik): Table corrected.
4 29
5 2006-05-18 Kim F. Storm <storm@cua.dk> 30 2006-05-18 Kim F. Storm <storm@cua.dk>