commit/eieio: Jerry James: Migrate .cvsignore files to a single .hgignore file.
10 years, 8 months
Bitbucket
1 new commit in eieio:
https://bitbucket.org/xemacs/eieio/commits/8eb90f0bed4e/
Changeset: 8eb90f0bed4e
User: Jerry James
Date: 2014-05-13 21:54:58
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 #: 18 files
diff -r c498c1621c7dff0e835215129b80c5b53eb4ef33 -r 8eb90f0bed4e51f95adaf09defa06117e2ea40f3 .cvsignore
--- a/.cvsignore
+++ /dev/null
@@ -1,1 +0,0 @@
-eieio*.html
diff -r c498c1621c7dff0e835215129b80c5b53eb4ef33 -r 8eb90f0bed4e51f95adaf09defa06117e2ea40f3 .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 c498c1621c7dff0e835215129b80c5b53eb4ef33 -r 8eb90f0bed4e51f95adaf09defa06117e2ea40f3 ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-05-13 Jerry James <james(a)xemacs.org>
+
+ * .cvsignore: Remove.
+ * .hgignore: New file.
+ * *.el: Restore CVS keyword expansions.
+ * eieio.texi: Ditto.
+
2010-03-30 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.07 released.
diff -r c498c1621c7dff0e835215129b80c5b53eb4ef33 -r 8eb90f0bed4e51f95adaf09defa06117e2ea40f3 call-tree.el
--- a/call-tree.el
+++ b/call-tree.el
@@ -5,7 +5,7 @@
;;
;; Author: <zappo(a)gnu.ai.mit.edu>
;; Version: 0.1
-;; RCS: $Id$
+;; RCS: $Id: call-tree.el,v 1.3 2007-11-26 15:01:03 michaels Exp $
;; Keywords: OO, tree, call-graph
;;
;; This program is free software; you can redistribute it and/or modify
diff -r c498c1621c7dff0e835215129b80c5b53eb4ef33 -r 8eb90f0bed4e51f95adaf09defa06117e2ea40f3 chart.el
--- a/chart.el
+++ b/chart.el
@@ -4,7 +4,7 @@
;;
;; Author: <zappo(a)gnu.org>
;; Version: 0.2
-;; RCS: $Id$
+;; RCS: $Id: chart.el,v 1.4 2007-11-26 15:01:03 michaels Exp $
;; Keywords: OO, chart, graph
;;
;; This program is free software; you can redistribute it and/or modify
diff -r c498c1621c7dff0e835215129b80c5b53eb4ef33 -r 8eb90f0bed4e51f95adaf09defa06117e2ea40f3 eieio-base.el
--- a/eieio-base.el
+++ b/eieio-base.el
@@ -4,7 +4,7 @@
;; Copyright (C) 2000, 2001, 2002, 2004, 2005, 2007 Eric M. Ludlam
;;
;; Author: <zappo(a)gnu.org>
-;; RCS: $Id$
+;; RCS: $Id: eieio-base.el,v 1.3 2007-11-26 15:01:03 michaels Exp $
;; Keywords: OO, lisp
;;
;; This program is free software; you can redistribute it and/or modify
diff -r c498c1621c7dff0e835215129b80c5b53eb4ef33 -r 8eb90f0bed4e51f95adaf09defa06117e2ea40f3 eieio-comp.el
--- a/eieio-comp.el
+++ b/eieio-comp.el
@@ -4,7 +4,7 @@
;; Copyright (C) 1995,1996, 1998, 1999, 2000, 2001, 2002, 2005 Eric M. Ludlam
;;
;; Author: <zappo(a)gnu.org>
-;; RCS: $Id$
+;; RCS: $Id: eieio-comp.el,v 1.6 2010-03-28 12:44:26 sperber-guest Exp $
;; Keywords: oop, lisp, tools
;;
;; This program is free software; you can redistribute it and/or modify
diff -r c498c1621c7dff0e835215129b80c5b53eb4ef33 -r 8eb90f0bed4e51f95adaf09defa06117e2ea40f3 eieio-custom.el
--- a/eieio-custom.el
+++ b/eieio-custom.el
@@ -3,7 +3,7 @@
;;; Copyright (C) 1999, 2000, 2001, 2005, 2007 Eric M. Ludlam
;;
;; Author: <zappo(a)gnu.org>
-;; RCS: $Id$
+;; RCS: $Id: eieio-custom.el,v 1.4 2007-11-26 15:01:04 michaels Exp $
;; Keywords: OO, lisp
;;
;; This program is free software; you can redistribute it and/or modify
diff -r c498c1621c7dff0e835215129b80c5b53eb4ef33 -r 8eb90f0bed4e51f95adaf09defa06117e2ea40f3 eieio-doc.el
--- a/eieio-doc.el
+++ b/eieio-doc.el
@@ -3,7 +3,7 @@
;;; Copyright (C) 1996, 1998, 1999, 2000, 2001, 2004, 2005 Eric M. Ludlam
;;
;; Author: <zappo(a)gnu.org>
-;; RCS: $Id$
+;; RCS: $Id: eieio-doc.el,v 1.4 2007-11-26 15:01:04 michaels Exp $
;; Keywords: OO, lisp, docs
;;
;; This program is free software; you can redistribute it and/or modify
diff -r c498c1621c7dff0e835215129b80c5b53eb4ef33 -r 8eb90f0bed4e51f95adaf09defa06117e2ea40f3 eieio-load.el
--- a/eieio-load.el
+++ b/eieio-load.el
@@ -3,7 +3,7 @@
;;; Copyright (C) 2003 David Ponce
;; Author: David Ponce <david(a)dponce.com>
-;; X-RCS: $Id$
+;; X-RCS: $Id: eieio-load.el,v 1.1 2007-11-26 15:01:04 michaels Exp $
;; EIEIO 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 c498c1621c7dff0e835215129b80c5b53eb4ef33 -r 8eb90f0bed4e51f95adaf09defa06117e2ea40f3 eieio-opt.el
--- a/eieio-opt.el
+++ b/eieio-opt.el
@@ -3,7 +3,7 @@
;;; Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2005 Eric M. Ludlam
;;
;; Author: <zappo(a)gnu.org>
-;; RCS: $Id$
+;; RCS: $Id: eieio-opt.el,v 1.5 2007-11-26 15:01:05 michaels Exp $
;; Keywords: OO, lisp
;;
;; This program is free software; you can redistribute it and/or modify
diff -r c498c1621c7dff0e835215129b80c5b53eb4ef33 -r 8eb90f0bed4e51f95adaf09defa06117e2ea40f3 eieio-speedbar.el
--- a/eieio-speedbar.el
+++ b/eieio-speedbar.el
@@ -4,7 +4,7 @@
;; Copyright (C) 1999, 2000, 2001, 2002, 2005, 2007 Eric M. Ludlam
;;
;; Author: <zappo(a)gnu.org>
-;; RCS: $Id$
+;; RCS: $Id: eieio-speedbar.el,v 1.4 2007-11-26 15:01:05 michaels Exp $
;; Keywords: oop, tools
;;
;; This program is free software; you can redistribute it and/or modify
diff -r c498c1621c7dff0e835215129b80c5b53eb4ef33 -r 8eb90f0bed4e51f95adaf09defa06117e2ea40f3 eieio-test-methodinvoke.el
--- a/eieio-test-methodinvoke.el
+++ b/eieio-test-methodinvoke.el
@@ -4,7 +4,7 @@
;; Copyright (C) 2005 Eric M. Ludlam
;;
;; Author: <zappo(a)gnu.org>
-;; RCS: $Id$
+;; RCS: $Id: eieio-test-methodinvoke.el,v 1.1 2007-11-26 15:01:05 michaels Exp $
;; Keywords: oop, lisp, tools
;;
;; This program is free software; you can redistribute it and/or modify
diff -r c498c1621c7dff0e835215129b80c5b53eb4ef33 -r 8eb90f0bed4e51f95adaf09defa06117e2ea40f3 eieio-tests.el
--- a/eieio-tests.el
+++ b/eieio-tests.el
@@ -4,7 +4,7 @@
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2006 Eric M. Ludlam
;;
;; Author: <zappo(a)gnu.org>
-;; RCS: $Id$
+;; RCS: $Id: eieio-tests.el,v 1.4 2007-11-26 15:01:05 michaels Exp $
;; Keywords: oop, lisp, tools
;;
;; This program is free software; you can redistribute it and/or modify
diff -r c498c1621c7dff0e835215129b80c5b53eb4ef33 -r 8eb90f0bed4e51f95adaf09defa06117e2ea40f3 eieio.el
--- a/eieio.el
+++ b/eieio.el
@@ -5,7 +5,7 @@
;; Copyright (C) 95,96,98,99,2000,01,02,03,04,05,06,07 Eric M. Ludlam
;;
;; Author: <zappo(a)gnu.org>
-;; RCS: $Id$
+;; RCS: $Id: eieio.el,v 1.4 2007-11-26 15:01:06 michaels Exp $
;; Keywords: OO, lisp
(defvar eieio-version "1.0"
"Current version of EIEIO.")
diff -r c498c1621c7dff0e835215129b80c5b53eb4ef33 -r 8eb90f0bed4e51f95adaf09defa06117e2ea40f3 eieio.el.upstream
--- a/eieio.el.upstream
+++ b/eieio.el.upstream
@@ -5,7 +5,7 @@
;; Copyright (C) 95,96,98,99,2000,01,02,03,04,05,06,07 Eric M. Ludlam
;;
;; Author: <zappo(a)gnu.org>
-;; RCS: $Id$
+;; RCS: $Id: eieio.el.upstream,v 1.1 2007-11-26 15:01:06 michaels Exp $
;; Keywords: OO, lisp
(defvar eieio-version "1.0"
"Current version of EIEIO.")
diff -r c498c1621c7dff0e835215129b80c5b53eb4ef33 -r 8eb90f0bed4e51f95adaf09defa06117e2ea40f3 eieio.texi
--- a/eieio.texi
+++ b/eieio.texi
@@ -1,6 +1,6 @@
\input texinfo @c -*-texinfo-*-
@c
-@c $Id$
+@c $Id: eieio.texi,v 1.4 2007-11-26 15:01:06 michaels Exp $
@c
@c
diff -r c498c1621c7dff0e835215129b80c5b53eb4ef33 -r 8eb90f0bed4e51f95adaf09defa06117e2ea40f3 tree.el
--- a/tree.el
+++ b/tree.el
@@ -4,7 +4,7 @@
;;
;; Author: <zappo(a)gnu.org>
;; Version: 0.3
-;; RCS: $Id$
+;; RCS: $Id: tree.el,v 1.4 2007-11-26 15:01:07 michaels Exp $
;; Keywords: OO, tree
;;
;; This program is free software; you can redistribute it and/or modify
Repository URL: https://bitbucket.org/xemacs/eieio/
--
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
commit/speedbar: Jerry James: Migrate .cvsignore files to a single .hgignore file.
10 years, 8 months
Bitbucket
1 new commit in speedbar:
https://bitbucket.org/xemacs/speedbar/commits/fc4d91b156ba/
Changeset: fc4d91b156ba
User: Jerry James
Date: 2014-05-13 21:54:58
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 #: 19 files
diff -r 6414503a74c334245a41398112e3c8e752ce28ea -r fc4d91b156ba8ebdfed71d63c6500d1aa05f0242 .cvsignore
--- a/.cvsignore
+++ /dev/null
@@ -1,1 +0,0 @@
-speedbar*.html
diff -r 6414503a74c334245a41398112e3c8e752ce28ea -r fc4d91b156ba8ebdfed71d63c6500d1aa05f0242 .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 6414503a74c334245a41398112e3c8e752ce28ea -r fc4d91b156ba8ebdfed71d63c6500d1aa05f0242 ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-05-13 Jerry James <james(a)xemacs.org>
+
+ * .cvsignore: Remove.
+ * .hgignore: New file.
+ * *.el: Restore CVS keyword expansions.
+ * speedbar.texi: Update for texinfo 5.x.
+
2012-01-10 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.30 released.
diff -r 6414503a74c334245a41398112e3c8e752ce28ea -r fc4d91b156ba8ebdfed71d63c6500d1aa05f0242 bigclock.el
--- a/bigclock.el
+++ b/bigclock.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
;; Keywords: amusement
-;; X-RCS: $Id$
+;; X-RCS: $Id: bigclock.el,v 1.4 2005/09/30 20:25:35 zappo Exp $
;; This file is part of GNU Emacs.
diff -r 6414503a74c334245a41398112e3c8e752ce28ea -r fc4d91b156ba8ebdfed71d63c6500d1aa05f0242 dframe.el
--- a/dframe.el
+++ b/dframe.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
;; Keywords: file, tags, tools
-;; X-RCS: $Id$
+;; X-RCS: $Id: dframe.el,v 1.29 2005/12/07 16:52:51 zappo Exp $
(defvar dframe-version "1.3"
"The current version of the dedicated frame library.")
diff -r 6414503a74c334245a41398112e3c8e752ce28ea -r fc4d91b156ba8ebdfed71d63c6500d1aa05f0242 rpm.el
--- a/rpm.el
+++ b/rpm.el
@@ -5,7 +5,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
;; Version: 1.0
;; Keywords: speedbar, rpm
-;; X-RCS: $Id$
+;; X-RCS: $Id: rpm.el,v 1.11 2005/09/30 20:25:46 zappo Exp $
;; This file is part of GNU Emacs.
diff -r 6414503a74c334245a41398112e3c8e752ce28ea -r fc4d91b156ba8ebdfed71d63c6500d1aa05f0242 sb-ant.el
--- a/sb-ant.el
+++ b/sb-ant.el
@@ -9,7 +9,7 @@
;; Author: Richard Y. Kim, <ryk(a)dspwiz.com>
;; Maintainer: Richard Y. Kim, <ryk(a)dspwiz.com>
;; Created: Mon Apr 09 09:44:06 2001
-;; Version: $Id$
+;; Version: $Id: sb-ant.el,v 1.3 2005/09/30 20:25:50 zappo Exp $
;; Keywords: speedbar, html
;; This program is free software; you can redistribute it and/or
diff -r 6414503a74c334245a41398112e3c8e752ce28ea -r fc4d91b156ba8ebdfed71d63c6500d1aa05f0242 sb-gud.el
--- a/sb-gud.el
+++ b/sb-gud.el
@@ -5,7 +5,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.ai.mit.edu>
;; Version: 0.1
;; Keywords: tools, gud
-;; X-RCS: $Id$
+;; X-RCS: $Id: sb-gud.el,v 1.11 2003/09/17 16:58:28 ponced Exp $
;;
;; This file is part of GNU Emacs.
;;
diff -r 6414503a74c334245a41398112e3c8e752ce28ea -r fc4d91b156ba8ebdfed71d63c6500d1aa05f0242 sb-html.el
--- a/sb-html.el
+++ b/sb-html.el
@@ -5,7 +5,7 @@
;; Author: Richard Y. Kim, <ryk(a)dspwiz.com>
;; Maintainer: Richard Y. Kim, <ryk(a)dspwiz.com>
;; Created: Mon Apr 09 09:44:06 2001
-;; Version: $Id$
+;; Version: $Id: sb-html.el,v 1.4 2005/09/30 20:25:56 zappo Exp $
;; Keywords: speedbar, html
;; This program is free software; you can redistribute it and/or
diff -r 6414503a74c334245a41398112e3c8e752ce28ea -r fc4d91b156ba8ebdfed71d63c6500d1aa05f0242 sb-image.el
--- a/sb-image.el
+++ b/sb-image.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
;; Keywords: file, tags, tools
-;; X-RCS: $Id$
+;; X-RCS: $Id: sb-image.el,v 1.11 2005/09/30 20:25:59 zappo Exp $
;; This file is part of GNU Emacs.
diff -r 6414503a74c334245a41398112e3c8e752ce28ea -r fc4d91b156ba8ebdfed71d63c6500d1aa05f0242 sb-info.el
--- a/sb-info.el
+++ b/sb-info.el
@@ -5,7 +5,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.ai.mit.edu>
;; Version: 0.3
;; Keywords: file, tags, tools
-;; X-RCS: $Id$
+;; X-RCS: $Id: sb-info.el,v 1.20 2006/06/23 08:26:16 ponced Exp $
;;
;; This file is patch of GNU Emacs.
;;
diff -r 6414503a74c334245a41398112e3c8e752ce28ea -r fc4d91b156ba8ebdfed71d63c6500d1aa05f0242 sb-info.el.upstream
--- a/sb-info.el.upstream
+++ b/sb-info.el.upstream
@@ -5,7 +5,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.ai.mit.edu>
;; Version: 0.3
;; Keywords: file, tags, tools
-;; X-RCS: $Id$
+;; X-RCS: $Id: sb-info.el.upstream,v 1.1 2007-12-02 07:28:59 michaels Exp $
;;
;; This file is patch of GNU Emacs.
;;
diff -r 6414503a74c334245a41398112e3c8e752ce28ea -r fc4d91b156ba8ebdfed71d63c6500d1aa05f0242 sb-rmail.el
--- a/sb-rmail.el
+++ b/sb-rmail.el
@@ -5,7 +5,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.ai.mit.edu>
;; Version: 0.1
;; Keywords: file, tags, tools
-;; X-RCS: $Id$
+;; X-RCS: $Id: sb-rmail.el,v 1.12 2003/02/21 18:04:30 zappo Exp $
;;
;; This file is part of GNU Emacs.
;;
diff -r 6414503a74c334245a41398112e3c8e752ce28ea -r fc4d91b156ba8ebdfed71d63c6500d1aa05f0242 sb-rmail.el.upstream
--- a/sb-rmail.el.upstream
+++ b/sb-rmail.el.upstream
@@ -5,7 +5,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.ai.mit.edu>
;; Version: 0.1
;; Keywords: file, tags, tools
-;; X-RCS: $Id$
+;; X-RCS: $Id: sb-rmail.el.upstream,v 1.1 2007-11-26 15:02:18 michaels Exp $
;;
;; This file is part of GNU Emacs.
;;
diff -r 6414503a74c334245a41398112e3c8e752ce28ea -r fc4d91b156ba8ebdfed71d63c6500d1aa05f0242 sb-texinfo.el
--- a/sb-texinfo.el
+++ b/sb-texinfo.el
@@ -5,7 +5,7 @@
;; Author: Richard Y. Kim, <ryk(a)ap.com>
;; Maintainer: Richard Y. Kim, <ryk(a)ap.com>
;; Created: Fri Jun 16 17:23:11 2000
-;; Version: $Id$
+;; Version: $Id: sb-texinfo.el,v 1.9 2005/09/30 20:26:09 zappo Exp $
;; Keywords:
;; This program is free software; you can redistribute it and/or
diff -r 6414503a74c334245a41398112e3c8e752ce28ea -r fc4d91b156ba8ebdfed71d63c6500d1aa05f0242 sb-w3.el
--- a/sb-w3.el
+++ b/sb-w3.el
@@ -5,7 +5,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
;; Version: 0.2.1
;; Keywords: tags, tools, w3
-;; X-RCS: $Id$
+;; X-RCS: $Id: sb-w3.el,v 1.10 2005/09/30 20:26:13 zappo 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 6414503a74c334245a41398112e3c8e752ce28ea -r fc4d91b156ba8ebdfed71d63c6500d1aa05f0242 speedbar-load.el
--- a/speedbar-load.el
+++ b/speedbar-load.el
@@ -3,7 +3,7 @@
;;; Copyright (C) 2003 David Ponce
;; Author: David Ponce <david(a)dponce.com>
-;; X-RCS: $Id$
+;; X-RCS: $Id: speedbar-load.el,v 1.1 2007-11-26 15:02:19 michaels Exp $
;; Speedbar 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 6414503a74c334245a41398112e3c8e752ce28ea -r fc4d91b156ba8ebdfed71d63c6500d1aa05f0242 speedbar.el
--- a/speedbar.el
+++ b/speedbar.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <zappo(a)gnu.org>
;; Keywords: file, tags, tools
-;; X-RCS: $Id$
+;; X-RCS: $Id: speedbar.el,v 1.253 2007/02/07 18:05:48 zappo Exp $
(defvar speedbar-version "1.0.1"
"The current version of speedbar.")
diff -r 6414503a74c334245a41398112e3c8e752ce28ea -r fc4d91b156ba8ebdfed71d63c6500d1aa05f0242 speedbar.texi
--- a/speedbar.texi
+++ b/speedbar.texi
@@ -1,6 +1,6 @@
\input texinfo @c -*-texinfo-*-
@c
-@c $Id$
+@c $Id: speedbar.texi,v 1.7 2007-11-26 15:02:20 michaels Exp $
@c
@c This file is part of GNU Emacs
@@ -254,7 +254,7 @@
to read these textual elements will make it easier to navigate by
identifying the types of data available.
-@subsubsection Groups
+@subsection Groups
@cindex groups
Groups summarize information in a single line, and provide a high level
@@ -290,14 +290,14 @@
Click the @samp{-} button to contract the group, or hide the contents
currently displayed.
-@subsubsection Tags
+@subsection Tags
@cindex tags
Tags are the leaf nodes of the tree system. Tags are generally prefixed
with a simple character, such as @samp{>}. Tags can only be jumped to using
@kbd{RET} or @kbd{e}.
-@subsubsection Boolean Flags
+@subsection Boolean Flags
Sometimes a group or tag is given a boolean flag. These flags appear as
extra text characters at the end of the line. File mode uses boolean
@@ -308,7 +308,7 @@
@c Note to self, update these to sub-nodes which are more relevant.
@ref{File Mode}, and @ref{Version Control}.
-@subsubsection Unadorned Text
+@subsection Unadorned Text
Unadorned text generally starts in column 0, without any special symbols
prefixing them. In Buffers mode different buffer groups are prefixed
@@ -317,7 +317,7 @@
Unadorned text will generally be colorless, and not clickable.
-@subsubsection Color Cues
+@subsection Color Cues
Each type of Group, item indicator, and label is given a different
color. The colors chosen are dependent on whether the background color
Repository URL: https://bitbucket.org/xemacs/speedbar/
--
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
commit/elib: Jerry James: Migrate .cvsignore files to a single .hgignore file.
10 years, 8 months
Bitbucket
1 new commit in elib:
https://bitbucket.org/xemacs/elib/commits/934dbb105516/
Changeset: 934dbb105516
User: Jerry James
Date: 2014-05-13 21:54:58
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 #: 22 files
diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 .cvsignore
--- a/.cvsignore
+++ /dev/null
@@ -1,26 +0,0 @@
-elib.aux
-elib.cp
-elib.dvi
-elib.fn
-elib.html
-elib.info*
-elib.ky
-elib.log
-elib.pg
-elib.toc
-elib.tp
-elib.vr
-elib_1.html
-elib_10.html
-elib_2.html
-elib_3.html
-elib_4.html
-elib_5.html
-elib_6.html
-elib_7.html
-elib_8.html
-elib_9.html
-elib_abt.html
-elib_ovr.html
-elib_toc.html
-gpl.html
diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 .hgignore
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,22 @@
+^#\..*#$
+^\.#
+~$
+\.elc$
+\.html$
+\.info$
+^_pkg\.el$
+^auto-autoloads\.el$
+^custom-defines\.el$
+^custom-load\.el$
+^elib\.aux$
+^elib\.cp$
+^elib\.dvi$
+^elib\.fn$
+^elib\.ky$
+^elib\.log$
+^elib\.pg$
+^elib\.toc$
+^elib\.tp$
+^elib\.vr$
+^package-info$
+^pdepends\.mk$
diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2014-05-13 Jerry James <james(a)xemacs.org>
+
+ * .cvsignore: Remove.
+ * .hgignore: New file.
+ * *.el: Restore CVS keyword expansions.
+ * INSTALL: Ditto.
+ * Makefile.dist: Ditto.
+ * elib.texi: Ditto. Update for texinfo 5.x.
+ * gpl.texi: Update for texinfo 5.x.
+
2008-01-01 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.13 released.
diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 INSTALL
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,4 @@
-$Id$
+$Id: INSTALL,v 1.1.1.1 1998-10-07 11:10:57 jareth Exp $
This file describes the installation of Elib, the GNU emacs lisp
library. You should install not only the library but also the on-line
diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 Makefile.dist
--- a/Makefile.dist
+++ b/Makefile.dist
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile.dist,v 1.1.1.1 1998-10-07 11:10:57 jareth Exp $
# Makefile for the GNU Emacs lisp library, Elib
# Copyright (C) 1991-1995 Free Software Foundation
#
diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 avltree.el
--- a/avltree.el
+++ b/avltree.el
@@ -1,4 +1,4 @@
-;;;; $Id$
+;;;; $Id: avltree.el,v 1.1.1.1 1998-10-07 11:10:57 jareth Exp $
;;;; This file implements balanced binary trees, AVL-trees.
;; Copyright (C) 1991-1995 Free Software Foundation
diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 bintree.el
--- a/bintree.el
+++ b/bintree.el
@@ -1,4 +1,4 @@
-;;;; $Id$
+;;;; $Id: bintree.el,v 1.1.1.1 1998-10-07 11:10:57 jareth Exp $
;;; This file implements binary trees.
;; Copyright (C) 1991-1995 Free Software Foundation
diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 cookie.el
--- a/cookie.el
+++ b/cookie.el
@@ -1,4 +1,4 @@
-;;; $Id$
+;;; $Id: cookie.el,v 1.2 2000-10-06 08:35:00 youngs Exp $
;;; cookie.el -- Utility to display cookies in buffers
;; Copyright (C) 1991-1995 Free Software Foundation
diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 dll-debug.el
--- a/dll-debug.el
+++ b/dll-debug.el
@@ -1,5 +1,5 @@
;;; dll-debug -- A slow implementation of dll for debugging.
-;;; $Id$
+;;; $Id: dll-debug.el,v 1.1.1.1 1998-10-07 11:10:57 jareth Exp $
;; Copyright (C) 1991-1995 Free Software Foundation
diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 dll.el
--- a/dll.el
+++ b/dll.el
@@ -1,4 +1,4 @@
-;;; $Id$
+;;; $Id: dll.el,v 1.1.1.1 1998-10-07 11:10:57 jareth Exp $
;;; elib-dll.el -- Some primitives for Doubly linked lists.
;; Copyright (C) 1991-1995 Free Software Foundation
diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 elib-compile-all.el
--- a/elib-compile-all.el
+++ b/elib-compile-all.el
@@ -1,4 +1,4 @@
-;;;; $Id$
+;;;; $Id: elib-compile-all.el,v 1.1.1.1 1998-10-07 11:10:57 jareth Exp $
;;;; This file byte-compiles all .el files in elib.
;; Copyright (C) 1991-1995 Free Software Foundation
diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 elib-node.el
--- a/elib-node.el
+++ b/elib-node.el
@@ -1,4 +1,4 @@
-;;;; $Id$
+;;;; $Id: elib-node.el,v 1.1.1.1 1998-10-07 11:10:57 jareth Exp $
;;;; Nodes used in binary trees and doubly linked lists.
;; Copyright (C) 1991-1995 Free Software Foundation
diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 elib-test.el
--- a/elib-test.el
+++ b/elib-test.el
@@ -1,4 +1,4 @@
-;;;; $Id$
+;;;; $Id: elib-test.el,v 1.1.1.1 1998-10-07 11:10:57 jareth Exp $
;;;; This file contains functions for testing all packages in ELIB.
;; Copyright (C) 1991-1995 Free Software Foundation
diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 elib.texi
--- a/elib.texi
+++ b/elib.texi
@@ -1,6 +1,6 @@
\input texinfo @c -*-texinfo-*-
-@comment $Id$
+@comment $Id: elib.texi,v 1.3 2001-12-31 09:36:02 adrian Exp $
@comment Documentation for the GNU Emacs lisp library, Elib
@comment Copyright (C) 1991, 1992 Free Software Foundation
@@ -30,18 +30,18 @@
@setchapternewpage odd
@syncodeindex fn cp
-@ifinfo
+@ifnottex
Copyright @copyright{} 1991, 1992 Free Software Foundation
-@end ifinfo
+@end ifnottex
@comment The titlepage section does not appear in the Info file.
@titlepage
@sp 4
@comment The title is printed in a large font.
@center @titlefont{User's Guide}
-@sp
+@sp 1
@center @titlefont{to}
-@sp
+@sp 1
@center @titlefont{Elib - The Emacs Lisp Library}
@sp 2
@center version 1.0
@@ -79,7 +79,7 @@
@comment The real text starts here
@comment ================================================================
-@ifinfo
+@ifnottex
@node Top, License information, (dir), (dir)
@comment node-name, next, previous, up
@cindex Introduction
@@ -91,7 +91,7 @@
base for all kinds of other elisp packages and are not programs, modes
or packages of their own.
-@end ifinfo
+@end ifnottex
@menu
* License information:: Information about terms for copying Elib.
* What is Elib?:: What is Elib?
@@ -1478,13 +1478,13 @@
a bug report to @code{elib-maintainers@(a)lysator.liu.se}. We will try to
be as quick as possible in fixing the bugs and redistributing the fixes.
-@ifinfo
+@ifnottex
@node Node index, , Reporting bugs, Top
@comment node-name, next, previous, up
@unnumbered Node index
@printindex cp
-@end ifinfo
+@end ifnottex
@contents
@bye
diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 gpl.texi
--- a/gpl.texi
+++ b/gpl.texi
@@ -64,9 +64,9 @@
@iftex
@unnumberedsec TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
@end iftex
-@ifinfo
+@ifnottex
@center TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-@end ifinfo
+@end ifnottex
@enumerate
@item
@@ -289,9 +289,9 @@
@iftex
@heading NO WARRANTY
@end iftex
-@ifinfo
+@ifnottex
@center NO WARRANTY
-@end ifinfo
+@end ifnottex
@item
BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
@@ -319,9 +319,9 @@
@iftex
@heading END OF TERMS AND CONDITIONS
@end iftex
-@ifinfo
+@ifnottex
@center END OF TERMS AND CONDITIONS
-@end ifinfo
+@end ifnottex
@page
@unnumberedsec How to Apply These Terms to Your New Programs
diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 queue-f.el
--- a/queue-f.el
+++ b/queue-f.el
@@ -1,4 +1,4 @@
-;;;; $Id$
+;;;; $Id: queue-f.el,v 1.1.1.1 1998-10-07 11:10:58 jareth Exp $
;;;; This file implements a simple FIFO queue.
;; Copyright (C) 1991-1995 Free Software Foundation
diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 queue-m.el
--- a/queue-m.el
+++ b/queue-m.el
@@ -1,4 +1,4 @@
-;;;; $Id$
+;;;; $Id: queue-m.el,v 1.1.1.1 1998-10-07 11:10:58 jareth Exp $
;;;; This file implements a simple FIFO queue using macros.
;; Copyright (C) 1991-1995 Free Software Foundation
diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 read.el
--- a/read.el
+++ b/read.el
@@ -1,4 +1,4 @@
-;;;; $Id$
+;;;; $Id: read.el,v 1.1.1.1 1998-10-07 11:10:58 jareth Exp $
;;;; This file contains a number of functions for reading from the
;;;; minibuffer.
diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 stack-f.el
--- a/stack-f.el
+++ b/stack-f.el
@@ -1,4 +1,4 @@
-;;;; $Id$
+;;;; $Id: stack-f.el,v 1.1.1.1 1998-10-07 11:10:58 jareth Exp $
;;;; This file implements a simple LIFO stack.
;; Copyright (C) 1991-1995 Free Software Foundation
diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 stack-m.el
--- a/stack-m.el
+++ b/stack-m.el
@@ -1,4 +1,4 @@
-;;;; $Id$
+;;;; $Id: stack-m.el,v 1.1.1.1 1998-10-07 11:10:58 jareth Exp $
;;;; This file implements a simple LIFO stack using macros.
;; Copyright (C) 1991-1995 Free Software Foundation
diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 startup-template.el
--- a/startup-template.el
+++ b/startup-template.el
@@ -1,4 +1,4 @@
-;;; $Id$
+;;; $Id: startup-template.el,v 1.1.1.1 1998-10-07 11:10:58 jareth Exp $
;;; Support for the elisp library elib.
(setq load-path (append (list ELIB_PATH)
load-path))
diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 string.el
--- a/string.el
+++ b/string.el
@@ -1,4 +1,4 @@
-;;;; $Id$
+;;;; $Id: string.el,v 1.1.1.1 1998-10-07 11:10:58 jareth Exp $
;;;; This file contains some miscellaneous string functions
;; Copyright (C) 1991-1995 Free Software Foundation
Repository URL: https://bitbucket.org/xemacs/elib/
--
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
commit/edebug: Jerry James: Migrate .cvsignore files to a single .hgignore file.
10 years, 8 months
Bitbucket
1 new commit in edebug:
https://bitbucket.org/xemacs/edebug/commits/9374e3c20376/
Changeset: 9374e3c20376
User: Jerry James
Date: 2014-05-13 21:54:58
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 #: 5 files
diff -r 7f290f0c522c3031e9101047df3949d87789de35 -r 9374e3c203765fdc9199e1933fadbdc0a5cba953 .hgignore
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,10 @@
+^#\..*#$
+^\.#
+~$
+\.elc$
+^_pkg\.el$
+^auto-autoloads\.el$
+^custom-defines\.el$
+^custom-load\.el$
+^package-info$
+^pdepends\.mk$
diff -r 7f290f0c522c3031e9101047df3949d87789de35 -r 9374e3c203765fdc9199e1933fadbdc0a5cba953 ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-05-13 Jerry James <james(a)xemacs.org>
+
+ * .cvsignore: Remove.
+ * .hgignore: New file.
+ * cl-read.el: Restore CVS keyword expansions.
+ * edebug-cl-read.el: Ditto.
+
2006-11-20 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.22 released.
diff -r 7f290f0c522c3031e9101047df3949d87789de35 -r 9374e3c203765fdc9199e1933fadbdc0a5cba953 cl-read.el
--- a/cl-read.el
+++ b/cl-read.el
@@ -207,7 +207,10 @@
; Change History
;
-; $Log$
+; $Log: cl-read.el,v $
+; Revision 1.2 2000-10-06 08:47:07 youngs
+; Martin's Monster Mega typo patch
+;
; Revision 1.1.1.1 1998/01/14 06:31:38 steve
; Created
;
diff -r 7f290f0c522c3031e9101047df3949d87789de35 -r 9374e3c203765fdc9199e1933fadbdc0a5cba953 edebug-cl-read.el
--- a/edebug-cl-read.el
+++ b/edebug-cl-read.el
@@ -28,7 +28,7 @@
;; LCD Archive Entry:
;; edebug-cl-read.el|Daniel LaLiberte|liberte(a)cs.uiuc.edu
;; |Edebug reader macros for cl-read.el
-;; |$Date$|$Revision$|~/modes/edebug-cl-read.el|
+;; |$Date: 1998-01-14 06:31:38 $|$Revision: 1.1.1.1 $|~/modes/edebug-cl-read.el|
;; If you use cl-read.el and want to use edebug with any code
;; in a file written with CL read syntax, then you need to use this
Repository URL: https://bitbucket.org/xemacs/edebug/
--
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
commit/ps-print: Jerry James: Migrate .cvsignore files to a single .hgignore file.
10 years, 8 months
Bitbucket
1 new commit in ps-print:
https://bitbucket.org/xemacs/ps-print/commits/936e8bbdebc5/
Changeset: 936e8bbdebc5
User: Jerry James
Date: 2014-05-13 21:54:58
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 #: 3 files
diff -r a4fa5060de96681c204e05aa56c8b6c39d55055f -r 936e8bbdebc5cd601327b8c058cd4229ae03ea96 .hgignore
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,10 @@
+^#\..*#$
+^\.#
+~$
+\.elc$
+^_pkg\.el$
+^auto-autoloads\.el$
+^custom-defines\.el$
+^custom-load\.el$
+^package-info$
+^pdepends\.mk$
diff -r a4fa5060de96681c204e05aa56c8b6c39d55055f -r 936e8bbdebc5cd601327b8c058cd4229ae03ea96 ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-05-13 Jerry James <james(a)xemacs.org>
+
+ * .cvsignore: Remove.
+ * .hgignore: New file.
+
2008-02-19 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.12 released.
Repository URL: https://bitbucket.org/xemacs/ps-print/
--
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
commit/erc: Jerry James: Migrate .cvsignore files to a single .hgignore file.
10 years, 8 months
Bitbucket
1 new commit in erc:
https://bitbucket.org/xemacs/erc/commits/0043bd7f499a/
Changeset: 0043bd7f499a
User: Jerry James
Date: 2014-05-13 21:54:58
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 #: 32 files
diff -r efba2c27bdf397b9cbfadbb442275559d69e19a6 -r 0043bd7f499a3554bde28bc408e9d253850d0b97 .hgignore
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,11 @@
+^#\..*#$
+^\.#
+~$
+\.elc$
+\.info$
+^_pkg\.el$
+^auto-autoloads\.el$
+^custom-defines\.el$
+^custom-load\.el$
+^package-info$
+^pdepends\.mk$
diff -r efba2c27bdf397b9cbfadbb442275559d69e19a6 -r 0043bd7f499a3554bde28bc408e9d253850d0b97 ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-05-13 Jerry James <james(a)xemacs.org>
+
+ * .hgignore: New file.
+ * *.el: Restore CVS keyword expansions.
+ * erc.texi: Update for texinfo 5.x.
+
2013-09-02 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 0.24 released.
diff -r efba2c27bdf397b9cbfadbb442275559d69e19a6 -r 0043bd7f499a3554bde28bc408e9d253850d0b97 erc-autoaway.el
--- a/erc-autoaway.el
+++ b/erc-autoaway.el
@@ -31,7 +31,7 @@
(require 'erc)
-(defconst erc-autoaway-version "$Revision$"
+(defconst erc-autoaway-version "$Revision: 1.25.2.1 $"
"ERC Autoaway revision.")
(defgroup erc-autoaway nil
diff -r efba2c27bdf397b9cbfadbb442275559d69e19a6 -r 0043bd7f499a3554bde28bc408e9d253850d0b97 erc-autojoin.el
--- a/erc-autojoin.el
+++ b/erc-autojoin.el
@@ -36,7 +36,7 @@
(require 'erc)
(eval-when-compile (require 'cl))
-(defconst erc-autojoin-version "$Revision$"
+(defconst erc-autojoin-version "$Revision: 1.15.2.2 $"
"ERC autojoin revision.")
(defgroup erc-autojoin nil
diff -r efba2c27bdf397b9cbfadbb442275559d69e19a6 -r 0043bd7f499a3554bde28bc408e9d253850d0b97 erc-backend.el
--- a/erc-backend.el
+++ b/erc-backend.el
@@ -105,7 +105,7 @@
;;;; Variables and options
-(defconst erc-backend-version "$Revision$")
+(defconst erc-backend-version "$Revision: 1.44.2.2 $")
(defvar erc-server-responses (make-hash-table :test #'equal)
"Hashtable mapping server responses to their handler hooks.")
diff -r efba2c27bdf397b9cbfadbb442275559d69e19a6 -r 0043bd7f499a3554bde28bc408e9d253850d0b97 erc-bbdb.el
--- a/erc-bbdb.el
+++ b/erc-bbdb.el
@@ -50,7 +50,7 @@
(require 'bbdb-gui)
(require 'bbdb-hooks)
-(defconst erc-bbdb-version "$Revision$"
+(defconst erc-bbdb-version "$Revision: 1.31.2.2 $"
"ERC BBDB revision.")
(defgroup erc-bbdb nil
diff -r efba2c27bdf397b9cbfadbb442275559d69e19a6 -r 0043bd7f499a3554bde28bc408e9d253850d0b97 erc-button.el
--- a/erc-button.el
+++ b/erc-button.el
@@ -68,7 +68,7 @@
;;; Variables
-(defconst erc-button-version "$Revision$"
+(defconst erc-button-version "$Revision: 1.71.2.2 $"
"ERC button mode revision.")
(defface erc-button '((t (:bold t)))
diff -r efba2c27bdf397b9cbfadbb442275559d69e19a6 -r 0043bd7f499a3554bde28bc408e9d253850d0b97 erc-chess.el
--- a/erc-chess.el
+++ b/erc-chess.el
@@ -36,7 +36,7 @@
;;;; Variables
-(defconst erc-chess-version "$Revision$"
+(defconst erc-chess-version "$Revision: 1.26.2.1 $"
"ERC chess revision.")
(defgroup erc-chess nil
diff -r efba2c27bdf397b9cbfadbb442275559d69e19a6 -r 0043bd7f499a3554bde28bc408e9d253850d0b97 erc-compat.el
--- a/erc-compat.el
+++ b/erc-compat.el
@@ -28,7 +28,7 @@
;;; Code:
-(defconst erc-compat-version "$Revision$"
+(defconst erc-compat-version "$Revision: 1.30.2.1 $"
"ERC compat revision.")
;; erc-define-minor-mode: the easy-mmode-define-minor-mode available
diff -r efba2c27bdf397b9cbfadbb442275559d69e19a6 -r 0043bd7f499a3554bde28bc408e9d253850d0b97 erc-complete.el
--- a/erc-complete.el
+++ b/erc-complete.el
@@ -37,7 +37,7 @@
(require 'erc-match); for erc-pals
(require 'hippie-exp); for the hippie expand stuff
-(defconst erc-complete-version "$Revision$"
+(defconst erc-complete-version "$Revision: 1.18.2.1 $"
"ERC complete revision.")
;;;###autoload
diff -r efba2c27bdf397b9cbfadbb442275559d69e19a6 -r 0043bd7f499a3554bde28bc408e9d253850d0b97 erc-dcc.el
--- a/erc-dcc.el
+++ b/erc-dcc.el
@@ -58,7 +58,7 @@
(require 'cl)
(require 'pcomplete))
-(defconst erc-dcc-version "$Revision$"
+(defconst erc-dcc-version "$Revision: 1.94.2.2 $"
"ERC DCC revision")
(defgroup erc-dcc nil
diff -r efba2c27bdf397b9cbfadbb442275559d69e19a6 -r 0043bd7f499a3554bde28bc408e9d253850d0b97 erc-ezbounce.el
--- a/erc-ezbounce.el
+++ b/erc-ezbounce.el
@@ -29,7 +29,7 @@
(require 'erc)
(eval-when-compile (require 'cl))
-(defconst erc-ezb-version "$Revision$"
+(defconst erc-ezb-version "$Revision: 1.12.2.2 $"
"ERC EZBouncer revision.")
(defgroup erc-ezbounce nil
diff -r efba2c27bdf397b9cbfadbb442275559d69e19a6 -r 0043bd7f499a3554bde28bc408e9d253850d0b97 erc-fill.el
--- a/erc-fill.el
+++ b/erc-fill.el
@@ -34,7 +34,7 @@
(require 'erc)
(require 'erc-stamp); for the timestamp stuff
-(defconst erc-fill-version "$Revision$"
+(defconst erc-fill-version "$Revision: 1.32.2.1 $"
"ERC fill revision.")
(defgroup erc-fill nil
diff -r efba2c27bdf397b9cbfadbb442275559d69e19a6 -r 0043bd7f499a3554bde28bc408e9d253850d0b97 erc-ibuffer.el
--- a/erc-ibuffer.el
+++ b/erc-ibuffer.el
@@ -35,7 +35,7 @@
(require 'ibuf-ext)
(require 'erc)
-(defconst erc-ibuffer-version "$Revision$"
+(defconst erc-ibuffer-version "$Revision: 1.27.2.1 $"
"ERC ibuffer revision.")
(defgroup erc-ibuffer nil
diff -r efba2c27bdf397b9cbfadbb442275559d69e19a6 -r 0043bd7f499a3554bde28bc408e9d253850d0b97 erc-imenu.el
--- a/erc-imenu.el
+++ b/erc-imenu.el
@@ -47,7 +47,7 @@
(require 'erc)
(require 'imenu)
-(defconst erc-imenu-version "$Revision$"
+(defconst erc-imenu-version "$Revision: 1.10.2.1 $"
"ERC imenu revision.")
(defun erc-unfill-notice ()
diff -r efba2c27bdf397b9cbfadbb442275559d69e19a6 -r 0043bd7f499a3554bde28bc408e9d253850d0b97 erc-list.el
--- a/erc-list.el
+++ b/erc-list.el
@@ -38,7 +38,7 @@
(require 'overlay))
(eval-when-compile (require 'cl))
-(defconst erc-list-version "$Revision$"
+(defconst erc-list-version "$Revision: 1.45.2.1 $"
"ERC channel list revision number")
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
diff -r efba2c27bdf397b9cbfadbb442275559d69e19a6 -r 0043bd7f499a3554bde28bc408e9d253850d0b97 erc-log.el
--- a/erc-log.el
+++ b/erc-log.el
@@ -97,7 +97,7 @@
(require 'erc)
(eval-when-compile (require 'cl))
-(defconst erc-log-version "$Revision$"
+(defconst erc-log-version "$Revision: 1.27.2.1 $"
"ERC log mode revision")
(defgroup erc-log nil
diff -r efba2c27bdf397b9cbfadbb442275559d69e19a6 -r 0043bd7f499a3554bde28bc408e9d253850d0b97 erc-match.el
--- a/erc-match.el
+++ b/erc-match.el
@@ -40,7 +40,7 @@
;; Customisation:
-(defconst erc-match-version "$Revision$"
+(defconst erc-match-version "$Revision: 1.51.2.1 $"
"ERC match mode revision.")
(defgroup erc-match nil
diff -r efba2c27bdf397b9cbfadbb442275559d69e19a6 -r 0043bd7f499a3554bde28bc408e9d253850d0b97 erc-menu.el
--- a/erc-menu.el
+++ b/erc-menu.el
@@ -31,7 +31,7 @@
(require 'easymenu)
-(defconst erc-menu-version "$Revision$"
+(defconst erc-menu-version "$Revision: 1.22.2.1 $"
"ERC menu revision")
(defvar erc-menu-definition
diff -r efba2c27bdf397b9cbfadbb442275559d69e19a6 -r 0043bd7f499a3554bde28bc408e9d253850d0b97 erc-nets.el
--- a/erc-nets.el
+++ b/erc-nets.el
@@ -45,7 +45,7 @@
(require 'erc)
(eval-when-compile (require 'cl))
-(defconst erc-nets-version "$Revision$"
+(defconst erc-nets-version "$Revision: 1.22.2.1 $"
"ERC networks revision.")
;; Variables
diff -r efba2c27bdf397b9cbfadbb442275559d69e19a6 -r 0043bd7f499a3554bde28bc408e9d253850d0b97 erc-netsplit.el
--- a/erc-netsplit.el
+++ b/erc-netsplit.el
@@ -34,7 +34,7 @@
(require 'erc)
(eval-when-compile (require 'cl))
-(defconst erc-netsplit-version "$Revision$"
+(defconst erc-netsplit-version "$Revision: 1.15.2.2 $"
"ERC netsplit version.")
(defgroup erc-netsplit nil
diff -r efba2c27bdf397b9cbfadbb442275559d69e19a6 -r 0043bd7f499a3554bde28bc408e9d253850d0b97 erc-nicklist.el
--- a/erc-nicklist.el
+++ b/erc-nicklist.el
@@ -82,7 +82,7 @@
(error nil))
(eval-when-compile (require 'cl))
-(defconst erc-nicklist-version "$Revision$"
+(defconst erc-nicklist-version "$Revision: 1.14.2.1 $"
"ERC Nicklist version.")
(defgroup erc-nicklist nil
diff -r efba2c27bdf397b9cbfadbb442275559d69e19a6 -r 0043bd7f499a3554bde28bc408e9d253850d0b97 erc-nickserv.el
--- a/erc-nickserv.el
+++ b/erc-nickserv.el
@@ -63,7 +63,7 @@
(require 'erc-nets)
(eval-when-compile (require 'cl))
-(defconst erc-nickserv-version "$Revision$"
+(defconst erc-nickserv-version "$Revision: 1.27.2.1 $"
"ERC NickServ revision.")
;; Customization:
diff -r efba2c27bdf397b9cbfadbb442275559d69e19a6 -r 0043bd7f499a3554bde28bc408e9d253850d0b97 erc-pcomplete.el
--- a/erc-pcomplete.el
+++ b/erc-pcomplete.el
@@ -46,7 +46,7 @@
(require 'time-date)
(eval-when-compile (require 'cl))
-(defconst erc-pcomplete-version "$Revision$"
+(defconst erc-pcomplete-version "$Revision: 1.32.2.1 $"
"ERC pcomplete mode revision")
(defgroup erc-pcomplete nil
diff -r efba2c27bdf397b9cbfadbb442275559d69e19a6 -r 0043bd7f499a3554bde28bc408e9d253850d0b97 erc-replace.el
--- a/erc-replace.el
+++ b/erc-replace.el
@@ -37,7 +37,7 @@
(require 'erc)
-(defconst erc-replace-version "$Revision$"
+(defconst erc-replace-version "$Revision: 1.8.2.1 $"
"Revision of the ERC replace module.")
(defgroup erc-replace nil
diff -r efba2c27bdf397b9cbfadbb442275559d69e19a6 -r 0043bd7f499a3554bde28bc408e9d253850d0b97 erc-ring.el
--- a/erc-ring.el
+++ b/erc-ring.el
@@ -39,7 +39,7 @@
(require 'comint)
(require 'ring)
-(defvar erc-ring-version "$Revision$"
+(defvar erc-ring-version "$Revision: 1.20.2.1 $"
"ERC ring revision")
;;;###autoload (autoload 'erc-ring-mode "erc-ring" nil t)
diff -r efba2c27bdf397b9cbfadbb442275559d69e19a6 -r 0043bd7f499a3554bde28bc408e9d253850d0b97 erc-speedbar.el
--- a/erc-speedbar.el
+++ b/erc-speedbar.el
@@ -41,7 +41,7 @@
(condition-case nil (require 'dframe) (error nil))
(eval-when-compile (require 'cl))
-(defconst erc-speedbar-version "$Revision$"
+(defconst erc-speedbar-version "$Revision: 1.20.2.1 $"
"ERC Speedbar version.")
;;; Customization:
diff -r efba2c27bdf397b9cbfadbb442275559d69e19a6 -r 0043bd7f499a3554bde28bc408e9d253850d0b97 erc-spelling.el
--- a/erc-spelling.el
+++ b/erc-spelling.el
@@ -34,7 +34,7 @@
(require 'erc)
(require 'flyspell)
-(defconst erc-spelling-version "$Revision$"
+(defconst erc-spelling-version "$Revision: 1.6.2.2 $"
"ERC spelling revision.")
;;;###autoload (autoload 'erc-spelling-mode "erc-spelling" nil t)
diff -r efba2c27bdf397b9cbfadbb442275559d69e19a6 -r 0043bd7f499a3554bde28bc408e9d253850d0b97 erc-stamp.el
--- a/erc-stamp.el
+++ b/erc-stamp.el
@@ -38,7 +38,7 @@
(require 'erc)
(require 'erc-compat)
-(defconst erc-stamp-version "$Revision$"
+(defconst erc-stamp-version "$Revision: 1.45.2.4 $"
"ERC stamp mode revision.")
(defgroup erc-stamp nil
diff -r efba2c27bdf397b9cbfadbb442275559d69e19a6 -r 0043bd7f499a3554bde28bc408e9d253850d0b97 erc-track.el
--- a/erc-track.el
+++ b/erc-track.el
@@ -42,7 +42,7 @@
;;; Code:
-(defconst erc-track-version "$Revision$"
+(defconst erc-track-version "$Revision: 1.86.2.1 $"
"ERC track mode revision")
(defgroup erc-track nil
diff -r efba2c27bdf397b9cbfadbb442275559d69e19a6 -r 0043bd7f499a3554bde28bc408e9d253850d0b97 erc.el
--- a/erc.el
+++ b/erc.el
@@ -66,7 +66,7 @@
;;; Code:
-(defconst erc-version-string "Version 5.1.2 $Revision$"
+(defconst erc-version-string "Version 5.1.2 $Revision: 1.796.2.6 $"
"ERC version. This is used by function `erc-version'.")
(eval-when-compile (require 'cl))
diff -r efba2c27bdf397b9cbfadbb442275559d69e19a6 -r 0043bd7f499a3554bde28bc408e9d253850d0b97 erc.texi
--- a/erc.texi
+++ b/erc.texi
@@ -684,9 +684,9 @@
@iftex
@appendixsec TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
@end iftex
-@ifinfo
+@ifnottex
@center TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-@end ifinfo
+@end ifnottex
@enumerate 0
@item
@@ -909,9 +909,9 @@
@iftex
@heading NO WARRANTY
@end iftex
-@ifinfo
+@ifnottex
@center NO WARRANTY
-@end ifinfo
+@end ifnottex
@item
BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
@@ -939,9 +939,9 @@
@iftex
@heading END OF TERMS AND CONDITIONS
@end iftex
-@ifinfo
+@ifnottex
@center END OF TERMS AND CONDITIONS
-@end ifinfo
+@end ifnottex
@page
@appendixsec Appendix: How to Apply These Terms to Your New Programs
Repository URL: https://bitbucket.org/xemacs/erc/
--
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
commit/cookie: Jerry James: Migrate .cvsignore files to a single .hgignore file.
10 years, 8 months
Bitbucket
1 new commit in cookie:
https://bitbucket.org/xemacs/cookie/commits/adef4a70777b/
Changeset: adef4a70777b
User: Jerry James
Date: 2014-05-13 21:54:58
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 #: 3 files
diff -r 15a449c3d556310a31ca7efdc6521440a422f2a2 -r adef4a70777bc2fbffe6a239fc5decdfffff4839 .hgignore
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,10 @@
+^#\..*#$
+^\.#
+~$
+\.elc$
+^_pkg\.el$
+^auto-autoloads\.el$
+^custom-defines\.el$
+^custom-load\.el$
+^package-info$
+^pdepends\.mk$
diff -r 15a449c3d556310a31ca7efdc6521440a422f2a2 -r adef4a70777bc2fbffe6a239fc5decdfffff4839 ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-05-13 Jerry James <james(a)xemacs.org>
+
+ * .cvsignore: Remove.
+ * .hgignore: New file.
+
2003-10-31 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.15 released.
Repository URL: https://bitbucket.org/xemacs/cookie/
--
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
commit/c-support: Jerry James: Migrate .cvsignore files to a single .hgignore file.
10 years, 8 months
Bitbucket
1 new commit in c-support:
https://bitbucket.org/xemacs/c-support/commits/485acd31d679/
Changeset: 485acd31d679
User: Jerry James
Date: 2014-05-13 21:54:58
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 #: 4 files
diff -r da4e7d4a51c502e5ac05a224cb756f382f0ba4d7 -r 485acd31d679a2a296bca7a8a712b28e98f50756 .hgignore
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,10 @@
+^#\..*#$
+^\.#
+~$
+\.elc$
+^_pkg\.el$
+^auto-autoloads\.el$
+^custom-defines\.el$
+^custom-load\.el$
+^package-info$
+^pdepends\.mk$
diff -r da4e7d4a51c502e5ac05a224cb756f382f0ba4d7 -r 485acd31d679a2a296bca7a8a712b28e98f50756 ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-05-13 Jerry James <james(a)xemacs.org>
+
+ * .cvsignore: Remove.
+ * .hgignore: New file.
+ * cmacexp.el: Restore CVS keyword expansion.
+
2005-07-27 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.22 released.
diff -r da4e7d4a51c502e5ac05a224cb756f382f0ba4d7 -r 485acd31d679a2a296bca7a8a712b28e98f50756 cmacexp.el
--- a/cmacexp.el
+++ b/cmacexp.el
@@ -3,7 +3,7 @@
;; Copyright (C) 1992, 1994, 1996 Free Software Foundation, Inc.
;; Author: Francesco Potorti` <pot(a)cnuce.cnr.it>
-;; Version: $Id$
+;; Version: $Id: cmacexp.el,v 1.2 2005-04-15 20:23:27 adrian Exp $
;; Adapted-By: ESR
;; Keywords: c
Repository URL: https://bitbucket.org/xemacs/c-support/
--
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
commit/semantic: Jerry James: Migrate .cvsignore files to a single .hgignore file.
10 years, 8 months
Bitbucket
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
commit/vhdl: Jerry James: Migrate .cvsignore files to a single .hgignore file.
10 years, 8 months
Bitbucket
1 new commit in vhdl:
https://bitbucket.org/xemacs/vhdl/commits/be68da2f407f/
Changeset: be68da2f407f
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 #: 4 files
diff -r c4dafa4f318d98b34f6e54e9424dc3f53767ece5 -r be68da2f407f1ab4a6bf7a46053dd2d6605d8087 .cvsignore
--- a/.cvsignore
+++ /dev/null
@@ -1,1 +0,0 @@
-vhdl-mode*.html
diff -r c4dafa4f318d98b34f6e54e9424dc3f53767ece5 -r be68da2f407f1ab4a6bf7a46053dd2d6605d8087 .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 c4dafa4f318d98b34f6e54e9424dc3f53767ece5 -r be68da2f407f1ab4a6bf7a46053dd2d6605d8087 ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-05-13 Jerry James <james(a)xemacs.org>
+
+ * .cvsignore: Remove.
+ * .hgignore: New file.
+ * vhdl-mode.el: Restore CVS keyword expansions.
+
2006-08-14 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.22 released.
diff -r c4dafa4f318d98b34f6e54e9424dc3f53767ece5 -r be68da2f407f1ab4a6bf7a46053dd2d6605d8087 vhdl-mode.el
--- a/vhdl-mode.el
+++ b/vhdl-mode.el
@@ -5,7 +5,7 @@
;; Authors: Reto Zimmermann <reto(a)gnu.org>
;; Rodney J. Whitby <software.vhdl-mode(a)rwhitby.net>
;; Maintainer: Reto Zimmermann <reto(a)gnu.org>
-;; RCS: $Id$
+;; RCS: $Id: vhdl-mode.el,v 1.10 2006-08-11 17:41:15 james Exp $
;; Keywords: languages vhdl
;; WWW: http://www.iis.ee.ethz.ch/~zimmi/emacs/vhdl-mode.html
Repository URL: https://bitbucket.org/xemacs/vhdl/
--
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