summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-mode.el
Commit message (Expand)AuthorAge
* CC Mode: On removal of "typedef", remove pertinent types from c-found-typesAlan Mackenzie2023-01-17
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* CC Mode: Make it scroll fast over buffers with only #define'sAlan Mackenzie2022-11-24
* ; Fix typosStefan Kangas2022-11-23
* ; Fix typosStefan Kangas2022-11-18
* ; Fix typosStefan Kangas2022-11-11
* * lisp/progmodes/cc-mode.el (c-fl-decl-start): Fix off-by-one error.Alan Mackenzie2022-11-10
* CC Mode: Cease adding types to found-types too eagerlyAlan Mackenzie2022-10-19
* ; Prefer HTTPS to HTTP in many URLsStefan Kangas2022-10-15
* CC Mode: Make c-forward-declarator move over a suffix after parens, e.g. constAlan Mackenzie2022-10-04
* CC Mode: Refactor c-forward-delarator and callersAlan Mackenzie2022-09-29
* CC Mode: Handle C++20 conceptsAlan Mackenzie2022-09-26
* CC Mode. Make AWK Mode work with electric-pair-modeAlan Mackenzie2022-09-24
* Delete many items obsolete since 24.3Stefan Kangas2022-09-09
* CC Mode: Fontify args correctly when arglist closing ) is not on the same lineAlan Mackenzie2022-08-24
* CC Mode: Fix looping in patch from yesterdayAlan Mackenzie2022-08-07
* CC Mode: Optimize font-locking stanzas for long raw strings.Alan Mackenzie2022-08-06
* CC Mode: Add accurate handling for backslash in C line and block commentsAlan Mackenzie2022-06-18
* CC Mode: Restore string fence properties at each relevant external entry pointAlan Mackenzie2022-05-22
* * lisp/progmodes/cc-mode.el (c-common-init): Bind case-fold-search to nilAlan Mackenzie2022-01-31
* Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | CC Mode: Remove annoying background fontification. Should fix bug #52298Alan Mackenzie2021-12-19
* | Improve behavior of 'electric-pair-mode' in 'cc-mode'Jim Porter2021-11-06
* | CC Mode: Fontify "found types" which are recognized after being first scannedAlan Mackenzie2021-10-24
* | Revert "CC Mode: Fontify "found types" which are recognized after being ..."Alan Mackenzie2021-10-23
* | CC Mode: Fontify "found types" which are recognized after being first scannedAlan Mackenzie2021-10-22
|/
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-10-05
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-22
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-16
* CC Mode: Fix a bug in yesterday's patchAlan Mackenzie2021-08-13
* CC Mode: Enhance C++ Mode raw strings to multi-line strings for any languageAlan Mackenzie2021-08-12
* Tweak c-mode bug reporting addressGlenn Morris2021-05-23
* CC Mode: Put debug specs inside declare forms. Add missing debug specs.Alan Mackenzie2021-04-15
* Convert CC Mode to lexical binding in EmacsAlan Mackenzie2021-04-10
* Merge from origin/emacs-27Paul Eggert2021-01-01
|\
| * Update copyright year to 2021Paul Eggert2021-01-01
* | Update copyright year to 2021Paul Eggert2021-01-01
* | CC Mode: correct the handling of empty stringsAlan Mackenzie2020-12-30
* | CC Mode: Add newish AWK Mode facilities, as used in gawk-4.Alan Mackenzie2020-12-28
* | CC Mode: introduce a new cache for brace structures. This fixes bug #45248Alan Mackenzie2020-12-24
* | CC Mode: Optimize for scrolling large buffers containing few bracesAlan Mackenzie2020-12-15
* | Make XEmacs compat aliases easy-menu-{add,remove} obsoleteStefan Kangas2020-11-24
* | CC Mode: fix many compiler warnings which would appear with lexical bindingAlan Mackenzie2020-11-09
* | C++ Mode: handle __attribute__,etc. inside constructor argument listsAlan Mackenzie2020-09-12
* | CC Mode: Fix minor bugs in the string handling functionsAlan Mackenzie2020-09-11
* | Merge from origin/emacs-27Glenn Morris2020-08-31
|\|
| * CC Mode: Fix processing for when c-multiline-string-start-char is a characterAlan Mackenzie2020-08-29
* | Remove redundant code from c-font-lock-fontify-regionAlan Mackenzie2020-07-19
* | * lisp/progmodes/cc-mode.el (c-or-c++-mode--regexp): Change WS to [ \t] in itAlan Mackenzie2020-07-02