summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-align.el
Commit message (Collapse)AuthorAgeFilesLines
...
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-2/+2
|
* Add my name.Alan Mackenzie2007-01-201-1/+2
|
* Update CC Mode to version 5.31.4. The detailed changes are thoseAlan Mackenzie2007-01-011-0/+23
| | | | recorded in the ChangeLog for 2007-01-01.
* Fix Copyright format.Glenn Morris2006-12-031-2/+3
|
* (c-lineup-string-cont): Improve previous doc fix.Glenn Morris2006-11-111-1/+1
|
* (c-lineup-string-cont): Doc fix (Nil -> nil).Glenn Morris2006-11-101-1/+1
|
* cc-align.el, cc-awk.el, cc-bytecomp.el, cc-cmds.el, cc-compat.el,Alan Mackenzie2006-02-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cc-defs.el, cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el, cc-mode.el, cc-styles.el, cc-subword.el, cc-vars.el: Add 2006 to the copyright statement. cc-awk.el: (c-awk-after-change): Protect the match data with save-match-data. It was being corrupted when Font Lock was not enabled. (ii): Fix a typo. cc-cmds.el, cc-mode.el, cc-engine.el (c-update-modeline): Concatenate the minor mode indicators directly onto mode-name, removing c-submode-indicators. Sometimes, c-s-i got separated from the mode name on the mode line. cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to c-hungry-delete-backwards, at the request of RMS. Leave the old name as an alias. cc-cmds.el (c-electric-brace, c-electric-semi&comma, c-electric-colon): Correct doc-strings: "/ln" -> "/la". cc-cmds.el (c-electric-brace): Fix clean-up brace-else-brace (error due to mbeg, mend being undefined). cc-defs.el (c-version): Update to 5.31.3. cc-defs.el: [Supersedes patch V1.38]: (top level): Check for a buggy font-lock-compile-keywords ONLY in XEmacs. GNU Emacs 22 now has a check which would throw an error here. cc-engine.el (c-beginning-of-statement-1): Clarify doc-string and comments. Distinguish real labels ("case 1:" or "foo:") from non-labels ("public:"). cc-engine.el (c-after-change-check-<>-operators): Remove save-match-data, reversing change for V1.45. save-match-data is now in c-after-change. cc-engine.el (c-forward-objc-directive): Replace c-forward-token-2 with crude coding; c-f-t-2 doesn't move over a token at EOB. Objc Mode was hanging after typing, e.g., "@implementation". cc-langs.el (c-filter-ops): Made it available at runtime too to work when `c-make-init-lang-vars-fun' needs to evaluate from source. cc-langs.el (c-make-init-lang-vars-fun): Improved the error message when there's an evaluation error to show whether it's loaded from source or not. (c-mode-menu): Add menu items for Electric Mode and Subword Mode. cc-mode.el (c-after-change): Protect the match data with save-match-data. It was getting corrupted by c-after-change-check-<>-operators. cc-mode.el: File Local variables: Solve the problem where both `mode' and c-file-offsets are specified: `mode' will overwrite c-f-o's settings: (c-remove-any-local-eval-or-mode-variables): new function. (c-postprocess-file-styles): call the above new function, within c-tentative-buffer-change, to splat `mode' and `eval' before the second hack-local-variables.
* Update copyright for 2006.Nick Roberts2006-02-101-1/+2
|
* Update CC Mode to release 5.31.Alan Mackenzie2005-12-021-180/+250
|
* Update copyright for release of 22.1 for progmodes directory.Nick Roberts2005-08-011-1/+1
|
* (c-lineup-argcont): Fix spelling in docstrings.Juanma Barranquero2005-06-161-1/+1
|
* 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>Martin Stjernholm2005-05-231-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 <bug-cc-mode@gnu.org> 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 <gmorris+emacs@ast.cam.ac.uk>. * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps. 2005-05-23 Kevin Ryde <user42@zip.com.au>: * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from c-parse-state, to avoid a lisp error (on bad code).
* Updated CC Mode to 5.30.9.Martin Stjernholm2004-08-111-16/+19
|
* CC Mode update (5.30.8).Martin Stjernholm2003-11-161-26/+11
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (c-lineup-math): Don't align the operators "!=", "<=" and ">=" as assignmentMartin Stjernholm2003-08-261-7/+9
| | | | | | | | | 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'.
* Updated CC Mode to version 5.30.Martin Stjernholm2003-07-031-138/+361
|
* (c-lineup-argcont, c-lineup-gcc-asm-reg): Don't quote nil and t in docstrings.Juanma Barranquero2003-05-061-2/+2
|
* CC Mode update to version 5.29. This is for testing; it's not a releasedMartin Stjernholm2002-04-221-103/+362
| | | | version.
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-0/+5
|
* Update to version 5.28.Gerd Moellmann2001-03-211-30/+30
|
* *** empty log message ***Dave Love2000-12-061-1/+1
|
* Fix copyright years.Dave Love2000-12-061-1/+1
|
* (c-lineup-multi-inher): Handle lines withGerd Moellmann2000-07-241-10/+37
| | | | | | | leading comma nicely. Extended to handle member initializers too. (c-gnu-impose-minimum): Don't impose minimum indentation on cpp-macro lines.
* Installed version 5.26Gerd Moellmann1999-12-121-124/+313
|
* Installed CC Mode 5.25.Barry A. Warsaw1999-02-081-12/+35
|
* Don't require cc-defs.Richard M. Stallman1998-03-081-1/+0
|
* (c-lineup-close-paren)Richard M. Stallman1998-02-171-3/+94
| | | | | | | | | | | (c-indent-one-line-block): New indentation functions. (c-semi&comma-no-newlines-before-nonblanks) (c-semi&comma-no-newlines-for-oneline-inliners): New functions. (c-lineup-dont-change): New lineup function that leaves the current line's indentation unchanged. Used for the new cpp-macro-cont syntactic symbol.
* Remove version number.Karl Heuer1997-10-231-1/+1
|
* Update version number.Karl Heuer1997-10-231-1/+1
|
* Comment change.Richard M. Stallman1997-09-081-1/+1
|
* Comment change.Richard M. Stallman1997-08-161-1/+1
|
* (c-lineup-java-throws): Change the `when' clause to an `if-progn'.Richard M. Stallman1997-08-111-4/+5
|
* Comment change.Richard M. Stallman1997-08-091-1/+1
|
* Comment change.Richard M. Stallman1997-07-181-1/+1
|
* Initial revisionRichard M. Stallman1997-07-101-0/+392