aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Stjernholm2003-07-05 19:57:01 +0000
committerMartin Stjernholm2003-07-05 19:57:01 +0000
commita2f3d16b3e1cdd20ca4538e01f6d2d1f44474dc0 (patch)
treed7f5d010d29f10c6c156e9d9b7d943ba543a090f
parent2eb455ab3248b90c588ec8e87b6e0313c3b80d45 (diff)
downloademacs-a2f3d16b3e1cdd20ca4538e01f6d2d1f44474dc0.tar.gz
emacs-a2f3d16b3e1cdd20ca4538e01f6d2d1f44474dc0.zip
New patch version.
-rw-r--r--lisp/ChangeLog15
-rw-r--r--lisp/progmodes/cc-defs.el2
2 files changed, 16 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 462c4a803d1..e52d564a1f3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,18 @@
12003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
2
3 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist,
4 c-lang-variable-inits, c-lang-variable-inits-tail): The values of
5 these are changed, so declare them as variables and not constants.
6
7 * progmodes/cc-mode.el: Fixed some autoload problems: Try to
8 ensure that the entry for ".c" extension comes before the one for
9 ".C" on `auto-mode-alist', to behave better on case insensitive
10 OS:es. Fixed incorrect entries that were added to
11 `interpreter-mode-alist'. Moved the autoload directives for AWK
12 to the top level since they aren't recognized anywhere else. Do
13 not use the new AWK mode doc in the autoload form for the old AWK
14 mode.
15
12003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> 162003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2 17
3 * textmodes/bibtex.el (bibtex-sort-entry-class): new entry 18 * textmodes/bibtex.el (bibtex-sort-entry-class): new entry
diff --git a/lisp/progmodes/cc-defs.el b/lisp/progmodes/cc-defs.el
index 2a0e5d23291..4fcf122bffe 100644
--- a/lisp/progmodes/cc-defs.el
+++ b/lisp/progmodes/cc-defs.el
@@ -105,7 +105,7 @@
105 105
106;;; Variables also used at compile time. 106;;; Variables also used at compile time.
107 107
108(defconst c-version "5.30.1" 108(defconst c-version "5.30.2"
109 "CC Mode version number.") 109 "CC Mode version number.")
110 110
111(defconst c-version-sym (intern c-version)) 111(defconst c-version-sym (intern c-version))