summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-cmds.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-06-23CC Mode: Remove workarounds for missing "\_<", "\_>" in XEmacsAlan 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-01-01Update copyright year to 2025Paul Eggert
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-10-15c-indent-new-comment-line: don't test for a macro in a commentAlan Mackenzie
2023-06-02Improve CC Mode support for text conversionPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-11-18; Fix typosStefan Kangas
2022-07-31Delete additional items obsolete since 20, 21 and 22Stefan Kangas
2022-06-18CC Mode: Fix infinite loop in noise macro near end of bufferAlan Mackenzie
2022-05-24CC Mode: Fix interplay between string fences and electric-pair-mode.Alan Mackenzie
2022-05-22CC Mode: Restore string fence properties at each relevant external entry pointAlan Mackenzie
2022-04-04* lisp/progmodes/cc-cmds.el (indent-new-comment-line): Delete adviceStefan Monnier
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-10-28Put missing c-keep-region-active's into the source codeAlan Mackenzie
2021-10-05; Minor stylistic fixes found by checkdocStefan Kangas
2021-09-26; Adjust overly long docstrings to fit 80 charactersStefan Kangas
2021-09-22; More minor stylistic fixes found by checkdocStefan Kangas
2021-09-16; Minor stylistic fixes found by checkdocStefan Kangas
2021-04-15CC Mode: Put debug specs inside declare forms. Add missing debug specs.Alan Mackenzie
2021-04-10Convert CC Mode to lexical binding in EmacsAlan Mackenzie
2021-04-09CC Mode: fix c-where-wrt-brace-construct to cope with class declarationsAlan Mackenzie
2021-03-01CC Mode: Amend C-M-a/e to handle lambda function in C++ arglistAlan Mackenzie
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-30Fix some over-wide docstringsStefan Kangas
2020-11-09CC Mode: fix many compiler warnings which would appear with lexical bindingAlan Mackenzie
2020-08-24Remove many items obsolete since Emacs 23.2 and 23.3Stefan Kangas
2020-03-08CC Mode: allow specified directives (e.g. pragma) to be indented as statementsAlan Mackenzie
2020-01-20* lisp/progmodes/cc-cmds.el: Don't use local vars as symbolsStefan Monnier
2020-01-18Add ability to find ObjC method namesAlan Third
2020-01-01Update copyright year to 2020Paul Eggert
2019-12-07CC Mode: Allow most functions on post-self-insert-hook to be calledAlan Mackenzie
2019-11-09CC Mode. Allow fontification of "wrong" style comments with warning face.Alan Mackenzie
2019-10-25CC Mode: Fix positioning of point whilst inserting comments without non-wsAlan Mackenzie
2019-10-12CC-Mode: Remove unneeded backslashes from doc strings and regular expressionsAlan Mackenzie
2019-08-05New function time-convertPaul Eggert
2019-07-28CC Mode. Fix (c-beginning-of-defun -1) getting stuck with structs.Alan Mackenzie
2019-02-13Don’t assume CURRENT_TIME_LISTPaul Eggert
2019-01-22Extend electric-pair-mode actions to < and >, and also to ( and ) in literalsAlan Mackenzie
2019-01-22Revert "Fix electric-pair-tests by disabling bug#33794's fix with a variable"Alan Mackenzie
2019-01-17Fix electric-pair-tests by disabling bug#33794's fix with a variableJoão Távora
2019-01-15Make CC Mode and electric-pair-mode work together. This fixes bug #33794Alan Mackenzie
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-10-15Add ~44 edebug specs to CC Mode.Alan Mackenzie
2018-08-27c-where-wrt-brace-construct: deal with point following a struct's semicolon.Alan Mackenzie