summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-langs.el
Commit message (Expand)AuthorAgeFilesLines
* Relace a `mapcan' with an "apply (n-conc (mapcar ....... ))".Alan Mackenzie2005-12-031-4/+6
* Update CC Mode to release 5.31.Alan Mackenzie2005-12-021-552/+1107
* Update copyright for release of 22.1 for progmodes directory.Nick Roberts2005-08-011-1/+1
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>Martin Stjernholm2005-05-231-1/+1
* Load cl here since cc-defs doesn't do it. This is necessary forMartin Stjernholm2004-10-011-0/+3
* Updated CC Mode to 5.30.9.Martin Stjernholm2004-08-111-0/+6
* (c-type-list-kwds): If "operator" is followed by an identifier in C++Martin Stjernholm2003-09-241-1/+2
* Add arch taglinesMiles Bader2003-09-011-0/+1
* (c-lineup-math): Don't align the operators "!=", "<=" and ">=" as assignmentMartin Stjernholm2003-08-261-6/+28
* (c++-make-template-syntax-table, c-syntactic-ws-start, c-syntactic-ws-end):Martin Stjernholm2003-07-161-7/+7
* (c-style-alist, c-lang-variable-inits, c-lang-variable-inits-tail): TheMartin Stjernholm2003-07-051-2/+4
* Updated CC Mode to version 5.30.Martin Stjernholm2003-07-031-620/+2185
* (c-lang-defvar-init-form-tail): This is actually not a constant.Stefan Monnier2003-05-131-1/+2
* (c-symbol-key): Use POSIX char classes to match symbols in Emacs 21.Martin Stjernholm2003-04-071-11/+9
* Don't require cl.Richard M. Stallman2002-12-041-34/+39
* CC Mode update to version 5.29. This is for testing; it's not a releasedMartin Stjernholm2002-04-221-361/+550
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-0/+5
* Update to version 5.28.Gerd Moellmann2001-03-211-447/+238
* Update copyright.Gerd Moellmann2000-12-071-1/+2
* (c-append-paragraph-start): New variable used byGerd Moellmann2000-07-241-6/+18
* Installed version 5.26Gerd Moellmann1999-12-121-55/+153
* Installed CC Mode 5.25.Release_5_25Barry A. Warsaw1999-02-081-22/+92
* (c-mode-menu): Use (mark t), not (mark), in enable-expressions.Richard M. Stallman1998-06-101-4/+4
* (c-Java-javadoc-paragraph-start): New variable for use in c-fill-paragraph.Richard M. Stallman1998-03-081-1/+4
* (c-postprocess-file-styles): If a file style or file offsets are set,Richard M. Stallman1998-02-171-15/+17
* Remove version number.Karl Heuer1997-10-231-1/+1
* Define `/' in c-mode-base-map since all modes now supportKarl Heuer1997-10-231-1/+1
* (c-mode-base-map): Don't define C-c C-e here.Richard M. Stallman1997-09-081-9/+10
* (c-double-slash-is-comments-p): Remove obsolete variable.Richard M. Stallman1997-08-161-5/+1
* (c-mode-base-map, c++-mode-map):Richard M. Stallman1997-08-111-48/+29
* (c-symbol-key):Richard M. Stallman1997-08-091-14/+34
* Require 'cc-defs for the definition of c-emacs-features.Richard M. Stallman1997-07-181-8/+22
* Require cc-defs.Richard M. Stallman1997-07-131-0/+2
* Initial revisionRichard M. Stallman1997-07-101-0/+551