summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-mode.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-11-25CC Mode: update Version: header. Add a comment about itAlan Mackenzie
2025-11-06hideshow: Rework previous changesElías Gabriel Pérez
2025-06-11Amend CC Mode so that the test suite in XEmacs runs error freeAlan Mackenzie
2025-05-01Implement C23 features:Alan Mackenzie
2025-04-22Revert addition of electric-block-comment-mode & follow-up commitsSean Whitton
2025-04-15Add block-comment variables to cc-mode.Elías Gabriel Pérez
2025-03-27C++ Mode: Fix some indentation bugs. FIxes bug#19867Alan Mackenzie
2025-02-01Merge from origin/emacs-30Eli Zaretskii
2025-01-29CC Mode: Don't propertize parens in macros incorrectlyAlan Mackenzie
2025-01-28Update cc-mode URL to point to nongnu.orgStefan Kangas
2025-01-02Update copyright year to 2025Stefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-31CC Mode: Fix various minor indentation bugsAlan Mackenzie
2024-12-28CC Mode: Minor corrections and tidy ups for cache invalidationAlan Mackenzie
2024-12-01CC Mode: Optimize scanning of heavily nested brace blocksAlan Mackenzie
2024-10-28CC Mode: Add/remove defun buffer locally to post-command-hookAlan Mackenzie
2024-10-25CC Mode: correct handling of properties on #include <...>Alan Mackenzie
2024-10-15CC Mode: Rationalize and optimize cache invalidation (2).Alan Mackenzie
2024-10-14CC Mode: Correct and simplify quoted number regexpsAlan Mackenzie
2024-09-21CC Mode: fix minor errors in the fontification of enums.Alan Mackenzie
2024-05-30In normal-mode, make c-mode call c-mode when CC Mode is loadedAlan Mackenzie
2024-04-14CC Mode: Don't start fontifying in the middle of an identifierAlan Mackenzie
2024-03-04; Fix last major-mode-remap-defaults change.Basil L. Contovounesios
2024-03-03(major-mode-remap(-defaults)): New var and function (bug#69191)Stefan Monnier
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-31CC Mode. Preserve space syntax-table props in open stringsAlan Mackenzie
2023-12-09Tweak doc of `analyze-text-conversion` vs `post-self-insert-hook`Stefan Monnier
2023-10-27(c-initialize-cc-mode): Be slightly more explicitStefan Monnier
2023-09-29CC Mode: Fix bug in whitespace scanning functionsAlan Mackenzie
2023-08-05Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-08-03* lisp/progmodes/cc-mode.el (c-advise-fl-for-region): Fix compiler warningStefan Monnier
2023-06-22Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-06-21Correct handling of template markers on deletion/insertionAlan Mackenzie
2023-06-18Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-06-17CC Mode: Correct some regexp typos, \\(:? -> \\(?:Alan Mackenzie
2023-06-09Initialize text conversion hooks for each C Mode bufferPo Lu
2023-06-02Improve CC Mode support for text conversionPo Lu
2023-05-12CC Mode: Fontify function names after long stretches of macros.Alan Mackenzie
2023-01-17CC Mode: On removal of "typedef", remove pertinent types from c-found-typesAlan Mackenzie
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-11-24CC Mode: Make it scroll fast over buffers with only #define'sAlan Mackenzie
2022-11-23; Fix typosStefan Kangas
2022-11-18; Fix typosStefan Kangas
2022-11-11; Fix typosStefan Kangas
2022-11-10* lisp/progmodes/cc-mode.el (c-fl-decl-start): Fix off-by-one error.Alan Mackenzie
2022-10-19CC Mode: Cease adding types to found-types too eagerlyAlan Mackenzie
2022-10-15; Prefer HTTPS to HTTP in many URLsStefan Kangas
2022-10-04CC Mode: Make c-forward-declarator move over a suffix after parens, e.g. constAlan Mackenzie