summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-defs.el
Commit message (Expand)AuthorAgeFilesLines
* Fix broken regexpsMattias EngdegÄrd2020-02-201-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* CC Mode. Fix fontification bug with unterminated quotes on adjacent linesAlan Mackenzie2019-11-301-0/+23
* CC Mode. Allow fontification of "wrong" style comments with warning face.Alan Mackenzie2019-11-091-0/+7
* CC-Mode: Remove unneeded backslashes from doc strings and regular expressionsAlan Mackenzie2019-10-121-4/+4
* Fix usage of remove-text-propertiesBasil L. Contovounesios2019-08-011-2/+2
* CC Mode: allow bogusly "adjacent" double quote marks to pair up syntacticallyAlan Mackenzie2019-07-161-6/+80
* Update CC Mode's version number to 5.34Alan Mackenzie2019-06-191-1/+1
* Remove the now unneeded c-font-lock-flush from CC Mode.Alan Mackenzie2019-06-171-7/+0
* Maintain c-syntax-table-hwm when changing syntax-table text propertiesAlan Mackenzie2019-06-161-4/+47
* Add standard unmatchable regexpMattias EngdegÄrd2019-05-151-3/+3
* Restore fontification of delimiters of multiline CC Mode strings.Alan Mackenzie2019-04-251-0/+25
* Improve C++ raw string fontification.Alan Mackenzie2019-03-271-18/+58
* Merge from origin/emacs-26Glenn Morris2019-03-201-1/+1
|\
| * * lisp/progmodes/cc-defs.el: Update c-version to 5.33.2 for Emacs 26.2Alan Mackenzie2019-03-101-1/+1
* | Extend electric-pair-mode actions to < and >, and also to ( and ) in literalsAlan Mackenzie2019-01-221-1/+2
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-24/+24
* | Add ~44 edebug specs to CC Mode.Alan Mackenzie2018-10-151-1/+30
* | Audit use of lsh and fix glitchesPaul Eggert2018-08-211-1/+1
* | Enhance CC Mode's fontification, etc., of unterminated strings.Alan Mackenzie2018-05-201-0/+18
* | * lisp/progmodes/cc-{defs,engine,langs,vars}.el: Comment the use of "a\\`"Alan Mackenzie2018-04-021-2/+2
* | Replace faulty non-matching regexp "\\<\\>" with "a\\`"Alan Mackenzie2018-03-281-3/+3
|/
* ; Use GNU not Gnu in docsGlenn Morris2018-03-231-1/+1
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Fontify a CPP construct correctly when a comment follows without spacesAlan Mackenzie2017-12-211-53/+0
* * lisp/progmodes/cc-defs.el (c-version): Update to 5.33.1.Alan Mackenzie2017-12-161-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Correct the fontification of quote marks after buffer changes in CC Mode.Alan Mackenzie2017-09-031-0/+23
* CC Mode: create and use c-set-keymap-parent.Alan Mackenzie2017-07-121-0/+12
* * lisp/progmodes/cc-defs.el (lookup-syntax-properties): Move ...Stefan Monnier2017-07-041-2/+2
* Make C++ digit separators work. Amend the handling of single quotes generallyAlan Mackenzie2017-07-011-0/+59
* Make CC Mode load cl-lib rather than cl in Emacs 26.Alan Mackenzie2017-06-251-18/+14
* CC Mode internal cache: Handle a cache pos being inside a two-char construct.Alan Mackenzie2017-05-071-12/+15
* * lisp/progmodes/cc-defs.el (c-version): Restore c-version to 5.33Alan Mackenzie2017-03-281-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\ \ | |/
| * Amend the version number of CC Mode 5.33 -> 5.32.99. Don't merge to trunk.Alan Mackenzie2016-12-201-1/+1
* | * lisp/progmodes/cc-defs.el (c-safe-scan-lists): Resolve overelaborate "nil"Alan Mackenzie2016-08-201-1/+1
* | In c-\(go-\)?-\(up-\|down-\)?list-\(forward\|backward\) check limit isn't nilAlan Mackenzie2016-08-201-47/+21
* | Merge from origin/emacs-25Paul Eggert2016-04-031-18/+34
|\ \ | |/
| * Finish fixing a cacheing bug in CC Mode (see 2016-03-09)Alan Mackenzie2016-03-301-18/+34
* | -Paul Eggert2016-03-221-1/+1
|\ \ | |/
| * ; Spelling fixesPaul Eggert2016-03-181-1/+1
* | -Paul Eggert2016-03-221-1/+22
|\ \ | |/
| * Fix a cacheing bug, which led to inordinately slow c-beginning-of-defun.Alan Mackenzie2016-03-141-1/+22
* | Merge from origin/emacs-25John Wiegley2016-01-111-17/+29
|\ \ | |/
| * Correctly analyze brace arguments in templated C++ function declarations.Alan Mackenzie2016-01-081-17/+29