diff options
| author | Stefan Monnier | 2002-05-20 19:32:59 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2002-05-20 19:32:59 +0000 |
| commit | 6f6420041a765bd76f6021d2b9913f68e202e0ce (patch) | |
| tree | 6c2f8a9d94be9a9882197d97e0d4ed13abedc6a3 | |
| parent | 7ca26b02cfe1f8942faac526e8f3b1143d2c78d0 (diff) | |
| download | emacs-6f6420041a765bd76f6021d2b9913f68e202e0ce.tar.gz emacs-6f6420041a765bd76f6021d2b9913f68e202e0ce.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 28 |
1 files changed, 21 insertions, 7 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a040e6f505f..e0f03aba0f9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2002-05-20 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * net/ange-ftp.el (ange-ftp-generate-root-prefixes) | ||
| 4 | (ange-ftp-file-name-completion): Don't cons unnecessarily. | ||
| 5 | (ange-ftp-send-cmd): Always `cd' before doing `ls'. | ||
| 6 | |||
| 7 | * wid-edit.el (widget-color-complete): | ||
| 8 | * progmodes/etags.el (tags-complete-tags-table-file): | ||
| 9 | * progmodes/cpp.el (cpp-choose-symbol): Don't cons unnecessarily. | ||
| 10 | |||
| 11 | * textmodes/outline.el (outline-reveal-toggle-invisible): | ||
| 12 | Reverse the meaning of the second arg. | ||
| 13 | |||
| 14 | * reveal.el (reveal-post-command): Reverse the semantics of | ||
| 15 | reveal-toggle-invisible and support isearch-open-invisible-temporary. | ||
| 16 | |||
| 1 | 2002-05-20 Markus Rost <rost@math.ohio-state.edu> | 17 | 2002-05-20 Markus Rost <rost@math.ohio-state.edu> |
| 2 | 18 | ||
| 3 | * mail/sendmail.el (mail-recover-1): Remove (debug). | 19 | * mail/sendmail.el (mail-recover-1): Remove (debug). |
| @@ -18,8 +34,7 @@ | |||
| 18 | 2002-05-19 Markus Rost <rost@math.ohio-state.edu> | 34 | 2002-05-19 Markus Rost <rost@math.ohio-state.edu> |
| 19 | 35 | ||
| 20 | * international/ucs-tables.el (unify-8859-on-encoding-mode) | 36 | * international/ucs-tables.el (unify-8859-on-encoding-mode) |
| 21 | (unify-8859-on-decoding-mode): Change :version attributes to | 37 | (unify-8859-on-decoding-mode): Change :version attributes to strings. |
| 22 | strings. | ||
| 23 | 38 | ||
| 24 | * simple.el (yank-excluded-properties): Change :version attribute | 39 | * simple.el (yank-excluded-properties): Change :version attribute |
| 25 | to a string. | 40 | to a string. |
| @@ -32,8 +47,7 @@ | |||
| 32 | 47 | ||
| 33 | * find-dired.el (find-dired): Implement revert-buffer-function. | 48 | * find-dired.el (find-dired): Implement revert-buffer-function. |
| 34 | 49 | ||
| 35 | * mail/emacsbug.el (report-emacs-bug-hook): Do another | 50 | * mail/emacsbug.el (report-emacs-bug-hook): Do another save-excursion. |
| 36 | save-excursion. | ||
| 37 | 51 | ||
| 38 | 2002-05-19 Glenn Morris <gmorris@ast.cam.ac.uk> | 52 | 2002-05-19 Glenn Morris <gmorris@ast.cam.ac.uk> |
| 39 | 53 | ||
| @@ -50,14 +64,14 @@ | |||
| 50 | * indent.el (indent-region): Make COLUMN arg optional. | 64 | * indent.el (indent-region): Make COLUMN arg optional. |
| 51 | 65 | ||
| 52 | * files.el (find-file-read-args): New function. | 66 | * files.el (find-file-read-args): New function. |
| 53 | (find-file, find-file-other-window, find-file-other-frame) | 67 | (find-file, find-file-other-window, find-file-other-frame) |
| 54 | (find-file-read-only, find-file-read-only-other-window) | 68 | (find-file-read-only, find-file-read-only-other-window) |
| 55 | (find-file-read-only-other-frame): Use it. | 69 | (find-file-read-only-other-frame): Use it. |
| 56 | 70 | ||
| 57 | * custom.el (custom-load-symbol): Verify that LOADED is a string. | 71 | * custom.el (custom-load-symbol): Verify that LOADED is a string. |
| 58 | 72 | ||
| 59 | * arc-mode.el (archive-zip-use-pkzip): Variable deleted. | 73 | * arc-mode.el (archive-zip-use-pkzip): Variable deleted. |
| 60 | (archive-zip-extract, archive-zip-expunge, archive-zip-update) | 74 | (archive-zip-extract, archive-zip-expunge, archive-zip-update) |
| 61 | (archive-zip-update-case): Use locate-file to decide whether | 75 | (archive-zip-update-case): Use locate-file to decide whether |
| 62 | to use pkzip. | 76 | to use pkzip. |
| 63 | (archive-zip-extract): Test for pkzip in value of archive-zip-extract. | 77 | (archive-zip-extract): Test for pkzip in value of archive-zip-extract. |