summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-vars.el
Commit message (Expand)AuthorAge
* Improve C++ concept indentation.Alan Mackenzie2023-04-14
* CC Mode: Eliminate duplicate function c-list-of-stringsAlan Mackenzie2023-03-18
* CC Mode: Allow lists of strings as safe values for *-font-lock-extra-typesAlan Mackenzie2023-03-13
* CC Mode: Change the default value of objc-font-lock-extra-types to nilAlan Mackenzie2023-01-23
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Allow csharp-mode in c-default-styleMattias EngdegÄrd2022-11-29
* Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | CC Mode: Remove annoying background fontification. Should fix bug #52298Alan Mackenzie2021-12-19
* | CC Mode: Fontify "found types" which are recognized after being first scannedAlan Mackenzie2021-10-24
* | Revert "CC Mode: Fontify "found types" which are recognized after being ..."Alan Mackenzie2021-10-23
* | CC Mode: Fontify "found types" which are recognized after being first scannedAlan Mackenzie2021-10-22
* | Mark def* macros for indentationLars Ingebrigtsen2021-10-13
|/
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-10-05
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-22
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-16
* Convert CC Mode to lexical binding in EmacsAlan Mackenzie2021-04-10
* Update copyright year to 2021Paul Eggert2021-01-01
* Shorten over-wide docstrings in defcustomsStefan Kangas2020-12-19
* C++ Mode: handle __attribute__,etc. inside constructor argument listsAlan Mackenzie2020-09-12
* cc-mode: add support for Doxygen documentation styleMichal Nazarewicz2020-05-01
* CC Mode: allow specified directives (e.g. pragma) to be indented as statementsAlan Mackenzie2020-03-08
* Finish the documentation for c-noise-macro-{,with-parens-}names.Alan Mackenzie2020-01-27
* Update copyright year to 2020Paul Eggert2020-01-01
* * lisp/progmodes/cc-vars.el (c-mark-wrong-style-of-comment):Glenn Morris2019-11-09
* 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
* C++ Mode: change the default doc comment style from nothing to gtkdocAlan Mackenzie2019-06-30
* Change default offset of CC Mode syntactic symbol inlambda to 0Alan Mackenzie2019-06-02
* Add standard unmatchable regexpMattias EngdegÄrd2019-05-15
* Correct the indentation of CC Mode brace listsAlan Mackenzie2019-03-12
* Fontify C function identifiers in parentheses correctly (e.g. in lisp.h)Alan Mackenzie2019-02-17
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | * lisp/progmodes/cc-{defs,engine,langs,vars}.el: Comment the use of "a\\`"Alan Mackenzie2018-04-02
* | Replace faulty non-matching regexp "\\<\\>" with "a\\`"Alan Mackenzie2018-03-28
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Fixes for defcustoms, prompted by cus-test-optsGlenn Morris2017-12-13
* Add missing :version tags revealed by cusver-checkGlenn Morris2017-12-12
* Escape column-zero doc parensGlenn Morris2017-12-12
* * lisp/progmodes/cc-vars.el (c-offsets-alist): Doc fix. (Bug#29407)Eli Zaretskii2017-11-24
* ; Typo fixes, mostly repeated wordsPaul Eggert2017-10-09
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* * lisp/progmodes/cc-vars.el: Mark unused argsStefan Monnier2017-07-04
* Fix C++ fontification problems 500 bytes after typing a space, and other bugsAlan Mackenzie2017-03-30
* Allow C++ nested brace-list-entries to be better indented.Alan Mackenzie2017-02-01
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Fix C-M-a in a C function finding the start of a macro preceding it.Alan Mackenzie2016-06-29
* | Leading "*" in the doc of defvars is long obsolete.Glenn Morris2016-06-10