# HG changeset patch # User Glenn Morris # Date 1175982782 0 # Node ID 43919a230e90cb581a975c9ef080d33b3a5d46eb # Parent 831765c54f39db3335c5468cffcc84f03a196673 *** empty log message *** diff -r 831765c54f39 -r 43919a230e90 lisp/ChangeLog --- a/lisp/ChangeLog Sat Apr 07 19:50:06 2007 +0000 +++ b/lisp/ChangeLog Sat Apr 07 21:53:02 2007 +0000 @@ -1,3 +1,14 @@ +2007-04-07 Glenn Morris + + * calendar/calendar.el (diary-font-lock-keywords, diary-live-p): + Autoload these functions. + (diary-date-forms): Add a custom :set form. + + * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition + before first use. + (diary-font-lock-keywords): New function with old code for + initialization of variable of same name. + 2007-04-07 Alan Mackenzie * progmodes/cc-cmds.el (c-electric-paren): clean-up