comparison lisp/ChangeLog @ 92919:7dbcedc3a354

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Fri, 14 Mar 2008 06:54:36 +0000
parents 8aa5577094ae
children 81461ea69220
comparison
equal deleted inserted replaced
92918:3f05cbe354c1 92919:7dbcedc3a354
41 (calendar-goto-french-date): Doc fix. 41 (calendar-goto-french-date): Doc fix.
42 (french-calendar-month-name-array) 42 (french-calendar-month-name-array)
43 (french-calendar-multibyte-month-name-array) 43 (french-calendar-multibyte-month-name-array)
44 (french-calendar-day-name-array, french-calendar-special-days-array): 44 (french-calendar-day-name-array, french-calendar-special-days-array):
45 Add doc strings. 45 Add doc strings.
46
47 * calendar/cal-hebrew.el (displayed-month, displayed-year)
48 (original-date): Move declarations where needed.
49 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
50 Doc fix.
51 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
52 constant variables outside the loop. Use dolist.
46 53
47 * calendar/cal-julian.el (calendar-absolute-from-julian): Move 54 * calendar/cal-julian.el (calendar-absolute-from-julian): Move
48 definition before use. Remove un-needed local `day'. 55 definition before use. Remove un-needed local `day'.
49 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix. 56 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
50 57