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: Tue, 01 Jun 2004 01:13:08 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6116 emacs/lisp/ChangeLog:1.6117
*** emacs/lisp/ChangeLog:1.6116 Mon May 31 21:45:51 2004
--- emacs/lisp/ChangeLog        Tue Jun  1 05:12:23 2004
***************
*** 1,3 ****
--- 1,7 ----
+ 2004-05-31  Stefan Monnier  <address@hidden>
+ 
+       * vc-arch.el (vc-arch-state): Don't assume the file exists.
+ 
  2004-05-31  Lars Hansen  <address@hidden>
  
        * desktop.el (desktop-save): Don't save minor modes without a
***************
*** 5,12 ****
  
  2004-05-30  Luc Teirlinck  <address@hidden>
  
!       * replace.el (query-replace-interactive): Convert defvar into
!       defcustom.
  
        * autorevert.el: Update `Commentary' section.
  
--- 9,15 ----
  
  2004-05-30  Luc Teirlinck  <address@hidden>
  
!       * replace.el (query-replace-interactive): Convert defvar -> defcustom.
  
        * autorevert.el: Update `Commentary' section.
  
***************
*** 22,29 ****
        Sync with Tramp.
  
        * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
!       (tramp-let-maybe): Move to an earlier spot in the file.  Patch by
!       Andreas Schwab.
  
  2004-05-30  Andreas Schwab  <address@hidden>
  
--- 25,32 ----
        Sync with Tramp.
  
        * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
!       (tramp-let-maybe): Move to an earlier spot in the file.
!       Patch by Andreas Schwab.
  
  2004-05-30  Andreas Schwab  <address@hidden>
  
***************
*** 52,72 ****
  
        * ange-ftp.el (ange-ftp-file-remote-p): New defun.
        (top): Remove setting of `file-remote-p' property for
!       `ange-ftp-hook-function'.  Add `ange-ftp' property to
!       `file-remote-p'.
  
  2004-05-29  Michael Albinus  <address@hidden>
  
        Version 2.0.41 of Tramp released.
  
!       * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output): Throw
!       away if process has died.  Reported by Luc Teirlinck
!       <address@hidden>.
!       (tramp-out-of-band-prompt-regexp): Renamed to
        `tramp-process-alive-regexp', because its usage is widen.
        (tramp-actions-copy-out-of-band): Apply it.
!       (tramp-actions-before-shell, tramp-multi-actions): Add
!       `tramp-action-process-alive' action.
        (tramp-action-process-alive): New defun.
        (tramp-file-name-handler-alist, tramp-file-name-for-operation):
        Add entry for `file-remote-p'.
--- 55,74 ----
  
        * ange-ftp.el (ange-ftp-file-remote-p): New defun.
        (top): Remove setting of `file-remote-p' property for
!       `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
  
  2004-05-29  Michael Albinus  <address@hidden>
  
        Version 2.0.41 of Tramp released.
  
!       * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
!       Throw away if process has died.
!       Reported by Luc Teirlinck <address@hidden>.
!       (tramp-out-of-band-prompt-regexp): Rename to
        `tramp-process-alive-regexp', because its usage is widen.
        (tramp-actions-copy-out-of-band): Apply it.
!       (tramp-actions-before-shell, tramp-multi-actions):
!       Add `tramp-action-process-alive' action.
        (tramp-action-process-alive): New defun.
        (tramp-file-name-handler-alist, tramp-file-name-for-operation):
        Add entry for `file-remote-p'.
***************
*** 78,85 ****
        `file-remote-p'.
  
        * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
!       counted for (last) line.  Reported by Aaron Ucko
!       <address@hidden>.
  
  2004-05-29  Kai Grossjohann  <address@hidden>
  
--- 80,87 ----
        `file-remote-p'.
  
        * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
!       counted for (last) line.  [They should or they shouldn't?  --Stef]
!       Reported by Aaron Ucko <address@hidden>.
  
  2004-05-29  Kai Grossjohann  <address@hidden>
  
***************
*** 102,109 ****
        filenames starting with "/:" -- those are reserved for
        file-name-non-special.
  
!       * tramp-smb.el (tramp-smb-open-connection): Use
!       tramp-set-process-query-on-exit-flag compat function.
  
  2004-05-29  Richard M. Stallman  <address@hidden>
  
--- 104,111 ----
        filenames starting with "/:" -- those are reserved for
        file-name-non-special.
  
!       * tramp-smb.el (tramp-smb-open-connection):
!       Use tramp-set-process-query-on-exit-flag compat function.
  
  2004-05-29  Richard M. Stallman  <address@hidden>
  
***************
*** 113,119 ****
        (eval-last-sexp-print-value): Print char equivalent regardless
        of standard-output value.
  
!       * thumbs.el (thumbs-subst-char-in-string): Deleted.
        (thumbs-thumbname): Use subst-char-in-string.
        (thumbs-resize-image): Use condition-case, not ignore-errors.
        (thumbs-kill-buffer): Likewise.
--- 115,121 ----
        (eval-last-sexp-print-value): Print char equivalent regardless
        of standard-output value.
  
!       * thumbs.el (thumbs-subst-char-in-string): Delete.
        (thumbs-thumbname): Use subst-char-in-string.
        (thumbs-resize-image): Use condition-case, not ignore-errors.
        (thumbs-kill-buffer): Likewise.




reply via email to

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