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
*
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
*
|
Fix minor bug in c-syntactic-re-search-forward.
Alan Mackenzie
2016-08-15
1
-1
/
+13
*
|
Handle C++11 lambda functions.
Alan Mackenzie
2016-08-15
1
-12
/
+73
*
|
Widen in certain low level CC Mode functions. This fixes bug #24148.
Alan Mackenzie
2016-08-04
1
-59
/
+63
*
|
Fontify C++ parameter packs.
Alan Mackenzie
2016-07-23
1
-0
/
+3
*
|
CC Mode: correct incorrect invocation of parse-partial-sexp.
Alan Mackenzie
2016-07-14
1
-5
/
+6
*
|
Amend CC Mode to handle big C++ raw strings correctly.
Alan Mackenzie
2016-07-12
1
-5
/
+5
*
|
CC Mode: truncate the semi-nonlit cache when applying syntax-table to a quote
Alan Mackenzie
2016-06-30
1
-8
/
+31
*
|
Fix C-M-a in a C function finding the start of a macro preceding it.
Alan Mackenzie
2016-06-29
1
-1
/
+2
*
|
Amend a cache so that typing into C++ raw strings has no undue delay.
Alan Mackenzie
2016-06-27
1
-74
/
+238
*
|
; Spelling fixes
Paul Eggert
2016-06-26
1
-2
/
+2
*
|
Make typing into incomplete C++ raw strings work, and make it work fast enough
Alan Mackenzie
2016-06-23
1
-27
/
+28
*
|
Fix CC Mode fontification problem apparent in test file decls-6.cc.
Alan Mackenzie
2016-06-19
1
-7
/
+43
*
|
c-renarrow-state-cache: take care when new point is inside old brace pair.
Alan Mackenzie
2016-06-19
1
-4
/
+8
*
|
Parse compound identifiers in C++ member initialization lists.
Alan Mackenzie
2016-06-15
1
-5
/
+30
[next]