aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorMichael Albinus2009-09-28 12:02:53 +0000
committerMichael Albinus2009-09-28 12:02:53 +0000
commiteefbedb1de1b16407079587893e77733d766c341 (patch)
treeee7cb03e4c3391eeb9af14071658d60ee6f02f9b /lisp
parent0e66507834086cf65c608cf4e4182f3726157b73 (diff)
downloademacs-eefbedb1de1b16407079587893e77733d766c341.tar.gz
emacs-eefbedb1de1b16407079587893e77733d766c341.zip
* Makefile.in (ELCFILES): Add net/tramp-imap.elc.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog13
-rw-r--r--lisp/Makefile.in1
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 @@
12009-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
102009-09-28 Teodor Zlatanov <tzz@lifelogs.com>
11
12 * net/tramp-imap.el: New package.
13
12009-09-28 Eric Ludlam <zappo@gnu.org> 142009-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 \