summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-fonts.el
Commit message (Expand)AuthorAge
* Update copyright year to 2021Paul Eggert2021-01-01
* CC Mode: Add newish AWK Mode facilities, as used in gawk-4.Alan Mackenzie2020-12-28
* CC Mode: Optimize for scrolling large buffers containing few bracesAlan Mackenzie2020-12-15
* Optimise c-font-lock-<>-arglists, particularly for buffers with few <..> pairsAlan Mackenzie2020-12-14
* C++ Mode: Modernize the fontification of "using"Alan Mackenzie2020-09-20
* Orthographical amendments to commit 145aab0672ae259736ee9230f8e0ff4effa5f4fdAlan Mackenzie2020-06-09
* cc-mode: add support for Doxygen documentation styleMichal Nazarewicz2020-05-01
* Update copyright year to 2020Paul Eggert2020-01-01
* CC Mode. Allow fontification of "wrong" style comments with warning face.Alan Mackenzie2019-11-09
* CC Mode. Fix slow scrolling by adding a search limit.Alan Mackenzie2019-11-02
* CC Mode: Stop /**/ spuriously fontifying as a doc comment under gtkdocAlan Mackenzie2019-07-27
* * lisp/progmodes/cc-fonts.el (gtkdoc-font-lock-keywords): Fix faulty regexpAlan Mackenzie2019-07-17
* C++ Mode: change the default doc comment style from nothing to gtkdocAlan Mackenzie2019-06-30
* Move defvars of c-doc-line-join-re + two others from cc-fonts.el to cc-mode.elAlan Mackenzie2019-06-17
* CC Mode: Remedy recent loss in performanceAlan Mackenzie2019-06-16
* Depessimize bits of CC Mode for long C macros.Alan Mackenzie2019-06-13
* Tidy up the literal cacheing in CC Mode, optimizing c-full-pp-to-literalAlan Mackenzie2019-06-01
* Update author/maintainer infoPaul Eggert2019-05-26
* Add standard unmatchable regexpMattias EngdegÄrd2019-05-15
* * lisp/progmodes/cc-fonts.el: Silence some compiler warningsStefan Monnier2019-04-30
* CC Mode: in certain font lock loops, check point is not beyond limit.Alan Mackenzie2019-04-30
* Restore fontification of delimiters of multiline CC Mode strings.Alan Mackenzie2019-04-25
* Optimize for typing characters into long C++ raw strings.Alan Mackenzie2019-04-23
* Fix Pike Mode's autodoc doc comments style's continued lines.Alan Mackenzie2019-04-20
* Improve C++ raw string fontification.Alan Mackenzie2019-03-27
* Correct the indentation of CC Mode brace listsAlan Mackenzie2019-03-12
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Merge from origin/emacs-26Glenn Morris2018-12-20
|\|
| * Check result from c-backward-token-2 to avoid infinite loopAlan Mackenzie2018-12-20
* | Merge from origin/emacs-26Glenn Morris2018-12-10
|\|
| * CC Mode: stop extra parens on expression causing false fontification as typeAlan Mackenzie2018-12-10
* | Replace insignificant backquotesMichael Heerdegen2018-11-25
* | Add ~44 edebug specs to CC Mode.Alan Mackenzie2018-10-15
* | Enhance CC Mode's fontification, etc., of unterminated strings.Alan Mackenzie2018-05-20
* | CC Mode: Fix an enum intro being parsed as defun-block-introAlan Mackenzie2018-02-02
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Fix loss of documentation face in certain CC Mode doc comment situationsAlan Mackenzie2017-12-21
* Don't misfontify "foo ()" inside C++ initialization parentheses as a typeAlan Mackenzie2017-12-13
* Fix another "wrong side of point" error in CC Mode.Alan Mackenzie2017-10-26
* Fix a "wrong side of point" error in CC Mode. Fixes bug #28850.Alan Mackenzie2017-10-25
* Refactor c-forward-token-2 with new function c-forward-over-token-and-ws.Alan Mackenzie2017-10-22
* Fix irregularities with CC Mode fontification, particularly with "known types"Alan Mackenzie2017-10-05
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Correct the fontification of C++ Mode enclosed declarations.Alan Mackenzie2017-08-31
* Fix C++ class initializers not always being fontified at mode start.Alan Mackenzie2017-07-27
* Fix variables in C++ "for" statement not always being fontified.Alan Mackenzie2017-07-27
* Make C++ digit separators work. Amend the handling of single quotes generallyAlan Mackenzie2017-07-01
* * lisp/progmodes/cc-fonts.el: Remove/mark unused varsStefan Monnier2017-06-25
* Make CC Mode load cl-lib rather than cl in Emacs 26.Alan Mackenzie2017-06-25