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, 08 Oct 2005 10:53:17 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.8297 emacs/lisp/ChangeLog:1.8298
*** emacs/lisp/ChangeLog:1.8297 Sat Oct  8 04:46:48 2005
--- emacs/lisp/ChangeLog        Sat Oct  8 14:53:13 2005
***************
*** 1,3 ****
--- 1,20 ----
+ 2005-10-08  Michael Albinus  <address@hidden>
+ 
+       Sync with Tramp 2.0.51.
+ 
+       * net/tramp.el (tramp-handle-set-visited-file-modtime)
+       (tramp-handle-insert-file-contents)
+       (tramp-handle-write-region): Insert special handling for
+       `last-coding-system-used' again, it still seems to be
+       necessary (unlike stated before).  Reported by Toshinori Sugita
+       <address@hidden>
+       (tramp-password-prompt-regexp): There might be other words before
+       trailing ":".  Reported by Kurt Steinkraus <address@hidden>.
+       (tramp-chunksize): Improve docstring.
+       (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
+       Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
+       Christian Joergensen <address@hidden>.
+ 
  2005-10-07  Glenn Morris  <address@hidden>
  
        * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
***************
*** 2521,2527 ****
  
        Sync with Tramp 2.0.50.
  
!       * tramp.el: Remove defvar of `last-coding-system-used' in the
        XEmacs case; not necessary anymore.
        (tramp-user-regexp): Allow "@" as part of user name.
        (tramp-handle-set-visited-file-modtime)
--- 2538,2544 ----
  
        Sync with Tramp 2.0.50.
  
!       * net/tramp.el: Remove defvar of `last-coding-system-used' in the
        XEmacs case; not necessary anymore.
        (tramp-user-regexp): Allow "@" as part of user name.
        (tramp-handle-set-visited-file-modtime)
***************
*** 2562,2568 ****
        instead of octal character code ?\600.  The latter resulted in a
        syntax error with XEmacs.
  
!       * tramp-smb.el: Remove defvar of `last-coding-system-used' in the
        XEmacs case; not necessary anymore.
        (tramp-smb-handle-write-region): No special handling for
        `last-coding-system-used, because this is done in
--- 2579,2585 ----
        instead of octal character code ?\600.  The latter resulted in a
        syntax error with XEmacs.
  
!       * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
        XEmacs case; not necessary anymore.
        (tramp-smb-handle-write-region): No special handling for
        `last-coding-system-used, because this is done in
***************
*** 7492,7498 ****
  
        Sync with Tramp 2.0.49.
  
!       * tramp.el (tramp-handle-dired-call-process)
        (tramp-handle-insert-directory):`insert-buffer' cannot be used
        because the contents of the Tramp buffer is changed before
        insertion (`expand-file' and alike).
--- 7509,7515 ----
  
        Sync with Tramp 2.0.49.
  
!       * net/tramp.el (tramp-handle-dired-call-process)
        (tramp-handle-insert-directory):`insert-buffer' cannot be used
        because the contents of the Tramp buffer is changed before
        insertion (`expand-file' and alike).
***************
*** 10241,10247 ****
  
        Sync with Tramp 2.0.48.
  
!       * tramp.el (all): Change all addresses to .gnu.org.
        (tramp-append-tramp-buffers): New defun.
        (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
        Catch `dont-send' signal.
--- 10258,10264 ----
  
        Sync with Tramp 2.0.48.
  
!       * net/tramp.el (all): Change all addresses to .gnu.org.
        (tramp-append-tramp-buffers): New defun.
        (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
        Catch `dont-send' signal.
***************
*** 10251,10257 ****
        Kjetil Kjernsmo <address@hidden>.
        Check for Emacs 21.3.50 removed.
  
!       * tramp-smb.el (all): Remove debug construct for
        `with-parsed-tramp-file-name'.
        (tramp-smb-prompt): Prompt can contain spaces inside directory names.
        (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
--- 10268,10274 ----
        Kjetil Kjernsmo <address@hidden>.
        Check for Emacs 21.3.50 removed.
  
!       * net/tramp-smb.el (all): Remove debug construct for
        `with-parsed-tramp-file-name'.
        (tramp-smb-prompt): Prompt can contain spaces inside directory names.
        (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
***************
*** 12093,12099 ****
  
        Sync with Tramp 2.0.47.
  
!       * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
        catching keep-date problems in cp/scp operations.
        (tramp-handle-copy-file): Don't call `set-file-modes'
        unconditionally.  Specialized functions should know better what is
--- 12110,12116 ----
  
        Sync with Tramp 2.0.47.
  
!       * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
        catching keep-date problems in cp/scp operations.
        (tramp-handle-copy-file): Don't call `set-file-modes'
        unconditionally.  Specialized functions should know better what is
***************
*** 12112,12118 ****
        (tramp-file-name-for-operation): Mark `shell-command' as magic for
        Emacs only.
  
!       * tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
        `find-file-hooks' and `dired-mode-hook'.
        (tramp-minor-mode-map): Respective map.  Add remapping for
        `compile' and `recompile'.
--- 12129,12135 ----
        (tramp-file-name-for-operation): Mark `shell-command' as magic for
        Emacs only.
  
!       * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
        `find-file-hooks' and `dired-mode-hook'.
        (tramp-minor-mode-map): Respective map.  Add remapping for
        `compile' and `recompile'.
***************
*** 12120,12138 ****
        (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
        in buffer "*Compilation*".  Call the commands asynchronously.
  
!       * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
        (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
        `shell-command', because it isn't magic in XEmacs.  Reported by
        Adrian Aichner <address@hidden>.
  
!       * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
        `substitute-in-file-name.
        (tramp-smb-handle-substitute-in-file-name): New defun.
        (tramp-smb-advice-PC-do-completion): Delete advice.
  
  2005-01-16  Kai Grossjohann  <address@hidden>
  
!       * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
        Fix error in deleting region.
  
  2005-01-15  Richard M. Stallman  <address@hidden>
--- 12137,12155 ----
        (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
        in buffer "*Compilation*".  Call the commands asynchronously.
  
!       * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
        (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
        `shell-command', because it isn't magic in XEmacs.  Reported by
        Adrian Aichner <address@hidden>.
  
!       * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
        `substitute-in-file-name.
        (tramp-smb-handle-substitute-in-file-name): New defun.
        (tramp-smb-advice-PC-do-completion): Delete advice.
  
  2005-01-16  Kai Grossjohann  <address@hidden>
  
!       * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
        Fix error in deleting region.
  
  2005-01-15  Richard M. Stallman  <address@hidden>




reply via email to

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