| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: newt-devel | Distribution: BlueSky |
| Version: 0.50.17 | Vendor: Red Hat, Inc. |
| Release: 1 | Build date: Tue Aug 22 19:28:50 2000 |
| Group: Development/Libraries | Build host: porky.devel.redhat.com |
| Size: 146774 | Source RPM: newt-0.50.17-1.src.rpm |
| Packager: Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> | |
| Summary: Newt windowing toolkit development files. | |
The newt-devel package contains the header files and libraries necessary for developing applications which use newt. Newt is a development library for text mode user interfaces. Newt is based on the slang library. Install newt-devel if you want to develop applications which will use newt.
LGPL
* Wed Aug 23 2000 Erik Troan <ewt@redhat.com>
- fixed cursor disappearing in suspend (again)
* Sun Aug 20 2000 Preston Brown <pbrown@redhat.com>
- explicit requirement of devel subpackage on same version of main package
so that .so file link doesn't break
* Thu Aug 17 2000 Erik Troan <ewt@redhat.com>
- fixed cursor disappearing in suspend
- moved libnewt.so to main package from -devel
* Fri Aug 04 2000 Matt Wilson <msw@redhat.com>
- added setValue method for checkboxes in snack
* Thu Jul 06 2000 Michael Fulbright <msf@redhat.com>
- added NEWT_FLAG_PASSWORD for entering passwords and having asterix echo'd
* Sat Jun 17 2000 Matt Wilson <msw@redhat.com>
- build for new release
* Sat Apr 29 2000 Jakub Jelinek <jakub@redhat.com>
- see CHANGES
* Mon Mar 13 2000 Matt Wilson <msw@redhat.com>
- revert mblen patch, go back to our own wide char detection
* Fri Feb 25 2000 Bill Nottingham <notting@redhat.com>
- fix doReflow to handle mblen returning 0
* Wed Feb 23 2000 Preston Brown <pbrown@redhat.com>
- fix critical bug in fkey 1-4 recognition on xterms
* Wed Feb 09 2000 Matt Wilson <msw@redhat.com>
- fixed snack widget setcallback function
* Thu Feb 03 2000 Erik Troan <ewt@redhat.com>
- strip shared libs
* Mon Jan 31 2000 Matt Wilson <msw@redhat.com>
- added patch from Toru Hoshina <t@kondara.org> to improve multibyte
character wrapping
* Thu Jan 20 2000 Erik Troan <ewt@redhat.com>
- see CHANGES
* Thu Jan 20 2000 Preston Brown <pbrown@redhat.com>
- fix segfault in newtRadioGetCurrent
* Mon Jan 17 2000 Erik Troan <ewt@redhat.com>
- added numerous bug fixes (see CHANGES)
* Mon Dec 20 1999 Matt Wilson <msw@redhat.com>
- rebuild with fix for listbox from Nalin
* Thu Oct 21 1999 Matt Wilson <msw@redhat.com>
- added patch to correctly wrap euc kanji
* Thu Sep 02 1999 Erik Troan <ewt@redhat.com>
- added suspend/resume to snack
* Wed Sep 01 1999 Matt Wilson <msw@redhat.com>
- enable gpm support
* Sat Aug 28 1999 Matt Wilson <msw@redhat.com>
- added hotkey assignment for gridforms, changed listbox.setcurrent to
take the item key
* Thu Aug 26 1999 Matt Wilson <msw@redhat.com>
- fixed snack callback function refcounts, as well as optional data args
- fixed suspend callback ref counts
* Tue Aug 24 1999 Matt Wilson <msw@redhat.com>
- added buttons argument to entrywindow
* Fri Aug 13 1999 Bill Nottingham <notting@redhat.com>
- multi-state checkboxtrees. Woohoo.
* Tue Aug 10 1999 Matt Wilson <msw@redhat.com>
- added snack wrappings for checkbox flag setting
* Fri Aug 06 1999 Matt Wilson <msw@redhat.com>
- added snack bindings for setting current listbox selection
- added argument to set default selection in snack ListboxChoiceWindow
* Tue Aug 03 1999 Matt Wilson <msw@redhat.com>
- added checkboxtree
- improved snack binding
* Sat Apr 10 1999 Matt Wilson <msw@redhat.com>
- fixed a glibc related bug in reflow that was truncating all text to 1000
chars
* Sat Apr 10 1999 Matt Wilson <msw@redhat.com>
- fixed bug that made newt apps crash when you hit <insert> followed by lots
of keys
* Mon Mar 15 1999 Matt Wilson <msw@redhat.com>
- fix from Jakub Jelinek for listbox keypresses
* Sat Feb 27 1999 Matt Wilson <msw@redhat.com>
- fixed support for navigating listboxes with alphabetical keypresses
* Thu Feb 25 1999 Matt Wilson <msw@redhat.com>
- updated descriptions
- added support for navigating listboxes with alphabetical keypresses
* Mon Feb 08 1999 Matt Wilson <msw@redhat.com>
- made grid wrapped windows at least the size of their title bars
* Fri Feb 05 1999 Matt Wilson <msw@redhat.com>
- 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 1999 Matt Wilson <msw@redhat.com>
- Stopped using libgpm, internalized all gpm calls. Still need some cleanups.
* Thu Jan 07 1999 Matt Wilson <msw@redhat.com>
- Added GPM mouse support
- Moved to autoconf to allow compiling without GPM support
- Changed revision to 0.40
* Thu Oct 22 1998 Bill Nottingham <notting@redhat.com>
- built against slang-1.2.2
* Thu Aug 20 1998 Bill Nottingham <notting@redhat.com>
- bugfixes for text reflow
- added docs
* Sat May 02 1998 Cristian Gafton <gafton@redhat.com>
- devel package moved to Development/Libraries
* Fri May 01 1998 Erik Troan <ewt@redhat.com>
- removed whiptcl.so -- it should be in a separate package
* Mon Feb 16 1998 Erik Troan <ewt@redhat.com>
- added newtWinMenu()
- many bug fixes in grid code
* Wed Jan 21 1998 Erik Troan <ewt@redhat.com>
- removed newtWinTernary()
- made newtWinChoice() return codes consistent with newtWinTernary()
* Fri Jan 16 1998 Erik Troan <ewt@redhat.com>
- 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 09 1997 Erik Troan <ewt@redhat.com>
- added newtWinTernary()
* Wed Oct 08 1997 Erik Troan <ewt@redhat.com>
- made Make/spec files use a buildroot
- added grid support (for newt 0.11 actually)
* Tue Jun 03 1997 Erik Troan <ewt@redhat.com>
- Added patched from Clarence Smith for setting the size of a listbox
- Version 0.9
* Thu May 29 1997 Elliot Lee <sopwith@redhat.com> 0.8-2
- Touchups on Makefile
- Cleaned up NEWT_FLAGS_*
* Tue Mar 18 1997 Erik Troan <ewt@redhat.com>
- Cleaned up listbox
- Added whiptail
- Added newtButtonCompact button type and associated colors
- Added newtTextboxGetNumLines() and newtTextboxSetHeight()
* Tue Feb 25 1997 Erik Troan <ewt@redhat.com>
- Added changes from sopwith for C++ cleanliness and some listbox fixes.
/usr/include/newt.h /usr/lib/libnewt.a /usr/share/doc/newt-devel-0.50.17 /usr/share/doc/newt-devel-0.50.17/tutorial.sgml
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 20 09:12:58 2013