summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-cmds.el
Commit message (Expand)AuthorAgeFilesLines
* Don’t assume CURRENT_TIME_LISTPaul Eggert2019-02-131-2/+2
* Extend electric-pair-mode actions to < and >, and also to ( and ) in literalsAlan Mackenzie2019-01-221-40/+71
* Revert "Fix electric-pair-tests by disabling bug#33794's fix with a variable"Alan Mackenzie2019-01-221-56/+40
* Fix electric-pair-tests by disabling bug#33794's fix with a variableJoão Távora2019-01-171-40/+56
* Make CC Mode and electric-pair-mode work together. This fixes bug #33794Alan Mackenzie2019-01-151-129/+183
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Add ~44 edebug specs to CC Mode.Alan Mackenzie2018-10-151-0/+2
* | c-where-wrt-brace-construct: deal with point following a struct's semicolon.Alan Mackenzie2018-08-271-15/+17
* | CC Mode: make c-display-defun-name work with a pointer return type.Alan Mackenzie2018-08-261-53/+30
* | Fix some errors in c-display-defun-name when the type is "struct {..}", etc.Alan Mackenzie2018-01-281-241/+307
* | ; lisp/progmodes/cc-cmds.el: Comment.Glenn Morris2018-01-101-1/+1
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Make c-defun-name analyze more thoroughly a function type which is a structAlan Mackenzie2017-11-211-3/+19
* Introduce a function to CC Mode which displays the current function nameAlan Mackenzie2017-11-031-2/+17
* Refactor c-forward-token-2 with new function c-forward-over-token-and-ws.Alan Mackenzie2017-10-221-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Fix some bugs in c-defun-name. This fixes bug #25623.Alan Mackenzie2017-07-121-10/+17
* * lisp/progmodes/cc-cmds.el: Remove unused varsStefan Monnier2017-07-041-2/+2
* Make CC Mode load cl-lib rather than cl in Emacs 26.Alan Mackenzie2017-06-251-1/+1
* Ensure C++ initializer lists don't get fontified.Alan Mackenzie2017-06-161-5/+5
* Create a toggle between block and line comments in CC Mode.Alan Mackenzie2017-06-151-4/+33
* c-defun-name: Return fully qualified method names when wanted in C++, etc.Alan Mackenzie2017-05-301-1/+1
* Don't pass the value of point to 'push-mark', as that's the default.Bartosz Duszel2017-04-281-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Fix c-declaration-limits to return correct limits in all cases.Alan Mackenzie2016-09-011-112/+140
* | Amend a cache so that typing into C++ raw strings has no undue delay.Alan Mackenzie2016-06-271-94/+94
|/
* Finish fixing a cacheing bug in CC Mode (see 2016-03-09)Alan Mackenzie2016-03-301-124/+121
* Fix a cacheing bug, which led to inordinately slow c-beginning-of-defun.Alan Mackenzie2016-03-141-121/+124
* Apply text properties for <, > in new after-change function (C++ Java Modes).Alan Mackenzie2016-01-041-30/+8
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-7/+7
* * lisp/progmodes/cc-*.el: Fix up commenting styleStefan Monnier2015-08-211-4/+4
* Make electric-pair-mode, delete-selection-mode and CC Mode cooperate.Alan Mackenzie2015-08-191-3/+12
* Don't overflow if computing approximate percentagePaul Eggert2015-07-311-2/+2
* Quieten cc-mode compilationGlenn Morris2015-05-061-0/+3
* 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
|\