aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a94987284de..eb276721dbc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,14 @@
12011-11-04 Eli Zaretskii <eliz@gnu.org>
2
3 * window.el (window-body-height, window-body-width): Mention in
4 the doc string that the return values are in frame's canonical
5 units. (Bug#9949)
6
72011-11-03 Alan Mackenzie <acm@muc.de>
8
9 * progmodes/cc-langs.el (c-nonlabel-token-2-key): New variable for
10 change in cc-engine.el.
11
12011-11-02 Stefan Monnier <monnier@iro.umontreal.ca> 122011-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
2 13
3 * window.el (switch-to-buffer): Use `force-same-window' interactively. 14 * window.el (switch-to-buffer): Use `force-same-window' interactively.
@@ -136,7 +147,6 @@
136 147
137 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to 148 * progmodes/cc-langs.el (c-defun-tactic): Move this variable to
138 cc-vars.el. 149 cc-vars.el.
139 (c-nonlabel-token-2-key): New variable for change in cc-engine.el.
140 150
141 * progmodes/cc-engine.el (c-beginning-of-statement-1): 151 * progmodes/cc-engine.el (c-beginning-of-statement-1):
142 Prevent "class foo : bar" being spuriously recognized as a label. 152 Prevent "class foo : bar" being spuriously recognized as a label.