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
*
Fix a coding error in c-forward-<>-arglist-recur. Fixes bug#22156
Alan Mackenzie
2015-12-22
1
-11
/
+11
*
Spelling and grammar fixes
Paul Eggert
2015-11-29
1
-1
/
+1
*
De-pessimize detection of C++ member initialization lists.
Alan Mackenzie
2015-11-15
1
-35
/
+54
*
CC Mode: Respect users' settings of open-paren-in-column-0-is-defun-start.
Alan Mackenzie
2015-11-11
1
-15
/
+53
*
Backslash cleanup in Elisp source files
Paul Eggert
2015-09-17
1
-13
/
+13
*
Fix some more docstring etc. quoting problems
Paul Eggert
2015-09-03
1
-9
/
+9
*
Quoting fixes in lisp/progmodes
Paul Eggert
2015-08-30
1
-5
/
+6
*
Prefer directed to neutral quotes
Paul Eggert
2015-08-24
1
-2
/
+2
*
* lisp/progmodes/cc-*.el: Fix up commenting style
Stefan Monnier
2015-08-21
1
-4
/
+4
*
Don't quote symbols 'like-this' in docstrings etc.
Paul Eggert
2015-08-20
1
-1
/
+1
*
Handling of `c-parse-state'. Fix low level bug.
Alan Mackenzie
2015-08-20
1
-4
/
+8
*
Introduce new macros to cover Emacs's new names in cl-lib.el.
Alan Mackenzie
2015-08-12
1
-6
/
+6
*
Don't quote nil and t in doc strings
Paul Eggert
2015-05-21
1
-1
/
+1
*
Merge from origin/emacs-24
Paul Eggert
2015-02-25
1
-3
/
+7
|
\
|
*
Handle "#" operator properly inside macro. Fix coding bug.
Alan Mackenzie
2015-01-31
1
-3
/
+7
|
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
|
*
Backport fix to bug #18749 to Emacs-24 branch.
Alan Mackenzie
2014-11-05
1
-1
/
+20
*
|
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
|
Make C++11 uniform init syntax work. New keywords "final" and "override"
Alan Mackenzie
2014-12-19
1
-12
/
+46
*
|
Merge some of the differences from the standalone CC-mode.
Stefan Monnier
2014-12-01
1
-106
/
+124
*
|
Remove spurious reference to symbol category_properties.
Alan Mackenzie
2014-11-26
1
-2
/
+1
*
|
Spelling fixes; tweak explanation of commit messages.
Paul Eggert
2014-11-04
1
-1
/
+1
*
|
Add "enum classs" support to C++ mode.
Alan Mackenzie
2014-10-30
1
-24
/
+71
*
|
Check that a "macro" found near point-min isn't a ## operator. Fixes
Alan Mackenzie
2014-10-18
1
-1
/
+20
*
|
Spelling fixes.
Paul Eggert
2014-10-12
1
-1
/
+1
*
|
Merge trivially safe differences from standalone CC-mode.
Stefan Monnier
2014-10-04
1
-500
/
+510
*
|
Spelling fixes.
Paul Eggert
2014-09-11
1
-4
/
+4
*
|
CC Mode: revert recent changes and fix bug 17463 (cc-langs.elc gets
Alan Mackenzie
2014-09-10
1
-6
/
+4
*
|
CC-mode: Set open-paren-in-column-0-is-defun-start to nil;
Stefan Monnier
2014-09-10
1
-4
/
+6
*
|
Handle C++11's "auto" and "decltype" constructions.
Alan Mackenzie
2014-08-24
1
-9
/
+60
*
|
Make ">>" act as double template ender in C++ Mode.
Alan Mackenzie
2014-08-24
1
-1
/
+1
*
|
Fix confusion in C++ file caused by comma in "= {1,2},".
Alan Mackenzie
2014-08-02
1
-2
/
+5
*
|
Correct loop termination condition in c-syntactic-skip-backward.
Alan Mackenzie
2014-08-02
1
-6
/
+8
*
|
Don't call c-parse-state when c++-template-syntax-table is active.
Alan Mackenzie
2014-06-29
1
-20
/
+20
*
|
Guard (looking-at "\\s!") from XEmacs.
Alan Mackenzie
2014-05-30
1
-1
/
+2
|
/
*
c-parse-state. Don't "append-lower-brace-pair" in certain
Alan Mackenzie
2014-02-02
1
-13
/
+26
*
Bind open-paren-in-column-0-is-defun-start to nil at some entry points.
Alan Mackenzie
2014-01-19
1
-2
/
+5
*
Spelling fixes.
Paul Eggert
2014-01-15
1
-2
/
+2
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Indent statements in macros following "##" correctly.
Alan Mackenzie
2013-10-27
1
-6
/
+9
*
Allow comma separated lists after Java "implements".
Alan Mackenzie
2013-10-20
1
-2
/
+4
*
Fix fontification bugs with constructors and const.
Alan Mackenzie
2013-10-19
1
-19
/
+29
*
Fix indentation/fontification of Java enum with "implements"/generic.
Alan Mackenzie
2013-10-13
1
-16
/
+29
*
Fix indentation/fontification of Java enum with "implements".
Alan Mackenzie
2013-09-28
1
-11
/
+15
*
C++: fontify identifier in declaration following "public:" correctly.
Alan Mackenzie
2013-09-21
1
-27
/
+45
*
Fix fontification of type when followed by "const".
Alan Mackenzie
2013-09-18
1
-1
/
+5
*
Correctly fontify Java class constructors.
Alan Mackenzie
2013-09-07
1
-24
/
+30
*
* lisp/progmodes/cc-engine.el (c-pull-open-brace): Move definition before use.
Glenn Morris
2013-08-29
1
-9
/
+9
*
Improve indentation of bracelists defined by macros (without "=").
Alan Mackenzie
2013-08-25
1
-18
/
+34
*
Parse C++ inher-intro when there's a template split over 2 lines.
Alan Mackenzie
2013-08-25
1
-6
/
+6
[next]