summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-engine.el
Commit message (Expand)AuthorAge
* Run c-unmark-<>-around-region in after-change-functions always.Alan Mackenzie2024-05-05
* CC Mode: Handle C++20's if constevalAlan Mackenzie2024-03-26
* ; Fix typos in symbol namesStefan Kangas2024-01-21
* Merge from savannah/emacs-29Po Lu2024-01-02
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-02
* | ; Fix typosStefan Kangas2023-12-10
* | CC Mode: Fontify int unsigned Foo;Alan Mackenzie2023-11-24
* | CC Mode: Add second anchor point to class-open and class-closeAlan Mackenzie2023-11-24
* | CC Mode: Handle noise clauses, template arglists in any orderAlan Mackenzie2023-11-23
* | Fix c-in-knr-argdecl to avoid false recognition of K&RAlan Mackenzie2023-10-13
* | CC Mode: Fix bug in whitespace scanning functionsAlan Mackenzie2023-09-29
* | objc-mode: Fix exceptions in fontification.Alan Mackenzie2023-07-04
* | Amend the handling of c-laomib-cache.Alan Mackenzie2023-06-27
* | Correction to patch on 2023-06-21 15:36:56 +0000.Alan Mackenzie2023-06-25
* | Correct handling of template markers on deletion/insertionAlan Mackenzie2023-06-21
* | Fontify Java constructor names and arglistsAlan Mackenzie2023-05-26
* | CC Mode: Fontify function names after long stretches of macros.Alan Mackenzie2023-05-12
* | Fontify "extern foo ();" correctly inside a functionAlan Mackenzie2023-05-03
* | Improve C++ concept indentation.Alan Mackenzie2023-04-14
* | CC Mode: Miscellaneous coding fixes in c-forward-typeAlan Mackenzie2023-04-06
* | CC Mode: Fix fontification problems shown by test file templates-20.ccAlan Mackenzie2023-04-05
* | Remove ineffective uses of condition-caseMattias EngdegÄrd2023-03-03
* | Merge from origin/emacs-29Stefan Kangas2023-02-18
|\|
| * ; * lisp/progmodes/cc-engine.el: Delete trailing whitespace.Stefan Kangas2023-01-27
* | Add handling of the C11 _Generic construct to C ModeAlan Mackenzie2023-02-17
* | CC Mode: Prevent infinite recursion in c-determine-limit.Alan Mackenzie2023-02-05
* | CC Mode: Fontify a certain foo * bar class by the asymmetric space heuristicAlan Mackenzie2023-02-03
* | ; * lisp/progmodes/cc-engine.el: Delete trailing whitespace.Stefan Kangas2023-01-27
* | CC Mode: Don't do c-backward-syntactic-ws following a forward movementAlan Mackenzie2023-01-23
|/
* CC Mode: Prevent two classes of "type" prematurely entering c-found-typesAlan Mackenzie2023-01-19
* CC Mode: On removal of "typedef", remove pertinent types from c-found-typesAlan Mackenzie2023-01-17
* CC Mode: Prevent ids in temporary "declarators" getting into c-found-typesAlan Mackenzie2023-01-16
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* ; Fix typosStefan Kangas2022-12-26
* CC Mode: Prevent lone ids being parsed as types unless in decl arglistsAlan Mackenzie2022-11-29
* CC Mode: Fix the "asymmetry rule" for fontifying a type followed by *Alan Mackenzie2022-11-25
* CC Mode: Make it scroll fast over buffers with only #define'sAlan Mackenzie2022-11-24
* ; Fix typosStefan Kangas2022-11-23
* ; Fix typos (prefer US spelling)Stefan Kangas2022-11-18
* CC Mode: Make implicit int types following specifiers fontify correctlyAlan Mackenzie2022-11-17
* ; Fix typos (duplicate words)Stefan Kangas2022-11-17
* CC Mode: Prevent over-eager recognition of a variable as a found typeAlan Mackenzie2022-11-14
* ; Fix typosStefan Kangas2022-11-11
* Optimize c-bs-interval, changing its value from 5000 to 2000Alan Mackenzie2022-11-09
* CC Mode: Improve accuracy of recognition of bitfieldsAlan Mackenzie2022-11-08
* CC Mode: Stabilize the fontification in the presence of "register" keywordsAlan Mackenzie2022-11-08
* CC Mode: Fix infinite loop in c-brace-stack-at.Alan Mackenzie2022-11-07
* CC Mode: Fontify cast types without adding them to c-found-typesAlan Mackenzie2022-10-28
* c-find-decl-spots: Replace an arbitrary search limit by a parameterAlan Mackenzie2022-10-26
* CC Mode: Cease adding types to found-types too eagerlyAlan Mackenzie2022-10-19