diff options
| author | Michael Albinus | 2009-09-28 12:02:53 +0000 |
|---|---|---|
| committer | Michael Albinus | 2009-09-28 12:02:53 +0000 |
| commit | eefbedb1de1b16407079587893e77733d766c341 (patch) | |
| tree | ee7cb03e4c3391eeb9af14071658d60ee6f02f9b /lisp | |
| parent | 0e66507834086cf65c608cf4e4182f3726157b73 (diff) | |
| download | emacs-eefbedb1de1b16407079587893e77733d766c341.tar.gz emacs-eefbedb1de1b16407079587893e77733d766c341.zip | |
* Makefile.in (ELCFILES): Add net/tramp-imap.elc.
Diffstat (limited to 'lisp')
| -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 @@ | |||
| 1 | 2009-09-28 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * Makefile.in (ELCFILES): Add net/tramp-imap.elc. | ||
| 4 | |||
| 5 | * net/tramp.el (top): Require tramp-imap. | ||
| 6 | |||
| 7 | * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes): | ||
| 8 | Use `tramp-compat-handle-file-attributes'. | ||
| 9 | |||
| 10 | 2009-09-28 Teodor Zlatanov <tzz@lifelogs.com> | ||
| 11 | |||
| 12 | * net/tramp-imap.el: New package. | ||
| 13 | |||
| 1 | 2009-09-28 Eric Ludlam <zappo@gnu.org> | 14 | 2009-09-28 Eric Ludlam <zappo@gnu.org> |
| 2 | 15 | ||
| 3 | * emacs-lisp/chart.el: | 16 | * 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 = \ | |||
| 879 | $(lisp)/net/tramp-ftp.elc \ | 879 | $(lisp)/net/tramp-ftp.elc \ |
| 880 | $(lisp)/net/tramp-gvfs.elc \ | 880 | $(lisp)/net/tramp-gvfs.elc \ |
| 881 | $(lisp)/net/tramp-gw.elc \ | 881 | $(lisp)/net/tramp-gw.elc \ |
| 882 | $(lisp)/net/tramp-imap.elc \ | ||
| 882 | $(lisp)/net/tramp-smb.elc \ | 883 | $(lisp)/net/tramp-smb.elc \ |
| 883 | $(lisp)/net/tramp-uu.elc \ | 884 | $(lisp)/net/tramp-uu.elc \ |
| 884 | $(lisp)/net/tramp.elc \ | 885 | $(lisp)/net/tramp.elc \ |