diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e8308059963..e80de4e9175 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,32 @@ | |||
| 1 | 2011-02-12 Thierry Volpiatto <thierry.volpiatto@gmail.com> | ||
| 2 | |||
| 3 | * files.el (copy-directory): New argument COPY-CONTENTS for | ||
| 4 | copying directory contents into another existing directory. | ||
| 5 | |||
| 6 | 2011-02-12 Tassilo Horn <tassilo@member.fsf.org> | ||
| 7 | |||
| 8 | * minibuffer.el (completion-table-case-fold): New function for | ||
| 9 | creating a case-insensitive completion table. | ||
| 10 | |||
| 11 | 2011-02-12 Teodor Zlatanov <tzz@lifelogs.com> | ||
| 12 | |||
| 13 | * net/tramp.el (tramp-default-method): Also check if | ||
| 14 | `auth-source-search' is bound. | ||
| 15 | (tramp-read-passwd): Use `auth-source-search' instead of | ||
| 16 | `auto-source-user-or-password'. | ||
| 17 | |||
| 18 | * net/tramp-imap.el: Autoload `auto-source-search' instead of | ||
| 19 | `auto-source-user-or-password. | ||
| 20 | (tramp-imap-passphrase-callback-function): Use it. | ||
| 21 | |||
| 22 | * net/imap-hash.el: Autoload `auto-source-search' instead of | ||
| 23 | `auto-source-user-or-password. | ||
| 24 | (imap-hash-open-connection): Use it. | ||
| 25 | |||
| 26 | * mail/smtpmail.el: Autoload `auto-source-search' instead of | ||
| 27 | `auto-source-user-or-password. | ||
| 28 | (smtpmail-try-auth-methods): Use it. | ||
| 29 | |||
| 1 | 2011-02-12 Phil Hagelberg <phil@hagelb.org> | 30 | 2011-02-12 Phil Hagelberg <phil@hagelb.org> |
| 2 | 31 | ||
| 3 | * emacs-lisp/package.el: Allow packages to be reinstalled. | 32 | * emacs-lisp/package.el: Allow packages to be reinstalled. |