summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-cmds.el
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* ; Fix typosStefan Kangas2022-11-18
* Delete additional items obsolete since 20, 21 and 22Stefan Kangas2022-07-31
* CC Mode: Fix infinite loop in noise macro near end of bufferAlan Mackenzie2022-06-18
* CC Mode: Fix interplay between string fences and electric-pair-mode.Alan Mackenzie2022-05-24
* CC Mode: Restore string fence properties at each relevant external entry pointAlan Mackenzie2022-05-22
* * lisp/progmodes/cc-cmds.el (indent-new-comment-line): Delete adviceStefan Monnier2022-04-04
* Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Put missing c-keep-region-active's into the source codeAlan Mackenzie2021-10-28
|/
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-10-05
* ; Adjust overly long docstrings to fit 80 charactersStefan Kangas2021-09-26
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-22
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-16
* CC Mode: Put debug specs inside declare forms. Add missing debug specs.Alan Mackenzie2021-04-15
* Convert CC Mode to lexical binding in EmacsAlan Mackenzie2021-04-10
* CC Mode: fix c-where-wrt-brace-construct to cope with class declarationsAlan Mackenzie2021-04-09
* CC Mode: Amend C-M-a/e to handle lambda function in C++ arglistAlan Mackenzie2021-03-01
* Update copyright year to 2021Paul Eggert2021-01-01
* Fix some over-wide docstringsStefan Kangas2020-12-30
* CC Mode: fix many compiler warnings which would appear with lexical bindingAlan Mackenzie2020-11-09
* Remove many items obsolete since Emacs 23.2 and 23.3Stefan Kangas2020-08-24
* CC Mode: allow specified directives (e.g. pragma) to be indented as statementsAlan Mackenzie2020-03-08
* * lisp/progmodes/cc-cmds.el: Don't use local vars as symbolsStefan Monnier2020-01-20
* Add ability to find ObjC method namesAlan Third2020-01-18
* Update copyright year to 2020Paul Eggert2020-01-01
* CC Mode: Allow most functions on post-self-insert-hook to be calledAlan Mackenzie2019-12-07
* CC Mode. Allow fontification of "wrong" style comments with warning face.Alan Mackenzie2019-11-09
* CC Mode: Fix positioning of point whilst inserting comments without non-wsAlan Mackenzie2019-10-25
* CC-Mode: Remove unneeded backslashes from doc strings and regular expressionsAlan Mackenzie2019-10-12
* New function time-convertPaul Eggert2019-08-05
* CC Mode. Fix (c-beginning-of-defun -1) getting stuck with structs.Alan Mackenzie2019-07-28
* Don’t assume CURRENT_TIME_LISTPaul Eggert2019-02-13
* Extend electric-pair-mode actions to < and >, and also to ( and ) in literalsAlan Mackenzie2019-01-22
* Revert "Fix electric-pair-tests by disabling bug#33794's fix with a variable"Alan Mackenzie2019-01-22
* Fix electric-pair-tests by disabling bug#33794's fix with a variableJoão Távora2019-01-17
* Make CC Mode and electric-pair-mode work together. This fixes bug #33794Alan Mackenzie2019-01-15
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Add ~44 edebug specs to CC Mode.Alan Mackenzie2018-10-15
* | c-where-wrt-brace-construct: deal with point following a struct's semicolon.Alan Mackenzie2018-08-27
* | CC Mode: make c-display-defun-name work with a pointer return type.Alan Mackenzie2018-08-26
* | Fix some errors in c-display-defun-name when the type is "struct {..}", etc.Alan Mackenzie2018-01-28
* | ; lisp/progmodes/cc-cmds.el: Comment.Glenn Morris2018-01-10
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Make c-defun-name analyze more thoroughly a function type which is a structAlan Mackenzie2017-11-21
* Introduce a function to CC Mode which displays the current function nameAlan Mackenzie2017-11-03
* Refactor c-forward-token-2 with new function c-forward-over-token-and-ws.Alan Mackenzie2017-10-22
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Fix some bugs in c-defun-name. This fixes bug #25623.Alan Mackenzie2017-07-12