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: Kai Großjohann
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Sat, 29 Mar 2003 10:16:58 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.4972 emacs/lisp/ChangeLog:1.4973
*** emacs/lisp/ChangeLog:1.4972 Fri Mar 28 21:57:19 2003
--- emacs/lisp/ChangeLog        Sat Mar 29 10:16:57 2003
***************
*** 1,3 ****
--- 1,27 ----
+ 2003-03-29  Kai Gro,A_(Bjohann  <address@hidden>
+ 
+       * tramp.el: Version 2.0.31 released.
+       (tramp-handle-expand-file-name): Do not allow ".." to
+       cross file handler boundaries, so that "/address@hidden:/../foo"
+       expands to itself, rather than "/foo".  This is intended to work
+       in conjunction with a change in `file-relative-name' which makes
+       sure to use absolute file names if FILE and DIRECTORY have
+       different handlers. 
+       (tramp-handle-insert-directory): Comment out XEmacs
+       kludge.  Suggested by Katsumi Yamaoka <address@hidden>.
+ 
+ 2003-03-29  Michael Albinus  <address@hidden>
+ 
+       * trampver.el: New file, to support Autoconf in Tramp CVS
+       repository.
+       * tramp.el (tramp-version, tramp-bug-report-address): Moved to
+       trampver.el, which is required now.
+       (tramp-chunksize): Type can be nil as well.  Reported
+       by Markus Rost <address@hidden>.
+       * tramp-smb.el (tramp-smb-read-file-entry): Make reading size of a
+       listing entry more robust.  Ranges from 10 chars (Samba 1) to 7-9
+       chars (Samba 2).
+ 
  2003-03-29  John Paul Wallington  <address@hidden>
  
        * international/mule.el (with-category-table): Use `make-symbol'




reply via email to

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