]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 16 Oct 2005 15:34:32 +0000 (15:34 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 16 Oct 2005 15:34:32 +0000 (15:34 +0000)
lisp/ChangeLog

index 1cdcf57868c03a02c6bbf3c949d9bcf5b1c3172d..8b4c74def7a68d225a6c5b8ea5a27c11d872e499 100644 (file)
@@ -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>