2010-10-12 11:58:09 +00:00
committed by Git OBS Bridge
parent f75d6300b3
commit c62ba3b07f
7 changed files with 285 additions and 282 deletions

View File

@@ -1,3 +1,80 @@
-------------------------------------------------------------------
Tue Oct 12 13:53:32 CEST 2010 - werner@suse.de
- Avoid libncursest6 by re-enabling weak symbol for pthread_kill()
- Fix broken manual page terminfo(5) by disabling tbl during install
- Add ncurses*-config manual pages to file list of devel package
-------------------------------------------------------------------
Mon Oct 11 16:09:48 CEST 2010 - werner@suse.de
- Update to test version 5.7.20101009 (bnc#644831 and bnc#540571)
* correct comparison used for setting 16-colors in linux-16color
entry (Novell #644831) -TD
* improve linux-16color entry, using "dim" for color-8 which makes it
gray rather than black like color-0 -TD
* add checks in tic for inconsistent cursor-movement controls, and for
inconsistent printer-controls.
* fill in no-parameter forms of cursor-movement where a parameterized
form is available -TD
* fill in missing cursor controls where the form of the controls is
ANSI -TD
* fix inconsistent punctuation in form_variables manpage (patch by
Sven Joachim).
* add parameterized cursor-controls to linux-basic (report by Dae) -TD
* add "XT" capability to entries for terminals that support both
xterm-style mouse- and title-controls, for "screen" which
special-cases TERM beginning with "xterm" or "rxvt" -TD
* add configure check for pthread_kill(), needed for some old
platforms.
* modify nsterm, xnuppc and tek4115 to make sgr/sgr0 consistent -TD
* add check in terminfo source-reader to provide more informative
message when someone attempts to run tic on a compiled terminal
description (prompted by Debian #593920).
* note in infotocap and captoinfo manpages that they read terminal
descriptions from text-files (Debian #593920).
* improve acsc string for vt52, show arrow keys (patch by Benjamin
Sittler).
* correct a typo in mk-1st.awk (patch by Gabriele Balducci)
(cf: 20100724)
* document tabs "-0" and "-8" options in manpage.
* add a check in tic for missing set_tab if clear_all_tabs given.
* add mlterm+256color entry, for mlterm 3.0.0 -TD
* fix configure script for combining --with-pthread
and --enable-weak-symbols options.
* add configure option --enable-pthreads-eintr to control whether the
new EINTR feature is enabled.
* modify logic in pthread configuration to allow EINTR to interrupt
a read operation in wgetch() (Novell #540571, patch by Werner Fink).
* modify _nc_capcmp() to work with cancelled strings.
* correct translation of "^" in _nc_infotocap(), used to transform
terminfo to termcap strings
* simplify logic in _nc_get_screensize() to make it easier to see how
environment variables may override system- and terminfo-values
(prompted by discussion with Igor Bujna).
* add check if Gpm_Open() returns a -2, e.g., for "xterm". This is
normally suppressed but can be overridden using $NCURSES_GPM_TERMS.
Ensure that Gpm_Close() is called in this case.
* use va_copy() in _nc_printf_string() to avoid conflicting use of
va_list value in _nc_printf_length() (report by Wim Lewis).
* add several screen-bce.XXX entries -TD
* update mrxvt terminfo entry -TD
* modify win_driver.c to support mouse single-clicks.
* correct name for termlib in ncurses*-config, e.g., if it is renamed
to provide a single file for ncurses/ncursesw libraries (patch by
Miroslav Lichvar).
* for term-driver configuration, ensure that the driver pointer is
initialized in setupterm so that terminfo/termcap programs work.
* amend fix for Debian #542031 to ensure that wattrset() returns only
OK or ERR, rather than the attribute value (report by Miroslav
Lichvar).
* reorder WINDOWLIST to put WINDOW data after SCREEN pointer, making
_nc_screen_of() compatible between normal/wide libraries again (patch
by Miroslav Lichvar)
* modify win_driver.c to initialize TERMINAL struct so that programs
such as test/lrtest.c and test/ncurses.c which test string
capabilities can run.
-------------------------------------------------------------------
Tue Sep 7 12:54:57 UTC 2010 - aj@suse.de