From: Martin Stjernholm Date: Sat, 5 Jul 2003 19:57:01 +0000 (+0000) Subject: New patch version. X-Git-Tag: ttn-vms-21-2-B4~9489 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a2f3d16b3e1cdd20ca4538e01f6d2d1f44474dc0;p=emacs.git New patch version. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 462c4a803d1..e52d564a1f3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,18 @@ +2003-07-05 Martin Stjernholm + + * 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 * 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 @@ ;;; 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))