Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a19a0003
Commit
a19a0003
authored
Oct 15, 2005
by
Richard M. Stallman
Browse files
*** empty log message ***
parent
89b5d9ab
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
0 deletions
+21
-0
etc/NEWS
etc/NEWS
+3
-0
lisp/ChangeLog
lisp/ChangeLog
+9
-0
man/ChangeLog
man/ChangeLog
+4
-0
src/ChangeLog
src/ChangeLog
+5
-0
No files found.
etc/NEWS
View file @
a19a0003
...
...
@@ -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
...
...
lisp/ChangeLog
View file @
a19a0003
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.
...
...
man/ChangeLog
View file @
a19a0003
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.
...
...
src/ChangeLog
View file @
a19a0003
...
...
@@ -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 <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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment