Mercurial > emacs
changeset 94034:884895362fb7
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 12 Apr 2008 03:17:19 +0000 |
parents | 03995f64a613 |
children | a278a40360a9 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 19 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Apr 12 03:16:21 2008 +0000 +++ b/lisp/ChangeLog Sat Apr 12 03:17:19 2008 +0000 @@ -1,3 +1,22 @@ +2008-04-12 Glenn Morris <rgm@gnu.org> + + * calendar/cal-china.el (chinese-calendar-time-zone): + Mark obsolete name as risky too. + + * calendar/calendar.el (calendar-faces): New custom group. + (calendar-today, diary, holiday): Doc fix. Move to calendar-faces + group. + * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time) + (diary-button): Doc fix. Move to calendar-faces group. + + * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix. + * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el: + * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el: + * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el + * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el: + Move non-autoloaded define-obsolete-variable-alias calls for defcustoms + not in dumped files before the associated defcustom. + 2008-04-11 Johan Bockgård <bojohan@gnu.org> * minibuffer.el (lazy-completion-table): Fix debug spec.