summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-cmds.el
Commit message (Expand)AuthorAgeFilesLines
* Introduce elements for the syntactic symbol arglist-cont-nonempty intoAlan Mackenzie2008-01-261-1/+5
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* Whitespace change.Richard M. Stallman2007-04-221-1/+1
* (c-electric-slash): Replace wrong use of `kill-region' byAlan Mackenzie2007-04-211-1/+1
* (c-in-function-trailer-p): Fix this: when a function return type containsAlan Mackenzie2007-04-191-4/+18
* (c-beginning-of-defun): With -ve arg and point too close to EOB, leaveAlan Mackenzie2007-04-171-1/+1
* Changes to make `narrow-to-defun' and `mark-defun' work properly in CCAlan Mackenzie2007-04-091-2/+4
* (c-end-of-defun): Tidy up, to eliminate byte-compiler warning "valueAlan Mackenzie2007-04-081-4/+2
* (c-electric-paren): clean-up space-before-funcall: only insert space when onAlan Mackenzie2007-04-071-5/+5
* (c-forward-to-nth-EOF-}): Fix EOB bug.Alan Mackenzie2007-03-301-14/+8
* (c-indent-new-comment-line): When splitting an empty one-line C-styleAlan Mackenzie2007-02-151-1/+10
* (c-indent-line): Don't erase ^L when a line containing it is re-indented.Alan Mackenzie2007-02-041-2/+4
* Correct the handling of K&R stuff in c-where-wrt-brace-construct.Alan Mackenzie2007-01-211-4/+4
* Add 2007 to copyright years.Glenn Morris2007-01-211-2/+2
* Add my name.Alan Mackenzie2007-01-201-1/+2
* (c-mask-paragraph): Fix yesterday's buggy patch.Alan Mackenzie2007-01-031-2/+7
* (c-mask-paragraph): In a block comment, check that the "*/" is presentAlan Mackenzie2007-01-021-7/+8
* Update CC Mode to version 5.31.4. The detailed changes are thoseAlan Mackenzie2007-01-011-214/+399
* Fix Copyright format.Glenn Morris2006-12-031-2/+3
* (c-indent-exp): Fix typo in docstring.Juanma Barranquero2006-11-301-11/+11
* cc-align.el, cc-awk.el, cc-bytecomp.el, cc-cmds.el, cc-compat.el,Alan Mackenzie2006-02-241-13/+22
* Update copyright for 2006.Nick Roberts2006-02-101-2/+2
* Update CC Mode to release 5.31.Alan Mackenzie2005-12-021-1095/+1826
* (c-electric-paren): Call old-blink-paren only for close-paren.Richard M. Stallman2005-09-251-1/+3
* 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-3/+6
* Updated CC Mode to 5.30.9.Martin Stjernholm2004-08-111-3/+6
* * progmodes/cc-cmds.el (c-beginning-of-statement): UseJuri Linkov2004-04-181-1/+1
* CC Mode update (5.30.8).Martin Stjernholm2003-11-161-31/+0
* (c-electric-brace): Fixed a bug in the expand-abbrev' workaroundMartin Stjernholm2003-09-241-2/+4
* Add arch taglinesMiles Bader2003-09-011-0/+1
* (c-electric-brace): Work around for a misfeature in `expand-abbrev'Martin Stjernholm2003-08-261-3/+12
* Updated CC Mode to version 5.30.Martin Stjernholm2003-07-031-315/+504
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-1/+1
* (c-mask-comment): A better way to ensure point doesn't move aroundMartin Stjernholm2002-04-241-23/+25
* (c-mask-comment): More fixes when used from `c-do-auto-fill' and pointMartin Stjernholm2002-04-241-11/+14
* (c-mask-comment): Fixed bug where point was moved to the following line whenMartin Stjernholm2002-04-221-1/+2
* CC Mode update to version 5.29. This is for testing; it's not a releasedMartin Stjernholm2002-04-221-792/+1531
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-0/+5
* (c-indent-exp): Keep the indentation of the blockGerd Moellmann2001-07-101-1/+5
* Extended the kludge to interoperate with theStefan Monnier2001-07-091-0/+2
* (c-electric-delete, c-electric-delete-forward): Split `c-electric-delete'Eli Zaretskii2001-05-041-36/+37
* (c-outline-level):Stefan Monnier2001-04-041-3/+5
* Update to version 5.28.Gerd Moellmann2001-03-211-491/+613
* Fix copyright years.Dave Love2000-12-061-1/+1
* (c-indent-new-comment-line): Added a kludgeGerd Moellmann2000-07-241-48/+96
* (c-fill-paragraph): Count number of spacesGerd Moellmann2000-01-031-11/+17
* (c-fill-paragraph): Don't delete whiteGerd Moellmann1999-12-281-1/+1