changeset 54112:72710abb61c0

*** empty log message ***
author Eli Zaretskii <eliz@is.elta.co.il>
date Sat, 21 Feb 2004 14:09:01 +0000
parents b49a38db4abc
children a045d0873ac4
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 15 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Feb 21 14:07:11 2004 +0000
+++ b/lisp/ChangeLog	Sat Feb 21 14:09:01 2004 +0000
@@ -1,4 +1,11 @@
-2004-02-21  Stephen Compall  <s11@member.fsf.org>  (tiny change)
+2004-02-21  Stephen Compall  <s11@member.fsf.org>
+
+	* saveplace.el (save-place-forget-unreadable-files)
+	(save-place-save-skipped, save-place-skip-check-regexp): New
+	defcustoms.
+	(save-place-forget-unreadable-files): New function.
+	(save-place-alist-to-file): Use it to filter out files that are
+	no longer readable.
 
 	* textmodes/texinfo.el (texinfo-insert-@item): Look for the
 	current Texinfo environment, using the same method as in
--- a/src/ChangeLog	Sat Feb 21 14:07:11 2004 +0000
+++ b/src/ChangeLog	Sat Feb 21 14:09:01 2004 +0000
@@ -1,3 +1,10 @@
+2004-02-21  Juri Linkov  <juri@jurta.org>
+
+	* emacs.c (USAGE1): Add --no-desktop.  Move --display from USAGE2.
+	Fix --multibyte.  Move --help, --version to USAGE2.  Add alias
+	--file.  Fix -f, -l.  Sort options.  Untabify.
+	(USAGE2): Add -hb.  Fix --name, --title.  Sort options.  Untabify.
+
 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
 
 	* category.c (Fdefine_category, Fcategory_docstring)