From 71790d57606afbf6089ad202cb25c09aef407145 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sun, 16 Oct 2005 15:34:32 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1cdcf57868c..8b4c74def7a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 -- 2.39.5