aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/cc-mode.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Tweak doc of `analyze-text-conversion` vs `post-self-insert-hook`Stefan Monnier2023-12-091-0/+3
* (c-initialize-cc-mode): Be slightly more explicitStefan Monnier2023-10-271-1/+1
* CC Mode: Fix bug in whitespace scanning functionsAlan Mackenzie2023-09-291-1/+3
* Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-08-051-12/+12
|\
| * * lisp/progmodes/cc-mode.el (c-advise-fl-for-region): Fix compiler warningStefan Monnier2023-08-031-12/+12
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-06-221-1/+6
|\ \ | |/
| * Correct handling of template markers on deletion/insertionAlan Mackenzie2023-06-211-1/+6
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-06-181-1/+1
|\ \ | |/
| * CC Mode: Correct some regexp typos, \\(:? -> \\(?:Alan Mackenzie2023-06-171-1/+1
* | Initialize text conversion hooks for each C Mode bufferPo Lu2023-06-091-4/+5
* | Improve CC Mode support for text conversionPo Lu2023-06-021-1/+4
|/
* CC Mode: Fontify function names after long stretches of macros.Alan Mackenzie2023-05-121-2/+0
* CC Mode: On removal of "typedef", remove pertinent types from c-found-typesAlan Mackenzie2023-01-171-1/+39
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* CC Mode: Make it scroll fast over buffers with only #define'sAlan Mackenzie2022-11-241-2/+3
* ; Fix typosStefan Kangas2022-11-231-2/+2
* ; Fix typosStefan Kangas2022-11-181-1/+1
* ; Fix typosStefan Kangas2022-11-111-1/+1
* * lisp/progmodes/cc-mode.el (c-fl-decl-start): Fix off-by-one error.Alan Mackenzie2022-11-101-1/+5
* CC Mode: Cease adding types to found-types too eagerlyAlan Mackenzie2022-10-191-2/+3
* ; Prefer HTTPS to HTTP in many URLsStefan Kangas2022-10-151-3/+3
* CC Mode: Make c-forward-declarator move over a suffix after parens, e.g. constAlan Mackenzie2022-10-041-38/+41
* CC Mode: Refactor c-forward-delarator and callersAlan Mackenzie2022-09-291-30/+35
* CC Mode: Handle C++20 conceptsAlan Mackenzie2022-09-261-2/+3
* CC Mode. Make AWK Mode work with electric-pair-modeAlan Mackenzie2022-09-241-12/+15
* Delete many items obsolete since 24.3Stefan Kangas2022-09-091-2/+0
* CC Mode: Fontify args correctly when arglist closing ) is not on the same lineAlan Mackenzie2022-08-241-38/+48
* CC Mode: Fix looping in patch from yesterdayAlan Mackenzie2022-08-071-2/+6
* CC Mode: Optimize font-locking stanzas for long raw strings.Alan Mackenzie2022-08-061-3/+8
* CC Mode: Add accurate handling for backslash in C line and block commentsAlan Mackenzie2022-06-181-1/+81
* CC Mode: Restore string fence properties at each relevant external entry pointAlan Mackenzie2022-05-221-199/+193
* * lisp/progmodes/cc-mode.el (c-common-init): Bind case-fold-search to nilAlan Mackenzie2022-01-311-37/+38
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | CC Mode: Remove annoying background fontification. Should fix bug #52298Alan Mackenzie2021-12-191-34/+1
* | Improve behavior of 'electric-pair-mode' in 'cc-mode'Jim Porter2021-11-061-6/+13
* | CC Mode: Fontify "found types" which are recognized after being first scannedAlan Mackenzie2021-10-241-4/+91
* | Revert "CC Mode: Fontify "found types" which are recognized after being ..."Alan Mackenzie2021-10-231-77/+4
* | CC Mode: Fontify "found types" which are recognized after being first scannedAlan Mackenzie2021-10-221-4/+77
|/
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-10-051-1/+1
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-221-1/+1
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-27/+26
* CC Mode: Fix a bug in yesterday's patchAlan Mackenzie2021-08-131-0/+1
* CC Mode: Enhance C++ Mode raw strings to multi-line strings for any languageAlan Mackenzie2021-08-121-32/+37
* Tweak c-mode bug reporting addressGlenn Morris2021-05-231-1/+1
* CC Mode: Put debug specs inside declare forms. Add missing debug specs.Alan Mackenzie2021-04-151-0/+2
* Convert CC Mode to lexical binding in EmacsAlan Mackenzie2021-04-101-1/+1
* Merge from origin/emacs-27Paul Eggert2021-01-011-4/+4
|\
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Update copyright year to 2021Paul Eggert2021-01-011-1/+1