Changelog for
newt-0.50-16.i386.rpm :
Thu Dec 23 05:00:00 1999 Troy D. Gillette
- Fixed pop routine
Wed Sep 1 06:00:00 1999 Matt Wilson
- enable gpm support
Sat Aug 28 06:00:00 1999 Matt Wilson
- added hotkey assignment for gridforms, changed listbox.setcurrent to
take the item key
Thu Aug 26 06:00:00 1999 Matt Wilson
- fixed snack callback function refcounts, as well as optional data args
- fixed suspend callback ref counts
Tue Aug 24 06:00:00 1999 Matt Wilson
- added buttons argument to entrywindow
Fri Aug 13 06:00:00 1999 Bill Nottingham
- multi-state checkboxtrees. Woohoo.
Tue Aug 10 06:00:00 1999 Matt Wilson
- added snack wrappings for checkbox flag setting
Fri Aug 6 06:00:00 1999 Matt Wilson
- added snack bindings for setting current listbox selection
- added argument to set default selection in snack ListboxChoiceWindow
Tue Aug 3 06:00:00 1999 Matt Wilson
- added checkboxtree
- improved snack binding
Sat Apr 10 06:00:00 1999 Matt Wilson
- fixed a glibc related bug in reflow that was truncating all text to 1000
chars
Sat Apr 10 06:00:00 1999 Matt Wilson
- fixed bug that made newt apps crash when you hit followed by lots
of keys
Tue Mar 16 05:00:00 1999 Matt Wilson
- fix from Jakub Jelinek for listbox keypresses
Sun Feb 28 05:00:00 1999 Matt Wilson
- fixed support for navigating listboxes with alphabetical keypresses
Fri Feb 26 05:00:00 1999 Matt Wilson
- updated descriptions
- added support for navigating listboxes with alphabetical keypresses
Tue Feb 9 05:00:00 1999 Matt Wilson
- made grid wrapped windows at least the size of their title bars
Sat Feb 6 05:00:00 1999 Matt Wilson
- Function to set checkbox flags. This will go away later when I have
a generic flag setting function and signals to comps to go insensitive.
Wed Jan 20 05:00:00 1999 Matt Wilson
- Stopped using libgpm, internalized all gpm calls. Still need some cleanups.
Fri Jan 8 05:00:00 1999 Matt Wilson
- Added GPM mouse support
- Moved to autoconf to allow compiling without GPM support
- Changed revision to 0.40
Thu Oct 22 06:00:00 1998 Bill Nottingham
- built against slang-1.2.2
Thu Aug 20 06:00:00 1998 Bill Nottingham
- bugfixes for text reflow
- added docs
Sat May 2 06:00:00 1998 Cristian Gafton
- devel package moved to Development/Libraries
Fri May 1 06:00:00 1998 Erik Troan
- removed whiptcl.so -- it should be in a separate package
Tue Feb 17 05:00:00 1998 Erik Troan
- added newtWinMenu()
- many bug fixes in grid code
Thu Jan 22 05:00:00 1998 Erik Troan
- removed newtWinTernary()
- made newtWinChoice() return codes consistent with newtWinTernary()
Sat Jan 17 05:00:00 1998 Erik Troan
- added changes from Bruce Perens
- small cleanups
- lets whiptail automatically resize windows
- the order of placing a grid and adding components to a form no longer
matters
- added newtGridAddComponentsToForm()
Thu Oct 9 06:00:00 1997 Erik Troan
- added newtWinTernary()
Wed Oct 8 06:00:00 1997 Erik Troan
- made Make/spec files use a buildroot
- added grid support (for newt 0.11 actually)
Tue Jun 3 06:00:00 1997 Erik Troan
- Added patched from Clarence Smith for setting the size of a listbox
- Version 0.9
Thu May 29 06:00:00 1997 Elliot Lee 0.8-2
- Touchups on Makefile
- Cleaned up NEWT_FLAGS_*
Wed Mar 19 05:00:00 1997 Erik Troan
- Cleaned up listbox
- Added whiptail
- Added newtButtonCompact button type and associated colors
- Added newtTextboxGetNumLines() and newtTextboxSetHeight()
Wed Feb 26 05:00:00 1997 Erik Troan
- Added changes from sopwith for C++ cleanliness and some listbox fixes.