emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Tue, 21 May 2002 01:38:06 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3916 emacs/lisp/ChangeLog:1.3917
*** emacs/lisp/ChangeLog:1.3916 Mon May 20 12:05:56 2002
--- emacs/lisp/ChangeLog        Mon May 20 15:32:59 2002
***************
*** 1,3 ****
--- 1,19 ----
+ 2002-05-20  Stefan Monnier  <address@hidden>
+ 
+       * 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  <address@hidden>
  
        * mail/sendmail.el (mail-recover-1): Remove (debug).
***************
*** 18,25 ****
  2002-05-19  Markus Rost  <address@hidden>
  
        * international/ucs-tables.el (unify-8859-on-encoding-mode)
!       (unify-8859-on-decoding-mode): Change :version attributes to
!       strings.
  
        * simple.el (yank-excluded-properties): Change :version attribute
        to a string.
--- 34,40 ----
  2002-05-19  Markus Rost  <address@hidden>
  
        * international/ucs-tables.el (unify-8859-on-encoding-mode)
!       (unify-8859-on-decoding-mode): Change :version attributes to strings.
  
        * simple.el (yank-excluded-properties): Change :version attribute
        to a string.
***************
*** 32,39 ****
  
        * find-dired.el (find-dired): Implement revert-buffer-function.
  
!       * mail/emacsbug.el (report-emacs-bug-hook): Do another
!       save-excursion.
  
  2002-05-19  Glenn Morris  <address@hidden>
  
--- 47,53 ----
  
        * find-dired.el (find-dired): Implement revert-buffer-function.
  
!       * mail/emacsbug.el (report-emacs-bug-hook): Do another save-excursion.
  
  2002-05-19  Glenn Morris  <address@hidden>
  
***************
*** 50,63 ****
        * 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
        to use pkzip.
        (archive-zip-extract): Test for pkzip in value of archive-zip-extract.
--- 64,77 ----
        * 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
        to use pkzip.
        (archive-zip-extract): Test for pkzip in value of archive-zip-extract.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]