aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2014-10-29 23:50:15 -0400
committerStefan Monnier2014-10-29 23:50:15 -0400
commit237bf45a48999d5a8a3617822dddf3ea305bc269 (patch)
treeceed824397bd7547c250c9fc19167a680038fd9f /lisp/ChangeLog
parent6b3093be63ab02626d8315b9fac16e4d551585ed (diff)
downloademacs-237bf45a48999d5a8a3617822dddf3ea305bc269.tar.gz
emacs-237bf45a48999d5a8a3617822dddf3ea305bc269.zip
* lisp/progmodes/cc-defs.el (c--macroexpand-all): New function.
(c-lang-defconst): * lisp/progmodes/cc-langs.el (c-make-init-lang-vars-fun): Use it. Fixes: debbugs:18845
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b95591b6ddb..33e0b1c757a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,14 @@
12014-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
2
3
4 * progmodes/cc-defs.el (c--macroexpand-all): New function (bug#18845).
5 (c-lang-defconst):
6 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Use it.
7
12014-10-29 Eli Zaretskii <eliz@gnu.org> 82014-10-29 Eli Zaretskii <eliz@gnu.org>
2 9
3 * progmodes/compile.el (compilation-start): If 10 * progmodes/compile.el (compilation-start):
4 compilation-scroll-output is non-nil, don't force window-start of 11 If compilation-scroll-output is non-nil, don't force window-start of
5 the compilation buffer to be at beginning of buffer. (Bug#18874) 12 the compilation buffer to be at beginning of buffer. (Bug#18874)
6 13
72014-10-23 Tassilo Horn <tsdh@gnu.org> 142014-10-23 Tassilo Horn <tsdh@gnu.org>