emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Martin Stjernholm
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Sat, 05 Jul 2003 15:57:03 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.5261 emacs/lisp/ChangeLog:1.5262
*** emacs/lisp/ChangeLog:1.5261 Sat Jul  5 10:53:30 2003
--- emacs/lisp/ChangeLog        Sat Jul  5 15:57:01 2003
***************
*** 1,3 ****
--- 1,18 ----
+ 2003-07-05  Martin Stjernholm  <address@hidden>
+ 
+       * 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  <address@hidden>
  
        * textmodes/bibtex.el (bibtex-sort-entry-class): new entry




reply via email to

[Prev in Thread] Current Thread [Next in Thread]