aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2010-11-23 20:52:25 +0100
committerMichael Albinus2010-11-23 20:52:25 +0100
commite40fc7451704a1d868f9ce5282d759dffc9d9126 (patch)
tree239bfe602ad1cc8b0961ba141411981b26ec83ce /lisp/ChangeLog
parent4d47208a22c200215abd719adbd830799ff42397 (diff)
downloademacs-e40fc7451704a1d868f9ce5282d759dffc9d9126.tar.gz
emacs-e40fc7451704a1d868f9ce5282d759dffc9d9126.zip
* net/tramp.el (tramp-default-method-alist)
(tramp-default-user-alist, tramp-default-proxies-alist): Adapt custom options type. (Bug#7445)
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index add4b50bfbd..cc15db8feac 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12010-11-23 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (tramp-default-method-alist)
4 (tramp-default-user-alist, tramp-default-proxies-alist): Adapt
5 custom options type. (Bug#7445)
6
12010-11-21 Chong Yidong <cyd@stupidchicken.com> 72010-11-21 Chong Yidong <cyd@stupidchicken.com>
2 8
3 * progmodes/python.el: Add Ipython support (Bug#5390). 9 * progmodes/python.el: Add Ipython support (Bug#5390).