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, 14 May 2005 11:39:15 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.7507 emacs/lisp/ChangeLog:1.7508
*** emacs/lisp/ChangeLog:1.7507 Sat May 14 14:03:56 2005
--- emacs/lisp/ChangeLog        Sat May 14 15:39:13 2005
***************
*** 1,6 ****
  2005-05-14  John Paul Wallington  <address@hidden>
  
!       * ibuf-ext.el (define-ibuffer-filter filename): 
        If `dired-directory' is a list, use its car.
  
  2005-05-14  Daniel Brockman  <address@hidden>  (tiny change)
--- 1,37 ----
+ 2005-05-14  Michael Albinus  <address@hidden>
+ 
+       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).
+       (tramp-handle-insert-directory): If `localname' has an empty
+       nondirectory name, it must not be quoted.
+       (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
+       variable `tramp-chunksize'.  Change callees.
+       (tramp-open-connection-setup-interactive-shell): Check remote host
+       for buggy `send-process-string' implementation.  Set
+       `tramp-chunksize' if found.  Reported by Michael Kifer
+       <address@hidden> (and a lot of other people all the years).
+       (tramp-handle-shell-command): `insert-buffer' cannot be used
+       because the contents of the Tramp buffer is changed before
+       insertion (`expand-file' and alike).  Reported by Frédéric Bothamy
+       <address@hidden>.
+       (tramp-set-auto-save): Actions should be done for Tramp file name
+       handler only.  Ange-FTP has its own auto-save mechanism.  Reported
+       by Richard G. Bielawski <address@hidden>.
+       (tramp-set-auto-save-file-modes): Set file modes of
+       `buffer-auto-save-file-name' to ?\600 as fallback solution.
+       Reported by Ferenc Wagner <address@hidden>.
+       (tramp-bug): Remove obsolete variable.
+       (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
+       for presence of `mml-mode'.  Make it running for older Emacsen as
+       well.
+ 
  2005-05-14  John Paul Wallington  <address@hidden>
  
!       * ibuf-ext.el (define-ibuffer-filter filename):
        If `dired-directory' is a list, use its car.
  
  2005-05-14  Daniel Brockman  <address@hidden>  (tiny change)
***************
*** 26,32 ****
        * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
        (sc-recite-frame-alist, sc-default-cite-frame)
        (sc-default-uncite-frame, sc-default-recite-frame)
!       (sc-attrib-selection-list, sc-rewrite-header-list): 
        Mark as risky-local-variable.
  
        * international/ogonek.el (ogonek-jak, ogonek-how):
--- 57,63 ----
        * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
        (sc-recite-frame-alist, sc-default-cite-frame)
        (sc-default-uncite-frame, sc-default-recite-frame)
!       (sc-attrib-selection-list, sc-rewrite-header-list):
        Mark as risky-local-variable.
  
        * international/ogonek.el (ogonek-jak, ogonek-how):




reply via email to

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