aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8d6618a3938..376b158738a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3,6 +3,15 @@
3 * startup.el (command-line-1): Rename -internal-script back to 3 * startup.el (command-line-1): Rename -internal-script back to
4 -scriptload (reverts previous change). 4 -scriptload (reverts previous change).
5 5
6 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
7 (calendar-bahai-leap-base): Add doc strings.
8 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
9 Move definition before use.
10 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
11 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
12 variables outside the loop. Use dolist.
13 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
14
6 * calendar/cal-china.el: Re-order so that functions are defined before 15 * calendar/cal-china.el: Re-order so that functions are defined before
7 use. 16 use.
8 (displayed-month, displayed-year): Move declarations where needed. 17 (displayed-month, displayed-year): Move declarations where needed.