summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-defs.el
Commit message (Expand)AuthorAge
* Revert "Suppress docstring control char warning in macro-generated function"Mattias Engdegård2024-03-07
* Suppress docstring control char warning in macro-generated functionMattias Engdegård2024-02-24
* Use obarray-make instead of make-vector to create obarraysMattias Engdegård2024-02-23
* Merge from savannah/emacs-29Po Lu2024-01-02
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-02
| * Make c-emacs-features use the proper binding of parse-sexp-lookup-propertiesAlan Mackenzie2023-05-10
* | Fix an infinite loop in c-beginning-of-defun-1Alan Mackenzie2023-10-14
* | CC Mode: Fix bug in whitespace scanning functionsAlan Mackenzie2023-09-29
* | Correct the XEmacs version of c-put-char-propertiesAlan Mackenzie2023-09-12
* | CC Mode (some languages): handle string lines ending in \\Alan Mackenzie2023-07-20
* | CC Mode: Fix parenthesis bug in XEmacs part of macroAlan Mackenzie2023-06-26
* | Correct handling of template markers on deletion/insertionAlan Mackenzie2023-06-21
* | 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