changeset 92910:36a993320493

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Fri, 14 Mar 2008 03:31:52 +0000
parents e6b06f524f2b
children 69683285b129
files lisp/ChangeLog
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Mar 14 03:30:38 2008 +0000
+++ b/lisp/ChangeLog	Fri Mar 14 03:31:52 2008 +0000
@@ -3,6 +3,15 @@
 	* startup.el (command-line-1): Rename -internal-script back to
 	-scriptload (reverts previous change).
 
+	* calendar/cal-bahai.el (calendar-bahai-month-name-array)
+	(calendar-bahai-leap-base): Add doc strings.
+	(calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
+	Move definition before use.
+	(calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
+	(diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
+	variables outside the loop.  Use dolist.
+	(holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
+
 	* calendar/cal-china.el: Re-order so that functions are defined before
 	use.
 	(displayed-month, displayed-year): Move declarations where needed.