summaryrefslogtreecommitdiff
path: root/lisp/progmodes/c-mode.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* (calculate-c-indent-after-brace): New function.Richard M. Stallman1995-07-071-22/+27
* 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
* Update copyright.Karl Heuer1995-04-071-2/+2
* (c-style-alist): Set c-continued-brace-offset andKarl Heuer1995-03-241-6/+11
* (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
* (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-forward-conditional):Richard M. Stallman1995-01-251-1/+12
* (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
* (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
* (calculate-c-indent): Don't loop forever at bobp.Karl Heuer1994-03-301-7/+12
* (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
* (indent-c-exp): If line starts with }, ignore whatRichard M. Stallman1994-02-071-21/+23
* 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
* 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
* (indent-c-exp): Don't document ENDPOS.Richard M. Stallman1993-08-021-7/+32
* (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
* (indent-c-exp): When previous line ends in comma,Richard M. Stallman1993-07-261-3/+10
* (indent-c-exp): Call calculate-c-indent-within-comment when appropriate.Richard M. Stallman1993-07-211-0/+4
* (indent-c-exp): If ENDPOS, always set OPOINTRichard M. Stallman1993-07-211-2/+15
* (c-forward-conditional): New function.Richard M. Stallman1993-06-281-9/+31