diff options
| author | Glenn Morris | 2011-09-27 14:09:43 -0400 |
|---|---|---|
| committer | Glenn Morris | 2011-09-27 14:09:43 -0400 |
| commit | 8b457e28320da995d51714e40af65ab52d637eb8 (patch) | |
| tree | ddd3a723cac1b4755955db687963170369e87c21 /lisp/ChangeLog | |
| parent | 85a162088f56ec197b7ccc6d2f9ad23a691a362d (diff) | |
| download | emacs-8b457e28320da995d51714e40af65ab52d637eb8.tar.gz emacs-8b457e28320da995d51714e40af65ab52d637eb8.zip | |
pcmpl-cvs.el fix for bug#9606
* lisp/pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes
to split-string.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8bbb7f5fcc8..b258f1081b0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-09-27 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes | ||
| 4 | to split-string. (Bug#9606) | ||
| 5 | |||
| 1 | 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 7 | ||
| 3 | * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection | 8 | * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection |