texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo TODO ChangeLog tp/texi2any.pl util/dir-...


From: Karl Berry
Subject: texinfo TODO ChangeLog tp/texi2any.pl util/dir-...
Date: Fri, 13 Apr 2012 16:56:54 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Karl Berry <karl>       12/04/13 16:56:54

Modified files:
        .              : TODO ChangeLog 
        tp             : texi2any.pl 
        util           : dir-example htmlxref.cnf texi2html 

Log message:
        data updates, +dev version

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/TODO?cvsroot=texinfo&r1=1.63&r2=1.64
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1345&r2=1.1346
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/texi2any.pl?cvsroot=texinfo&r1=1.122&r2=1.123
http://cvs.savannah.gnu.org/viewcvs/texinfo/util/dir-example?cvsroot=texinfo&r1=1.90&r2=1.91
http://cvs.savannah.gnu.org/viewcvs/texinfo/util/htmlxref.cnf?cvsroot=texinfo&r1=1.53&r2=1.54
http://cvs.savannah.gnu.org/viewcvs/texinfo/util/texi2html?cvsroot=texinfo&r1=1.2&r2=1.3

Patches:
Index: TODO
===================================================================
RCS file: /sources/texinfo/texinfo/TODO,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -b -r1.63 -r1.64
--- TODO        26 Feb 2012 22:01:47 -0000      1.63
+++ TODO        13 Apr 2012 16:56:52 -0000      1.64
@@ -1,9 +1,9 @@
-$Id: TODO,v 1.63 2012/02/26 22:01:47 pertusus Exp $
+$Id: TODO,v 1.64 2012/04/13 16:56:52 karl Exp $
 This is the todo list for GNU Texinfo.
 If you are interested in working on any of these, email address@hidden
 
   Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2003, 
-  2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010, 2011
+  2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010, 2011, 2012
   Free Software Foundation.
 
   Copying and distribution of this file, with or without modification,
@@ -41,7 +41,6 @@
   - Or even multibyte languages like Japanese, see msg:
     http://lists.gnu.org/archive/html/bug-texinfo/2005-03/msg00000.html
   - Support general reference card creation.
-  - Allow @end (and other?) commands to be indented in the source.
   - Add a program that turns Texinfo XML back to Texinfo code.
 
 * Language:
@@ -53,6 +52,7 @@
   - @xindexterm [def] primary [,secondary [,tertiary]]  or some such?
   - Allow subitems and `see' and `see also' in indices.
   - generalize @vtable/@htable to any defined index.
+  - generalize @deffn/etc. with variants that don't make index entries.
   - multicolumn * width to take up `the rest'.
   - Allow @hsep/@vsep at @item, instead of just in template.
   - another table command to take N succeeding items and split them

Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1345
retrieving revision 1.1346
diff -u -b -r1.1345 -r1.1346
--- ChangeLog   12 Apr 2012 10:38:28 -0000      1.1345
+++ ChangeLog   13 Apr 2012 16:56:53 -0000      1.1346
@@ -1,3 +1,8 @@
+2012-04-13  Karl Berry  <address@hidden>
+
+       * tp/texi2any.pl (configured_version): add +dev to distinguish
+       from installed.
+
 2012-04-12  Sergey Poznyakoff  <address@hidden>
 
        info: improve parsing of node names containing dots.

Index: tp/texi2any.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/texi2any.pl,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -b -r1.122 -r1.123
--- tp/texi2any.pl      2 Mar 2012 22:37:33 -0000       1.122
+++ tp/texi2any.pl      13 Apr 2012 16:56:53 -0000      1.123
@@ -221,7 +221,7 @@
     if (open (CONFIGURE, "$srcdir/../configure.ac")) {
       while (<CONFIGURE>) {
         if (/^AC_INIT\(\[[^\]]+\]\s*,\s*\[([^\]]+)\]\s*,/) {
-          $configured_version = $1;
+          $configured_version = "$1+dev"; # +dev to distinguish from installed
           last;
         }
       }

Index: util/dir-example
===================================================================
RCS file: /sources/texinfo/texinfo/util/dir-example,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -b -r1.90 -r1.91
--- util/dir-example    3 Jan 2012 18:26:27 -0000       1.90
+++ util/dir-example    13 Apr 2012 16:56:53 -0000      1.91
@@ -9,7 +9,7 @@
 If you have dir entries for Texinfo manuals you'd like to be added here,
   please send them to address@hidden
 
-$Id: dir-example,v 1.90 2012/01/03 18:26:27 karl Exp $
+$Id: dir-example,v 1.91 2012/04/13 16:56:53 karl Exp $
 
 File: dir,     Node: Top,      This is the top of the INFO tree.
 
@@ -275,8 +275,8 @@
 * GSRC: (gsrc).                 Building the GNU Source Release Collection.
 
 TeX
-* DVI-to-PNG: (dvipng).         DVI to Portable Network Graphics (PNG).
-* DVI-to-PostScript: (dvips).   Translating TeX DVI files to PostScript.
+* Dvipng: (dvipng).             DVI to Portable Network Graphics (PNG).
+* Dvips: (dvips).               Translating TeX DVI files to PostScript.
 * Eplain: (eplain).             Expanding on plain TeX.
 * EpsPDF: (epspdf).             Portable GUI&cmdline EPS-to-PDF conversion.
 * Kpathsea: (kpathsea).         File lookup along search paths.
@@ -363,7 +363,6 @@
 * dmp: (web2c)Dmp invocation.                   Troff->MPX (MetaPost pictures).
 * du: (coreutils)du invocation.                 Report on disk usage.
 * dvicopy: (web2c)DVIcopy invocation.           Virtual font expansion
-* dvipng: (dvipng)Invoking dvipng.              A DVI-to-PNG translator.
 * dvitomp: (web2c)DVItoMP invocation.           DVI to MPX (MetaPost pictures).
 * dvitype: (web2c)DVItype invocation.           DVI to human-readable text.
 * echo: (coreutils)echo invocation.             Print a line of text.
@@ -467,11 +466,12 @@
 * pwd: (coreutils)pwd invocation.               Print working directory.
 * query-pr: (gnats)Invoking query-pr.           Bug searching/reporting.
 * queue-pr: (gnats)queue-pr.                    Handling incoming traffic.
-* ranlib: (binutils)ranlib.     Generate index to archive contents.
-* rcp: (inetutils)rcp invocation.               Remote copy
-* readelf: (binutils)readelf.  Display the contents of ELF format files.
+* ranlib: (binutils)ranlib.                     Index archive contents.
+* rcp: (inetutils)rcp invocation.               Remote copy.
+* readelf: (binutils)readelf.                  Display contents of ELF file.
 * readlink: (coreutils)readlink invocation.     Print referent of a symlink.
 * readmsg: (mailutils)readmsg.                  Extract messages from a folder.
+* realpath: (coreutils)readpath invocation.     Print resolved file names.
 * rexec: (inetutils)rexec invocation.           Remote execution client.
 * rexecd: (inetutils)rexecd invocation.         Remote execution server.
 * rlogin: (inetutils)rlogin invocation.         Remote login.

Index: util/htmlxref.cnf
===================================================================
RCS file: /sources/texinfo/texinfo/util/htmlxref.cnf,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -b -r1.53 -r1.54
--- util/htmlxref.cnf   24 Jan 2012 00:16:11 -0000      1.53
+++ util/htmlxref.cnf   13 Apr 2012 16:56:53 -0000      1.54
@@ -1,6 +1,6 @@
 # htmlxref.cnf - reference file for free Texinfo manuals on the web.
 
-htmlxrefversion=2012-01-24.00; # UTC
+htmlxrefversion=2012-04-12.23; # UTC
 
 # Copyright 2010, 2011, 2012 Free Software Foundation, Inc.
 # 
@@ -114,7 +114,7 @@
 
 EMACS = ${GS}/emacs/manual
 emacs          mono    ${EMACS}/html_mono/emacs.html
-emacs          node    ${EMACS}/html_node/
+emacs          node    ${EMACS}/html_node/emacs/
  #
  ada-mode      mono    ${EMACS}/html_mono/ada-mode.html
  ada-mode      node    ${EMACS}/html_node/ada-mode/
@@ -382,6 +382,9 @@
 libidn         mono    ${GS}/libidn/manual/libidn.html
 libidn         node    ${GS}/libidn/manual/html_node/
 
+librejs                mono    ${GS}/librejs/manual/librejs.html
+librejs                node    ${GS}/librejs/manual/html_node/
+
 libmatheval    mono    ${GS}/libmatheval/manual/libmatheval.html
 
 LIBMICROHTTPD = http://www.gnu.org/software/libmicrohttpd/

Index: util/texi2html
===================================================================
RCS file: /sources/texinfo/texinfo/util/texi2html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- util/texi2html      17 Feb 2012 01:10:09 -0000      1.2
+++ util/texi2html      13 Apr 2012 16:56:54 -0000      1.3
@@ -1,5 +1,5 @@
 #! /bin/sh
-# $Id: texi2html,v 1.2 2012/02/17 01:10:09 pertusus Exp $
+# $Id: texi2html,v 1.3 2012/04/13 16:56:54 karl Exp $
 # Copyright 2012 Free Software Foundation, Inc.
 #
 # This file is free software; as a special exception the author gives
@@ -14,10 +14,16 @@
  
 # Convert Texinfo to HTML, setting the default style to be the texi2html
 # style.
-
-# It is not fully compatible with texi2html.  There is no possibility to 
-# split indices anymore.  Command line processing and options have also 
-# somehow changed, and the customization API is new.
+#
+# It is not fully compatible with texi2html.  There is no possibility of
+# splitting indices, and translated strings cannot (yet?) be customized.
+# Command line processing and options have also changed, and the
+# customization API is new.
+# 
+# Thus, since this is not a drop-in replacement for the old texi2html,
+# we do not install it.  It's here as an example.
+# 
+# See the texi2html node in the Texinfo manual for more.
 #
 exec texi2any --set-init-variable TEXI2HTML=1 "$@"
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]