[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo ChangeLog util/texinfo.dtd
From: |
Karl Berry |
Subject: |
texinfo ChangeLog util/texinfo.dtd |
Date: |
Tue, 03 Jan 2012 18:31:12 +0000 |
CVSROOT: /sources/texinfo
Module name: texinfo
Changes by: Karl Berry <karl> 12/01/03 18:31:12
Modified files:
. : ChangeLog
util : texinfo.dtd
Log message:
xml dtd
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1295&r2=1.1296
http://cvs.savannah.gnu.org/viewcvs/texinfo/util/texinfo.dtd?cvsroot=texinfo&r1=1.27&r2=1.28
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1295
retrieving revision 1.1296
diff -u -b -r1.1295 -r1.1296
--- ChangeLog 3 Jan 2012 18:26:57 -0000 1.1295
+++ ChangeLog 3 Jan 2012 18:31:11 -0000 1.1296
@@ -6,6 +6,7 @@
(External Macro Processors): new node.
* doc/refcard/txirefcard.tex: document it.
* doc/texinfo.tex (@hashchar): output a #.
+ * util/texinfo.dtd: add entity.
2011-12-31 Karl Berry <address@hidden>
Index: util/texinfo.dtd
===================================================================
RCS file: /sources/texinfo/texinfo/util/texinfo.dtd,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- util/texinfo.dtd 27 Dec 2011 23:11:41 -0000 1.27
+++ util/texinfo.dtd 3 Jan 2012 18:31:11 -0000 1.28
@@ -1,8 +1,8 @@
-<!-- $Id: texinfo.dtd,v 1.27 2011/12/27 23:11:41 pertusus Exp $
+<!-- $Id: texinfo.dtd,v 1.28 2012/01/03 18:31:11 karl Exp $
Document Type Definition for Texinfo XML output (the '-'-xml option).
Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
- 2011 Free Software Foundation, Inc.
+ 2011, 2012 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
@@ -831,6 +831,7 @@
<!ENTITY lbracechar "{">
<!ENTITY rbracechar "}">
<!ENTITY backslashchar "\\">
+<!ENTITY hashchar "#">
<!ENTITY nbsp " ">
<!ENTITY deg "°">
<!ENTITY expansion "→">
- texinfo ChangeLog util/texinfo.dtd,
Karl Berry <=