aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/cc-engine.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-25Paul Eggert2016-05-021-1/+1
|\
| * Fix quoting problem in cc-engine debug messagePaul Eggert2016-05-021-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-05-011-8/+12
|\ \ | |/
| * Revert unneeded change which harms syntactic parsing. This fixes bug #23308.Alan Mackenzie2016-04-291-1/+1
| * Correct indentation of ids in a C++ enum after a protection keyword.Alan Mackenzie2016-04-291-7/+11
* | CC Mode: Recognize a noise macro with parens after a declarator's identifierAlan Mackenzie2016-04-301-30/+36
* | c-forward-<>-arglist no longer directly applies face properties in Java Mode.Alan Mackenzie2016-04-251-22/+22
* | Add fontification for a C declaration which looks like a function call.Alan Mackenzie2016-04-251-6/+21
* | Merge from origin/emacs-25Paul Eggert2016-04-031-11/+27
|\ \ | |/
| * Prevent C++ Mode wrongly fontifying some identifiers near templates as typesAlan Mackenzie2016-04-011-11/+24
| * Finish fixing a cacheing bug in CC Mode (see 2016-03-09)Alan Mackenzie2016-03-301-0/+3
| * Fix a cacheing bug, which led to inordinately slow c-beginning-of-defun.Alan Mackenzie2016-03-141-100/+100
* | Fix absence of c-noise-macro-name-re, etc., in languages which don't use itAlan Mackenzie2016-03-251-10/+20
* | -Paul Eggert2016-03-221-100/+100
|\ \
| * | Fix a cacheing bug, which led to inordinately slow c-beginning-of-defun.Alan Mackenzie2016-03-141-100/+100
| |/
* | Fix problems caused by new implementation of sub-word modeEli Zaretskii2016-03-211-1/+1
* | Don't confuse "::" with ":" when trying to parse member initializers.Alan Mackenzie2016-03-211-0/+6
* | Handle "noise" macros and compiler directives.Alan Mackenzie2016-02-291-55/+135
* | Merge from origin/emacs-25John Wiegley2016-02-221-3/+3
|\ \ | |/
| * Correct c-parse-state cache manipulation error.Alan Mackenzie2016-02-171-3/+3
* | Merge from origin/emacs-25John Wiegley2016-02-151-2/+12
|\ \ | |/
| * Allow arithmetic operators inside C++ template constructs.Alan Mackenzie2016-02-151-2/+12
| * Fix problems caused by new implementation of sub-word modeEli Zaretskii2016-02-051-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-02-091-7/+16
|\ \ | |/
| * Correctly fontify C++ initializations which "look like" functions.Alan Mackenzie2016-02-041-7/+16
* | -Paul Eggert2016-01-301-3/+3
|\ \ | |/
| * Spelling fixesPaul Eggert2016-01-251-3/+3
* | Merge from origin/emacs-25Paul Eggert2016-01-301-1/+14
|\ \ | |/
| * Distinguish the two meanings of Java's keyword "default". Fixes bug #22358.Alan Mackenzie2016-01-231-1/+14
* | -Paul Eggert2016-01-301-11/+160
|\ \ | |/
| * Prevent spurious recognition of K&R argument declarations. Fixes bug #2203Alan Mackenzie2016-01-221-11/+160
| * Don't confuse "::" with ":" when trying to parse member initializers.Alan Mackenzie2016-01-151-0/+6
|/
* Java Mode: Fontify identifiers in the presence of annotations.Alan Mackenzie2016-01-111-13/+18
* Correctly analyze brace arguments in templated C++ function declarations.Alan Mackenzie2016-01-081-2/+7
* Make C++ buffers writeable when writing their initial text properties.Alan Mackenzie2016-01-051-3/+4
* Apply text properties for <, > in new after-change function (C++ Java Modes).Alan Mackenzie2016-01-041-27/+51
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Fix a coding error in c-forward-<>-arglist-recur. Fixes bug#22156Alan Mackenzie2015-12-221-11/+11
* Spelling and grammar fixesPaul Eggert2015-11-291-1/+1
* De-pessimize detection of C++ member initialization lists.Alan Mackenzie2015-11-151-35/+54
* CC Mode: Respect users' settings of open-paren-in-column-0-is-defun-start.Alan Mackenzie2015-11-111-15/+53
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-13/+13
* Fix some more docstring etc. quoting problemsPaul Eggert2015-09-031-9/+9
* Quoting fixes in lisp/progmodesPaul Eggert2015-08-301-5/+6
* Prefer directed to neutral quotesPaul Eggert2015-08-241-2/+2
* * lisp/progmodes/cc-*.el: Fix up commenting styleStefan Monnier2015-08-211-4/+4
* Don't quote symbols 'like-this' in docstrings etc.Paul Eggert2015-08-201-1/+1
* Handling of `c-parse-state'. Fix low level bug.Alan Mackenzie2015-08-201-4/+8
* Introduce new macros to cover Emacs's new names in cl-lib.el.Alan Mackenzie2015-08-121-6/+6
* Don't quote nil and t in doc stringsPaul Eggert2015-05-211-1/+1