changeset 92901:4e7000070b61

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Fri, 14 Mar 2008 03:08:33 +0000
parents c6b7fe651716
children d77fc175bcfc
files lisp/ChangeLog
diffstat 1 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.