# HG changeset patch # User Richard M. Stallman # Date 1129383752 0 # Node ID f284148b3d3fc5bae9a09d79dfaa04f9106bd04c # Parent ac281b2540065a86b260c184f98a165058e434f5 *** empty log message *** diff -r ac281b254006 -r f284148b3d3f etc/NEWS --- a/etc/NEWS Sat Oct 15 13:41:24 2005 +0000 +++ b/etc/NEWS Sat Oct 15 13:42:32 2005 +0000 @@ -1498,6 +1498,9 @@ 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 program files that include other program files. diff -r ac281b254006 -r f284148b3d3f lisp/ChangeLog --- a/lisp/ChangeLog Sat Oct 15 13:41:24 2005 +0000 +++ b/lisp/ChangeLog Sat Oct 15 13:42:32 2005 +0000 @@ -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 -r ac281b254006 -r f284148b3d3f man/ChangeLog --- a/man/ChangeLog Sat Oct 15 13:41:24 2005 +0000 +++ b/man/ChangeLog Sat Oct 15 13:42:32 2005 +0000 @@ -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 -r ac281b254006 -r f284148b3d3f src/ChangeLog --- a/src/ChangeLog Sat Oct 15 13:41:24 2005 +0000 +++ b/src/ChangeLog Sat Oct 15 13:42:32 2005 +0000 @@ -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.