]> git.eshelyaron.com Git - emacs.git/commitdiff
New patch version.
authorMartin Stjernholm <mast@lysator.liu.se>
Sat, 5 Jul 2003 19:57:01 +0000 (19:57 +0000)
committerMartin Stjernholm <mast@lysator.liu.se>
Sat, 5 Jul 2003 19:57:01 +0000 (19:57 +0000)
lisp/ChangeLog
lisp/progmodes/cc-defs.el

index 462c4a803d1b23c6522aae74212416d13efc7685..e52d564a1f3329751b1b142ba59eb04960c0da7c 100644 (file)
@@ -1,3 +1,18 @@
+2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
+
+       * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist,
+       c-lang-variable-inits, c-lang-variable-inits-tail): The values of
+       these are changed, so declare them as variables and not constants.
+
+       * progmodes/cc-mode.el: Fixed some autoload problems: Try to
+       ensure that the entry for ".c" extension comes before the one for
+       ".C" on `auto-mode-alist', to behave better on case insensitive
+       OS:es.  Fixed incorrect entries that were added to
+       `interpreter-mode-alist'.  Moved the autoload directives for AWK
+       to the top level since they aren't recognized anywhere else.  Do
+       not use the new AWK mode doc in the autoload form for the old AWK
+       mode.
+
 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
 
        * textmodes/bibtex.el (bibtex-sort-entry-class): new entry
index 2a0e5d232919f7963566b9810b0f3aec45ca11e8..4fcf122bffe8186c52adca045363c0cd2d8d830e 100644 (file)
 \f
 ;;; Variables also used at compile time.
 
-(defconst c-version "5.30.1"
+(defconst c-version "5.30.2"
   "CC Mode version number.")
 
 (defconst c-version-sym (intern c-version))