log lisp/progmodes/cc-engine.el @ 70025:c4d23fcbb9bd

age author description
Fri, 24 Feb 2006 15:33:02 +0000 Alan Mackenzie cc-align.el, cc-awk.el, cc-bytecomp.el, cc-cmds.el, cc-compat.el,
Fri, 10 Feb 2006 09:00:31 +0000 Nick Roberts Update copyright for 2006.
Fri, 16 Dec 2005 20:07:40 +0000 Stefan Monnier (c-after-change-check-<>-operators):
Fri, 02 Dec 2005 12:30:36 +0000 Alan Mackenzie Update CC Mode to release 5.31.
Tue, 09 Aug 2005 11:39:24 +0000 Richard M. Stallman (c-guess-basic-syntax): Add autoload.
Mon, 01 Aug 2005 08:43:45 +0000 Nick Roberts Update copyright for release of 22.1 for progmodes directory.
Mon, 23 May 2005 09:12:39 +0000 Juanma Barranquero (c-guess-basic-syntax): Remove spurious call to `zerop'.
Mon, 23 May 2005 00:03:59 +0000 Martin Stjernholm 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
Sat, 14 May 2005 11:29:04 +0000 Richard M. Stallman (c-literal-faces): Add font-lock-comment-delimiter-face.
Wed, 11 Aug 2004 16:22:21 +0000 Martin Stjernholm Updated CC Mode to 5.30.9.
Sun, 16 Nov 2003 16:55:08 +0000 Martin Stjernholm CC Mode update (5.30.8).
Wed, 24 Sep 2003 13:55:23 +0000 Martin Stjernholm (c-parse-state): Fixed bug that could cause errors when the state
Mon, 01 Sep 2003 15:45:59 +0000 Miles Bader Add arch taglines
Tue, 26 Aug 2003 11:51:16 +0000 Martin Stjernholm (c-just-after-func-arglist-p): Safeguard against unbalanced sexps.
Sun, 03 Aug 2003 12:29:57 +0000 Martin Stjernholm 2003-08-01 Martin Stjernholm <bug-cc-mode@gnu.org>
Wed, 16 Jul 2003 20:54:46 +0000 Martin Stjernholm (c-literal-faces): Declare as a variable since it might be modified.
Sun, 13 Jul 2003 00:20:27 +0000 Richard M. Stallman (c-declare-lang-variables): Don't use mapcan.
Tue, 08 Jul 2003 23:21:04 +0000 Martin Stjernholm 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
Thu, 03 Jul 2003 12:30:59 +0000 Martin Stjernholm Updated CC Mode to version 5.30.
Sun, 23 Mar 2003 01:58:30 +0000 Martin Stjernholm (c-parse-state): Added kludge to avoid an infinite loop when Emacs'
Fri, 18 Oct 2002 08:52:37 +0000 Juanma Barranquero Fix typo in comment.
Tue, 20 Aug 2002 21:58:51 +0000 Martin Stjernholm (c-forward-syntactic-ws): Fixed a bug that could cause an infinite
Thu, 25 Jul 2002 13:23:27 +0000 Sam Steingold (c-search-uplist-for-classkey): When `search-end' is a cons, use its car.
Sat, 25 May 2002 16:17:27 +0000 Martin Stjernholm (c-add-stmt-syntax): Fixed some cases of wrong anchoring, e.g. for
Tue, 30 Apr 2002 23:00:54 +0000 Martin Stjernholm (c-beginning-of-decl-1): Better way to handle protection labels, one
Mon, 22 Apr 2002 00:35:36 +0000 Martin Stjernholm CC Mode update to version 5.29. This is for testing; it's not a released
Fri, 12 Apr 2002 03:05:04 +0000 Stefan Monnier (c-backward-to-start-of-if): Don't assume point-min == 1.
Mon, 19 Nov 2001 22:55:33 +0000 Stefan Monnier (c-parse-state): Typo. From Martin Stjernholm.
Wed, 24 Oct 2001 16:07:06 +0000 Stefan Monnier (c-beginning-of-member-init-list):
Mon, 16 Jul 2001 07:46:48 +0000 Pavel Jank Some fixes to follow coding conventions.