comparison lisp/ChangeLog @ 93029:79e38938597d

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Mon, 17 Mar 2008 02:38:26 +0000
parents fd9926fada4b
children a155e008f7c7
comparison
equal deleted inserted replaced
93028:531ac371602f 93029:79e38938597d
1 2008-03-17 Glenn Morris <rgm@gnu.org>
2
3 * calendar/cal-x.el (diary-frame-parameters)
4 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
5 Fix custom type; add options.
6 (calendar-frame, diary-frame): Doc fixes.
7 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
8 new functions.
9 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
10 Use calendar-frame-1 and calendar-dedicate-diary.
11 (calendar-one-frame-setup): Also handle only-one-frame case.
12 (calendar-only-one-frame-setup): Doc fix. Just call
13 calendar-one-frame-setup.
14
15 * calendar/diary-lib.el: Re-order some definitions before their use.
16 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
17 (diary-list-entries): Doc fixes.
18 (make-fancy-diary-display): Remove function.
19
20 * calendar/calendar.el (calendar-today-marker)
21 (initial-calendar-window-hook, today-visible-calendar-hook)
22 (today-invisible-calendar-hook, diary-file, calendar-basic-setup):
23 (calendar-star-date, calendar-mark-today): Doc fixes.
24 (today-visible-calendar-hook): Add options.
25 (calendar-in-read-only-buffer): New macro.
26 (calendar-basic-setup): Adapt for change in calendar-read-date.
27 Place holiday let inside if.
28 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
29 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
30 (calendar-print-other-dates): Use one let rather than many.
31
32 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
33 (calendar-print-other-dates):
34 * calendar/cal-hebrew.el (list-yahrzeit-dates):
35 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
36 * calendar/holidays.el (calendar-list-holidays, list-holidays)
37 (calendar-cursor-holidays):
38 * calendar/lunar.el (calendar-phases-of-moon): Use
39 calendar-in-read-only-buffer to replace previous code and disable undo.
40
1 2008-03-16 Juri Linkov <juri@jurta.org> 41 2008-03-16 Juri Linkov <juri@jurta.org>
2 42
3 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer 43 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
4 and regexp-search-ring-yank-pointer for the HISTPOS argument of 44 and regexp-search-ring-yank-pointer for the HISTPOS argument of
5 read-from-minibuffer to provide the correct initial minibuffer 45 read-from-minibuffer to provide the correct initial minibuffer