aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog.15
diff options
context:
space:
mode:
authorGlenn Morris2014-01-10 19:55:50 -0800
committerGlenn Morris2014-01-10 19:55:50 -0800
commita12bf61ed4bb5b06d829df1a1371b3bbf2c8e791 (patch)
tree5212fea2a6147308a40d979f656be2f971728a7b /lisp/ChangeLog.15
parentd2f16e93d2f96a33bcac0f5e5f1536575075bc0c (diff)
downloademacs-a12bf61ed4bb5b06d829df1a1371b3bbf2c8e791.tar.gz
emacs-a12bf61ed4bb5b06d829df1a1371b3bbf2c8e791.zip
ChangeLog fixes
Diffstat (limited to 'lisp/ChangeLog.15')
-rw-r--r--lisp/ChangeLog.1512
1 files changed, 8 insertions, 4 deletions
diff --git a/lisp/ChangeLog.15 b/lisp/ChangeLog.15
index 8570b44dd42..97937c84fb1 100644
--- a/lisp/ChangeLog.15
+++ b/lisp/ChangeLog.15
@@ -5790,18 +5790,18 @@
5790 Enhance fontification of declarators to take account of the 5790 Enhance fontification of declarators to take account of the
5791 presence/absence of "typedef". 5791 presence/absence of "typedef".
5792 5792
5793 * cc-engine.el (c-forward-type): New &optional param 5793 * progmodes/cc-engine.el (c-forward-type): New &optional param
5794 "brace-block-too". 5794 "brace-block-too".
5795 (c-forward-decl-or-cast-1): cdr of return value now indicates the 5795 (c-forward-decl-or-cast-1): cdr of return value now indicates the
5796 presence of either or both of a "struct"-like keyword and "typedef". 5796 presence of either or both of a "struct"-like keyword and "typedef".
5797 5797
5798 * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic 5798 * progmodes/cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
5799 fontification of declarators which follow a "}". 5799 fontification of declarators which follow a "}".
5800 (c-font-lock-declarations): Fontify declarators according to the 5800 (c-font-lock-declarations): Fontify declarators according to the
5801 presence/absence of "typedef". 5801 presence/absence of "typedef".
5802 5802
5803 * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable 5803 * progmodes/cc-langs.el (c-typedef-kwds c-typedef-key):
5804 for "typedef". 5804 New lang variable for "typedef".
5805 (c-typedef-decl-key): New lang variable built from 5805 (c-typedef-decl-key): New lang variable built from
5806 c-typedef-decl-kwds. 5806 c-typedef-decl-kwds.
5807 5807
@@ -18135,6 +18135,10 @@
18135 18135
18136 * window.el (window-full-height-p): New function. (Bug#4543) 18136 * window.el (window-full-height-p): New function. (Bug#4543)
18137 18137
181382009-10-03 Chong Yidong <cyd@stupidchicken.com>
18139
18140 * files.el (auto-mode-alist): Add .srt and Project.ede.
18141
181382009-10-03 Dan Nicolaescu <dann@ics.uci.edu> 181422009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
18139 18143
18140 * vc.el: Remove commented out code. 18144 * vc.el: Remove commented out code.