o end up with extra newline after c comment (see top of configure.ac)

o add a modifier to cut stuff off a string and use it to implemnet --main=
for .java files.

o add pre/post conditions and document input, output and side affects in C template (see pmvarrun.c)

o implement/document good regression tests (see ~/.new/templates/hard_test).

o implement good pre/post assertions, etc.

o replace stuff with glib as much as possible (and copy to pam_mount).

o ensure RPM installs headers in /usr/include/new

o ensure new glib code (GTree -- see fmt_ptrn.c:_free_tree_node) is free'd correctly.

o test/debug new glib code.

o split Debian and RH packages into lib and dev.

o apply_template modifiers causes libfmt_ptrn to require libtemplate which is a little wierd.

o Block comments are messed up in C template.

o Code does not handle misspelled modifier well.  Right now, modifiers
are read until fmt_ptrn comes across one that is not recognized.  So,
%(misspelled FOO:FIXME) prints FIXME because "misspelled FOO" is taken
to be the key (misspelled does not get eaten by read_modifiers().
No error is printed.

o Add ability to do this (for debian building):
 -- W. Michael Petullo <new@flyn.org>  Thu, 12 Sep 2002 19:51:57 +0300

o Get rid of FIXMEs.

o Make really good testing suite.
	- new
	- new_proj

o Clean up this fmt_ptrn/template mess.
	- make sure new/new_proj print fmt_ptrn's parse errors.
	- unify apply_template better?
	- Examine exessive realloc_n_cat, for example handle_file/_handle_fmt_str.

For next verison:
	o TEST Add concept of value files: files containing key/value pairs.
	o Recusive expansions?
