emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Sun, 16 Oct 2005 11:34:35 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.8354 emacs/lisp/ChangeLog:1.8355
*** emacs/lisp/ChangeLog:1.8354 Sun Oct 16 14:12:50 2005
--- emacs/lisp/ChangeLog        Sun Oct 16 15:34:32 2005
***************
*** 1,5 ****
--- 1,26 ----
  2005-10-16  Stefan Monnier  <address@hidden>
  
+       * 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  <address@hidden>
+ 
+       * 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  <address@hidden>
+ 
        * progmodes/compile.el (compilation-goto-locus): Display the
        compilation buffer first and the source buffer second, in case they're
        in overlapping frames.  Don't raise the compilation frame if it was the
***************
*** 73,80 ****
  
  2005-10-14  Karl Chen  <address@hidden>
  
!       * textmodes/tex-mode.el (tex-font-lock-keywords-2): Fix
!       bug in \bf fontification.
  
  2005-10-15  Stefan Monnier  <address@hidden>
  
--- 94,101 ----
  
  2005-10-14  Karl Chen  <address@hidden>
  
!       * textmodes/tex-mode.el (tex-font-lock-keywords-2):
!       Fix bug in \bf fontification.
  
  2005-10-15  Stefan Monnier  <address@hidden>
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]