Changelog for
newt-debuginfo-0.51.6-9.rhel4.i386.rpm :
Thu Mar 30 00:00:00 2006 Petr Rockai
0.51.6-9.rhel4
- use mbrtowc instead of mblen and mbtowc, as anaconda does not have access to
the latter two
Thu Jan 19 23:00:00 2006 Petr Rockai 0.51.6-8.rhel4
- backport fix for BR165347, newt segfaulting on pressing pgup/pgdown
in checkboxtree in some situations
Mon Nov 21 23:00:00 2005 Petr Rockai 0.51.6-7.rhel4
- fix for BR165798, inability to input wide characters in utf8 locales
- fix double free issue present in 6.unofficial.rhel4
- thanks to Alastair McKinstry and Bastien Nocera
Sat Oct 16 00:00:00 2004 Adrian Havill 0.51.6-5
- only do gpmclose if gpmopen succeeed (#118530)
Fri Oct 15 00:00:00 2004 Adrian Havill 0.51.6-4
- make the python version dynamic (#114419)
Wed Jun 16 00:00:00 2004 Elliot Lee
- rebuilt
Tue Mar 2 23:00:00 2004 Elliot Lee
- rebuilt
Fri Feb 13 23:00:00 2004 Elliot Lee
- rebuilt
Thu Nov 6 23:00:00 2003 Jeremy Katz 0.51.6-2
- rebuild for python 2.3
Wed Aug 20 00:00:00 2003 Michael K. Johnson 0.51.6-1
- rebuild
Wed Aug 20 00:00:00 2003 Michael K. Johnson 0.51.5-1
- incorporated listbox cursor location patch (#69903)
Wed Feb 5 23:00:00 2003 Matt Wilson 0.51.4-1
- 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)
Tue Feb 4 23:00:00 2003 Florian La Roche
- add symlink to shared lib
Sun Jan 5 23:00:00 2003 Adrian Havill 0.51.3-1
- 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)
- error checking (curcomp exists) for formEvent, newtFormGetCurrent,
removed fifty button limit (#59027)
Tue Dec 17 23:00:00 2002 Matt Wilson 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
Fri Dec 13 23:00:00 2002 Elliot Lee 0.51.1-1
- Merge multilib changes
Fri Aug 16 00:00:00 2002 Bill Nottingham 0.51.0-1
- changes for element width calculation for UTF-8
- fix textwrap for UTF-8 in general
- bump soname to avoid shared library collisions with slang
Tue Jul 2 00:00:00 2002 Michael Fulbright 0.50.39-1
- Changed a test to check for \'None\' the correct way
Thu Jun 27 00:00:00 2002 Bill Nottingham 0.50.38-1
- don\'t hardcode linedrawing characters in the scrollbar code
Tue Jun 25 00:00:00 2002 Bill Nottingham 0.50.37-1
- minor tweaks for use with UTF-8 slang
Wed Jun 12 00:00:00 2002 Joe Orton 0.50.36-1
- add newtListboxGetItemCount() API call
- include numeric percentage in scale widget appearace
- add support for ESC key using NEWT_KEY_ESCAPE
Mon Mar 18 23:00:00 2002 Bill Nottingham 0.50.35-1
- build for whatever version of python happens to be installed
Sun Sep 16 00:00:00 2001 Trond Eivind Glomsr�d 0.50.34-1
- remove python2 subpackage
- compile package for python 2.2
Thu Aug 30 00:00:00 2001 Trond Eivind Glomsr�d 0.50.33-1
- s/Copyright/License/
- Add slang-devel to build dependencies (#49542)
Thu Aug 23 00:00:00 2001 Crutcher Dunnavant 0.50.32-1
- re-ordered the width key of CheckboxTree.__init__; #52319
Thu Aug 9 00:00:00 2001 Crutcher Dunnavant 0.50.31-1
- right anchor the internal Listbox of CListboxes, so that empty
- scrollable CListboxes do not look like crape.
Fri Jul 6 00:00:00 2001 Crutcher Dunnavant
- padded hidden checkboxes on CheckboxTrees
Fri Jul 6 00:00:00 2001 Crutcher Dunnavant
- taught CheckboxTrees about width. Whohoo! 2-D!!!
Fri Jul 6 00:00:00 2001 Crutcher Dunnavant
- added \'hide_checkbox\' and \'unselectable\' options to CheckboxTrees
Tue Jun 26 00:00:00 2001 Jeremy Katz
- CListBox -> CListbox for API consistency
- fixup replace() method of CListbox
Sat Jun 9 00:00:00 2001 Jeremy Katz
- few bugfixes to the CListBox
Sat Jun 9 00:00:00 2001 Jeremy Katz
- added python binding for newtListboxClear() for Listbox and CListBox
- let ButtonBars optionally be made of CompactButtons
Thu Jun 7 00:00:00 2001 Crutcher Dunnavant
- added CListBox python convenience class
Wed May 16 00:00:00 2001 Michael Fulbright
- added python binding for CompactButton()
Wed Apr 4 00:00:00 2001 Matt Wilson
- 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)
Tue Apr 3 00:00:00 2001 Matt Wilson
- redraw the screen in certain situations when LANG=ja_JP.eucJP to
prevent corrupting kanji characters (#34362)
Tue Apr 3 00:00:00 2001 Elloit Lee
- 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
Sat Mar 31 00:00:00 2001 Matt Wilson
- 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
Sun Feb 11 23:00:00 2001 Than Ngo
- disable building new-python2 sub package again
Thu Feb 1 23:00:00 2001 Erik Troan
- gave up on separate CHANGES file
- added newtCheckboxTreeSetCurrent() and snack binding
- don\'t require python2 anymore
Mon Jan 22 23:00:00 2001 Than Ngo
- don\'t build newt-python2 sub package.
Fri Dec 15 23:00:00 2000 Trond Eivind Glomsr�d
- use %{_tmppath}
- add python2 subpackage, with such support
- fix use of append in snack.py
Sat Sep 9 00:00:00 2000 Trond Eivind Glomsr�d
- bytecompile the snack python module
- move the libnewt.so symlink to the devel package
- include popcorn.py and peanuts.py in the devel package,
so we have some documentation of the snack module
Wed Aug 23 00:00:00 2000 Erik Troan
- fixed cursor disappearing in suspend (again)
Sun Aug 20 00:00:00 2000 Preston Brown
- explicit requirement of devel subpackage on same version of main package
so that .so file link doesn\'t break
Thu Aug 17 00:00:00 2000 Erik Troan
- fixed cursor disappearing in suspend
- moved libnewt.so to main package from -devel
Fri Aug 4 00:00:00 2000 Matt Wilson
- added setValue method for checkboxes in snack
Thu Jul 6 00:00:00 2000 Michael Fulbright
- added NEWT_FLAG_PASSWORD for entering passwords and having asterix echo\'d
Sat Jun 17 00:00:00 2000 Matt Wilson
- build for new release
Sat Apr 29 00:00:00 2000 Jakub Jelinek
- see CHANGES
Mon Mar 13 23:00:00 2000 Matt Wilson
- revert mblen patch, go back to our own wide char detection
Fri Feb 25 23:00:00 2000 Bill Nottingham
- fix doReflow to handle mblen returning 0
Wed Feb 23 23:00:00 2000 Preston Brown
- fix critical bug in fkey 1-4 recognition on xterms
Wed Feb 9 23:00:00 2000 Matt Wilson
- fixed snack widget setcallback function
Thu Feb 3 23:00:00 2000 Erik Troan
- strip shared libs
Mon Jan 31 23:00:00 2000 Matt Wilson
- added patch from Toru Hoshina to improve multibyte
character wrapping
Thu Jan 20 23:00:00 2000 Erik Troan
- see CHANGES
Thu Jan 20 23:00:00 2000 Preston Brown
- fix segfault in newtRadioGetCurrent
Mon Jan 17 23:00:00 2000 Erik Troan
- added numerous bug fixes (see CHANGES)
Mon Dec 20 23:00:00 1999 Matt Wilson
- rebuild with fix for listbox from Nalin
Thu Oct 21 00:00:00 1999 Matt Wilson
- added patch to correctly wrap euc kanji
Thu Sep 2 00:00:00 1999 Erik Troan
- added suspend/resume to snack
Wed Sep 1 00:00:00 1999 Matt Wilson
- enable gpm support
Sat Aug 28 00:00:00 1999 Matt Wilson
- added hotkey assignment for gridforms, changed listbox.setcurrent to
take the item key
Thu Aug 26 00:00:00 1999 Matt Wilson
- fixed snack callback function refcounts, as well as optional data args
- fixed suspend callback ref counts
Tue Aug 24 00:00:00 1999 Matt Wilson
- added buttons argument to entrywindow
Fri Aug 13 00:00:00 1999 Bill Nottingham
- multi-state checkboxtrees. Woohoo.
Tue Aug 10 00:00:00 1999 Matt Wilson
- added snack wrappings for checkbox flag setting
Fri Aug 6 00: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 00:00:00 1999 Matt Wilson
- added checkboxtree
- improved snack binding
Sat Apr 10 00:00:00 1999 Matt Wilson
- fixed a glibc related bug in reflow that was truncating all text to 1000
chars
Sat Apr 10 00:00:00 1999 Matt Wilson
- fixed bug that made newt apps crash when you hit followed by lots
of keys
Mon Mar 15 23:00:00 1999 Matt Wilson
- fix from Jakub Jelinek for listbox keypresses
Sat Feb 27 23:00:00 1999 Matt Wilson
- fixed support for navigating listboxes with alphabetical keypresses
Thu Feb 25 23:00:00 1999 Matt Wilson
- updated descriptions
- added support for navigating listboxes with alphabetical keypresses
Mon Feb 8 23:00:00 1999 Matt Wilson
- made grid wrapped windows at least the size of their title bars
Fri Feb 5 23: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 23:00:00 1999 Matt Wilson
- Stopped using libgpm, internalized all gpm calls. Still need some cleanups.
Thu Jan 7 23: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 00:00:00 1998 Bill Nottingham
- built against slang-1.2.2
Thu Aug 20 00:00:00 1998 Bill Nottingham
- bugfixes for text reflow
- added docs
Sat May 2 00:00:00 1998 Cristian Gafton
- devel package moved to Development/Libraries
Fri May 1 00:00:00 1998 Erik Troan
- removed whiptcl.so -- it should be in a separate package
Mon Feb 16 23:00:00 1998 Erik Troan
- added newtWinMenu()
- many bug fixes in grid code
Wed Jan 21 23:00:00 1998 Erik Troan
- removed newtWinTernary()
- made newtWinChoice() return codes consistent with newtWinTernary()
Fri Jan 16 23: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 00:00:00 1997 Erik Troan
- added newtWinTernary()
Wed Oct 8 00:00:00 1997 Erik Troan
- made Make/spec files use a buildroot
- added grid support (for newt 0.11 actually)
Tue Jun 3 00:00:00 1997 Erik Troan
- Added patched from Clarence Smith for setting the size of a listbox
- Version 0.9
Thu May 29 00:00:00 1997 Elliot Lee 0.8-2
- Touchups on Makefile
- Cleaned up NEWT_FLAGS_
*
Tue Mar 18 23:00:00 1997 Erik Troan
- Cleaned up listbox
- Added whiptail
- Added newtButtonCompact button type and associated colors
- Added newtTextboxGetNumLines() and newtTextboxSetHeight()
Tue Feb 25 23:00:00 1997 Erik Troan
- Added changes from sopwith for C++ cleanliness and some listbox fixes.