From eefbedb1de1b16407079587893e77733d766c341 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Mon, 28 Sep 2009 12:02:53 +0000 Subject: [PATCH] * Makefile.in (ELCFILES): Add net/tramp-imap.elc. --- lisp/ChangeLog | 13 +++++++++++++ lisp/Makefile.in | 1 + 2 files changed, 14 insertions(+) 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 \ -- 2.39.5