summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Fix C++ fontification problems 500 bytes after typing a space, and other bugsAlan Mackenzie2017-03-301-0/+1
* Set the syntax table in AWK Mode.Alan Mackenzie2017-02-181-0/+1
* Fix low-level handling of (big) C macros.Alan Mackenzie2017-01-211-1/+2
* Handle syntactic WS cache properties more accurately at buffer changes.Alan Mackenzie2017-01-111-1/+2
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Correctly fontify C++ direct initializations with parens inside functionsAlan Mackenzie2016-09-111-0/+2
* | Correctly analyze C++ list initialization in member init areas.Alan Mackenzie2016-08-301-1/+1
* | Adapt CC Mode for C++11 uniform initialization.Alan Mackenzie2016-08-211-5/+10
* | ; Spelling fixesPaul Eggert2016-08-211-1/+1
* | Handle C++11 lambda functions.Alan Mackenzie2016-08-151-0/+46
* | CC Mode: check for and fix missing call to before_change_functions.Alan Mackenzie2016-08-091-4/+21
* | Make c-deprepertize-CPP work on deletion/insertion of "s. Fixes bug #24132.Alan Mackenzie2016-08-091-12/+19
* | Amend CC Mode to handle big C++ raw strings correctly.Alan Mackenzie2016-07-121-9/+13
* | Speed up CC Mode fontification with less accurate functions extending regionAlan Mackenzie2016-07-031-2/+3
* | Amend a cache so that typing into C++ raw strings has no undue delay.Alan Mackenzie2016-06-271-3/+3
* | Implement ' separators in C++ integer literals.Alan Mackenzie2016-06-241-17/+101
* | Automatically detect whether .h file is C or C++Michal Nazarewicz2016-06-151-2/+37
* | Handle C++ raw strings.Alan Mackenzie2016-06-091-3/+36
* | Rationalize the use of c-new-BEG and c-new-END in CC Mode.Alan Mackenzie2016-05-291-64/+39
* | * lisp/progmodes/cc-mode.el: Add minor commentsStefan Monnier2016-05-231-4/+17
* | CC Mode now uses the new :after-hook feature of define-derived-modeAlan Mackenzie2016-05-091-46/+26
* | c-forward-<>-arglist no longer directly applies face properties in Java Mode.Alan Mackenzie2016-04-251-3/+2
* | Fix absence of c-noise-macro-name-re, etc., in languages which don't use itAlan Mackenzie2016-03-251-3/+1
* | Handle "noise" macros and compiler directives.Alan Mackenzie2016-02-291-0/+3
* | On leaving CC Mode, clean up by removing character properties.Alan Mackenzie2016-02-071-1/+12
|/
* 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