Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6f642004
Commit
6f642004
authored
May 20, 2002
by
Stefan Monnier
Browse files
*** empty log message ***
parent
7ca26b02
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
7 deletions
+21
-7
lisp/ChangeLog
lisp/ChangeLog
+21
-7
No files found.
lisp/ChangeLog
View file @
6f642004
2002-05-20 Stefan Monnier <monnier@cs.yale.edu>
* net/ange-ftp.el (ange-ftp-generate-root-prefixes)
(ange-ftp-file-name-completion): Don't cons unnecessarily.
(ange-ftp-send-cmd): Always `cd' before doing `ls'.
* wid-edit.el (widget-color-complete):
* progmodes/etags.el (tags-complete-tags-table-file):
* progmodes/cpp.el (cpp-choose-symbol): Don't cons unnecessarily.
* textmodes/outline.el (outline-reveal-toggle-invisible):
Reverse the meaning of the second arg.
* reveal.el (reveal-post-command): Reverse the semantics of
reveal-toggle-invisible and support isearch-open-invisible-temporary.
2002-05-20 Markus Rost <rost@math.ohio-state.edu>
* mail/sendmail.el (mail-recover-1): Remove (debug).
...
...
@@ -18,8 +34,7 @@
2002-05-19 Markus Rost <rost@math.ohio-state.edu>
* international/ucs-tables.el (unify-8859-on-encoding-mode)
(unify-8859-on-decoding-mode): Change :version attributes to
strings.
(unify-8859-on-decoding-mode): Change :version attributes to strings.
* simple.el (yank-excluded-properties): Change :version attribute
to a string.
...
...
@@ -32,8 +47,7 @@
* find-dired.el (find-dired): Implement revert-buffer-function.
* mail/emacsbug.el (report-emacs-bug-hook): Do another
save-excursion.
* mail/emacsbug.el (report-emacs-bug-hook): Do another save-excursion.
2002-05-19 Glenn Morris <gmorris@ast.cam.ac.uk>
...
...
@@ -50,14 +64,14 @@
* 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, 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-extract, archive-zip-expunge, archive-zip-update)
(archive-zip-update-case): Use locate-file to decide whether
to use pkzip.
(archive-zip-extract): Test for pkzip in value of archive-zip-extract.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment