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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Mon, 14 Jan 2002 08:01:15 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.3333 emacs/lisp/ChangeLog:1.3334
*** emacs/lisp/ChangeLog:1.3333 Sun Jan 13 20:40:48 2002
--- emacs/lisp/ChangeLog        Mon Jan 14 08:01:14 2002
***************
*** 1,3 ****
--- 1,12 ----
+ 2002-01-14  Stefan Monnier  <address@hidden>
+ 
+       * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
+       (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
+       Use it.
+       (ange-ftp-hook-function): Preserve match-data.
+       (ange-ftp-insert-directory): Typo.
+       (ange-ftp-shell-command): Check if regexp matched.
+ 
  2002-01-13  Richard M. Stallman  <address@hidden>
  
        * international/mule-cmds.el: help-map bindings moved to help.el.
***************
*** 8,16 ****
        Move view-emacs-FAQ from F to C-f.
        Move view-emacs-problems from P to C-e.
        Bindings moved here from mule-cmds.el.
!       C-l binding for describe-language-environment deleted.  
        (help-for-help): Update for all these changes.
!       
        * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
  
  2002-01-13  Dave Love  <address@hidden>
--- 17,25 ----
        Move view-emacs-FAQ from F to C-f.
        Move view-emacs-problems from P to C-e.
        Bindings moved here from mule-cmds.el.
!       C-l binding for describe-language-environment deleted
        (help-for-help): Update for all these changes.
! 
        * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
  
  2002-01-13  Dave Love  <address@hidden>
***************
*** 32,46 ****
        * term/x-win.el (x-handle-initial-switch): New function.
  
  2002-01-13  Colin Walters  <address@hidden>
!       
        * emacs-lisp/autoload.el (make-autoload): Handle
        define-ibuffer-column, define-ibuffer-filter,
        define-ibuffer-sorter, and define-ibuffer-op.
!       
        * emacs-lisp/lisp-mode.el (toplevel): Ditto.
  
        * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
!       
  2002-01-12  Richard M. Stallman  <address@hidden>
  
        * net/browse-url.el (browse-url-grail):
--- 41,55 ----
        * term/x-win.el (x-handle-initial-switch): New function.
  
  2002-01-13  Colin Walters  <address@hidden>
! 
        * emacs-lisp/autoload.el (make-autoload): Handle
        define-ibuffer-column, define-ibuffer-filter,
        define-ibuffer-sorter, and define-ibuffer-op.
! 
        * emacs-lisp/lisp-mode.el (toplevel): Ditto.
  
        * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
! 
  2002-01-12  Richard M. Stallman  <address@hidden>
  
        * net/browse-url.el (browse-url-grail):
***************
*** 59,65 ****
        don't output newline, but maybe send eof.
        (comint-send-input): New arg NO-NEWLINE.
        (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
!       
  2002-01-12  Pavel Jan,Bm(Bk  <address@hidden>
  
        * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent
--- 68,74 ----
        don't output newline, but maybe send eof.
        (comint-send-input): New arg NO-NEWLINE.
        (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
! 
  2002-01-12  Pavel Jan,Bm(Bk  <address@hidden>
  
        * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent
***************
*** 134,140 ****
  
  2002-01-09  Michael Kifer  <address@hidden>
  
!       * viper.el (viper-set-hooks): zap viper-unfriendly bindings in
        flyspell-mouse-map.
  
  2002-01-08  Richard M. Stallman  <address@hidden>
--- 143,149 ----
  
  2002-01-09  Michael Kifer  <address@hidden>
  
!       * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
        flyspell-mouse-map.
  
  2002-01-08  Richard M. Stallman  <address@hidden>
***************
*** 147,154 ****
  
  2002-01-08  Pavel Jan,Bm(Bk  <address@hidden>
  
!       * progmodes/ada-mode.el (ada-initialize-properties, ada-mode): Do
!       not use make-local-hook.
  
  2002-01-08  Eli Zaretskii  <address@hidden>
  
--- 156,163 ----
  
  2002-01-08  Pavel Jan,Bm(Bk  <address@hidden>
  
!       * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
!       Do not use make-local-hook.
  
  2002-01-08  Eli Zaretskii  <address@hidden>
  
***************
*** 159,165 ****
  
  2002-01-08  Michael Kifer  <address@hidden>
  
!       * ediff-hook.el: added an autoload cookie.
  
  2002-01-08  Pavel Jan,Bm(Bk  <address@hidden>
  
--- 168,174 ----
  
  2002-01-08  Michael Kifer  <address@hidden>
  
!       * ediff-hook.el: Add an autoload cookie.
  
  2002-01-08  Pavel Jan,Bm(Bk  <address@hidden>
  
***************
*** 177,265 ****
        new macro that replaces viper-emacs-p and viper-xemacs-p in many
        cases. Used to reduce the number of warnings.
  
!       * viper-cmd.el: use viper-cond-compile-for-xemacs-or-emacs.
!       (viper-standard-value): moved here from viper.el.
!       (viper-set-unread-command-events): moved to viper-util.el
!       (viper-check-minibuffer-overlay): make sure
        viper-minibuffer-overlay is moved to cover the entire input field.
  
        * viper-util.el:  use viper-cond-compile-for-xemacs-or-emacs.
!       (viper-read-key-sequence, viper-set-unread-command-events,
!       viper-char-symbol-sequence-p, viper-char-array-p): moved here.
  
!       * viper-ex.el: use viper-cond-compile-for-xemacs-or-emacs.
  
!       * viper-keym.el: use viper-cond-compile-for-xemacs-or-emacs.
  
!       * viper-mous.el: use viper-cond-compile-for-xemacs-or-emacs.
  
!       * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p,
!       viper-event-vector-p): moved to viper-util.el
  
!       * viper.el (viper-standard-value): moved to viper-cmd.el.
        Use viper-cond-compile-for-xemacs-or-emacs.
  
!       * ediff-help.el: use ediff-cond-compile-for-xemacs-or-emacs.
  
!       * ediff-hook.el: use ediff-cond-compile-for-xemacs-or-emacs.
  
!       * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): new
!       macro designed to be used in many places where ediff-emacs-p or
!       ediff-xemacs-p was previously used. Reduces the number of
!       warnings.
!       Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieue
        of ediff-xemacs-p.
!       (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer,
!       ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p,
!       ediff-whitespace-diff-region-p, ediff-get-region-contents):
!       moved to ediff-util.el.
!       (ediff-event-key): moved here.
  
!       * ediff-merge.el: got rid of unreferenced variables.
  
!       * ediff-mult.el: use ediff-cond-compile-for-xemacs-or-emacs.
  
!       * ediff-util.el: use ediff-cond-compile-for-xemacs-or-emacs.
!       (ediff-cleanup-mess): improved the way windows are set up after
        quitting ediff.
!       (ediff-janitor): use ediff-dispose-of-variant-according-to-user.
!       (ediff-dispose-of-variant-according-to-user): new function
        designed to be smarter and also understands indirect buffers.
!       (ediff-highlight-diff-in-one-buffer,
!       ediff-unhighlight-diff-in-one-buffer,
!       ediff-unhighlight-diffs-totally-in-one-buffer,
!       ediff-highlight-diff, ediff-highlight-diff,
!       ediff-unhighlight-diff, ediff-unhighlight-diffs-totally,
!       ediff-empty-diff-region-p, ediff-whitespace-diff-region-p,
!       ediff-get-region-contents, ediff-make-current-diff-overlay):
!       moved here.
!       (ediff-format-bindings-of): new function by Hannu Koivisto
        <address@hidden>.
!       (ediff-setup): make sure the merge buffer is always widened and
        modifiable.
!       (ediff-write-merge-buffer-and-maybe-kill): refuse to write the
        result of a merge into a file visited by another buffer.
!       (ediff-arrange-autosave-in-merge-jobs): check if the merge file
        is visited by another buffer and ask to save/delete that buffer.
!       (ediff-verify-file-merge-buffer): new function to do the above.
  
!       * ediff-vers.el: load ediff-init.el at compile time.
  
!       * ediff-wind.el: use ediff-cond-compile-for-xemacs-or-emacs.
  
!       * ediff.el (ediff-windows, ediff-regions-wordwise,
!       ediff-regions-linewise): use indirect buffers to improve
        robustness and make it possible to compare regions of the same
        buffer (even overlapping regions).
!       (ediff-clone-buffer-for-region-comparison,
!       ediff-clone-buffer-for-window-comparison): new functions.
!       (ediff-files-internal): refuse to compare identical files.
!       (ediff-regions-internal): get rid of the warning about comparing
        regions of the same buffer.
  
!       * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): moved here.
!       Plus the following fixes courtesy of Dave Love:
!       Doc fixes.
        (ediff-word-1): Use word class and move - to the
        front per regexp documentation.
        (ediff-wordify): Bind forward-word-function outside loop.
--- 186,272 ----
        new macro that replaces viper-emacs-p and viper-xemacs-p in many
        cases. Used to reduce the number of warnings.
  
!       * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
!       (viper-standard-value): Move here from viper.el.
!       (viper-set-unread-command-events): Move to viper-util.el
!       (viper-check-minibuffer-overlay): Make sure
        viper-minibuffer-overlay is moved to cover the entire input field.
  
        * viper-util.el:  use viper-cond-compile-for-xemacs-or-emacs.
!       (viper-read-key-sequence, viper-set-unread-command-events)
!       (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
  
!       * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
  
!       * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
  
!       * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
  
!       * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
!       (viper-event-vector-p): Move to viper-util.el
  
!       * viper.el (viper-standard-value): Move to viper-cmd.el.
        Use viper-cond-compile-for-xemacs-or-emacs.
  
!       * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
  
!       * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
  
!       * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
!       New macro designed to be used in many places where ediff-emacs-p or
!       ediff-xemacs-p was previously used.  Reduces the number of warnings.
!       Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
        of ediff-xemacs-p.
!       (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
!       (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
!       (ediff-whitespace-diff-region-p, ediff-get-region-contents):
!       Move to ediff-util.el.
!       (ediff-event-key): Moved here.
  
!       * ediff-merge.el: Got rid of unreferenced variables.
  
!       * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
  
!       * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
!       (ediff-cleanup-mess): Improve the way windows are set up after
        quitting ediff.
!       (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
!       (ediff-dispose-of-variant-according-to-user): New function
        designed to be smarter and also understands indirect buffers.
!       (ediff-highlight-diff-in-one-buffer)
!       (ediff-unhighlight-diff-in-one-buffer)
!       (ediff-unhighlight-diffs-totally-in-one-buffer)
!       (ediff-highlight-diff, ediff-highlight-diff)
!       (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
!       (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
!       (ediff-get-region-contents, ediff-make-current-diff-overlay):
!       Moved here.
!       (ediff-format-bindings-of): New function by Hannu Koivisto
        <address@hidden>.
!       (ediff-setup): Make sure the merge buffer is always widened and
        modifiable.
!       (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
        result of a merge into a file visited by another buffer.
!       (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
        is visited by another buffer and ask to save/delete that buffer.
!       (ediff-verify-file-merge-buffer): New function to do the above.
  
!       * ediff-vers.el: Load ediff-init.el at compile time.
  
!       * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
  
!       * ediff.el (ediff-windows, ediff-regions-wordwise)
!       (ediff-regions-linewise): Use indirect buffers to improve
        robustness and make it possible to compare regions of the same
        buffer (even overlapping regions).
!       (ediff-clone-buffer-for-region-comparison)
!       (ediff-clone-buffer-for-window-comparison): New functions.
!       (ediff-files-internal): Refuse to compare identical files.
!       (ediff-regions-internal): Get rid of the warning about comparing
        regions of the same buffer.
  
!       * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
!       Plus the following fixes courtesy of Dave Love: Doc fixes.
        (ediff-word-1): Use word class and move - to the
        front per regexp documentation.
        (ediff-wordify): Bind forward-word-function outside loop.



reply via email to

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