]> code.delx.au - gnu-emacs/history - lisp/progmodes/cc-langs.el
(gud-tooltip-dereference): Add missing optional argument.
[gnu-emacs] / lisp / progmodes / cc-langs.el
2006-02-24 Alan Mackenziecc-align.el, cc-awk.el, cc-bytecomp.el, cc-cmds.el...
2006-02-10 Nick RobertsUpdate copyright for 2006.
2005-12-03 Alan MackenzieRelace a `mapcan' with an "apply (n-conc (mapcar ....
2005-12-02 Alan MackenzieUpdate CC Mode to release 5.31.
2005-08-01 Nick RobertsUpdate copyright for release of 22.1 for progmodes...
2005-07-04 Lute KamstraUpdate FSF's address.
2005-05-23 Martin Stjernholm2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
2004-10-01 Martin StjernholmLoad cl here since cc-defs doesn't do it. This is...
2004-08-11 Martin StjernholmUpdated CC Mode to 5.30.9.
2003-09-24 Martin Stjernholm(c-type-list-kwds): If "operator" is followed by an...
2003-09-01 Miles BaderAdd arch taglines
2003-08-26 Martin Stjernholm(c-lineup-math): Don't align the operators "!=", "...
2003-07-16 Martin Stjernholm(c++-make-template-syntax-table, c-syntactic-ws-start...
2003-07-05 Martin Stjernholm(c-style-alist, c-lang-variable-inits, c-lang-variable...
2003-07-03 Martin StjernholmUpdated CC Mode to version 5.30.
2003-05-13 Stefan Monnier(c-lang-defvar-init-form-tail): This is actually not...
2003-04-07 Martin Stjernholm(c-symbol-key): Use POSIX char classes to match symbols...
2002-12-04 Richard M. StallmanDon't require cl.
2002-04-22 Martin StjernholmCC Mode update to version 5.29. This is for testing...
2001-07-16 Pavel JaníkSome fixes to follow coding conventions.
2001-03-21 Gerd MoellmannUpdate to version 5.28.
2000-12-07 Gerd MoellmannUpdate copyright.
2000-07-24 Gerd Moellmann(c-append-paragraph-start): New variable used by
1999-12-12 Gerd MoellmannInstalled version 5.26
1999-02-08 Barry A. WarsawInstalled CC Mode 5.25.
1998-06-10 Richard M. Stallman(c-mode-menu): Use (mark t), not (mark), in enable...
1998-03-08 Richard M. Stallman(c-Java-javadoc-paragraph-start): New variable for...
1998-02-17 Richard M. Stallman(c-postprocess-file-styles): If a file style or file...
1997-10-23 Karl HeuerRemove version number.
1997-10-23 Karl HeuerDefine `/' in c-mode-base-map since all modes now support
1997-09-08 Richard M. Stallman(c-mode-base-map): Don't define C-c C-e here.
1997-08-16 Richard M. Stallman(c-double-slash-is-comments-p): Remove obsolete variable.
1997-08-11 Richard M. Stallman(c-mode-base-map, c++-mode-map):
1997-08-09 Richard M. Stallman(c-symbol-key):
1997-07-18 Richard M. StallmanRequire 'cc-defs for the definition of c-emacs-features.
1997-07-13 Richard M. StallmanRequire cc-defs.
1997-07-10 Richard M. StallmanInitial revision