comparison lisp/ChangeLog @ 92917:8aa5577094ae

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Fri, 14 Mar 2008 06:45:16 +0000
parents 587dd0bd578f
children 7dbcedc3a354
comparison
equal deleted inserted replaced
92916:f296fd96bd7c 92917:8aa5577094ae
50 50
51 * calendar/cal-menu.el (displayed-year): Move declaration where needed. 51 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
52 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso): 52 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
53 Doc fix. 53 Doc fix.
54 (calendar-mouse-goto-date): Move definition before use. 54 (calendar-mouse-goto-date): Move definition before use.
55
56 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
57 Move definition before use.
58 (calendar-cursor-to-visible-date): Move definition before use.
59 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
60 and place inside the conditional.
61 (calendar-forward-day): Simplify.
62 (calendar-end-of-month): Use unless.
63 (calendar-goto-day-of-year): Doc fix.
64 Relocate obsolete aliases after their replacements.
55 65
56 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix. 66 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
57 67
58 * calendar/diary-lib.el (mark-diary-entries): Move some constant 68 * calendar/diary-lib.el (mark-diary-entries): Move some constant
59 variables outside the diary-date-forms loop. 69 variables outside the diary-date-forms loop.