index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
progmodes
/
cc-fonts.el
Age
Commit message (
Expand
)
Author
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-06-23
CC Mode: Remove workarounds for missing "\_<", "\_>" in XEmacs
Alan Mackenzie
2025-06-11
Amend CC Mode so that the test suite in XEmacs runs error free
Alan Mackenzie
2025-05-13
CC Mode: Fix cc-fonts.el errors for XEmacs.
Alan Mackenzie
2025-05-02
; * lisp/progmodes/cc-fonts.el (cl-delete-duplicates): Declare.
Eli Zaretskii
2025-05-01
Implement C23 features:
Alan Mackenzie
2025-03-27
C++ Mode: Fix some indentation bugs. FIxes bug#19867
Alan Mackenzie
2025-02-26
; Whitespace fixes to silence git hooks
Stefan Kangas
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-12-19
; Fix more obsoletion warnings
Stefan Kangas
2024-12-18
Make font-lock face variables obsolete
Stefan Kangas
2024-10-26
* lisp/progmodes/cc-langs.el (c-cpp-matchers): Remove an unneeded let*.
Alan Mackenzie
2024-10-25
CC Mode: correct handling of properties on #include <...>
Alan Mackenzie
2024-09-27
CC Mode: Parse C++ lambda functions more correctly
Alan Mackenzie
2024-09-24
CC Mode: Separate indentation of enums from that of brace lists
Alan Mackenzie
2024-01-21
; Fix typos in symbol names
Stefan Kangas
2024-01-02
Merge from savannah/emacs-29
Po Lu
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-07-08
Merge from origin/emacs-29
Eli Zaretskii
2023-07-04
objc-mode: Fix exceptions in fontification.
Alan Mackenzie
2023-07-01
C Mode: Don't fontify foo globally as type due to "struct foo"
Alan Mackenzie
2023-06-28
Fontify C, C++, Objective C identifiers containing $
Alan Mackenzie
2023-06-24
Merge from origin/emacs-29
Eli Zaretskii
2023-06-21
Correct handling of template markers on deletion/insertion
Alan Mackenzie
2023-04-14
Improve C++ concept indentation.
Alan Mackenzie
2023-04-05
CC Mode: Fix fontification problems shown by test file templates-20.cc
Alan Mackenzie
2023-02-21
Merge from origin/emacs-29
Stefan Kangas
2023-02-19
Merge from origin/emacs-28
Stefan Kangas
2023-02-17
Add handling of the C11 _Generic construct to C Mode
Alan Mackenzie
2023-01-18
; Avoid byte-compiler warning in cc-fonts.el.
Eli Zaretskii
2023-01-17
CC Mode: On removal of "typedef", remove pertinent types from c-found-types
Alan Mackenzie
2023-01-10
CC Mode: partially revert commit from 2022-10-04
Alan Mackenzie
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-10-29
c-get-fontification-context: Refine the last non-default arm of the cond
Alan Mackenzie
2022-10-28
CC Mode: Fontify cast types without adding them to c-found-types
Alan Mackenzie
2022-10-25
Test face name variables are bound before using them in cc-fonts.el
Alan Mackenzie
2022-10-19
CC Mode: Cease adding types to found-types too eagerly
Alan Mackenzie
2022-10-14
Correctly fontify C++'s operator"" _tag (...)
Alan Mackenzie
2022-10-04
CC Mode: Optimize c-fontify-new-found-type and amend a debug spec
Alan Mackenzie
2022-09-29
CC Mode: Refactor c-forward-delarator and callers
Alan Mackenzie
2022-09-29
; Fix typos (prefer American spelling)
Stefan Kangas
2022-09-26
CC Mode: Handle C++20 concepts
Alan Mackenzie
2022-09-16
cc-fonts.el: Eliminate an Emacs compiler warning introduced yesterday.
Alan Mackenzie
2022-09-15
CC Mode: Handle C++20 modules
Alan Mackenzie
2022-08-31
C++ Mode: Fontify functions correctly with commas in template expressions
Alan Mackenzie
2022-08-24
C++ Mode - Fontify "class Foo {\n ~Foo() noexcept;" correctly
Alan Mackenzie
2022-08-06
CC Mode: Optimize font-locking stanzas for long raw strings.
Alan Mackenzie
2022-07-03
Merge from origin/emacs-28
Stefan Kangas
2022-07-02
CC Mode: Fix a c-backward-token-2 call wrongly jumping back over macros.
Alan Mackenzie
2022-02-10
Note current buffer and restore it in c-force-redisplay.
Alan Mackenzie
[next]