summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-cmds.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* * lisp/progmodes/cc-cmds.el (c-subword-mode): Alias to subword-mode.Stefan Monnier2014-12-181-3/+16
* Merge some of the differences from the standalone CC-mode.Stefan Monnier2014-12-011-11/+27
* Fix error with `mark-defun' and "protected:" in C++ Mode.Alan Mackenzie2014-11-221-4/+8
* Make blink-parens work with a closing template delimiter.Alan Mackenzie2014-11-011-5/+6
* Merge trivially safe differences from standalone CC-mode.Stefan Monnier2014-10-041-1/+1
* Connect electric-indent-mode up with CC Mode. Bug #15478.Alan Mackenzie2014-02-171-0/+2
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Plain fboundp silences compilation warnings since Emacs 22.1Glenn Morris2013-06-011-1/+0
* Replace `last-command-event' by `last-command-char' in XEmacs.Alan Mackenzie2013-03-041-15/+15
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* AWK Mode: make auto-newline work when there's "==" in the pattern.Alan Mackenzie2012-09-081-7/+10
* Merge from emacs-24 branch; up to 2012-05-01T10:20:43Z!rgm@gnu.orgChong Yidong2012-07-211-8/+10
|\
| * Use match-string-no-properties instead in c-defun-nameLeo Liu2012-07-211-2/+2
| * * lisp/progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.Leo Liu2012-07-211-8/+10
| * Backport: Recognize Objective-C methods also in c-defun-nameJan Djärv2012-07-211-0/+9
* | *** empty log message ***Jan Djärv2012-07-141-0/+9
* | Remove incorrect uses of "modeline".Chong Yidong2012-06-021-2/+2
|/
* CC Mode: Ensure searching for keywords is case sensitive.Alan Mackenzie2012-04-161-17/+22
* Make c-mark-defun extend region when repeated, and leave a mark.Alan Mackenzie2012-03-081-3/+24
* Fix filling for when filladapt mode is enabled.Alan Mackenzie2012-01-131-5/+2
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-111-1/+1
* Spelling fixes.Paul Eggert2011-12-041-2/+2
* Fix typos.Juanma Barranquero2011-11-241-1/+1
* Spelling fixes.Paul Eggert2011-11-191-2/+2
* Fix typos.Juanma Barranquero2011-11-151-1/+1
* Spelling fixes.Paul Eggert2011-11-141-2/+2
* DTRT for c-beginning/end-of-defun in nested declaration scopes.Alan Mackenzie2011-10-281-87/+197
* Fix a cc-cmds.el patch from acm that I applied incorrectly (Bug#7595).Chong Yidong2011-03-071-13/+6
* (c-end-of-statement): Set macro-end correctly at the end of a loop.Alan Mackenzie2011-02-201-8/+13
* Merge changes from emacs-23 branchChong Yidong2011-01-311-12/+21
|\
| * Fix an infloop in CC-mode (Bug#7595).Alan Mackenzie2011-01-311-12/+21
* | Refill some long/short copyright headers.Glenn Morris2011-01-261-2/+1
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* | Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* | Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\ \ | |/
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| * Reverse change 2010-02-04T21:15:37Z!acm@muc.de: "Change strategy for marking ...Alan Mackenzie2010-04-121-62/+90
* | Derive from prog-mode, use derived-mode-p, and fix up variousStefan Monnier2010-12-101-1/+3
* | progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error. FixesAlan Mackenzie2010-10-311-11/+13
* | Add "Package:" file headers to denote built-in packages.Chong Yidong2010-08-291-2/+2
* | cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix for the case that aAlan Mackenzie2010-08-061-3/+16
* | cc-cmds.el (c-mask-paragraph): Fix bug #6688, Auto-fill broken in C/C++Alan Mackenzie2010-07-311-4/+5
* | * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):Alan Mackenzie2010-05-121-0/+10
|/
* Change strategy for marking < and > as template delimiters: mark themAlan Mackenzie2010-02-041-90/+62
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * progmodes/cc-cmds.el (c-forward-into-nomenclature)Tassilo Horn2009-11-201-6/+6
* * progmodes/cc-cmds.el: declare-functioned forward-subword andTassilo Horn2009-11-201-0/+4
* 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>Tassilo Horn2009-11-201-11/+9