summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-fonts.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* Proper fix for CC mode Bug#7722.Alan Mackenzie2011-02-131-6/+5
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| * Reverse 2009-12-03T16:02:10Z!acm@muc.de "Enhance `c-parse-state' to run effic...Alan Mackenzie2010-04-121-2/+1
* | progmodes/cc-fonts.el (c-font-lock-enum-tail): New function whichAlan Mackenzie2010-10-301-3/+43
* | progmodes/cc-fonts.el (c-font-lock-declarations): Cache the result ofAlan Mackenzie2010-10-241-11/+23
* | Enhance fontification of declarators to take account of theAlan Mackenzie2010-10-091-104/+195
* | Add "Package:" file headers to denote built-in packages.Chong Yidong2010-08-291-2/+2
* | Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).Alan Mackenzie2010-07-311-0/+7
|/
* Fix typos in comments.Juanma Barranquero2010-01-141-2/+2
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Enhance `c-parse-state' to run efficiently in "brace desserts".Alan Mackenzie2009-12-031-1/+2
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
* Merge from emacs--rel--22Miles Bader2008-02-241-2/+2
|\