# HG changeset patch # User Glenn Morris # Date 1205464113 0 # Node ID 4e7000070b613abc50d73cafb14dd22b2642eff0 # Parent c6b7fe6517166ac536b314d6260d1083863650d2 *** empty log message *** diff -r c6b7fe651716 -r 4e7000070b61 lisp/ChangeLog --- a/lisp/ChangeLog Fri Mar 14 03:08:08 2008 +0000 +++ b/lisp/ChangeLog Fri Mar 14 03:08:33 2008 +0000 @@ -3,6 +3,21 @@ * startup.el (command-line-1): Rename -internal-script back to -scriptload (reverts previous change). + * calendar/cal-china.el: Re-order so that functions are defined before + use. + (displayed-month, displayed-year): Move declarations where needed. + (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix. + (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch): + Add doc strings. + (chinese-year-cache): Recenter on 2010. Doc fix. + (chinese-year, number-chinese-months, calendar-absolute-from-chinese): + Doc fix. Simplify. + (chinese-year-cache-init): New function. + (compute-chinese-year, holiday-chinese-new-year) + (calendar-chinese-date-string, calendar-goto-chinese-date) + (make-chinese-month-assoc-list): Use cadr, nth. + (chinese-months): Remove un-needed let. + * calendar/cal-coptic.el (coptic-calendar-month-name-array): (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings. (coptic-prompt-for-date): Move definition before use.