summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-vars.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove obsolete leading * from defcustom, defface doc strings.Glenn Morris2016-06-091-45/+45
* | Tidy up redundant code in cc-vars.el caused by mistake in emacs-25 -> masterAlan Mackenzie2016-05-161-4/+0
* | Merge from origin/emacs-25Paul Eggert2016-05-101-0/+4
|\ \ | |/
| * Add some "safe-local-variable" declarations for compatibility with master.Alan Mackenzie2016-05-091-1/+20
* | CC Mode now uses the new :after-hook feature of define-derived-modeAlan Mackenzie2016-05-091-1/+18
* | Spelling fixesPaul Eggert2016-04-031-1/+1
* | Fix absence of c-noise-macro-name-re, etc., in languages which don't use itAlan Mackenzie2016-03-251-2/+2
* | Handle "noise" macros and compiler directives.Alan Mackenzie2016-02-291-0/+43
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-1/+1
* Fix some more docstring etc. quoting problemsPaul Eggert2015-09-031-1/+1
* * lisp/progmodes/cc-*.el: Fix up commenting styleStefan Monnier2015-08-211-4/+4
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Merge some of the differences from the standalone CC-mode.Stefan Monnier2014-12-011-3/+8
* Merge trivially safe differences from standalone CC-mode.Stefan Monnier2014-10-041-9/+15
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Plain fboundp silences compilation warnings since Emacs 22.1Glenn Morris2013-06-011-3/+0
* Don't (re)define a basic custom widget in cc-varsGlenn Morris2013-06-011-7/+12
* * progmodes/cc-vars.el (c-make-macro-with-semi-re): Silence compiler.Glenn Morris2013-05-311-0/+1
* * cc-vars.el (c-macro-names-with-semicolon): Move definition before use.Glenn Morris2013-05-271-18/+18
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* * lisp/progmodes/cc-bytecomp.el (cc-bytecomp-defmacro): Remove, unused.Stefan Monnier2012-10-091-10/+0