aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/cc-styles.el
Commit message (Collapse)AuthorAgeFilesLines
* (c-set-style, c-set-style-1): Added another state for theMartin Stjernholm2002-06-081-26/+39
| | | | `dont-override' flag where it only keeps globally set variables.
* CC Mode update to version 5.29. This is for testing; it's not a releasedMartin Stjernholm2002-04-221-95/+184
| | | | version.
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-0/+5
|
* (c-set-style): Don't specify initial contents for completing-read.Richard M. Stallman2001-06-231-2/+3
|
* Update to version 5.28.Gerd Moellmann2001-03-211-71/+20
|
* Fix copyright years.Dave Love2000-12-061-1/+1
|
* (c-style-alist): The basic offset for the BSDGerd Moellmann2000-07-241-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | style corrected to 8. (c-style-alist): Adjusted the indentation of brace list openers in the gnu style. (c-make-styles-buffer-local): Flag style variable localness in c-style-variables-are-local-p to make the compatibility measure in c-common-init work well. (c-set-style-1): c-special-indent-hook can no longer contain set-from-style. (c-initialize-builtin-style): Don't check for set-from-style on c-special-indent-hook. (c-copy-tree): Obsolete. The standard function copy-alist is sufficient now. (c-set-style, c-set-style-1, c-get-style-variables): Fixes to variable initialization so that duplicate entries in styles have the same effect regardless of DONT-OVERRIDE. (c-set-style-2): Fixed bug where the initialization of inheriting styles failed when the dont-override flag is set.
* Installed version 5.26Gerd Moellmann1999-12-121-302/+143
|
* Installed CC Mode 5.25.Barry A. Warsaw1999-02-081-65/+108
|
* (c-copy-tree): New function.Richard M. Stallman1998-02-171-15/+11
| | | | (c-initialize-builtin-style): Use c-copy-tree.
* (c-make-styles-buffer-local): Take an optional argument which switchesRichard M. Stallman1998-02-171-31/+58
| | | | | | | | | | | | | | | | | between make-variable-buffer-local and make-local-variable. Generalize. (c-offsets-alist): Three new syntactic symbols: innamespace, namespace-open, namespace-close. These support C++ namespace blocks. Also, new syntactic symbol cpp-macro-cont, by default bound to c-lineup-dont-change. This symbol is assigned to subsequent lines of a multi-line C preprocess macro definition. (c-style-alist): "jdk" style for conformance with Sun's JDK style. (c-set-style-2, c-initialize-builtin-style): Don't special case "cc-mode", it's a derived style. Fix setup of derived style "cc-mode". Introduce the new default style "user" which contains all user customizations.
* (c-initialize-builtin-style):Karl Heuer1997-10-231-2/+3
| | | | | | Only use copy-tree if it is funcall-able. This is the right patch, and was given by Erik Naggum <[email protected]>
* (c-initialize-builtin-style):Karl Heuer1997-10-231-6/+9
| | | | | | | | Use existing copy-tree if it's defined. copy-sequence doesn't work; the c-offsets-alist must be copied recursively. Use copy-tree solution given by Simon Marshall.
* (c-initialize-builtin-style): Don't ever try to use copy-tree.Richard M. Stallman1997-09-211-8/+5
|
* (c-initialize-builtin-style):Richard M. Stallman1997-09-191-3/+13
| | | | Copy the whole tree instead of just copy-sequence.
* (c-style-alist) <python>:, knr-argdecl-intro == +Richard M. Stallman1997-09-081-2/+7
| | | | | fill-column = 78, arglist-intro <= +, inextern-lang <= 0. Set c-comment-continuation-stars to "".
* (c-style-alist): "python" style requires c-comment-continuation-stars be "".Richard M. Stallman1997-08-161-1/+2
|
* (c-style-alist) <gnu>:Richard M. Stallman1997-08-141-0/+2
| | | | Set c-comment-continuation-stars and c-hanging-comment-ender-p.
* (c-offsets-alist): Added template-args-cont syntactic symbol.Richard M. Stallman1997-08-111-1/+3
| | | | | (c-styles-alist): In "java" style, set c-hanging-comment-starter-p to nil to preserve Javadoc starter lines.
* (c-styles-alist): In "java" style, setRichard M. Stallman1997-08-091-9/+17
| | | | | | | | | c-hanging-comment-starter-p to nil to preserve Javadoc starter lines. (c-set-style-2): Fixed broken implementation of inherited styles. (c-set-style): Call c-initialize-builtin-style. (c-initialize-builtin-style): Handle c-style-variables-are-local-p.
* (c-set-offset): Add autoload cookie.Richard M. Stallman1997-08-071-0/+1
|
* (c-initialize-builtin-style): Use copy-sequenceRichard M. Stallman1997-07-181-21/+2
| | | | | | instead of c-copy-tree. (c-copy-tree): Function deleted.
* (c-copy-tree): Fix bugs.Richard M. Stallman1997-07-151-11/+11
|
* (c-copy-tree): New function.Richard M. Stallman1997-07-101-2/+19
| | | | (c-initialize-builtin-style): Use c-copy-tree.
* Initial revisionRichard M. Stallman1997-07-101-0/+617