summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-fonts.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* C Mode: Don't fontify foo globally as type due to "struct foo"Alan Mackenzie2023-07-011-1/+1
* Merge from origin/emacs-28Stefan Kangas2023-02-191-1/+1
|\
* | ; Avoid byte-compiler warning in cc-fonts.el.Eli Zaretskii2023-01-181-0/+2
* | CC Mode: On removal of "typedef", remove pertinent types from c-found-typesAlan Mackenzie2023-01-171-14/+50
* | CC Mode: partially revert commit from 2022-10-04Alan Mackenzie2023-01-101-2/+2
* | ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | c-get-fontification-context: Refine the last non-default arm of the condAlan Mackenzie2022-10-291-122/+133
* | CC Mode: Fontify cast types without adding them to c-found-typesAlan Mackenzie2022-10-281-1/+1
* | Test face name variables are bound before using them in cc-fonts.elAlan Mackenzie2022-10-251-10/+17
* | CC Mode: Cease adding types to found-types too eagerlyAlan Mackenzie2022-10-191-2/+15
* | Correctly fontify C++'s operator"" _tag (...)Alan Mackenzie2022-10-141-2/+18
* | CC Mode: Optimize c-fontify-new-found-type and amend a debug specAlan Mackenzie2022-10-041-2/+6
* | CC Mode: Refactor c-forward-delarator and callersAlan Mackenzie2022-09-291-27/+30
* | ; Fix typos (prefer American spelling)Stefan Kangas2022-09-291-1/+1
* | CC Mode: Handle C++20 conceptsAlan Mackenzie2022-09-261-9/+30
* | cc-fonts.el: Eliminate an Emacs compiler warning introduced yesterday.Alan Mackenzie2022-09-161-3/+4
* | CC Mode: Handle C++20 modulesAlan Mackenzie2022-09-151-4/+169
* | C++ Mode: Fontify functions correctly with commas in template expressionsAlan Mackenzie2022-08-311-11/+10
* | C++ Mode - Fontify "class Foo {\n ~Foo() noexcept;" correctlyAlan Mackenzie2022-08-241-1/+2
* | CC Mode: Optimize font-locking stanzas for long raw strings.Alan Mackenzie2022-08-061-36/+41
* | Merge from origin/emacs-28Stefan Kangas2022-07-031-10/+13
|\|
| * CC Mode: Fix a c-backward-token-2 call wrongly jumping back over macros.Alan Mackenzie2022-07-021-10/+13
* | Note current buffer and restore it in c-force-redisplay.Alan Mackenzie2022-02-101-4/+6
* | 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-173/+0
* | C++ Mode: Fix incoorect background fontification of <Alan Mackenzie2021-11-131-2/+4
* | CC Mode: Fontify "found types" which are recognized after being first scannedAlan Mackenzie2021-10-241-7/+213
* | Revert "CC Mode: Fontify "found types" which are recognized after being ..."Alan Mackenzie2021-10-231-194/+7
* | CC Mode: Fontify "found types" which are recognized after being first scannedAlan Mackenzie2021-10-221-7/+194
|/
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-221-1/+1
* Merge from origin/emacs-27Glenn Morris2021-08-161-6/+9
|\
| * CC Mode: Fix unstable fontification of doc strings.Alan Mackenzie2021-08-151-6/+9
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | CC Mode: Enhance C++ Mode raw strings to multi-line strings for any languageAlan Mackenzie2021-08-121-49/+72
* | CC Mode: Get proper search limits in c-font-lock-cut-off-declaratorsAlan Mackenzie2021-04-251-3/+1
* | CC Mode: Put debug specs inside declare forms. Add missing debug specs.Alan Mackenzie2021-04-151-17/+8
* | Convert CC Mode to lexical binding in EmacsAlan Mackenzie2021-04-101-4/+4
* | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | CC Mode: Add newish AWK Mode facilities, as used in gawk-4.Alan Mackenzie2020-12-281-3/+0
* | CC Mode: Optimize for scrolling large buffers containing few bracesAlan Mackenzie2020-12-151-6/+10
* | Optimise c-font-lock-<>-arglists, particularly for buffers with few <..> pairsAlan Mackenzie2020-12-141-57/+66
* | C++ Mode: Modernize the fontification of "using"Alan Mackenzie2020-09-201-11/+52
* | Orthographical amendments to commit 145aab0672ae259736ee9230f8e0ff4effa5f4fdAlan Mackenzie2020-06-091-9/+9
* | cc-mode: add support for Doxygen documentation styleMichal Nazarewicz2020-05-011-0/+78
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* CC Mode. Allow fontification of "wrong" style comments with warning face.Alan Mackenzie2019-11-091-1/+60
* CC Mode. Fix slow scrolling by adding a search limit.Alan Mackenzie2019-11-021-1/+1
* CC Mode: Stop /**/ spuriously fontifying as a doc comment under gtkdocAlan Mackenzie2019-07-271-1/+1