| Commit message (Expand) | Author | Age | Files | Lines |
* | ; Add 2024 to copyright years | Po Lu | 2024-01-02 | 1 | -1/+1 |
* | CC Mode: On removal of "typedef", remove pertinent types from c-found-types | Alan Mackenzie | 2023-01-17 | 1 | -1/+39 |
* | ; Add 2023 to copyright years. | Eli Zaretskii | 2023-01-01 | 1 | -1/+1 |
* | CC Mode: Make it scroll fast over buffers with only #define's | Alan Mackenzie | 2022-11-24 | 1 | -2/+3 |
* | ; Fix typos | Stefan Kangas | 2022-11-23 | 1 | -2/+2 |
* | ; Fix typos | Stefan Kangas | 2022-11-18 | 1 | -1/+1 |
* | ; Fix typos | Stefan Kangas | 2022-11-11 | 1 | -1/+1 |
* | * lisp/progmodes/cc-mode.el (c-fl-decl-start): Fix off-by-one error. | Alan Mackenzie | 2022-11-10 | 1 | -1/+5 |
* | CC Mode: Cease adding types to found-types too eagerly | Alan Mackenzie | 2022-10-19 | 1 | -2/+3 |
* | ; Prefer HTTPS to HTTP in many URLs | Stefan Kangas | 2022-10-15 | 1 | -3/+3 |
* | CC Mode: Make c-forward-declarator move over a suffix after parens, e.g. const | Alan Mackenzie | 2022-10-04 | 1 | -38/+41 |
* | CC Mode: Refactor c-forward-delarator and callers | Alan Mackenzie | 2022-09-29 | 1 | -30/+35 |
* | CC Mode: Handle C++20 concepts | Alan Mackenzie | 2022-09-26 | 1 | -2/+3 |
* | CC Mode. Make AWK Mode work with electric-pair-mode | Alan Mackenzie | 2022-09-24 | 1 | -12/+15 |
* | Delete many items obsolete since 24.3 | Stefan Kangas | 2022-09-09 | 1 | -2/+0 |
* | CC Mode: Fontify args correctly when arglist closing ) is not on the same line | Alan Mackenzie | 2022-08-24 | 1 | -38/+48 |
* | CC Mode: Fix looping in patch from yesterday | Alan Mackenzie | 2022-08-07 | 1 | -2/+6 |
* | CC Mode: Optimize font-locking stanzas for long raw strings. | Alan Mackenzie | 2022-08-06 | 1 | -3/+8 |
* | CC Mode: Add accurate handling for backslash in C line and block comments | Alan Mackenzie | 2022-06-18 | 1 | -1/+81 |
* | CC Mode: Restore string fence properties at each relevant external entry point | Alan Mackenzie | 2022-05-22 | 1 | -199/+193 |
* | * lisp/progmodes/cc-mode.el (c-common-init): Bind case-fold-search to nil | Alan Mackenzie | 2022-01-31 | 1 | -37/+38 |
* | Merge from origin/emacs-28 | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
|\ |
|
| * | ; Add 2022 to copyright years. | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
* | | CC Mode: Remove annoying background fontification. Should fix bug #52298 | Alan Mackenzie | 2021-12-19 | 1 | -34/+1 |
* | | Improve behavior of 'electric-pair-mode' in 'cc-mode' | Jim Porter | 2021-11-06 | 1 | -6/+13 |
* | | CC Mode: Fontify "found types" which are recognized after being first scanned | Alan Mackenzie | 2021-10-24 | 1 | -4/+91 |
* | | Revert "CC Mode: Fontify "found types" which are recognized after being ..." | Alan Mackenzie | 2021-10-23 | 1 | -77/+4 |
* | | CC Mode: Fontify "found types" which are recognized after being first scanned | Alan Mackenzie | 2021-10-22 | 1 | -4/+77 |
|/ |
|
* | ; Minor stylistic fixes found by checkdoc | Stefan Kangas | 2021-10-05 | 1 | -1/+1 |
* | ; More minor stylistic fixes found by checkdoc | Stefan Kangas | 2021-09-22 | 1 | -1/+1 |
* | ; Minor stylistic fixes found by checkdoc | Stefan Kangas | 2021-09-16 | 1 | -27/+26 |
* | CC Mode: Fix a bug in yesterday's patch | Alan Mackenzie | 2021-08-13 | 1 | -0/+1 |
* | CC Mode: Enhance C++ Mode raw strings to multi-line strings for any language | Alan Mackenzie | 2021-08-12 | 1 | -32/+37 |
* | Tweak c-mode bug reporting address | Glenn Morris | 2021-05-23 | 1 | -1/+1 |
* | CC Mode: Put debug specs inside declare forms. Add missing debug specs. | Alan Mackenzie | 2021-04-15 | 1 | -0/+2 |
* | Convert CC Mode to lexical binding in Emacs | Alan Mackenzie | 2021-04-10 | 1 | -1/+1 |
* | Merge from origin/emacs-27 | Paul Eggert | 2021-01-01 | 1 | -4/+4 |
|\ |
|
| * | Update copyright year to 2021 | Paul Eggert | 2021-01-01 | 1 | -1/+1 |
* | | Update copyright year to 2021 | Paul Eggert | 2021-01-01 | 1 | -1/+1 |
* | | CC Mode: correct the handling of empty strings | Alan Mackenzie | 2020-12-30 | 1 | -1/+5 |
* | | CC Mode: Add newish AWK Mode facilities, as used in gawk-4. | Alan Mackenzie | 2020-12-28 | 1 | -0/+1 |
* | | CC Mode: introduce a new cache for brace structures. This fixes bug #45248 | Alan Mackenzie | 2020-12-24 | 1 | -9/+25 |
* | | CC Mode: Optimize for scrolling large buffers containing few braces | Alan Mackenzie | 2020-12-15 | 1 | -12/+21 |
* | | Make XEmacs compat aliases easy-menu-{add,remove} obsolete | Stefan Kangas | 2020-11-24 | 1 | -6/+12 |
* | | CC Mode: fix many compiler warnings which would appear with lexical binding | Alan Mackenzie | 2020-11-09 | 1 | -1/+1 |
* | | C++ Mode: handle __attribute__,etc. inside constructor argument lists | Alan Mackenzie | 2020-09-12 | 1 | -7/+27 |
* | | CC Mode: Fix minor bugs in the string handling functions | Alan Mackenzie | 2020-09-11 | 1 | -9/+16 |
* | | Merge from origin/emacs-27 | Glenn Morris | 2020-08-31 | 1 | -3/+3 |
|\| |
|
| * | CC Mode: Fix processing for when c-multiline-string-start-char is a character | Alan Mackenzie | 2020-08-29 | 1 | -3/+3 |
* | | Remove redundant code from c-font-lock-fontify-region | Alan Mackenzie | 2020-07-19 | 1 | -61/+41 |