OSDN Git Service

Add support for interrupt function attribute
[pf3gnuchains/gcc-fork.git] / texinfo / TODO
1 If you are interested in working on any of these, email bug-texinfo@gnu.org.
2
3 * Makeinfo:
4   - HTML output is being actively worked on, and with luck will be in
5     the next release.
6   - A detexinfo program, like detex or delatex.  This command would
7     strip all the texinfo commands out, and would be used as a filter on
8     the way to a speller.  An option would be to NOT strip comments out.
9     makeinfo --no-headers comes close.
10   - If node name contains an @ command, complain explicitly.
11   - Better ASCII output: convert menus to single table of contents,
12     enumerate chapters and sections, convert cross-refs and indices to
13     chapter/section references.  See:
14        ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2/faq201s.zip
15   - Call Ghostscript to get ASCII output for the @image command.
16
17 * TeX:
18   - Use @ as the escape character, and Texinfo syntax generally, in the
19     table of contents, aux, and index files.  Eliminate all the crazy
20     multiple redefinitions of every Texinfo command in different contexts.
21   - Handle @hsep and @vsep in @multitables.
22
23 * General:
24   - Better i18n support, including support for 8-bit input characters,
25     and 8-bit output in info.  Perhaps have to use the ec fonts.
26   - Support compressed image files, automatic generation of .txt
27     or .jpg from .eps by Ghostscript.
28   - Repeat TeX run until cross-references stabilize, not just twice.
29     (Document this in manual and fix texi2dvi.)
30   - Handle reference card creation, perhaps by only paying attention to
31     sectioning and @def... commands.
32   - Allow : in node names for info files, for names like `class::method'.
33   - Get Info declared as a MIME Content-Type.
34
35 * Language:
36   - @figure:
37 @figure [xref-label]
38 @figureinclude <filename>, [<height>], [<width>]
39 @figurehsize <dimen>
40 @figurevsize <dimen>
41 @caption ... @end caption
42 <arbitrary Texinfo commands>
43 @end figure
44   - @flushboth to combine @flushleft and @flushright, for RFC's.
45   - @part sectioning command.
46   - Anchors a la HTML?
47   - Allow subitems and `see' and `see also' in indices.
48   - @exercise/@answer command for, e.g., gawk.
49   - Allow @hsep/@vsep at @item, instead of just in template.
50   - The dark corner symbol for the gawk manual.
51   - Change bars.  This is difficult or impossible in TeX,
52     unfortunately.  To do it right requires device driver support.
53
54 * Doc:
55   - Include a complete functional summary, as in a reference card, in
56     the manual.
57   - Improve the manuals for makeinfo, standalone info, etc.
58   - Page 39, need a new section on doing dedication pages. See gawk.texi
59     for an example of doing it in both the tex and info versions.
60
61 * Info:
62   - Search all nodes of dir file at startup, then can have
63     INFO-DIR-SEPARATE-GROUPS and other such.
64   - Better dir file merging.
65   - Steal interface ideas from Lynx: TAB for navigating to next link
66     within a page, number links, etc.
67   - q within help should quit help like C-x 0.
68   - Full-text search on all available info files.
69   - Incorporate an X-based viewer, perhaps tkinfo:
70     http://www.math.ucsb.edu/~boldt/tkinfo/.
71   - Perhaps process Texinfo files directly instead of converting to Info:
72     ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/tkman.tar.Z
73     + ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/rman.tar.Z
74     + Tcl/Tk 8.0 from ftp.smli.com in the /pub/tcl directory.
75     From: phelps@ecstasy.CS.Berkeley.EDU (Tom Phelps)
76
77 * Install-info:
78   - be able to copy the info file to compile-time $(infodir), to
79     simplify by-hand installation.