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-defs.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add to /etc/NEWS a mention of the new C++20 support in CC Mode
Alan Mackenzie
2022-11-10
1
-1
/
+1
*
* lisp/progmodes/cc-defs.el Remove setting of inhibit-point-motion-hooks
Alan Mackenzie
2022-10-18
1
-1
/
+0
*
CC Mode: Optimize c-fontify-new-found-type and amend a debug spec
Alan Mackenzie
2022-10-04
1
-1
/
+1
*
* lisp/progmodes/cc-defs.el (c-let*-maybe-max-specpdl-size): Fix glitches
Alan Mackenzie
2022-09-27
1
-2
/
+2
*
CC Mode: Don't bind max-specpdl-size when it doesn't exist or is obsolete
Alan Mackenzie
2022-09-27
1
-15
/
+30
*
Make two compat aliases obsolete in cc-defs.el
Stefan Kangas
2022-08-19
1
-2
/
+2
*
* lisp/progmodes/cc-defs.el (c-safe-scan-lists): Evaluate LIMIT just once
Alan Mackenzie
2022-08-17
1
-9
/
+10
*
CC Mode: correct the calculation and handling of c-use-category.
Alan Mackenzie
2022-07-26
1
-26
/
+33
*
CC Mode: Fix interplay between string fences and electric-pair-mode.
Alan Mackenzie
2022-05-24
1
-0
/
+1
*
CC Mode: Restore string fence properties at each relevant external entry point
Alan Mackenzie
2022-05-22
1
-0
/
+21
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
; More minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-22
1
-7
/
+7
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-16
1
-2
/
+2
*
CC Mode: Move a macro to before its first use in a file.
Alan Mackenzie
2021-08-21
1
-8
/
+8
*
Fix c-tentative-buffer-changes to be nestable in c-save-buffer-state
Alan Mackenzie
2021-08-20
1
-17
/
+33
*
CC Mode: Enhance C++ Mode raw strings to multi-line strings for any language
Alan Mackenzie
2021-08-12
1
-14
/
+39
*
Remove unused lexical variables in cc-defs.el
Basil L. Contovounesios
2021-05-04
1
-8
/
+4
*
* lisp/progmodes/cc-defs (c-save-buffer-state): Amend debug spec, t to let*
Alan Mackenzie
2021-05-02
1
-1
/
+1
*
CC Mode: Put debug specs inside declare forms. Add missing debug specs.
Alan Mackenzie
2021-04-15
1
-126
/
+73
*
Convert CC Mode to lexical binding in Emacs
Alan Mackenzie
2021-04-10
1
-1
/
+1
*
Fix an infinite loop in C++ Mode redisplay. This was bug #47191.
Alan Mackenzie
2021-03-29
1
-8
/
+12
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
CC Mode: increment version numbers to 5.35 due to standalone release
Alan Mackenzie
2020-12-31
1
-1
/
+1
*
CC Mode: fix many compiler warnings which would appear with lexical binding
Alan Mackenzie
2020-11-09
1
-3
/
+2
*
CC Mode: Fix minor bugs in the string handling functions
Alan Mackenzie
2020-09-11
1
-0
/
+9
*
CC Mode: optimize for repeated simple operations.
Alan Mackenzie
2020-06-29
1
-40
/
+21
*
* lisp/progmodes/cc-defs.el (c-version): update to 5.34.2 for master branch
Alan Mackenzie
2020-03-14
1
-1
/
+1
*
Fix broken regexps
Mattias EngdegÄrd
2020-02-20
1
-1
/
+1
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
CC Mode. Fix fontification bug with unterminated quotes on adjacent lines
Alan Mackenzie
2019-11-30
1
-0
/
+23
*
CC Mode. Allow fontification of "wrong" style comments with warning face.
Alan Mackenzie
2019-11-09
1
-0
/
+7
*
CC-Mode: Remove unneeded backslashes from doc strings and regular expressions
Alan Mackenzie
2019-10-12
1
-4
/
+4
*
Fix usage of remove-text-properties
Basil L. Contovounesios
2019-08-01
1
-2
/
+2
*
CC Mode: allow bogusly "adjacent" double quote marks to pair up syntactically
Alan Mackenzie
2019-07-16
1
-6
/
+80
*
Update CC Mode's version number to 5.34
Alan Mackenzie
2019-06-19
1
-1
/
+1
*
Remove the now unneeded c-font-lock-flush from CC Mode.
Alan Mackenzie
2019-06-17
1
-7
/
+0
*
Maintain c-syntax-table-hwm when changing syntax-table text properties
Alan Mackenzie
2019-06-16
1
-4
/
+47
*
Add standard unmatchable regexp
Mattias EngdegÄrd
2019-05-15
1
-3
/
+3
*
Restore fontification of delimiters of multiline CC Mode strings.
Alan Mackenzie
2019-04-25
1
-0
/
+25
*
Improve C++ raw string fontification.
Alan Mackenzie
2019-03-27
1
-18
/
+58
*
Merge from origin/emacs-26
Glenn Morris
2019-03-20
1
-1
/
+1
|
\
|
*
* lisp/progmodes/cc-defs.el: Update c-version to 5.33.2 for Emacs 26.2
Alan Mackenzie
2019-03-10
1
-1
/
+1
*
|
Extend electric-pair-mode actions to < and >, and also to ( and ) in literals
Alan Mackenzie
2019-01-22
1
-1
/
+2
*
|
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
*
|
Replace insignificant backquotes
Michael Heerdegen
2018-11-25
1
-24
/
+24
*
|
Add ~44 edebug specs to CC Mode.
Alan Mackenzie
2018-10-15
1
-1
/
+30
*
|
Audit use of lsh and fix glitches
Paul Eggert
2018-08-21
1
-1
/
+1
*
|
Enhance CC Mode's fontification, etc., of unterminated strings.
Alan Mackenzie
2018-05-20
1
-0
/
+18
*
|
* lisp/progmodes/cc-{defs,engine,langs,vars}.el: Comment the use of "a\\`"
Alan Mackenzie
2018-04-02
1
-2
/
+2
[next]