]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
- add cvs2cl'd changelog
authorprockai <prockai>
Wed, 23 Feb 2005 07:56:03 +0000 (07:56 +0000)
committerprockai <prockai>
Wed, 23 Feb 2005 07:56:03 +0000 (07:56 +0000)
- add doxyfile in preparation of writing API documentation

ChangeLog [new file with mode: 0644]
Doxyfile [new file with mode: 0644]

diff --git a/ChangeLog b/ChangeLog
new file mode 100644 (file)
index 0000000..c33703d
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,4367 @@
+2004-04-14 19:08  havill
+
+       Changed:
+               whiptail.c (1.13), "Exp", lines: +34 -2
+
+       added TEXTBOX to whiptail
+       
+2004-04-08 20:18  havill
+
+       Changed:
+               newt.spec (1.146), "Exp", lines: +6 -2
+
+       listbox braille fix
+       
+2004-04-08 18:48  havill
+
+       Changed:
+               newt.c (1.65), "Exp", lines: +7 -1
+
+       exit if newt is spinning while killed patch
+       
+2004-04-07 20:22  havill
+
+       Changed:
+               whiptail.c (1.12), "Exp", lines: +15 -7
+
+       added --outputfd to whiptail (#117469)
+       
+2004-04-07 20:09  havill
+
+       Changed:
+               newt.c (1.64), "Exp", lines: +52 -0
+               peanuts.py (1.7), "Exp", lines: +2 -0
+               snack.py (1.63), "Exp", lines: +590 -352
+
+       added docs (with corrections) from #117466
+       
+2004-04-07 19:53  havill
+
+       Changed:
+               dialogboxes.c (1.13), "Exp", lines: +5 -0
+               dialogboxes.h (1.5), "Exp", lines: +1 -0
+               whiptail.c (1.11), "Exp", lines: +3 -0
+
+       added --notags to whiptail (#117468)
+       
+2004-04-07 19:44  havill
+
+       Changed:
+               Makefile.in (1.24), "Exp", lines: +17 -15
+               button.c (1.20), "Exp", lines: +11 -0
+               checkbox.c (1.27), "Exp", lines: +10 -0
+               checkboxtree.c (1.22), "Exp", lines: +7 -5
+               configure.in (1.52), "Exp", lines: +2 -0
+               dialogboxes.c (1.12), "Exp", lines: +16 -5
+               newt.c (1.63), "Exp", lines: +11 -10
+               newt.h (1.78), "Exp", lines: +6 -5
+               whiptail.c (1.10), "Exp", lines: +3 -2
+               whiptcl.c (1.3), "Exp", lines: +5 -4
+
+       merged in and munged patches from #117464
+       
+2003-12-06 00:43  katzj
+
+       Changed:
+               newt.spec (1.145), "Exp", lines: +5 -3
+
+       rebuild against new slang
+       
+2003-11-17 21:48  nalin
+
+       Changed:
+               config.h.in (1.6), "Exp", lines: +4 -48
+
+       - revert changes made by autoreconf
+       
+2003-11-17 21:46  nalin
+
+       Changed:
+               checkbox.c (1.26), "Exp", lines: +1 -1
+               config.h.in (1.5), "Exp", lines: +48 -4
+               newt.spec (1.144), "Exp", lines: +3 -0
+
+       - fix newtCheckboxGetValue not working correctly if newtCheckbox was created
+         with a non-NULL result parameter (so cb->value is never changed, but we were
+         returning its value here anyway)
+       
+2003-11-06 06:56  katzj
+
+       Changed:
+               Makefile.in (1.23), "Exp", lines: +1 -1
+
+       better python version check
+       
+2003-11-06 06:45  katzj
+
+       Changed:
+               newt.spec (1.143), "Exp", lines: +1 -1
+
+       python 2.3 and I mean it\!
+       
+2003-11-06 06:41  katzj
+
+       Changed:
+               newt.spec (1.142), "Exp", lines: +4 -1
+
+       rebuild for python 2.3
+       
+2003-08-19 20:32  johnsonm
+
+       Changed:
+               newt.spec (1.141), "Exp", lines: +4 -1
+
+       rebuild for cambridge
+       
+2003-08-19 20:24  johnsonm
+
+       Changed:
+               configure.in (1.51), "Exp", lines: +0 -2
+
+       whose idea was it to override the version anyway?
+       
+2003-08-19 20:12  johnsonm
+
+       Changed:
+               newt.spec (1.140), "Exp", lines: +1 -1
+
+       follow policy
+       
+2003-08-19 20:12  johnsonm
+
+       Changed:
+               listbox.c (1.55), "Exp", lines: +2 -1
+               newt.spec (1.139), "Exp", lines: +4 -1
+
+       incorporated listbox cursor location patch (#69903)
+       
+2003-02-05 07:11  msw
+
+       Changed:
+               configure.in (1.50), "Exp", lines: +1 -1
+               entry.c (1.31), "Exp", lines: +1 -1
+               label.c (1.11), "Exp", lines: +1 -1
+               newt.c (1.62), "Exp", lines: +16 -8
+               newt.spec (1.138), "Exp", lines: +8 -2
+               snack.py (1.62), "Exp", lines: +17 -8
+               snackmodule.c (1.47), "Exp", lines: +13 -0
+
+       - fixed help line drawing in UTF-8 (#81718)
+       - calculate the width of text in entries using wstrlen
+       - always set component width to the new label width in newtLabelSetText
+       - fixed snack.CListbox to work properly with UTF-8 (#81718)
+       
+2003-02-04 11:09  laroche
+
+       Changed:
+               newt.spec (1.137), "Exp", lines: +6 -1
+
+       - add symlink to shared lib
+       
+2003-01-06 17:16  havill
+
+       Changed:
+               configure.in (1.49), "Exp", lines: +2 -2
+               newt.spec (1.136), "Exp", lines: +3 -3
+
+       bumped SONAME back to sane value
+       
+2003-01-04 19:15  havill
+
+       Changed:
+               Makefile.in (1.22), "Exp", lines: +7 -1
+               form.c (1.44), "Exp", lines: +1 -1
+               newt.c (1.61), "Exp", lines: +57 -32
+               newt.spec (1.135), "Exp", lines: +7 -4
+               showchars.c (1.3), "Exp", lines: +0 -2
+               showkey.c (1.4), "Exp", lines: +1 -1
+               test.c (1.33), "Exp", lines: +2 -2
+               tutorial.sgml (1.6), "Exp", lines: +2 -2
+
+       - cleaned up const qualifiers in interfaces
+       - added Ctrl-L screen refresh
+       - fixed segfault in test.c when listbox items are selected
+       - accessibility: made newt useable with monochrome terms (#60931)
+       - leave the symbols in the libs (#60400)
+       - fixed grammar in tutorial (#63496)
+       - removed obsolete URL reference in tutorial.sgml
+       - error checking (curcomp exists) for formEvent, newtFormGetCurrent,
+         removed fifty button limit (#59027)
+       - allowed the test progs showchars and showkey to be build via the makefile
+       
+2003-01-03 21:42  havill
+
+       Changed:
+               newt.c (1.60), "Exp", lines: +6 -6
+
+       o changed version to update copyrign years and make it scannable with
+         ident command
+       
+2003-01-03 20:54  havill
+
+       Changed:
+               checkboxtree.c (1.21), "Exp", lines: +1 -1
+               configure.in (1.48), "Exp", lines: +2 -2
+               dialogboxes.c (1.11), "Exp", lines: +4 -4
+               dialogboxes.h (1.4), "Exp", lines: +3 -3
+               entry.c (1.30), "Exp", lines: +2 -2
+               form.c (1.43), "Exp", lines: +2 -1
+               newt.h (1.77), "Exp", lines: +2 -2
+               newt.spec (1.134), "Exp", lines: +9 -2
+               snackmodule.c (1.46), "Exp", lines: +2 -1
+               test.c (1.32), "Exp", lines: +2 -2
+               testgrid.c (1.12), "Exp", lines: +1 -1
+               testtree.c (1.6), "Exp", lines: +1 -1
+               textbox.c (1.32), "Exp", lines: +1 -1
+               whiptail.c (1.9), "Exp", lines: +2 -2
+               windows.c (1.19), "Exp", lines: +23 -22
+
+       - cleaned up const qualifiers in interfaces
+       - leave the symbols in the libs (#60400)
+       - fixed grammar in tutorial (#63496)
+       - removed fifty button limit (#59027)
+       - error checking (curcomp exists) for formEvent, newtFormGetCurrent (#59027)
+       
+2003-01-03 19:33  havill
+
+       Changed:
+               Makefile.in (1.21), "Exp", lines: +4 -4
+
+       don't strip the libs
+       
+2003-01-03 19:15  havill
+
+       Changed:
+               tutorial.sgml (1.5), "Exp", lines: +14 -14
+
+       fixed grammar in tutorial.sgml
+       
+2002-12-18 04:18  msw
+
+       Changed:
+               newt.spec (1.133), "Exp", lines: +1 -1
+
+       bump version
+       
+2002-12-18 04:17  msw
+
+       Changed:
+               configure.in (1.47), "Exp", lines: +1 -1
+               newt.spec (1.132), "Exp", lines: +7 -0
+
+       * Tue Dec 17 2002 Matt Wilson <msw@redhat.com> 0.51.2-1
+       - fixed wstrlen() it was calculating wcwidth(first wide char in
+         string) * strlen(str) instead of the actual width of the whole
+         string
+       - fixed newtRedrawHelpLine() to copy all the bytes from a multibyte
+         string
+       
+2002-12-18 04:13  msw
+
+       Changed:
+               newt.c (1.59), "Exp", lines: +1 -0
+
+       fix lots of newt utf-8 display errors
+       
+2002-12-18 03:48  msw
+
+       Changed:
+               newt.c (1.58), "Exp", lines: +1 -1
+
+       when updating the help text, be sure to get all of the bytes from multibyte strings
+       
+2002-12-13 17:45  sopwith
+
+       Changed:
+               Makefile.in (1.20), "Exp", lines: +2 -1
+
+       0.51.1
+       
+2002-12-13 17:40  sopwith
+
+       Changed:
+               configure.in (1.46), "Exp", lines: +1 -1
+               newt.spec (1.131), "Exp", lines: +17 -14
+
+
+
+       0.51.1
+       
+2002-08-15 20:18  notting
+
+       Changed:
+               Makefile.in (1.19), "Exp", lines: +2 -2
+
+       add _GNU_SOURCE (for some of the wc stuff)
+       
+2002-08-15 20:16  notting
+
+       Changed:
+               configure.in (1.45), "Exp", lines: +2 -2
+               newt.spec (1.130), "Exp", lines: +6 -1
+
+       bump version
+       
+2002-08-15 20:13  notting
+
+       Changed:
+               button.c (1.19), "Exp", lines: +3 -2
+               checkbox.c (1.25), "Exp", lines: +1 -1
+               checkboxtree.c (1.20), "Exp", lines: +8 -6
+               configure.in (1.44), "Exp", lines: +1 -1
+               dialogboxes.c (1.10), "Exp", lines: +7 -6
+               entry.c (1.29), "Exp", lines: +2 -2
+               grid.c (1.15), "Exp", lines: +5 -4
+               label.c (1.10), "Exp", lines: +2 -2
+               listbox.c (1.54), "Exp", lines: +7 -7
+               newt.c (1.57), "Exp", lines: +25 -1
+               newt_pr.h (1.22), "Exp", lines: +2 -0
+               textbox.c (1.31), "Exp", lines: +62 -45
+
+       UTF-8 changes
+       - changes for computing widths of various elements
+       - rewrite of wrap code
+         - no longer uses specific kanji handling; uses glibc mb/wc routines
+       
+2002-07-17 02:55  notting
+
+       Changed:
+               newt.spec (1.129), "Exp", lines: +1 -1
+
+       fix URL (#68980)
+       
+2002-07-01 18:34  msf
+
+       Changed:
+               newt.spec (1.128), "Exp", lines: +4 -1
+               snack.py (1.61), "Exp", lines: +1 -1
+
+       Changed a test to check for 'None' the correct way
+       
+2002-06-27 02:33  notting
+
+       Changed:
+               configure.in (1.43), "Exp", lines: +1 -1
+
+       bump rev
+       
+2002-06-27 02:30  notting
+
+       Changed:
+               newt.spec (1.127), "Exp", lines: +4 -1
+
+       bump rev
+       
+2002-06-27 02:17  notting
+
+       Changed:
+               scrollbar.c (1.11), "Exp", lines: +5 -5
+
+       thou shalt not hardcode linedrawing characters
+       
+2002-06-25 04:40  notting
+
+       Changed:
+               configure.in (1.42), "Exp", lines: +1 -1
+               newt.c (1.56), "Exp", lines: +2 -2
+               newt.spec (1.126), "Exp", lines: +4 -1
+
+       bump to 0.37; make it agree with utf-8 slang (still needs wrapping work)
+       
+2002-06-11 13:30  jorton
+
+       Changed:
+               configure.in (1.41), "Exp", lines: +1 -1
+               newt.spec (1.125), "Exp", lines: +6 -1
+
+       Bump version to 0.30.36.
+       
+2002-06-11 13:28  jorton
+
+       Changed:
+               newt.c (1.55), "Exp", lines: +1 -0
+               newt.h (1.76), "Exp", lines: +1 -0
+
+       Add NEWT_KEY_ESCAPE, to add support for the ESC key.
+       
+2002-06-11 13:19  jorton
+
+       Changed:
+               newt.c (1.54), "Exp", lines: +6 -0
+
+       Conditionally include alloca.h.
+       
+2002-06-11 13:15  jorton
+
+       Changed:
+               config.h.in (1.4), "Exp", lines: +3 -0
+               configure.in (1.40), "Exp", lines: +1 -1
+               form.c (1.42), "Exp", lines: +4 -1
+
+       Portability fixes: conditionally include sys/select.h, include sys/types.h
+       first.
+       
+2002-06-11 13:11  jorton
+
+       Changed:
+               entry.c (1.28), "Exp", lines: +6 -0
+               grid.c (1.14), "Exp", lines: +4 -0
+               snackmodule.c (1.45), "Exp", lines: +7 -0
+
+       Portability fix: conditionally include alloca.h if using alloca().
+       
+2002-06-11 12:54  jorton
+
+       Changed:
+               config.h.in (1.3), "Exp", lines: +5 -0
+               configure.in (1.39), "Exp", lines: +3 -1
+
+       * give description for AC_DEFINE(USE_GPM)
+       * check for presence of alloca.h
+       
+2002-06-11 12:52  jorton
+
+       Changed:
+               newt.c (1.53), "Exp", lines: +2 -2
+               scale.c (1.9), "Exp", lines: +24 -11
+
+       Add a numeric percentage count to the scale widget.
+
+       Patch by: Mark Cox <mjc@redhat.com>
+
+       * scale.c: Add 'percentage' field to struct scale.
+       (newtScale): Initialize percentage field.
+       (newtScaleSet): Update percentage field.
+       (scaleDraw): Draw in the percentage count.
+
+       * newt.c: Use "white" as the default foreground colour for the
+       scale widget.
+       
+2002-06-11 12:43  jorton
+
+       Changed:
+               test.c (1.31), "Exp", lines: +1 -1
+
+       Fix main loop to not exit when the "Update" button is selected.
+       
+2002-06-11 12:35  jorton
+
+       Changed:
+               listbox.c (1.53), "Exp", lines: +6 -0
+               newt.h (1.75), "Exp", lines: +2 -0
+
+       Add newtListboxItemCount() to return number of items in a listbox.
+       
+2002-03-18 17:31  notting
+
+       Changed:
+               Makefile.in (1.18), "Exp", lines: +16 -11
+               newt.spec (1.124), "Exp", lines: +5 -3
+
+       build for whatever versions of python are installed; also, move to
+       site-packages
+       
+2001-12-28 19:29  sopwith
+
+       Changed:
+               Makefile.in (1.17), "Exp", lines: +6 -3
+
+
+
+       As part of #47655 fixes, don't build whiptcl.so by default.
+       
+2001-12-28 18:59  sopwith
+
+       Changed:
+               windows.c (1.18), "Exp", lines: +2 -2
+
+
+
+       The patch from bug #43370
+       
+2001-10-30 01:18  ewt
+
+       Changed:
+               textbox.c (1.30), "Exp", lines: +2 -4
+
+       may be alright... strncat in dietlibc borked (sorry for the slander msw)
+       
+2001-10-29 23:09  ewt
+
+       Changed:
+               textbox.c (1.29), "Exp", lines: +4 -2
+
+       msw! didn't allocate enough memory
+       
+2001-10-29 23:09  ewt
+
+       Changed:
+               entry.c (1.27), "Exp", lines: +1 -1
+
+       how did this build?
+       
+2001-10-08 15:14  notting
+
+       Changed:
+               entry.c (1.26), "Exp", lines: +1 -1
+
+       fix alloca/strlen bug
+       
+2001-10-04 17:35  sopwith
+
+       Changed:
+               snackmodule.c (1.44), "Exp", lines: +3 -3
+
+
+
+       Fix bug #54353 (remove extraneous/erroneous semicolons).
+       
+2001-09-21 00:38  sopwith
+
+       Changed:
+               configure.in (1.38), "Exp", lines: +2 -2
+               listbox.c (1.52), "Exp", lines: +6 -2
+               newt.h (1.74), "Exp", lines: +1 -0
+               snack.py (1.60), "Exp", lines: +2 -2
+               snackmodule.c (1.43), "Exp", lines: +6 -4
+               test.c (1.30), "Exp", lines: +1 -1
+
+
+
+       Add showCursor flag for listboxes.
+       
+2001-09-14 22:08  teg
+
+       Changed:
+               Makefile.in (1.16), "Exp", lines: +3 -3
+               configure.in (1.37), "Exp", lines: +1 -1
+               newt.spec (1.123), "Exp", lines: +8 -27
+
+       0.50.34, remove traces of python2 package and build the main package for python 2.2
+       
+2001-08-29 23:21  teg
+
+       Changed:
+               newt.spec (1.122), "Exp", lines: +7 -3
+               configure.in (1.36), "Exp", lines: +1 -1
+
+       0.50.33
+       
+2001-08-22 20:19  crutcher
+
+       Changed:
+               configure.in (1.35), "Exp", lines: +1 -1
+
+       fixed configure version
+       
+2001-08-22 20:17  crutcher
+
+       Changed:
+               newt.spec (1.121), "Exp", lines: +4 -1
+               snack.py (1.59), "Exp", lines: +1 -1
+
+       reordered the width attrib of the snack CheckboxTree.__init__ call to avoid breaking old code.
+       
+2001-08-08 21:13  crutcher
+
+       Changed:
+               configure.in (1.34), "Exp", lines: +1 -1
+               newt.spec (1.120), "Exp", lines: +7 -3
+               snack.py (1.58), "Exp", lines: +1 -1
+
+       anchorRight internal Listboxes in CListboxes
+       
+2001-07-05 22:42  crutcher
+
+       Changed:
+               checkboxtree.c (1.19), "Exp", lines: +1 -0
+               configure.in (1.33), "Exp", lines: +1 -1
+               newt.spec (1.119), "Exp", lines: +4 -1
+
+       padded hidden checkbokes
+       
+2001-07-05 19:53  crutcher
+
+       Changed:
+               checkboxtree.c (1.18), "Exp", lines: +32 -7
+               configure.in (1.32), "Exp", lines: +1 -1
+               newt.h (1.73), "Exp", lines: +1 -0
+               newt.spec (1.118), "Exp", lines: +4 -1
+               snack.py (1.57), "Exp", lines: +3 -1
+               snackmodule.c (1.42), "Exp", lines: +14 -0
+
+       added width to CheckboxTree
+       
+2001-07-05 16:30  crutcher
+
+       Changed:
+               checkboxtree.c (1.17), "Exp", lines: +19 -8
+               newt.h (1.72), "Exp", lines: +4 -1
+               newt.spec (1.117), "Exp", lines: +4 -1
+               snack.py (1.56), "Exp", lines: +2 -2
+               snackmodule.c (1.41), "Exp", lines: +15 -7
+
+       added 'hide_checkbox' and 'unselectable' options to CheckboxTree
+       
+2001-06-25 15:50  katzj
+
+       Changed:
+               snack.py (1.55), "Exp", lines: +2 -2
+
+       fix widget __init__
+       
+2001-06-25 15:37  katzj
+
+       Changed:
+               configure.in (1.31), "Exp", lines: +1 -1
+               newt.spec (1.116), "Exp", lines: +5 -1
+               snack.py (1.54), "Exp", lines: +2 -2
+
+
+
+       0.50.27
+
+       fix bug in replace method of clistbox
+       CListBox -> CListbox for API consistency
+       
+2001-06-25 13:06  ewt
+
+       Changed:
+               snack.py (1.53), "Exp", lines: +3 -0
+
+       pychecker nit
+       
+2001-06-19 22:29  notting
+
+       Changed:
+               newt.spec (1.115), "Exp", lines: +1 -1
+
+       fix weird buildroot
+       
+2001-06-08 21:48  katzj
+
+       Changed:
+               configure.in (1.30), "Exp", lines: +1 -1
+
+
+
+       bump version
+       
+2001-06-08 21:48  katzj
+
+       Changed:
+               newt.spec (1.114), "Exp", lines: +4 -1
+               snack.py (1.52), "Exp", lines: +2 -2
+
+
+
+       - few bugfixes to the CListBox
+       
+2001-06-08 14:18  katzj
+
+       Changed:
+               configure.in (1.29), "Exp", lines: +1 -1
+
+
+
+       bump version to 0.50.25
+       
+2001-06-08 14:15  katzj
+
+       Changed:
+               newt.spec (1.113), "Exp", lines: +5 -1
+               snack.py (1.51), "Exp", lines: +16 -6
+               snackmodule.c (1.40), "Exp", lines: +12 -0
+
+
+
+       - added python binding for newtListboxClear() for Listbox and CListBox
+       - let ButtonBars optionally be made of CompactButtons
+       
+2001-06-06 22:19  crutcher
+
+       Changed:
+               newt.spec (1.112), "Exp", lines: +4 -1
+               snack.py (1.50), "Exp", lines: +94 -0
+
+       added CListBox convenience class to python
+       
+2001-05-15 18:49  msf
+
+       Changed:
+               configure.in (1.28), "Exp", lines: +1 -1
+               newt.spec (1.110), "Exp", lines: +2 -2
+               newt.spec (1.111), "Exp", lines: +3 -0
+
+       bump version to 0.50.23
+       
+2001-05-15 18:44  msf
+
+       Changed:
+               snack.py (1.49), "Exp", lines: +5 -0
+               snackmodule.c (1.39), "Exp", lines: +14 -0
+
+       added compact buttons to python binding
+       
+2001-04-24 21:31  ewt
+
+       Changed:
+               listbox.c (1.51), "Exp", lines: +1 -1
+
+       bug fix for multiple selections (Rodrigo Luiz Beber <beber@conectiva.com.br>)
+       
+2001-04-03 21:53  sopwith
+
+       Changed:
+               form.c (1.41), "Exp", lines: +10 -3
+
+       If someone calls newtFormWatchFd multiple times with the same fd, overwrite the existing fdInfo record instead of appending a new one.
+       
+2001-04-03 21:40  sopwith
+
+       Changed:
+               form.c (1.40), "Exp", lines: +3 -10
+
+       revert until sure of suitability
+       
+2001-04-03 21:13  sopwith
+
+       Changed:
+               form.c (1.39), "Exp", lines: +10 -3
+
+
+
+       If someone calls newtFormWatchFd multiple times with the same fd, overwrite the existing fdInfo record instead of appending a new one.
+       
+2001-04-03 20:50  msw
+
+       Changed:
+               newt.spec (1.109), "Exp", lines: +6 -1
+
+       - change from using SLsmg_touch_screen to SLsmg_touch_lines to prevent
+         excessive flashing due to screen clears when using touch_screen (more
+         Japanese handling)
+       
+2001-04-03 19:33  msw
+
+       Changed:
+               newt.c (1.52), "Exp", lines: +1 -1
+
+       don't flicker, SLsmg_touch_screen does a clear
+       
+2001-04-03 00:23  msw
+
+       Changed:
+               textbox.c (1.28), "Exp", lines: +3 -2
+
+       fix flashing
+       
+2001-04-03 00:00  msw
+
+       Changed:
+               newt.spec (1.108), "Exp", lines: +1 -1
+
+       bug number
+       
+2001-04-02 23:57  msw
+
+       Changed:
+               checkboxtree.c (1.16), "Exp", lines: +3 -0
+               configure.in (1.27), "Exp", lines: +1 -1
+               form.c (1.38), "Exp", lines: +1 -0
+               listbox.c (1.50), "Exp", lines: +2 -0
+               newt.c (1.51), "Exp", lines: +16 -1
+               newt.spec (1.107), "Exp", lines: +12 -1
+               newt_pr.h (1.21), "Exp", lines: +1 -0
+               textbox.c (1.27), "Exp", lines: +3 -1
+
+       - redraw the screen in certain situations when LANG=ja_JP.eucJP to
+         prevent corrupting kanji characters
+       
+2001-04-02 15:59  sopwith
+
+       Changed:
+               form.c (1.37), "Exp", lines: +18 -2
+               newt.h (1.71), "Exp", lines: +2 -0
+               snack.py (1.48), "Exp", lines: +9 -6
+               snackmodule.c (1.38), "Exp", lines: +35 -11
+
+
+
+       . Allow python scripts to watch file handles
+       . Fix 64-bit warnings in snackmodule
+       . Misc snack.py cleanups
+       . Add NEWT_FD_EXCEPT to allow watching for fd exceptions
+       . In newtExitStruct, return the first file descriptor that an event occurred on for NEWT_EXIT_FDREADY
+       
+2001-03-30 21:45  msw
+
+       Changed:
+               configure.in (1.26), "Exp", lines: +1 -1
+               newt.c (1.50), "Exp", lines: +21 -5
+               newt.spec (1.106), "Exp", lines: +9 -2
+
+       - don't blow the stack if we push a help line that is longer than the
+         curret number of columns
+       - clip window to screen bounds so that if we get a window that is
+         larger than the screen we can still redraw the windows behind it
+         when we pop
+       
+2001-02-26 23:45  msw
+
+       Changed:
+               newt.spec (1.105), "Exp", lines: +1 -1
+
+       buildrequires python-devel
+       
+2001-02-11 15:35  than
+
+       Changed:
+               newt.spec (1.104), "Exp", lines: +6 -2
+
+       disable building newt-python2 sub package again
+       
+2001-02-01 20:49  ewt
+
+       Changed:
+               newt.spec (1.103), "Exp", lines: +2 -1
+
+       don't requier python2
+       
+2001-02-01 20:49  ewt
+
+       Changed:
+               configure.in (1.25), "Exp", lines: +4 -1
+
+       grab the version from newt.spec
+       
+2001-02-01 20:46  ewt
+
+       Changed:
+               CHANGES (1.15), "Exp", lines: +5 -1
+               checkboxtree.c (1.15), "Exp", lines: +40 -2
+               newt.h (1.70), "Exp", lines: +1 -0
+               newt.spec (1.102), "Exp", lines: +5 -1
+               snack.py (1.47), "Exp", lines: +3 -0
+               snackmodule.c (1.37), "Exp", lines: +14 -0
+               testtree.c (1.5), "Exp", lines: +6 -3
+
+       added newtCheckboxTreeSetCurrent() and snack binding
+       
+2001-01-23 06:31  msw
+
+       Changed:
+               newt.spec (1.100), "Exp", lines: +3 -1
+               newt.spec (1.101), "Exp", lines: +3 -0
+
+       rev
+       
+2001-01-23 06:27  msw
+
+       Deleted:
+               eawidth.h (1.2)
+               test-j.c (1.2)
+               testgrid-j.c (1.2)
+               testtree-j.c (1.2)
+       Changed:
+               CHANGES (1.14), "Exp", lines: +0 -6
+               Makefile.in (1.15), "Exp", lines: +3 -13
+               button.c (1.18), "Exp", lines: +2 -5
+               checkbox.c (1.24), "Exp", lines: +1 -3
+               checkboxtree.c (1.14), "Exp", lines: +6 -10
+               configure.in (1.24), "Exp", lines: +1 -1
+               dialogboxes.c (1.9), "Exp", lines: +6 -9
+               eawidth.c (1.2), "Exp", lines: +5 -1
+               entry.c (1.25), "Exp", lines: +2 -5
+               form.c (1.36), "Exp", lines: +0 -81
+               grid.c (1.13), "Exp", lines: +4 -6
+               label.c (1.9), "Exp", lines: +2 -4
+               listbox.c (1.49), "Exp", lines: +9 -15
+               newt.c (1.49), "Exp", lines: +2 -4
+               newt.spec (1.99), "Exp", lines: +7 -10
+               newt_pr.h (1.20), "Exp", lines: +0 -1
+               scale.c (1.8), "Exp", lines: +0 -1
+               scrollbar.c (1.10), "Exp", lines: +0 -1
+               textbox.c (1.26), "Exp", lines: +62 -77
+               windows.c (1.17), "Exp", lines: +0 -8
+
+       revert for now
+       
+2001-01-22 20:30  msw
+
+       Changed:
+               configure.in (1.23), "Exp", lines: +1 -1
+               newt.spec (1.97), "Exp", lines: +1 -1
+               CHANGES (1.13), "Exp", lines: +3 -1
+               newt.spec (1.98), "Exp", lines: +1 -1
+
+       rev
+       
+2001-01-22 20:29  msw
+
+       Changed:
+               CHANGES (1.12), "Exp", lines: +2 -1
+               newt.c (1.48), "Exp", lines: +0 -2
+               textbox.c (1.25), "Exp", lines: +0 -1
+
+       clean up asian patches
+       
+2001-01-22 20:17  tagoh
+
+       Added:
+               eawidth.c (1.1)
+               eawidth.h (1.1)
+               test-j.c (1.1)
+               testgrid-j.c (1.1)
+               testtree-j.c (1.1)
+       Changed:
+               Makefile.in (1.14), "Exp", lines: +13 -3
+               button.c (1.17), "Exp", lines: +5 -2
+               checkbox.c (1.23), "Exp", lines: +3 -1
+               checkboxtree.c (1.13), "Exp", lines: +10 -6
+               dialogboxes.c (1.8), "Exp", lines: +9 -6
+               entry.c (1.24), "Exp", lines: +5 -2
+               form.c (1.35), "Exp", lines: +81 -0
+               grid.c (1.12), "Exp", lines: +6 -4
+               label.c (1.8), "Exp", lines: +4 -2
+               listbox.c (1.48), "Exp", lines: +15 -9
+               newt.c (1.47), "Exp", lines: +4 -0
+               newt_pr.h (1.19), "Exp", lines: +1 -0
+               scale.c (1.7), "Exp", lines: +1 -0
+               scrollbar.c (1.9), "Exp", lines: +1 -0
+               textbox.c (1.24), "Exp", lines: +78 -62
+               windows.c (1.16), "Exp", lines: +8 -0
+
+       * Added i18n code.
+       
+2001-01-22 17:36  than
+
+       Changed:
+               CHANGES (1.11), "Exp", lines: +3 -0
+               newt.spec (1.96), "Exp", lines: +10 -7
+
+       * don't build new-python2
+       
+2000-12-15 21:51  teg
+
+       Changed:
+               newt.spec (1.95), "Exp", lines: +1 -1
+
+       bump version
+       
+2000-12-15 21:47  teg
+
+       Changed:
+               configure.in (1.22), "Exp", lines: +1 -1
+               newt.spec (1.94), "Exp", lines: +28 -5
+
+       Add python2 subpackage. Fixes for python2
+       
+2000-12-15 21:33  teg
+
+       Changed:
+               snack.py (1.46), "Exp", lines: +2 -2
+
+       Do append((a,b)) instead of append(a,b) - the tuple is no longer implicitly created in python 2.
+       
+2000-09-12 14:13  laroche
+
+       Changed:
+               newt.spec (1.93), "Exp", lines: +4 -1
+
+       nix
+       
+2000-09-08 23:03  teg
+
+       Changed:
+               newt.spec (1.92), "Exp", lines: +4 -1
+
+       Include popcorn and peanuts
+       
+2000-09-08 19:30  teg
+
+       Changed:
+               newt.spec (1.91), "Exp", lines: +20 -15
+
+       0.50.18
+       
+2000-09-08 19:25  teg
+
+       Changed:
+               newt.spec (1.90), "Exp", lines: +2 -1
+
+       0.50.18
+       
+2000-09-08 19:18  teg
+
+       Changed:
+               configure.in (1.21), "Exp", lines: +1 -1
+
+       0.50.18
+       
+2000-09-08 19:14  teg
+
+       Changed:
+               newt.spec (1.89), "Exp", lines: +8 -2
+
+       Byte-compile snack.py
+       
+2000-09-08 02:16  ewt
+
+       Changed:
+               newt.c (1.46), "Exp", lines: +2 -0
+               windows.c (1.15), "Exp", lines: +0 -1
+
+       removed newtResize, which doesn't work anyway
+       
+2000-08-22 17:25  ewt
+
+       Changed:
+               newt.spec (1.88), "Exp", lines: +5 -2
+               configure.in (1.20), "Exp", lines: +1 -1
+
+       0.50.17
+       
+2000-08-22 17:24  ewt
+
+       Changed:
+               newt.c (1.45), "Exp", lines: +7 -2
+
+       fixed cursor handling on suspend
+       
+2000-08-19 15:30  pbrown
+
+       Changed:
+               newt.spec (1.87), "Exp", lines: +6 -2
+
+       fix.
+       
+2000-08-16 17:20  ewt
+
+       Changed:
+               configure.in (1.19), "Exp", lines: +1 -1
+
+       fixed version
+       
+2000-08-16 17:19  ewt
+
+       Changed:
+               newt.spec (1.86), "Exp", lines: +6 -2
+
+       verison 0.50.16
+       
+2000-08-03 23:17  msw
+
+       Changed:
+               newt.spec (1.85), "Exp", lines: +4 -1
+               configure.in (1.18), "Exp", lines: +1 -1
+
+       rev
+       
+2000-08-03 23:16  msw
+
+       Changed:
+               snack.py (1.45), "Exp", lines: +3 -0
+               snackmodule.c (1.36), "Exp", lines: +12 -0
+
+       add setvalue method for checkboxes
+       
+2000-07-05 20:45  msf
+
+       Changed:
+               configure.in (1.17), "Exp", lines: +1 -1
+               entry.c (1.23), "Exp", lines: +11 -0
+               newt.h (1.69), "Exp", lines: +1 -1
+               snack.py (1.44), "Exp", lines: +2 -2
+               snackmodule.c (1.35), "Exp", lines: +4 -3
+               test.c (1.29), "Exp", lines: +2 -1
+               newt.spec (1.83), "Exp", lines: +1 -1
+               newt.spec (1.84), "Exp", lines: +3 -0
+
+       bump version - added NEWT_FLAG_PASSWORD flag to put asterix in entry when typing
+       
+2000-06-16 04:05  msw
+
+       Changed:
+               configure.in (1.16), "Exp", lines: +1 -1
+
+       updated
+       
+2000-06-16 04:04  msw
+
+       Changed:
+               newt.spec (1.82), "Exp", lines: +4 -1
+
+       updated spec
+       
+2000-05-26 20:51  msf
+
+       Changed:
+               newt.spec (1.81), "Exp", lines: +1 -1
+
+       new version
+       
+2000-05-26 19:25  ewt
+
+       Changed:
+               configure.in (1.15), "Exp", lines: +1 -1
+
+       0.50.12
+       
+2000-05-26 19:04  nalin
+
+       Changed:
+               tutorial.sgml (1.4), "Exp", lines: +51 -51
+
+       fix spelling problems in the tutorial
+       
+2000-05-16 16:54  ewt
+
+       Changed:
+               entry.c (1.22), "Exp", lines: +2 -2
+               newt.c (1.44), "Exp", lines: +10 -2
+               newt.h (1.68), "Exp", lines: +2 -0
+               popcorn.py (1.14), "Exp", lines: +0 -2
+
+       added cursor on/off stuff
+       
+2000-05-16 16:53  ewt
+
+       Changed:
+               CHANGES (1.10), "Exp", lines: +2 -1
+
+       [no log message]
+       
+2000-05-04 22:27  msf
+
+       Changed:
+               snack.py (1.43), "Exp", lines: +1 -1
+
+       Add space bar as a hotkey
+       
+2000-05-02 15:19  ewt
+
+       Changed:
+               newt.spec (1.80), "Exp", lines: +3 -1
+
+       turned off gpm
+       
+2000-05-02 13:27  ewt
+
+       Changed:
+               popcorn.py (1.13), "Exp", lines: +4 -2
+               snack.py (1.42), "Exp", lines: +16 -9
+
+       added help support and testing
+       
+2000-04-28 15:35  ewt
+
+       Changed:
+               CHANGES (1.9), "Exp", lines: +6 -0
+               configure.in (1.14), "Exp", lines: +1 -1
+               form.c (1.34), "Exp", lines: +16 -1
+               newt.h (1.67), "Exp", lines: +2 -1
+               newt.spec (1.79), "Exp", lines: +1 -1
+               popcorn.py (1.12), "Exp", lines: +6 -3
+               snack.py (1.41), "Exp", lines: +11 -2
+               snackmodule.c (1.34), "Exp", lines: +39 -3
+               test.c (1.28), "Exp", lines: +6 -1
+
+       1) added help support
+       2) version 0.50.10
+       
+2000-04-28 14:27  jakub
+
+       Changed:
+               newt.spec (1.78), "Exp", lines: +5 -2
+
+       Release 0.50.9
+       
+2000-03-20 09:36  jakub
+
+       Changed:
+               CHANGES (1.8), "Exp", lines: +9 -0
+               checkboxtree.c (1.12), "Exp", lines: +158 -25
+               configure.in (1.13), "Exp", lines: +1 -1
+               newt.h (1.66), "Exp", lines: +12 -2
+               snack.py (1.40), "Exp", lines: +8 -0
+               snackmodule.c (1.33), "Exp", lines: +62 -0
+
+
+       added newtCheckboxTreeSetEntry(), newtCheckboxTreeGetEntryValue()
+         and newtCheckboxTreeSetEntryValue()
+       checkboxtree callbacks
+       if collapsing branches at the end of the list and list length
+         is larger then height, move first visible entry accordingly
+       allow selection of all checkboxes on current branch
+       snack bindings for the above
+       
+2000-03-13 06:50  msw
+
+       Changed:
+               newt.spec (1.77), "Exp", lines: +4 -1
+
+       spec up
+       
+2000-03-13 06:50  msw
+
+       Changed:
+               textbox.c (1.23), "Exp", lines: +29 -29
+
+       we can't use mblen at the moment.  reverting to old euc check
+       
+2000-03-09 14:51  ewt
+
+       Changed:
+               Makefile.in (1.13), "Exp", lines: +2 -2
+
+       build whiptcl and snack -fPIC
+       
+2000-03-09 14:51  ewt
+
+       Changed:
+               dialogboxes.c (1.7), "Exp", lines: +2 -2
+
+       added static modifier
+       
+2000-02-26 03:09  notting
+
+       Changed:
+               configure.in (1.12), "Exp", lines: +1 -1
+
+       bump version to match specfile
+       
+2000-02-26 02:42  notting
+
+       Changed:
+               newt.spec (1.76), "Exp", lines: +5 -2
+               textbox.c (1.22), "Exp", lines: +1 -1
+
+       mblen is returning 0 on sparc. Dunno why, but this at least lets the installer run...
+       
+2000-02-24 03:01  pbrown
+
+       Changed:
+               newt.c (1.43), "Exp", lines: +4 -4
+               newt.spec (1.75), "Exp", lines: +5 -2
+
+       fixed critical bug in f1-f4 handling in xterms.
+       
+2000-02-16 11:34  laroche
+
+       Changed:
+               dialogboxes.c (1.6), "Exp", lines: +19 -15
+               dialogboxes.h (1.3), "Exp", lines: +5 -5
+               whiptail.c (1.8), "Exp", lines: +4 -4
+               whiptcl.c (1.2), "Exp", lines: +3 -3
+
+       Nix
+       
+2000-02-09 07:00  msw
+
+       Changed:
+               newt.spec (1.74), "Exp", lines: +4 -1
+               snack.py (1.39), "Exp", lines: +2 -1
+
+       fix snack
+       
+2000-02-05 20:24  notting
+
+       Changed:
+               whiptail.c (1.7), "Exp", lines: +1 -1
+
+       typo
+       
+2000-02-03 18:58  ewt
+
+       Changed:
+               configure.in (1.11), "Exp", lines: +1 -1
+               newt.spec (1.72), "Exp", lines: +1 -1
+               newt.spec (1.73), "Exp", lines: +3 -0
+
+       version 0.50.7
+       
+2000-02-03 18:57  ewt
+
+       Changed:
+               Makefile.in (1.12), "Exp", lines: +3 -3
+
+       strip shared libs
+       
+2000-02-01 02:23  msw
+
+       Changed:
+               configure.in (1.10), "Exp", lines: +1 -1
+
+       where'd that come from?
+       
+2000-02-01 02:21  msw
+
+       Changed:
+               configure.in (1.9), "Exp", lines: +2 -2
+
+       version number
+       
+2000-02-01 02:19  msw
+
+       Changed:
+               newt.spec (1.71), "Exp", lines: +5 -1
+               textbox.c (1.21), "Exp", lines: +29 -29
+
+       patch for mb char wrap
+       
+2000-01-24 15:44  ewt
+
+       Changed:
+               newt.spec (1.70), "Exp", lines: +1 -1
+
+       version 0.50.5
+       
+2000-01-21 18:54  ewt
+
+       Changed:
+               CHANGES (1.7), "Exp", lines: +8 -0
+               Makefile.in (1.11), "Exp", lines: +6 -1
+               checkboxtree.c (1.11), "Exp", lines: +11 -4
+               configure.in (1.8), "Exp", lines: +1 -1
+               newt.h (1.65), "Exp", lines: +3 -2
+               newt.spec (1.69), "Exp", lines: +3 -0
+               popcorn.py (1.11), "Exp", lines: +3 -1
+               snack.py (1.38), "Exp", lines: +16 -9
+               snackmodule.c (1.32), "Exp", lines: +20 -2
+
+       - added newtCheckboxTreeGetCurrent() and snack bindings
+       - updated snack stuff to allow manual placement of grid wrapped windows
+       
+2000-01-20 18:48  pbrown
+
+       Changed:
+               checkbox.c (1.22), "Exp", lines: +2 -2
+
+       whoops.
+       
+2000-01-20 18:41  pbrown
+
+       Changed:
+               configure.in (1.7), "Exp", lines: +1 -1
+
+       bump version.
+       
+2000-01-20 18:40  pbrown
+
+       Changed:
+               checkbox.c (1.21), "Exp", lines: +2 -0
+               newt.spec (1.68), "Exp", lines: +4 -1
+
+       fix segfault in newtRadioGetCurrent.
+       
+2000-01-17 21:42  ewt
+
+       Changed:
+               newt.spec (1.67), "Exp", lines: +2 -2
+
+       0.50.3
+       
+2000-01-17 21:42  ewt
+
+       Changed:
+               newt.spec (1.66), "Exp", lines: +3 -0
+
+       [no log message]
+       
+2000-01-17 21:36  ewt
+
+       Changed:
+               configure.in (1.6), "Exp", lines: +1 -1
+
+       version 0.50.3
+       
+2000-01-13 23:42  ewt
+
+       Changed:
+               CHANGES (1.6), "Exp", lines: +6 -0
+
+       [no log message]
+       
+2000-01-13 23:41  ewt
+
+       Changed:
+               checkboxtree.c (1.10), "Exp", lines: +4 -2
+
+       put the cursor in the proper place after drawing
+       
+2000-01-12 14:58  ewt
+
+       Changed:
+               configure.in (1.5), "Exp", lines: +1 -1
+
+       version 0.50.2
+       
+2000-01-12 14:57  ewt
+
+       Changed:
+               listbox.c (1.47), "Exp", lines: +5 -4
+
+       fixed:
+
+       1. if an empty listbox has the focus and the user presses a key which isn't
+          defined as a hotkey by its form, the program crashes.
+
+       2. if the program uses newtListboxSetCurrent() to select an item which is
+          not displayed because it is beyond the bottom of the widget, the refresh
+          code doesn't make it visible.
+       
+1999-12-22 19:50  ewt
+
+       Changed:
+               .cvsignore (1.3), "Exp", lines: +4 -0
+
+       [no log message]
+       
+1999-12-22 19:49  ewt
+
+       Changed:
+               tutorial.sgml (1.3), "Exp", lines: +738 -493
+
+       converted to docbook by Mirko Zeibig <mirko@picard.inka.de>
+       
+1999-12-21 00:38  msw
+
+       Changed:
+               newt.spec (1.65), "Exp", lines: +4 -1
+
+       updated spec
+       
+1999-12-20 23:54  nalin
+
+       Changed:
+               listbox.c (1.46), "Exp", lines: +1 -1
+
+       Fixed bug 6390.
+       
+1999-12-11 21:04  ewt
+
+       Changed:
+               CHANGES (1.5), "Exp", lines: +2 -0
+               checkboxtree.c (1.9), "Exp", lines: +15 -0
+               form.c (1.33), "Exp", lines: +15 -11
+               newt.h (1.64), "Exp", lines: +1 -1
+               snack.py (1.37), "Exp", lines: +8 -0
+               snackmodule.c (1.31), "Exp", lines: +17 -0
+               test.c (1.27), "Exp", lines: +1 -1
+               testtree.c (1.4), "Exp", lines: +10 -1
+
+       1) fixed some timer issues
+       2) checkboxtree's could improperly leave info from closed trees
+                 at the end of the display
+       
+1999-12-11 18:59  ewt
+
+       Changed:
+               CHANGES (1.4), "Exp", lines: +3 -0
+               form.c (1.32), "Exp", lines: +51 -1
+               newt.h (1.63), "Exp", lines: +3 -1
+               newt.spec (1.64), "Exp", lines: +1 -1
+               test.c (1.26), "Exp", lines: +17 -5
+
+       version 0.50.1
+       
+1999-12-11 18:58  ewt
+
+       Changed:
+               Makefile.in (1.10), "Exp", lines: +1 -1
+               configure.in (1.4), "Exp", lines: +3 -1
+
+       1) setup soname and version indepenently
+       2) version 0.50.1
+       
+1999-10-20 20:33  msw
+
+       Changed:
+               newt.spec (1.63), "Exp", lines: +4 -1
+               textbox.c (1.20), "Exp", lines: +30 -6
+               windows.c (1.14), "Exp", lines: +1 -0
+
+       kanji wrap patch
+       
+1999-09-02 00:57  ewt
+
+       Changed:
+               newt.spec (1.62), "Exp", lines: +4 -1
+               snack.py (1.36), "Exp", lines: +9 -2
+               snackmodule.c (1.30), "Exp", lines: +19 -0
+
+       added suspend and resume to snack
+       
+1999-08-31 05:10  msw
+
+       Changed:
+               newt.spec (1.61), "Exp", lines: +5 -2
+
+       oops
+       
+1999-08-28 18:22  ewt
+
+       Changed:
+               snack.py (1.35), "Exp", lines: +2 -2
+
+       defaults weren't set properly for ListboxChoiceWindow()
+       
+1999-08-27 21:17  msw
+
+       Changed:
+               newt.spec (1.60), "Exp", lines: +5 -5
+
+       docs changes
+       
+1999-08-27 21:14  msw
+
+       Changed:
+               newt.spec (1.59), "Exp", lines: +5 -1
+
+       new release
+       
+1999-08-26 23:18  ewt
+
+       Changed:
+               snack.py (1.34), "Exp", lines: +10 -2
+               snackmodule.c (1.29), "Exp", lines: +1 -1
+
+       1) added hotkey's to grid forms
+       2) set listbox position by key, not index
+       
+1999-08-25 23:41  msw
+
+       Changed:
+               newt.spec (1.58), "Exp", lines: +2 -1
+               snackmodule.c (1.28), "Exp", lines: +3 -0
+
+       fix suspend refcounts
+       
+1999-08-25 22:26  msw
+
+       Changed:
+               CHANGES (1.3), "Exp", lines: +4 -0
+               newt.spec (1.57), "Exp", lines: +4 -1
+               snack.py (1.33), "Exp", lines: +8 -4
+               snackmodule.c (1.27), "Exp", lines: +64 -20
+
+       fixed callback refcounts
+       
+1999-08-23 22:53  msw
+
+       Changed:
+               newt.spec (1.56), "Exp", lines: +4 -1
+               snack.py (1.32), "Exp", lines: +2 -2
+
+       update
+       
+1999-08-22 19:00  ewt
+
+       Changed:
+               newt.spec (1.55), "Exp", lines: +1 -1
+
+       version 0.50-6
+       
+1999-08-22 19:00  ewt
+
+       Changed:
+               newt.c (1.42), "Exp", lines: +5 -0
+
+       added gnome-terminal keystrokes for F1-F4
+       
+1999-08-12 18:34  notting
+
+       Changed:
+               newt.spec (1.54), "Exp", lines: +4 -1
+
+       [no log message]
+       
+1999-08-12 18:15  notting
+
+       Changed:
+               checkboxtree.c (1.8), "Exp", lines: +40 -10
+               newt.h (1.62), "Exp", lines: +2 -0
+               testtree.c (1.3), "Exp", lines: +13 -2
+
+       multi-state checkboxtrees. Whee...
+       
+1999-08-10 16:20  ewt
+
+       Changed:
+               newt.spec (1.53), "Exp", lines: +1 -1
+
+       release 5
+       
+1999-08-10 16:17  ewt
+
+       Changed:
+               textbox.c (1.19), "Exp", lines: +8 -2
+
+       fixed tab expansion
+       
+1999-08-10 03:08  msw
+
+       Changed:
+               newt.spec (1.52), "Exp", lines: +4 -1
+               snack.py (1.31), "Exp", lines: +6 -3
+
+       more changes for buttonchice, new release
+       
+1999-08-09 18:08  msw
+
+       Changed:
+               snack.py (1.30), "Exp", lines: +3 -0
+               snackmodule.c (1.26), "Exp", lines: +14 -1
+
+       implemented setflags for checkboxes
+       
+1999-08-05 20:50  notting
+
+       Changed:
+               checkboxtree.c (1.7), "Exp", lines: +2 -1
+
+       fix so checkboxtrees can have 0 or 1 entries.
+       
+1999-08-05 04:10  msw
+
+       Changed:
+               newt.spec (1.51), "Exp", lines: +5 -1
+
+       updated spec
+       
+1999-08-05 04:09  msw
+
+       Changed:
+               popcorn.py (1.10), "Exp", lines: +3 -2
+               snack.py (1.29), "Exp", lines: +5 -4
+               snackmodule.c (1.25), "Exp", lines: +15 -0
+
+       listbox set current method, listboxchoicewindow default setting
+       
+1999-08-02 15:37  msw
+
+       Changed:
+               Makefile.in (1.9), "Exp", lines: +1 -0
+
+       fixed makefile
+       
+1999-08-02 15:33  msw
+
+       Changed:
+               newt.spec (1.50), "Exp", lines: +5 -1
+
+       updated spec
+       
+1999-08-02 04:25  msw
+
+       Changed:
+               entry.c (1.21), "Exp", lines: +2 -1
+               snack.py (1.28), "Exp", lines: +16 -3
+               snackmodule.c (1.24), "Exp", lines: +61 -16
+
+       o  entry flag setting
+       o  form setcurrent
+       o  per widget callbacks
+       o  data argument for widget callbacks
+       
+1999-07-29 17:03  msw
+
+       Changed:
+               checkboxtree.c (1.6), "Exp", lines: +1 -1
+               snack.py (1.27), "Exp", lines: +0 -2
+               snackmodule.c (1.23), "Exp", lines: +3 -2
+
+       corrected logic for tree countingalways return a python list for the selection, even if it is an empty listwhat are these 'i' variables?  nuke them
+       
+1999-07-29 04:00  msw
+
+       Changed:
+               snackmodule.c (1.22), "Exp", lines: +4 -3
+
+       fixed callback setting
+       
+1999-07-13 17:43  msw
+
+       Changed:
+               snackmodule.c (1.21), "Exp", lines: +0 -1
+
+       debugging info gone
+       
+1999-07-13 17:31  ewt
+
+       Changed:
+               checkboxtree.c (1.5), "Exp", lines: +9 -4
+               popcorn.py (1.9), "Exp", lines: +15 -0
+               snackmodule.c (1.20), "Exp", lines: +16 -72
+
+       fixes for width and returns
+       
+1999-07-13 15:40  msw
+
+       Changed:
+               peanuts.py (1.6), "Exp", lines: +12 -4
+
+       new tests
+       
+1999-07-12 18:47  ewt
+
+       Changed:
+               checkboxtree.c (1.4), "Exp", lines: +0 -4
+               snackmodule.c (1.19), "Exp", lines: +0 -1
+
+       removed some leftover printf() calls
+       
+1999-07-12 18:41  ewt
+
+       Changed:
+               popcorn.py (1.8), "Exp", lines: +15 -0
+               snack.py (1.26), "Exp", lines: +10 -2
+               snackmodule.c (1.18), "Exp", lines: +20 -7
+
+       added support for full checkbox trees
+       
+1999-07-12 18:41  ewt
+
+       Changed:
+               checkboxtree.c (1.3), "Exp", lines: +6 -1
+
+       bug fixes
+       
+1999-07-12 14:38  ewt
+
+       Changed:
+               Makefile.in (1.8), "Exp", lines: +4 -1
+               checkboxtree.c (1.2), "Exp", lines: +301 -114
+               newt.h (1.61), "Exp", lines: +13 -3
+               testtree.c (1.2), "Exp", lines: +67 -17
+
+       reworked checkboxtree implementation to function as a tree
+       
+1999-07-09 15:54  ewt
+
+       Changed:
+               Makefile.in (1.7), "Exp", lines: +1 -1
+
+       install-sh whenever you install
+       
+1999-07-09 15:53  ewt
+
+       Changed:
+               Makefile.in (1.6), "Exp", lines: +2 -1
+
+       msw told me to
+       
+1999-07-09 00:44  msw
+
+       Changed:
+               snack.py (1.25), "Exp", lines: +21 -0
+
+       checkboxtree
+       
+1999-07-09 00:42  msw
+
+       Added:
+               checkboxtree.c (1.1)
+               testtree.c (1.1)
+       Changed:
+               newt.h (1.60), "Exp", lines: +5 -1
+               peanuts.py (1.5), "Exp", lines: +10 -3
+               snackmodule.c (1.17), "Exp", lines: +119 -0
+
+       added the start of a checkbox tree widget
+       
+1999-06-28 03:40  msw
+
+       Changed:
+               snack.py (1.24), "Exp", lines: +5 -2
+               snackmodule.c (1.16), "Exp", lines: +17 -2
+
+       added method to change textbox text, added wrap flag
+       
+1999-05-06 17:09  msw
+
+       Changed:
+               configure.in (1.3), "Exp", lines: +1 -1
+
+       major to .50
+       
+1999-05-06 17:08  ewt
+
+       Changed:
+               newt.c (1.41), "Exp", lines: +4 -2
+               newt.h (1.59), "Exp", lines: +2 -2
+               snack.py (1.23), "Exp", lines: +11 -1
+               snackmodule.c (1.15), "Exp", lines: +57 -0
+               test.c (1.25), "Exp", lines: +2 -2
+
+       1) added scale support
+       2) added (but didn't complete) suspend callback support
+       
+1999-05-06 17:07  ewt
+
+       Changed:
+               newt.spec (1.49), "Exp", lines: +2 -2
+
+       version 0.50
+       
+1999-04-30 21:24  ewt
+
+       Changed:
+               snack.py (1.22), "Exp", lines: +3 -0
+               snackmodule.c (1.14), "Exp", lines: +13 -0
+
+       added code to update label text
+       
+1999-04-29 20:06  ewt
+
+       Changed:
+               snack.py (1.21), "Exp", lines: +13 -6
+               snackmodule.c (1.13), "Exp", lines: +9 -0
+
+       added draw methods
+       
+1999-04-29 19:05  ewt
+
+       Changed:
+               popcorn.py (1.7), "Exp", lines: +12 -1
+               snack.py (1.20), "Exp", lines: +95 -4
+
+       added piles of convienence functions
+       
+1999-04-10 03:22  msw
+
+       Changed:
+               newt.spec (1.48), "Exp", lines: +5 -1
+               windows.c (1.13), "Exp", lines: +1 -1
+
+       fixed reflow bug
+       
+1999-04-10 01:16  ewt
+
+       Changed:
+               newt.c (1.40), "Exp", lines: +1 -0
+               newt.h (1.58), "Exp", lines: +1 -0
+               newt.spec (1.47), "Exp", lines: +5 -1
+
+       fixed insert bug - msw
+       
+1999-03-15 16:09  msw
+
+       Changed:
+               entry.c (1.20), "Exp", lines: +1 -1
+               listbox.c (1.45), "Exp", lines: +1 -2
+               newt.spec (1.46), "Exp", lines: +4 -1
+
+       changes
+       
+1999-03-05 23:28  ewt
+
+       Changed:
+               newt.h (1.57), "Exp", lines: +1 -0
+
+       added newtFormDestroy() for consistency
+       
+1999-03-05 23:28  ewt
+
+       Changed:
+               listbox.c (1.44), "Exp", lines: +2 -0
+
+       free scrollbars
+       
+1999-03-05 23:27  ewt
+
+       Changed:
+               form.c (1.31), "Exp", lines: +2 -0
+
+       free hotkeys
+       
+1999-03-05 23:27  ewt
+
+       Changed:
+               testgrid.c (1.11), "Exp", lines: +3 -1
+
+       free stuff
+       
+1999-02-27 05:13  msw
+
+       Changed:
+               newt.spec (1.45), "Exp", lines: +4 -1
+
+       rev
+       
+1999-02-27 05:13  msw
+
+       Changed:
+               listbox.c (1.43), "Exp", lines: +4 -1
+
+       fix for keyboard nav
+       
+1999-02-25 17:35  msw
+
+       Changed:
+               listbox.c (1.42), "Exp", lines: +33 -3
+               newt.spec (1.44), "Exp", lines: +5 -1
+
+       - updated descriptions
+       - added support for navigating listboxes with alphabetical keypresses
+       
+1999-02-25 05:23  msw
+
+       Changed:
+               newt.spec (1.43), "Exp", lines: +16 -12
+
+       group/descr
+       
+1999-02-23 10:20  msw
+
+       Changed:
+               newt.spec (1.42), "Exp", lines: +1 -1
+
+       groups
+       
+1999-02-08 16:42  msw
+
+       Changed:
+               newt.spec (1.41), "Exp", lines: +4 -1
+
+       spec file rev
+       
+1999-02-08 16:41  msw
+
+       Changed:
+               grid.c (1.11), "Exp", lines: +6 -2
+
+       Make grid wrapped windows at least the size of their title bars.
+       
+1999-02-05 19:32  msw
+
+       Changed:
+               newt.spec (1.40), "Exp", lines: +5 -1
+
+       new spec
+       
+1999-02-05 19:30  msw
+
+       Changed:
+               checkbox.c (1.20), "Exp", lines: +24 -0
+               newt.h (1.56), "Exp", lines: +4 -0
+
+       Added a hack to disable checkboxes.  This will go away with a generic
+       comp flag setting function later.
+       
+1999-01-19 17:41  msw
+
+       Changed:
+               Makefile.in (1.5), "Exp", lines: +4 -2
+               button.c (1.16), "Exp", lines: +15 -9
+               config.h.in (1.2), "Exp", lines: +1 -2
+               configure.in (1.2), "Exp", lines: +4 -8
+               form.c (1.30), "Exp", lines: +352 -9
+               newt.spec (1.39), "Exp", lines: +5 -2
+
+       Internalize gpm functions, check mouse event coords on button widgets.
+       
+1999-01-07 05:33  msw
+
+       Changed:
+               newt.spec (1.38), "Exp", lines: +1 -1
+
+       make rev 1
+       
+1999-01-07 05:29  msw
+
+       Changed:
+               Makefile.in (1.4), "Exp", lines: +1 -1
+               newt.spec (1.37), "Exp", lines: +6 -1
+
+       Last make archive fix, updated spec file
+       
+1999-01-07 05:24  msw
+
+       Changed:
+               Makefile.in (1.3), "Exp", lines: +1 -2
+
+       A few more archive target fixes
+       
+1999-01-07 05:22  msw
+
+       Changed:
+               Makefile.in (1.2), "Exp", lines: +1 -1
+
+       Fixed archive target
+       
+1999-01-07 05:19  msw
+
+       Changed:
+               .cvsignore (1.2), "Exp", lines: +3 -1
+               CHANGES (1.2), "Exp", lines: +3 -0
+               button.c (1.15), "Exp", lines: +14 -3
+               checkbox.c (1.19), "Exp", lines: +27 -5
+               entry.c (1.19), "Exp", lines: +31 -16
+               form.c (1.29), "Exp", lines: +130 -46
+               listbox.c (1.41), "Exp", lines: +73 -21
+               newt.c (1.39), "Exp", lines: +33 -23
+               newt.spec (1.36), "Exp", lines: +1 -0
+               newt_pr.h (1.18), "Exp", lines: +10 -5
+               scrollbar.c (1.8), "Exp", lines: +26 -5
+               test.c (1.24), "Exp", lines: +3 -3
+               textbox.c (1.18), "Exp", lines: +17 -1
+
+       Mouse support
+       
+1999-01-07 05:18  msw
+
+       Deleted:
+               Makefile (1.60)
+
+       We're using autoconf now - no Makefile
+       
+1999-01-07 05:05  msw
+
+       Added:
+               .cvsignore (1.1)
+               Makefile.in (1.1)
+               config.h.in (1.1)
+               configure.in (1.1)
+               install-sh (1.1)
+
+       Autoconf newt
+       
+1998-12-29 23:12  msw
+
+       Changed:
+               tutorial.sgml (1.2), "Exp", lines: +7 -1
+
+       Fixed some missing <p> tags, added some <tscreen><verb>...</verb></tscreen>
+       tags on the last page
+       
+1998-10-22 02:53  notting
+
+       Changed:
+               Makefile (1.59), "Exp", lines: +3 -3
+
+       make *sure* we link against newt in current directory
+       
+1998-10-22 01:09  notting
+
+       Changed:
+               newt.spec (1.35), "Exp", lines: +4 -1
+
+       build for rawhide
+       
+1998-08-19 17:05  notting
+
+       Changed:
+               newt.spec (1.34), "Exp", lines: +3 -2
+
+       moved CHANGES,COPYING to newt
+       
+1998-08-19 17:00  notting
+
+       Changed:
+               newt.spec (1.33), "Exp", lines: +7 -0
+
+       added changelog entry, docs to devel package
+       
+1998-08-19 16:17  notting
+
+       Changed:
+               newt.spec (1.32), "Exp", lines: +1 -1
+
+       bump rpm release #
+       
+1998-08-19 16:15  notting
+
+       Changed:
+               textbox.c (1.17), "Exp", lines: +8 -2
+
+       bugfixes for text wrapping
+       
+1998-08-17 15:38  ewt
+
+       Changed:
+               windows.c (1.12), "Exp", lines: +1 -1
+
+       check for vsnprintf() returning -1
+       
+1998-08-13 14:03  ewt
+
+       Added:
+               tutorial.sgml (1.1)
+
+       tutorial.sgml
+       
+1998-08-06 14:24  ewt
+
+       Changed:
+               textbox.c (1.16), "Exp", lines: +3 -1
+
+       handle pgdn in short textboxes properly
+       
+1998-08-06 14:24  ewt
+
+       Added:
+               CHANGES (1.1)
+
+       [no log message]
+       
+1998-08-02 18:47  ewt
+
+       Changed:
+               Makefile (1.58), "Exp", lines: +2 -2
+               newt.spec (1.31), "Exp", lines: +1 -1
+
+       version 0.30
+       
+1998-08-02 18:45  ewt
+
+       Changed:
+               checkbox.c (1.18), "Exp", lines: +24 -15
+               newt.h (1.55), "Exp", lines: +1 -0
+
+       added newtCheckboxSetValue()
+       
+1998-08-01 16:07  ewt
+
+       Changed:
+               snackmodule.c (1.12), "Exp", lines: +2 -2
+
+       changed for positive scrolling logic
+       
+1998-08-01 16:06  ewt
+
+       Changed:
+               test.c (1.23), "Exp", lines: +12 -10
+
+       updated for 0.30
+       
+1998-08-01 16:06  ewt
+
+       Changed:
+               dialogboxes.c (1.5), "Exp", lines: +4 -4
+
+       scroll logic needed updating
+       
+1998-08-01 16:05  ewt
+
+       Changed:
+               listbox.c (1.40), "Exp", lines: +13 -11
+
+       make listboxes work properly with borders
+       
+1998-08-01 15:53  ewt
+
+       Changed:
+               newt.h (1.54), "Exp", lines: +12 -10
+
+       changes to clean up the interface, including:
+
+               1) newtListboxSelectItem() uses a key, not an index
+               2) newtListboxAddEntry() was removed (it was redundant anyway)
+                  (a #define was added for backwards compatibility)
+               3) DOBORDER flag was renambed to just BORDER
+               4) NEWT_FLAG_NOSCROLL was removed as only listboxes used it, and
+                  negative logic sucks [this one will be a pita]
+       
+1998-08-01 15:50  ewt
+
+       Changed:
+               textbox.c (1.15), "Exp", lines: +1 -1
+
+       use NEWT_FLAG_WRAP instead of NEWT_TEXTBOX_WRAP
+       
+1998-08-01 15:49  ewt
+
+       Changed:
+               listbox.c (1.39), "Exp", lines: +31 -30
+
+       1) use BORDER flag, not DOBORDER
+       2) scroll if told to (instead of not scrolling if told not to)
+       3) newtListboxSetEntry() uses a key, not an index
+       
+1998-08-01 15:45  ewt
+
+       Changed:
+               label.c (1.7), "Exp", lines: +1 -1
+
+       pay attention to isMapped
+       
+1998-08-01 15:44  ewt
+
+       Changed:
+               checkbox.c (1.17), "Exp", lines: +6 -52
+
+       got rid of (unused) ListItem type
+       
+1998-08-01 15:43  ewt
+
+       Changed:
+               newt.c (1.38), "Exp", lines: +2 -2
+
+       row/col handling was broken when drawing root text
+       
+1998-08-01 15:43  ewt
+
+       Changed:
+               windows.c (1.11), "Exp", lines: +1 -1
+
+       listboxes need to be told to scroll instead of not to not scroll
+       
+1998-05-05 15:19  ewt
+
+       Changed:
+               newt.spec (1.30), "Exp", lines: +1 -1
+
+       release 1
+       
+1998-05-05 15:17  ewt
+
+       Changed:
+               newt.spec (1.29), "Exp", lines: +1 -1
+               Makefile (1.57), "Exp", lines: +1 -1
+
+       version 0.25
+       
+1998-05-05 15:17  ewt
+
+       Changed:
+               button.c (1.14), "Exp", lines: +1 -11
+
+       remove bgColor stuff -- it just made things break
+       
+1998-05-01 19:35  gafton
+
+       Changed:
+               newt.spec (1.28), "Exp", lines: +5 -11
+
+       moved devel package in Development/Libraries
+       
+1998-04-30 21:27  ewt
+
+       Changed:
+               Makefile (1.56), "Exp", lines: +1 -1
+               newt.spec (1.27), "Exp", lines: +2 -2
+
+       more python 1.5 changes
+       
+1998-04-30 21:24  ewt
+
+       Changed:
+               Makefile (1.55), "Exp", lines: +2 -2
+
+       changed paths to python 1.5 paths
+       
+1998-04-30 21:23  ewt
+
+       Changed:
+               newt.spec (1.26), "Exp", lines: +1 -1
+
+       update spec file to vesrion 0.24
+       
+1998-04-30 21:22  ewt
+
+       Changed:
+               Makefile (1.54), "Exp", lines: +1 -1
+
+       look for python 1.5
+       
+1998-04-30 21:22  ewt
+
+       Changed:
+               Makefile (1.53), "Exp", lines: +1 -1
+               newt.spec (1.25), "Exp", lines: +4 -1
+
+       1) removed whiptcl.so from spec file
+       2) version 0.24
+       
+1998-04-28 06:47  ewt
+
+       Changed:
+               grid.c (1.10), "Exp", lines: +2 -2
+               testgrid.c (1.10), "Exp", lines: +2 -4
+
+       max width and max height of row/col wasn't calculated properly
+       
+1998-04-28 06:47  ewt
+
+       Changed:
+               newt.c (1.37), "Exp", lines: +6 -2
+
+       mapped ctrl-v and alt-v
+       
+1998-04-28 06:33  ewt
+
+       Changed:
+               checkbox.c (1.16), "Exp", lines: +6 -0
+
+       added a getvalue call
+       
+1998-04-28 06:29  ewt
+
+       Changed:
+               entry.c (1.18), "Exp", lines: +23 -4
+
+       added filters
+       
+1998-04-28 06:28  ewt
+
+       Changed:
+               newt.h (1.53), "Exp", lines: +10 -2
+               form.c (1.28), "Exp", lines: +64 -23
+
+       added watchfd stuff
+       
+1998-04-28 06:27  ewt
+
+       Changed:
+               textbox.c (1.14), "Exp", lines: +81 -55
+
+       1) reworked to use wrapping code from later reflow implementation
+       2) tabs are handled properly by wrapping
+       
+1998-04-05 16:56  ewt
+
+       Changed:
+               Makefile (1.52), "Exp", lines: +1 -1
+               showkey.c (1.3), "Exp", lines: +1 -1
+               newt.spec (1.24), "Exp", lines: +1 -1
+
+       version 0.23
+       
+1998-04-05 16:55  ewt
+
+       Changed:
+               windows.c (1.10), "Exp", lines: +7 -2
+
+       1) anchor text on left in basic window
+       2) add a scrollbar to newtWinMessage() when the text is too long
+       
+1998-04-05 16:55  ewt
+
+       Changed:
+               newt.c (1.36), "Exp", lines: +6 -0
+
+       made alt-V do pgdn
+       
+1998-03-22 19:50  ewt
+
+       Changed:
+               Makefile (1.51), "Exp", lines: +1 -1
+
+       changed soname back to 0.20
+       
+1998-03-22 19:48  ewt
+
+       Changed:
+               Makefile (1.50), "Exp", lines: +2 -2
+               newt.spec (1.23), "Exp", lines: +1 -1
+
+       version 0.22
+       
+1998-03-06 14:33  ewt
+
+       Changed:
+               button.c (1.13), "Exp", lines: +6 -2
+               checkbox.c (1.15), "Exp", lines: +2 -1
+               entry.c (1.17), "Exp", lines: +4 -2
+               form.c (1.27), "Exp", lines: +50 -17
+               grid.c (1.9), "Exp", lines: +68 -12
+               label.c (1.6), "Exp", lines: +2 -1
+               listbox.c (1.38), "Exp", lines: +17 -7
+               newt.c (1.35), "Exp", lines: +9 -0
+               newt.h (1.52), "Exp", lines: +6 -0
+               newt_pr.h (1.17), "Exp", lines: +4 -1
+               scale.c (1.6), "Exp", lines: +2 -1
+               scrollbar.c (1.7), "Exp", lines: +2 -1
+               textbox.c (1.13), "Exp", lines: +34 -11
+               windows.c (1.9), "Exp", lines: +5 -8
+
+       1) got scrollbars working w/ gridded text widgets
+       2) added mapped method to components (mandatory)
+       3) made placed component method mandatory
+       4) added newtGrid[VH]CloseStacked()
+       5) added newtGridBasicWindow()
+       6) made newtGrid[VH]Stacked() not set GROWX flag for any fields
+       
+1998-03-02 17:49  ewt
+
+       Changed:
+               scrollbar.c (1.6), "Exp", lines: +5 -0
+
+       pay attention to isMapped
+       
+1998-02-18 19:29  ewt
+
+       Changed:
+               textbox.c (1.12), "Exp", lines: +16 -0
+
+       added newtTextboxReflowed()
+       
+1998-02-18 19:29  ewt
+
+       Changed:
+               entry.c (1.16), "Exp", lines: +4 -0
+
+       handle NULL initial value
+       
+1998-02-18 19:29  ewt
+
+       Changed:
+               newt.h (1.51), "Exp", lines: +13 -0
+               testgrid.c (1.9), "Exp", lines: +15 -0
+               windows.c (1.8), "Exp", lines: +77 -7
+
+       added newtWinEntries
+       
+1998-02-16 23:03  ewt
+
+       Changed:
+               buttonbar.c (1.4), "Exp", lines: +29 -22
+
+       added newtButtonBarv()
+       
+1998-02-16 23:02  ewt
+
+       Changed:
+               form.c (1.26), "Exp", lines: +15 -5
+
+       1) forms shouldn't draw until they are mapped
+       2) don't let newtFromSetSize() go twice
+       
+1998-02-16 23:01  ewt
+
+       Changed:
+               grid.c (1.8), "Exp", lines: +68 -1
+
+       1) added newtGrid[VH]Stacked()
+       2) added newtGridWrappedWindowAt()
+       
+1998-02-16 22:51  ewt
+
+       Changed:
+               newt.spec (1.22), "Exp", lines: +10 -0
+
+       [no log message]
+       
+1998-02-16 22:51  ewt
+
+       Changed:
+               snackmodule.c (1.11), "Exp", lines: +1 -6
+
+       handle new return code from newtWinChoice()
+       
+1998-02-16 22:41  ewt
+
+       Changed:
+               button.c (1.12), "Exp", lines: +3 -0
+
+       made buttons pay attention to isMapped
+       
+1998-02-16 22:40  ewt
+
+       Changed:
+               testgrid.c (1.8), "Exp", lines: +10 -1
+
+       test newtWinMenu()
+       
+1998-02-16 22:40  ewt
+
+       Changed:
+               windows.c (1.7), "Exp", lines: +83 -7
+
+       1) added newtWinMenu
+       2) made use of newtGridVStacked()
+       
+1998-02-16 22:38  ewt
+
+       Changed:
+               newt.h (1.50), "Exp", lines: +15 -3
+
+       1) made newtWinChoice() return codes consistent with newtWinTernary()
+       2) added newtWinMenu()
+       3) added newtGridWrappedWindowAt()
+       4) added newtFormSetSize()
+       5) added newtButtonBarv()
+       6) added newtGridVStacked()
+       7) added newtGridHStacked()
+       
+1998-01-16 21:44  ewt
+
+       Changed:
+               grid.c (1.7), "Exp", lines: +15 -0
+               newt.h (1.49), "Exp", lines: +2 -0
+               newt.spec (1.21), "Exp", lines: +9 -0
+
+       added newtAddComponentsToForm()
+       
+1998-01-16 21:40  ewt
+
+       Changed:
+               form.c (1.25), "Exp", lines: +50 -39
+               testgrid.c (1.7), "Exp", lines: +2 -1
+
+       delay form sizing until FormRun() is called -- it's fast, and it makes
+       things coexist *much* better with grids
+       
+1998-01-03 23:05  ewt
+
+       Changed:
+               newt.c (1.34), "Exp", lines: +3 -3
+               newt.h (1.48), "Exp", lines: +1 -1
+
+       makes some table const's
+       
+1998-01-03 23:00  ewt
+
+       Changed:
+               Makefile (1.49), "Exp", lines: +2 -2
+               button.c (1.11), "Exp", lines: +1 -1
+               checkbox.c (1.14), "Exp", lines: +1 -1
+               dialogboxes.c (1.4), "Exp", lines: +19 -6
+               dialogboxes.h (1.2), "Exp", lines: +1 -0
+               entry.c (1.15), "Exp", lines: +1 -1
+               form.c (1.24), "Exp", lines: +1 -1
+               label.c (1.5), "Exp", lines: +1 -1
+               listbox.c (1.37), "Exp", lines: +1 -1
+               newt.c (1.33), "Exp", lines: +1 -1
+               scale.c (1.5), "Exp", lines: +1 -1
+               scrollbar.c (1.5), "Exp", lines: +1 -1
+               showchars.c (1.2), "Exp", lines: +1 -1
+               showkey.c (1.2), "Exp", lines: +1 -1
+               textbox.c (1.11), "Exp", lines: +1 -1
+               whiptail.c (1.6), "Exp", lines: +13 -2
+
+       1) patch from Bruce Perens which makes newt easier to build on debian
+       2) whiptail patch from Bruce which adds --infobox
+       
+1997-11-06 19:23  ewt
+
+       Changed:
+               newt.spec (1.20), "Exp", lines: +2 -2
+
+       version 0.21
+       
+1997-11-06 19:22  ewt
+
+       Changed:
+               Makefile (1.48), "Exp", lines: +1 -1
+
+       verison 0.21
+       
+1997-11-06 19:22  ewt
+
+       Changed:
+               button.c (1.10), "Exp", lines: +3 -1
+
+       set proper background color for buttons
+       
+1997-11-04 19:00  ewt
+
+       Changed:
+               Makefile (1.47), "Exp", lines: +5 -3
+               newt.spec (1.19), "Exp", lines: +1 -0
+
+       include snack.py
+       
+1997-11-04 16:50  ewt
+
+       Changed:
+               Makefile (1.46), "Exp", lines: +1 -1
+
+       [no log message]
+       
+1997-11-04 16:14  ewt
+
+       Changed:
+               Makefile (1.45), "Exp", lines: +1 -1
+               newt.spec (1.18), "Exp", lines: +2 -2
+
+       moved snack provides
+       
+1997-11-03 15:50  ewt
+
+       Changed:
+               newt.spec (1.15), "Exp", lines: +1 -1
+               newt.spec (1.16), "Exp", lines: +1 -1
+               newt.spec (1.17), "Exp", lines: +1 -1
+
+       [no log message]
+       
+1997-11-03 15:47  ewt
+
+       Changed:
+               newt.spec (1.14), "Exp", lines: +1 -0
+
+       newt should provide snack
+       
+1997-11-03 15:47  ewt
+
+       Changed:
+               Makefile (1.44), "Exp", lines: +5 -1
+               newt.spec (1.13), "Exp", lines: +2 -1
+
+       added _snackmodule to make install and specfile
+       
+1997-11-03 15:42  ewt
+
+       Changed:
+               popcorn.py (1.6), "Exp", lines: +5 -0
+               snack.py (1.19), "Exp", lines: +3 -1
+               snackmodule.c (1.10), "Exp", lines: +18 -0
+
+       began adding callbacks (unsuccessfully)
+       
+1997-11-03 15:42  ewt
+
+       Changed:
+               listbox.c (1.36), "Exp", lines: +17 -2
+               newt.h (1.47), "Exp", lines: +1 -0
+
+       added newtListboxSetCurrentByKey()
+       
+1997-10-30 21:48  johnsonm
+
+       Changed:
+               snack.py (1.18), "Exp", lines: +4 -0
+
+       Added setCurrent method to Listbox, currently a stub.
+       
+1997-10-29 22:46  johnsonm
+
+       Changed:
+               snack.py (1.17), "Exp", lines: +11 -2
+
+       returnExit
+       run_popup()
+       
+1997-10-28 16:45  ewt
+
+       Changed:
+               snackmodule.c (1.9), "Exp", lines: +1 -1
+
+       oops
+       
+1997-10-28 16:43  johnsonm
+
+       Changed:
+               snack.py (1.16), "Exp", lines: +1 -1
+
+       returnExit
+       
+1997-10-28 16:35  ewt
+
+       Changed:
+               snack.py (1.15), "Exp", lines: +3 -2
+               snackmodule.c (1.8), "Exp", lines: +3 -2
+
+       added returnexit for entry widget
+       
+1997-10-28 16:17  ewt
+
+       Changed:
+               form.c (1.23), "Exp", lines: +5 -0
+               newt.c (1.32), "Exp", lines: +43 -7
+               newt.h (1.46), "Exp", lines: +4 -0
+
+       started adding resizing stuff, but I need to know more slang first
+       
+1997-10-28 16:13  johnsonm
+
+       Changed:
+               peanuts.py (1.4), "Exp", lines: +4 -3
+
+       Listbox.insert changed.
+       
+1997-10-28 04:41  johnsonm
+
+       Changed:
+               snack.py (1.14), "Exp", lines: +1 -1
+
+       Listbox.replace needs text argument.
+       
+1997-10-28 04:38  johnsonm
+
+       Changed:
+               snack.py (1.13), "Exp", lines: +7 -0
+
+       Added replacement to Listbox.
+       
+1997-10-28 03:54  johnsonm
+
+       Changed:
+               snack.py (1.12), "Exp", lines: +1 -1
+
+       Set height and width separately.
+       
+1997-10-28 01:52  ewt
+
+       Changed:
+               snack.py (1.11), "Exp", lines: +1 -0
+               snackmodule.c (1.7), "Exp", lines: +13 -0
+
+       added screen size stuff
+       
+1997-10-28 01:51  johnsonm
+
+       Changed:
+               snack.py (1.10), "Exp", lines: +17 -4
+
+       Automatic hotkey handling for buttonbars.
+       
+1997-10-28 01:46  ewt
+
+       Changed:
+               snackmodule.c (1.6), "Exp", lines: +1 -1
+
+       fixed root text for snack
+       
+1997-10-28 01:25  ewt
+
+       Changed:
+               snack.py (1.9), "Exp", lines: +13 -0
+               snackmodule.c (1.5), "Exp", lines: +40 -0
+
+       added help line and root text
+       
+1997-10-27 23:54  ewt
+
+       Changed:
+               Makefile (1.43), "Exp", lines: +2 -2
+               listbox.c (1.35), "Exp", lines: +48 -47
+               newt.h (1.45), "Exp", lines: +3 -2
+               popcorn.py (1.5), "Exp", lines: +6 -4
+               snack.py (1.8), "Exp", lines: +21 -3
+               snackmodule.c (1.4), "Exp", lines: +29 -1
+               test.c (1.22), "Exp", lines: +13 -10
+
+       1) added insert, remove to snack listbox
+       2) fixed listboxes to be more consistent in not using indices
+       
+1997-10-27 22:38  johnsonm
+
+       Changed:
+               peanuts.py (1.3), "Exp", lines: +1 -1
+               snack.py (1.7), "Exp", lines: +13 -6
+
+       GridForm's run_once separated from run, so that run can be called multiple
+       times.
+       
+1997-10-27 22:07  johnsonm
+
+       Changed:
+               peanuts.py (1.2), "Exp", lines: +5 -6
+               snack.py (1.6), "Exp", lines: +13 -11
+
+       peanuts now working perfectly.
+       Don't add forms to grids...
+       Other bug fixes.
+       
+1997-10-27 20:43  johnsonm
+
+       Added:
+               peanuts.py (1.1)
+       Changed:
+               snack.py (1.5), "Exp", lines: +68 -25
+
+       mega-widgets starting to work a little.
+       peanuts program uses mega-widgets.
+       
+1997-10-27 19:42  ewt
+
+       Changed:
+               popcorn.py (1.4), "Exp", lines: +5 -2
+               snack.py (1.4), "Exp", lines: +22 -5
+               snackmodule.c (1.3), "Exp", lines: +36 -2
+
+       1) forms return things now
+       2) added hotkeys
+       
+1997-10-27 18:59  johnsonm
+
+       Changed:
+               popcorn.py (1.3), "Exp", lines: +9 -9
+               snack.py (1.3), "Exp", lines: +65 -1
+
+       New order for command line arguments in Grid.setField
+       New mega-widgets under development.
+       
+1997-10-20 23:49  sopwith
+
+       Changed:
+               listbox.c (1.34), "Exp", lines: +3 -2
+
+       End key works properly now; tests run show that this is true :)
+       
+1997-10-20 23:21  sopwith
+
+       Changed:
+               listbox.c (1.33), "Exp", lines: +4 -1
+
+       Fixed <END> key.
+       
+1997-10-17 20:45  ewt
+
+       Changed:
+               listbox.c (1.32), "Exp", lines: +1 -1
+               popcorn.py (1.2), "Exp", lines: +22 -8
+               snack.py (1.2), "Exp", lines: +48 -2
+               snackmodule.c (1.2), "Exp", lines: +121 -5
+
+       added listbox, textbox, and reflowed text
+       
+1997-10-16 22:41  ewt
+
+       Changed:
+               button.c (1.9), "Exp", lines: +2 -2
+
+       sped up button pushes
+       
+1997-10-16 22:40  ewt
+
+       Added:
+               popcorn.py (1.1)
+               snack.py (1.1)
+               snackmodule.c (1.1)
+       Changed:
+               Makefile (1.42), "Exp", lines: +9 -3
+               button.c (1.8), "Exp", lines: +4 -1
+
+       began work on snacks
+       fixed buttons to initialize properly w/ a window isn't already present
+       
+1997-10-13 20:21  ewt
+
+       Changed:
+               Makefile (1.41), "Exp", lines: +1 -1
+
+       fixed rule
+       
+1997-10-13 20:20  ewt
+
+       Changed:
+               Makefile (1.40), "Exp", lines: +1 -1
+               newt.c (1.31), "Exp", lines: +6 -1
+               newt.h (1.44), "Exp", lines: +1 -0
+               newt.spec (1.12), "Exp", lines: +1 -1
+
+       updated to version 0.13
+       
+1997-10-08 18:45  ewt
+
+       Changed:
+               newt.spec (1.11), "Exp", lines: +5 -5
+
+       removed extranoue () around env vars
+       
+1997-10-08 18:44  ewt
+
+       Changed:
+               newt.spec (1.10), "Exp", lines: +1 -1
+
+       fixed typo
+       
+1997-10-08 18:38  ewt
+
+       Changed:
+               newt.spec (1.9), "Exp", lines: +4 -0
+
+       [no log message]
+       
+1997-10-08 15:42  msf
+
+       Changed:
+               Makefile (1.39), "Exp", lines: +1 -1
+
+       Fixed spelling of whiptail (was whiltail).
+       
+1997-10-08 15:39  ewt
+
+       Changed:
+               newt.h (1.43), "Exp", lines: +5 -0
+               windows.c (1.6), "Exp", lines: +43 -12
+
+       added newtWinTernary()
+       
+1997-10-08 15:39  ewt
+
+       Changed:
+               Makefile (1.38), "Exp", lines: +16 -21
+               newt.spec (1.8), "Exp", lines: +17 -5
+
+       uses a buildroot in package build; version 0.12 (soname 0.11)
+       
+1997-09-30 16:30  ewt
+
+       Changed:
+               listbox.c (1.31), "Exp", lines: +4 -3
+               newt.spec (1.7), "Exp", lines: +1 -1
+
+       1) updated version to 0.11
+       2) fixed growing listboxes
+       
+1997-09-29 20:19  ewt
+
+       Changed:
+               grid.c (1.6), "Exp", lines: +5 -3
+
+       fixes for grid w/ empty fields
+       
+1997-09-29 19:53  ewt
+
+       Changed:
+               form.c (1.22), "Exp", lines: +1 -0
+               listbox.c (1.30), "Exp", lines: +60 -57
+               newt_pr.h (1.16), "Exp", lines: +1 -0
+               test.c (1.21), "Exp", lines: +1 -1
+
+       1) added ismapped field
+       2) reworked listbox to deal with borders properly
+       
+1997-09-26 18:16  sopwith
+
+       Changed:
+               Makefile (1.37), "Exp", lines: +2 -2
+
+       Undid my stupid Makefile changes
+       
+1997-09-25 14:27  csmith
+
+       Changed:
+               newt.spec (1.6), "Exp", lines: +1 -1
+
+       changed the version number to reflect whats in the Makefile. (0.11)
+       
+1997-09-24 16:02  ewt
+
+       Changed:
+               windows.c (1.5), "Exp", lines: +2 -6
+
+       changed simple windows to use button bars
+       
+1997-09-24 02:38  sopwith
+
+       Changed:
+               Makefile (1.36), "Exp", lines: +2 -2
+
+       more popt fixes...?
+       
+1997-09-24 02:29  ewt
+
+       Changed:
+               listbox.c (1.29), "Exp", lines: +1 -1
+
+       initialize things better
+       
+1997-09-24 02:29  ewt
+
+       Changed:
+               buttonbar.c (1.3), "Exp", lines: +2 -1
+
+       rearranged headers a tad
+       
+1997-09-24 02:28  ewt
+
+       Changed:
+               whiptail.c (1.5), "Exp", lines: +1 -1
+
+       look for popt.h in system include path
+       
+1997-09-24 02:28  ewt
+
+       Changed:
+               Makefile (1.35), "Exp", lines: +4 -4
+
+       user separate popt library
+       
+1997-09-24 02:19  sopwith
+
+       Changed:
+               buttonbar.c (1.2), "Exp", lines: +1 -1
+
+       Fixed #include to "newt.h" instead of <newt.h>
+       
+1997-09-23 18:40  ewt
+
+       Changed:
+               Makefile (1.34), "Exp", lines: +2 -2
+
+       version 0.11
+       
+1997-09-17 17:00  msf
+
+       Changed:
+               listbox.c (1.28), "Exp", lines: +11 -7
+
+       don't update display until listbox has been drawn at least once
+       
+1997-09-17 16:04  msf
+
+       Changed:
+               listbox.c (1.27), "Exp", lines: +40 -17
+
+       scrolled listboxes didn't respond to placement properly
+       
+1997-09-17 02:12  ewt
+
+       Added:
+               buttonbar.c (1.1)
+       Changed:
+               Makefile (1.33), "Exp", lines: +1 -1
+               newt.h (1.42), "Exp", lines: +3 -0
+
+       added buttonbars
+       
+1997-09-17 02:12  ewt
+
+       Changed:
+               textbox.c (1.10), "Exp", lines: +1 -1
+
+       halved the penalty for short lines
+       
+1997-09-17 02:12  ewt
+
+       Changed:
+               windows.c (1.4), "Exp", lines: +1 -1
+
+       reduced tolerance for tall (but skinny) windows
+       
+1997-09-15 15:13  sopwith
+
+       Changed:
+               windows.c (1.3), "Exp", lines: +1 -1
+
+       Fixed #include so it builds on systems with other newt header files
+       
+1997-09-12 16:19  ewt
+
+       Changed:
+               testgrid.c (1.6), "Exp", lines: +1 -0
+               windows.c (1.2), "Exp", lines: +4 -1
+
+       fixed major bug in newtWinChoice()
+       
+1997-09-12 16:19  ewt
+
+       Changed:
+               textbox.c (1.9), "Exp", lines: +3 -0
+
+       1) charge a penalty for lines which aren't half full
+       
+1997-09-12 16:07  ewt
+
+       Changed:
+               Makefile (1.32), "Exp", lines: +1 -1
+
+       don't link with efence
+       
+1997-09-12 15:50  ewt
+
+       Added:
+               windows.c (1.1)
+       Changed:
+               Makefile (1.31), "Exp", lines: +4 -3
+
+       added windows.c
+       
+1997-09-12 15:50  ewt
+
+       Changed:
+               newt.h (1.41), "Exp", lines: +15 -0
+
+       added first newtWin*() functions, added newtReflowText()
+       
+1997-09-12 15:50  ewt
+
+       Changed:
+               testgrid.c (1.5), "Exp", lines: +17 -5
+
+       [no log message]
+       
+1997-09-12 15:49  ewt
+
+       Changed:
+               textbox.c (1.8), "Exp", lines: +83 -0
+
+       added newtReflowText()
+       
+1997-09-12 15:49  ewt
+
+       Changed:
+               grid.c (1.5), "Exp", lines: +6 -4
+
+       should handle empty fields now
+       
+1997-09-12 02:19  ewt
+
+       Changed:
+               grid.c (1.4), "Exp", lines: +8 -0
+               newt.c (1.30), "Exp", lines: +15 -0
+               newt.h (1.40), "Exp", lines: +2 -0
+               testgrid.c (1.4), "Exp", lines: +3 -5
+
+       added newtCenteredWindow() and newtGridWrappedWindow()
+       
+1997-09-12 02:10  ewt
+
+       Changed:
+               grid.c (1.3), "Exp", lines: +49 -13
+               newt.h (1.39), "Exp", lines: +1 -0
+               testgrid.c (1.3), "Exp", lines: +29 -2
+               textbox.c (1.7), "Exp", lines: +2 -0
+
+       basic grid implementation fully functional
+       
+1997-09-12 01:30  ewt
+
+       Changed:
+               testgrid.c (1.2), "Exp", lines: +5 -5
+
+       modified for padding/anchor parameters
+       
+1997-09-11 18:53  ewt
+
+       Changed:
+               newt.h (1.38), "Exp", lines: +12 -1
+
+       1) added padding and anchors for grids
+       2) added newtComponentTakesFocus()
+       
+1997-09-11 18:52  ewt
+
+       Changed:
+               grid.c (1.2), "Exp", lines: +49 -17
+
+       Added padding and anchors
+       
+1997-09-11 18:52  ewt
+
+       Changed:
+               form.c (1.21), "Exp", lines: +4 -0
+
+       added newtComponentTakesFocus()
+       
+1997-09-11 18:17  ewt
+
+       Added:
+               testgrid.c (1.1)
+
+       [no log message]
+       
+1997-09-11 03:22  ewt
+
+       Added:
+               grid.c (1.1)
+       Changed:
+               Makefile (1.30), "Exp", lines: +5 -2
+               button.c (1.7), "Exp", lines: +9 -0
+               checkbox.c (1.13), "Exp", lines: +1 -0
+               entry.c (1.14), "Exp", lines: +1 -0
+               label.c (1.4), "Exp", lines: +1 -0
+               newt.h (1.37), "Exp", lines: +10 -0
+               newt_pr.h (1.15), "Exp", lines: +1 -0
+               scale.c (1.4), "Exp", lines: +1 -0
+               scrollbar.c (1.4), "Exp", lines: +1 -0
+               textbox.c (1.6), "Exp", lines: +1 -0
+
+       1) added "place" operation
+       2) first pass at grid auto-placement implementation
+       
+1997-09-08 20:00  sopwith
+
+       Changed:
+               button.c (1.6), "Exp", lines: +3 -3
+               checkbox.c (1.12), "Exp", lines: +9 -9
+               dialogboxes.c (1.3), "Exp", lines: +1 -1
+               entry.c (1.13), "Exp", lines: +2 -2
+               form.c (1.20), "Exp", lines: +2 -2
+               label.c (1.3), "Exp", lines: +2 -2
+               listbox.c (1.26), "Exp", lines: +11 -9
+               newt.c (1.29), "Exp", lines: +7 -7
+               newt.h (1.36), "Exp", lines: +20 -20
+
+       Various 'const' casting mods from Bruce Guenter <bruceg@qcc.sk.ca>
+       
+1997-08-27 16:22  ewt
+
+       Changed:
+               Makefile (1.29), "Exp", lines: +2 -2
+
+       Version 0.10
+       
+1997-08-21 20:43  ewt
+
+       Changed:
+               listbox.c (1.25), "Exp", lines: +0 -2
+               newt.c (1.28), "Exp", lines: +3 -19
+               newt_pr.h (1.14), "Exp", lines: +0 -1
+
+       removed extraneous screen drawing
+       
+1997-08-19 02:53  sopwith
+
+       Changed:
+               checkbox.c (1.11), "Exp", lines: +1 -1
+               dialogboxes.c (1.2), "Exp", lines: +3 -3
+               entry.c (1.12), "Exp", lines: +2 -2
+               listbox.c (1.24), "Exp", lines: +1 -1
+               test.c (1.20), "Exp", lines: +3 -1
+
+       "comparison between signed and unsigned" warnings fixed
+       
+1997-08-19 02:44  sopwith
+
+       Changed:
+               newt.h (1.35), "Exp", lines: +1 -0
+
+       Fixed getselection on listbox
+       
+1997-08-18 21:12  ewt
+
+       Added:
+               dialogboxes.c (1.1)
+               dialogboxes.h (1.1)
+               whiptcl.c (1.1)
+       Changed:
+               Makefile (1.28), "Exp", lines: +10 -5
+               newt.c (1.27), "Exp", lines: +1 -1
+               newt.h (1.34), "Exp", lines: +1 -1
+               scale.c (1.3), "Exp", lines: +1 -1
+               whiptail.c (1.4), "Exp", lines: +34 -399
+
+       split whiptail dialog stuff out; added whiptcl
+       
+1997-08-18 20:16  sopwith
+
+       Changed:
+               listbox.c (1.23), "Exp", lines: +4 -4
+               newt.h (1.33), "Exp", lines: +1 -1
+               test.c (1.19), "Exp", lines: +3 -3
+
+       More misc listbox changes.
+       
+1997-08-15 04:36  sopwith
+
+       Changed:
+               listbox.c (1.22), "Exp", lines: +35 -26
+               newt.c (1.26), "Exp", lines: +8 -0
+               newt.h (1.32), "Exp", lines: +6 -1
+
+       Listbox changes, newtBell()
+       
+1997-08-15 02:27  sopwith
+
+       Changed:
+               form.c (1.19), "Exp", lines: +0 -2
+               test.c (1.18), "Exp", lines: +1 -0
+
+       Hmm, maybe this will work...?
+       
+1997-07-30 15:27  sopwith
+
+       Changed:
+               Makefile (1.27), "Exp", lines: +5 -5
+               listbox.c (1.21), "Exp", lines: +2 -6
+
+       Fixed Makefile so that shared library gets remade only if files change
+       (before, was getting remade all the time because of the shared/ directory)
+
+       Undid listbox's newtListboxAddEntry buboo that I added,
+       newtListboxInsert() doesn't work right if only one item in list.
+       
+1997-07-30 05:17  sopwith
+
+       Changed:
+               listbox.c (1.20), "Exp", lines: +21 -0
+               newt.h (1.31), "Exp", lines: +1 -0
+
+       Added newtListboxClear - it seems to be done frequently via
+       newtListboxDeleteEntry from apps.
+       
+1997-07-22 19:14  sopwith
+
+       Changed:
+               listbox.c (1.19), "Exp", lines: +57 -9
+               newt.c (1.25), "Exp", lines: +8 -1
+               newt.h (1.30), "Exp", lines: +7 -1
+               test.c (1.17), "Exp", lines: +20 -11
+
+       Listbox has multiple selection support now (demo included in test.c).
+       
+1997-07-22 18:22  sopwith
+
+       Changed:
+               listbox.c (1.18), "Exp", lines: +25 -2
+               newt.c (1.24), "Exp", lines: +2 -0
+               newt.h (1.29), "Exp", lines: +1 -0
+
+       Few more changes.
+       
+1997-07-22 17:21  sopwith
+
+       Changed:
+               form.c (1.18), "Exp", lines: +2 -0
+               listbox.c (1.17), "Exp", lines: +0 -3
+               newt.c (1.23), "Exp", lines: +23 -5
+               newt_pr.h (1.13), "Exp", lines: +1 -0
+
+       Redraw fixes.
+       Tiny listbox nav update.
+       
+1997-07-22 16:55  sopwith
+
+       Changed:
+               listbox.c (1.16), "Exp", lines: +37 -5
+
+       Saner(?) listbox navigation.
+       
+1997-07-22 15:59  sopwith
+
+       Changed:
+               listbox.c (1.15), "Exp", lines: +6 -0
+
+       Listbox now runs the user's callback whenever the current item in the
+       listbox changes.
+       
+1997-07-08 17:55  ewt
+
+       Changed:
+               newt.spec (1.5), "Exp", lines: +2 -4
+
+       use %post -p syntax
+       
+1997-06-02 16:27  ewt
+
+       Changed:
+               Makefile (1.26), "Exp", lines: +1 -1
+               listbox.c (1.14), "Exp", lines: +27 -10
+               newt.h (1.28), "Exp", lines: +1 -0
+               newt.spec (1.4), "Exp", lines: +7 -2
+
+       Added patches from Clarence for constant sized listboxes, changed vesrion
+       numbers to 0.9
+       
+1997-06-02 16:23  ewt
+
+       Changed:
+               Makefile (1.25), "Exp", lines: +1 -1
+
+       Changed version to 0.9
+       
+1997-06-02 16:21  ewt
+
+       Changed:
+               Makefile (1.24), "Exp", lines: +2 -1
+               entry.c (1.11), "Exp", lines: +8 -8
+               form.c (1.17), "Exp", lines: +1 -1
+               listbox.c (1.13), "Exp", lines: +8 -7
+               newt.h (1.27), "Exp", lines: +6 -5
+               newt.spec (1.3), "Exp", lines: +4 -0
+               test.c (1.16), "Exp", lines: +5 -5
+               textbox.c (1.5), "Exp", lines: +2 -2
+               whiptail.c (1.3), "Exp", lines: +4 -4
+
+       Various cleanups from Elliot
+       
+1997-04-14 15:53  ewt
+
+       Changed:
+               Makefile (1.23), "Exp", lines: +1 -1
+
+       clean should remove testobjs
+       
+1997-04-14 15:43  ewt
+
+       Changed:
+               listbox.c (1.12), "Exp", lines: +11 -2
+               newt.h (1.26), "Exp", lines: +1 -0
+
+       added NEWT_FLAG_DOBORDER from msf
+       
+1997-04-14 15:38  ewt
+
+       Changed:
+               whiptail.c (1.2), "Exp", lines: +14 -6
+
+       added FLAG_DEFAULT_NO
+       
+1997-03-18 15:31  ewt
+
+       Changed:
+               newt.spec (1.2), "Exp", lines: +13 -3
+
+       1) get right version of the shared lib
+       2) added whiptail
+       
+1997-03-18 15:31  ewt
+
+       Changed:
+               Makefile (1.22), "Exp", lines: +1 -1
+
+       clean target should remove whiptail objects
+       
+1997-03-18 15:09  ewt
+
+       Added:
+               whiptail.c (1.1)
+
+       Initial revision
+       
+1997-03-18 15:08  ewt
+
+       Changed:
+               textbox.c (1.4), "Exp", lines: +10 -0
+
+       added newtTextboxSetHeight() and newtTextboxGetNumLines()
+       
+1997-03-18 15:08  ewt
+
+       Changed:
+               newt.c (1.22), "Exp", lines: +4 -0
+
+       added colors for compact buttons
+       
+1997-03-18 15:08  ewt
+
+       Changed:
+               newt.h (1.25), "Exp", lines: +11 -6
+
+       added newtCompactButton(), newtTextboxSetHeight(), newtTextboxGetNumLines()
+             NEWT_FLAG_NOSCROLL
+       
+1997-03-18 15:07  ewt
+
+       Changed:
+               listbox.c (1.11), "Exp", lines: +5 -2
+
+       added NEWT_FLAG_NOSCROLL support
+       
+1997-03-18 15:07  ewt
+
+       Changed:
+               button.c (1.5), "Exp", lines: +54 -23
+
+       added compact buttons
+       
+1997-03-18 15:07  ewt
+
+       Changed:
+               Makefile (1.21), "Exp", lines: +14 -8
+
+       added rules for whiptail
+       
+1997-03-17 17:07  ewt
+
+       Changed:
+               checkbox.c (1.10), "Exp", lines: +11 -3
+
+       added NEWT_FLAG_RETURNEXIT support
+       
+1997-03-17 17:07  ewt
+
+       Changed:
+               listbox.c (1.10), "Exp", lines: +15 -7
+
+       deals with 0 height (automatically resizing) listboxes better
+       
+1997-03-17 17:06  ewt
+
+       Changed:
+               newt.h (1.24), "Exp", lines: +16 -9
+
+       namespace cleanups
+       
+1997-03-17 16:55  ewt
+
+       Changed:
+               newt.c (1.21), "Exp", lines: +8 -0
+
+       flush input when drawing a new window
+       
+1997-03-17 16:55  ewt
+
+       Changed:
+               Makefile (1.20), "Exp", lines: +1 -1
+
+       remove showchars in archive target
+       
+1997-02-25 23:16  ewt
+
+       Added:
+               newt.spec (1.1)
+
+       Initial revision
+       
+1997-02-25 23:11  ewt
+
+       Changed:
+               button.c (1.4), "Exp", lines: +2 -2
+               checkbox.c (1.9), "Exp", lines: +2 -2
+               entry.c (1.10), "Exp", lines: +4 -4
+               newt.c (1.20), "Exp", lines: +1 -1
+               newt.h (1.23), "Exp", lines: +9 -1
+               newt_pr.h (1.12), "Exp", lines: +5 -5
+               textbox.c (1.3), "Exp", lines: +2 -2
+
+       C++ cleanups from sopwith
+       
+1997-02-25 23:11  ewt
+
+       Changed:
+               listbox.c (1.9), "Exp", lines: +21 -10
+
+       misc fixes from sopwith
+       
+1997-02-17 17:02  ewt
+
+       Changed:
+               newt.h (1.22), "Exp", lines: +6 -2
+
+       changes for sopwith's revised listbox
+       
+1997-02-17 17:01  ewt
+
+       Changed:
+               listbox.c (1.8), "Exp", lines: +24 -12
+
+       more sopwith fixes
+       
+1997-02-17 16:59  ewt
+
+       Changed:
+               listbox.c (1.7), "Exp", lines: +14 -13
+
+       cleanups from sopwith
+       
+1997-02-17 16:58  ewt
+
+       Changed:
+               Makefile (1.19), "Exp", lines: +5 -5
+
+       changes to install rules from sopwith
+       
+1997-01-29 21:02  ewt
+
+       Changed:
+               listbox.c (1.6), "Exp", lines: +319 -62
+
+       incorporated rewrite from Elliot Lee
+       
+1997-01-29 21:02  ewt
+
+       Changed:
+               newt.h (1.21), "Exp", lines: +2 -1
+
+       1) added newtListboxDeleteEntry()
+       2) changed newtListboxAddEntry() to return int
+       
+1997-01-29 21:02  ewt
+
+       Changed:
+               Makefile (1.18), "Exp", lines: +1 -1
+
+       changed to version 0.8
+       
+1997-01-02 02:47  ewt
+
+       Changed:
+               newt.c (1.19), "Exp", lines: +1 -1
+
+       fixed silly license typo
+       
+1996-12-13 17:07  ewt
+
+       Changed:
+               newt.c (1.18), "Exp", lines: +11 -1
+               newt.h (1.20), "Exp", lines: +3 -1
+               test.c (1.15), "Exp", lines: +9 -0
+
+       added suspend callback
+       
+1996-12-06 20:21  ewt
+
+       Changed:
+               newt.c (1.17), "Exp", lines: +9 -8
+
+       changes for new version of slang (speeds up window drawing)
+       
+1996-12-04 19:17  ewt
+
+       Changed:
+               test.c (1.14), "Exp", lines: +22 -0
+
+       added test of NEWT_ENTRY_DISABLED
+       
+1996-12-04 19:17  ewt
+
+       Changed:
+               newt.c (1.16), "Exp", lines: +36 -9
+               newt_pr.h (1.11), "Exp", lines: +3 -0
+
+       added newtSetFlags(), newtGetrc()
+       
+1996-12-04 19:16  ewt
+
+       Changed:
+               entry.c (1.9), "Exp", lines: +26 -3
+               newt.h (1.19), "Exp", lines: +6 -0
+
+       added newtEntrySetFlags(), NEWT_ENTRY_DISABLED
+       
+1996-12-04 19:16  ewt
+
+       Changed:
+               Makefile (1.17), "Exp", lines: +1 -1
+
+       changed to version 0.7
+       
+1996-09-21 17:30  ewt
+
+       Changed:
+               Makefile (1.16), "Exp", lines: +1 -1
+
+       clean up old shared libs
+       
+1996-09-05 19:13  ewt
+
+       Changed:
+               Makefile (1.15), "Exp", lines: +1 -1
+
+       changed version to 0.6
+       
+1996-09-04 17:46  ewt
+
+       Changed:
+               scale.c (1.2), "Exp", lines: +7 -2
+
+       don't update scale unless aboslutely necessary
+       
+1996-09-04 17:46  ewt
+
+       Changed:
+               newt.c (1.15), "Exp", lines: +1 -1
+
+       changed bg color for scrollbar
+       
+1996-09-04 16:27  ewt
+
+       Added:
+               scale.c (1.1)
+
+       Initial revision
+       
+1996-09-03 01:38  ewt
+
+       Changed:
+               newt.h (1.18), "Exp", lines: +9 -0
+
+       added:
+               void newtSuspend(void);
+               void newtResume(void);
+               newtComponent newtScale(_
+               void newtScaleSet()
+       
+1996-09-03 01:38  ewt
+
+       Changed:
+               Makefile (1.14), "Exp", lines: +7 -3
+
+       1) changed to version 0.5
+       2) added scale.o
+       
+1996-09-03 01:37  ewt
+
+       Changed:
+               newt.c (1.14), "Exp", lines: +18 -0
+               test.c (1.13), "Exp", lines: +31 -21
+
+       added a scale
+       
+1996-08-21 15:19  ewt
+
+       Changed:
+               newt.h (1.17), "Exp", lines: +1 -0
+
+       added newtRedrawHelpLine()
+       
+1996-08-21 15:19  ewt
+
+       Changed:
+               newt.c (1.13), "Exp", lines: +25 -6
+
+       supports negative rows/columns for background text
+       
+1996-08-21 15:18  ewt
+
+       Changed:
+               test.c (1.12), "Exp", lines: +1 -1
+
+       [no log message]
+       
+1996-08-12 20:08  ewt
+
+       Changed:
+               Makefile (1.13), "Exp", lines: +1 -1
+
+       changed to version 0.4
+       
+1996-08-12 20:05  ewt
+
+       Changed:
+               newt_pr.h (1.10), "Exp", lines: +16 -0
+
+       added COLORSET macros which are the same as NEWT_COLORSET ones for
+       backwards compatibility
+       
+1996-08-12 20:05  ewt
+
+       Changed:
+               newt.h (1.16), "Exp", lines: +22 -15
+
+       1) added root text drawing
+       2) added help line stack
+       3) changed colorset define's to be NEWT_
+       
+1996-08-12 20:04  ewt
+
+       Changed:
+               newt.c (1.12), "Exp", lines: +84 -24
+
+       1) added root text drawing
+       2) added help line stack
+       2) changed colorset define's to be NEWT_
+       
+1996-08-12 20:04  ewt
+
+       Changed:
+               test.c (1.11), "Exp", lines: +4 -1
+
+       1) added root text
+       2) added help line
+       3) changed colorset define
+       
+1996-08-07 20:16  ewt
+
+       Changed:
+               form.c (1.16), "Exp", lines: +4 -0
+               newt.h (1.15), "Exp", lines: +1 -0
+
+       added newtFormSetWidth()
+       
+1996-08-07 19:52  ewt
+
+       Changed:
+               form.c (1.15), "Exp", lines: +8 -1
+
+       added newtFormSetBackground()
+       
+1996-08-07 19:51  ewt
+
+       Changed:
+               newt_pr.h (1.9), "Exp", lines: +0 -16
+
+       moved COLORSET_* defines to newt.h from newt_pr.h
+       
+1996-08-07 19:51  ewt
+
+       Changed:
+               newt.h (1.14), "Exp", lines: +17 -0
+
+       moved COLORSET_* defines to newt.h from newt_pr.h
+       added newtFormSetBackground()
+       
+1996-08-07 19:51  ewt
+
+       Changed:
+               test.c (1.10), "Exp", lines: +6 -3
+
+       [no log message]
+       
+1996-08-07 18:54  ewt
+
+       Changed:
+               newt.c (1.11), "Exp", lines: +1 -1
+
+       changed colors to get rid of blinking
+       
+1996-08-07 18:48  ewt
+
+       Changed:
+               newt.c (1.10), "Exp", lines: +15 -0
+
+       added maps for Linux F1-F5
+       added logic for getting proper window size
+       
+1996-08-06 20:25  ewt
+
+       Changed:
+               newt.h (1.13), "Exp", lines: +23 -2
+
+       added newtFormRun(), function keys, component callbacks
+       
+1996-08-06 20:24  ewt
+
+       Changed:
+               newt_pr.h (1.8), "Exp", lines: +3 -0
+               newt.c (1.9), "Exp", lines: +10 -4
+
+       added component callbacks
+       
+1996-08-06 20:24  ewt
+
+       Changed:
+               label.c (1.2), "Exp", lines: +20 -0
+
+       added newtLabelSetText()
+       
+1996-08-06 20:24  ewt
+
+       Changed:
+               entry.c (1.8), "Exp", lines: +2 -11
+
+       removed newtEntryAddCallback(), changed callback logic to use component
+       callbacks
+       
+1996-08-06 20:23  ewt
+
+       Changed:
+               form.c (1.14), "Exp", lines: +62 -12
+
+       added newtComponentAddCallback(), newtFormRun()
+       
+1996-08-06 20:23  ewt
+
+       Changed:
+               checkbox.c (1.8), "Exp", lines: +5 -0
+
+       added support for callback
+       
+1996-08-06 20:23  ewt
+
+       Changed:
+               Makefile (1.12), "Exp", lines: +4 -3
+
+       changed VERSION to 0.3, fixed soname stuff
+       
+1996-08-02 18:47  ewt
+
+       Changed:
+               form.c (1.13), "Exp", lines: +17 -7
+
+       added support for F12 exiting
+       
+1996-08-02 18:45  ewt
+
+       Changed:
+               listbox.c (1.5), "Exp", lines: +1 -1
+
+       mods to use new newtForm() call
+       
+1996-08-02 18:44  ewt
+
+       Changed:
+               newt.c (1.8), "Exp", lines: +9 -0
+
+       1) added NEWT_KEY_F1, NEWT_KEY_F12
+       2) doesn't coredump when escape sequences come in quickly
+       
+1996-08-02 18:44  ewt
+
+       Changed:
+               newt.h (1.12), "Exp", lines: +6 -1
+
+       added NEWT_FORM_NOF12, NEWT_KEY_F1, NEWT_KEY_F12, new newtForm() prototype
+       
+1996-08-02 18:44  ewt
+
+       Changed:
+               test.c (1.9), "Exp", lines: +2 -2
+
+       changed for new newtForm() call
+       
+1996-08-02 18:44  ewt
+
+       Changed:
+               checkbox.c (1.7), "Exp", lines: +1 -1
+
+       return doesn't toggle button state
+       
+1996-08-02 18:43  ewt
+
+       Changed:
+               button.c (1.3), "Exp", lines: +1 -0
+               textbox.c (1.2), "Exp", lines: +1 -0
+
+       added include of string.h
+       
+1996-07-31 16:53  ewt
+
+       Changed:
+               Makefile (1.11), "Exp", lines: +3 -2
+
+       1) added shared libs and objects to clean rule
+       2) changed version to 0.2
+       
+1996-07-31 16:49  ewt
+
+       Changed:
+               entry.c (1.7), "Exp", lines: +11 -3
+
+       1) when you enter a hidden field, don't put the cursor at the end
+       2) clear the text buffer in newtEntrySetText()
+       
+1996-07-23 03:59  ewt
+
+       Added:
+               COPYING (1.1)
+
+       Initial revision
+       
+1996-07-23 03:53  ewt
+
+       Changed:
+               newt.c (1.7), "Exp", lines: +12 -9
+
+       1) took color changes from Kit
+       2) added NEWT_KEY_PGDN, NEWT_KEY_PGUP
+       
+1996-07-23 03:53  ewt
+
+       Changed:
+               newt.h (1.11), "Exp", lines: +2 -0
+
+       added NEWT_KEY_PGUP, NEWT_KEY_PGDN
+       
+1996-07-23 03:52  ewt
+
+       Changed:
+               form.c (1.12), "Exp", lines: +40 -15
+
+       1) fixed newtFormSetCurrent() to set things at the end of the form
+          properly
+       2) added support for pgup and pgdn in forms
+       
+1996-07-13 20:09  ewt
+
+       Changed:
+               form.c (1.11), "Exp", lines: +10 -0
+               newt_pr.h (1.7), "Exp", lines: +2 -1
+
+       added ER_NEXTCOMP
+       
+1996-07-13 20:09  ewt
+
+       Changed:
+               entry.c (1.6), "Exp", lines: +2 -0
+
+       made <Enter> go to the next component
+       
+1996-06-20 02:49  ewt
+
+       Changed:
+               form.c (1.10), "Exp", lines: +19 -0
+               listbox.c (1.4), "Exp", lines: +6 -0
+               newt.h (1.10), "Exp", lines: +2 -0
+
+       added newtFormSetCurrent(), newtListboxSetCurrent()
+       
+1996-06-20 01:03  ewt
+
+       Changed:
+               Makefile (1.10), "Exp", lines: +1 -1
+
+       [no log message]
+       
+1996-06-20 01:02  ewt
+
+       Changed:
+               Makefile (1.9), "Exp", lines: +1 -1
+
+       fixed archive rule to not included shared directory
+       
+1996-06-20 00:57  ewt
+
+       Changed:
+               Makefile (1.8), "Exp", lines: +1 -1
+
+       fixed shlib link rule
+       
+1996-06-20 00:56  ewt
+
+       Changed:
+               Makefile (1.7), "Exp", lines: +28 -1
+
+       added rules for building shared libs
+       
+1996-06-20 00:45  ewt
+
+       Changed:
+               form.c (1.9), "Exp", lines: +4 -5
+               newt.h (1.9), "Exp", lines: +1 -0
+
+       made newtDrawFrom externally visible
+       
+1996-06-17 15:16  ewt
+
+       Changed:
+               entry.c (1.5), "Exp", lines: +7 -0
+
+       added NEWT_ENTRY_RETURNEXIT
+       
+1996-06-17 15:16  ewt
+
+       Changed:
+               form.c (1.8), "Exp", lines: +12 -4
+
+       added newtFormGetCurrent()
+       
+1996-06-17 15:15  ewt
+
+       Changed:
+               newt.h (1.8), "Exp", lines: +10 -2
+
+       1) added NEWT_ENTRY_RETURNEXIT, NEWT_LISTBOX_RETURNEXIT
+       2) Added listbox data
+       
+1996-06-17 15:15  ewt
+
+       Changed:
+               listbox.c (1.3), "Exp", lines: +39 -5
+
+       Keeps data with listbox items, allows changing of text in listbox item
+       Supports <Return> accelerator
+       
+1996-06-17 15:14  ewt
+
+       Changed:
+               checkbox.c (1.6), "Exp", lines: +19 -1
+
+       Keeps data with listbox items, allows changing of text in listbox item
+       
+1996-06-17 15:14  ewt
+
+       Changed:
+               test.c (1.8), "Exp", lines: +10 -10
+
+       fixed for new newtListboxAddEntry() call
+       
+1996-06-13 21:15  ewt
+
+       Changed:
+               checkbox.c (1.5), "Exp", lines: +14 -0
+
+       added newtRadioGetCurrent()
+       
+1996-06-13 21:15  ewt
+
+       Changed:
+               entry.c (1.4), "Exp", lines: +31 -0
+
+       added newtEntrySet(), newtEntryAddCallback()
+       
+1996-06-13 21:15  ewt
+
+       Changed:
+               newt.h (1.7), "Exp", lines: +8 -3
+
+       added newtEntrySet(), newtEntryAddCallback(), newtRadioGetCurrent()
+       
+1996-05-03 20:34  ewt
+
+       Changed:
+               form.c (1.7), "Exp", lines: +2 -0
+
+       clears form space before drawing it
+       
+1996-05-03 20:34  ewt
+
+       Changed:
+               test.c (1.7), "Exp", lines: +9 -9
+
+       [no log message]
+       
+1996-04-30 18:43  ewt
+
+       Changed:
+               scrollbar.c (1.3), "Exp", lines: +1 -1
+
+       don't let sets with a total of 0 break things
+       
+1996-04-17 00:42  ewt
+
+       Added:
+               textbox.c (1.1)
+
+       Initial revision
+       
+1996-04-17 00:41  ewt
+
+       Changed:
+               Makefile (1.6), "Exp", lines: +2 -2
+
+       removed libefence, added textbox.o
+       
+1996-04-17 00:39  ewt
+
+       Changed:
+               newt_pr.h (1.6), "Exp", lines: +2 -0
+
+       added textbox colors
+       
+1996-04-17 00:38  ewt
+
+       Changed:
+               newt.c (1.6), "Exp", lines: +5 -0
+               newt.h (1.6), "Exp", lines: +8 -0
+
+       added textbox widget
+       
+1996-04-17 00:38  ewt
+
+       Changed:
+               test.c (1.6), "Exp", lines: +5 -2
+
+       added test textbox
+       
+1996-04-16 22:30  ewt
+
+       Changed:
+               scrollbar.c (1.2), "Exp", lines: +5 -4
+
+       changed scrollbar to look mediocre on both xterm and console, rather
+       then bad on the xterm but good on the console
+       
+1996-04-16 22:15  ewt
+
+       Changed:
+               form.c (1.6), "Exp", lines: +71 -47
+
+       added EARLY, NORMAL, LATE event mechanism
+       removed PREVCOMP and NEXTCOMP hack
+       
+1996-04-16 22:14  ewt
+
+       Changed:
+               newt_pr.h (1.5), "Exp", lines: +6 -2
+
+       got rid of PREVCOMP and NEXTCOMP result types, added EARLY, NORMAL, LATE
+       event distinctions
+       
+1996-04-16 22:14  ewt
+
+       Changed:
+               checkbox.c (1.4), "Exp", lines: +35 -32
+               entry.c (1.3), "Exp", lines: +22 -18
+               button.c (1.2), "Exp", lines: +27 -24
+
+       ignores all EARLY and LATE events
+       
+1996-03-31 02:47  ewt
+
+       Changed:
+               Makefile (1.5), "Exp", lines: +44 -6
+
+       added version number, libnewt.a generation, archive and install rules
+       
+1996-03-31 02:47  ewt
+
+       Changed:
+               newt.c (1.5), "Exp", lines: +11 -2
+
+       added version number, copyright message
+       
+1996-03-31 02:17  ewt
+
+       Changed:
+               newt.h (1.5), "Exp", lines: +4 -1
+
+       added newtVerticalScrollbar(), newtScrollbarSet(), and changed form
+       creation call to let it have a vertical scrollbar
+       
+1996-03-31 02:16  ewt
+
+       Changed:
+               test.c (1.5), "Exp", lines: +13 -7
+
+       fixed form creation to support syntax change for vertical scrollbars
+       
+1996-03-31 02:15  ewt
+
+       Changed:
+               listbox.c (1.2), "Exp", lines: +16 -6
+
+       added vertical scrollbar
+       
+1996-03-31 02:15  ewt
+
+       Added:
+               scrollbar.c (1.1)
+
+       Initial revision
+       
+1996-03-31 02:15  ewt
+
+       Changed:
+               form.c (1.5), "Exp", lines: +34 -10
+
+       added support for vertical scrollbars
+       
+1996-03-31 02:14  ewt
+
+       Changed:
+               Makefile (1.4), "Exp", lines: +2 -1
+
+       added scrollbar.o
+       
+1996-03-31 00:51  ewt
+
+       Added:
+               listbox.c (1.1)
+
+       Initial revision
+       
+1996-03-31 00:40  ewt
+
+       Changed:
+               newt.c (1.4), "Exp", lines: +1 -1
+
+       increased timeout for reading extended keystrokes to make it work
+       better over slow links
+       
+1996-03-27 17:58  ewt
+
+       Changed:
+               newt_pr.h (1.4), "Exp", lines: +2 -0
+
+       added COLORSET_LISTBOX COLORSET_ACTLISTBOX
+       
+1996-03-27 17:50  ewt
+
+       Changed:
+               form.c (1.4), "Exp", lines: +25 -16
+
+       added component wrapping
+       you can't set a forms width, just its height
+       added support for an untab key
+       
+1996-03-27 17:47  ewt
+
+       Changed:
+               newt.c (1.3), "Exp", lines: +7 -0
+
+       added COLORSET_LISTBOX colors
+       
+1996-03-27 17:46  ewt
+
+       Changed:
+               newt.h (1.4), "Exp", lines: +11 -2
+
+       added listbox chenges
+       
+1996-03-27 17:46  ewt
+
+       Changed:
+               checkbox.c (1.3), "Exp", lines: +74 -28
+
+       Added listitem type for listboxes
+       
+1996-03-27 17:46  ewt
+
+       Changed:
+               test.c (1.4), "Exp", lines: +12 -3
+
+       added listbox test
+       
+1996-03-27 17:46  ewt
+
+       Changed:
+               Makefile (1.3), "Exp", lines: +1 -1
+
+       added listbox.o
+       
+1996-03-26 04:15  ewt
+
+       Added:
+               label.c (1.1)
+
+       Initial revision
+       
+1996-03-26 04:14  ewt
+
+       Changed:
+               form.c (1.3), "Exp", lines: +112 -35
+
+       added vertical scrolling ability when all components are of height
+       one (though more general vertical scrolling should be trivial to
+       implement)
+       
+1996-03-26 04:13  ewt
+
+       Changed:
+               newt.h (1.3), "Exp", lines: +3 -0
+
+       added label colors, newtFormSetSize(), and newtLabel()
+       
+1996-03-26 04:13  ewt
+
+       Changed:
+               test.c (1.3), "Exp", lines: +19 -9
+
+       [no log message]
+       
+1996-03-26 04:13  ewt
+
+       Changed:
+               newt_pr.h (1.3), "Exp", lines: +4 -0
+               newt.c (1.2), "Exp", lines: +10 -0
+
+       added COLORSET_LABEL, newtDefaultEventHandler()
+       
+1996-03-26 04:13  ewt
+
+       Changed:
+               checkbox.c (1.2), "Exp", lines: +2 -0
+               entry.c (1.2), "Exp", lines: +2 -0
+
+       doesn't draw itself it top == -1
+       
+1996-03-26 04:12  ewt
+
+       Changed:
+               Makefile (1.2), "Exp", lines: +1 -1
+
+       added label.c
+       
+1996-03-25 02:59  ewt
+
+       Changed:
+               newt_pr.h (1.2), "Exp", lines: +2 -1
+
+       added ER_NEXTCOMP, ER_PREVCOMP
+       
+1996-03-25 02:59  ewt
+
+       Changed:
+               form.c (1.2), "Exp", lines: +156 -75
+               newt.h (1.2), "Exp", lines: +8 -9
+               test.c (1.2), "Exp", lines: +8 -5
+
+       changed form to be a full fledged component
+       
+1996-03-25 01:59  ewt
+
+       Added:
+               Makefile (1.1)
+               button.c (1.1)
+               checkbox.c (1.1)
+               entry.c (1.1)
+               form.c (1.1)
+               newt.c (1.1)
+               newt.h (1.1)
+               newt_pr.h (1.1)
+               showchars.c (1.1)
+               showkey.c (1.1)
+               test.c (1.1)
+
+       Initial revision
+       
diff --git a/Doxyfile b/Doxyfile
new file mode 100644 (file)
index 0000000..d1c8b5d
--- /dev/null
+++ b/Doxyfile
@@ -0,0 +1,1161 @@
+# Doxyfile 1.3.9.1
+
+# This file describes the settings to be used by the documentation system
+# doxygen (www.doxygen.org) for a project
+#
+# All text after a hash (#) is considered a comment and will be ignored
+# The format is:
+#       TAG = value [value, ...]
+# For lists items can also be appended using:
+#       TAG += value [value, ...]
+# Values that contain spaces should be placed between quotes (" ")
+
+#---------------------------------------------------------------------------
+# Project related configuration options
+#---------------------------------------------------------------------------
+
+# The PROJECT_NAME tag is a single word (or a sequence of words surrounded 
+# by quotes) that should identify the project.
+
+PROJECT_NAME           = newt
+
+# The PROJECT_NUMBER tag can be used to enter a project or revision number. 
+# This could be handy for archiving the generated documentation or 
+# if some version control system is used.
+
+PROJECT_NUMBER         = 0.52
+
+# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
+# base path where the generated documentation will be put. 
+# If a relative path is entered, it will be relative to the location 
+# where doxygen was started. If left blank the current directory will be used.
+
+OUTPUT_DIRECTORY       = apidox/
+
+# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 
+# 4096 sub-directories (in 2 levels) under the output directory of each output 
+# format and will distribute the generated files over these directories. 
+# Enabling this option can be useful when feeding doxygen a huge amount of source 
+# files, where putting all generated files in the same directory would otherwise 
+# cause performance problems for the file system.
+
+CREATE_SUBDIRS         = NO
+
+# The OUTPUT_LANGUAGE tag is used to specify the language in which all 
+# documentation generated by doxygen is written. Doxygen will use this 
+# information to generate all constant output in the proper language. 
+# The default language is English, other supported languages are: 
+# Brazilian, Catalan, Chinese, Chinese-Traditional, Croatian, Czech, Danish, 
+# Dutch, Finnish, French, German, Greek, Hungarian, Italian, Japanese, 
+# Japanese-en (Japanese with English messages), Korean, Korean-en, Norwegian, 
+# Polish, Portuguese, Romanian, Russian, Serbian, Slovak, Slovene, Spanish, 
+# Swedish, and Ukrainian.
+
+OUTPUT_LANGUAGE        = English
+
+# This tag can be used to specify the encoding used in the generated output. 
+# The encoding is not always determined by the language that is chosen, 
+# but also whether or not the output is meant for Windows or non-Windows users. 
+# In case there is a difference, setting the USE_WINDOWS_ENCODING tag to YES 
+# forces the Windows encoding (this is the default for the Windows binary), 
+# whereas setting the tag to NO uses a Unix-style encoding (the default for 
+# all platforms other than Windows).
+
+USE_WINDOWS_ENCODING   = NO
+
+# If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will 
+# include brief member descriptions after the members that are listed in 
+# the file and class documentation (similar to JavaDoc). 
+# Set to NO to disable this.
+
+BRIEF_MEMBER_DESC      = YES
+
+# If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend 
+# the brief description of a member or function before the detailed description. 
+# Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the 
+# brief descriptions will be completely suppressed.
+
+REPEAT_BRIEF           = YES
+
+# This tag implements a quasi-intelligent brief description abbreviator 
+# that is used to form the text in various listings. Each string 
+# in this list, if found as the leading text of the brief description, will be 
+# stripped from the text and the result after processing the whole list, is used 
+# as the annotated text. Otherwise, the brief description is used as-is. If left 
+# blank, the following values are used ("$name" is automatically replaced with the 
+# name of the entity): "The $name class" "The $name widget" "The $name file" 
+# "is" "provides" "specifies" "contains" "represents" "a" "an" "the"
+
+ABBREVIATE_BRIEF       = 
+
+# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 
+# Doxygen will generate a detailed section even if there is only a brief 
+# description.
+
+ALWAYS_DETAILED_SEC    = NO
+
+# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all inherited 
+# members of a class in the documentation of that class as if those members were 
+# ordinary class members. Constructors, destructors and assignment operators of 
+# the base classes will not be shown.
+
+INLINE_INHERITED_MEMB  = NO
+
+# If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full 
+# path before files name in the file list and in the header files. If set 
+# to NO the shortest path that makes the file name unique will be used.
+
+FULL_PATH_NAMES        = YES
+
+# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag 
+# can be used to strip a user-defined part of the path. Stripping is 
+# only done if one of the specified strings matches the left-hand part of 
+# the path. The tag can be used to show relative paths in the file list. 
+# If left blank the directory from which doxygen is run is used as the 
+# path to strip.
+
+STRIP_FROM_PATH        = 
+
+# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of 
+# the path mentioned in the documentation of a class, which tells 
+# the reader which header file to include in order to use a class. 
+# If left blank only the name of the header file containing the class 
+# definition is used. Otherwise one should specify the include paths that 
+# are normally passed to the compiler using the -I flag.
+
+STRIP_FROM_INC_PATH    = 
+
+# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter 
+# (but less readable) file names. This can be useful is your file systems 
+# doesn't support long names like on DOS, Mac, or CD-ROM.
+
+SHORT_NAMES            = NO
+
+# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen 
+# will interpret the first line (until the first dot) of a JavaDoc-style 
+# comment as the brief description. If set to NO, the JavaDoc 
+# comments will behave just like the Qt-style comments (thus requiring an 
+# explicit @brief command for a brief description.
+
+JAVADOC_AUTOBRIEF      = NO
+
+# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen 
+# treat a multi-line C++ special comment block (i.e. a block of //! or /// 
+# comments) as a brief description. This used to be the default behaviour. 
+# The new default is to treat a multi-line C++ comment block as a detailed 
+# description. Set this tag to YES if you prefer the old behaviour instead.
+
+MULTILINE_CPP_IS_BRIEF = NO
+
+# If the DETAILS_AT_TOP tag is set to YES then Doxygen 
+# will output the detailed description near the top, like JavaDoc.
+# If set to NO, the detailed description appears after the member 
+# documentation.
+
+DETAILS_AT_TOP         = NO
+
+# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented 
+# member inherits the documentation from any documented member that it 
+# re-implements.
+
+INHERIT_DOCS           = YES
+
+# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC 
+# tag is set to YES, then doxygen will reuse the documentation of the first 
+# member in the group (if any) for the other members of the group. By default 
+# all members of a group must be documented explicitly.
+
+DISTRIBUTE_GROUP_DOC   = NO
+
+# The TAB_SIZE tag can be used to set the number of spaces in a tab. 
+# Doxygen uses this value to replace tabs by spaces in code fragments.
+
+TAB_SIZE               = 8
+
+# This tag can be used to specify a number of aliases that acts 
+# as commands in the documentation. An alias has the form "name=value". 
+# For example adding "sideeffect=\par Side Effects:\n" will allow you to 
+# put the command \sideeffect (or @sideeffect) in the documentation, which 
+# will result in a user-defined paragraph with heading "Side Effects:". 
+# You can put \n's in the value part of an alias to insert newlines.
+
+ALIASES                = 
+
+# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources 
+# only. Doxygen will then generate output that is more tailored for C. 
+# For instance, some of the names that are used will be different. The list 
+# of all members will be omitted, etc.
+
+OPTIMIZE_OUTPUT_FOR_C  = YES
+
+# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java sources 
+# only. Doxygen will then generate output that is more tailored for Java. 
+# For instance, namespaces will be presented as packages, qualified scopes 
+# will look different, etc.
+
+OPTIMIZE_OUTPUT_JAVA   = NO
+
+# Set the SUBGROUPING tag to YES (the default) to allow class member groups of 
+# the same type (for instance a group of public functions) to be put as a 
+# subgroup of that type (e.g. under the Public Functions section). Set it to 
+# NO to prevent subgrouping. Alternatively, this can be done per class using 
+# the \nosubgrouping command.
+
+SUBGROUPING            = YES
+
+#---------------------------------------------------------------------------
+# Build related configuration options
+#---------------------------------------------------------------------------
+
+# If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in 
+# documentation are documented, even if no documentation was available. 
+# Private class members and static file members will be hidden unless 
+# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
+
+EXTRACT_ALL            = YES
+
+# If the EXTRACT_PRIVATE tag is set to YES all private members of a class 
+# will be included in the documentation.
+
+EXTRACT_PRIVATE        = NO
+
+# If the EXTRACT_STATIC tag is set to YES all static members of a file 
+# will be included in the documentation.
+
+EXTRACT_STATIC         = NO
+
+# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) 
+# defined locally in source files will be included in the documentation. 
+# If set to NO only classes defined in header files are included.
+
+EXTRACT_LOCAL_CLASSES  = YES
+
+# This flag is only useful for Objective-C code. When set to YES local 
+# methods, which are defined in the implementation section but not in 
+# the interface are included in the documentation. 
+# If set to NO (the default) only methods in the interface are included.
+
+EXTRACT_LOCAL_METHODS  = NO
+
+# If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all 
+# undocumented members of documented classes, files or namespaces. 
+# If set to NO (the default) these members will be included in the 
+# various overviews, but no documentation section is generated. 
+# This option has no effect if EXTRACT_ALL is enabled.
+
+HIDE_UNDOC_MEMBERS     = NO
+
+# If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all 
+# undocumented classes that are normally visible in the class hierarchy. 
+# If set to NO (the default) these classes will be included in the various 
+# overviews. This option has no effect if EXTRACT_ALL is enabled.
+
+HIDE_UNDOC_CLASSES     = NO
+
+# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all 
+# friend (class|struct|union) declarations. 
+# If set to NO (the default) these declarations will be included in the 
+# documentation.
+
+HIDE_FRIEND_COMPOUNDS  = NO
+
+# If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any 
+# documentation blocks found inside the body of a function. 
+# If set to NO (the default) these blocks will be appended to the 
+# function's detailed documentation block.
+
+HIDE_IN_BODY_DOCS      = NO
+
+# The INTERNAL_DOCS tag determines if documentation 
+# that is typed after a \internal command is included. If the tag is set 
+# to NO (the default) then the documentation will be excluded. 
+# Set it to YES to include the internal documentation.
+
+INTERNAL_DOCS          = NO
+
+# If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate 
+# file names in lower-case letters. If set to YES upper-case letters are also 
+# allowed. This is useful if you have classes or files whose names only differ 
+# in case and if your file system supports case sensitive file names. Windows 
+# and Mac users are advised to set this option to NO.
+
+CASE_SENSE_NAMES       = YES
+
+# If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen 
+# will show members with their full class and namespace scopes in the 
+# documentation. If set to YES the scope will be hidden.
+
+HIDE_SCOPE_NAMES       = NO
+
+# If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen 
+# will put a list of the files that are included by a file in the documentation 
+# of that file.
+
+SHOW_INCLUDE_FILES     = YES
+
+# If the INLINE_INFO tag is set to YES (the default) then a tag [inline] 
+# is inserted in the documentation for inline members.
+
+INLINE_INFO            = YES
+
+# If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen 
+# will sort the (detailed) documentation of file and class members 
+# alphabetically by member name. If set to NO the members will appear in 
+# declaration order.
+
+SORT_MEMBER_DOCS       = YES
+
+# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the 
+# brief documentation of file, namespace and class members alphabetically 
+# by member name. If set to NO (the default) the members will appear in 
+# declaration order.
+
+SORT_BRIEF_DOCS        = NO
+
+# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be 
+# sorted by fully-qualified names, including namespaces. If set to 
+# NO (the default), the class list will be sorted only by class name, 
+# not including the namespace part. 
+# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
+# Note: This option applies only to the class list, not to the 
+# alphabetical list.
+
+SORT_BY_SCOPE_NAME     = NO
+
+# The GENERATE_TODOLIST tag can be used to enable (YES) or 
+# disable (NO) the todo list. This list is created by putting \todo 
+# commands in the documentation.
+
+GENERATE_TODOLIST      = YES
+
+# The GENERATE_TESTLIST tag can be used to enable (YES) or 
+# disable (NO) the test list. This list is created by putting \test 
+# commands in the documentation.
+
+GENERATE_TESTLIST      = YES
+
+# The GENERATE_BUGLIST tag can be used to enable (YES) or 
+# disable (NO) the bug list. This list is created by putting \bug 
+# commands in the documentation.
+
+GENERATE_BUGLIST       = YES
+
+# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or 
+# disable (NO) the deprecated list. This list is created by putting 
+# \deprecated commands in the documentation.
+
+GENERATE_DEPRECATEDLIST= YES
+
+# The ENABLED_SECTIONS tag can be used to enable conditional 
+# documentation sections, marked by \if sectionname ... \endif.
+
+ENABLED_SECTIONS       = 
+
+# The MAX_INITIALIZER_LINES tag determines the maximum number of lines 
+# the initial value of a variable or define consists of for it to appear in 
+# the documentation. If the initializer consists of more lines than specified 
+# here it will be hidden. Use a value of 0 to hide initializers completely. 
+# The appearance of the initializer of individual variables and defines in the 
+# documentation can be controlled using \showinitializer or \hideinitializer 
+# command in the documentation regardless of this setting.
+
+MAX_INITIALIZER_LINES  = 30
+
+# Set the SHOW_USED_FILES tag to NO to disable the list of files generated 
+# at the bottom of the documentation of classes and structs. If set to YES the 
+# list will mention the files that were used to generate the documentation.
+
+SHOW_USED_FILES        = YES
+
+# If the sources in your project are distributed over multiple directories 
+# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy 
+# in the documentation.
+
+SHOW_DIRECTORIES       = YES
+
+#---------------------------------------------------------------------------
+# configuration options related to warning and progress messages
+#---------------------------------------------------------------------------
+
+# The QUIET tag can be used to turn on/off the messages that are generated 
+# by doxygen. Possible values are YES and NO. If left blank NO is used.
+
+QUIET                  = NO
+
+# The WARNINGS tag can be used to turn on/off the warning messages that are 
+# generated by doxygen. Possible values are YES and NO. If left blank 
+# NO is used.
+
+WARNINGS               = YES
+
+# If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings 
+# for undocumented members. If EXTRACT_ALL is set to YES then this flag will 
+# automatically be disabled.
+
+WARN_IF_UNDOCUMENTED   = YES
+
+# If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for 
+# potential errors in the documentation, such as not documenting some 
+# parameters in a documented function, or documenting parameters that 
+# don't exist or using markup commands wrongly.
+
+WARN_IF_DOC_ERROR      = YES
+
+# The WARN_FORMAT tag determines the format of the warning messages that 
+# doxygen can produce. The string should contain the $file, $line, and $text 
+# tags, which will be replaced by the file and line number from which the 
+# warning originated and the warning text.
+
+WARN_FORMAT            = "$file:$line: $text"
+
+# The WARN_LOGFILE tag can be used to specify a file to which warning 
+# and error messages should be written. If left blank the output is written 
+# to stderr.
+
+WARN_LOGFILE           = 
+
+#---------------------------------------------------------------------------
+# configuration options related to the input files
+#---------------------------------------------------------------------------
+
+# The INPUT tag can be used to specify the files and/or directories that contain 
+# documented source files. You may enter file names like "myfile.cpp" or 
+# directories like "/usr/src/myproject". Separate the files or directories 
+# with spaces.
+
+INPUT                  = 
+
+# If the value of the INPUT tag contains directories, you can use the 
+# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
+# and *.h) to filter out the source-files in the directories. If left 
+# blank the following patterns are tested: 
+# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp 
+# *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm
+
+FILE_PATTERNS          = 
+
+# The RECURSIVE tag can be used to turn specify whether or not subdirectories 
+# should be searched for input files as well. Possible values are YES and NO. 
+# If left blank NO is used.
+
+RECURSIVE              = NO
+
+# The EXCLUDE tag can be used to specify files and/or directories that should 
+# excluded from the INPUT source files. This way you can easily exclude a 
+# subdirectory from a directory tree whose root is specified with the INPUT tag.
+
+EXCLUDE                = 
+
+# The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories 
+# that are symbolic links (a Unix filesystem feature) are excluded from the input.
+
+EXCLUDE_SYMLINKS       = NO
+
+# If the value of the INPUT tag contains directories, you can use the 
+# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude 
+# certain files from those directories.
+
+EXCLUDE_PATTERNS       = 
+
+# The EXAMPLE_PATH tag can be used to specify one or more files or 
+# directories that contain example code fragments that are included (see 
+# the \include command).
+
+EXAMPLE_PATH           = 
+
+# If the value of the EXAMPLE_PATH tag contains directories, you can use the 
+# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
+# and *.h) to filter out the source-files in the directories. If left 
+# blank all files are included.
+
+EXAMPLE_PATTERNS       = 
+
+# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be 
+# searched for input files to be used with the \include or \dontinclude 
+# commands irrespective of the value of the RECURSIVE tag. 
+# Possible values are YES and NO. If left blank NO is used.
+
+EXAMPLE_RECURSIVE      = NO
+
+# The IMAGE_PATH tag can be used to specify one or more files or 
+# directories that contain image that are included in the documentation (see 
+# the \image command).
+
+IMAGE_PATH             = 
+
+# The INPUT_FILTER tag can be used to specify a program that doxygen should 
+# invoke to filter for each input file. Doxygen will invoke the filter program 
+# by executing (via popen()) the command <filter> <input-file>, where <filter> 
+# is the value of the INPUT_FILTER tag, and <input-file> is the name of an 
+# input file. Doxygen will then use the output that the filter program writes 
+# to standard output.  If FILTER_PATTERNS is specified, this tag will be 
+# ignored.
+
+INPUT_FILTER           = 
+
+# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern 
+# basis.  Doxygen will compare the file name with each pattern and apply the 
+# filter if there is a match.  The filters are a list of the form: 
+# pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further 
+# info on how filters are used. If FILTER_PATTERNS is empty, INPUT_FILTER 
+# is applied to all files.
+
+FILTER_PATTERNS        = 
+
+# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using 
+# INPUT_FILTER) will be used to filter the input files when producing source 
+# files to browse (i.e. when SOURCE_BROWSER is set to YES).
+
+FILTER_SOURCE_FILES    = NO
+
+#---------------------------------------------------------------------------
+# configuration options related to source browsing
+#---------------------------------------------------------------------------
+
+# If the SOURCE_BROWSER tag is set to YES then a list of source files will 
+# be generated. Documented entities will be cross-referenced with these sources. 
+# Note: To get rid of all source code in the generated output, make sure also 
+# VERBATIM_HEADERS is set to NO.
+
+SOURCE_BROWSER         = NO
+
+# Setting the INLINE_SOURCES tag to YES will include the body 
+# of functions and classes directly in the documentation.
+
+INLINE_SOURCES         = NO
+
+# Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct 
+# doxygen to hide any special comment blocks from generated source code 
+# fragments. Normal C and C++ comments will always remain visible.
+
+STRIP_CODE_COMMENTS    = YES
+
+# If the REFERENCED_BY_RELATION tag is set to YES (the default) 
+# then for each documented function all documented 
+# functions referencing it will be listed.
+
+REFERENCED_BY_RELATION = YES
+
+# If the REFERENCES_RELATION tag is set to YES (the default) 
+# then for each documented function all documented entities 
+# called/used by that function will be listed.
+
+REFERENCES_RELATION    = YES
+
+# If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen 
+# will generate a verbatim copy of the header file for each class for 
+# which an include is specified. Set to NO to disable this.
+
+VERBATIM_HEADERS       = YES
+
+#---------------------------------------------------------------------------
+# configuration options related to the alphabetical class index
+#---------------------------------------------------------------------------
+
+# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index 
+# of all compounds will be generated. Enable this if the project 
+# contains a lot of classes, structs, unions or interfaces.
+
+ALPHABETICAL_INDEX     = NO
+
+# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then 
+# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns 
+# in which this list will be split (can be a number in the range [1..20])
+
+COLS_IN_ALPHA_INDEX    = 5
+
+# In case all classes in a project start with a common prefix, all 
+# classes will be put under the same header in the alphabetical index. 
+# The IGNORE_PREFIX tag can be used to specify one or more prefixes that 
+# should be ignored while generating the index headers.
+
+IGNORE_PREFIX          = 
+
+#---------------------------------------------------------------------------
+# configuration options related to the HTML output
+#---------------------------------------------------------------------------
+
+# If the GENERATE_HTML tag is set to YES (the default) Doxygen will 
+# generate HTML output.
+
+GENERATE_HTML          = YES
+
+# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. 
+# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
+# put in front of it. If left blank `html' will be used as the default path.
+
+HTML_OUTPUT            = html
+
+# The HTML_FILE_EXTENSION tag can be used to specify the file extension for 
+# each generated HTML page (for example: .htm,.php,.asp). If it is left blank 
+# doxygen will generate files with .html extension.
+
+HTML_FILE_EXTENSION    = .html
+
+# The HTML_HEADER tag can be used to specify a personal HTML header for 
+# each generated HTML page. If it is left blank doxygen will generate a 
+# standard header.
+
+HTML_HEADER            = 
+
+# The HTML_FOOTER tag can be used to specify a personal HTML footer for 
+# each generated HTML page. If it is left blank doxygen will generate a 
+# standard footer.
+
+HTML_FOOTER            = 
+
+# The HTML_STYLESHEET tag can be used to specify a user-defined cascading 
+# style sheet that is used by each HTML page. It can be used to 
+# fine-tune the look of the HTML output. If the tag is left blank doxygen 
+# will generate a default style sheet. Note that doxygen will try to copy 
+# the style sheet file to the HTML output directory, so don't put your own 
+# stylesheet in the HTML output directory as well, or it will be erased!
+
+HTML_STYLESHEET        = 
+
+# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, 
+# files or namespaces will be aligned in HTML using tables. If set to 
+# NO a bullet list will be used.
+
+HTML_ALIGN_MEMBERS     = YES
+
+# If the GENERATE_HTMLHELP tag is set to YES, additional index files 
+# will be generated that can be used as input for tools like the 
+# Microsoft HTML help workshop to generate a compressed HTML help file (.chm) 
+# of the generated HTML documentation.
+
+GENERATE_HTMLHELP      = NO
+
+# If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can 
+# be used to specify the file name of the resulting .chm file. You 
+# can add a path in front of the file if the result should not be 
+# written to the html output directory.
+
+CHM_FILE               = 
+
+# If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can 
+# be used to specify the location (absolute path including file name) of 
+# the HTML help compiler (hhc.exe). If non-empty doxygen will try to run 
+# the HTML help compiler on the generated index.hhp.
+
+HHC_LOCATION           = 
+
+# If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag 
+# controls if a separate .chi index file is generated (YES) or that 
+# it should be included in the master .chm file (NO).
+
+GENERATE_CHI           = NO
+
+# If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag 
+# controls whether a binary table of contents is generated (YES) or a 
+# normal table of contents (NO) in the .chm file.
+
+BINARY_TOC             = NO
+
+# The TOC_EXPAND flag can be set to YES to add extra items for group members 
+# to the contents of the HTML help documentation and to the tree view.
+
+TOC_EXPAND             = NO
+
+# The DISABLE_INDEX tag can be used to turn on/off the condensed index at 
+# top of each HTML page. The value NO (the default) enables the index and 
+# the value YES disables it.
+
+DISABLE_INDEX          = NO
+
+# This tag can be used to set the number of enum values (range [1..20]) 
+# that doxygen will group on one line in the generated HTML documentation.
+
+ENUM_VALUES_PER_LINE   = 4
+
+# If the GENERATE_TREEVIEW tag is set to YES, a side panel will be
+# generated containing a tree-like index structure (just like the one that 
+# is generated for HTML Help). For this to work a browser that supports 
+# JavaScript, DHTML, CSS and frames is required (for instance Mozilla 1.0+, 
+# Netscape 6.0+, Internet explorer 5.0+, or Konqueror). Windows users are 
+# probably better off using the HTML help feature.
+
+GENERATE_TREEVIEW      = NO
+
+# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be 
+# used to set the initial width (in pixels) of the frame in which the tree 
+# is shown.
+
+TREEVIEW_WIDTH         = 250
+
+#---------------------------------------------------------------------------
+# configuration options related to the LaTeX output
+#---------------------------------------------------------------------------
+
+# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will 
+# generate Latex output.
+
+GENERATE_LATEX         = YES
+
+# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. 
+# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
+# put in front of it. If left blank `latex' will be used as the default path.
+
+LATEX_OUTPUT           = latex
+
+# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be 
+# invoked. If left blank `latex' will be used as the default command name.
+
+LATEX_CMD_NAME         = latex
+
+# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to 
+# generate index for LaTeX. If left blank `makeindex' will be used as the 
+# default command name.
+
+MAKEINDEX_CMD_NAME     = makeindex
+
+# If the COMPACT_LATEX tag is set to YES Doxygen generates more compact 
+# LaTeX documents. This may be useful for small projects and may help to 
+# save some trees in general.
+
+COMPACT_LATEX          = NO
+
+# The PAPER_TYPE tag can be used to set the paper type that is used 
+# by the printer. Possible values are: a4, a4wide, letter, legal and 
+# executive. If left blank a4wide will be used.
+
+PAPER_TYPE             = a4wide
+
+# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX 
+# packages that should be included in the LaTeX output.
+
+EXTRA_PACKAGES         = 
+
+# The LATEX_HEADER tag can be used to specify a personal LaTeX header for 
+# the generated latex document. The header should contain everything until 
+# the first chapter. If it is left blank doxygen will generate a 
+# standard header. Notice: only use this tag if you know what you are doing!
+
+LATEX_HEADER           = 
+
+# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated 
+# is prepared for conversion to pdf (using ps2pdf). The pdf file will 
+# contain links (just like the HTML output) instead of page references 
+# This makes the output suitable for online browsing using a pdf viewer.
+
+PDF_HYPERLINKS         = NO
+
+# If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of 
+# plain latex in the generated Makefile. Set this option to YES to get a 
+# higher quality PDF documentation.
+
+USE_PDFLATEX           = NO
+
+# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode. 
+# command to the generated LaTeX files. This will instruct LaTeX to keep 
+# running if errors occur, instead of asking the user for help. 
+# This option is also used when generating formulas in HTML.
+
+LATEX_BATCHMODE        = NO
+
+# If LATEX_HIDE_INDICES is set to YES then doxygen will not 
+# include the index chapters (such as File Index, Compound Index, etc.) 
+# in the output.
+
+LATEX_HIDE_INDICES     = NO
+
+#---------------------------------------------------------------------------
+# configuration options related to the RTF output
+#---------------------------------------------------------------------------
+
+# If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output 
+# The RTF output is optimized for Word 97 and may not look very pretty with 
+# other RTF readers or editors.
+
+GENERATE_RTF           = NO
+
+# The RTF_OUTPUT tag is used to specify where the RTF docs will be put. 
+# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
+# put in front of it. If left blank `rtf' will be used as the default path.
+
+RTF_OUTPUT             = rtf
+
+# If the COMPACT_RTF tag is set to YES Doxygen generates more compact 
+# RTF documents. This may be useful for small projects and may help to 
+# save some trees in general.
+
+COMPACT_RTF            = NO
+
+# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated 
+# will contain hyperlink fields. The RTF file will 
+# contain links (just like the HTML output) instead of page references. 
+# This makes the output suitable for online browsing using WORD or other 
+# programs which support those fields. 
+# Note: wordpad (write) and others do not support links.
+
+RTF_HYPERLINKS         = NO
+
+# Load stylesheet definitions from file. Syntax is similar to doxygen's 
+# config file, i.e. a series of assignments. You only have to provide 
+# replacements, missing definitions are set to their default value.
+
+RTF_STYLESHEET_FILE    = 
+
+# Set optional variables used in the generation of an rtf document. 
+# Syntax is similar to doxygen's config file.
+
+RTF_EXTENSIONS_FILE    = 
+
+#---------------------------------------------------------------------------
+# configuration options related to the man page output
+#---------------------------------------------------------------------------
+
+# If the GENERATE_MAN tag is set to YES (the default) Doxygen will 
+# generate man pages
+
+GENERATE_MAN           = NO
+
+# The MAN_OUTPUT tag is used to specify where the man pages will be put. 
+# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
+# put in front of it. If left blank `man' will be used as the default path.
+
+MAN_OUTPUT             = man
+
+# The MAN_EXTENSION tag determines the extension that is added to 
+# the generated man pages (default is the subroutine's section .3)
+
+MAN_EXTENSION          = .3
+
+# If the MAN_LINKS tag is set to YES and Doxygen generates man output, 
+# then it will generate one additional man file for each entity 
+# documented in the real man page(s). These additional files 
+# only source the real man page, but without them the man command 
+# would be unable to find the correct page. The default is NO.
+
+MAN_LINKS              = NO
+
+#---------------------------------------------------------------------------
+# configuration options related to the XML output
+#---------------------------------------------------------------------------
+
+# If the GENERATE_XML tag is set to YES Doxygen will 
+# generate an XML file that captures the structure of 
+# the code including all documentation.
+
+GENERATE_XML           = NO
+
+# The XML_OUTPUT tag is used to specify where the XML pages will be put. 
+# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
+# put in front of it. If left blank `xml' will be used as the default path.
+
+XML_OUTPUT             = xml
+
+# The XML_SCHEMA tag can be used to specify an XML schema, 
+# which can be used by a validating XML parser to check the 
+# syntax of the XML files.
+
+XML_SCHEMA             = 
+
+# The XML_DTD tag can be used to specify an XML DTD, 
+# which can be used by a validating XML parser to check the 
+# syntax of the XML files.
+
+XML_DTD                = 
+
+# If the XML_PROGRAMLISTING tag is set to YES Doxygen will 
+# dump the program listings (including syntax highlighting 
+# and cross-referencing information) to the XML output. Note that 
+# enabling this will significantly increase the size of the XML output.
+
+XML_PROGRAMLISTING     = YES
+
+#---------------------------------------------------------------------------
+# configuration options for the AutoGen Definitions output
+#---------------------------------------------------------------------------
+
+# If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will 
+# generate an AutoGen Definitions (see autogen.sf.net) file 
+# that captures the structure of the code including all 
+# documentation. Note that this feature is still experimental 
+# and incomplete at the moment.
+
+GENERATE_AUTOGEN_DEF   = NO
+
+#---------------------------------------------------------------------------
+# configuration options related to the Perl module output
+#---------------------------------------------------------------------------
+
+# If the GENERATE_PERLMOD tag is set to YES Doxygen will 
+# generate a Perl module file that captures the structure of 
+# the code including all documentation. Note that this 
+# feature is still experimental and incomplete at the 
+# moment.
+
+GENERATE_PERLMOD       = NO
+
+# If the PERLMOD_LATEX tag is set to YES Doxygen will generate 
+# the necessary Makefile rules, Perl scripts and LaTeX code to be able 
+# to generate PDF and DVI output from the Perl module output.
+
+PERLMOD_LATEX          = NO
+
+# If the PERLMOD_PRETTY tag is set to YES the Perl module output will be 
+# nicely formatted so it can be parsed by a human reader.  This is useful 
+# if you want to understand what is going on.  On the other hand, if this 
+# tag is set to NO the size of the Perl module output will be much smaller 
+# and Perl will parse it just the same.
+
+PERLMOD_PRETTY         = YES
+
+# The names of the make variables in the generated doxyrules.make file 
+# are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. 
+# This is useful so different doxyrules.make files included by the same 
+# Makefile don't overwrite each other's variables.
+
+PERLMOD_MAKEVAR_PREFIX = 
+
+#---------------------------------------------------------------------------
+# Configuration options related to the preprocessor   
+#---------------------------------------------------------------------------
+
+# If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will 
+# evaluate all C-preprocessor directives found in the sources and include 
+# files.
+
+ENABLE_PREPROCESSING   = YES
+
+# If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro 
+# names in the source code. If set to NO (the default) only conditional 
+# compilation will be performed. Macro expansion can be done in a controlled 
+# way by setting EXPAND_ONLY_PREDEF to YES.
+
+MACRO_EXPANSION        = NO
+
+# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES 
+# then the macro expansion is limited to the macros specified with the 
+# PREDEFINED and EXPAND_AS_PREDEFINED tags.
+
+EXPAND_ONLY_PREDEF     = NO
+
+# If the SEARCH_INCLUDES tag is set to YES (the default) the includes files 
+# in the INCLUDE_PATH (see below) will be search if a #include is found.
+
+SEARCH_INCLUDES        = YES
+
+# The INCLUDE_PATH tag can be used to specify one or more directories that 
+# contain include files that are not input files but should be processed by 
+# the preprocessor.
+
+INCLUDE_PATH           = 
+
+# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard 
+# patterns (like *.h and *.hpp) to filter out the header-files in the 
+# directories. If left blank, the patterns specified with FILE_PATTERNS will 
+# be used.
+
+INCLUDE_FILE_PATTERNS  = 
+
+# The PREDEFINED tag can be used to specify one or more macro names that 
+# are defined before the preprocessor is started (similar to the -D option of 
+# gcc). The argument of the tag is a list of macros of the form: name 
+# or name=definition (no spaces). If the definition and the = are 
+# omitted =1 is assumed. To prevent a macro definition from being 
+# undefined via #undef or recursively expanded use the := operator 
+# instead of the = operator.
+
+PREDEFINED             = 
+
+# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then 
+# this tag can be used to specify a list of macro names that should be expanded. 
+# The macro definition that is found in the sources will be used. 
+# Use the PREDEFINED tag if you want to use a different macro definition.
+
+EXPAND_AS_DEFINED      = 
+
+# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then 
+# doxygen's preprocessor will remove all function-like macros that are alone 
+# on a line, have an all uppercase name, and do not end with a semicolon. Such 
+# function macros are typically used for boiler-plate code, and will confuse the 
+# parser if not removed.
+
+SKIP_FUNCTION_MACROS   = YES
+
+#---------------------------------------------------------------------------
+# Configuration::additions related to external references   
+#---------------------------------------------------------------------------
+
+# The TAGFILES option can be used to specify one or more tagfiles. 
+# Optionally an initial location of the external documentation 
+# can be added for each tagfile. The format of a tag file without 
+# this location is as follows: 
+#   TAGFILES = file1 file2 ... 
+# Adding location for the tag files is done as follows: 
+#   TAGFILES = file1=loc1 "file2 = loc2" ... 
+# where "loc1" and "loc2" can be relative or absolute paths or 
+# URLs. If a location is present for each tag, the installdox tool 
+# does not have to be run to correct the links.
+# Note that each tag file must have a unique name
+# (where the name does NOT include the path)
+# If a tag file is not located in the directory in which doxygen 
+# is run, you must also specify the path to the tagfile here.
+
+TAGFILES               = 
+
+# When a file name is specified after GENERATE_TAGFILE, doxygen will create 
+# a tag file that is based on the input files it reads.
+
+GENERATE_TAGFILE       = 
+
+# If the ALLEXTERNALS tag is set to YES all external classes will be listed 
+# in the class index. If set to NO only the inherited external classes 
+# will be listed.
+
+ALLEXTERNALS           = NO
+
+# If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed 
+# in the modules index. If set to NO, only the current project's groups will 
+# be listed.
+
+EXTERNAL_GROUPS        = YES
+
+# The PERL_PATH should be the absolute path and name of the perl script 
+# interpreter (i.e. the result of `which perl').
+
+PERL_PATH              = /usr/bin/perl
+
+#---------------------------------------------------------------------------
+# Configuration options related to the dot tool   
+#---------------------------------------------------------------------------
+
+# If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will 
+# generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base or 
+# super classes. Setting the tag to NO turns the diagrams off. Note that this 
+# option is superseded by the HAVE_DOT option below. This is only a fallback. It is 
+# recommended to install and use dot, since it yields more powerful graphs.
+
+CLASS_DIAGRAMS         = YES
+
+# If set to YES, the inheritance and collaboration graphs will hide 
+# inheritance and usage relations if the target is undocumented 
+# or is not a class.
+
+HIDE_UNDOC_RELATIONS   = NO
+
+# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is 
+# available from the path. This tool is part of Graphviz, a graph visualization 
+# toolkit from AT&T and Lucent Bell Labs. The other options in this section 
+# have no effect if this option is set to NO (the default)
+
+HAVE_DOT               = YES
+
+# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen 
+# will generate a graph for each documented class showing the direct and 
+# indirect inheritance relations. Setting this tag to YES will force the 
+# the CLASS_DIAGRAMS tag to NO.
+
+CLASS_GRAPH            = YES
+
+# If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen 
+# will generate a graph for each documented class showing the direct and 
+# indirect implementation dependencies (inheritance, containment, and 
+# class references variables) of the class with other documented classes.
+
+COLLABORATION_GRAPH    = YES
+
+# If the UML_LOOK tag is set to YES doxygen will generate inheritance and 
+# collaboration diagrams in a style similar to the OMG's Unified Modeling 
+# Language.
+
+UML_LOOK               = NO
+
+# If set to YES, the inheritance and collaboration graphs will show the 
+# relations between templates and their instances.
+
+TEMPLATE_RELATIONS     = NO
+
+# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT 
+# tags are set to YES then doxygen will generate a graph for each documented 
+# file showing the direct and indirect include dependencies of the file with 
+# other documented files.
+
+INCLUDE_GRAPH          = YES
+
+# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and 
+# HAVE_DOT tags are set to YES then doxygen will generate a graph for each 
+# documented header file showing the documented files that directly or 
+# indirectly include this file.
+
+INCLUDED_BY_GRAPH      = YES
+
+# If the CALL_GRAPH and HAVE_DOT tags are set to YES then doxygen will 
+# generate a call dependency graph for every global function or class method. 
+# Note that enabling this option will significantly increase the time of a run. 
+# So in most cases it will be better to enable call graphs for selected 
+# functions only using the \callgraph command.
+
+CALL_GRAPH             = YES
+
+# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen 
+# will graphical hierarchy of all classes instead of a textual one.
+
+GRAPHICAL_HIERARCHY    = YES
+
+# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images 
+# generated by dot. Possible values are png, jpg, or gif
+# If left blank png will be used.
+
+DOT_IMAGE_FORMAT       = png
+
+# The tag DOT_PATH can be used to specify the path where the dot tool can be 
+# found. If left blank, it is assumed the dot tool can be found on the path.
+
+DOT_PATH               = 
+
+# The DOTFILE_DIRS tag can be used to specify one or more directories that 
+# contain dot files that are included in the documentation (see the 
+# \dotfile command).
+
+DOTFILE_DIRS           = 
+
+# The MAX_DOT_GRAPH_WIDTH tag can be used to set the maximum allowed width 
+# (in pixels) of the graphs generated by dot. If a graph becomes larger than 
+# this value, doxygen will try to truncate the graph, so that it fits within 
+# the specified constraint. Beware that most browsers cannot cope with very 
+# large images.
+
+MAX_DOT_GRAPH_WIDTH    = 1024
+
+# The MAX_DOT_GRAPH_HEIGHT tag can be used to set the maximum allows height 
+# (in pixels) of the graphs generated by dot. If a graph becomes larger than 
+# this value, doxygen will try to truncate the graph, so that it fits within 
+# the specified constraint. Beware that most browsers cannot cope with very 
+# large images.
+
+MAX_DOT_GRAPH_HEIGHT   = 1024
+
+# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the 
+# graphs generated by dot. A depth value of 3 means that only nodes reachable 
+# from the root by following a path via at most 3 edges will be shown. Nodes that 
+# lay further from the root node will be omitted. Note that setting this option to 
+# 1 or 2 may greatly reduce the computation time needed for large code bases. Also 
+# note that a graph may be further truncated if the graph's image dimensions are 
+# not sufficient to fit the graph (see MAX_DOT_GRAPH_WIDTH and MAX_DOT_GRAPH_HEIGHT). 
+# If 0 is used for the depth value (the default), the graph is not depth-constrained.
+
+MAX_DOT_GRAPH_DEPTH    = 0
+
+# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will 
+# generate a legend page explaining the meaning of the various boxes and 
+# arrows in the dot generated graphs.
+
+GENERATE_LEGEND        = YES
+
+# If the DOT_CLEANUP tag is set to YES (the default) Doxygen will 
+# remove the intermediate dot files that are used to generate 
+# the various graphs.
+
+DOT_CLEANUP            = YES
+
+#---------------------------------------------------------------------------
+# Configuration::additions related to the search engine   
+#---------------------------------------------------------------------------
+
+# The SEARCHENGINE tag specifies whether or not a search engine should be 
+# used. If set to NO the values of all tags below this one will be ignored.
+
+SEARCHENGINE           = NO