summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-defs.el
Commit message (Expand)AuthorAge
* Make c-emacs-features use the proper binding of parse-sexp-lookup-propertiesAlan Mackenzie2023-04-14
* CC Mode: Fix a coding bug in c-make-keywords-re. This should fix bug #61135Alan Mackenzie2023-01-30
* CC Mode: On removal of "typedef", remove pertinent types from c-found-typesAlan Mackenzie2023-01-17
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Replace an erroneous eq with an equal in cc-defs.elAlan Mackenzie2022-12-15
* Add to /etc/NEWS a mention of the new C++20 support in CC ModeAlan Mackenzie2022-11-10
* * lisp/progmodes/cc-defs.el Remove setting of inhibit-point-motion-hooksAlan Mackenzie2022-10-18
* CC Mode: Optimize c-fontify-new-found-type and amend a debug specAlan Mackenzie2022-10-04
* * lisp/progmodes/cc-defs.el (c-let*-maybe-max-specpdl-size): Fix glitchesAlan Mackenzie2022-09-27
* CC Mode: Don't bind max-specpdl-size when it doesn't exist or is obsoleteAlan Mackenzie2022-09-27
* Make two compat aliases obsolete in cc-defs.elStefan Kangas2022-08-19
* * lisp/progmodes/cc-defs.el (c-safe-scan-lists): Evaluate LIMIT just onceAlan Mackenzie2022-08-17
* CC Mode: correct the calculation and handling of c-use-category.Alan Mackenzie2022-07-26
* CC Mode: Fix interplay between string fences and electric-pair-mode.Alan Mackenzie2022-05-24
* CC Mode: Restore string fence properties at each relevant external entry pointAlan Mackenzie2022-05-22
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-22
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-16
* CC Mode: Move a macro to before its first use in a file.Alan Mackenzie2021-08-21
* Fix c-tentative-buffer-changes to be nestable in c-save-buffer-stateAlan Mackenzie2021-08-20
* CC Mode: Enhance C++ Mode raw strings to multi-line strings for any languageAlan Mackenzie2021-08-12
* Remove unused lexical variables in cc-defs.elBasil L. Contovounesios2021-05-04
* * lisp/progmodes/cc-defs (c-save-buffer-state): Amend debug spec, t to let*Alan Mackenzie2021-05-02
* CC Mode: Put debug specs inside declare forms. Add missing debug specs.Alan Mackenzie2021-04-15
* Convert CC Mode to lexical binding in EmacsAlan Mackenzie2021-04-10
* Fix an infinite loop in C++ Mode redisplay. This was bug #47191.Alan Mackenzie2021-03-29
* Update copyright year to 2021Paul Eggert2021-01-01
* CC Mode: increment version numbers to 5.35 due to standalone releaseAlan Mackenzie2020-12-31
* CC Mode: fix many compiler warnings which would appear with lexical bindingAlan Mackenzie2020-11-09
* CC Mode: Fix minor bugs in the string handling functionsAlan Mackenzie2020-09-11
* CC Mode: optimize for repeated simple operations.Alan Mackenzie2020-06-29
* * lisp/progmodes/cc-defs.el (c-version): update to 5.34.2 for master branchAlan Mackenzie2020-03-14
* Fix broken regexpsMattias EngdegÄrd2020-02-20
* Update copyright year to 2020Paul Eggert2020-01-01
* CC Mode. Fix fontification bug with unterminated quotes on adjacent linesAlan Mackenzie2019-11-30
* CC Mode. Allow fontification of "wrong" style comments with warning face.Alan Mackenzie2019-11-09
* CC-Mode: Remove unneeded backslashes from doc strings and regular expressionsAlan Mackenzie2019-10-12
* Fix usage of remove-text-propertiesBasil L. Contovounesios2019-08-01
* CC Mode: allow bogusly "adjacent" double quote marks to pair up syntacticallyAlan Mackenzie2019-07-16
* Update CC Mode's version number to 5.34Alan Mackenzie2019-06-19
* Remove the now unneeded c-font-lock-flush from CC Mode.Alan Mackenzie2019-06-17
* Maintain c-syntax-table-hwm when changing syntax-table text propertiesAlan Mackenzie2019-06-16
* Add standard unmatchable regexpMattias EngdegÄrd2019-05-15
* Restore fontification of delimiters of multiline CC Mode strings.Alan Mackenzie2019-04-25
* Improve C++ raw string fontification.Alan Mackenzie2019-03-27
* Merge from origin/emacs-26Glenn Morris2019-03-20
|\
| * * lisp/progmodes/cc-defs.el: Update c-version to 5.33.2 for Emacs 26.2Alan Mackenzie2019-03-10
* | Extend electric-pair-mode actions to < and >, and also to ( and ) in literalsAlan Mackenzie2019-01-22
* | Merge from origin/emacs-26Paul Eggert2018-12-31
|\|
| * Update copyright year to 2019Paul Eggert2019-01-01