aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS2
2 files changed, 5 insertions, 1 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 4b02d9b1d08..520a12ba15f 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12011-02-13 Michael Albinus <michael.albinus@gmx.de>
2
3 * NEWS: Tramp methods "imap" and "imaps" are discontinued.
4
12011-02-12 Drew Adams <drew.adams@oracle.com> 52011-02-12 Drew Adams <drew.adams@oracle.com>
2 6
3 * themes/light-blue-theme.el: New file. 7 * themes/light-blue-theme.el: New file.
diff --git a/etc/NEWS b/etc/NEWS
index 6e9171e55c8..1a030d5972a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -588,7 +588,7 @@ on a D-Bus without simultaneously registering a property or a method.
588*** There exists a new inline access method "ksu" (kerberized su). 588*** There exists a new inline access method "ksu" (kerberized su).
589 589
590*** The following access methods are discontinued: "ssh1_old", 590*** The following access methods are discontinued: "ssh1_old",
591"ssh2_old", "scp1_old", "scp2_old" and "fish". 591"ssh2_old", "scp1_old", "scp2_old", "imap", "imaps" and "fish".
592 592
593** VC and related modes 593** VC and related modes
594 594