aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2004-02-21 14:09:01 +0000
committerEli Zaretskii2004-02-21 14:09:01 +0000
commit4effffca651dd01eedc30f6c28f302abb5e12a8b (patch)
tree3f6a73d2a9256f3f0007c9b551d355a2389574ff
parent467997b7f343c3268df2828bb63ac500a19ed3c8 (diff)
downloademacs-4effffca651dd01eedc30f6c28f302abb5e12a8b.tar.gz
emacs-4effffca651dd01eedc30f6c28f302abb5e12a8b.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog9
-rw-r--r--src/ChangeLog7
2 files changed, 15 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4577fd91e8f..902b3072148 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,4 +1,11 @@
12004-02-21 Stephen Compall <s11@member.fsf.org> (tiny change) 12004-02-21 Stephen Compall <s11@member.fsf.org>
2
3 * saveplace.el (save-place-forget-unreadable-files)
4 (save-place-save-skipped, save-place-skip-check-regexp): New
5 defcustoms.
6 (save-place-forget-unreadable-files): New function.
7 (save-place-alist-to-file): Use it to filter out files that are
8 no longer readable.
2 9
3 * textmodes/texinfo.el (texinfo-insert-@item): Look for the 10 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
4 current Texinfo environment, using the same method as in 11 current Texinfo environment, using the same method as in
diff --git a/src/ChangeLog b/src/ChangeLog
index a25239d88a3..b3cae7c7296 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12004-02-21 Juri Linkov <juri@jurta.org>
2
3 * emacs.c (USAGE1): Add --no-desktop. Move --display from USAGE2.
4 Fix --multibyte. Move --help, --version to USAGE2. Add alias
5 --file. Fix -f, -l. Sort options. Untabify.
6 (USAGE2): Add -hb. Fix --name, --title. Sort options. Untabify.
7
12004-02-19 Luc Teirlinck <teirllm@auburn.edu> 82004-02-19 Luc Teirlinck <teirllm@auburn.edu>
2 9
3 * category.c (Fdefine_category, Fcategory_docstring) 10 * category.c (Fdefine_category, Fcategory_docstring)