]> git.ipfire.org Git - thirdparty/gcc.git/blob - texinfo/TODO
Initial revision
[thirdparty/gcc.git] / texinfo / TODO
1 If you are interested in working on any of these,
2 email bug-texinfo@prep.ai.mit.edu.
3
4 * Use Automake.
5
6 * Use a config header file instead of @DEFS@.
7
8 * A detexinfo program, like detex or delatex. This command would
9 strip all the texinfo commands out, and would be used as a filter on
10 the way to a speller. An option would be to NOT strip comments out.
11 makeinfo --no-headers come close.
12
13 * Change bars. This is difficult or impossible in TeX,
14 unfortunately. To do it right requires device driver support.
15
16 * The dark corner symbol for the gawk manual.
17
18 * Better i18n support, including support for 8-bit input
19 characters. Requires fonts, and the DC fonts are not (as of this
20 writing) free.
21
22 * @exercise/@answer command for, e.g., gawk.
23
24 * @figure.
25
26 * HTML output in makeinfo.
27
28 * Include a complete functional summary, a la a reference card, in the manual.
29
30 * Use @ as the escape character, and Texinfo syntax generally, in the
31 table of contents, aux, and index files. Eliminate all the crazy
32 redefinitions of every Texinfo command (which lists always seem to be
33 incomplete).
34
35 * Improve the manuals for makeinfo, standalone info, etc.