aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-05-19 16:10:29 +0000
committerRichard M. Stallman2002-05-19 16:10:29 +0000
commit8bad880b02f435deccf7098cdc0099864dea28ae (patch)
tree58f5e124a3226d2c90a775887700c0e95684e86a
parent13d7dc77af7e9b832851e77f142299128e04fc73 (diff)
downloademacs-8bad880b02f435deccf7098cdc0099864dea28ae.tar.gz
emacs-8bad880b02f435deccf7098cdc0099864dea28ae.zip
*** 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 b102d67a031..6fa2a5dd67b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,14 @@
12002-05-19 Richard M. Stallman <rms@gnu.org> 12002-05-19 Richard M. Stallman <rms@gnu.org>
2 2
3 * indent.el (indent-region): Make COLUMN arg optional.
4
5 * files.el (find-file-read-args): New function.
6 (find-file, find-file-other-window, find-file-other-frame)
7 (find-file-read-only, find-file-read-only-other-window)
8 (find-file-read-only-other-frame): Use it.
9
10 * custom.el (custom-load-symbol): Verify that LOADED is a string.
11
3 * arc-mode.el (archive-zip-use-pkzip): Variable deleted. 12 * arc-mode.el (archive-zip-use-pkzip): Variable deleted.
4 (archive-zip-extract, archive-zip-expunge, archive-zip-update) 13 (archive-zip-extract, archive-zip-expunge, archive-zip-update)
5 (archive-zip-update-case): Use locate-file to decide whether 14 (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 @@
12002-05-19 Richard M. Stallman <rms@gnu.org>
2
3 * doc.c (reread_doc_file): Don't ask for confirmation.
4
12002-05-18 Jason Rumney <jasonr@gnu.org> 52002-05-18 Jason Rumney <jasonr@gnu.org>
2 6
3 * w32fns.c (w32_create_pixmap_from_bitmap_data): New function. 7 * w32fns.c (w32_create_pixmap_from_bitmap_data): New function.