aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/cc-cmds.el
Commit message (Expand)AuthorAgeFilesLines
* (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
* Installed version 5.26Gerd Moellmann1999-12-121-498/+1028
* (c-indent-command): Doc fix.Karl Heuer1999-03-301-1/+1
* (c-outline-level): BindDave Love1999-03-061-3/+5
* Installed CC Mode 5.25.Barry A. Warsaw1999-02-081-194/+313
* (c-fill-paragraph): Bind fill-paragraph-function toRichard M. Stallman1998-03-081-20/+125
* (c-beginning-of-statement)Richard M. Stallman1998-02-171-74/+258
* (c-progress-init, c-progress-fini):Karl Heuer1997-10-231-19/+33
* (c-beginning-of-statement):Karl Heuer1997-10-231-1/+1
* (c-beginning-of-statement): Fixes in sentence movement to properlyRichard M. Stallman1997-09-081-25/+36
* (c-comment-line-break-function): In this function, and the defadvice,Richard M. Stallman1997-08-161-6/+7
* (c-electric-brace): Make preserve-p nil at BOB.Richard M. Stallman1997-08-111-1/+2
* (indent-new-comment-line): Add advice for older Emacs versions if theyRichard M. Stallman1997-08-111-9/+52
* Comment change.Richard M. Stallman1997-08-091-1/+1
* Require cc-defs for the c-add-syntax macro.Richard M. Stallman1997-07-181-5/+10
* Initial revisionRichard M. Stallman1997-07-101-0/+1369