emacs-commit
[Top][All Lists]
Advanced

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

[Emacs-commit] emacs/lisp/progmodes cc-align.el cc-awk.el cc-c...


From: Martin Stjernholm
Subject: [Emacs-commit] emacs/lisp/progmodes cc-align.el cc-awk.el cc-c...
Date: Sun, 22 May 2005 20:04:03 -0400

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Martin Stjernholm <address@hidden>      05/05/23 00:03:59

Modified files:
        lisp/progmodes : cc-align.el cc-awk.el cc-cmds.el cc-defs.el 
                         cc-engine.el cc-fonts.el cc-langs.el cc-mode.el 
                         cc-styles.el 

Log message:
        2005-05-23  Martin Stjernholm  <address@hidden>
        
        CC Mode update to 5.30.10:
        
        * cc-fonts.el (c-font-lock-declarators): Fixed bug where the point
        could go past the limit in decoration level 2, thereby causing
        errors during interactive fontification.
        
        * cc-mode.el (c-make-inherited-keymap): Fixed cc-bytecomp bug when
        the file is evaluated interactively.
        
        * cc-engine.el (c-guess-basic-syntax): Handle operator
        declarations somewhat better in C++.
        
        * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
        make use of run-mode-hooks' which has been added in Emacs 21.1.
        
        (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode,
        awk-mode): Use it.
        
        (make-local-hook): Suppress warning about obsoleteness.
        
        * cc-engine.el, cc-align.el, cc-cmds.el
        (c-append-backslashes-forward, c-delete-backslashes-forward,
        c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
        Compensate for return value from forward-line' when it has moved
        but not to a different line due to eob.
        
        * cc-engine.el (c-guess-basic-syntax): Fixed anchoring in
        objc-method-intro' and objc-method-args-cont'.
        
        2005-05-23  Alan Mackenzie  <address@hidden>
        
        CC Mode update to 5.30.10:
        
        * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
        in the copyright statement.  Incidentally, change "along with GNU
        Emacs" to "along with this program" where it occurs.
        
        * cc-mode.el: Add a fourth parameter t' to the awk-mode autoload,
        so that it is interactive, hence can be found by M-x awk-mode
        whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
        <address@hidden>.
        
        * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
        Mode's regexps.
        
        2005-05-23  Kevin Ryde  <address@hidden>:
        
        * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
        c-parse-state, to avoid a lisp error (on bad code).

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/progmodes/cc-align.el.diff?tr1=1.24&tr2=1.25&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/progmodes/cc-awk.el.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/progmodes/cc-cmds.el.diff?tr1=1.37&tr2=1.38&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/progmodes/cc-defs.el.diff?tr1=1.30&tr2=1.31&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/progmodes/cc-engine.el.diff?tr1=1.39&tr2=1.40&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/progmodes/cc-fonts.el.diff?tr1=1.9&tr2=1.10&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/progmodes/cc-langs.el.diff?tr1=1.30&tr2=1.31&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/progmodes/cc-mode.el.diff?tr1=1.40&tr2=1.41&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/progmodes/cc-styles.el.diff?tr1=1.32&tr2=1.33&r1=text&r2=text





reply via email to

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