| Commit message (Expand) | Author | Age | Files | Lines |
* | * lisp/progmodes/cc-langs.el (c-class-id-suffix-ws-ids-kwds): Correct a typo | Alan Mackenzie | 2019-04-13 | 1 | -1/+1 |
* | Implement "final" before C++ class inheritance lists. | Alan Mackenzie | 2019-04-13 | 1 | -0/+13 |
* | Allow a CC Mode derived mode to have strings delimited by single quotes. | Alan Mackenzie | 2019-03-30 | 1 | -2/+10 |
* | Improve C++ raw string fontification. | Alan Mackenzie | 2019-03-27 | 1 | -5/+5 |
* | Correct the indentation of CC Mode brace lists | Alan Mackenzie | 2019-03-12 | 1 | -1/+1 |
* | Extend electric-pair-mode actions to < and >, and also to ( and ) in literals | Alan Mackenzie | 2019-01-22 | 1 | -0/+13 |
* | Merge from origin/emacs-26 | Paul Eggert | 2018-12-31 | 1 | -1/+1 |
|\ |
|
| * | Update copyright year to 2019 | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
* | | CC Mode - use font-lock-comment-delimiter-face on block comment end delimiters | Alan Mackenzie | 2018-12-30 | 1 | -0/+11 |
* | | Replace insignificant backquotes | Michael Heerdegen | 2018-11-25 | 1 | -8/+8 |
* | | Add ~44 edebug specs to CC Mode. | Alan Mackenzie | 2018-10-15 | 1 | -0/+1 |
* | | Implement the C++11 "using" type definition. | Alan Mackenzie | 2018-06-09 | 1 | -21/+12 |
* | | Enhance CC Mode's fontification, etc., of unterminated strings. | Alan Mackenzie | 2018-05-20 | 1 | -3/+45 |
* | | Amend c-colon-type-list-re also to handle compound identifiers | Alan Mackenzie | 2018-04-19 | 1 | -1/+5 |
* | | * lisp/progmodes/cc-{defs,engine,langs,vars}.el: Comment the use of "a\\`" | Alan Mackenzie | 2018-04-02 | 1 | -9/+9 |
* | | Handle C++17's constexpr keyword in if statements | Alan Mackenzie | 2018-03-28 | 1 | -0/+11 |
* | | Replace faulty non-matching regexp "\\<\\>" with "a\\`" | Alan Mackenzie | 2018-03-28 | 1 | -11/+11 |
* | | * lisp/progmodes/cc-langs.el: Silence compiler. | Glenn Morris | 2018-03-23 | 1 | -3/+3 |
* | | Fix some errors in c-display-defun-name when the type is "struct {..}", etc. | Alan Mackenzie | 2018-01-28 | 1 | -0/+12 |
* | | Handle C99 Compound Literals in return statements and argument lists. | Alan Mackenzie | 2018-01-21 | 1 | -0/+6 |
|/ |
|
* | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | Fontify a CPP construct correctly when a comment follows without spaces | Alan Mackenzie | 2017-12-21 | 1 | -2/+2 |
* | Fix misfontification of C++ member initialization list after "throw" | Alan Mackenzie | 2017-12-14 | 1 | -6/+22 |
* | Don't misfontify "foo ()" inside C++ initialization parentheses as a type | Alan Mackenzie | 2017-12-13 | 1 | -0/+10 |
* | Fix irregularities with CC Mode fontification, particularly with "known types" | Alan Mackenzie | 2017-10-05 | 1 | -0/+11 |
* | Fontify untyped function declarations in C Mode correctly. | Alan Mackenzie | 2017-10-04 | 1 | -0/+5 |
* | Cope better with C++ and Objective-C protection keywords in class declarations | Alan Mackenzie | 2017-09-16 | 1 | -0/+12 |
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
* | Spelling fixes | Paul Eggert | 2017-09-10 | 1 | -2/+2 |
* | Fix fontification of "operator~" in C++ Mode. | Alan Mackenzie | 2017-09-03 | 1 | -0/+18 |
* | * lisp/progmodes/cc-langs.el: Mark unused args | Stefan Monnier | 2017-07-04 | 1 | -11/+4 |
* | Make C++ digit separators work. Amend the handling of single quotes generally | Alan Mackenzie | 2017-07-01 | 1 | -7/+15 |
* | Make CC Mode load cl-lib rather than cl in Emacs 26. | Alan Mackenzie | 2017-06-25 | 1 | -1/+1 |
* | Create a toggle between block and line comments in CC Mode. | Alan Mackenzie | 2017-06-15 | 1 | -13/+18 |
* | Fontify C++ for loop variable as variable, even when followed by parentheses | Alan Mackenzie | 2017-05-12 | 1 | -0/+15 |
* | Fix edebug-spec on c-lang-defvar. | Alan Mackenzie | 2017-02-18 | 1 | -5/+3 |
* | Handle syntactic WS cache properties more accurately at buffer changes. | Alan Mackenzie | 2017-01-11 | 1 | -0/+9 |
* | Merge from origin/emacs-25 | Paul Eggert | 2017-01-01 | 1 | -1/+1 |
|\ |
|
| * | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
* | | CC Mode: Fix the fontification of a spuriously recognised enum member. | Alan Mackenzie | 2016-12-30 | 1 | -0/+18 |
* | | Partially correct fontification of "(b*3)", and the like, in C++ Mode | Alan Mackenzie | 2016-12-29 | 1 | -0/+16 |
* | | Correctly fontify C++ direct initializations with parens inside functions | Alan Mackenzie | 2016-09-11 | 1 | -2/+61 |
* | | Handle the C++ "identifiers" "final" and "override" correctly. | Alan Mackenzie | 2016-08-27 | 1 | -1/+13 |
* | | Adapt CC Mode for C++11 uniform initialization. | Alan Mackenzie | 2016-08-21 | 1 | -0/+17 |
* | | ; Spelling fixes | Paul Eggert | 2016-08-21 | 1 | -1/+1 |
* | | Handle C++11 lambda functions. | Alan Mackenzie | 2016-08-15 | 1 | -1/+23 |
* | | Fontify C++ parameter packs. | Alan Mackenzie | 2016-07-23 | 1 | -0/+12 |
* | | Java Mode: Handle strings as case labels correctly. | Alan Mackenzie | 2016-07-23 | 1 | -2/+2 |
* | | Implement ' separators in C++ integer literals. | Alan Mackenzie | 2016-06-24 | 1 | -5/+12 |
* | | Handle C++ raw strings. | Alan Mackenzie | 2016-06-09 | 1 | -0/+4 |