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-fonts.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
C++ Mode: Modernize the fontification of "using"
Alan Mackenzie
2020-09-20
1
-11
/
+52
*
Orthographical amendments to commit 145aab0672ae259736ee9230f8e0ff4effa5f4fd
Alan Mackenzie
2020-06-09
1
-9
/
+9
*
cc-mode: add support for Doxygen documentation style
Michal Nazarewicz
2020-05-01
1
-0
/
+78
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
CC Mode. Allow fontification of "wrong" style comments with warning face.
Alan Mackenzie
2019-11-09
1
-1
/
+60
*
CC Mode. Fix slow scrolling by adding a search limit.
Alan Mackenzie
2019-11-02
1
-1
/
+1
*
CC Mode: Stop /**/ spuriously fontifying as a doc comment under gtkdoc
Alan Mackenzie
2019-07-27
1
-1
/
+1
*
* lisp/progmodes/cc-fonts.el (gtkdoc-font-lock-keywords): Fix faulty regexp
Alan Mackenzie
2019-07-17
1
-1
/
+1
*
C++ Mode: change the default doc comment style from nothing to gtkdoc
Alan Mackenzie
2019-06-30
1
-1
/
+1
*
Move defvars of c-doc-line-join-re + two others from cc-fonts.el to cc-mode.el
Alan Mackenzie
2019-06-17
1
-4
/
+4
*
CC Mode: Remedy recent loss in performance
Alan Mackenzie
2019-06-16
1
-2
/
+6
*
Depessimize bits of CC Mode for long C macros.
Alan Mackenzie
2019-06-13
1
-2
/
+2
*
Tidy up the literal cacheing in CC Mode, optimizing c-full-pp-to-literal
Alan Mackenzie
2019-06-01
1
-1
/
+1
*
Update author/maintainer info
Paul Eggert
2019-05-26
1
-2
/
+2
*
Add standard unmatchable regexp
Mattias EngdegÄrd
2019-05-15
1
-2
/
+2
*
* lisp/progmodes/cc-fonts.el: Silence some compiler warnings
Stefan Monnier
2019-04-30
1
-1
/
+1
*
CC Mode: in certain font lock loops, check point is not beyond limit.
Alan Mackenzie
2019-04-30
1
-2
/
+4
*
Restore fontification of delimiters of multiline CC Mode strings.
Alan Mackenzie
2019-04-25
1
-5
/
+2
*
Optimize for typing characters into long C++ raw strings.
Alan Mackenzie
2019-04-23
1
-395
/
+409
*
Fix Pike Mode's autodoc doc comments style's continued lines.
Alan Mackenzie
2019-04-20
1
-7
/
+94
*
Improve C++ raw string fontification.
Alan Mackenzie
2019-03-27
1
-14
/
+26
*
Correct the indentation of CC Mode brace lists
Alan Mackenzie
2019-03-12
1
-108
/
+35
*
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
*
|
Merge from origin/emacs-26
Glenn Morris
2018-12-20
1
-2
/
+2
|
\
|
|
*
Check result from c-backward-token-2 to avoid infinite loop
Alan Mackenzie
2018-12-20
1
-2
/
+2
*
|
Merge from origin/emacs-26
Glenn Morris
2018-12-10
1
-3
/
+5
|
\
|
|
*
CC Mode: stop extra parens on expression causing false fontification as type
Alan Mackenzie
2018-12-10
1
-3
/
+5
*
|
Replace insignificant backquotes
Michael Heerdegen
2018-11-25
1
-10
/
+10
*
|
Add ~44 edebug specs to CC Mode.
Alan Mackenzie
2018-10-15
1
-0
/
+3
*
|
Enhance CC Mode's fontification, etc., of unterminated strings.
Alan Mackenzie
2018-05-20
1
-33
/
+2
*
|
CC Mode: Fix an enum intro being parsed as defun-block-intro
Alan Mackenzie
2018-02-02
1
-4
/
+3
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Fix loss of documentation face in certain CC Mode doc comment situations
Alan Mackenzie
2017-12-21
1
-3
/
+10
*
Don't misfontify "foo ()" inside C++ initialization parentheses as a type
Alan Mackenzie
2017-12-13
1
-1
/
+13
*
Fix another "wrong side of point" error in CC Mode.
Alan Mackenzie
2017-10-26
1
-4
/
+11
*
Fix a "wrong side of point" error in CC Mode. Fixes bug #28850.
Alan Mackenzie
2017-10-25
1
-2
/
+2
*
Refactor c-forward-token-2 with new function c-forward-over-token-and-ws.
Alan Mackenzie
2017-10-22
1
-1
/
+1
*
Fix irregularities with CC Mode fontification, particularly with "known types"
Alan Mackenzie
2017-10-05
1
-105
/
+44
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Correct the fontification of C++ Mode enclosed declarations.
Alan Mackenzie
2017-08-31
1
-12
/
+10
*
Fix C++ class initializers not always being fontified at mode start.
Alan Mackenzie
2017-07-27
1
-3
/
+10
*
Fix variables in C++ "for" statement not always being fontified.
Alan Mackenzie
2017-07-27
1
-4
/
+9
*
Make C++ digit separators work. Amend the handling of single quotes generally
Alan Mackenzie
2017-07-01
1
-0
/
+33
*
* lisp/progmodes/cc-fonts.el: Remove/mark unused vars
Stefan Monnier
2017-06-25
1
-7
/
+6
*
Make CC Mode load cl-lib rather than cl in Emacs 26.
Alan Mackenzie
2017-06-25
1
-1
/
+0
*
Ensure C++ initializer lists don't get fontified.
Alan Mackenzie
2017-06-16
1
-74
/
+103
*
Fix fontification of C++ declaration with type FOO::FOO.
Alan Mackenzie
2017-04-22
1
-1
/
+1
*
Fix C++ fontification problems 500 bytes after typing a space, and other bugs
Alan Mackenzie
2017-03-30
1
-89
/
+127
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
[next]