* Makefile.comm (install_dev, uninstall_dev): Protect `for' loops
[s-roff.git] / contrib / groffer / TODO
blob3aadb19e2abcf3c002682c1b24d907b6346550d6
1 # TODO file for `groffer'
3 # File position: <groff-source>/contrib/groffer/TODO
5 # Last update: 22 Jan 2003
7 # Copyright (C) 2001,2002,2003 Free Software Foundation, Inc.
8 # Written by Bernd Warken <bwarken@mayn.de>
10 # This file is part of groff.
12 # groff is free software; you can redistribute it and/or modify it
13 # under the terms of the GNU General Public License as published by
14 # the Free Software Foundation; either version 2, or (at your option)
15 # any later version.
17 # groff is distributed in the hope that it will be useful, but WITHOUT
18 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
19 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
20 # License for more details.
22 # You should have received a copy of the GNU General Public License
23 # along with groff; see the file COPYING.  If not, write to the
24 # Free Software Foundation, 59 Temple Place - Suite 330, Boston,
25 # MA 02111-1307, USA.
27 ########################################################################
29 TODO
31 Optimization:
32 - Optimize man path determination in manpath_add_lang_sys() for speed
33   by building-up the man path only by and by as far as necessary
34   (not trivial).
35 - To increase the running speed write part of the groffer shell script
36   in C/C++.
38 Features:
39 - Revise option handling of `grog'.
40 - `gxditview' needs a complete shower.
42 Revision:
43 - Should there be a native implementation for `--apropos'?
44 - Revise the `--all' feature to better reflect GNU man.
45 - The debug function stack is buggy (no effect on normal operation).
46 - The actual `groff' and `grog' do not support file arguments each
47 of which has a different macro package (except `man' and `doc').  So
48 `roffer' should create several display files for such arguments.
50 Documentation:
51 - Improve the documentation of the search algorithm for man pages in
52   both the groffer script and the man page `groffer.man'.
53 - In `groff.man', add more documentation for parts that were taken over
54   from GNU `man'.
55 - The documentation in the headers for some function definitions in
56   `groffer.sh' needs to be updated.