[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo ChangeLog TODO tp/Texinfo/Parser.pm
From: |
Patrice Dumas |
Subject: |
texinfo ChangeLog TODO tp/Texinfo/Parser.pm |
Date: |
Thu, 08 Dec 2011 20:34:41 +0000 |
CVSROOT: /sources/texinfo
Module name: texinfo
Changes by: Patrice Dumas <pertusus> 11/12/08 20:34:41
Modified files:
. : ChangeLog TODO
tp/Texinfo : Parser.pm
Log message:
* TODO: add add automatic generation of @node and @menu.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1284&r2=1.1285
http://cvs.savannah.gnu.org/viewcvs/texinfo/TODO?cvsroot=texinfo&r1=1.57&r2=1.58
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Parser.pm?cvsroot=texinfo&r1=1.339&r2=1.340
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1284
retrieving revision 1.1285
diff -u -b -r1.1284 -r1.1285
--- ChangeLog 4 Dec 2011 20:56:37 -0000 1.1284
+++ ChangeLog 8 Dec 2011 20:34:40 -0000 1.1285
@@ -1,3 +1,7 @@
+2011-12-08 Patrice Dumas <address@hidden>
+
+ * TODO: add add automatic generation of @node and @menu.
+
2011-12-04 Patrice Dumas <address@hidden>
* doc/texinfo.txi (Other Configuration Variables): document
Index: TODO
===================================================================
RCS file: /sources/texinfo/texinfo/TODO,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -b -r1.57 -r1.58
--- TODO 4 Dec 2011 23:18:00 -0000 1.57
+++ TODO 8 Dec 2011 20:34:41 -0000 1.58
@@ -1,4 +1,4 @@
-$Id: TODO,v 1.57 2011/12/04 23:18:00 pertusus Exp $
+$Id: TODO,v 1.58 2011/12/08 20:34:41 pertusus Exp $
This is the todo list for GNU Texinfo.
If you are interested in working on any of these, email address@hidden
@@ -69,6 +69,7 @@
- Add support for other Latin 9 (and Latin 2 and Latin 1) characters.
* Makeinfo:
+ - add automatic generation of @node and @menu.
- 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
Index: tp/Texinfo/Parser.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Parser.pm,v
retrieving revision 1.339
retrieving revision 1.340
diff -u -b -r1.339 -r1.340
--- tp/Texinfo/Parser.pm 3 Dec 2011 14:58:41 -0000 1.339
+++ tp/Texinfo/Parser.pm 8 Dec 2011 20:34:41 -0000 1.340
@@ -5314,7 +5314,7 @@
Last, I<$index_entries_arrays> is an hash reference. The keys are
index names, the values are index entry structures that are associated
-with ell the index entries, associated to 0-commands like C<@cindex>,
+with the index entries, associated to @-commands like C<@cindex>,
or C<@item> in C<@vtable>, or definition commands entries like C<@deffn>.
The keys of the index entry structures are
@@ -5607,7 +5607,7 @@
=item index_entry_command
-This is the type of index entry commandsl ike C<@cindex>, and, more
+This is the type of index entry command like C<@cindex>, and, more
importantly user defined index entry commands. So for example if there
is
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- texinfo ChangeLog TODO tp/Texinfo/Parser.pm,
Patrice Dumas <=