summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Correct some slightly incorrect regular expressions:Alan Mackenzie2019-03-031-1/+1
* Fontify C function identifiers in parentheses correctly (e.g. in lisp.h)Alan Mackenzie2019-02-171-1/+1
* Merge from origin/emacs-26Glenn Morris2019-01-301-0/+3
|\
| * Fix a loop in c-fl-decl-start. This fixes bug #34186.Alan Mackenzie2019-01-251-0/+3
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\|
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-11-241-1/+4
|\|
| * Fix bug #33416, where typing a ) in a comment at EOB caused a loop (CC Mode).Alan Mackenzie2018-11-241-1/+4
* | * lisp/progmodes/cc-mode.el: Silence compiler warningsStefan Monnier2018-11-011-2/+2
* | Fix C++ Mode dynamic error with string delimiters.Alan Mackenzie2018-10-301-12/+12
* | * lisp/progmodes/cc-mode.el: Add version headerStefan Monnier2018-08-191-0/+2
* | Merge from emacs-26Noam Postavsky2018-06-101-2/+2
|\|
* | CC Mode: Fontify unbalanced quotes in unconstrained multiline strings, etc.Alan Mackenzie2018-06-081-67/+147
* | Add proper Flymake support to cc-mode.elJoão Távora2018-06-041-0/+2
* | Amend c-before-change-check-unbalanced-strings to handle a quote at EOB.Alan Mackenzie2018-05-311-16/+23
* | Enhance CC Mode's fontification, etc., of unterminated strings.Alan Mackenzie2018-05-201-11/+214
* | Prefer \... to control chars in .el literalsPaul Eggert2018-03-291-1/+1
|/
* ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-161-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-20/+6
* Spelling fixesPaul Eggert2017-11-191-1/+1
* Introduce a function to CC Mode which displays the current function nameAlan Mackenzie2017-11-031-1/+2
* Fontify untyped function declarations in C Mode correctly.Alan Mackenzie2017-10-041-1/+3
* Cope better with C++ and Objective-C protection keywords in class declarationsAlan Mackenzie2017-09-161-8/+11
* 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-83/+98
* When looking for the end of a declarator, prevent macros fouling up the searchAlan Mackenzie2017-08-221-4/+7
* CC Mode: Fix declarator being cut off from terminator by end of jit-lock chunkAlan Mackenzie2017-07-271-7/+20
* C++ Mode. Fix anomaly occurring when a ">" is deleted then reinserted.Alan Mackenzie2017-07-131-21/+30
* Make prog-mode-map the parent of c-mode-base-map. Fixes bug #26658.Vasilij Schneidermann2017-07-121-0/+2
* CC Mode: create and use c-set-keymap-parent.Alan Mackenzie2017-07-121-12/+1
* Spelling fixesPaul Eggert2017-07-061-1/+1
* * lisp/progmodes/cc-mode.el: Mark unused argumentsStefan Monnier2017-07-041-7/+7
* Fix bug in yesterday's CC Mode commit.Alan Mackenzie2017-07-021-6/+10
* Make C++ digit separators work. Amend the handling of single quotes generallyAlan Mackenzie2017-07-011-90/+204
* Create a toggle between block and line comments in CC Mode.Alan Mackenzie2017-06-151-26/+28
* 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