aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/cc-langs.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Stop cc-mode loading cl at runtimeGlenn Morris2014-06-141-17/+19
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Fix indentation/fontification of Java enum with "implements".Alan Mackenzie2013-09-281-0/+6
* C++: fontify identifier in declaration following "public:" correctly.Alan Mackenzie2013-09-211-2/+14
* Correctly fontify Java class constructors.Alan Mackenzie2013-09-071-2/+3
* Parse C++ inher-intro when there's a template split over 2 lines.Alan Mackenzie2013-08-251-2/+1
* Fontify a Java generic method as a function.Alan Mackenzie2013-07-271-1/+2
* Make Java try-with-resources statement parse properly.Alan Mackenzie2013-07-271-0/+12
* Correct the placement of c-cpp-delimiters when there're #s not at col 0.Alan Mackenzie2013-04-151-2/+2
* Prefer UTF-8 when the encoding shouldn't matter and changes are small.Paul Eggert2013-03-051-2/+2
* In doc, use standard American English style for e.g., etc., i.e.Paul Eggert2013-02-121-1/+1
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Update some function declarationsGlenn Morris2012-09-131-3/+4
* * progmodes/cc-langs.el (c-symbol-start): Include char _.Leo Liu2012-07-201-1/+1
* Depessimize the handling of very large macros.Alan Mackenzie2012-03-021-2/+4
* Optimise font locking in long enum definitions.Alan Mackenzie2012-01-081-0/+6
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Introduce a mechanism to widen the region used in context font locking.Alan Mackenzie2011-12-241-2/+24
* Fix unstable fontification inside templates.Alan Mackenzie2011-12-231-16/+22
* Add the switch statement to AWK Mode.Alan Mackenzie2011-12-131-5/+5
* Spelling fixes.Paul Eggert2011-12-111-1/+1
* Spelling fixes.Paul Eggert2011-11-261-1/+1
* Fix typos.Juanma Barranquero2011-11-201-1/+1
* Spelling fixes.Paul Eggert2011-11-191-4/+4
* Add c-nonlabel-token-2-key to cc-langs.el.Alan Mackenzie2011-11-031-0/+8
* Amend to indent and fontify macros "which include their own semicolon"Alan Mackenzie2011-10-271-28/+44
* Resolve invalid use of a regexp in regexp-opt.Alan Mackenzie2011-08-201-5/+2
* Fontify CPP expressions correctly when starting in the middle of such aAlan Mackenzie2011-08-201-0/+10
* Fontify bitfield declarations properly.Alan Mackenzie2011-07-261-0/+22
* Prevent cc-langs.elc being loaded at run time.Alan Mackenzie2011-07-221-3/+2
* CC Mode: Fontify declarators properly when, e.g., a jit-lock chunk beginsAlan Mackenzie2011-07-181-1/+1
* progmodes/cc-guess.el: New file.Alan Mackenzie2011-06-301-0/+13
* Refill some long/short copyright headers.Glenn Morris2011-01-261-2/+1
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+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-1/+1
| * Reverse change 2010-02-04T21:15:37Z!acm@muc.de: "Change strategy for marking ...Alan Mackenzie2010-04-121-43/+12
* | cc-langs.el (c-type-decl-prefix-key): C++ bit: moveAlan Mackenzie2010-10-191-3/+3
* | Enhance fontification of declarators to take account of theAlan Mackenzie2010-10-091-0/+15
* | 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-13/+25
|/
* Change strategy for marking < and > as template delimiters: mark themAlan Mackenzie2010-02-041-12/+43
* 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/+1
* 2009-11-20 Tassilo Horn <tassilo@member.fsf.org>Tassilo Horn2009-11-201-3/+3
* cc-langs.el (c-nonlabel-token-key): Allow quoted character constants (asAlan Mackenzie2009-09-261-1/+1
* cc-mode.el (c-extend-and-neutralize-CPP-line): Renamed fromAlan Mackenzie2009-05-191-1/+1
* Enhancements for Objective-C:Alan Mackenzie2009-04-301-1/+1