1 new commit in semantic:
https://bitbucket.org/xemacs/semantic/commits/40d47902d21a/
Changeset: 40d47902d21a
User: Jerry James
Date: 2014-05-13 21:54:57
Summary: Migrate .cvsignore files to a single .hgignore file.
In addition:
- Restore CVS keyword expansions that were lost during the switch to Mercurial
- Update texinfo sources for texinfo 5.x
See <CAHCOHQmqMvFtLqEt6M+w4vFyq9=e+i1Uy8zaQcUeAjeV3F9uWQ(a)mail.gmail.com> in
xemacs-patches and followups for details.
Affected #: 128 files
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b .cvsignore
--- a/.cvsignore
+++ /dev/null
@@ -1,1 +0,0 @@
-semantic*.html
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b .hgignore
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,12 @@
+^#\..*#$
+^\.#
+~$
+\.elc$
+\.html$
+\.info$
+^_pkg\.el$
+^auto-autoloads\.el$
+^custom-defines\.el$
+^custom-load\.el$
+^package-info$
+^pdepends\.mk$
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-05-13 Jerry James <james(a)xemacs.org>
+
+ * .cvsignore: Remove.
+ * .hgignore: New file.
+ * All files: restore CVS keyword expansions.
+ * doc/*.texi: Update for texinfo 5.x.
+
2009-02-04 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.21 released.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b bovine/bovine-debug.el
--- a/bovine/bovine-debug.el
+++ b/bovine/bovine-debug.el
@@ -3,7 +3,7 @@
;;; Copyright (C) 2003 Eric M. Ludlam
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
-;; X-RCS: $Id$
+;; X-RCS: $Id: bovine-debug.el,v 1.1 2007-11-26 15:11:49 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b bovine/bovine-grammar-macros.el
--- a/bovine/bovine-grammar-macros.el
+++ b/bovine/bovine-grammar-macros.el
@@ -6,7 +6,7 @@
;; Maintainer: David Ponce <david(a)dponce.com>
;; Created: 02 Aug 2003
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: bovine-grammar-macros.el,v 1.1 2007-11-26 15:11:50 michaels Exp $
;;
;; This file is not part of GNU Emacs.
;;
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b bovine/bovine-grammar.el
--- a/bovine/bovine-grammar.el
+++ b/bovine/bovine-grammar.el
@@ -6,7 +6,7 @@
;; Maintainer: David Ponce <david(a)dponce.com>
;; Created: 26 Aug 2002
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: bovine-grammar.el,v 1.1 2007-11-26 15:11:50 michaels Exp $
;;
;; This file is not part of GNU Emacs.
;;
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b bovine/bovine-grammar.el.upstream
--- a/bovine/bovine-grammar.el.upstream
+++ b/bovine/bovine-grammar.el.upstream
@@ -6,7 +6,7 @@
;; Maintainer: David Ponce <david(a)dponce.com>
;; Created: 26 Aug 2002
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: bovine-grammar.el.upstream,v 1.1 2007-11-26 15:11:50 michaels Exp $
;;
;; This file is not part of GNU Emacs.
;;
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b bovine/c.by
--- a/bovine/c.by
+++ b/bovine/c.by
@@ -7,7 +7,7 @@
;; David Ponce <david(a)dponce.com>
;; Klaus Berndl <klaus.berndl(a)sdm.de>
;;
-;; X-RCS: $Id$
+;; X-RCS: $Id: c.by,v 1.1 2007-11-26 15:11:51 michaels Exp $
;;
;; c.by is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b bovine/erlang-edoc.el
--- a/bovine/erlang-edoc.el
+++ b/bovine/erlang-edoc.el
@@ -4,7 +4,7 @@
;; Author: <svg(a)surnet.ru>
;; Keywords: languages, docs
-;; $Id$
+;; $Id: erlang-edoc.el,v 1.1 2007-11-26 15:11:51 michaels Exp $
;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b bovine/erlang-edoc.el.upstream
--- a/bovine/erlang-edoc.el.upstream
+++ b/bovine/erlang-edoc.el.upstream
@@ -4,7 +4,7 @@
;; Author: <svg(a)surnet.ru>
;; Keywords: languages, docs
-;; $Id$
+;; $Id: erlang-edoc.el.upstream,v 1.1 2007-11-26 15:11:52 michaels Exp $
;; This file is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b bovine/erlang.by
--- a/bovine/erlang.by
+++ b/bovine/erlang.by
@@ -21,7 +21,7 @@
;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
;; Boston, MA 02110-1301, USA.
;;
-;; $Id$
+;; $Id: erlang.by,v 1.1 2007-11-26 15:11:52 michaels Exp $
;;
%package semantic-erlang-by
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b bovine/make.by
--- a/bovine/make.by
+++ b/bovine/make.by
@@ -3,7 +3,7 @@
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Eric M. Ludlam
;;
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
-;; X-RCS: $Id$
+;; X-RCS: $Id: make.by,v 1.1 2007-11-26 15:11:52 michaels Exp $
;;
;; make.bnf is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b bovine/scheme.by
--- a/bovine/scheme.by
+++ b/bovine/scheme.by
@@ -3,7 +3,7 @@
;; Copyright (C) 2001, 2003 Eric M. Ludlam
;;
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
-;; X-RCS: $Id$
+;; X-RCS: $Id: scheme.by,v 1.1 2007-11-26 15:11:53 michaels Exp $
;;
;; This is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b bovine/semantic-bovine.el
--- a/bovine/semantic-bovine.el
+++ b/bovine/semantic-bovine.el
@@ -2,7 +2,7 @@
;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2007 Eric M. Ludlam
-;; X-CVS: $Id$
+;; X-CVS: $Id: semantic-bovine.el,v 1.1 2007-11-26 15:11:53 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b bovine/semantic-c-by.el
--- a/bovine/semantic-c-by.el
+++ b/bovine/semantic-c-by.el
@@ -5,7 +5,7 @@
;; Author: Eric M. Ludlam <zappo(a)projectile.siege-engine.com>
;; Created: 2007-06-05 21:47:07-0400
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-c-by.el,v 1.1 2007-11-26 15:11:54 michaels Exp $
;; This file is not part of GNU Emacs.
;;
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b bovine/semantic-c.el
--- a/bovine/semantic-c.el
+++ b/bovine/semantic-c.el
@@ -3,7 +3,7 @@
;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Eric M. Ludlam
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-c.el,v 1.3 2007-12-03 14:00:16 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b bovine/semantic-c.el.upstream
--- a/bovine/semantic-c.el.upstream
+++ b/bovine/semantic-c.el.upstream
@@ -3,7 +3,7 @@
;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Eric M. Ludlam
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-c.el.upstream,v 1.1 2007-12-03 07:04:56 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b bovine/semantic-el.el
--- a/bovine/semantic-el.el
+++ b/bovine/semantic-el.el
@@ -3,7 +3,7 @@
;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007 Eric M. Ludlam
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-el.el,v 1.2 2007-12-03 07:04:56 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b bovine/semantic-el.el.upstream
--- a/bovine/semantic-el.el.upstream
+++ b/bovine/semantic-el.el.upstream
@@ -3,7 +3,7 @@
;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007 Eric M. Ludlam
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-el.el.upstream,v 1.1 2007-12-03 07:04:57 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b bovine/semantic-erlang-by.el
--- a/bovine/semantic-erlang-by.el
+++ b/bovine/semantic-erlang-by.el
@@ -5,7 +5,7 @@
;; Author: Eric M. Ludlam <zappo(a)projectile.siege-engine.com>
;; Created: 2007-06-05 21:47:08-0400
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-erlang-by.el,v 1.1 2007-11-26 15:11:55 michaels Exp $
;; This file is not part of GNU Emacs.
;;
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b bovine/semantic-erlang.el
--- a/bovine/semantic-erlang.el
+++ b/bovine/semantic-erlang.el
@@ -6,7 +6,7 @@
;; Author: Vladimir G. Sekissov <svg(a)surnet.ru>
;; David Ponce <david(a)dponce.com>
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-erlang.el,v 1.1 2007-11-26 15:11:56 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b bovine/semantic-java.el
--- a/bovine/semantic-java.el
+++ b/bovine/semantic-java.el
@@ -4,7 +4,7 @@
;;; David Ponce
;; Author: David Ponce <david(a)dponce.com>
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-java.el,v 1.1 2007-11-26 15:11:56 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b bovine/semantic-make-by.el
--- a/bovine/semantic-make-by.el
+++ b/bovine/semantic-make-by.el
@@ -5,7 +5,7 @@
;; Author: Eric M. Ludlam <zappo(a)projectile.siege-engine.com>
;; Created: 2007-06-05 21:47:08-0400
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-make-by.el,v 1.1 2007-11-26 15:11:57 michaels Exp $
;; This file is not part of GNU Emacs.
;;
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b bovine/semantic-make.el
--- a/bovine/semantic-make.el
+++ b/bovine/semantic-make.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2000, 2001, 2002, 2003, 2004 Eric M. Ludlam
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-make.el,v 1.2 2007-12-03 07:04:57 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b bovine/semantic-make.el.upstream
--- a/bovine/semantic-make.el.upstream
+++ b/bovine/semantic-make.el.upstream
@@ -3,7 +3,7 @@
;; Copyright (C) 2000, 2001, 2002, 2003, 2004 Eric M. Ludlam
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-make.el.upstream,v 1.1 2007-12-03 07:04:57 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b bovine/semantic-scm-by.el
--- a/bovine/semantic-scm-by.el
+++ b/bovine/semantic-scm-by.el
@@ -5,7 +5,7 @@
;; Author: Eric M. Ludlam <zappo(a)projectile.siege-engine.com>
;; Created: 2007-06-05 21:47:08-0400
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-scm-by.el,v 1.1 2007-11-26 15:11:58 michaels Exp $
;; This file is not part of GNU Emacs.
;;
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b bovine/semantic-scm.el
--- a/bovine/semantic-scm.el
+++ b/bovine/semantic-scm.el
@@ -3,7 +3,7 @@
;;; Copyright (C) 2001, 2002, 2003, 2004 Eric M. Ludlam
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-scm.el,v 1.2 2007-12-03 07:04:57 michaels Exp $
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b bovine/semantic-scm.el.upstream
--- a/bovine/semantic-scm.el.upstream
+++ b/bovine/semantic-scm.el.upstream
@@ -3,7 +3,7 @@
;;; Copyright (C) 2001, 2002, 2003, 2004 Eric M. Ludlam
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-scm.el.upstream,v 1.1 2007-12-03 07:04:58 michaels Exp $
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b bovine/semantic-skel.el
--- a/bovine/semantic-skel.el
+++ b/bovine/semantic-skel.el
@@ -3,7 +3,7 @@
;;; Copyright (C) 2001, 2003, 2004 Eric M. Ludlam
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-skel.el,v 1.1 2007-11-26 15:11:59 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b bovine/skeleton.by
--- a/bovine/skeleton.by
+++ b/bovine/skeleton.by
@@ -3,7 +3,7 @@
;; Copyright (C) 2001, 2003 Eric M. Ludlam
;;
;; Author:
-;; X-RCS: $Id$
+;; X-RCS: $Id: skeleton.by,v 1.1 2007-11-26 15:11:59 michaels Exp $
;;
;; .bnf is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b c.bnf
--- a/c.bnf
+++ b/c.bnf
@@ -3,7 +3,7 @@
# Copyright (C) 1999, 2000, 2001, 2002 Eric M. Ludlam
#
# Author: Eric M. Ludlam <zappo(a)gnu.org>
-# X-RCS: $Id$
+# X-RCS: $Id: c.bnf,v 1.59.2.10 2003/04/04 12:19:38 berndl Exp $
#
# c.bnf is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b doc/glossary.texi
--- a/doc/glossary.texi
+++ b/doc/glossary.texi
@@ -5,7 +5,7 @@
@c proper menus for this chapter.
@end ignore
-@table @keyword
+@table @dfn
@item BNF
In semantic 1.4, a BNF file represented ``Bovine Normal Form'', the
grammar file used for the 1.4 parser generator. This was a play on
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b doc/lang-support-guide.texi
--- a/doc/lang-support-guide.texi
+++ b/doc/lang-support-guide.texi
@@ -112,7 +112,7 @@
* Index::
@end menu
-@node Tag Structure
+@node Tag Structure, Language Support Overview, top, top
@chapter Tag Structure
@cindex Tag Structure
@@ -158,7 +158,7 @@
To create tags for a functional or object oriented language, you can
use s series of tag creation functions. @inforef{Creating Tags, , semantic-appdev}
-@node Language Support Overview
+@node Language Support Overview, Writing Lexers, Tag Structure, top
@chapter Language Support Overview
@cindex Language Support Overview
@@ -192,7 +192,7 @@
* Application API Structure::
@end menu
-@node Semantic Overload Mechanism
+@node Semantic Overload Mechanism, Semantic Parser Structure, Language Support Overview,
Language Support Overview
@section Semantic Overload Mechanism
one of @semantic{}'s goals is to provide a framework for supporting a
@@ -325,7 +325,7 @@
that sourse file. Overload files advertise that they @i{should} be
overloaded, and define syntactic sugar to do so.
-@node Semantic Parser Structure
+@node Semantic Parser Structure, Application API Structure, Semantic Overload Mechanism,
Language Support Overview
@section Semantic Parser Structure
NOTE: describe the functions that do parsing, and how to overload each.
@@ -384,7 +384,7 @@
@end example
-@node Application API Structure
+@node Application API Structure, , Semantic Parser Structure, Language Support Overview
@section Application API Structure
NOTE: improve this:
@@ -425,7 +425,7 @@
* Semantic Analyzer Support::
@end menu
-@node Semantic Analyzer Support
+@node Semantic Analyzer Support, , Application API Structure, Application API Structure
@subsection Semantic Analyzer Support
@ignore
@@ -453,7 +453,7 @@
list including `clone' and the like.
@end ignore
-@node Writing Lexers
+@node Writing Lexers, Writing Parsers, Language Support Overview, top
@chapter Writing Lexers
@cindex Writing Lexers
@@ -504,7 +504,7 @@
* Keyword Properties::
@end menu
-@node Lexer Overview
+@node Lexer Overview, Lexer Output, Writing Lexers, Writing Lexers
@section Lexer Overview
@semantic lexer breaks up the content of an Emacs buffer into a stream of
@@ -556,7 +556,7 @@
@code{forward-sexp}
are employed.
-@node Lexer Output
+@node Lexer Output, Lexer Construction, Lexer Overview, Writing Lexers
@section Lexer Output
The lexer, @ref{semantic-lex}, scans the content of a buffer and
@@ -670,7 +670,7 @@
Skipping over matched parenthesis is achieved by simply calling
the built-in functions @code{forward-list} and @code{forward-sexp}.
-@node Lexer Construction
+@node Lexer Construction, Lexer Built In Analyzers, Lexer Output, Writing Lexers
@section Lexer Construction
While using the default lexer is certainly an option, particularly
@@ -698,7 +698,7 @@
several built in analyzers, or one of your own construction. The
built in analyzers are:
-@node Lexer Built In Analyzers
+@node Lexer Built In Analyzers, Lexer Analyzer Construction, Lexer Construction, Writing
Lexers
@section Lexer Built In Analyzers
@defspec semantic-lex-default-action
@@ -820,7 +820,7 @@
Detect and create a comment token.
@end defspec
-@node Lexer Analyzer Construction
+@node Lexer Analyzer Construction, Keywords, Lexer Built In Analyzers, Writing Lexers
@section Lexer Analyzer Construction
Each of the previous built in analyzers are constructed using a set
@@ -905,7 +905,7 @@
a block the parser does not need to know the contents of those braces
while parsing, and can skip them all together.
-@node Keywords
+@node Keywords, Keyword Properties, Lexer Analyzer Construction, Writing Lexers
@section Keywords
Another important piece of the lexer is the keyword table (see
@@ -945,7 +945,7 @@
While examining the text in a language buffer, this can provide an easy
and quick way of storing details about text in the buffer.
-@node Keyword Properties
+@node Keyword Properties, , Keywords, Writing Lexers
@section Standard Keyword Properties
Keywords in a language can have multiple properties. These
@@ -980,7 +980,7 @@
@end table
-@node Writing Parsers
+@node Writing Parsers, Parsing a language file, Writing Lexers, top
@chapter Writing Parsers
@cindex Writing Parsers
@@ -1037,7 +1037,7 @@
* Parser Backend Support:: Lisp needed to support a grammar.
@end menu
-@node External Parsers
+@node External Parsers, Grammar Programming Environment, Writing Parsers, Writing
Parsers
@section External Parsers
The texinfo parser in @file{semantic-texi.el} is an example of an
@@ -1046,7 +1046,7 @@
Note: Finish this.
-@node Grammar Programming Environment
+@node Grammar Programming Environment, Parser Backend Support, External Parsers, Writing
Parsers
@section Grammar Programming Environment
Semantic grammar files in @file{.by} or @file{.wy} format have their
@@ -1058,7 +1058,7 @@
For more information,
@inforef{top, the Grammar Framework Manual, grammar-fw}.
-@node Parsing a language file
+@node Parsing a language file, Debugging, Writing Parsers, top
@chapter Parsing a language file
The best way to call the parser from programs is via
@@ -1101,7 +1101,7 @@
stream is requested.
@end deffn
-@node Parser Backend Support
+@node Parser Backend Support, , Grammar Programming Environment, Writing Parsers
@section Parser Backend Support
Once you have written a grammar file that has been compiled into
@@ -1122,7 +1122,7 @@
* Tag Expansion::
@end menu
-@node Example Backend File
+@node Example Backend File, Tag Expansion, Parser Backend Support, Parser Backend
Support
@subsection Example Backend File
Typical structure for this file is:
@@ -1198,7 +1198,7 @@
;;; semantic-foo.el ends here
@end example
-@node Tag Expansion
+@node Tag Expansion, , Example Backend File, Parser Backend Support
@subsection Tag Expansion
In any language with compound tag types, you will need to implement
@@ -1258,7 +1258,7 @@
This will cause the custom tag to be replaced by the tags created in
the :value attribute of the specially constructed tag.
-@node Debugging
+@node Debugging, Parser Error Handling, Parsing a language file, top
@chapter Debugging
Grammars can be tricky things to debug. There are several types of
@@ -1276,7 +1276,7 @@
* Semantic 1.4 Doc::
@end menu
-@node Lexical Debugging
+@node Lexical Debugging, Parser Output tools, Debugging, Debugging
@section Lexical Debugging
The first major problem you may encounter is with lexical analysis.
@@ -1297,7 +1297,7 @@
For an example of what the output of the @code{semantic-lex} function
should return, see @ref{Lexer Output}.
-@node Parser Output tools
+@node Parser Output tools, Bovine Parser Debugging, Lexical Debugging, Debugging
@section Parser Output tools
There are several tools which can be used to see what the parser
@@ -1374,7 +1374,7 @@
the output buffer.
@end deffn
-@node Bovine Parser Debugging
+@node Bovine Parser Debugging, Wisent Parser Debugging, Parser Output tools, Debugging
@section Bovine Parser Debugging
The bovine parser is described in @inforef{top, ,bovine}.
@@ -1434,7 +1434,7 @@
a specific backend implementation. If someone wants to implement a
debugger backend for wisent, that would be spiff.
-@node Wisent Parser Debugging
+@node Wisent Parser Debugging, Overlay Debugging, Bovine Parser Debugging, Debugging
@section Wisent Parser Debugging
Wisent does not implement a backend for @code{semantic-debug}, it
@@ -1443,7 +1443,7 @@
@inforef{Grammar Debugging, , wisent}
-@node Overlay Debugging
+@node Overlay Debugging, Incremental Parser Debugging, Wisent Parser Debugging,
Debugging
@section Overlay Debugging
Once a buffer has been parsed into a tag table, the next most
@@ -1478,7 +1478,7 @@
saving or restoring tags from semanticdb, this is the most likely
cause of the problem.
-@node Incremental Parser Debugging
+@node Incremental Parser Debugging, Debugging Analysis, Overlay Debugging, Debugging
@section Incremental Parser Debugging
The incremental parser is a highly complex engine for quickly
@@ -1544,7 +1544,7 @@
If @code{nil}, errors are still displayed, but informative messages are not.
@end defvar
-@node Debugging Analysis
+@node Debugging Analysis, Semantic 1.4 Doc, Incremental Parser Debugging, Debugging
@section Debugging Analysis
The semantic analyzer is a at the top of the food chain when it comes
@@ -1565,7 +1565,7 @@
@ref{Semantic Analyzer Support}
@inforef{Analyzer, , semantic-user}
-@node Semantic 1.4 Doc
+@node Semantic 1.4 Doc, , Debugging Analysis, Debugging
@section Semantic 1.4 Doc
@i{
@@ -1614,18 +1614,18 @@
NOTE: Semantic 2.0 has more debugging commands. Use:
@kbd{C-h m semantic-debug-mode} to view.
-@node Parser Error Handling
+@node Parser Error Handling, GNU Free Documentation License, Debugging, top
@chapter Parser Error Handling
@cindex Parser Error Handling
NOTE: Write Me
-@node GNU Free Documentation License
+@node GNU Free Documentation License, Index, Parser Error Handling, top
@appendix GNU Free Documentation License
@include fdl.texi
-@node Index
+@node Index, , GNU Free Documentation License, top
@unnumbered Index
@printindex cp
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b doc/minor-modes.texi
--- a/doc/minor-modes.texi
+++ b/doc/minor-modes.texi
@@ -1,6 +1,6 @@
@ignore
@node Semantic Minor Modes
-@chapter Semantic Mintor Modes
+@chapter Semantic Minor Modes
@end ignore
Semantic comes with a wide range of minor-modes which use various
@@ -15,7 +15,7 @@
* Development Modes:: Modes for assisting in developing/debugging Semantic.
@end menu
-@node Code Helpers
+@node Code Helpers, Development Modes, Minor Modes, Minor Modes
@section Code Helpers
Code Helpers are minor modes that augment basic Emacs behavior in ways
@@ -29,7 +29,7 @@
Senator is another mode which can assist in programming @ref{senator}.
-@node Development Modes
+@node Development Modes, , Code Helpers, Minor Modes
@section Development Modes
@menu
@@ -38,7 +38,7 @@
* Unmatched Syntax Highlighting::
@end menu
-@node Sticky Function Mode
+@node Sticky Function Mode, Tag Decoration Mode, Code Helpers, Code Helpers
@subsection Sticky Function Headers
@deffn Command semantic-stickyfunc-mode &optional arg
@@ -59,7 +59,7 @@
List of tag classes which sticky func will display in the header line.
@end defvar
-@node Tag Decoration Mode
+@node Tag Decoration Mode, MRU Bookmarks Mode, Sticky Function Mode, Code Helpers
@subsection Tag Decoration Mode
@cindex semantic-decoration-mode
@@ -117,7 +117,7 @@
decoration @var{api} found in this library.
@end defun
-@node MRU Bookmarks Mode
+@node MRU Bookmarks Mode, , Tag Decoration Mode, Code Helpers
@subsection MRU Bookmarks Mode
@cindex semantic-mru-bookmark-mode
@@ -150,7 +150,7 @@
-@node Highlight Edits Mode
+@node Highlight Edits Mode, Parser State, Development Modes, Development Modes
@subsection Highlight Edits Mode
Highlight edits mode is useful mostly for debugging the incremental
@@ -172,7 +172,7 @@
Face used to show dirty tokens in @code{semantic-highlight-edits-mode}.
@end deffn
-@node Parser State
+@node Parser State, Unmatched Syntax Highlighting, Highlight Edits Mode, Development
Modes
@subsection Parser State
@deffn Command semantic-show-parser-state-mode &optional arg
@@ -198,7 +198,7 @@
minor mode is enabled.
@end deffn
-@node Unmatched Syntax Highlighting
+@node Unmatched Syntax Highlighting, , Parser State, Development Modes
@subsection Unmatched Syntax Highlighting
@deffn Command semantic-show-unmatched-syntax-mode &optional arg
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b doc/tags.texi
--- a/doc/tags.texi
+++ b/doc/tags.texi
@@ -50,7 +50,7 @@
* Tag Internals::
@end menu
-@node Tag Basics
+@node Tag Basics, Tag Query, Semantic Tags, Semantic Tags
@section Tag Basics
@cindex Tag Basics
@@ -193,7 +193,7 @@
Finally @ref{Tag Overlay,Tag Overlay} lists functions dealing with
the @var{overlay} component.
-@node Tag Query
+@node Tag Query, Tag Overlay, Tag Basics, Semantic Tags
@section Tag Query
@cindex Tag Query
@@ -409,7 +409,7 @@
@subsection Location
-@node Tag Overlay
+@node Tag Overlay, Tag Hooks, Tag Query, Semantic Tags
@section Tag Overlay
@cindex Tag Overlay
@@ -492,7 +492,7 @@
to any components beloning to an anonymous type.
@end defun
-@node Tag Hooks
+@node Tag Hooks, Misc Tag Functions, Tag Overlay, Semantic Tags
@section Tag Hooks
@cindex Tag Hooks
@@ -551,7 +551,7 @@
have direct buffer links.
@end table
-@node Misc Tag Functions
+@node Misc Tag Functions, Tag Internals, Tag Hooks, Semantic Tags
@section Misc Tag Functions
@cindex Misc Tag Functions
@@ -574,7 +574,7 @@
@obsolete{semantic-with-buffer-narrowed-to-token,semantic-with-buffer-narrowed-to-tag}
@end defun
-@node Tag Internals
+@node Tag Internals, , Misc Tag Functions, Semantic Tags
@section Tag Internals
@cindex Tag Internals
@@ -586,7 +586,7 @@
* Misc Tag Internals::
@end menu
-@node Tag Attributes Internals
+@node Tag Attributes Internals, Tag Properties Internals, Tag Internals, Tag Internals
@subsection Tag Attributes Internals
@ignore
@@ -649,7 +649,7 @@
Return @var{tag}.
@end defun
-@node Tag Properties Internals
+@node Tag Properties Internals, Tag Overlay Internals, Tag Attributes Internals, Tag
Internals
@subsection Tag Properties Internals
@ignore
@@ -717,7 +717,7 @@
@obsolete{semantic-tag-make-assoc-list,semantic-tag-make-plist}
@end defun
-@node Tag Overlay Internals
+@node Tag Overlay Internals, Creating Tags, Tag Properties Internals, Tag Internals
@subsection Tag Overlay Internals
Many of the overlay related functions were already documented in
@@ -734,7 +734,7 @@
In @var{tag}, set the @var{start} and @var{end} location of data it describes.
@end defun
-@node Creating Tags
+@node Creating Tags, Misc Tag Internals, Tag Overlay Internals, Tag Internals
@subsection Creating Tags
@defun semantic-tag name class &rest attributes
@@ -837,7 +837,7 @@
This runs the tag hook `unlink-copy-hook`.
@end defun
-@node Misc Tag Internals
+@node Misc Tag Internals, , Creating Tags, Tag Internals
@subsection Misc Tag Internals
@defun semantic--tag-run-hooks tag hook &rest args
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b document-vars.el
--- a/document-vars.el
+++ b/document-vars.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
;; Keywords: doc
-;; X-RCS: $Id$
+;; X-RCS: $Id: document-vars.el,v 1.4 2005/09/30 20:18:39 zappo Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b document.el
--- a/document.el
+++ b/document.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
;; Keywords: doc
-;; X-RCS: $Id$
+;; X-RCS: $Id: document.el,v 1.33 2007/03/17 21:21:01 zappo Exp $
;; Semantic is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b document.el.upstream
--- a/document.el.upstream
+++ b/document.el.upstream
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
;; Keywords: doc
-;; X-RCS: $Id$
+;; X-RCS: $Id: document.el.upstream,v 1.1 2007-11-26 15:10:31 michaels Exp $
;; Semantic is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b java.bnf
--- a/java.bnf
+++ b/java.bnf
@@ -6,7 +6,7 @@
# Author: Paul F. Kinnucan, Jr. <paulk(a)mathworks.com>
# David Ponce <david(a)dponce.com>
#
-# $Id$
+# $Id: java.bnf,v 1.15 2002/05/15 19:21:02 ponced Exp $
#
# java.bnf is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b make.bnf
--- a/make.bnf
+++ b/make.bnf
@@ -3,7 +3,7 @@
# Copyright (C) 1999, 2000, 2001, 2002 Eric M. Ludlam
#
# Author: Eric M. Ludlam <zappo(a)gnu.org>
-# X-RCS: $Id$
+# X-RCS: $Id: make.bnf,v 1.13 2002/05/07 01:31:15 zappo Exp $
#
# make.bnf is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -20,7 +20,7 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
#
-# $Log$
+# $Log: make.bnf,v $
# Revision 1.13 2002/05/07 01:31:15 zappo
# Merged from v1_4 branch.
#
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b scheme.bnf
--- a/scheme.bnf
+++ b/scheme.bnf
@@ -3,7 +3,7 @@
# Copyright (C) 2001 Eric M. Ludlam
#
# Author: Eric M. Ludlam <zappo(a)gnu.org>
-# X-RCS: $Id$
+# X-RCS: $Id: scheme.bnf,v 1.4 2001/10/03 00:30:01 zappo Exp $
#
# This is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-adebug-eieio.el
--- a/semantic-adebug-eieio.el
+++ b/semantic-adebug-eieio.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2007 Eric M. Ludlam
;; Author: Eric M. Ludlam <eric(a)siege-engine.com>
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-adebug-eieio.el,v 1.1 2007-11-26 15:10:31 michaels Exp $
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-adebug.el
--- a/semantic-adebug.el
+++ b/semantic-adebug.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2007 Eric M. Ludlam
;; Author: Eric M. Ludlam <eric(a)siege-engine.com>
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-adebug.el,v 1.1 2007-11-26 15:10:32 michaels Exp $
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-analyze.el
--- a/semantic-analyze.el
+++ b/semantic-analyze.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-analyze.el,v 1.53 2007/05/17 15:46:42 zappo Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-ast.el
--- a/semantic-ast.el
+++ b/semantic-ast.el
@@ -6,7 +6,7 @@
;; Maintainer: David Ponce <david(a)dponce.com>
;; Created: 25 June 2003
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-ast.el,v 1.1 2007-11-26 15:10:32 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-bnf.el
--- a/semantic-bnf.el
+++ b/semantic-bnf.el
@@ -5,7 +5,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
;; Version: 0.2
;; Keywords: parse
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-bnf.el,v 1.55 2002/06/18 21:31:43 ponced Exp $
;; Semantic-bnf is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-cb.el
--- a/semantic-cb.el
+++ b/semantic-cb.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-cb.el,v 1.18 2005/09/30 20:18:50 zappo Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-chart.el
--- a/semantic-chart.el
+++ b/semantic-chart.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
;; Keywords: chart
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-chart.el,v 1.10 2005/09/30 20:18:53 zappo Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-complete.el
--- a/semantic-complete.el
+++ b/semantic-complete.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-complete.el,v 1.1 2007-11-26 15:10:33 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-ctxt.el
--- a/semantic-ctxt.el
+++ b/semantic-ctxt.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-ctxt.el,v 1.43 2007/02/19 13:48:19 zappo Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-debug.el
--- a/semantic-debug.el
+++ b/semantic-debug.el
@@ -3,7 +3,7 @@
;;; Copyright (C) 2003, 2004, 2005 Eric M. Ludlam
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-debug.el,v 1.1 2007-11-26 15:10:34 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-debug.el.upstream
--- a/semantic-debug.el.upstream
+++ b/semantic-debug.el.upstream
@@ -3,7 +3,7 @@
;;; Copyright (C) 2003, 2004, 2005 Eric M. Ludlam
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-debug.el.upstream,v 1.1 2007-11-26 15:10:34 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-decorate-mode.el
--- a/semantic-decorate-mode.el
+++ b/semantic-decorate-mode.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-decorate-mode.el,v 1.1 2007-11-26 15:10:34 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-decorate.el
--- a/semantic-decorate.el
+++ b/semantic-decorate.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-decorate.el,v 1.1 2007-11-26 15:10:35 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-dep.el
--- a/semantic-dep.el
+++ b/semantic-dep.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-dep.el,v 1.1 2007-11-26 15:10:35 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-doc.el
--- a/semantic-doc.el
+++ b/semantic-doc.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-doc.el,v 1.1 2007-11-26 15:10:35 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-ede-grammar.el
--- a/semantic-ede-grammar.el
+++ b/semantic-ede-grammar.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
;; Keywords: project, make
-;; RCS: $Id$
+;; RCS: $Id: semantic-ede-grammar.el,v 1.1 2007-11-26 15:10:35 michaels Exp $
;; This software is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-edit.el
--- a/semantic-edit.el
+++ b/semantic-edit.el
@@ -2,7 +2,7 @@
;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Eric M. Ludlam
-;; X-CVS: $Id$
+;; X-CVS: $Id: semantic-edit.el,v 1.1 2007-11-26 15:10:35 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-example.el
--- a/semantic-example.el
+++ b/semantic-example.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-example.el,v 1.6 2005/09/30 20:20:07 zappo Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-find.el
--- a/semantic-find.el
+++ b/semantic-find.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-find.el,v 1.1 2007-11-26 15:10:36 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-format.el
--- a/semantic-format.el
+++ b/semantic-format.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-format.el,v 1.1 2007-11-26 15:10:36 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-fw.el
--- a/semantic-fw.el
+++ b/semantic-fw.el
@@ -2,7 +2,7 @@
;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Eric M. Ludlam
-;; X-CVS: $Id$
+;; X-CVS: $Id: semantic-fw.el,v 1.1 2007-11-26 15:10:37 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-fw.el.upstream
--- a/semantic-fw.el.upstream
+++ b/semantic-fw.el.upstream
@@ -2,7 +2,7 @@
;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Eric M. Ludlam
-;; X-CVS: $Id$
+;; X-CVS: $Id: semantic-fw.el.upstream,v 1.1 2007-11-26 15:10:37 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-grammar-wy.el
--- a/semantic-grammar-wy.el
+++ b/semantic-grammar-wy.el
@@ -5,7 +5,7 @@
;; Author: David Ponce <david(a)dponce.com>
;; Created: 2004-03-20 12:34:58+0100
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-grammar-wy.el,v 1.1 2007-11-26 15:10:37 michaels Exp $
;; This file is not part of GNU Emacs.
;;
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-grammar.el
--- a/semantic-grammar.el
+++ b/semantic-grammar.el
@@ -6,7 +6,7 @@
;; Maintainer: David Ponce <david(a)dponce.com>
;; Created: 15 Aug 2002
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-grammar.el,v 1.1 2007-11-26 15:10:37 michaels Exp $
;;
;; This file is not part of GNU Emacs.
;;
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-grammar.wy
--- a/semantic-grammar.wy
+++ b/semantic-grammar.wy
@@ -6,7 +6,7 @@
;; Maintainer: David Ponce <david(a)dponce.com>
;; Created: 26 Aug 2002
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-grammar.wy,v 1.1 2007-11-26 15:10:38 michaels Exp $
;;
;; This file is not part of GNU Emacs.
;;
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-html.el
--- a/semantic-html.el
+++ b/semantic-html.el
@@ -3,7 +3,7 @@
;;; Copyright (C) 2004, 2005, 2007 Eric M. Ludlam
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-html.el,v 1.1 2007-11-26 15:10:38 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-ia-sb.el
--- a/semantic-ia-sb.el
+++ b/semantic-ia-sb.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-ia-sb.el,v 1.18 2006/07/29 15:05:00 zappo Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-ia.el
--- a/semantic-ia.el
+++ b/semantic-ia.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-ia.el,v 1.14 2007/02/22 03:32:03 zappo Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-idle.el
--- a/semantic-idle.el
+++ b/semantic-idle.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-idle.el,v 1.1 2007-11-26 15:10:38 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-imenu.el
--- a/semantic-imenu.el
+++ b/semantic-imenu.el
@@ -5,7 +5,7 @@
;; Created By: Paul Kinnucan
;; Maintainer: Eric Ludlam
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-imenu.el,v 1.56 2007/02/19 02:51:54 zappo Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-lex-spp.el
--- a/semantic-lex-spp.el
+++ b/semantic-lex-spp.el
@@ -2,7 +2,7 @@
;;; Copyright (C) 2006, 2007 Eric M. Ludlam
-;; X-CVS: $Id$
+;; X-CVS: $Id: semantic-lex-spp.el,v 1.1 2007-11-26 15:10:40 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-lex.el
--- a/semantic-lex.el
+++ b/semantic-lex.el
@@ -2,7 +2,7 @@
;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Eric M. Ludlam
-;; X-CVS: $Id$
+;; X-CVS: $Id: semantic-lex.el,v 1.1 2007-11-26 15:10:40 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-load.el
--- a/semantic-load.el
+++ b/semantic-load.el
@@ -3,7 +3,7 @@
;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Eric M. Ludlam
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-load.el,v 1.56 2007/05/31 02:25:55 zappo Exp $
;; Semantic is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-mru-bookmark.el
--- a/semantic-mru-bookmark.el
+++ b/semantic-mru-bookmark.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2007 Eric M. Ludlam
;; Author: Eric M. Ludlam <eric(a)siege-engine.com>
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-mru-bookmark.el,v 1.1 2007-11-26 15:10:41 michaels Exp $
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-regtest.el
--- a/semantic-regtest.el
+++ b/semantic-regtest.el
@@ -4,7 +4,7 @@
;; Author: Klaus Berndl <klaus.berndl(a)sdm.de>
;; Keywords: syntax test
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-regtest.el,v 1.1 2007-11-26 15:10:41 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-sb.el
--- a/semantic-sb.el
+++ b/semantic-sb.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-sb.el,v 1.58 2007/02/19 02:52:50 zappo Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-sort.el
--- a/semantic-sort.el
+++ b/semantic-sort.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-sort.el,v 1.1 2007-11-26 15:10:42 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-tag-file.el
--- a/semantic-tag-file.el
+++ b/semantic-tag-file.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-tag-file.el,v 1.1 2007-11-26 15:10:43 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-tag-ls.el
--- a/semantic-tag-ls.el
+++ b/semantic-tag-ls.el
@@ -2,7 +2,7 @@
;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2006 Eric M. Ludlam
-;; X-CVS: $Id$
+;; X-CVS: $Id: semantic-tag-ls.el,v 1.1 2007-11-26 15:10:43 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-tag.el
--- a/semantic-tag.el
+++ b/semantic-tag.el
@@ -2,7 +2,7 @@
;;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007 Eric M. Ludlam
-;; X-CVS: $Id$
+;; X-CVS: $Id: semantic-tag.el,v 1.1 2007-11-26 15:10:43 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-texi.el
--- a/semantic-texi.el
+++ b/semantic-texi.el
@@ -3,7 +3,7 @@
;;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007 Eric M. Ludlam
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-texi.el,v 1.35 2007/05/20 16:06:35 zappo Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-utest.el
--- a/semantic-utest.el
+++ b/semantic-utest.el
@@ -3,7 +3,7 @@
;;; Copyright (C) 2003, 2004, 2007 Eric M. Ludlam
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-utest.el,v 1.1 2007-11-26 15:10:44 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-util-modes.el
--- a/semantic-util-modes.el
+++ b/semantic-util-modes.el
@@ -6,7 +6,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
;; Author: David Ponce <david(a)dponce.com>
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-util-modes.el,v 1.59 2007/02/19 02:54:37 zappo Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic-util.el
--- a/semantic-util.el
+++ b/semantic-util.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-util.el,v 1.131 2007/02/19 02:54:03 zappo Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic.el
--- a/semantic.el
+++ b/semantic.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic.el,v 1.201 2007/06/06 01:04:30 zappo Exp $
;;;###autoload
(eval-and-compile
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semantic.el.upstream
--- a/semantic.el.upstream
+++ b/semantic.el.upstream
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic.el.upstream,v 1.4 2007-11-26 15:10:44 michaels Exp $
(eval-and-compile
;; Other package depend on this value at compile time via inversion.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semanticdb-ebrowse.el
--- a/semanticdb-ebrowse.el
+++ b/semanticdb-ebrowse.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.org>, Joakim Verona
;; Keywords: tags
-;; X-RCS: $Id$
+;; X-RCS: $Id: semanticdb-ebrowse.el,v 1.1 2007-11-26 15:10:46 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semanticdb-el.el
--- a/semanticdb-el.el
+++ b/semanticdb-el.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
;; Keywords: tags
-;; X-RCS: $Id$
+;; X-RCS: $Id: semanticdb-el.el,v 1.1 2007-11-26 15:10:46 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semanticdb-file.el
--- a/semanticdb-file.el
+++ b/semanticdb-file.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
;; Keywords: tags
-;; X-RCS: $Id$
+;; X-RCS: $Id: semanticdb-file.el,v 1.1 2007-11-26 15:10:46 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semanticdb-find.el
--- a/semanticdb-find.el
+++ b/semanticdb-find.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
;; Keywords: tags
-;; X-RCS: $Id$
+;; X-RCS: $Id: semanticdb-find.el,v 1.1 2007-11-26 15:10:47 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semanticdb-mk.el
--- a/semanticdb-mk.el
+++ b/semanticdb-mk.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
;; Keywords: tags
-;; X-RCS: $Id$
+;; X-RCS: $Id: semanticdb-mk.el,v 1.1 2007-11-26 15:10:47 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semanticdb-search.el
--- a/semanticdb-search.el
+++ b/semanticdb-search.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
;; Keywords: tags
-;; X-RCS: $Id$
+;; X-RCS: $Id: semanticdb-search.el,v 1.1 2007-11-26 15:10:47 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semanticdb-skel.el
--- a/semanticdb-skel.el
+++ b/semanticdb-skel.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
;; Keywords: tags
-;; X-RCS: $Id$
+;; X-RCS: $Id: semanticdb-skel.el,v 1.1 2007-11-26 15:10:48 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semanticdb-system.el
--- a/semanticdb-system.el
+++ b/semanticdb-system.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
;; Keywords: tags
-;; X-RCS: $Id$
+;; X-RCS: $Id: semanticdb-system.el,v 1.1 2007-11-26 15:10:48 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semanticdb.el
--- a/semanticdb.el
+++ b/semanticdb.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
;; Keywords: tags
-;; X-RCS: $Id$
+;; X-RCS: $Id: semanticdb.el,v 1.84 2007/05/20 15:56:43 zappo Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b semanticdb.sh
--- a/semanticdb.sh
+++ b/semanticdb.sh
@@ -5,7 +5,7 @@
#
# Author: Eric M. Ludlam <zappo(a)gnu.org>
# Keywords: tags
-# X-RCS: $Id$
+# X-RCS: $Id: semanticdb.sh,v 1.1 2007-11-26 15:10:48 michaels Exp $
#
# This file is not part of GNU Emacs.
#
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b senator.el
--- a/senator.el
+++ b/senator.el
@@ -6,7 +6,7 @@
;; Maintainer: David Ponce <david(a)dponce.com>
;; Created: 10 Nov 2000
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: senator.el,v 1.117 2007/11/07 14:52:12 ponced Exp $
;; This file is not part of Emacs
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b senator.el.upstream
--- a/senator.el.upstream
+++ b/senator.el.upstream
@@ -6,7 +6,7 @@
;; Maintainer: David Ponce <david(a)dponce.com>
;; Created: 10 Nov 2000
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: senator.el.upstream,v 1.1 2008-04-06 18:06:18 michaels Exp $
;; This file is not part of Emacs
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b sformat.el
--- a/sformat.el
+++ b/sformat.el
@@ -46,7 +46,7 @@
;; and substring) to quickly scan over plain text, and then a slower
;; character by character scan to handle tokens.
-;;; $Id$
+;;; $Id: sformat.el,v 1.5 2002/05/07 01:31:13 zappo Exp $
;;
;; History
;;
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b skeleton.bnf
--- a/skeleton.bnf
+++ b/skeleton.bnf
@@ -3,7 +3,7 @@
# Copyright (C) 2001 Eric M. Ludlam
#
# Author:
-# X-RCS: $Id$
+# X-RCS: $Id: skeleton.bnf,v 1.1 2001/10/08 20:34:56 zappo Exp $
#
# .bnf is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b tests/test.c
--- a/tests/test.c
+++ b/tests/test.c
@@ -1,7 +1,7 @@
/* Test file for C language.
* Attempt to include as many aspects of the C language as possible.
*
- * $Id$
+ * $Id: test.c,v 1.1 2007-11-26 15:12:21 michaels Exp $
*
*/
/* types of include files */
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b tests/test.cpp
--- a/tests/test.cpp
+++ b/tests/test.cpp
@@ -3,7 +3,7 @@
* Do not include things tested in test.c since that shares the
* same language.
*
- * $Id$
+ * $Id: test.cpp,v 1.1 2007-11-26 15:12:22 michaels Exp $
*
*/
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b wisent/bison-wisent.el
--- a/wisent/bison-wisent.el
+++ b/wisent/bison-wisent.el
@@ -3,7 +3,7 @@
;;; Copyright (C) 2002 Eric M. Ludlam
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
-;; X-RCS: $Id$
+;; X-RCS: $Id: bison-wisent.el,v 1.1 2007-11-26 15:12:27 michaels Exp $
;; Semantic is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b wisent/semantic-wisent.el
--- a/wisent/semantic-wisent.el
+++ b/wisent/semantic-wisent.el
@@ -6,7 +6,7 @@
;; Maintainer: David Ponce <david(a)dponce.com>
;; Created: 30 Aug 2001
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: semantic-wisent.el,v 1.1 2007-11-26 15:12:27 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b wisent/wisent-awk-wy.el
--- a/wisent/wisent-awk-wy.el
+++ b/wisent/wisent-awk-wy.el
@@ -5,7 +5,7 @@
;; Author: Eric M. Ludlam <zappo(a)projectile.siege-engine.com>
;; Created: 2007-06-05 21:46:54-0400
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: wisent-awk-wy.el,v 1.1 2007-11-26 15:12:27 michaels Exp $
;; This file is not part of GNU Emacs.
;;
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b wisent/wisent-awk.wy
--- a/wisent/wisent-awk.wy
+++ b/wisent/wisent-awk.wy
@@ -7,7 +7,7 @@
;; Maintainer: David Ponce <david(a)dponce.com>
;; Created: 27 Feb 2002
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: wisent-awk.wy,v 1.1 2007-11-26 15:12:28 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b wisent/wisent-calc-wy.el
--- a/wisent/wisent-calc-wy.el
+++ b/wisent/wisent-calc-wy.el
@@ -5,7 +5,7 @@
;; Author: Eric M. Ludlam <zappo(a)projectile.siege-engine.com>
;; Created: 2007-06-05 21:46:55-0400
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: wisent-calc-wy.el,v 1.1 2007-11-26 15:12:28 michaels Exp $
;; This file is not part of GNU Emacs.
;;
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b wisent/wisent-calc.el
--- a/wisent/wisent-calc.el
+++ b/wisent/wisent-calc.el
@@ -6,7 +6,7 @@
;; Maintainer: David Ponce <david(a)dponce.com>
;; Created: 11 Sep 2001
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: wisent-calc.el,v 1.1 2007-11-26 15:12:28 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b wisent/wisent-calc.wy
--- a/wisent/wisent-calc.wy
+++ b/wisent/wisent-calc.wy
@@ -6,7 +6,7 @@
;; Maintainer: David Ponce <david(a)dponce.com>
;; Created: 19 Feb 2002
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: wisent-calc.wy,v 1.1 2007-11-26 15:12:29 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b wisent/wisent-cim-wy.el
--- a/wisent/wisent-cim-wy.el
+++ b/wisent/wisent-cim-wy.el
@@ -5,7 +5,7 @@
;; Author: Eric M. Ludlam <zappo(a)projectile.siege-engine.com>
;; Created: 2007-06-05 21:46:55-0400
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: wisent-cim-wy.el,v 1.1 2007-11-26 15:12:29 michaels Exp $
;; This file is not part of GNU Emacs.
;;
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b wisent/wisent-cim.wy
--- a/wisent/wisent-cim.wy
+++ b/wisent/wisent-cim.wy
@@ -7,7 +7,7 @@
;; Maintainer: David Ponce <david(a)dponce.com>
;; Created: 03 Mar 2002
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: wisent-cim.wy,v 1.1 2007-11-26 15:12:29 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b wisent/wisent-comp.el
--- a/wisent/wisent-comp.el
+++ b/wisent/wisent-comp.el
@@ -8,7 +8,7 @@
;; Maintainer: David Ponce <david(a)dponce.com>
;; Created: 30 January 2002
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: wisent-comp.el,v 1.2 2007-12-02 12:56:43 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b wisent/wisent-comp.el.upstream
--- a/wisent/wisent-comp.el.upstream
+++ b/wisent/wisent-comp.el.upstream
@@ -8,7 +8,7 @@
;; Maintainer: David Ponce <david(a)dponce.com>
;; Created: 30 January 2002
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: wisent-comp.el.upstream,v 1.1 2007-12-02 12:56:43 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b wisent/wisent-debug.el
--- a/wisent/wisent-debug.el
+++ b/wisent/wisent-debug.el
@@ -6,7 +6,7 @@
;; Maintainer: David Ponce <david(a)dponce.com>
;; Created: 11 February 2003
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: wisent-debug.el,v 1.1 2007-11-26 15:12:30 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b wisent/wisent-expr.el
--- a/wisent/wisent-expr.el
+++ b/wisent/wisent-expr.el
@@ -6,7 +6,7 @@
;; Maintainer: David Ponce <david(a)dponce.com>
;; Created: 19 June 2001
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: wisent-expr.el,v 1.1 2007-11-26 15:12:31 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b wisent/wisent-grammar-macros.el
--- a/wisent/wisent-grammar-macros.el
+++ b/wisent/wisent-grammar-macros.el
@@ -6,7 +6,7 @@
;; Maintainer: David Ponce <david(a)dponce.com>
;; Created: 02 Aug 2003
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: wisent-grammar-macros.el,v 1.1 2007-11-26 15:12:31 michaels Exp $
;;
;; This file is not part of GNU Emacs.
;;
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b wisent/wisent-grammar.el
--- a/wisent/wisent-grammar.el
+++ b/wisent/wisent-grammar.el
@@ -6,7 +6,7 @@
;; Maintainer: David Ponce <david(a)dponce.com>
;; Created: 26 Aug 2002
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: wisent-grammar.el,v 1.1 2007-11-26 15:12:31 michaels Exp $
;;
;; This file is not part of GNU Emacs.
;;
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b wisent/wisent-java-tags-wy.el
--- a/wisent/wisent-java-tags-wy.el
+++ b/wisent/wisent-java-tags-wy.el
@@ -5,7 +5,7 @@
;; Author: Eric M. Ludlam <zappo(a)projectile.siege-engine.com>
;; Created: 2007-06-05 21:46:53-0400
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: wisent-java-tags-wy.el,v 1.1 2007-11-26 15:12:31 michaels Exp $
;; This file is not part of GNU Emacs.
;;
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b wisent/wisent-java-tags.el
--- a/wisent/wisent-java-tags.el
+++ b/wisent/wisent-java-tags.el
@@ -6,7 +6,7 @@
;; Maintainer: David Ponce <david(a)dponce.com>
;; Created: 15 Dec 2001
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: wisent-java-tags.el,v 1.1 2007-11-26 15:12:32 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b wisent/wisent-java-tags.wy
--- a/wisent/wisent-java-tags.wy
+++ b/wisent/wisent-java-tags.wy
@@ -7,7 +7,7 @@
;; Maintainer: David Ponce <david(a)dponce.com>
;; Created: 25 Feb 2002
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: wisent-java-tags.wy,v 1.1 2007-11-26 15:12:32 michaels Exp $
;;
;; This file is not part of GNU Emacs.
;;
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b wisent/wisent-java-wy.el
--- a/wisent/wisent-java-wy.el
+++ b/wisent/wisent-java-wy.el
@@ -5,7 +5,7 @@
;; Author: Eric M. Ludlam <zappo(a)projectile.siege-engine.com>
;; Created: 2007-06-05 21:46:56-0400
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: wisent-java-wy.el,v 1.1 2007-11-26 15:12:32 michaels Exp $
;; This file is not part of GNU Emacs.
;;
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b wisent/wisent-java.el
--- a/wisent/wisent-java.el
+++ b/wisent/wisent-java.el
@@ -6,7 +6,7 @@
;; Maintainer: David Ponce <david(a)dponce.com>
;; Created: 19 June 2001
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: wisent-java.el,v 1.1 2007-11-26 15:12:33 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b wisent/wisent-java.wy
--- a/wisent/wisent-java.wy
+++ b/wisent/wisent-java.wy
@@ -6,7 +6,7 @@
;; Maintainer: David Ponce <david(a)dponce.com>
;; Created: 19 Feb 2002
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: wisent-java.wy,v 1.1 2007-11-26 15:12:33 michaels Exp $
;;
;; This file is not part of GNU Emacs.
;;
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b wisent/wisent-python-wy.el
--- a/wisent/wisent-python-wy.el
+++ b/wisent/wisent-python-wy.el
@@ -5,7 +5,7 @@
;; Author: Eric M. Ludlam <zappo(a)projectile.siege-engine.com>
;; Created: 2007-06-05 21:47:04-0400
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: wisent-python-wy.el,v 1.1 2007-11-26 15:12:33 michaels Exp $
;; This file is not part of GNU Emacs.
;;
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b wisent/wisent-python.el
--- a/wisent/wisent-python.el
+++ b/wisent/wisent-python.el
@@ -6,7 +6,7 @@
;; Maintainer: Richard Kim <ryk(a)dspwiz.com>
;; Created: June 2002
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: wisent-python.el,v 1.1 2007-11-26 15:12:34 michaels Exp $
;;
;; This file is not part of GNU Emacs.
;;
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b wisent/wisent-python.wy
--- a/wisent/wisent-python.wy
+++ b/wisent/wisent-python.wy
@@ -6,7 +6,7 @@
;; Maintainer: Richard Kim <ryk(a)dspwiz.com>
;; Created: June 2002
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: wisent-python.wy,v 1.1 2007-11-26 15:12:35 michaels Exp $
;;
;; This file is not part of GNU Emacs.
;;
diff -r 60e90ce2331577a314724e26e776a5a37d05a109 -r
40d47902d21af2e0868aca00674f07bef191994b wisent/wisent.el
--- a/wisent/wisent.el
+++ b/wisent/wisent.el
@@ -6,7 +6,7 @@
;; Maintainer: David Ponce <david(a)dponce.com>
;; Created: 30 January 2002
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: wisent.el,v 1.1 2007-11-26 15:12:35 michaels Exp $
;; This file is not part of GNU Emacs.
Repository URL:
https://bitbucket.org/xemacs/semantic/
--
This is a commit notification from
bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches