From a19a00033cd8e4d2f6efd214d69a8cb2fc76f9dd Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 15 Oct 2005 13:42:32 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 3 +++ lisp/ChangeLog | 9 +++++++++ man/ChangeLog | 4 ++++ src/ChangeLog | 5 +++++ 4 files changed, 21 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index daf2b286185..4ce93b64e58 100644 --- 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 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b2d06f5090e..6c6b8f2e183 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2005-10-15 Richard M. Stallman + + * savehist.el (savehist-history-variables): New file. + +2005-10-14 Karl Chen + + * textmodes/tex-mode.el (tex-font-lock-keywords-2): Fix + bug in \bf fontification. + 2005-10-15 Stefan Monnier * pcvs.el (cvs-edit-log-files): New var. diff --git a/man/ChangeLog b/man/ChangeLog index 3b98e7985fb..afd79737ae9 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2005-10-15 Richard M. Stallman + + * misc.texi (Saving Emacs Sessions): Mention savehist library. + 2005-10-14 Katsumi Yamaoka * gnus.texi (Document Server Internals): Addition. diff --git a/src/ChangeLog b/src/ChangeLog index 3bc5ca526f1..5a9a763bae3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -237,6 +237,11 @@ * xterm.c, w32term.c, macterm.c: Rename member for_overlaps_p in struct glyph_string to for_overlaps. +2005-10-04 Richard M. Stallman + + * alloc.c (refill_memory_reserve): Conditionalize the body, + not the function's existence. + 2005-10-04 Kim F. Storm * window.c (window_split_tree): New function. -- 2.39.5