aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-05-19 16:10:29 +0000
committerRichard M. Stallman <[email protected]>2002-05-19 16:10:29 +0000
commit8bad880b02f435deccf7098cdc0099864dea28ae (patch)
tree58f5e124a3226d2c90a775887700c0e95684e86a
parent13d7dc77af7e9b832851e77f142299128e04fc73 (diff)
*** empty log message ***
-rw-r--r--lisp/ChangeLog9
-rw-r--r--src/ChangeLog4
2 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b102d67a03..6fa2a5dd67 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,14 @@
2002-05-19 Richard M. Stallman <[email protected]>
+ * 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 a9e863a444..e60eaf41a9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2002-05-19 Richard M. Stallman <[email protected]>
+
+ * doc.c (reread_doc_file): Don't ask for confirmation.
+
2002-05-18 Jason Rumney <[email protected]>
* w32fns.c (w32_create_pixmap_from_bitmap_data): New function.