log lisp/progmodes/c-mode.el @ 33143:94d9ccbb780e

age author description
2000-10-01 Stefan Monnier (c-mode): Don't gratuitously override the default for comment-column.
1999-03-19 Karl Heuer (old-c): Remove :group.
1999-03-06 Dave Love (c-outline-level): Bind
1998-04-09 Stephen Eglen Customize
1997-12-12 Dave Love Use imenu-case-fold-search.
1996-02-21 Roland McGrath Added provide.
1996-01-14 Erik Naggum Update FSF's address.
1995-07-28 Karl Heuer (c-imenu-generic-expression): Var defined.
1995-07-07 Richard M. Stallman (calculate-c-indent-after-brace): New function.
1995-06-16 Simon Marshall ditto for c-backslash-region.
1995-06-16 Simon Marshall Put menu-enable mark-active on relevant items.
1995-05-17 Karl Heuer (c-fill-paragraph): Don't alter point
1995-04-07 Karl Heuer Update copyright.
1995-03-24 Karl Heuer (c-style-alist): Set c-continued-brace-offset and
1995-03-20 Richard M. Stallman (c-mode-map): Use "C-mode", not "C mode".
1995-03-15 Richard M. Stallman (c-style-alist): For BSD, set c-continued-brace-offset
1995-03-13 Richard M. Stallman (c-mode): Make comment-multi-line t locally.
1995-03-01 Boris Goldowsky (c-mode, c-fill-paragraph): Remove ^ from paragraph-start & paragraph-separate.
1995-02-13 Richard M. Stallman (c-switch-label-regexp): Insist on colon after `default'.
1995-02-02 Richard M. Stallman (c-mode-map): No binding for c-fill-paragraph
1995-01-25 Richard M. Stallman (c-forward-conditional):
1995-01-20 Karl Heuer (set-c-style): Ignore case in completion.
1995-01-12 Richard M. Stallman (indent-c-exp): Handle `{ if (x)\n foo;\n bar;' case.
1994-12-17 Richard M. Stallman (indent-c-exp): Don't be fooled by else_ or while_.
1994-11-28 Richard M. Stallman (calculate-c-indent): Handle a top-level decl with multiple paren groups.
1994-10-12 Richard M. Stallman (c-mode-map): Capitalize Mode in C Mode menu bar item.
1994-10-11 Richard M. Stallman (c-mode-map): Use "C mode" for the menu bar item name.
1994-09-14 Richard M. Stallman (c-mode-map): Add "Highlight Conditionals" menu item.
1994-08-06 Richard M. Stallman (indent-c-exp): Preserve point when handling comments.
1994-05-25 Richard M. Stallman (c-fill-paragraph): Don't include part of comment
1994-03-30 Karl Heuer (calculate-c-indent): Don't loop forever at bobp.
1994-03-04 Karl Heuer (c-fill-paragraph): Preserve final sentence boundary.
1994-02-24 Richard M. Stallman (c-mode): Set outline-regexp and outline-level.
1994-02-07 Richard M. Stallman (indent-c-exp): If line starts with }, ignore what
1994-02-06 Richard M. Stallman Comment change.
1994-02-03 Karl Heuer (c-fill-paragraph): Delete extraneous close paren.
1994-01-29 Richard M. Stallman (c-fill-paragraph): Handle C++ mode.
1994-01-09 Richard M. Stallman (c-indent-region): Keep looping till reach endmark.
1994-01-09 Richard M. Stallman Comment fix.
1994-01-03 Richard M. Stallman Fix typo in previous change.
1994-01-03 Richard M. Stallman More menu bar commands.
1994-01-02 Richard M. Stallman (c-mode-map): Add menu bar menu.
1993-12-23 Richard M. Stallman (c-delete-backslash): Do nothing if empty line.
1993-11-23 Richard M. Stallman (c-indent-region): As first thing, advance to a nonblank line.
1993-11-23 Richard M. Stallman (c-indent-region): Don't goto-char sexpend if it's nil.
1993-11-11 Richard M. Stallman Comment change.
1993-11-11 Richard M. Stallman (c-indent-region): When looking for a sexp that ends
1993-08-02 Richard M. Stallman (indent-c-exp): Don't document ENDPOS.
1993-08-01 Richard M. Stallman (indent-c-exp): Don't move an { from column 0.
1993-07-29 Richard M. Stallman (calculate-c-indent): When checking whether function decl
1993-07-26 Richard M. Stallman (indent-c-exp): When previous line ends in comma,
1993-07-21 Richard M. Stallman (indent-c-exp): Call calculate-c-indent-within-comment when appropriate.
1993-07-21 Richard M. Stallman (indent-c-exp): If ENDPOS, always set OPOINT
1993-06-28 Richard M. Stallman (c-forward-conditional): New function.
1993-06-13 Richard M. Stallman (c-indent-line): Call c-backward-to-start-of-if
1993-06-09 Jim Blandy Apply typo patches from Paul Eggert.
1993-05-29 Richard M. Stallman (c-up-conditional): Handle commented-out #-cmds properly.
1993-05-16 Richard M. Stallman (mark-c-function): Activate the mark.
1993-03-22 Eric S. Raymond Added or corrected Commentary sections
1993-03-09 Richard M. Stallman (c-beginning-of-statement): If next to a comment, use sentence motion.