changeset 66122:d61c5c1cd4c6

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 16 Oct 2005 15:34:32 +0000
parents b1015e4158db
children e7767b4c6597
files lisp/ChangeLog
diffstat 1 files changed, 23 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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  <monnier@iro.umontreal.ca>
+
+	* 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  <hniksic@xemacs.org>
+
+	* 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  <monnier@iro.umontreal.ca>
 
 	* progmodes/compile.el (compilation-goto-locus): Display the
@@ -73,8 +94,8 @@
 
 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
 
-	* 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  <monnier@iro.umontreal.ca>