commit/psgml-dtds: Jerry James: Migrate .cvsignore files to a single .hgignore file.

[email protected]
Newsgroups gmane.emacs.xemacs.patches
Message-ID <[email protected]>
1 new commit in psgml-dtds:

https://bitbucket.org/xemacs/psgml-dtds/commits/f33ace709339/
Changeset:   f33ace709339
User:        Jerry James
Date:        2014-05-13 21:54:55
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@mail.gmail.com> in
xemacs-patches and followups for details.
Affected #:  27 files

diff -r 41e6c0b40eb4096d1656ed9b00eb25223328d736 -r f33ace70933945a6053a51924915631974622a78 .hgignore
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,14 @@
+^#\..*#$
+^\.#
+~$
+\.elc$
+^_pkg\.el$
+^auto-autoloads\.el$
+^custom-defines\.el$
+^custom-load\.el$
+^etc/cdtd/docbook$
+^etc/cdtd/html
+^etc/cdtd/mathml$
+^etc/cdtd/xhtml1-
+^package-info$
+^pdepends\.mk$

diff -r 41e6c0b40eb4096d1656ed9b00eb25223328d736 -r f33ace70933945a6053a51924915631974622a78 ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2014-05-13  Jerry James  <[email protected]>
+
+	* .cvsignore: Remove.
+	* etc/.cvsignore: Remove.
+	* etc/cdtd/.cvsignore: Remove.
+	* .hgignore: New file.
+	* etc/*: Restore CVS keyword expansions.
+
 2003-10-31  Norbert Koch  <[email protected]>
 
 	* Makefile (VERSION): XEmacs package 1.03 released.

diff -r 41e6c0b40eb4096d1656ed9b00eb25223328d736 -r f33ace70933945a6053a51924915631974622a78 etc/cdtd/.cvsignore
--- a/etc/cdtd/.cvsignore
+++ /dev/null
@@ -1,4 +0,0 @@
-docbook
-html*
-mathml
-xhtml1-*

diff -r 41e6c0b40eb4096d1656ed9b00eb25223328d736 -r f33ace70933945a6053a51924915631974622a78 etc/datatypes.dtd
--- a/etc/datatypes.dtd
+++ b/etc/datatypes.dtd
@@ -1,5 +1,5 @@
 <!-- DTD for XML Schemas: Part 2: Datatypes -->
-<!-- $Id$ -->
+<!-- $Id: datatypes.dtd,v 1.1 2002-08-25 10:21:54 scop Exp $ --><!-- Note this DTD is NOT the normative datatypes DTD - - the
      prose copy in the datatypes REC is the normative version (which
      shouldn't differ from this one except for this comment and entity

diff -r 41e6c0b40eb4096d1656ed9b00eb25223328d736 -r f33ace70933945a6053a51924915631974622a78 etc/dbcent.mod
--- a/etc/dbcent.mod
+++ b/etc/dbcent.mod
@@ -7,7 +7,7 @@
      Software Corporation, and the Organization for the Advancement of
      Structured Information Standards (OASIS).
 
-     $Id$
+     $Id: dbcent.mod,v 1.1 2002-08-25 10:21:54 scop Exp $
 
      Permission to use, copy, modify and distribute the DocBook DTD and
      its accompanying documentation for any purpose and without fee is

diff -r 41e6c0b40eb4096d1656ed9b00eb25223328d736 -r f33ace70933945a6053a51924915631974622a78 etc/dbhier.mod
--- a/etc/dbhier.mod
+++ b/etc/dbhier.mod
@@ -7,7 +7,7 @@
      Software Corporation, and the Organization for the Advancement of
      Structured Information Standards (OASIS).
 
-     $Id$
+     $Id: dbhier.mod,v 1.1 2002-08-25 10:21:55 scop Exp $
 
      Permission to use, copy, modify and distribute the DocBook DTD and
      its accompanying documentation for any purpose and without fee is

diff -r 41e6c0b40eb4096d1656ed9b00eb25223328d736 -r f33ace70933945a6053a51924915631974622a78 etc/dbnotn.mod
--- a/etc/dbnotn.mod
+++ b/etc/dbnotn.mod
@@ -7,7 +7,7 @@
      Software Corporation, and the Organization for the Advancement of
      Structured Information Standards (OASIS).
 
-     $Id$
+     $Id: dbnotn.mod,v 1.1 2002-08-25 10:21:55 scop Exp $
 
      Permission to use, copy, modify and distribute the DocBook DTD and
      its accompanying documentation for any purpose and without fee is

diff -r 41e6c0b40eb4096d1656ed9b00eb25223328d736 -r f33ace70933945a6053a51924915631974622a78 etc/dbpool.mod
--- a/etc/dbpool.mod
+++ b/etc/dbpool.mod
@@ -7,7 +7,7 @@
      Software Corporation, and the Organization for the Advancement of
      Structured Information Standards (OASIS).
 
-     $Id$
+     $Id: dbpool.mod,v 1.1 2002-08-25 10:21:55 scop Exp $
 
      Permission to use, copy, modify and distribute the DocBook DTD and
      its accompanying documentation for any purpose and without fee is

diff -r 41e6c0b40eb4096d1656ed9b00eb25223328d736 -r f33ace70933945a6053a51924915631974622a78 etc/docbook.dtd
--- a/etc/docbook.dtd
+++ b/etc/docbook.dtd
@@ -7,7 +7,7 @@
      Software Corporation, and the Organization for the Advancement of
      Structured Information Standards (OASIS).
 
-     $Id$
+     $Id: docbook.dtd,v 1.1 2002-08-25 10:21:55 scop Exp $
 
      Permission to use, copy, modify and distribute the DocBook DTD and
      its accompanying documentation for any purpose and without fee is

diff -r 41e6c0b40eb4096d1656ed9b00eb25223328d736 -r f33ace70933945a6053a51924915631974622a78 etc/html-4.01frame.dtd
--- a/etc/html-4.01frame.dtd
+++ b/etc/html-4.01frame.dtd
@@ -6,7 +6,7 @@
     documents, the "FRAMESET" element replaces the "BODY" 
     element.
 
-          Draft: $Date$
+          Draft: $Date: 2002-08-25 10:21:56 $
 
           Authors:
               Dave Raggett <[email protected]>

diff -r 41e6c0b40eb4096d1656ed9b00eb25223328d736 -r f33ace70933945a6053a51924915631974622a78 etc/html-4.01l.dtd
--- a/etc/html-4.01l.dtd
+++ b/etc/html-4.01l.dtd
@@ -10,7 +10,7 @@
     direction text, and enhancements to forms for improved
     accessibility for people with disabilities.
 
-          Draft: $Date$
+          Draft: $Date: 2002-08-25 10:21:56 $
 
           Authors:
               Dave Raggett <[email protected]>

diff -r 41e6c0b40eb4096d1656ed9b00eb25223328d736 -r f33ace70933945a6053a51924915631974622a78 etc/html-4.01s.dtd
--- a/etc/html-4.01s.dtd
+++ b/etc/html-4.01s.dtd
@@ -10,7 +10,7 @@
     direction text, and enhancements to forms for improved
     accessibility for people with disabilities.
 
-          Draft: $Date$
+          Draft: $Date: 2002-08-25 10:21:56 $
 
           Authors:
               Dave Raggett <[email protected]>

diff -r 41e6c0b40eb4096d1656ed9b00eb25223328d736 -r f33ace70933945a6053a51924915631974622a78 etc/html-4frame.dtd
--- a/etc/html-4frame.dtd
+++ b/etc/html-4frame.dtd
@@ -6,7 +6,7 @@
     documents, the "FRAMESET" element replaces the "BODY" 
     element.
 
-          Draft: $Date$
+          Draft: $Date: 2002-08-25 10:21:57 $
 
           Authors:
               Dave Raggett <[email protected]>

diff -r 41e6c0b40eb4096d1656ed9b00eb25223328d736 -r f33ace70933945a6053a51924915631974622a78 etc/html-4l.dtd
--- a/etc/html-4l.dtd
+++ b/etc/html-4l.dtd
@@ -10,7 +10,7 @@
     direction text, and enhancements to forms for improved
     accessibility for people with disabilities.
 
-          Draft: $Date$
+          Draft: $Date: 2002-08-25 10:21:57 $
 
           Authors:
               Dave Raggett <[email protected]>

diff -r 41e6c0b40eb4096d1656ed9b00eb25223328d736 -r f33ace70933945a6053a51924915631974622a78 etc/html-4s.dtd
--- a/etc/html-4s.dtd
+++ b/etc/html-4s.dtd
@@ -10,7 +10,7 @@
     direction text, and enhancements to forms for improved
     accessibility for people with disabilities.
 
-          Draft: $Date$
+          Draft: $Date: 2002-08-25 10:21:57 $
 
           Authors:
               Dave Raggett <[email protected]>

diff -r 41e6c0b40eb4096d1656ed9b00eb25223328d736 -r f33ace70933945a6053a51924915631974622a78 etc/html-latin.sgml
--- a/etc/html-latin.sgml
+++ b/etc/html-latin.sgml
@@ -11,7 +11,7 @@
 	%HTMLlat1;
 --><!--	Modified for use in HTML
-	$Id$ =
+	$Id: html-latin.sgml,v 1.1 2002-08-25 10:21:57 scop Exp $ =
 
 --><!--    Modified to add characters in the range &161; to &191; in

diff -r 41e6c0b40eb4096d1656ed9b00eb25223328d736 -r f33ace70933945a6053a51924915631974622a78 etc/html-s.dtd
--- a/etc/html-s.dtd
+++ b/etc/html-s.dtd
@@ -3,7 +3,7 @@
         Document Type Definition for the HyperText Markup Language
 	with strict validation (HTML Strict DTD).
 
-	$Id$
+	$Id: html-s.dtd,v 1.1 2002-08-25 10:21:58 scop Exp $
 
 	Author: Daniel W. Connolly <[email protected]>
 	See Also: http://www.w3.org/hypertext/WWW/MarkUp/MarkUp.html

diff -r 41e6c0b40eb4096d1656ed9b00eb25223328d736 -r f33ace70933945a6053a51924915631974622a78 etc/html.decl
--- a/etc/html.decl
+++ b/etc/html.decl
@@ -90,7 +90,7 @@
   APPINFO    NONE
 ><!-- 
-	$Id$
+	$Id: html.decl,v 1.1 2002-08-25 10:21:58 scop Exp $
 
 	Author: Daniel W. Connolly <[email protected]>
 

diff -r 41e6c0b40eb4096d1656ed9b00eb25223328d736 -r f33ace70933945a6053a51924915631974622a78 etc/html.dtd
--- a/etc/html.dtd
+++ b/etc/html.dtd
@@ -3,7 +3,7 @@
         Document Type Definition for the HyperText Markup Language
 		 (HTML DTD)
 
-	$Id$
+	$Id: html.dtd,v 1.1 2002-08-25 10:21:58 scop Exp $
 
 	Author: Daniel W. Connolly <[email protected]>
 	See Also: html.decl, html-1.dtd

diff -r 41e6c0b40eb4096d1656ed9b00eb25223328d736 -r f33ace70933945a6053a51924915631974622a78 etc/mathml.dtd
--- a/etc/mathml.dtd
+++ b/etc/mathml.dtd
@@ -2,7 +2,7 @@
 <!-- Content model definition for content, presentation                       --><!-- and browser interface elements of MathML                                 --><!--                                                                          -->
-<!-- $Id$                 -->
+<!-- $Id: mathml.dtd,v 1.1 2002-08-25 10:21:58 scop Exp $                 --><!--                                                                          --><!-- Initial draft (syntax = XML) 1997-05-09                                  --><!--   Stephen Buswell                                                        -->

diff -r 41e6c0b40eb4096d1656ed9b00eb25223328d736 -r f33ace70933945a6053a51924915631974622a78 etc/structures.dtd
--- a/etc/structures.dtd
+++ b/etc/structures.dtd
@@ -1,5 +1,5 @@
 <!-- DTD for XML Schemas: Part 1: Structures -->
-<!-- $Id$ -->
+<!-- $Id: structures.dtd,v 1.1 2002-08-25 10:21:59 scop Exp $ --><!-- Note this DTD is NOT the normative structures DTD - - the
      prose copy in the structures REC is the normative version (which
      shouldn't differ from this one except for this comment and entity

diff -r 41e6c0b40eb4096d1656ed9b00eb25223328d736 -r f33ace70933945a6053a51924915631974622a78 etc/versionInfo.ent
--- a/etc/versionInfo.ent
+++ b/etc/versionInfo.ent
@@ -1,5 +1,5 @@
 <!-- Path and date information for XML Schema recommendation documents -->
-<!-- $Id$ -->
+<!-- $Id: versionInfo.ent,v 1.1 2002-08-25 10:21:59 scop Exp $ --><!ENTITY draft.year "2000"><!ENTITY draft.YY "2000"><!ENTITY draft.month "February">

diff -r 41e6c0b40eb4096d1656ed9b00eb25223328d736 -r f33ace70933945a6053a51924915631974622a78 etc/xhtml1-frameset.dtd
--- a/etc/xhtml1-frameset.dtd
+++ b/etc/xhtml1-frameset.dtd
@@ -16,8 +16,8 @@
    PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
    SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"
 
-   $Revision$
-   $Date$
+   $Revision: 1.1 $
+   $Date: 2002-08-25 10:21:59 $
 
 -->
 

diff -r 41e6c0b40eb4096d1656ed9b00eb25223328d736 -r f33ace70933945a6053a51924915631974622a78 etc/xhtml1-strict.dtd
--- a/etc/xhtml1-strict.dtd
+++ b/etc/xhtml1-strict.dtd
@@ -16,8 +16,8 @@
    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
 
-   $Revision$
-   $Date$
+   $Revision: 1.1 $
+   $Date: 2002-08-25 10:21:59 $
 
 -->
 

diff -r 41e6c0b40eb4096d1656ed9b00eb25223328d736 -r f33ace70933945a6053a51924915631974622a78 etc/xhtml1-transitional.dtd
--- a/etc/xhtml1-transitional.dtd
+++ b/etc/xhtml1-transitional.dtd
@@ -16,8 +16,8 @@
    PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
 
-   $Revision$
-   $Date$
+   $Revision: 1.1 $
+   $Date: 2002-08-25 10:22:00 $
 
 -->

Repository URL: https://bitbucket.org/xemacs/psgml-dtds/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.