summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-engine.el
Commit message (Expand)AuthorAgeFilesLines
* Fix a coding error in c-forward-<>-arglist-recur. Fixes bug#22156Alan Mackenzie2015-12-221-11/+11
* Spelling and grammar fixesPaul Eggert2015-11-291-1/+1
* De-pessimize detection of C++ member initialization lists.Alan Mackenzie2015-11-151-35/+54
* CC Mode: Respect users' settings of open-paren-in-column-0-is-defun-start.Alan Mackenzie2015-11-111-15/+53
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-13/+13
* Fix some more docstring etc. quoting problemsPaul Eggert2015-09-031-9/+9
* Quoting fixes in lisp/progmodesPaul Eggert2015-08-301-5/+6
* Prefer directed to neutral quotesPaul Eggert2015-08-241-2/+2
* * lisp/progmodes/cc-*.el: Fix up commenting styleStefan Monnier2015-08-211-4/+4
* Don't quote symbols 'like-this' in docstrings etc.Paul Eggert2015-08-201-1/+1
* Handling of `c-parse-state'. Fix low level bug.Alan Mackenzie2015-08-201-4/+8
* Introduce new macros to cover Emacs's new names in cl-lib.el.Alan Mackenzie2015-08-121-6/+6
* Don't quote nil and t in doc stringsPaul Eggert2015-05-211-1/+1
* Merge from origin/emacs-24Paul Eggert2015-02-251-3/+7
|\
| * Handle "#" operator properly inside macro. Fix coding bug.Alan Mackenzie2015-01-311-3/+7
| * Update copyright year to 2015Paul Eggert2015-01-011-1/+1
| * Backport fix to bug #18749 to Emacs-24 branch.Alan Mackenzie2014-11-051-1/+20
* | 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-12/+46
* | Merge some of the differences from the standalone CC-mode.Stefan Monnier2014-12-011-106/+124
* | Remove spurious reference to symbol category_properties.Alan Mackenzie2014-11-261-2/+1
* | Spelling fixes; tweak explanation of commit messages.Paul Eggert2014-11-041-1/+1
* | Add "enum classs" support to C++ mode.Alan Mackenzie2014-10-301-24/+71
* | Check that a "macro" found near point-min isn't a ## operator. FixesAlan Mackenzie2014-10-181-1/+20
* | Spelling fixes.Paul Eggert2014-10-121-1/+1
* | Merge trivially safe differences from standalone CC-mode.Stefan Monnier2014-10-041-500/+510
* | Spelling fixes.Paul Eggert2014-09-111-4/+4
* | CC Mode: revert recent changes and fix bug 17463 (cc-langs.elc getsAlan Mackenzie2014-09-101-6/+4
* | CC-mode: Set open-paren-in-column-0-is-defun-start to nil;Stefan Monnier2014-09-101-4/+6
* | Handle C++11's "auto" and "decltype" constructions.Alan Mackenzie2014-08-241-9/+60
* | Make ">>" act as double template ender in C++ Mode.Alan Mackenzie2014-08-241-1/+1
* | Fix confusion in C++ file caused by comma in "= {1,2},".Alan Mackenzie2014-08-021-2/+5
* | Correct loop termination condition in c-syntactic-skip-backward.Alan Mackenzie2014-08-021-6/+8
* | Don't call c-parse-state when c++-template-syntax-table is active.Alan Mackenzie2014-06-291-20/+20
* | Guard (looking-at "\\s!") from XEmacs.Alan Mackenzie2014-05-301-1/+2
|/
* c-parse-state. Don't "append-lower-brace-pair" in certainAlan Mackenzie2014-02-021-13/+26
* Bind open-paren-in-column-0-is-defun-start to nil at some entry points.Alan Mackenzie2014-01-191-2/+5
* Spelling fixes.Paul Eggert2014-01-151-2/+2
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Indent statements in macros following "##" correctly.Alan Mackenzie2013-10-271-6/+9
* Allow comma separated lists after Java "implements".Alan Mackenzie2013-10-201-2/+4
* Fix fontification bugs with constructors and const.Alan Mackenzie2013-10-191-19/+29
* Fix indentation/fontification of Java enum with "implements"/generic.Alan Mackenzie2013-10-131-16/+29
* Fix indentation/fontification of Java enum with "implements".Alan Mackenzie2013-09-281-11/+15
* C++: fontify identifier in declaration following "public:" correctly.Alan Mackenzie2013-09-211-27/+45
* Fix fontification of type when followed by "const".Alan Mackenzie2013-09-181-1/+5
* Correctly fontify Java class constructors.Alan Mackenzie2013-09-071-24/+30
* * lisp/progmodes/cc-engine.el (c-pull-open-brace): Move definition before use.Glenn Morris2013-08-291-9/+9
* Improve indentation of bracelists defined by macros (without "=").Alan Mackenzie2013-08-251-18/+34
* Parse C++ inher-intro when there's a template split over 2 lines.Alan Mackenzie2013-08-251-6/+6