aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-07-19 13:33:28 -0700
committerPaul Eggert2011-07-19 13:33:28 -0700
commit0d8de0fd0a5a63cc9558b5c99f9c7f1ddcaf338a (patch)
tree31cf6b0a22ba1ee37fef321a296eb288828dc4c6 /lisp/ChangeLog
parentc2216f8e3a2a17ba5b843f0329ce52c920a336b2 (diff)
parent590bd46743151a55ba68a7d211f82b2485c57d3a (diff)
downloademacs-0d8de0fd0a5a63cc9558b5c99f9c7f1ddcaf338a.tar.gz
emacs-0d8de0fd0a5a63cc9558b5c99f9c7f1ddcaf338a.zip
Merge from trunk.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog33
1 files changed, 33 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ae54b3733f6..0699a93ac9b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,38 @@
12011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * view.el (view-buffer): Allow running in `special' modes if we're
4 visiting a file (bug#8615).
5
62011-07-19 Martin Rudalics <rudalics@gmx.at>
7
8 * window.el (display-buffer-alist-of-strings-p)
9 (display-buffer-alist-set-1, display-buffer-alist-set-2): New
10 functions.
11 (display-buffer-alist-set): Rewrite to handle Emacs 23 options
12 more accurately.
13
142011-07-18 Alan Mackenzie <acm@muc.de>
15
16 Fontify declarators properly when, e.g., a jit-lock chunk begins
17 inside a declaration.
18
19 * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
20
21 * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): New
22 function.
23 (c-complex-decl-matchers): Insert reference to
24 c-font-lock-enclosing-decls.
25
26 * progmodes/cc-engine.el (c-backward-single-comment):
27 (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
28 to nil around calls to (forward-comment -1).
29
12011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org> 302011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 31
32 * image.el (put-image): Doc typo fix.
33
34 * progmodes/etags.el (tags-search): Doc typo fix.
35
3 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for 36 * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
4 password if we get errors 550 to 554. 37 password if we get errors 550 to 554.
5 38