aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog34
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 @@
12011-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
92011-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
152011-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
212011-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
262011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
27
28 * mail/smtpmail.el (smtpmail-via-smtp): Fix STARTTLS detection
29 (bug#9615).
30
312011-09-27 Chong Yidong <cyd@stupidchicken.com>
32
33 * emacs-lisp/package.el (list-packages): Fix echo area message.
34
12011-09-27 Leo Liu <sdl.web@gmail.com> 352011-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.