# HG changeset patch # User Glenn Morris # Date 1206416626 0 # Node ID e6f00a8b10d5f827eab03eb075cf185a52e3e885 # Parent bb7e96e383abe483e0d08a8a4e76516aaca8fa2b *** empty log message *** diff -r bb7e96e383ab -r e6f00a8b10d5 lisp/ChangeLog --- a/lisp/ChangeLog Tue Mar 25 03:43:31 2008 +0000 +++ b/lisp/ChangeLog Tue Mar 25 03:43:46 2008 +0000 @@ -1,8 +1,47 @@ +2008-03-25 Glenn Morris + + * calendar/cal-bahai.el (calendar-bahai-read-date): New name for + calendar-bahai-prompt-for-date. Update callers, make old name an + obsolete alias. Doc fix. + * calendar/cal-coptic.el (calendar-coptic-read-date): New name for + coptic-prompt-for-date. Update callers, make old name an + obsolete alias. Doc fix. + * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for + calendar-hebrew-prompt-for-date. Update callers. Doc fix. + * calendar/cal-islam.el (calendar-islamic-read-date): New name for + calendar-islamic-prompt-for-date. Update callers. Doc fix. + * calendar/cal-iso.el (calendar-iso-read-date): New name for + calendar-iso-read-args. Update callers, make old name an obsolete + alias. + * calendar/cal-persia.el (calendar-persian-read-date): New name for + persian-prompt-for-date. Update callers, make old name an + obsolete alias. Doc fix. Move definition before use. + + * calendar/cal-x.el (diary-frame-parameters) + (calendar-frame-parameters, calendar-and-diary-frame-parameters): + Doc fixes. + (make-fancy-diary-buffer): Remove declaration. + (calendar-dedicate-diary): Replace call to deleted function + make-fancy-diary-buffer. + (calendar-frame-setup): New function. + (calendar-one-frame-setup, calendar-only-one-frame-setup) + (calendar-two-frame-setup): Call calendar-frame-setup to do the actual + work, and mark as obsolete. + (special-display-buffer-names): Don't mess with this; it's not our + business. + (cal-x-load-hook): Defvar it, and mark as obsolete. + + * calendar/calendar.el (calendar-remove-frame-by-deleting): + Default to t. Add to 'calendar group. + (calendar): Doc fix. Use calendar-frame-setup. + (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument. + (generate-calendar-window): Doc fix. + 2008-03-24 Stefan Monnier * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously. -2008-03-22 Drew Adams +2008-03-24 Drew Adams * finder.el (finder-mode-syntax-table, finder-font-lock-keywords): New variables.