[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo ChangeLog TODO tp/TODO
From: |
Patrice Dumas |
Subject: |
texinfo ChangeLog TODO tp/TODO |
Date: |
Sat, 03 Dec 2011 18:44:22 +0000 |
CVSROOT: /sources/texinfo
Module name: texinfo
Changes by: Patrice Dumas <pertusus> 11/12/03 18:44:22
Modified files:
. : ChangeLog TODO
tp : TODO
Log message:
* TODO, tp/TODO: remove fixed entries, add some more and put
the entry
on --output-encoding in the main TODO file.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1281&r2=1.1282
http://cvs.savannah.gnu.org/viewcvs/texinfo/TODO?cvsroot=texinfo&r1=1.54&r2=1.55
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/TODO?cvsroot=texinfo&r1=1.228&r2=1.229
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1281
retrieving revision 1.1282
diff -u -b -r1.1281 -r1.1282
--- ChangeLog 24 Nov 2011 21:15:34 -0000 1.1281
+++ ChangeLog 3 Dec 2011 18:44:21 -0000 1.1282
@@ -1,3 +1,8 @@
+2011-12-03 Patrice Dumas <address@hidden>
+
+ * TODO, tp/TODO: remove fixed entries, add some more and put the entry
+ on --output-encoding in the main TODO file.
+
2011-11-24 Patrice Dumas <address@hidden>
* doc/texinfo.txi (part): Protect @ in Texinfo example.
@@ -5,7 +10,6 @@
(Info Format Whole Manual, Info Format: Preamble): use subheading and
not subsection consistently.
-
2011-11-16 Sergey Poznyakoff <address@hidden>
Implement info-virtual-index.
Index: TODO
===================================================================
RCS file: /sources/texinfo/texinfo/TODO,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -b -r1.54 -r1.55
--- TODO 16 Oct 2011 23:14:08 -0000 1.54
+++ TODO 3 Dec 2011 18:44:22 -0000 1.55
@@ -1,4 +1,4 @@
-$Id: TODO,v 1.54 2011/10/16 23:14:08 karl Exp $
+$Id: TODO,v 1.55 2011/12/03 18:44:22 pertusus Exp $
This is the todo list for GNU Texinfo.
If you are interested in working on any of these, email address@hidden
@@ -23,7 +23,9 @@
especially
http://mail.gnu.org/archive/html/emacs-devel/2002-10/msg00090.html
http://mail.gnu.org/archive/html/emacs-devel/2002-10/msg00137.html
- - Extend and improve the tests.
+ - Extend and improve the tests. See the tp/TODO file for some tests
+ using real files needed, and also for (maybe out of date) informations
+ on texi2html tests inclusion.
- Support installation of manuals in different languages, along these lines:
. support a LINGUAS file or variable saying which subdirs LL in the
source to descend into (under doc/).
@@ -43,6 +45,7 @@
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:
- Allow : in node names for info files, for names like
@@ -66,14 +69,12 @@
- Add support for other Latin 9 (and Latin 2 and Latin 1) characters.
* Makeinfo:
- - lang.c setup doesn't support @v{S} (S with caron) -- no named entity.
- - Automatically do -I of directory of main source file.
+ - Improve the HTML customization API.
- A detexinfo program, like detex or delatex. This command would
strip all the texinfo commands out, and would be used as a filter on
the way to a speller. An option would be to NOT strip comments out.
- makeinfo --no-headers comes close.
+ makeinfo --set RAW_TEXT comes close.
- HTML: different splits for different chapters?
- Generate dummy files for all nodes for the sake of cross-references?
- HTML: support thumbnails.
- HTML: make images of math, maybe.
- HTML: allow settable background color, table colors and spacing,
@@ -81,7 +82,9 @@
- HTML: have a library of different CSS styles.
http://mail.gnu.org/archive/html/bug-texinfo/2004-01/msg00025.html
- XML: cannot be loaded directly in a browser; why not?
- - Docbook: € and other entities do not work; does anything work?
+ - add --output-encoding. Design better the encoding handling.
+ - Support output formats retaining the tree structure of Texinfo documents
+ as parsed by the Parser. A lisp-like format for GUILE, and maybe JSON.
- Support LaTeX as a backend.
- Support the epub output format, http://en.wikipedia.org/wiki/OEBPS.
Suggested by Sean Young, 30 Nov 2008 20:13:11.
@@ -113,6 +116,9 @@
- Improve the manuals.
- new section on doing dedication pages. See gawk.texi
for an example of doing it in both the tex and info versions.
+ - use an improved pod2texi to generate documentation of the perl modules
+ in tp and have it as texinfo.
+ - Documentation of the HTML customization is missing.
* Info:
- The help message does not report Down/Up for next/prev-line.
Index: tp/TODO
===================================================================
RCS file: /sources/texinfo/texinfo/tp/TODO,v
retrieving revision 1.228
retrieving revision 1.229
diff -u -b -r1.228 -r1.229
--- tp/TODO 30 Nov 2011 23:15:08 -0000 1.228
+++ tp/TODO 3 Dec 2011 18:44:22 -0000 1.229
@@ -65,7 +65,7 @@
test an lone @contents without any sectioning command.
-Test @address@hidden and @sc{@'e} in HTML with 8bit and utf_, with and without
+Test @address@hidden and @sc{@'e} in HTML with 8bit and utf8, with and without
enable encoding and entities.
Test end_line_count in Texinfo/Convert/ containers.
@@ -86,9 +86,6 @@
Future features
===============
-(A) Warning for obsolete/unused customization variables like USE_SECTIONS
-(a FIXME in Texinfo/Common.pm).?
-
Right now VERBOSE is almost not used.
Handle better @exdent in html? (there is a FIXME in the code)
@@ -98,8 +95,6 @@
default functions, for example in page_head, use $self->title_string()
and so on and so forth.
-add --output-encoding. Design better the encoding handling.
-
DocBook
=======
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- texinfo ChangeLog TODO tp/TODO,
Patrice Dumas <=