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: Michael Albinus
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Sat, 29 May 2004 18:29:29 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.6107 emacs/lisp/ChangeLog:1.6108
*** emacs/lisp/ChangeLog:1.6107 Sat May 29 15:39:00 2004
--- emacs/lisp/ChangeLog        Sat May 29 22:28:46 2004
***************
*** 1,3 ****
--- 1,53 ----
+ 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'.
+       (tramp-handle-file-remote-p): New defun.
+       (top): Remove setting of `file-remote-p'.  Don't set
+       `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
+ 
+       * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
+       `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>
+ 
+       * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
+       not really necessary but seems to keep the shell history smaller
+       in some cases.  It is no substitute for setting HISTFILE and
+       HISTSIZE from tramp-open-connection-setup-interactive-shell,
+       though.  Suggested by Luc Teirlinck.
+       (tramp-open-connection-setup-interactive-shell): Export variables
+       HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
+       (tramp-set-process-query-on-exit-flag): New compat function.
+       (tramp-open-connection-multi, tramp-open-connection-su)
+       (tramp-open-connection-rsh, tramp-open-connection-telnet)
+       (tramp-do-copy-or-rename-file-out-of-band): Use it.
+       (tramp-let-maybe): New macro, let-binds a variable only if it
+       isn't obsolete.
+       (tramp-check-ls-commands, tramp-handle-expand-file-name)
+       (tramp-handle-file-truename): Use it.
+       (tramp-completion-file-name-regexp-unified): Avoid matching
+       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>
  
        * net/browse-url.el (browse-url-interactive-arg): Doc fix.
***************
*** 150,156 ****
        (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
        and pass on to corresponding *-gnutls function if it is set.
  
- >>>>>>> 1.6105
  2004-05-27  Luc Teirlinck  <address@hidden>
  
        * autorevert.el (auto-revert-handler): Disable auto-reverting of
--- 200,205 ----
***************
*** 292,298 ****
        * progmodes/grep.el (grep-tree): Ensure that DIR argument is
        interpreted as a directory.
  
- >>>>>>> 1.6097
  2004-05-22  Richard M. Stallman  <address@hidden>
  
        * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
--- 341,346 ----




reply via email to

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