aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ae54b3733f6..0ea3d94a01f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,25 @@
12011-07-18 Alan Mackenzie <acm@muc.de>
2
3 Fontify declarators properly when, e.g., a jit-lock chunk begins
4 inside a declaration.
5
6 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
7
8 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): New
9 function.
10 (c-complex-decl-matchers): Insert reference to
11 c-font-lock-enclosing-decls.
12
13 * progmodes/cc-engine.el (c-backward-single-comment):
14 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
15 to nil around calls to (forward-comment -1).
16
12011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org> 172011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 18
19 * image.el (put-image): Doc typo fix.
20
21 * progmodes/etags.el (tags-search): Doc typo fix.
22
3 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for 23 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
4 password if we get errors 550 to 554. 24 password if we get errors 550 to 554.
5 25