Changelog for
newt-0.50.11-1.i586.rpm :
Fri Apr 28 12:00:00 2000 Jakub Jelinek
- see CHANGES
Mon Mar 13 11:00:00 2000 Matt Wilson
- revert mblen patch, go back to our own wide char detection
Fri Feb 25 11:00:00 2000 Bill Nottingham
- fix doReflow to handle mblen returning 0
Wed Feb 23 11:00:00 2000 Preston Brown
- fix critical bug in fkey 1-4 recognition on xterms
Wed Feb 9 11:00:00 2000 Matt Wilson
- fixed snack widget setcallback function
Thu Feb 3 11:00:00 2000 Erik Troan
- strip shared libs
Mon Jan 31 11:00:00 2000 Matt Wilson
- added patch from Toru Hoshina to improve multibyte
character wrapping
Thu Jan 20 11:00:00 2000 Erik Troan
- see CHANGES
Thu Jan 20 11:00:00 2000 Preston Brown
- fix segfault in newtRadioGetCurrent
Mon Jan 17 11:00:00 2000 Erik Troan
- added numerous bug fixes (see CHANGES)
Mon Dec 20 11:00:00 1999 Matt Wilson
- rebuild with fix for listbox from Nalin
Wed Oct 20 12:00:00 1999 Matt Wilson
- added patch to correctly wrap euc kanji
Wed Sep 1 12:00:00 1999 Erik Troan
- added suspend/resume to snack
Tue Aug 31 12:00:00 1999 Matt Wilson
- enable gpm support
Fri Aug 27 12:00:00 1999 Matt Wilson
- added hotkey assignment for gridforms, changed listbox.setcurrent to
take the item key
Wed Aug 25 12:00:00 1999 Matt Wilson
- fixed snack callback function refcounts, as well as optional data args
- fixed suspend callback ref counts
Mon Aug 23 12:00:00 1999 Matt Wilson
- added buttons argument to entrywindow
Thu Aug 12 12:00:00 1999 Bill Nottingham
- multi-state checkboxtrees. Woohoo.
Mon Aug 9 12:00:00 1999 Matt Wilson
- added snack wrappings for checkbox flag setting
Thu Aug 5 12:00:00 1999 Matt Wilson
- added snack bindings for setting current listbox selection
- added argument to set default selection in snack ListboxChoiceWindow
Mon Aug 2 12:00:00 1999 Matt Wilson
- added checkboxtree
- improved snack binding
Fri Apr 9 12:00:00 1999 Matt Wilson
- fixed a glibc related bug in reflow that was truncating all text to 1000
chars
Fri Apr 9 12:00:00 1999 Matt Wilson
- fixed bug that made newt apps crash when you hit followed by lots
of keys
Mon Mar 15 11:00:00 1999 Matt Wilson
- fix from Jakub Jelinek for listbox keypresses
Sat Feb 27 11:00:00 1999 Matt Wilson
- fixed support for navigating listboxes with alphabetical keypresses
Thu Feb 25 11:00:00 1999 Matt Wilson
- updated descriptions
- added support for navigating listboxes with alphabetical keypresses
Mon Feb 8 11:00:00 1999 Matt Wilson
- made grid wrapped windows at least the size of their title bars
Fri Feb 5 11: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.
Tue Jan 19 11:00:00 1999 Matt Wilson
- Stopped using libgpm, internalized all gpm calls. Still need some cleanups.
Thu Jan 7 11:00:00 1999 Matt Wilson
- Added GPM mouse support
- Moved to autoconf to allow compiling without GPM support
- Changed revision to 0.40
Wed Oct 21 12:00:00 1998 Bill Nottingham
- built against slang-1.2.2
Wed Aug 19 12:00:00 1998 Bill Nottingham
- bugfixes for text reflow
- added docs
Fri May 1 12:00:00 1998 Cristian Gafton
- devel package moved to Development/Libraries
Thu Apr 30 12:00:00 1998 Erik Troan
- removed whiptcl.so -- it should be in a separate package
Mon Feb 16 11:00:00 1998 Erik Troan
- added newtWinMenu()
- many bug fixes in grid code
Wed Jan 21 11:00:00 1998 Erik Troan
- removed newtWinTernary()
- made newtWinChoice() return codes consistent with newtWinTernary()
Fri Jan 16 11: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()
Wed Oct 8 12:00:00 1997 Erik Troan
- added newtWinTernary()
Tue Oct 7 12:00:00 1997 Erik Troan
- made Make/spec files use a buildroot
- added grid support (for newt 0.11 actually)
Mon Jun 2 12:00:00 1997 Erik Troan
- Added patched from Clarence Smith for setting the size of a listbox
- Version 0.9
Wed May 28 12:00:00 1997 Elliot Lee 0.8-2
- Touchups on Makefile
- Cleaned up NEWT_FLAGS_
*
Tue Mar 18 11:00:00 1997 Erik Troan
- Cleaned up listbox
- Added whiptail
- Added newtButtonCompact button type and associated colors
- Added newtTextboxGetNumLines() and newtTextboxSetHeight()
Tue Feb 25 11:00:00 1997 Erik Troan
- Added changes from sopwith for C++ cleanliness and some listbox fixes.