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: Tue, 26 Aug 2003 07:54:11 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.5358 emacs/lisp/ChangeLog:1.5359
*** emacs/lisp/ChangeLog:1.5358 Tue Aug 26 04:47:01 2003
--- emacs/lisp/ChangeLog        Tue Aug 26 07:54:09 2003
***************
*** 1,3 ****
--- 1,30 ----
+ 2003-08-26  Martin Stjernholm  <address@hidden>
+ 
+       * progmodes/cc-cmds.el (c-electric-brace): Work around for a
+       misfeature in `expand-abbrev' which caused electric keywords like
+       "else" to disappear if an open brace was typed directly
+       afterwards.
+ 
+ 2003-08-26  Martin Stjernholm  <address@hidden>
+ 
+       * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
+       mandatory in `define-widget'.
+ 
+       * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
+       Don't align the operators "!=", "<=" and ">=" as assignment
+       operators.
+ 
+       (c-assignment-operators): New language constant that only contains
+       the assignment operators.
+ 
+       (c-assignment-op-regexp): New language variable used by
+       `c-lineup-math'.
+ 
+ 2003-08-26  Martin Stjernholm  <address@hidden>
+ 
+       * progmodes/cc-engine.el (c-just-after-func-arglist-p): Safeguard
+       against unbalanced sexps.
+ 
  2003-08-26  Terje Rosten <address@hidden>
  
        * version.el (emacs-version): Check for gtk.  Include gtk version




reply via email to

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