aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9dd9bbd6df0..fc04082c002 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,22 @@
12008-04-12 Glenn Morris <rgm@gnu.org>
2
3 * calendar/cal-china.el (chinese-calendar-time-zone):
4 Mark obsolete name as risky too.
5
6 * calendar/calendar.el (calendar-faces): New custom group.
7 (calendar-today, diary, holiday): Doc fix. Move to calendar-faces
8 group.
9 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
10 (diary-button): Doc fix. Move to calendar-faces group.
11
12 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
13 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
14 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
15 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
16 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
17 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
18 not in dumped files before the associated defcustom.
19
12008-04-11 Johan Bockgård <bojohan@gnu.org> 202008-04-11 Johan Bockgård <bojohan@gnu.org>
2 21
3 * minibuffer.el (lazy-completion-table): Fix debug spec. 22 * minibuffer.el (lazy-completion-table): Fix debug spec.