Initial import from FreeBSD RELENG_4:
[dragonfly.git] / contrib / groff / contrib / groffer / TODO
1 # TODO file for `groffer'
2
3 # File position: <groff-source>/contrib/groffer/TODO
4
5 # Last update: 30 Sep 2002
6
7 # Copyright (C) 2001,2002 Free Software Foundation, Inc.
8 # Written by Bernd Warken <bwarken@mayn.de>
9
10 # This file is part of groff.
11
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.
16
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.
21
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.
26
27 ########################################################################
28
29 TODO
30
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
36 Features:
37 - Consider using the `shoop' package (OOP for `sh').
38 - Revise option handling of `grog'.
39 - `gxditview' needs a complete shower.
40
41 Revision:
42 - Should there be a native implementation for `--apropos'?
43 - Revise the `--all' feature to better reflect GNU man.
44 - The debug function stack is buggy (no effect on normal operation).
45
46 Documentation:
47 - Write a README file.
48 - Improve the documentation of the search algorithm for man pages in
49   both the groffer script and the man page `groffer.man'.
50 - In `groff.man', add more documentation for parts that were taken over
51   from GNU `man'.
52 - The documentation in the headers for some function definitions in
53   `groffer.sh' needs to be updated.