diff options
| author | Glenn Morris | 2008-04-12 03:17:19 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-04-12 03:17:19 +0000 |
| commit | cd6ef82d85dcd34f98b2ae6cec97b495f9a4e8ca (patch) | |
| tree | d7cef036c6b82dcaed2f123dbf0e6c64daa7d1bf /lisp/ChangeLog | |
| parent | f8754ca2dea51bbcddb30dedc4c4d1e6383fa0c1 (diff) | |
| download | emacs-cd6ef82d85dcd34f98b2ae6cec97b495f9a4e8ca.tar.gz emacs-cd6ef82d85dcd34f98b2ae6cec97b495f9a4e8ca.zip | |
Move non-autoloaded define-obsolete-variable-alias calls for
defcustoms not in dumped files before the associated defcustom.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 19 |
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 @@ | |||
| 1 | 2008-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 | |||
| 1 | 2008-04-11 Johan Bockgård <bojohan@gnu.org> | 20 | 2008-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. |