diff options
| -rw-r--r-- | lisp/ChangeLog | 13 | ||||
| -rw-r--r-- | lisp/Makefile.in | 1 |
2 files changed, 14 insertions, 0 deletions
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 <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: 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 \ |
