aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/c-mode.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (old-c): Remove :group.Karl Heuer1999-03-191-2/+3
|
* (c-outline-level): BindDave Love1999-03-061-3/+5
| | | | buffer-invisibility-spec.
* CustomizeStephen Eglen1998-04-091-20/+45
|
* Use imenu-case-fold-search.Dave Love1997-12-121-0/+1
|
* Added provide.Roland McGrath1996-02-211-20/+22
|
* Update FSF's address.Erik Naggum1996-01-141-2/+4
|
* (c-imenu-generic-expression): Var defined.Karl Heuer1995-07-281-0/+98
| | | | (c-mode): Set imenu-generic-expression.
* (calculate-c-indent-after-brace): New function.Richard M. Stallman1995-07-071-22/+27
| | | | (calculate-c-indent, indent-c-exp): Use it.
* ditto for c-backslash-region.Simon Marshall1995-06-161-0/+1
|
* Put menu-enable mark-active on relevant items.Simon Marshall1995-06-161-0/+3
|
* (c-fill-paragraph): Don't alter pointKarl Heuer1995-05-171-9/+10
| | | | when deciding to narrow at the end for the sake of a comment ender.
* Update copyright.Karl Heuer1995-04-071-2/+2
|
* (c-style-alist): Set c-continued-brace-offset andKarl Heuer1995-03-241-6/+11
| | | | | c-brace-offset in all styles, so that they don't inherit a trash value from a previously set style.
* (c-mode-map): Use "C-mode", not "C mode".Richard M. Stallman1995-03-201-1/+4
|
* (c-style-alist): For BSD, set c-continued-brace-offsetRichard M. Stallman1995-03-151-2/+2
| | | | instead of c-brace-offset.
* (c-mode): Make comment-multi-line t locally.Richard M. Stallman1995-03-131-0/+2
|
* (c-mode, c-fill-paragraph): Remove ^ from paragraph-start & paragraph-separate.Boris Goldowsky1995-03-011-5/+5
|
* (c-switch-label-regexp): Insist on colon after `default'.Richard M. Stallman1995-02-131-1/+1
|
* (c-mode-map): No binding for c-fill-paragraphRichard M. Stallman1995-02-021-2/+4
| | | | | (c-fill-paragraph): Return t. (c-mode): Put c-fill-paragraph in fill-paragraph-function.
* (c-forward-conditional):Richard M. Stallman1995-01-251-1/+12
| | | | | | | If an apparent conditional is not really a conditional, skip past it. (c-fill-paragraph): If comment terminator is on a separate line, don't include that line in the filling.
* (set-c-style): Ignore case in completion.Karl Heuer1995-01-201-2/+3
|
* (indent-c-exp): Handle `{ if (x)\n foo;\n bar;' case.Richard M. Stallman1995-01-121-44/+53
|
* (indent-c-exp): Don't be fooled by else_ or while_.Richard M. Stallman1994-12-171-5/+11
| | | | | (c-indent-line): Likewise. (c-backward-to-start-of-if): Don't be fooled by if_ or else_.
* (calculate-c-indent): Handle a top-level decl with multiple paren groups.Richard M. Stallman1994-11-281-5/+11
|
* (c-mode-map): Capitalize Mode in C Mode menu bar item.Richard M. Stallman1994-10-121-1/+1
|
* (c-mode-map): Use "C mode" for the menu bar item name.Richard M. Stallman1994-10-111-1/+1
|
* (c-mode-map): Add "Highlight Conditionals" menu item.Richard M. Stallman1994-09-141-0/+2
|
* (indent-c-exp): Preserve point when handling comments.Richard M. Stallman1994-08-061-11/+12
|
* (c-fill-paragraph): Don't include part of commentRichard M. Stallman1994-05-251-0/+5
| | | | terminator in the fill-prefix.
* (calculate-c-indent): Don't loop forever at bobp.Karl Heuer1994-03-301-7/+12
| | | | (calculate-c-indent, indent-c-exp): Test char against 0, not nil.
* (c-fill-paragraph): Preserve final sentence boundary.Karl Heuer1994-03-041-1/+5
|
* (c-mode): Set outline-regexp and outline-level.Richard M. Stallman1994-02-241-0/+9
| | | | (c-outline-level): New function.
* (indent-c-exp): If line starts with }, ignore whatRichard M. Stallman1994-02-071-21/+23
| | | | the previous line ends with.
* Comment change.Richard M. Stallman1994-02-061-1/+1
|
* (c-fill-paragraph): Delete extraneous close paren.Karl Heuer1994-02-031-1/+1
|
* (c-fill-paragraph): Handle C++ mode.Richard M. Stallman1994-01-291-110/+153
|
* (c-indent-region): Keep looping till reach endmark.Richard M. Stallman1994-01-091-29/+31
| | | | Treat #-lines specially.
* Comment fix.Richard M. Stallman1994-01-091-2/+0
|
* Fix typo in previous change.Richard M. Stallman1994-01-031-1/+1
|
* More menu bar commands.Richard M. Stallman1994-01-031-0/+6
|
* (c-mode-map): Add menu bar menu.Richard M. Stallman1994-01-021-19/+39
|
* (c-delete-backslash): Do nothing if empty line.Richard M. Stallman1993-12-231-4/+6
|
* (c-indent-region): As first thing, advance to a nonblank line.Richard M. Stallman1993-11-231-0/+3
|
* (c-indent-region): Don't goto-char sexpend if it's nil.Richard M. Stallman1993-11-231-5/+7
|
* Comment change.Richard M. Stallman1993-11-111-0/+7
|
* (c-indent-region): When looking for a sexp that endsRichard M. Stallman1993-11-111-3/+9
| | | | past this line, make sure it really starts on this line.
* (indent-c-exp): Don't document ENDPOS.Richard M. Stallman1993-08-021-7/+32
| | | | | (c-indent-region): Rewrite to use indent-c-exp on one sexp at a time, then use c-indent-line on the next line, etc.
* (indent-c-exp): Don't move an { from column 0.Richard M. Stallman1993-08-011-1/+3
|
* (calculate-c-indent): When checking whether function declRichard M. Stallman1993-07-291-0/+2
| | | | is inside a comment, move back to the `(' that starts the arglist.
* (indent-c-exp): When previous line ends in comma,Richard M. Stallman1993-07-261-3/+10
| | | | | use calculate-c-indent. Fix the "inner loop" to properly detect a line that ends outside of comments and strings.