summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-fonts.el
Commit message (Expand)AuthorAgeFilesLines
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-7/+7
* * lisp/progmodes/cc-*.el: Fix up commenting styleStefan Monnier2015-08-211-4/+4
* Introduce new macros to cover Emacs's new names in cl-lib.el.Alan Mackenzie2015-08-121-13/+12
* Fix "Invalid search bound (wrong side of point)" in fontification.Alan Mackenzie2015-08-101-0/+1
* Don't quote nil and t in doc stringsPaul Eggert2015-05-211-2/+2
* Always mark "<" and ">" in #include directives with text properties.Alan Mackenzie2015-04-071-22/+23
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Make C++11 uniform init syntax work. New keywords "final" and "override"Alan Mackenzie2014-12-191-30/+32
* Merge some of the differences from the standalone CC-mode.Stefan Monnier2014-12-011-3/+6
* Merge from emacs-24; up to 117687Glenn Morris2014-11-081-1/+3
|\
| * Fix wrong bound to c-font-lock-declarators. Fixes bug #18948.Alan Mackenzie2014-11-051-1/+3
* | Merge trivially safe differences from standalone CC-mode.Stefan Monnier2014-10-041-39/+8
* | CC Mode: revert recent changes and fix bug 17463 (cc-langs.elc getsAlan Mackenzie2014-09-101-154/+144
* | CC-mode: Set open-paren-in-column-0-is-defun-start to nil;Stefan Monnier2014-09-101-144/+154
* | Handle C++11's "auto" and "decltype" constructions.Alan Mackenzie2014-08-241-4/+8
* | progmodes/cc-fonts.el (c-font-lock-declarators): Fix infinite loop, bugAlan Mackenzie2014-08-231-8/+5
* | progmodes/cc-fonts.el (c-font-lock-declarators): Remove check forAlan Mackenzie2014-08-091-5/+1
* | Fix confusion in C++ file caused by comma in "= {1,2},".Alan Mackenzie2014-08-021-6/+21
|/
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Allow comma separated lists after Java "implements".Alan Mackenzie2013-10-201-1/+1
* Fix indentation/fontification of Java enum with "implements"/generic.Alan Mackenzie2013-10-131-32/+6
* Fix indentation/fontification of Java enum with "implements".Alan Mackenzie2013-09-281-15/+32
* Make Java try-with-resources statement parse properly.Alan Mackenzie2013-07-271-1/+2
* Plain fboundp silences compilation warnings since Emacs 22.1Glenn Morris2013-06-011-1/+0
* Handle `parse-partial-sexp' landing inside a comment openerAlan Mackenzie2013-04-031-1/+1
* Disambiguate function and variable references in docstrings.Aaron S. Hawley2013-01-111-6/+6
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Speed up fontification where there's large brace blocks.Alan Mackenzie2012-12-231-1/+2
* Eliminate sluggishness and hangs in fontification of "semicolon deserts".Alan Mackenzie2012-01-181-5/+43
* Spelling fixes.Paul Eggert2012-01-091-1/+1
* Optimise font locking in long enum definitions.Alan Mackenzie2012-01-081-0/+15
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Fix unstable fontification inside templates.Alan Mackenzie2011-12-231-19/+2
* Large brace-block initialisation makes CC Mode slow: Fix.Alan Mackenzie2011-12-131-1/+2
* Spelling fixes.Paul Eggert2011-12-111-1/+1
* * progmodes/cc-fonts.el (c-annotation-face): Use defface.Chong Yidong2011-12-061-3/+7
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Spelling fixes.Paul Eggert2011-11-141-1/+1
* Spelling fixes.Paul Eggert2011-11-121-1/+1
* Amend to indent and fontify macros "which include their own semicolon"Alan Mackenzie2011-10-271-3/+5
* Fix typos.Juanma Barranquero2011-09-171-1/+1
* * lisp/progmodes/cc-fonts.el: Remove trailing whitespace.Glenn Morris2011-09-071-7/+7
* cc-fonts.el fix for bug#9443 (tiny change)OKAZAKI Tetsurou2011-09-071-1/+2
* Fix - typing on a C++ inher-intro or inher-cont line should preserve theAlan Mackenzie2011-08-281-18/+79
* Resolve invalid use of a regexp in regexp-opt.Alan Mackenzie2011-08-201-1/+3
* Fontify CPP expressions correctly when starting in the middle of such aAlan Mackenzie2011-08-201-48/+162
* Fontify bitfield declarations properly.Alan Mackenzie2011-07-261-0/+8
* CC Mode: Fontify declarators properly when, e.g., a jit-lock chunk beginsAlan Mackenzie2011-07-181-0/+47
* progmodes/cc-fonts.el (c-font-lock-declarations): 1: Whilst checking forAlan Mackenzie2011-06-151-106/+98