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-cmds.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
Add ~44 edebug specs to CC Mode.
Alan Mackenzie
2018-10-15
1
-0
/
+2
*
|
c-where-wrt-brace-construct: deal with point following a struct's semicolon.
Alan Mackenzie
2018-08-27
1
-15
/
+17
*
|
CC Mode: make c-display-defun-name work with a pointer return type.
Alan Mackenzie
2018-08-26
1
-53
/
+30
*
|
Fix some errors in c-display-defun-name when the type is "struct {..}", etc.
Alan Mackenzie
2018-01-28
1
-241
/
+307
*
|
; lisp/progmodes/cc-cmds.el: Comment.
Glenn Morris
2018-01-10
1
-1
/
+1
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Make c-defun-name analyze more thoroughly a function type which is a struct
Alan Mackenzie
2017-11-21
1
-3
/
+19
*
Introduce a function to CC Mode which displays the current function name
Alan Mackenzie
2017-11-03
1
-2
/
+17
*
Refactor c-forward-token-2 with new function c-forward-over-token-and-ws.
Alan Mackenzie
2017-10-22
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Fix some bugs in c-defun-name. This fixes bug #25623.
Alan Mackenzie
2017-07-12
1
-10
/
+17
*
* lisp/progmodes/cc-cmds.el: Remove unused vars
Stefan Monnier
2017-07-04
1
-2
/
+2
*
Make CC Mode load cl-lib rather than cl in Emacs 26.
Alan Mackenzie
2017-06-25
1
-1
/
+1
*
Ensure C++ initializer lists don't get fontified.
Alan Mackenzie
2017-06-16
1
-5
/
+5
*
Create a toggle between block and line comments in CC Mode.
Alan Mackenzie
2017-06-15
1
-4
/
+33
*
c-defun-name: Return fully qualified method names when wanted in C++, etc.
Alan Mackenzie
2017-05-30
1
-1
/
+1
*
Don't pass the value of point to 'push-mark', as that's the default.
Bartosz Duszel
2017-04-28
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-declaration-limits to return correct limits in all cases.
Alan Mackenzie
2016-09-01
1
-112
/
+140
*
|
Amend a cache so that typing into C++ raw strings has no undue delay.
Alan Mackenzie
2016-06-27
1
-94
/
+94
|
/
*
Finish fixing a cacheing bug in CC Mode (see 2016-03-09)
Alan Mackenzie
2016-03-30
1
-124
/
+121
*
Fix a cacheing bug, which led to inordinately slow c-beginning-of-defun.
Alan Mackenzie
2016-03-14
1
-121
/
+124
*
Apply text properties for <, > in new after-change function (C++ Java Modes).
Alan Mackenzie
2016-01-04
1
-30
/
+8
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Backslash cleanup in Elisp source files
Paul Eggert
2015-09-17
1
-7
/
+7
*
* lisp/progmodes/cc-*.el: Fix up commenting style
Stefan Monnier
2015-08-21
1
-4
/
+4
*
Make electric-pair-mode, delete-selection-mode and CC Mode cooperate.
Alan Mackenzie
2015-08-19
1
-3
/
+12
*
Don't overflow if computing approximate percentage
Paul Eggert
2015-07-31
1
-2
/
+2
*
Quieten cc-mode compilation
Glenn Morris
2015-05-06
1
-0
/
+3
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
* lisp/progmodes/cc-cmds.el (c-subword-mode): Alias to subword-mode.
Stefan Monnier
2014-12-18
1
-3
/
+16
*
Merge some of the differences from the standalone CC-mode.
Stefan Monnier
2014-12-01
1
-11
/
+27
*
Fix error with `mark-defun' and "protected:" in C++ Mode.
Alan Mackenzie
2014-11-22
1
-4
/
+8
*
Make blink-parens work with a closing template delimiter.
Alan Mackenzie
2014-11-01
1
-5
/
+6
*
Merge trivially safe differences from standalone CC-mode.
Stefan Monnier
2014-10-04
1
-1
/
+1
*
Connect electric-indent-mode up with CC Mode. Bug #15478.
Alan Mackenzie
2014-02-17
1
-0
/
+2
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Plain fboundp silences compilation warnings since Emacs 22.1
Glenn Morris
2013-06-01
1
-1
/
+0
*
Replace `last-command-event' by `last-command-char' in XEmacs.
Alan Mackenzie
2013-03-04
1
-15
/
+15
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+1
*
AWK Mode: make auto-newline work when there's "==" in the pattern.
Alan Mackenzie
2012-09-08
1
-7
/
+10
*
Merge from emacs-24 branch; up to 2012-05-01T10:20:43Z!rgm@gnu.org
Chong Yidong
2012-07-21
1
-8
/
+10
|
\
|
*
Use match-string-no-properties instead in c-defun-name
Leo Liu
2012-07-21
1
-2
/
+2
|
*
* lisp/progmodes/cc-cmds.el (c-defun-name): Handle objc selectors properly.
Leo Liu
2012-07-21
1
-8
/
+10
|
*
Backport: Recognize Objective-C methods also in c-defun-name
Jan Djärv
2012-07-21
1
-0
/
+9
*
|
*** empty log message ***
Jan Djärv
2012-07-14
1
-0
/
+9
*
|
Remove incorrect uses of "modeline".
Chong Yidong
2012-06-02
1
-2
/
+2
|
/
[next]