]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - NEWS
ncurses 5.6 - patch 20070217
[ncurses.git] / NEWS
diff --git a/NEWS b/NEWS
index 028fde8d5d5e87e238992edfcf0bc5ea04d27f36..e9ef29c832dabefe5eb9d96b9b60af4087c82054 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -25,7 +25,7 @@
 -- sale, use or other dealings in this Software without prior written        --
 -- authorization.                                                            --
 -------------------------------------------------------------------------------
--- $Id: NEWS,v 1.1074 2007/01/28 16:55:02 tom Exp $
+-- $Id: NEWS,v 1.1087 2007/02/17 22:19:25 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -45,6 +45,51 @@ See the AUTHORS file for the corresponding full names.
 Changes through 1.9.9e did not credit all contributions;
 it is not possible to add this information.
 
+20070217
+       + fixes for $(TICS_LIST) in ncurses/Makefile (report by Miroslav
+         Lichvar).
+       + modify relinking of shared libraries to apply only when rpath is
+         enabled, and add --disable-relink option which can be used to
+         disable the feature altogether (reports by Michail Vidiassov,
+         Adam J Richter).
+       + fix --with-termlib option for wide-character configuration, stripping
+         the "w" suffix in one place (report by Miroslav Lichvar).
+       + remove "-ldl" from some library lists to reduce dependencies in
+         programs (report by Miroslav Lichvar).
+       + correct description of --enable-signed-char in configure --help
+         (report by Michail Vidiassov).   
+       + add pattern for GNU/kFreeBSD configuration to CF_XOPEN_SOURCE,
+         which matches an earlier change to CF_SHARED_OPTS, from xterm #224
+         fixes.
+       + remove "${DESTDIR}" from -install_name option used for linking
+         shared libraries on Darwin (report by Michail Vidiassov).
+
+20070210
+       + add test/inchs.c, test_inch_wide.c, to test win_wchnstr().
+       + remove libdl from library list for termlib (report by Miroslav
+         Lichvar).
+       + fix configure.in to allow --without-progs --with-termlib (patch by
+         Miroslav Lichvar).
+       + modify win_wchnstr() to ensure that only a base cell is returned
+         for each multi-column character (prompted by report by Wei Kong
+         regarding change in mvwin_wch() cf: 20041023).
+
+20070203
+       + modify fix_wchnstr() in form library to strip attributes (and color)
+         from the cchar_t array (field cells) read from a field's window. 
+         Otherwise, when copying the field cells back to the window, the
+         associated color overrides the field's background color (report by
+         Ricardo Cantu).
+       + improve tracing for form library, showing created forms, fields, etc.
+       + ignore --enable-rpath configure option if --with-shared was omitted.
+       + add _nc_leaks_tinfo(), _nc_free_tic(), _nc_free_tinfo() entrypoints
+         to allow leak-checking when both tic- and tinfo-libraries are built.
+       + drop CF_CPP_VSCAN_FUNC macro from configure script, since C++ binding
+         no longer relies on it.
+       + disallow combining configure script options --with-ticlib and
+         --enable-termcap (report by Rong-En Fan).
+       + remove tack from ncurses tree.  
+
 20070128
        + fix typo in configure script that broke --with-termlib option
          (report by Rong-En Fan).
@@ -120,7 +165,7 @@ it is not possible to add this information.
        + modify configure --with-gpm option to allow it to accept a parameter,
          i.e., the name of the dynamic GPM library to load via dlopen()
          (requested by Bryan Henderson).
-       + add configure option --with-valgrind (from vile).
+       + add configure option --with-valgrind, changes from vile.
        + modify configure script AC_TRY_RUN and AC_TRY_LINK checks to use
          'return' in preference to 'exit()'.
 
@@ -4324,7 +4369,7 @@ it is not possible to add this information.
          <bledp@voila.fr>)).
        + change renaming of dft_fgbg.3x to use_default_colors.3ncurses in
          man_db.renames, since Debian is not concerned with 14-character
-         filename limitation (from Debian bug report by Josip Rodin
+         filename limitation (Debian bug report by Josip Rodin
          <joy@cibalia.gkvk.hr>).
        + corrected scoansi terminfo entry by testing with scoterm and console.
        + revert change from 990614 to terminal_interface-curses-forms.ads.m4,
@@ -5367,7 +5412,7 @@ it is not possible to add this information.
 
 980321
        + revise configure macro CF_SPEED_TYPE so that termcap.h has speed_t
-         declared (from Adam J. Richter <adam@yggdrasil.com>)
+         declared (from Adam J Richter <adam@yggdrasil.com>)
        + remove spurious curs_set() call from leaveok() (J T Conklin).
        + corrected handling leaveok() in doupdate() (patch by Alexander V.
          Lukyanov).