summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog.15
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-01-10 19:55:50 -0800
committerGlenn Morris <rgm@gnu.org>2014-01-10 19:55:50 -0800
commita12bf61ed4bb5b06d829df1a1371b3bbf2c8e791 (patch)
tree5212fea2a6147308a40d979f656be2f971728a7b /lisp/ChangeLog.15
parentd2f16e93d2f96a33bcac0f5e5f1536575075bc0c (diff)
downloademacs-a12bf61ed4bb5b06d829df1a1371b3bbf2c8e791.tar.gz
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 @@
Enhance fontification of declarators to take account of the
presence/absence of "typedef".
- * cc-engine.el (c-forward-type): New &optional param
+ * progmodes/cc-engine.el (c-forward-type): New &optional param
"brace-block-too".
(c-forward-decl-or-cast-1): cdr of return value now indicates the
presence of either or both of a "struct"-like keyword and "typedef".
- * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
+ * progmodes/cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
fontification of declarators which follow a "}".
(c-font-lock-declarations): Fontify declarators according to the
presence/absence of "typedef".
- * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
- for "typedef".
+ * progmodes/cc-langs.el (c-typedef-kwds c-typedef-key):
+ New lang variable for "typedef".
(c-typedef-decl-key): New lang variable built from
c-typedef-decl-kwds.
@@ -18135,6 +18135,10 @@
* window.el (window-full-height-p): New function. (Bug#4543)
+2009-10-03 Chong Yidong <cyd@stupidchicken.com>
+
+ * files.el (auto-mode-alist): Add .srt and Project.ede.
+
2009-10-03 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el: Remove commented out code.