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