diff options
| author | Ulf Jasper | 2011-09-27 21:08:40 +0200 |
|---|---|---|
| committer | Ulf Jasper | 2011-09-27 21:08:40 +0200 |
| commit | 806b00cb5f5034343709319bc217059fa382df19 (patch) | |
| tree | bd9f2c6a8b10501c2a0eace70a492c8d969e52e7 /lisp/ChangeLog | |
| parent | 81416b68d8a3f5759806ecdef7eb06779686bc5c (diff) | |
| parent | 693fbdb629c8cd41253519cf6c68a9b7b7bde493 (diff) | |
| download | emacs-806b00cb5f5034343709319bc217059fa382df19.tar.gz emacs-806b00cb5f5034343709319bc217059fa382df19.zip | |
Move test/newsticker-testsuite.el to automated/newsticker-tests.el
2011-09-27 Ulf Jasper <ulf.jasper@web.de>
* automated/newsticker-tests.el: Move newsticker-testsuite.el
to automated/newsticker-tests.el. Convert to ERT.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 50dccb43b3b..bdf4522c4f5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2011-09-27 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * minibuffer.el (completion-styles) | ||
| 4 | (completion-category-overrides): Cross reference each other in doc | ||
| 5 | strings. | ||
| 6 | |||
| 7 | 2011-09-27 Glenn Morris <rgm@gnu.org> | ||
| 8 | |||
| 9 | * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes | ||
| 10 | to split-string. (Bug#9606) | ||
| 11 | |||
| 12 | 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 13 | |||
| 14 | * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection | ||
| 15 | (bug#9615). | ||
| 16 | |||
| 1 | 2011-09-27 Chong Yidong <cyd@stupidchicken.com> | 17 | 2011-09-27 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 18 | ||
| 3 | * emacs-lisp/package.el (list-packages): Fix echo area message. | 19 | * emacs-lisp/package.el (list-packages): Fix echo area message. |