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