summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Allow the use of `font-lock-extend-region-multiline' in CC Mode.Alan Mackenzie2016-01-091-5/+6
* Remove function wrongly on AWK Mode value of context fontification hook.Alan Mackenzie2016-01-051-1/+2
* Apply text properties for <, > in new after-change function (C++ Java Modes).Alan Mackenzie2016-01-041-5/+12
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* CC Mode: Eliminate compiler warning messages.Alan Mackenzie2015-11-241-2/+1
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-171-2/+2
* CC Mode: Respect users' settings of open-paren-in-column-0-is-defun-start.Alan Mackenzie2015-11-111-7/+5
* * lisp/progmodes/cc-mode.el (c-after-font-lock-init): Only *move*Stefan Monnier2015-10-091-2/+3
* No need to mention K&R C in c-mode introPaul Eggert2015-09-241-2/+3
* * lisp/progmodes/cc-*.el: Fix up commenting styleStefan Monnier2015-08-211-4/+4
* Make c-submit-bug-report file reports at debbugs.gnu.org. (Bug#15784)Glenn Morris2015-05-261-1/+11
* CC Mode: Do nothing in before/after-change-functions for text property changesAlan Mackenzie2015-04-211-52/+76
* Fix miscellaneous glitches in cc-mode.el. Fixes debbugs#20245.Alan Mackenzie2015-04-061-8/+12
* CC Mode: Stop Font Lock forcing fontification from BOL. Fixes debbugs#19669.Alan Mackenzie2015-04-061-0/+8
* Merge from origin/emacs-24Paul Eggert2015-04-041-8/+0
|\
| * Revert "CC Mode: Stop Font Lock forcing fontification from BOL. Bug#19669."Alan Mackenzie2015-04-031-8/+0
* | Fix the CC Mode fixes from 2015-03-30. Fixes debbugs#20240.Alan Mackenzie2015-04-011-4/+6
* | Correct calculation of CC Mode's font-lock region.Alan Mackenzie2015-03-301-33/+81
* | Merge from origin/emacs-24Paul Eggert2015-03-031-0/+8
|\ \ | |/
| * CC Mode: Stop Font Lock forcing fontification from BOL. Fixes debbugs#19669.Alan Mackenzie2015-02-011-0/+8
* | Merge from origin/emacs-24Paul Eggert2015-02-251-6/+11
|\ \ | |/
| * Handle "#" operator properly inside macro. Fix coding bug.Alan Mackenzie2015-01-311-6/+11
| * Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | 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-6/+1
* | Merge some of the differences from the standalone CC-mode.Stefan Monnier2014-12-011-75/+123
* | Merge trivially safe differences from standalone CC-mode.Stefan Monnier2014-10-041-2/+2
* | CC Mode: revert recent changes and fix bug 17463 (cc-langs.elc getsAlan Mackenzie2014-09-101-6/+14
* | CC-mode: Set open-paren-in-column-0-is-defun-start to nil;Stefan Monnier2014-09-101-14/+6
|/
* * lisp/electric.el (electric-indent-mode-has-been-called): Remove.Stefan Monnier2014-03-031-18/+16
* Connect electric-indent-mode up with CC Mode. Bug #15478.Alan Mackenzie2014-02-171-2/+37
* Fix for c-submit-bug-report and reporter.el void-variable handlingGlenn Morris2014-01-301-0/+1
* Bind open-paren-in-column-0-is-defun-start to nil at some entry points.Alan Mackenzie2014-01-191-11/+13
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Improve previous interpreter-mode-alist changeGlenn Morris2013-09-101-2/+5
* Treat interpreter-mode-alist as alist of regexps, not literalsGlenn Morris2013-09-101-5/+2
* * lisp/progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.Glenn Morris2013-09-101-4/+0
* * lisp/progmodes/cc-mode.el (c-define-abbrev-table): Handle NAME unbound.Glenn Morris2013-08-281-1/+1
* * lisp/progmodes/cc-mode.el: Minor cleanup of var declarations.Stefan Monnier2013-08-281-107/+77
* Plain fboundp silences compilation warnings since Emacs 22.1Glenn Morris2013-06-011-2/+1
* * lisp/progmodes/cc-mode.el: Move load of cc-vars before that of cc-langsGlenn Morris2013-05-301-1/+1
* Handle "capitalised keywords" correctly.Alan Mackenzie2013-05-281-1/+1
* Remove spurious syntax-table text properties inserted by C-y.Alan Mackenzie2013-05-271-2/+3
* Eliminate variable c-standard-font-lock-fontify-region-function.Alan Mackenzie2013-05-021-9/+3
* Correct the placement of c-cpp-delimiters when there're #s not at col 0.Alan Mackenzie2013-04-151-5/+4
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | Modularize add-log-current-defun.Chong Yidong2012-12-011-1/+3
|/
* Fix bugs in the CC Mode state cache. Enhance a debugging mechanism.Alan Mackenzie2012-11-211-2/+5