diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ec867fee08b..f83dbdd344a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,37 @@ | |||
| 1 | 2011-09-28 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * progmodes/perl-mode.el (perl-syntax-propertize-function): | ||
| 4 | Don't confuse "y => 3" as the beginning of a `y' operation. | ||
| 5 | |||
| 6 | * emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the | ||
| 7 | object has more than 4 slots (bug#9613). | ||
| 8 | |||
| 9 | 2011-09-28 Juanma Barranquero <lekktu@gmail.com> | ||
| 10 | |||
| 11 | * subr.el (with-output-to-temp-buffer): | ||
| 12 | * net/quickurl.el (quickurl, quickurl-browse-url): | ||
| 13 | Fix typos in docstrings. | ||
| 14 | |||
| 15 | 2011-09-27 Eli Zaretskii <eliz@gnu.org> | ||
| 16 | |||
| 17 | * minibuffer.el (completion-styles) | ||
| 18 | (completion-category-overrides): Cross reference each other in doc | ||
| 19 | strings. | ||
| 20 | |||
| 21 | 2011-09-27 Glenn Morris <rgm@gnu.org> | ||
| 22 | |||
| 23 | * pcmpl-cvs.el (pcmpl-cvs-entries): Update for Emacs 22.1 changes | ||
| 24 | to split-string. (Bug#9606) | ||
| 25 | |||
| 26 | 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 27 | |||
| 28 | * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection | ||
| 29 | (bug#9615). | ||
| 30 | |||
| 31 | 2011-09-27 Chong Yidong <cyd@stupidchicken.com> | ||
| 32 | |||
| 33 | * emacs-lisp/package.el (list-packages): Fix echo area message. | ||
| 34 | |||
| 1 | 2011-09-27 Leo Liu <sdl.web@gmail.com> | 35 | 2011-09-27 Leo Liu <sdl.web@gmail.com> |
| 2 | 36 | ||
| 3 | * ido.el (ido-read-internal): Accept cons cell HIST arg. | 37 | * ido.el (ido-read-internal): Accept cons cell HIST arg. |