summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-vars.el
AgeCommit message (Expand)Author
2021-04-10Convert CC Mode to lexical binding in EmacsAlan Mackenzie
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-19Shorten over-wide docstrings in defcustomsStefan Kangas
2020-09-12C++ Mode: handle __attribute__,etc. inside constructor argument listsAlan Mackenzie
2020-05-01cc-mode: add support for Doxygen documentation styleMichal Nazarewicz
2020-03-08CC Mode: allow specified directives (e.g. pragma) to be indented as statementsAlan Mackenzie
2020-01-27Finish the documentation for c-noise-macro-{,with-parens-}names.Alan Mackenzie
2020-01-01Update copyright year to 2020Paul Eggert
2019-11-09* lisp/progmodes/cc-vars.el (c-mark-wrong-style-of-comment):Glenn Morris
2019-11-09CC Mode. Allow fontification of "wrong" style comments with warning face.Alan Mackenzie
2019-10-12CC-Mode: Remove unneeded backslashes from doc strings and regular expressionsAlan Mackenzie
2019-06-30C++ Mode: change the default doc comment style from nothing to gtkdocAlan Mackenzie
2019-06-02Change default offset of CC Mode syntactic symbol inlambda to 0Alan Mackenzie
2019-05-15Add standard unmatchable regexpMattias EngdegÄrd
2019-03-12Correct the indentation of CC Mode brace listsAlan Mackenzie
2019-02-17Fontify C function identifiers in parentheses correctly (e.g. in lisp.h)Alan Mackenzie
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-04-02* lisp/progmodes/cc-{defs,engine,langs,vars}.el: Comment the use of "a\\`"Alan Mackenzie
2018-03-28Replace faulty non-matching regexp "\\<\\>" with "a\\`"Alan Mackenzie
2018-01-01Update copyright year to 2018Paul Eggert
2017-12-13Fixes for defcustoms, prompted by cus-test-optsGlenn Morris
2017-12-12Add missing :version tags revealed by cusver-checkGlenn Morris
2017-12-12Escape column-zero doc parensGlenn Morris
2017-11-24* lisp/progmodes/cc-vars.el (c-offsets-alist): Doc fix. (Bug#29407)Eli Zaretskii
2017-10-09; Typo fixes, mostly repeated wordsPaul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-07-04* lisp/progmodes/cc-vars.el: Mark unused argsStefan Monnier
2017-03-30Fix C++ fontification problems 500 bytes after typing a space, and other bugsAlan Mackenzie
2017-02-01Allow C++ nested brace-list-entries to be better indented.Alan Mackenzie
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-06-29Fix C-M-a in a C function finding the start of a macro preceding it.Alan Mackenzie
2016-06-10Leading "*" in the doc of defvars is long obsolete.Glenn Morris
2016-06-09Remove obsolete leading * from defcustom, defface doc strings.Glenn Morris
2016-05-16Tidy up redundant code in cc-vars.el caused by mistake in emacs-25 -> masterAlan Mackenzie
2016-05-10Merge from origin/emacs-25Paul Eggert
2016-05-09Add some "safe-local-variable" declarations for compatibility with master.Alan Mackenzie
2016-05-09CC Mode now uses the new :after-hook feature of define-derived-modeAlan Mackenzie
2016-04-03Spelling fixesPaul Eggert
2016-03-25Fix absence of c-noise-macro-name-re, etc., in languages which don't use itAlan Mackenzie
2016-02-29Handle "noise" macros and compiler directives.Alan Mackenzie
2016-01-01Update copyright year to 2016Paul Eggert
2015-09-17Backslash cleanup in Elisp source filesPaul Eggert
2015-09-03Fix some more docstring etc. quoting problemsPaul Eggert
2015-08-21* lisp/progmodes/cc-*.el: Fix up commenting styleStefan Monnier
2015-01-01Update copyright year to 2015Paul Eggert
2014-12-01Merge some of the differences from the standalone CC-mode.Stefan Monnier
2014-10-04Merge trivially safe differences from standalone CC-mode.Stefan Monnier
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert