index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
progmodes
/
cc-vars.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
CC Mode: Change the default value of objc-font-lock-extra-types to nil
Alan Mackenzie
2023-01-23
1
-2
/
+1
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Allow csharp-mode in c-default-style
Mattias EngdegÄrd
2022-11-29
1
-0
/
+2
*
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
CC Mode: Remove annoying background fontification. Should fix bug #52298
Alan Mackenzie
2021-12-19
1
-33
/
+0
*
|
CC Mode: Fontify "found types" which are recognized after being first scanned
Alan Mackenzie
2021-10-24
1
-0
/
+33
*
|
Revert "CC Mode: Fontify "found types" which are recognized after being ..."
Alan Mackenzie
2021-10-23
1
-33
/
+0
*
|
CC Mode: Fontify "found types" which are recognized after being first scanned
Alan Mackenzie
2021-10-22
1
-0
/
+33
*
|
Mark def* macros for indentation
Lars Ingebrigtsen
2021-10-13
1
-1
/
+1
|
/
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-10-05
1
-1
/
+1
*
; More minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-22
1
-1
/
+1
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-16
1
-20
/
+20
*
Convert CC Mode to lexical binding in Emacs
Alan Mackenzie
2021-04-10
1
-1
/
+4
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Shorten over-wide docstrings in defcustoms
Stefan Kangas
2020-12-19
1
-1
/
+2
*
C++ Mode: handle __attribute__,etc. inside constructor argument lists
Alan Mackenzie
2020-09-12
1
-2
/
+4
*
cc-mode: add support for Doxygen documentation style
Michal Nazarewicz
2020-05-01
1
-0
/
+1
*
CC Mode: allow specified directives (e.g. pragma) to be indented as statements
Alan Mackenzie
2020-03-08
1
-0
/
+9
*
Finish the documentation for c-noise-macro-{,with-parens-}names.
Alan Mackenzie
2020-01-27
1
-4
/
+11
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
* lisp/progmodes/cc-vars.el (c-mark-wrong-style-of-comment):
Glenn Morris
2019-11-09
1
-1
/
+1
*
CC Mode. Allow fontification of "wrong" style comments with warning face.
Alan Mackenzie
2019-11-09
1
-0
/
+8
*
CC-Mode: Remove unneeded backslashes from doc strings and regular expressions
Alan Mackenzie
2019-10-12
1
-11
/
+12
*
C++ Mode: change the default doc comment style from nothing to gtkdoc
Alan Mackenzie
2019-06-30
1
-2
/
+3
*
Change default offset of CC Mode syntactic symbol inlambda to 0
Alan Mackenzie
2019-06-02
1
-1
/
+1
*
Add standard unmatchable regexp
Mattias EngdegÄrd
2019-05-15
1
-4
/
+4
*
Correct the indentation of CC Mode brace lists
Alan Mackenzie
2019-03-12
1
-1
/
+1
*
Fontify C function identifiers in parentheses correctly (e.g. in lisp.h)
Alan Mackenzie
2019-02-17
1
-0
/
+4
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
* lisp/progmodes/cc-{defs,engine,langs,vars}.el: Comment the use of "a\\`"
Alan Mackenzie
2018-04-02
1
-2
/
+3
*
|
Replace faulty non-matching regexp "\\<\\>" with "a\\`"
Alan Mackenzie
2018-03-28
1
-4
/
+4
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Fixes for defcustoms, prompted by cus-test-opts
Glenn Morris
2017-12-13
1
-1
/
+1
*
Add missing :version tags revealed by cusver-check
Glenn Morris
2017-12-12
1
-0
/
+3
*
Escape column-zero doc parens
Glenn Morris
2017-12-12
1
-1
/
+1
*
* lisp/progmodes/cc-vars.el (c-offsets-alist): Doc fix. (Bug#29407)
Eli Zaretskii
2017-11-24
1
-2
/
+2
*
; Typo fixes, mostly repeated words
Paul Eggert
2017-10-09
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
* lisp/progmodes/cc-vars.el: Mark unused args
Stefan Monnier
2017-07-04
1
-6
/
+6
*
Fix C++ fontification problems 500 bytes after typing a space, and other bugs
Alan Mackenzie
2017-03-30
1
-0
/
+12
*
Allow C++ nested brace-list-entries to be better indented.
Alan Mackenzie
2017-02-01
1
-1
/
+1
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Fix C-M-a in a C function finding the start of a macro preceding it.
Alan Mackenzie
2016-06-29
1
-4
/
+1
*
|
Leading "*" in the doc of defvars is long obsolete.
Glenn Morris
2016-06-10
1
-3
/
+5
*
|
Remove obsolete leading * from defcustom, defface doc strings.
Glenn Morris
2016-06-09
1
-45
/
+45
*
|
Tidy up redundant code in cc-vars.el caused by mistake in emacs-25 -> master
Alan Mackenzie
2016-05-16
1
-4
/
+0
*
|
Merge from origin/emacs-25
Paul Eggert
2016-05-10
1
-0
/
+4
|
\
|
[next]