From: Richard M. Stallman Date: Sun, 19 May 2002 16:10:29 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~14995 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8bad880b02f435deccf7098cdc0099864dea28ae;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b102d67a031..6fa2a5dd67b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,14 @@ 2002-05-19 Richard M. Stallman + * indent.el (indent-region): Make COLUMN arg optional. + + * files.el (find-file-read-args): New function. + (find-file, find-file-other-window, find-file-other-frame) + (find-file-read-only, find-file-read-only-other-window) + (find-file-read-only-other-frame): Use it. + + * custom.el (custom-load-symbol): Verify that LOADED is a string. + * arc-mode.el (archive-zip-use-pkzip): Variable deleted. (archive-zip-extract, archive-zip-expunge, archive-zip-update) (archive-zip-update-case): Use locate-file to decide whether diff --git a/src/ChangeLog b/src/ChangeLog index a9e863a4442..e60eaf41a9e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-05-19 Richard M. Stallman + + * doc.c (reread_doc_file): Don't ask for confirmation. + 2002-05-18 Jason Rumney * w32fns.c (w32_create_pixmap_from_bitmap_data): New function.