# HG changeset patch # User Glenn Morris # Date 1204864057 0 # Node ID e4e52ad20e26fea7875bbc3cb9b97117656f8e4a # Parent 117d4bd1128b24fd89776f8309d1343185937c85 *** empty log message *** diff -r 117d4bd1128b -r e4e52ad20e26 lisp/ChangeLog --- a/lisp/ChangeLog Fri Mar 07 04:23:38 2008 +0000 +++ b/lisp/ChangeLog Fri Mar 07 04:27:37 2008 +0000 @@ -1,3 +1,12 @@ +2008-03-07 Glenn Morris + + * mail/supercite.el: Remove leading `*' from defcustom doc-strings. + (sc-mode-map-prefix): Doc fix. Make it a defcustom. + + * textmodes/org.el (org-agenda-sunrise-sunset): Require solar. + (calendar-longitude, calendar-latitude, calendar-location-name): + Declare for compiler. + 2008-03-06 Stefan Monnier * arc-mode.el (archive-ar-file-header-re): New const. @@ -9,7 +18,7 @@ * info.el (Info-bookmark-make-cell): Don't use the info-node argument. -2008-03-06 Lennart Borgman (tiny change) +2008-03-06 Lennart Borgman * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Replace :enable (mark-active) with :enable mark-active.