]> code.delx.au - gnu-emacs/history - lisp/progmodes/cc-langs.el
(c-before-font-lock-function): Correct a typo in the doc string.
[gnu-emacs] / lisp / progmodes / cc-langs.el
2008-04-06 Alan Mackenzie(c-before-font-lock-function): Correct a typo in the...
2008-03-01 Alan Mackenzie(c-before-font-lock-function): Fix bug in doc-string...
2008-02-19 Alan MackenzieSet of changes so that "obtrusive" syntactic elements...
2008-01-29 Alan Mackenzie(c-block-stmt-1-kwds, c-block-stmt-2-kwds, c-simple...
2008-01-29 Alan Mackenzie(c-specifier-key): Exclude "template" from this regexp...
2008-01-07 Glenn MorrisAdd 2008 to copyright years.
2007-08-28 Glenn Morris(c-constant-kwds): Add java: null, true, false.
2007-08-25 Alan Mackenzie(c-other-decl-block-key-in-symbols-alist): new language...
2007-07-28 Alan MackenzieFix problem with modes derived from CC Mode: Move...
2007-07-25 Glenn MorrisSwitch license to GPLv3 or later.
2007-04-09 Alan MackenzieChanges to make `narrow-to-defun' and `mark-defun'...
2007-01-21 Glenn MorrisAdd 2007 to copyright years.
2007-01-20 Alan MackenzieAdd my name.
2007-01-07 Alan Mackenzie(c-operators, c-filter-ops): Amend doc-string and comments.
2007-01-01 Alan MackenzieUpdate CC Mode to version 5.31.4. The detailed changes...
2006-12-10 Juanma Barranquero(c-at-vsemi-p-fn, c-vsemi-status-unknown-p-fn): Doc...
2006-12-03 Glenn MorrisFix Copyright format.
2006-07-20 Alan Mackenzie* progmodes/cc-langs.el (c-emacs-variable-inits): new...
2006-07-10 Alan Mackenzie* progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc...
2006-04-14 Stefan Monnier(c-mode-menu): Don't presume c-subword-mode is bound.
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