diff options
| -rw-r--r-- | lisp/ChangeLog | 9 | ||||
| -rw-r--r-- | src/ChangeLog | 7 |
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 @@ | |||
| 1 | 2004-02-21 Stephen Compall <s11@member.fsf.org> (tiny change) | 1 | 2004-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 @@ | |||
| 1 | 2004-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 | |||
| 1 | 2004-02-19 Luc Teirlinck <teirllm@auburn.edu> | 8 | 2004-02-19 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 9 | ||
| 3 | * category.c (Fdefine_category, Fcategory_docstring) | 10 | * category.c (Fdefine_category, Fcategory_docstring) |