summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-cmds.el
Commit message (Expand)AuthorAgeFilesLines
* Remove many items obsolete since Emacs 23.2 and 23.3Stefan Kangas2020-08-241-13/+0
* CC Mode: allow specified directives (e.g. pragma) to be indented as statementsAlan Mackenzie2020-03-081-0/+93
* * lisp/progmodes/cc-cmds.el: Don't use local vars as symbolsStefan Monnier2020-01-201-3/+3
* Add ability to find ObjC method namesAlan Third2020-01-181-0/+17
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* CC Mode: Allow most functions on post-self-insert-hook to be calledAlan Mackenzie2019-12-071-10/+46
* CC Mode. Allow fontification of "wrong" style comments with warning face.Alan Mackenzie2019-11-091-0/+10
* CC Mode: Fix positioning of point whilst inserting comments without non-wsAlan Mackenzie2019-10-251-9/+18
* CC-Mode: Remove unneeded backslashes from doc strings and regular expressionsAlan Mackenzie2019-10-121-2/+2
* New function time-convertPaul Eggert2019-08-051-2/+2
* CC Mode. Fix (c-beginning-of-defun -1) getting stuck with structs.Alan Mackenzie2019-07-281-12/+14
* 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