]> git.eshelyaron.com Git - emacs.git/commitdiff
* Makefile.in (ELCFILES): Add net/tramp-imap.elc.
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 28 Sep 2009 12:02:53 +0000 (12:02 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 28 Sep 2009 12:02:53 +0000 (12:02 +0000)
lisp/ChangeLog
lisp/Makefile.in

index 67f97d9d368efcf446402bbf22685e005a4a12f9..777ebae3da8ee99e0c19a03d6f2ae547a289b872 100644 (file)
@@ -1,3 +1,16 @@
+2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
+
+       * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
+
+       * net/tramp.el (top): Require tramp-imap.
+
+       * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
+       Use `tramp-compat-handle-file-attributes'.
+
+2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * net/tramp-imap.el: New package.
+
 2009-09-28  Eric Ludlam  <zappo@gnu.org>
 
        * emacs-lisp/chart.el:
index 103bd395bee9b4b4ffee85598119d1948c7f1a4d..60eb7a319dc8d5195f4bfc11dd40085b489e6874 100644 (file)
@@ -879,6 +879,7 @@ ELCFILES = \
        $(lisp)/net/tramp-ftp.elc \
        $(lisp)/net/tramp-gvfs.elc \
        $(lisp)/net/tramp-gw.elc \
+       $(lisp)/net/tramp-imap.elc \
        $(lisp)/net/tramp-smb.elc \
        $(lisp)/net/tramp-uu.elc \
        $(lisp)/net/tramp.elc \