summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-langs.el
Commit message (Expand)AuthorAge
* CC Mode: Prevent "const" inside an identifier being recognized as the keywordAlan Mackenzie2021-02-02
* Update copyright year to 2021Paul Eggert2021-01-01
* CC Mode: correct the handling of empty stringsAlan Mackenzie2020-12-30
* Reword a long docstring in cc-langs.elBasil L. Contovounesios2020-12-29
* CC Mode: Add newish AWK Mode facilities, as used in gawk-4.Alan Mackenzie2020-12-28
* Optimise c-font-lock-<>-arglists, particularly for buffers with few <..> pairsAlan Mackenzie2020-12-14
* Merge from origin/emacs-27Glenn Morris2020-11-16
|\
| * * lisp/progmodes/cc-langs.el (c-<>-notable-chars-re): Fix wrong '-' in regexpAlan Mackenzie2020-11-15
* | CC Mode: Move the handling of keyword auto into type handling for C++.Alan Mackenzie2020-10-08
* | C++ Mode: Modernize the fontification of "using"Alan Mackenzie2020-09-20
* | Merge from origin/emacs-27Glenn Morris2020-09-09
|\|
| * C++ Mode: handle comma separated brace initializers.Alan Mackenzie2020-09-04
* | CC Mode: Fix wrong value of comment-start-skip, fixing half of bug #41952Alan Mackenzie2020-07-04
* | Make switch work in AWK Mode. Fixes bug #41923Alan Mackenzie2020-06-24
* | Introduce some Objective-C 2.0 keywords. This fixes bug #5953Alan Mackenzie2020-05-26
* | Add three C++20 coroutine keywords, co_await, co_yield, and co_returnCarl Lei2020-05-24
* | CC Mode: Allow "static" etc. to be placed after a declaration's type nameAlan Mackenzie2020-05-18
* | CC Mode: allow specified directives (e.g. pragma) to be indented as statementsAlan Mackenzie2020-03-08
|/
* Reformulate c-end-of-macro, handling multiline block comments betterAlan Mackenzie2020-02-16
* c-end-of-macro: Handle block coment lines with unescaped NLs correctlyAlan Mackenzie2020-02-10
* Correct "different than" to "different from" where appropriateAlan Mackenzie2020-02-09
* Objective C Mode: Make c-forward-type work with "unsigned long", etc.Alan Mackenzie2020-01-26
* Update copyright year to 2020Paul Eggert2020-01-01
* ; Spelling fixesPaul Eggert2019-12-10
* CC-Mode: Remove unneeded backslashes from doc strings and regular expressionsAlan Mackenzie2019-10-12
* C++ Mode: Correctly handle <:, <::, <::>, etc, according to the C++ standardAlan Mackenzie2019-10-11
* C++ Mode: Fontify correctly declarators with identifier preceded by &Alan Mackenzie2019-10-03
* C++ Mode: Prevent End of statement being found after {} in "count << vec{} <<"Alan Mackenzie2019-08-06
* CC Mode: Fix spurious recognition of operators beginning with, e.g. "or"Alan Mackenzie2019-08-02
* Java Mode: Fix handling of nested generics ending in >>>.Alan Mackenzie2019-07-27
* CC Mode: Stop /**/ spuriously fontifying as a doc comment under gtkdocAlan Mackenzie2019-07-27
* CC Mode. Create lang vars for certain skipping expressions at compile timeAlan Mackenzie2019-07-26
* Fix an infinite loop in c-end-of-macro. Should fix bug #36484Alan Mackenzie2019-07-04
* CC Mode: Improve handling of unbalanced stringsAlan Mackenzie2019-07-02
* Remove another variable obsolete since Emacs 22Stefan Kangas2019-06-15
* Optimize one of CC Mode's syntax caches for long comments and strings.Alan Mackenzie2019-05-30
* Add standard unmatchable regexpMattias EngdegÄrd2019-05-15
* CC Mode: fix indentation in switch statement after "case a(1):".Alan Mackenzie2019-05-15
* Fix fontification of first item in CC Mode macro without parenthesesAlan Mackenzie2019-05-02
* CC Mode: Fix multiline block comments in macros.Alan Mackenzie2019-05-02
* * lisp/progmodes/cc-langs.el (c-class-id-suffix-ws-ids-kwds): Correct a typoAlan Mackenzie2019-04-13
* Implement "final" before C++ class inheritance lists.Alan Mackenzie2019-04-13
* Allow a CC Mode derived mode to have strings delimited by single quotes.Alan Mackenzie2019-03-30
* Improve C++ raw string fontification.Alan Mackenzie2019-03-27
* Correct the indentation of CC Mode brace listsAlan Mackenzie2019-03-12
* Extend electric-pair-mode actions to < and >, and also to ( and ) in literalsAlan Mackenzie2019-01-22
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | CC Mode - use font-lock-comment-delimiter-face on block comment end delimitersAlan Mackenzie2018-12-30
* | Replace insignificant backquotesMichael Heerdegen2018-11-25