comparison lisp/ChangeLog @ 83015:ae6d0d2ecb1d

Merged in changes from CVS HEAD Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-31 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-55
author Karoly Lorentey <lorentey@elte.hu>
date Sun, 11 Jan 2004 23:12:24 +0000
parents 82554ed1aed8 3e89773f1456
children 82c3b4da43ca
comparison
equal deleted inserted replaced
83014:f5cadabb36dd 83015:ae6d0d2ecb1d
1 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
2
3 * calendar/appt.el: Update copyright and commentary.
4 (appt-issue-message): Delete (see appt-activate).
5 (appt-visible, appt-msg-window): Make obsolete, in favour of
6 appt-display-format.
7 (appt-display-mode-line, appt-display-duration)
8 (appt-display-diary, appt-time-msg-list, appt-mode-string)
9 (appt-prev-comp-time, appt-display-count, appt-timer)
10 (appt-convert-time): Doc change.
11 (appt-disp-window-function, appt-delete-window-function): Use
12 defcustom rather than defvar.
13 (appt-display-format): New variable.
14 (appt-display-message): New function with display code from
15 appt-check.
16 (appt-check): Add optional FORCE argument. Doc change. Add
17 appt-make-list to diary-hook if displaying diary. Remove
18 checking of view-diary-entries-initially. Message
19 display section removed to new function appt-display-message.
20 (appt-display-window): Doc change. Remove unused internal var
21 this-buffer. Do not beep, since appt-display-message does that.
22 (appt-make-list): Doc change. Use caar.
23 (appt-sort-list): Simplify by using builtin sort function.
24 (appt-update-list): New function for updating appts when diary is
25 saved.
26 (appt-activate): New autoloaded function to toggle package
27 functionality.
28
29 * calendar/cal-x.el: (calendar-one-frame-setup)
30 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc
31 change.
32
33 * calendar/calendar.el: Update copyright.
34 (view-diary-entries-initially, european-calendar-style): Doc
35 change.
36 (calendar-setup): Make defcustom rather than defvar.
37 (mark-visible-calendar-date): Initialize temp-face and faceinfo
38 in let binding so local to function.
39
40 * calendar/diary-lib.el: Update copyright.
41 (diary, diary-entry-time): Doc change.
42 (list-diary-entries): Doc change. Trivial logic change.
43 (fancy-diary-display): Restore make-face command mistakenly
44 deleted 2003-05-08.
45 (show-all-diary-entries): Allow to pop-up frame if needed.
46
1 2004-01-09 John Paul Wallington <jpw@gnu.org> 47 2004-01-09 John Paul Wallington <jpw@gnu.org>
2 48
3 * bindings.el (mode-line-change-eol): Add EVENT parameter. 49 * bindings.el (mode-line-change-eol): Add EVENT parameter.
4 Temporarily select EVENT's window for changing eol type. 50 Temporarily select EVENT's window for changing eol type.
5 51