index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
progmodes
/
cc-cmds.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
; Fix typos
Stefan Kangas
2022-11-18
1
-1
/
+1
*
Delete additional items obsolete since 20, 21 and 22
Stefan Kangas
2022-07-31
1
-3
/
+0
*
CC Mode: Fix infinite loop in noise macro near end of buffer
Alan Mackenzie
2022-06-18
1
-6
/
+5
*
CC Mode: Fix interplay between string fences and electric-pair-mode.
Alan Mackenzie
2022-05-24
1
-91
/
+94
*
CC Mode: Restore string fence properties at each relevant external entry point
Alan Mackenzie
2022-05-22
1
-1131
/
+1159
*
* lisp/progmodes/cc-cmds.el (indent-new-comment-line): Delete advice
Stefan Monnier
2022-04-04
1
-12
/
+0
*
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Put missing c-keep-region-active's into the source code
Alan Mackenzie
2021-10-28
1
-11
/
+14
|
/
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-10-05
1
-7
/
+6
*
; Adjust overly long docstrings to fit 80 characters
Stefan Kangas
2021-09-26
1
-1
/
+1
*
; More minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-22
1
-2
/
+3
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-16
1
-4
/
+4
*
CC Mode: Put debug specs inside declare forms. Add missing debug specs.
Alan Mackenzie
2021-04-15
1
-0
/
+1
*
Convert CC Mode to lexical binding in Emacs
Alan Mackenzie
2021-04-10
1
-18
/
+21
*
CC Mode: fix c-where-wrt-brace-construct to cope with class declarations
Alan Mackenzie
2021-04-09
1
-15
/
+32
*
CC Mode: Amend C-M-a/e to handle lambda function in C++ arglist
Alan Mackenzie
2021-03-01
1
-64
/
+45
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Fix some over-wide docstrings
Stefan Kangas
2020-12-30
1
-1
/
+1
*
CC Mode: fix many compiler warnings which would appear with lexical binding
Alan Mackenzie
2020-11-09
1
-2
/
+1
*
Remove many items obsolete since Emacs 23.2 and 23.3
Stefan Kangas
2020-08-24
1
-13
/
+0
*
CC Mode: allow specified directives (e.g. pragma) to be indented as statements
Alan Mackenzie
2020-03-08
1
-0
/
+93
*
* lisp/progmodes/cc-cmds.el: Don't use local vars as symbols
Stefan Monnier
2020-01-20
1
-3
/
+3
*
Add ability to find ObjC method names
Alan Third
2020-01-18
1
-0
/
+17
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
CC Mode: Allow most functions on post-self-insert-hook to be called
Alan Mackenzie
2019-12-07
1
-10
/
+46
*
CC Mode. Allow fontification of "wrong" style comments with warning face.
Alan Mackenzie
2019-11-09
1
-0
/
+10
*
CC Mode: Fix positioning of point whilst inserting comments without non-ws
Alan Mackenzie
2019-10-25
1
-9
/
+18
*
CC-Mode: Remove unneeded backslashes from doc strings and regular expressions
Alan Mackenzie
2019-10-12
1
-2
/
+2
*
New function time-convert
Paul Eggert
2019-08-05
1
-2
/
+2
*
CC Mode. Fix (c-beginning-of-defun -1) getting stuck with structs.
Alan Mackenzie
2019-07-28
1
-12
/
+14
*
Don’t assume CURRENT_TIME_LIST
Paul Eggert
2019-02-13
1
-2
/
+2
*
Extend electric-pair-mode actions to < and >, and also to ( and ) in literals
Alan Mackenzie
2019-01-22
1
-40
/
+71
*
Revert "Fix electric-pair-tests by disabling bug#33794's fix with a variable"
Alan Mackenzie
2019-01-22
1
-56
/
+40
*
Fix electric-pair-tests by disabling bug#33794's fix with a variable
João Távora
2019-01-17
1
-40
/
+56
*
Make CC Mode and electric-pair-mode work together. This fixes bug #33794
Alan Mackenzie
2019-01-15
1
-129
/
+183
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Add ~44 edebug specs to CC Mode.
Alan Mackenzie
2018-10-15
1
-0
/
+2
*
|
c-where-wrt-brace-construct: deal with point following a struct's semicolon.
Alan Mackenzie
2018-08-27
1
-15
/
+17
*
|
CC Mode: make c-display-defun-name work with a pointer return type.
Alan Mackenzie
2018-08-26
1
-53
/
+30
*
|
Fix some errors in c-display-defun-name when the type is "struct {..}", etc.
Alan Mackenzie
2018-01-28
1
-241
/
+307
*
|
; lisp/progmodes/cc-cmds.el: Comment.
Glenn Morris
2018-01-10
1
-1
/
+1
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Make c-defun-name analyze more thoroughly a function type which is a struct
Alan Mackenzie
2017-11-21
1
-3
/
+19
*
Introduce a function to CC Mode which displays the current function name
Alan Mackenzie
2017-11-03
1
-2
/
+17
*
Refactor c-forward-token-2 with new function c-forward-over-token-and-ws.
Alan Mackenzie
2017-10-22
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
[next]