# HG changeset patch # User Stefan Monnier # Date 1129476872 0 # Node ID d61c5c1cd4c643204ac8d789950c72f62b152ae4 # Parent b1015e4158dbbe041e961dde9ea289595cb617cb *** empty log message *** diff -r b1015e4158db -r d61c5c1cd4c6 lisp/ChangeLog --- a/lisp/ChangeLog Sun Oct 16 15:22:37 2005 +0000 +++ b/lisp/ChangeLog Sun Oct 16 15:34:32 2005 +0000 @@ -1,3 +1,24 @@ +2005-10-16 Stefan Monnier + + * savehist.el: Don't require CL at runtime. + (savehist-xemacs): Remove. + (savehist-coding-system): Use utf-8 if available, regardless of religion. + (savehist-no-conversion): Use (featurep 'xemacs). + (savehist-load): Check existence of start-itimer rather than XEmacs. + Use an idle timer. + (savehist-process-for-saving): Replace use of CL funs `subseq' and + `delete-if-not'. + +2005-10-16 Hrvoje Niksic + + * savehist.el: Newer version. + (savehist-autosave-interval, savehist-coding-system, savehist-timer) + (savehist-last-checksum, savehist-no-conversion): New vars. + (savehist-autosave, savehist-process-for-saving, savehist-printable): + New functions. + (savehist-load, savehist-save): Use them. + (savehist-delimit): Remove. + 2005-10-16 Stefan Monnier * progmodes/compile.el (compilation-goto-locus): Display the @@ -73,8 +94,8 @@ 2005-10-14 Karl Chen - * textmodes/tex-mode.el (tex-font-lock-keywords-2): Fix - bug in \bf fontification. + * textmodes/tex-mode.el (tex-font-lock-keywords-2): + Fix bug in \bf fontification. 2005-10-15 Stefan Monnier