diff options
| -rw-r--r-- | etc/NEWS | 3 | ||||
| -rw-r--r-- | lisp/ChangeLog | 9 | ||||
| -rw-r--r-- | man/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
4 files changed, 21 insertions, 0 deletions
| @@ -1498,6 +1498,9 @@ corresponding articles in a web browser. Its documentation is in a | |||
| 1498 | separate manual. | 1498 | separate manual. |
| 1499 | 1499 | ||
| 1500 | +++ | 1500 | +++ |
| 1501 | ** savehist saves minibuffer histories between sessions. | ||
| 1502 | |||
| 1503 | +++ | ||
| 1501 | ** Filesets are collections of files. You can define a fileset in | 1504 | ** Filesets are collections of files. You can define a fileset in |
| 1502 | various ways, such as based on a directory tree or based on | 1505 | various ways, such as based on a directory tree or based on |
| 1503 | program files that include other program files. | 1506 | program files that include other program files. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b2d06f5090e..6c6b8f2e183 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2005-10-15 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * savehist.el (savehist-history-variables): New file. | ||
| 4 | |||
| 5 | 2005-10-14 Karl Chen <quarl@cs.berkeley.edu> | ||
| 6 | |||
| 7 | * textmodes/tex-mode.el (tex-font-lock-keywords-2): Fix | ||
| 8 | bug in \bf fontification. | ||
| 9 | |||
| 1 | 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca> | 10 | 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 11 | ||
| 3 | * pcvs.el (cvs-edit-log-files): New var. | 12 | * 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 @@ | |||
| 1 | 2005-10-15 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * misc.texi (Saving Emacs Sessions): Mention savehist library. | ||
| 4 | |||
| 1 | 2005-10-14 Katsumi Yamaoka <yamaoka@jpl.org> | 5 | 2005-10-14 Katsumi Yamaoka <yamaoka@jpl.org> |
| 2 | 6 | ||
| 3 | * gnus.texi (Document Server Internals): Addition. | 7 | * 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 @@ | |||
| 237 | * xterm.c, w32term.c, macterm.c: Rename member for_overlaps_p in | 237 | * xterm.c, w32term.c, macterm.c: Rename member for_overlaps_p in |
| 238 | struct glyph_string to for_overlaps. | 238 | struct glyph_string to for_overlaps. |
| 239 | 239 | ||
| 240 | 2005-10-04 Richard M. Stallman <rms@gnu.org> | ||
| 241 | |||
| 242 | * alloc.c (refill_memory_reserve): Conditionalize the body, | ||
| 243 | not the function's existence. | ||
| 244 | |||
| 240 | 2005-10-04 Kim F. Storm <storm@cua.dk> | 245 | 2005-10-04 Kim F. Storm <storm@cua.dk> |
| 241 | 246 | ||
| 242 | * window.c (window_split_tree): New function. | 247 | * window.c (window_split_tree): New function. |