]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sat, 15 Oct 2005 13:42:32 +0000 (13:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 15 Oct 2005 13:42:32 +0000 (13:42 +0000)
etc/NEWS
lisp/ChangeLog
man/ChangeLog
src/ChangeLog

index daf2b28618522b9552c7307cd65eec6699baaf0c..4ce93b64e588a005c230ce64d33b950006622df7 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1497,6 +1497,9 @@ sites, prepares these headlines for reading, and allows for loading the
 corresponding articles in a web browser.  Its documentation is in a
 separate manual.
 
++++
+** savehist saves minibuffer histories between sessions.
+
 +++
 ** Filesets are collections of files.  You can define a fileset in
 various ways, such as based on a directory tree or based on
index b2d06f5090e72ebcec1698741452a3bd64ed65d9..6c6b8f2e183e81b13fb20741a3ab5f20244b2955 100644 (file)
@@ -1,3 +1,12 @@
+2005-10-15  Richard M. Stallman  <rms@gnu.org>
+
+       * savehist.el (savehist-history-variables): New file.
+
+2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
+
+       * textmodes/tex-mode.el (tex-font-lock-keywords-2): Fix
+       bug in \bf fontification.
+
 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * pcvs.el (cvs-edit-log-files): New var.
index 3b98e7985fbb77558e39f0f15cac9bb335304ba4..afd79737ae9225b99e2b2dfcb92f91fab50eb5c9 100644 (file)
@@ -1,3 +1,7 @@
+2005-10-15  Richard M. Stallman  <rms@gnu.org>
+
+       * misc.texi (Saving Emacs Sessions): Mention savehist library.
+
 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus.texi (Document Server Internals): Addition.
index 3bc5ca526f1be53775333860f1960f3fcd830828..5a9a763bae3d0b988746a9584a43e7ad7f0b2f6c 100644 (file)
        * xterm.c, w32term.c, macterm.c: Rename member for_overlaps_p in
        struct glyph_string to for_overlaps.
 
+2005-10-04  Richard M. Stallman  <rms@gnu.org>
+
+       * alloc.c (refill_memory_reserve): Conditionalize the body,
+       not the function's existence.
+
 2005-10-04  Kim F. Storm  <storm@cua.dk>
 
        * window.c (window_split_tree): New function.