summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-fonts.el
Commit message (Expand)AuthorAge
* ; Fix typos in symbol namesStefan Kangas2024-01-21
* Merge from savannah/emacs-29Po Lu2024-01-02
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-02
* | Merge from origin/emacs-29Eli Zaretskii2023-07-08
|\|
| * C Mode: Don't fontify foo globally as type due to "struct foo"Alan Mackenzie2023-07-01
* | objc-mode: Fix exceptions in fontification.Alan Mackenzie2023-07-04
* | Fontify C, C++, Objective C identifiers containing $Alan Mackenzie2023-06-28
* | Merge from origin/emacs-29Eli Zaretskii2023-06-24
|\|
| * Merge from origin/emacs-28Stefan Kangas2023-02-19
| |\
* | | Correct handling of template markers on deletion/insertionAlan Mackenzie2023-06-21
* | | Improve C++ concept indentation.Alan Mackenzie2023-04-14
* | | CC Mode: Fix fontification problems shown by test file templates-20.ccAlan Mackenzie2023-04-05
* | | Merge from origin/emacs-29Stefan Kangas2023-02-21
|\ \ \ | | |/ | |/|
* | | Add handling of the C11 _Generic construct to C ModeAlan Mackenzie2023-02-17
| |/ |/|
* | ; Avoid byte-compiler warning in cc-fonts.el.Eli Zaretskii2023-01-18
* | CC Mode: On removal of "typedef", remove pertinent types from c-found-typesAlan Mackenzie2023-01-17
* | CC Mode: partially revert commit from 2022-10-04Alan Mackenzie2023-01-10
* | ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* | c-get-fontification-context: Refine the last non-default arm of the condAlan Mackenzie2022-10-29
* | CC Mode: Fontify cast types without adding them to c-found-typesAlan Mackenzie2022-10-28
* | Test face name variables are bound before using them in cc-fonts.elAlan Mackenzie2022-10-25
* | CC Mode: Cease adding types to found-types too eagerlyAlan Mackenzie2022-10-19
* | Correctly fontify C++'s operator"" _tag (...)Alan Mackenzie2022-10-14
* | CC Mode: Optimize c-fontify-new-found-type and amend a debug specAlan Mackenzie2022-10-04
* | CC Mode: Refactor c-forward-delarator and callersAlan Mackenzie2022-09-29
* | ; Fix typos (prefer American spelling)Stefan Kangas2022-09-29
* | CC Mode: Handle C++20 conceptsAlan Mackenzie2022-09-26
* | cc-fonts.el: Eliminate an Emacs compiler warning introduced yesterday.Alan Mackenzie2022-09-16
* | CC Mode: Handle C++20 modulesAlan Mackenzie2022-09-15
* | C++ Mode: Fontify functions correctly with commas in template expressionsAlan Mackenzie2022-08-31
* | C++ Mode - Fontify "class Foo {\n ~Foo() noexcept;" correctlyAlan Mackenzie2022-08-24
* | CC Mode: Optimize font-locking stanzas for long raw strings.Alan Mackenzie2022-08-06
* | Merge from origin/emacs-28Stefan Kangas2022-07-03
|\|
| * CC Mode: Fix a c-backward-token-2 call wrongly jumping back over macros.Alan Mackenzie2022-07-02
* | Note current buffer and restore it in c-force-redisplay.Alan Mackenzie2022-02-10
* | 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
* | C++ Mode: Fix incoorect background fontification of <Alan Mackenzie2021-11-13
* | 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
|/
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-22
* Merge from origin/emacs-27Glenn Morris2021-08-16
|\
| * CC Mode: Fix unstable fontification of doc strings.Alan Mackenzie2021-08-15
| * Update copyright year to 2021Paul Eggert2021-01-01
* | CC Mode: Enhance C++ Mode raw strings to multi-line strings for any languageAlan Mackenzie2021-08-12
* | CC Mode: Get proper search limits in c-font-lock-cut-off-declaratorsAlan Mackenzie2021-04-25
* | 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