diff options
| author | Michael Albinus | 2010-11-23 20:52:25 +0100 |
|---|---|---|
| committer | Michael Albinus | 2010-11-23 20:52:25 +0100 |
| commit | e40fc7451704a1d868f9ce5282d759dffc9d9126 (patch) | |
| tree | 239bfe602ad1cc8b0961ba141411981b26ec83ce /lisp/ChangeLog | |
| parent | 4d47208a22c200215abd719adbd830799ff42397 (diff) | |
| download | emacs-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/ChangeLog | 6 |
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 @@ | |||
| 1 | 2010-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 | |||
| 1 | 2010-11-21 Chong Yidong <cyd@stupidchicken.com> | 7 | 2010-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). |