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
/
c-mode.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added provide.
Roland McGrath
1996-02-21
1
-20
/
+22
*
Update FSF's address.
Erik Naggum
1996-01-14
1
-2
/
+4
*
(c-imenu-generic-expression): Var defined.
Karl Heuer
1995-07-28
1
-0
/
+98
*
(calculate-c-indent-after-brace): New function.
Richard M. Stallman
1995-07-07
1
-22
/
+27
*
ditto for c-backslash-region.
Simon Marshall
1995-06-16
1
-0
/
+1
*
Put menu-enable mark-active on relevant items.
Simon Marshall
1995-06-16
1
-0
/
+3
*
(c-fill-paragraph): Don't alter point
Karl Heuer
1995-05-17
1
-9
/
+10
*
Update copyright.
Karl Heuer
1995-04-07
1
-2
/
+2
*
(c-style-alist): Set c-continued-brace-offset and
Karl Heuer
1995-03-24
1
-6
/
+11
*
(c-mode-map): Use "C-mode", not "C mode".
Richard M. Stallman
1995-03-20
1
-1
/
+4
*
(c-style-alist): For BSD, set c-continued-brace-offset
Richard M. Stallman
1995-03-15
1
-2
/
+2
*
(c-mode): Make comment-multi-line t locally.
Richard M. Stallman
1995-03-13
1
-0
/
+2
*
(c-mode, c-fill-paragraph): Remove ^ from paragraph-start & paragraph-separate.
Boris Goldowsky
1995-03-01
1
-5
/
+5
*
(c-switch-label-regexp): Insist on colon after `default'.
Richard M. Stallman
1995-02-13
1
-1
/
+1
*
(c-mode-map): No binding for c-fill-paragraph
Richard M. Stallman
1995-02-02
1
-2
/
+4
*
(c-forward-conditional):
Richard M. Stallman
1995-01-25
1
-1
/
+12
*
(set-c-style): Ignore case in completion.
Karl Heuer
1995-01-20
1
-2
/
+3
*
(indent-c-exp): Handle `{ if (x)\n foo;\n bar;' case.
Richard M. Stallman
1995-01-12
1
-44
/
+53
*
(indent-c-exp): Don't be fooled by else_ or while_.
Richard M. Stallman
1994-12-17
1
-5
/
+11
*
(calculate-c-indent): Handle a top-level decl with multiple paren groups.
Richard M. Stallman
1994-11-28
1
-5
/
+11
*
(c-mode-map): Capitalize Mode in C Mode menu bar item.
Richard M. Stallman
1994-10-12
1
-1
/
+1
*
(c-mode-map): Use "C mode" for the menu bar item name.
Richard M. Stallman
1994-10-11
1
-1
/
+1
*
(c-mode-map): Add "Highlight Conditionals" menu item.
Richard M. Stallman
1994-09-14
1
-0
/
+2
*
(indent-c-exp): Preserve point when handling comments.
Richard M. Stallman
1994-08-06
1
-11
/
+12
*
(c-fill-paragraph): Don't include part of comment
Richard M. Stallman
1994-05-25
1
-0
/
+5
*
(calculate-c-indent): Don't loop forever at bobp.
Karl Heuer
1994-03-30
1
-7
/
+12
*
(c-fill-paragraph): Preserve final sentence boundary.
Karl Heuer
1994-03-04
1
-1
/
+5
*
(c-mode): Set outline-regexp and outline-level.
Richard M. Stallman
1994-02-24
1
-0
/
+9
*
(indent-c-exp): If line starts with }, ignore what
Richard M. Stallman
1994-02-07
1
-21
/
+23
*
Comment change.
Richard M. Stallman
1994-02-06
1
-1
/
+1
*
(c-fill-paragraph): Delete extraneous close paren.
Karl Heuer
1994-02-03
1
-1
/
+1
*
(c-fill-paragraph): Handle C++ mode.
Richard M. Stallman
1994-01-29
1
-110
/
+153
*
(c-indent-region): Keep looping till reach endmark.
Richard M. Stallman
1994-01-09
1
-29
/
+31
*
Comment fix.
Richard M. Stallman
1994-01-09
1
-2
/
+0
*
Fix typo in previous change.
Richard M. Stallman
1994-01-03
1
-1
/
+1
*
More menu bar commands.
Richard M. Stallman
1994-01-03
1
-0
/
+6
*
(c-mode-map): Add menu bar menu.
Richard M. Stallman
1994-01-02
1
-19
/
+39
*
(c-delete-backslash): Do nothing if empty line.
Richard M. Stallman
1993-12-23
1
-4
/
+6
*
(c-indent-region): As first thing, advance to a nonblank line.
Richard M. Stallman
1993-11-23
1
-0
/
+3
*
(c-indent-region): Don't goto-char sexpend if it's nil.
Richard M. Stallman
1993-11-23
1
-5
/
+7
*
Comment change.
Richard M. Stallman
1993-11-11
1
-0
/
+7
*
(c-indent-region): When looking for a sexp that ends
Richard M. Stallman
1993-11-11
1
-3
/
+9
*
(indent-c-exp): Don't document ENDPOS.
Richard M. Stallman
1993-08-02
1
-7
/
+32
*
(indent-c-exp): Don't move an { from column 0.
Richard M. Stallman
1993-08-01
1
-1
/
+3
*
(calculate-c-indent): When checking whether function decl
Richard M. Stallman
1993-07-29
1
-0
/
+2
*
(indent-c-exp): When previous line ends in comma,
Richard M. Stallman
1993-07-26
1
-3
/
+10
*
(indent-c-exp): Call calculate-c-indent-within-comment when appropriate.
Richard M. Stallman
1993-07-21
1
-0
/
+4
*
(indent-c-exp): If ENDPOS, always set OPOINT
Richard M. Stallman
1993-07-21
1
-2
/
+15
*
(c-forward-conditional): New function.
Richard M. Stallman
1993-06-28
1
-9
/
+31
*
(c-indent-line): Call c-backward-to-start-of-if
Richard M. Stallman
1993-06-13
1
-0
/
+1
[next]