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-mode.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct some slightly incorrect regular expressions:
Alan Mackenzie
2019-03-03
1
-1
/
+1
*
Fontify C function identifiers in parentheses correctly (e.g. in lisp.h)
Alan Mackenzie
2019-02-17
1
-1
/
+1
*
Merge from origin/emacs-26
Glenn Morris
2019-01-30
1
-0
/
+3
|
\
|
*
Fix a loop in c-fl-decl-start. This fixes bug #34186.
Alan Mackenzie
2019-01-25
1
-0
/
+3
*
|
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
*
|
Merge from origin/emacs-26
Glenn Morris
2018-11-24
1
-1
/
+4
|
\
|
|
*
Fix bug #33416, where typing a ) in a comment at EOB caused a loop (CC Mode).
Alan Mackenzie
2018-11-24
1
-1
/
+4
*
|
* lisp/progmodes/cc-mode.el: Silence compiler warnings
Stefan Monnier
2018-11-01
1
-2
/
+2
*
|
Fix C++ Mode dynamic error with string delimiters.
Alan Mackenzie
2018-10-30
1
-12
/
+12
*
|
* lisp/progmodes/cc-mode.el: Add version header
Stefan Monnier
2018-08-19
1
-0
/
+2
*
|
Merge from emacs-26
Noam Postavsky
2018-06-10
1
-2
/
+2
|
\
|
*
|
CC Mode: Fontify unbalanced quotes in unconstrained multiline strings, etc.
Alan Mackenzie
2018-06-08
1
-67
/
+147
*
|
Add proper Flymake support to cc-mode.el
João Távora
2018-06-04
1
-0
/
+2
*
|
Amend c-before-change-check-unbalanced-strings to handle a quote at EOB.
Alan Mackenzie
2018-05-31
1
-16
/
+23
*
|
Enhance CC Mode's fontification, etc., of unterminated strings.
Alan Mackenzie
2018-05-20
1
-11
/
+214
*
|
Prefer \... to control chars in .el literals
Paul Eggert
2018-03-29
1
-1
/
+1
|
/
*
; Fix doc typos related to indefinite articles
Glenn Morris
2018-02-16
1
-1
/
+1
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Fontify a CPP construct correctly when a comment follows without spaces
Alan Mackenzie
2017-12-21
1
-20
/
+6
*
Spelling fixes
Paul Eggert
2017-11-19
1
-1
/
+1
*
Introduce a function to CC Mode which displays the current function name
Alan Mackenzie
2017-11-03
1
-1
/
+2
*
Fontify untyped function declarations in C Mode correctly.
Alan Mackenzie
2017-10-04
1
-1
/
+3
*
Cope better with C++ and Objective-C protection keywords in class declarations
Alan Mackenzie
2017-09-16
1
-8
/
+11
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Correct the fontification of quote marks after buffer changes in CC Mode.
Alan Mackenzie
2017-09-03
1
-83
/
+98
*
When looking for the end of a declarator, prevent macros fouling up the search
Alan Mackenzie
2017-08-22
1
-4
/
+7
*
CC Mode: Fix declarator being cut off from terminator by end of jit-lock chunk
Alan Mackenzie
2017-07-27
1
-7
/
+20
*
C++ Mode. Fix anomaly occurring when a ">" is deleted then reinserted.
Alan Mackenzie
2017-07-13
1
-21
/
+30
*
Make prog-mode-map the parent of c-mode-base-map. Fixes bug #26658.
Vasilij Schneidermann
2017-07-12
1
-0
/
+2
*
CC Mode: create and use c-set-keymap-parent.
Alan Mackenzie
2017-07-12
1
-12
/
+1
*
Spelling fixes
Paul Eggert
2017-07-06
1
-1
/
+1
*
* lisp/progmodes/cc-mode.el: Mark unused arguments
Stefan Monnier
2017-07-04
1
-7
/
+7
*
Fix bug in yesterday's CC Mode commit.
Alan Mackenzie
2017-07-02
1
-6
/
+10
*
Make C++ digit separators work. Amend the handling of single quotes generally
Alan Mackenzie
2017-07-01
1
-90
/
+204
*
Create a toggle between block and line comments in CC Mode.
Alan Mackenzie
2017-06-15
1
-26
/
+28
*
Fix C++ fontification problems 500 bytes after typing a space, and other bugs
Alan Mackenzie
2017-03-30
1
-0
/
+1
*
Set the syntax table in AWK Mode.
Alan Mackenzie
2017-02-18
1
-0
/
+1
*
Fix low-level handling of (big) C macros.
Alan Mackenzie
2017-01-21
1
-1
/
+2
*
Handle syntactic WS cache properties more accurately at buffer changes.
Alan Mackenzie
2017-01-11
1
-1
/
+2
*
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
*
|
Correctly fontify C++ direct initializations with parens inside functions
Alan Mackenzie
2016-09-11
1
-0
/
+2
*
|
Correctly analyze C++ list initialization in member init areas.
Alan Mackenzie
2016-08-30
1
-1
/
+1
*
|
Adapt CC Mode for C++11 uniform initialization.
Alan Mackenzie
2016-08-21
1
-5
/
+10
*
|
; Spelling fixes
Paul Eggert
2016-08-21
1
-1
/
+1
*
|
Handle C++11 lambda functions.
Alan Mackenzie
2016-08-15
1
-0
/
+46
*
|
CC Mode: check for and fix missing call to before_change_functions.
Alan Mackenzie
2016-08-09
1
-4
/
+21
*
|
Make c-deprepertize-CPP work on deletion/insertion of "s. Fixes bug #24132.
Alan Mackenzie
2016-08-09
1
-12
/
+19
*
|
Amend CC Mode to handle big C++ raw strings correctly.
Alan Mackenzie
2016-07-12
1
-9
/
+13
[next]