summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2009-09-28 15:51:25 +0000
committerMichael Albinus <michael.albinus@gmx.de>2009-09-28 15:51:25 +0000
commit8b15e920d5e57bb953b9c241b61c147fef51433f (patch)
tree0b1437a415c3468b0d195506932d99463809f08d /etc
parenta2533e476251d9ba303cac46fa851a41c6206ad1 (diff)
downloademacs-8b15e920d5e57bb953b9c241b61c147fef51433f.tar.gz
* NEWS: Mention Tramp connection methods "imap" and "imaps".
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS6
2 files changed, 7 insertions, 3 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 7795eefffa9..d0b11b2836f 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
+2009-09-28 Michael Albinus <michael.albinus@gmx.de>
+
+ * NEWS: Mention Tramp connection methods "imap" and "imaps".
+
2009-09-27 Teodor Zlatanov <tzz@lifelogs.com>
* NEWS: Mention new library imap-hash.el
diff --git a/etc/NEWS b/etc/NEWS
index 2b5d208ec33..83483693b14 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -175,9 +175,9 @@ through a menu structure.
+++
** New connection methods in Tramp.
-The new connection method "rsyncc" has been introduced. On systems
-which support GVFS-Fuse, Tramp offers also the new connection methods
-"dav", "davs", "obex" and "synce".
+The new connection methods "rsyncc", "imap" and "imaps" have been
+introduced. On systems which support GVFS-Fuse, Tramp offers also the
+new connection methods "dav", "davs", "obex" and "synce".
** nXML mode is now the default for editing XML files.