summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-fonts.el
Commit message (Expand)AuthorAge
* 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
* | Update copyright year to 2021Paul Eggert2021-01-01
* | CC Mode: Add newish AWK Mode facilities, as used in gawk-4.Alan Mackenzie2020-12-28
* | CC Mode: Optimize for scrolling large buffers containing few bracesAlan Mackenzie2020-12-15
* | Optimise c-font-lock-<>-arglists, particularly for buffers with few <..> pairsAlan Mackenzie2020-12-14
* | C++ Mode: Modernize the fontification of "using"Alan Mackenzie2020-09-20
* | Orthographical amendments to commit 145aab0672ae259736ee9230f8e0ff4effa5f4fdAlan Mackenzie2020-06-09
* | cc-mode: add support for Doxygen documentation styleMichal Nazarewicz2020-05-01
|/
* Update copyright year to 2020Paul Eggert2020-01-01
* CC Mode. Allow fontification of "wrong" style comments with warning face.Alan Mackenzie2019-11-09
* CC Mode. Fix slow scrolling by adding a search limit.Alan Mackenzie2019-11-02