# HG changeset patch # User Richard M. Stallman # Date 1021824629 0 # Node ID 4d4036be4f4df3d0214d07d1f6040b97d5ea916a # Parent 65ad2c8b301badecedd7a9ff9b0b96e64ee26c4d *** empty log message *** diff -r 65ad2c8b301b -r 4d4036be4f4d lisp/ChangeLog --- a/lisp/ChangeLog Sun May 19 16:10:08 2002 +0000 +++ b/lisp/ChangeLog Sun May 19 16:10:29 2002 +0000 @@ -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 -r 65ad2c8b301b -r 4d4036be4f4d src/ChangeLog --- a/src/ChangeLog Sun May 19 16:10:08 2002 +0000 +++ b/src/ChangeLog Sun May 19 16:10:29 2002 +0000 @@ -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.