summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-cmds.el
Commit message (Expand)AuthorAge
...
* * lisp/progmodes/cc-cmds.el: Remove unused varsStefan Monnier2017-07-04
* Make CC Mode load cl-lib rather than cl in Emacs 26.Alan Mackenzie2017-06-25
* Ensure C++ initializer lists don't get fontified.Alan Mackenzie2017-06-16
* Create a toggle between block and line comments in CC Mode.Alan Mackenzie2017-06-15
* c-defun-name: Return fully qualified method names when wanted in C++, etc.Alan Mackenzie2017-05-30
* Don't pass the value of point to 'push-mark', as that's the default.Bartosz Duszel2017-04-28
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Fix c-declaration-limits to return correct limits in all cases.Alan Mackenzie2016-09-01
* | Amend a cache so that typing into C++ raw strings has no undue delay.Alan Mackenzie2016-06-27
|/
* Finish fixing a cacheing bug in CC Mode (see 2016-03-09)Alan Mackenzie2016-03-30
* Fix a cacheing bug, which led to inordinately slow c-beginning-of-defun.Alan Mackenzie2016-03-14
* Apply text properties for <, > in new after-change function (C++ Java Modes).Alan Mackenzie2016-01-04
* Update copyright year to 2016Paul Eggert2016-01-01
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-17
* * lisp/progmodes/cc-*.el: Fix up commenting styleStefan Monnier2015-08-21
* Make electric-pair-mode, delete-selection-mode and CC Mode cooperate.Alan Mackenzie2015-08-19
* Don't overflow if computing approximate percentagePaul Eggert2015-07-31
* Quieten cc-mode compilationGlenn Morris2015-05-06
* Update copyright year to 2015Paul Eggert2015-01-01
* * lisp/progmodes/cc-cmds.el (c-subword-mode): Alias to subword-mode.Stefan Monnier2014-12-18
* Merge some of the differences from the standalone CC-mode.Stefan Monnier2014-12-01
* Fix error with `mark-defun' and "protected:" in C++ Mode.Alan Mackenzie2014-11-22
* Make blink-parens work with a closing template delimiter.Alan Mackenzie2014-11-01
* Merge trivially safe differences from standalone CC-mode.Stefan Monnier2014-10-04
* Connect electric-indent-mode up with CC Mode. Bug #15478.Alan Mackenzie2014-02-17
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Plain fboundp silences compilation warnings since Emacs 22.1Glenn Morris2013-06-01
* Replace `last-command-event' by `last-command-char' in XEmacs.Alan Mackenzie2013-03-04
* Update copyright notices for 2013.Paul Eggert2013-01-01
* AWK Mode: make auto-newline work when there's "==" in the pattern.Alan Mackenzie2012-09-08
* Merge from emacs-24 branch; up to 2012-05-01T10:20:43Z!rgm@gnu.orgChong Yidong2012-07-21
|\
| * Use match-string-no-properties instead in c-defun-nameLeo Liu2012-07-21
| * * lisp/progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.Leo Liu2012-07-21
| * Backport: Recognize Objective-C methods also in c-defun-nameJan Djärv2012-07-21
* | *** empty log message ***Jan Djärv2012-07-14
* | Remove incorrect uses of "modeline".Chong Yidong2012-06-02
|/
* CC Mode: Ensure searching for keywords is case sensitive.Alan Mackenzie2012-04-16
* Make c-mark-defun extend region when repeated, and leave a mark.Alan Mackenzie2012-03-08
* Fix filling for when filladapt mode is enabled.Alan Mackenzie2012-01-13
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* Spelling fixes.Paul Eggert2011-12-11
* Spelling fixes.Paul Eggert2011-12-04
* Fix typos.Juanma Barranquero2011-11-24
* Spelling fixes.Paul Eggert2011-11-19
* Fix typos.Juanma Barranquero2011-11-15
* Spelling fixes.Paul Eggert2011-11-14
* DTRT for c-beginning/end-of-defun in nested declaration scopes.Alan Mackenzie2011-10-28
* Fix a cc-cmds.el patch from acm that I applied incorrectly (Bug#7595).Chong Yidong2011-03-07
* (c-end-of-statement): Set macro-end correctly at the end of a loop.Alan Mackenzie2011-02-20