diff options
| author | Richard M. Stallman | 2002-05-19 16:10:29 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-05-19 16:10:29 +0000 |
| commit | 8bad880b02f435deccf7098cdc0099864dea28ae (patch) | |
| tree | 58f5e124a3226d2c90a775887700c0e95684e86a | |
| parent | 13d7dc77af7e9b832851e77f142299128e04fc73 (diff) | |
| download | emacs-8bad880b02f435deccf7098cdc0099864dea28ae.tar.gz emacs-8bad880b02f435deccf7098cdc0099864dea28ae.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 9 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
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 @@ | |||
| 1 | 2002-05-19 Richard M. Stallman <rms@gnu.org> | 1 | 2002-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 @@ | |||
| 1 | 2002-05-19 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * doc.c (reread_doc_file): Don't ask for confirmation. | ||
| 4 | |||
| 1 | 2002-05-18 Jason Rumney <jasonr@gnu.org> | 5 | 2002-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. |