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-engine.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fontify a CPP construct correctly when a comment follows without spaces
Alan Mackenzie
2017-12-21
1
-19
/
+8
*
Fix fontification of first declaration within a C++ lambda form.
Alan Mackenzie
2017-12-14
1
-1
/
+12
*
Fix misfontification of C++ member initialization list after "throw"
Alan Mackenzie
2017-12-14
1
-2
/
+2
*
Don't misfontify "foo ()" inside C++ initialization parentheses as a type
Alan Mackenzie
2017-12-13
1
-8
/
+17
*
CC Mode: Fix defun-open being recognized as brace-list-open at EOB.
Alan Mackenzie
2017-11-12
1
-6
/
+8
*
Correct the indentation of C99's compound literals.
Alan Mackenzie
2017-11-10
1
-12
/
+25
*
Correctly indent C++14 brace lists which are a second argument to a function.
Alan Mackenzie
2017-11-09
1
-47
/
+58
*
Fix "Args out of range" error in c-determine-limit. Fixes bug #28598.
Alan Mackenzie
2017-10-30
1
-8
/
+19
*
Fix some duplicate words typos
Glenn Morris
2017-10-27
1
-2
/
+2
*
Fix a "wrong side of point" error in CC Mode. Fixes bug #28850.
Alan Mackenzie
2017-10-25
1
-2
/
+4
*
Refactor c-forward-token-2 with new function c-forward-over-token-and-ws.
Alan Mackenzie
2017-10-22
1
-52
/
+62
*
Fontify untyped function declarations in C Mode correctly.
Alan Mackenzie
2017-10-04
1
-11
/
+37
*
Fix a CC Mode brace stack cache bug.
Alan Mackenzie
2017-10-02
1
-2
/
+4
*
Cope better with C++ and Objective-C protection keywords in class declarations
Alan Mackenzie
2017-09-16
1
-3
/
+22
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-2
/
+2
*
Don't match C++ template delims starting within a token. FIxes bug #28418.
Alan Mackenzie
2017-09-12
1
-1
/
+1
*
Fix fontification of "operator~" in C++ Mode.
Alan Mackenzie
2017-09-03
1
-1
/
+6
*
Fix a glitch in CC Mode's syntactic whitespace cache.
Alan Mackenzie
2017-08-31
1
-11
/
+4
*
Amend the CC Mode macro cache to cope with changes at the macro start
Alan Mackenzie
2017-08-27
1
-1
/
+1
*
Convert CC Mode's c-found-types from an obarray to a hash table.
Alan Mackenzie
2017-07-23
1
-18
/
+10
*
C++ Mode. Fix anomaly occurring when a ">" is deleted then reinserted.
Alan Mackenzie
2017-07-13
1
-0
/
+9
*
* lisp/progmodes/cc-engine.el: Mark unused args
Stefan Monnier
2017-07-04
1
-31
/
+22
*
Make CC Mode load cl-lib rather than cl in Emacs 26.
Alan Mackenzie
2017-06-25
1
-3
/
+1
*
Fix hang in CC Mode when ":" is typed after identifier at EOB.
Alan Mackenzie
2017-06-16
1
-3
/
+3
*
Fontify C++ for loop variable as variable, even when followed by parentheses
Alan Mackenzie
2017-05-12
1
-2
/
+23
*
CC Mode internal cache: Handle a cache pos being inside a two-char construct.
Alan Mackenzie
2017-05-07
1
-45
/
+110
*
Fix fontification of C++ declaration with type FOO::FOO.
Alan Mackenzie
2017-04-22
1
-2
/
+6
*
Fix a loop in C Mode caused by inadequate analysis of comments.
Alan Mackenzie
2017-04-10
1
-32
/
+73
*
Fix C++ fontification problems 500 bytes after typing a space, and other bugs
Alan Mackenzie
2017-03-30
1
-5
/
+27
*
Fix chaotic indentation of C++ lambda. Enhance documentation thereof
Alan Mackenzie
2017-03-19
1
-1
/
+2
*
Allow for the :: operator in C++ "enum class" declarations.
Alan Mackenzie
2017-02-25
1
-0
/
+2
*
Allow C++ nested brace-list-entries to be better indented.
Alan Mackenzie
2017-02-01
1
-29
/
+72
*
Fix low-level handling of (big) C macros.
Alan Mackenzie
2017-01-21
1
-16
/
+32
*
Correct c-parse-state-get-strategy for moving HERE backward into a macro.
Alan Mackenzie
2017-01-14
1
-6
/
+20
*
Handle syntactic WS cache properties more accurately at buffer changes.
Alan Mackenzie
2017-01-11
1
-36
/
+117
*
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
*
|
* lisp/progmodes/cc-engine.el (c-forward-decl-or-cast-1): Fix coding error
Alan Mackenzie
2016-09-22
1
-1
/
+1
*
|
C Mode: Fix mis-fontification of macro invocation as function declaration
Alan Mackenzie
2016-09-16
1
-2
/
+4
*
|
Correctly fontify C++ direct initializations with parens inside functions
Alan Mackenzie
2016-09-11
1
-14
/
+243
*
|
* lisp/progmodes/cc-engine.el (c-syntactic-re-search-forward): Fix coding bug
Alan Mackenzie
2016-09-06
1
-5
/
+6
*
|
New options for handling of literals in c-syntactic-re-search-forward
Alan Mackenzie
2016-09-06
1
-3
/
+21
*
|
; Spelling and quotation fixes
Paul Eggert
2016-08-30
1
-3
/
+3
*
|
Correctly analyze C++ list initialization in member init areas.
Alan Mackenzie
2016-08-30
1
-144
/
+136
*
|
Handle the C++ "identifiers" "final" and "override" correctly.
Alan Mackenzie
2016-08-27
1
-0
/
+11
*
|
Handle template delimiters in C++ member init constructs.
Alan Mackenzie
2016-08-27
1
-1
/
+7
*
|
Analyze and fontify correctly a C++ `enum' with colon, but lacking a tag.
Alan Mackenzie
2016-08-24
1
-1
/
+4
*
|
Adapt CC Mode for C++11 uniform initialization.
Alan Mackenzie
2016-08-21
1
-123
/
+241
*
|
Fontify constructs following "::" in C++ argument lists correctly - part 2.
Alan Mackenzie
2016-08-17
1
-1
/
+2
*
|
Fontify constructs following "::" in C++ argument lists correctly.
Alan Mackenzie
2016-08-17
1
-0
/
+7
[next]