summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-langs.el
Commit message (Expand)AuthorAgeFilesLines
* Allow arithmetic operators inside C++ template constructs.Alan Mackenzie2016-02-151-3/+30
* Distinguish the two meanings of Java's keyword "default". Fixes bug #22358.Alan Mackenzie2016-01-231-2/+2
* Don't confuse "::" with ":" when trying to parse member initializers.Alan Mackenzie2016-01-151-0/+8
* Java Mode: Fontify identifiers in the presence of annotations.Alan Mackenzie2016-01-111-0/+13
* Remove function wrongly on AWK Mode value of context fontification hook.Alan Mackenzie2016-01-051-2/+2
* Apply text properties for <, > in new after-change function (C++ Java Modes).Alan Mackenzie2016-01-041-2/+7
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Allow line comments ending with escaped NL to be continued to the next line.Alan Mackenzie2015-12-281-0/+8
* CC Mode: eliminate almost all byte compilation warningsAlan Mackenzie2015-11-241-2/+5
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-21/+21
* * lisp/progmodes/cc-langs.el (c-make-init-lang-vars-fun): Use dolistStefan Monnier2015-09-141-8/+6
* Replace `cadar' with `cadr/car', since `cadar' is problematic on Emacs.Alan Mackenzie2015-09-141-2/+2
* Fix some more docstring etc. quoting problemsPaul Eggert2015-09-031-6/+6
* Quoting fixes in lisp/progmodesPaul Eggert2015-08-301-1/+1
* Prefer directed to neutral quotesPaul Eggert2015-08-241-6/+6
* * 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-100/+101
* Add C-language keyword constants to C++Daniel Colascione2015-05-251-1/+1
* Fix the CC Mode fixes from 2015-03-30. Fixes debbugs#20240.Alan Mackenzie2015-04-011-1/+1
* Correct calculation of CC Mode's font-lock region.Alan Mackenzie2015-03-301-2/+2
* Allow compilation during loading of Modes derived from a CC Mode mode.Alan Mackenzie2015-01-131-4/+1
* 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-1/+1
* * lisp/progmodes/cc-cmds.el (c-subword-mode): Alias to subword-mode.Stefan Monnier2014-12-181-3/+3
* Merge some of the differences from the standalone CC-mode.Stefan Monnier2014-12-011-12/+24
* progmodes/cc-langs.el: Support some of the new keywords in C++11.Paul Pogonyshev2014-11-181-5/+10
* Add "enum classs" support to C++ mode.Alan Mackenzie2014-10-301-0/+20
* Merge from emacs-24; up to 117634Glenn Morris2014-10-291-3/+3
|\
| * * lisp/progmodes/cc-defs.el (c--macroexpand-all): New function.Stefan Monnier2014-10-291-4/+3
* | Spelling fixes.Paul Eggert2014-10-121-1/+1
* | Merge trivially safe differences from standalone CC-mode.Stefan Monnier2014-10-041-25/+26
* | CC Mode: revert recent changes and fix bug 17463 (cc-langs.elc getsAlan Mackenzie2014-09-101-104/+120
* | CC-mode: Set open-paren-in-column-0-is-defun-start to nil;Stefan Monnier2014-09-101-109/+95
* | Handle C++11's "auto" and "decltype" constructions.Alan Mackenzie2014-08-241-2/+34
* | Make ">>" act as double template ender in C++ Mode.Alan Mackenzie2014-08-241-10/+29
* | Unbreak compilation of derived cc-mode modesDaniel Colascione2014-07-141-3/+2
* | Don't call c-parse-state when c++-template-syntax-table is active.Alan Mackenzie2014-06-291-1/+3
|/
* 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