From: Michael Albinus Date: Mon, 28 Sep 2009 12:02:53 +0000 (+0000) Subject: * Makefile.in (ELCFILES): Add net/tramp-imap.elc. X-Git-Tag: emacs-pretest-23.1.90~1097 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eefbedb1de1b16407079587893e77733d766c341;p=emacs.git * Makefile.in (ELCFILES): Add net/tramp-imap.elc. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 67f97d9d368..777ebae3da8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,16 @@ +2009-09-28 Michael Albinus + + * 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 + + * net/tramp-imap.el: New package. + 2009-09-28 Eric Ludlam * emacs-lisp/chart.el: diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 103bd395bee..60eb7a319dc 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -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 \