summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-langs.el
Commit message (Expand)AuthorAgeFilesLines
* Fix edebug-spec on c-lang-defvar.Alan Mackenzie2017-02-181-5/+3
* Handle syntactic WS cache properties more accurately at buffer changes.Alan Mackenzie2017-01-111-0/+9
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | CC Mode: Fix the fontification of a spuriously recognised enum member.Alan Mackenzie2016-12-301-0/+18
* | Partially correct fontification of "(b*3)", and the like, in C++ ModeAlan Mackenzie2016-12-291-0/+16
* | Correctly fontify C++ direct initializations with parens inside functionsAlan Mackenzie2016-09-111-2/+61
* | Handle the C++ "identifiers" "final" and "override" correctly.Alan Mackenzie2016-08-271-1/+13
* | Adapt CC Mode for C++11 uniform initialization.Alan Mackenzie2016-08-211-0/+17
* | ; Spelling fixesPaul Eggert2016-08-211-1/+1
* | Handle C++11 lambda functions.Alan Mackenzie2016-08-151-1/+23
* | Fontify C++ parameter packs.Alan Mackenzie2016-07-231-0/+12
* | Java Mode: Handle strings as case labels correctly.Alan Mackenzie2016-07-231-2/+2
* | Implement ' separators in C++ integer literals.Alan Mackenzie2016-06-241-5/+12
* | Handle C++ raw strings.Alan Mackenzie2016-06-091-0/+4
* | Correct fontification and indentation of C++'s "constexpr" expressionsAlan Mackenzie2016-06-011-3/+3
* | Rationalize the use of c-new-BEG and c-new-END in CC Mode.Alan Mackenzie2016-05-291-3/+6
* | C++ Mode: attribute in class declaration fouls up indentation. Fix!Alan Mackenzie2016-05-281-0/+4
* | c-forward-<>-arglist no longer directly applies face properties in Java Mode.Alan Mackenzie2016-04-251-0/+9
* | Add fontification for a C declaration which looks like a function call.Alan Mackenzie2016-04-251-0/+8
* | ; Spelling fixesPaul Eggert2016-04-211-1/+1
* | Don't confuse "::" with ":" when trying to parse member initializers.Alan Mackenzie2016-03-211-0/+8
* | Handle "noise" macros and compiler directives.Alan Mackenzie2016-02-291-0/+5
* | Merge from origin/emacs-25John Wiegley2016-02-151-3/+30
|\ \ | |/
| * Allow arithmetic operators inside C++ template constructs.Alan Mackenzie2016-02-151-3/+30
* | Merge from origin/emacs-25Paul Eggert2016-01-301-2/+2
|\ \ | |/
| * Distinguish the two meanings of Java's keyword "default". Fixes bug #22358.Alan Mackenzie2016-01-231-2/+2
| * Don't confuse "::" with ":" when trying to parse member initializers.Alan Mackenzie2016-01-151-0/+8
|/
* Java Mode: Fontify identifiers in the presence of annotations.Alan Mackenzie2016-01-111-0/+13
* Remove function wrongly on AWK Mode value of context fontification hook.Alan Mackenzie2016-01-051-2/+2
* Apply text properties for <, > in new after-change function (C++ Java Modes).Alan Mackenzie2016-01-041-2/+7
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Allow line comments ending with escaped NL to be continued to the next line.Alan Mackenzie2015-12-281-0/+8
* CC Mode: eliminate almost all byte compilation warningsAlan Mackenzie2015-11-241-2/+5
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-21/+21
* * lisp/progmodes/cc-langs.el (c-make-init-lang-vars-fun): Use dolistStefan Monnier2015-09-141-8/+6
* Replace `cadar' with `cadr/car', since `cadar' is problematic on Emacs.Alan Mackenzie2015-09-141-2/+2
* Fix some more docstring etc. quoting problemsPaul Eggert2015-09-031-6/+6
* Quoting fixes in lisp/progmodesPaul Eggert2015-08-301-1/+1
* Prefer directed to neutral quotesPaul Eggert2015-08-241-6/+6
* * lisp/progmodes/cc-*.el: Fix up commenting styleStefan Monnier2015-08-211-4/+4
* Introduce new macros to cover Emacs's new names in cl-lib.el.Alan Mackenzie2015-08-121-100/+101
* Add C-language keyword constants to C++Daniel Colascione2015-05-251-1/+1
* Fix the CC Mode fixes from 2015-03-30. Fixes debbugs#20240.Alan Mackenzie2015-04-011-1/+1
* Correct calculation of CC Mode's font-lock region.Alan Mackenzie2015-03-301-2/+2
* Allow compilation during loading of Modes derived from a CC Mode mode.Alan Mackenzie2015-01-131-4/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Make C++11 uniform init syntax work. New keywords "final" and "override"Alan Mackenzie2014-12-191-1/+1
* * lisp/progmodes/cc-cmds.el (c-subword-mode): Alias to subword-mode.Stefan Monnier2014-12-181-3/+3
* Merge some of the differences from the standalone CC-mode.Stefan Monnier2014-12-011-12/+24