]> ncurses.scripts.mit.edu Git - ncurses.git/blob - NEWS
ncurses 5.9 - patch 20110702
[ncurses.git] / NEWS
1 -------------------------------------------------------------------------------
2 -- Copyright (c) 1998-2010,2011 Free Software Foundation, Inc.               --
3 --                                                                           --
4 -- Permission is hereby granted, free of charge, to any person obtaining a   --
5 -- copy of this software and associated documentation files (the             --
6 -- "Software"), to deal in the Software without restriction, including       --
7 -- without limitation the rights to use, copy, modify, merge, publish,       --
8 -- distribute, distribute with modifications, sublicense, and/or sell copies --
9 -- of the Software, and to permit persons to whom the Software is furnished  --
10 -- to do so, subject to the following conditions:                            --
11 --                                                                           --
12 -- The above copyright notice and this permission notice shall be included   --
13 -- in all copies or substantial portions of the Software.                    --
14 --                                                                           --
15 -- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS   --
16 -- OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF                --
17 -- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN --
18 -- NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,       --
19 -- DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR     --
20 -- OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE --
21 -- USE OR OTHER DEALINGS IN THE SOFTWARE.                                    --
22 --                                                                           --
23 -- Except as contained in this notice, the name(s) of the above copyright    --
24 -- holders shall not be used in advertising or otherwise to promote the      --
25 -- sale, use or other dealings in this Software without prior written        --
26 -- authorization.                                                            --
27 -------------------------------------------------------------------------------
28 -- $Id: NEWS,v 1.1731 2011/07/02 21:05:53 tom Exp $
29 -------------------------------------------------------------------------------
30
31 This is a log of changes that ncurses has gone through since Zeyd started
32 working with Pavel Curtis' original work, pcurses, in 1992.
33
34 Changes through 1.9.9e are recorded by Zeyd M Ben-Halim.
35 Changes since 1.9.9e are recorded by Thomas E Dickey.
36
37 Contributors include those who have provided patches (even small ones), as well
38 as those who provide useful information (bug reports, analyses).  Changes with
39 no cited author are the work of Thomas E Dickey (TD).
40
41 A few contributors are given in this file by their initials.
42 They each account for one percent or more of the changes since 1.9.9e.
43 See the AUTHORS file for the corresponding full names.
44
45 Changes through 1.9.9e did not credit all contributions;
46 it is not possible to add this information.
47
48 20110702
49         + add workaround from xterm #271 changes to ensure that compiler flags
50           are not used in the $CC variable.
51         + improve support for shared libraries, tested with AIX 5.3, 6.1 and
52           7.1 with both gcc 4.2.4 and cc.
53         + modify configure checks for AIX to include release 7.x
54         + add loader flags/libraries to libtool options so that dynamic loading
55           works properly, adapted from ncurses-5.7-ldflags-with-libtool.patch
56           at gentoo prefix repository (patch by Michael Haubenwallner).
57
58 20110626
59         + move include of nc_termios.h out of term_entry.h, since the latter
60           is installed, e.g., for tack while the former is not (report by
61           Sven Joachim).
62
63 20110625
64         + improve cleanup() function in lib_tstp.c, using _exit() rather than
65           exit() and checking for SIGTERM rather than SIGQUIT (prompted by
66           comments forwarded by Nicholas Marriott).
67         + reduce name pollution from term.h, moving fallback #define's for
68           tcgetattr(), etc., to new private header nc_termios.h (report by
69           Sergio NNX).
70         + two minor fixes for tracing (patch by Vassili Courzakis).
71         + improve trace initialization by starting it in use_env() and
72           ripoffline().
73         + review old email, add details for some changelog entries.
74
75 20110611
76         + update minix entry to minix 3.2 (Thomas Cort).
77         + fix a strict compiler warning in change to wattr_get (cf: 20110528).
78
79 20110604
80         + fixes for MirBSD port:
81           + set default prefix to /usr.
82           + add support for shared libraries in configure script.
83           + use S_ISREG and S_ISDIR consistently, with fallback definitions.
84         + add a few more checks based on ncurses/link_test.
85         + modify MKlib_gen.sh to handle sp-funcs renaming of NCURSES_OUTC type.
86
87 20110528
88         + add case to CF_SHARED_OPTS for Interix (patch by Markus Duft).
89         + used ncurses/link_test to check for behavior when the terminal has
90           not been initialized and when an application passes null pointers
91           to the library.  Added checks to cover this (prompted by Redhat
92           #707344).
93         + modify MKlib_gen.sh to make its main() function call each function
94           with zero parameters, to help find inconsistent checking for null
95           pointers, etc.
96
97 20110521
98         + fix warnings from clang 2.7 "--analyze"
99
100 20110514
101         + compiler-warning fixes in panel and progs.
102         + modify CF_PKG_CONFIG macro, from changes to tin -TD
103         + modify CF_CURSES_FUNCS configure macro, used in test directory
104           configure script:
105           + work around (non-optimizer) bug in gcc 4.2.1 which caused
106             test-expression to be omitted from executable.
107           + force the linker to see a link-time expression of a symbol, to
108             help work around weak-symbol issues.
109
110 20110507
111         + update discussion of MKfallback.sh script in INSTALL; normally the
112           script is used automatically via the configured makefiles.  However
113           there are still occasions when it might be used directly by packagers
114           (report by Gunter Schaffler).
115         + modify misc/ncurses-config.in to omit the "-L" option from the
116           "--libs" output if the library directory is /usr/lib.
117         + change order of tests for curses.h versus ncurses.h headers in the
118           configure scripts for Ada95 and test-directories, to look for
119           ncurses.h, from fixes to tin -TD
120         + modify ncurses/tinfo/access.c to account for Tandem's root uid
121           (report by Joachim Schmitz).
122
123 20110430
124         + modify rules in Ada95/src/Makefile.in to ensure that the PIC option
125           is not used when building a static library (report by Nicolas
126           Boulenguez):
127         + Ada95 build-fix for big-endian architectures such as sparc.  This
128           undoes one of the fixes from 20110319, which added an "Unused" member
129           to representation clauses, replacing that with pragmas to suppress
130           warnings about unused bits (patch by Nicolas Boulenguez):
131
132 20110423
133         + add check in test/configure for use_window, use_screen.
134         + add configure-checks for getopt's variables, which may be declared
135           as different types on some Unix systems.
136         + add check in test/configure for some legacy curses types of the
137           function pointer passed to tputs().
138         + modify init_pair() to accept -1's for color value after
139           assume_default_colors() has been called (Debian #337095).
140         + modify test/background.c, adding commmand-line options to demonstrate
141           assume_default_colors() and use_default_colors().
142
143 20110416
144         + modify configure script/source-code to only define _POSIX_SOURCE if
145           the checks for sigaction and/or termios fail, and if _POSIX_C_SOURCE
146           and _XOPEN_SOURCE are undefined (report by Valentin Ochs).
147         + update config.guess, config.sub
148
149 20110409
150         + fixes to build c++ binding with clang 3.0 (patch by Alexander
151           Kolesen).
152         + add check for unctrl.h in test/configure, to work around breakage in
153           some ncurses packages.
154         + add "--disable-widec" option to test/configure script.
155         + add "--with-curses-colr" and "--with-curses-5lib" options to the
156           test/configure script to address testing with very old machines.
157
158 20110404 5.9 release for upload to ftp.gnu.org
159
160 20110402
161         + various build-fixes for the rpm/dpkg scripts.
162         + add "--enable-rpath-link" option to Ada95/configure, to allow
163           packages to suppress the rpath feature which is normally used for
164           the in-tree build of sample programs.
165         + corrected definition of libdir variable in Ada95/src/Makefile.in,
166           needed for rpm script.
167         + add "--with-shared" option to Ada95/configure script, to allow
168           making the C-language parts of the binding use appropriate compiler
169           options if building a shared library with gnat.
170
171 20110329
172         > portability fixes for Ada95 binding:
173         + add configure check to ensure that SIGINT works with gnat.  This is
174           needed for the "rain" sample program.  If SIGINT does not work, omit
175           that sample program.
176         + correct typo in check of $PKG_CONFIG variable in Ada95/configure
177         + add ncurses_compat.c, to supply functions used in the Ada95 binding
178           which were added in 5.7 and later.
179         + modify sed expression in CF_NCURSES_ADDON to eliminate a dependency
180           upon GNU sed.
181
182 20110326
183         + add special check in Ada95/configure script for ncurses6 reentrant
184           code.
185         + regen Ada html documentation.
186         + build-fix for Ada shared libraries versus the varargs workaround.
187         + add rpm and dpkg scripts for Ada95 and test directories, for test
188           builds.
189         + update test/configure macros CF_CURSES_LIBS, CF_XOPEN_SOURCE and
190           CF_X_ATHENA_LIBS.
191         + add configure check to determine if gnat's project feature supports
192           libraries, i.e., collections of .ali files.
193         + make all dereferences in Ada95 samples explicit.
194         + fix typo in comment in lib_add_wch.c (patch by Petr Pavlu).
195         + add configure check for, ifdef's for math.h which is in a separate
196           package on Solaris and potentially not installed (report by Petr
197           Pavlu).
198         > fixes for Ada95 binding (Nicolas Boulenguez):
199         + improve type-checking in Ada95 by eliminating a few warning-suppress
200           pragmas.
201         + suppress unreferenced warnings.
202         + make all dereferences in binding explicit.
203
204 20110319
205         + regen Ada html documentation.
206         + change order of -I options from ncurses*-config script when the
207           --disable-overwrite option was used, so that the subdirectory include
208           is listed first.
209         + modify the make-tar.sh scripts to add a MANIFEST and NEWS file.
210         + modify configure script to provide value for HTML_DIR in
211           Ada95/gen/Makefile.in, which depends on whether the Ada95 binding is
212           distributed separately (report by Nicolas Boulenguez).
213         + modify configure script to add -g and/or -O3 to ADAFLAGS if the
214           CFLAGS for the build has these options.
215         + amend change from 20070324, to not add 1 to the result of getmaxx
216           and getmaxy in the Ada binding (report by Nicolas Boulenguez for
217           thread in comp.lang.ada).
218         + build-fix Ada95/samples for gnat 4.5
219         + spelling fixes for Ada95/samples/explain.txt
220         > fixes for Ada95 binding (Nicolas Boulenguez):
221         + add item in Trace_Attribute_Set corresponding to TRACE_ATTRS.
222         + add workaround for binding to set_field_type(), which uses varargs.
223           The original binding from 990220 relied on the prevalent
224           implementation of varargs which did not support or need va_copy().
225         + add dependency on gen/Makefile.in needed for *-panels.ads
226         + add Library_Options to library.gpr
227         + add Languages to library.gpr, for gprbuild
228
229 20110307
230         + revert changes to limit-checks from 20110122 (Debian #616711).
231         > minor type-cleanup of Ada95 binding (Nicolas Boulenguez):
232         + corrected a minor sign error in a field of Low_Level_Field_Type, to
233           conform to form.h.
234         + replaced C_Int by Curses_Bool as return type for some callbacks, see
235           fieldtype(3FORM).
236         + modify samples/sample-explain.adb to provide explicit message when
237           explain.txt is not found.
238
239 20110305
240         + improve makefiles for Ada95 tree (patch by Nicolas Boulenguez).
241         + fix an off-by-one error in _nc_slk_initialize() from 20100605 fixes
242           for compiler warnings (report by Nicolas Boulenguez).
243         + modify Ada95/gen/gen.c to declare unused bits in generated layouts,
244           needed to compile when chtype is 64-bits using gnat 4.4.5
245
246 20110226 5.8 release for upload to ftp.gnu.org
247
248 20110226
249         + update release notes, for 5.8.
250         + regenerated html manpages.
251         + change open() in _nc_read_file_entry() to fopen() for consistency
252           with write_file().
253         + modify misc/run_tic.in to create parent directory, in case this is
254           a new install of hashed database.
255         + fix typo in Ada95/mk-1st.awk which causes error with original awk.
256
257 20110220
258         + configure script rpath fixes from xterm #269.
259         + workaround for cygwin's non-functional features.h, to force ncurses'
260           configure script to define _XOPEN_SOURCE_EXTENDED when building
261           wide-character configuration.
262         + build-fix in run_tic.sh for OS/2 EMX install
263         + add cons25-debian entry (patch by Brian M Carlson, Debian #607662).
264
265 20110212
266         + regenerated html manpages.
267         + use _tracef() in show_where() function of tic, to work correctly with
268           special case of trace configuration. 
269
270 20110205
271         + add xterm-utf8 entry as a demo of the U8 feature -TD
272         + add U8 feature to denote entries for terminal emulators which do not
273           support VT100 SI/SO when processing UTF-8 encoding -TD
274         + improve the NCURSES_NO_UTF8_ACS feature by adding a check for an
275           extended terminfo capability U8 (prompted by mailing list
276           discussion).
277
278 20110122
279         + start documenting interface changes for upcoming 5.8 release.
280         + correct limit-checks in derwin().
281         + correct limit-checks in newwin(), to ensure that windows have nonzero
282           size (report by Garrett Cooper).
283         + fix a missing "weak" declaration for pthread_kill (patch by Nicholas
284           Alcock).
285         + improve documentation of KEY_ENTER in curs_getch.3x manpage (prompted
286           by discussion with Kevin Martin).
287
288 20110115
289         + modify Ada95/configure script to make the --with-curses-dir option
290           work without requiring the --with-ncurses option.
291         + modify test programs to allow them to be built with NetBSD curses.
292         + document thick- and double-line symbols in curs_add_wch.3x manpage.
293         + document WACS_xxx constants in curs_add_wch.3x manpage.
294         + fix some warnings for clang 2.6 "--analyze"
295         + modify Ada95 makefiles to make html-documentation with the project
296           file configuration if that is used.
297         + update config.guess, config.sub
298
299 20110108
300         + regenerated html manpages.
301         + minor fixes to enable lint when trace is not enabled, e.g., with
302           clang --analyze.
303         + fix typo in man/default_colors.3x (patch by Tim van der Molen).
304         + update ncurses/llib-lncurses*
305
306 20110101
307         + fix remaining strict compiler warnings in ncurses library ABI=5,
308           except those dealing with function pointers, etc.
309
310 20101225
311         + modify nc_tparm.h, adding guards against repeated inclusion, and
312           allowing TPARM_ARG to be overridden.
313         + fix some strict compiler warnings in ncurses library.
314
315 20101211
316         + suppress ncv in screen entry, allowing underline (patch by Alejandro
317           R Sedeno).
318         + also suppress ncv in konsole-base -TD
319         + fixes in wins_nwstr() and related functions to ensure that special
320           characters, i.e., control characters are handled properly with the
321           wide-character configuration.
322         + correct a comparison in wins_nwstr() (Redhat #661506).
323         + correct help-messages in some of the test-programs, which still
324           referred to quitting with 'q'.
325
326 20101204
327         + add special case to _nc_infotocap() to recognize the setaf/setab
328           strings from xterm+256color and xterm+88color, and provide a reduced
329           version which works with termcap.
330         + remove obsolete emacs "Local Variables" section from documentation
331           (request by Sven Joachim).
332         + update doc/html/index.html to include NCURSES-Programming-HOWTO.html 
333           (report by Sven Joachim).
334
335 20101128
336         + modify test/configure and test/Makefile.in to handle this special
337           case of building within a build-tree (Debian #34182):
338                 mkdir -p build && cd build && ../test/configure && make
339
340 20101127
341         + miscellaneous build-fixes for Ada95 and test-directories when built
342           out-of-tree.
343         + use VPATH in makefiles to simplify out-of-tree builds (Debian #34182).
344         + fix typo in rmso for tek4106 entry -Goran Weinholt
345
346 20101120
347         + improve checks in test/configure for X libraries, from xterm #267
348           changes.
349         + modify test/configure to allow it to use the build-tree's libraries
350           e.g., when using that to configure the test-programs without the
351           rpath feature (request by Sven Joachim).
352         + repurpose "gnome" terminfo entries as "vte", retaining "gnome" items
353           for compatibility, but generally deprecating those since the VTE
354           library is what actually defines the behavior of "gnome", etc.,
355           since 2003 -TD
356
357 20101113
358         + compiler warning fixes for test programs.
359         + various build-fixes for test-programs with pdcurses.
360         + updated configure checks for X packages in test/configure from xterm
361           #267 changes.
362         + add configure check to gnatmake, to accommodate cygwin.
363
364 20101106
365         + correct list of sub-directories needed in Ada95 tree for building as
366           a separate package.
367         + modify scripts in test-directory to improve builds as a separate
368           package.
369
370 20101023
371         + correct parsing of relative tab-stops in tabs program (report by
372           Philip Ganchev).
373         + adjust configure script so that "t" is not added to library suffix
374           when weak-symbols are used, allowing the pthread configuration to
375           more closely match the non-thread naming (report by Werner Fink).
376         + modify configure check for tic program, used for fallbacks, to a
377           warning if not found.  This makes it simpler to use additonal
378           scripts to bootstrap the fallbacks code using tic from the build
379           tree (report by Werner Fink).
380         + fix several places in configure script using ${variable-value} form.
381         + modify configure macro CF_LDFLAGS_STATIC to accommodate some loaders
382           which do not support selectively linking against static libraries
383           (report by John P. Hartmann)
384         + fix an unescaped dash in man/tset.1 (report by Sven Joachim).
385
386 20101009
387         + correct comparison used for setting 16-colors in linux-16color
388           entry (Novell #644831) -TD
389         + improve linux-16color entry, using "dim" for color-8 which makes it
390           gray rather than black like color-0 -TD
391         + drop misc/ncu-indent and misc/jpf-indent; they are provided by an
392           external package "cindent".
393
394 20101002
395         + improve linkages in html manpages, adding references to the newer
396           pages, e.g., *_variables, curs_sp_funcs, curs_threads.
397         + add checks in tic for inconsistent cursor-movement controls, and for
398           inconsistent printer-controls.
399         + fill in no-parameter forms of cursor-movement where a parameterized
400           form is available -TD
401         + fill in missing cursor controls where the form of the controls is
402           ANSI -TD
403         + fix inconsistent punctuation in form_variables manpage (patch by
404           Sven Joachim).
405         + add parameterized cursor-controls to linux-basic (report by Dae) -TD
406         > patch by Juergen Pfeifer:
407         + document how to build 32-bit libraries in README.MinGW 
408         + fixes to filename computation in mk-dlls.sh.in 
409         + use POSIX locale in mk-dlls.sh.in rather than en_US (report by Sven
410           Joachim).
411         + add a check in mk-dlls.sh.in to obtain the size of a pointer to
412           distinguish between 32-bit and 64-bit hosts.  The result is stored
413           in mingw_arch
414
415 20100925
416         + add "XT" capability to entries for terminals that support both
417           xterm-style mouse- and title-controls, for "screen" which
418           special-cases TERM beginning with "xterm" or "rxvt" -TD
419         > patch by Juergen Pfeifer:
420         + use 64-Bit MinGW toolchain (recommended package from TDM, see
421           README.MinGW).
422         + support pthreads when using the TDM MinGW toolchain
423
424 20100918
425         + regenerated html manpages.
426         + minor fixes for symlinks to curs_legacy.3x and curs_slk.3x manpages.
427         + add manpage for sp-funcs.
428         + add sp-funcs to test/listused.sh, for documentation aids.
429
430 20100911
431         + add manpages for summarizing public variables of curses-, terminfo-
432           and form-libraries.
433         + minor fixes to manpages for consistency (patch by Jason McIntyre).
434         + modify tic's -I/-C dump to reformat acsc strings into canonical form
435           (sorted, unique mapping) (cf: 971004).
436         + add configure check for pthread_kill(), needed for some old
437           platforms.
438
439 20100904
440         + add configure option --without-tests, to suppress building test
441           programs (request by Frederic L W Meunier).
442
443 20100828
444         + modify nsterm, xnuppc and tek4115 to make sgr/sgr0 consistent -TD
445         + add check in terminfo source-reader to provide more informative
446           message when someone attempts to run tic on a compiled terminal
447           description (prompted by Debian #593920).
448         + note in infotocap and captoinfo manpages that they read terminal
449           descriptions from text-files (Debian #593920).
450         + improve acsc string for vt52, show arrow keys (patch by Benjamin
451           Sittler).
452
453 20100814
454         + document in manpages that "mv" functions first use wmove() to check
455           the window pointer and whether the position lies within the window
456           (suggested by Poul-Henning Kamp).
457         + fixes to curs_color.3x, curs_kernel.3x and wresize.3x manpages (patch
458           by Tim van der Molen).
459         + modify configure script to transform library names for tic- and
460           tinfo-libraries so that those build properly with Mac OS X shared
461           library configuration.
462         + modify configure script to ensure that it removes conftest.dSYM
463           directory leftover on checks with Mac OS X.
464         + modify configure script to cleanup after check for symbolic links.
465
466 20100807
467         + correct a typo in mk-1st.awk (patch by Gabriele Balducci)
468           (cf: 20100724)
469         + improve configure checks for location of tic and infocmp programs
470           used for installing database and for generating fallback data,
471           e.g., for cross-compiling.
472         + add Markus Kuhn's wcwidth function for compiling MinGW
473         + add special case to CF_REGEX for cross-compiling to MinGW target.
474
475 20100731
476         + modify initialization check for win32con driver to eliminate need for
477           special case for TERM "unknown", using terminal database if available
478           (prompted by discussion with Roumen Petrov).
479         + for MinGW port, ensure that terminal driver is setup if tgetent()
480           is called (patch by Roumen Petrov).
481         + document tabs "-0" and "-8" options in manpage.
482         + fix Debian "lintian" issues with manpages reported in
483           http://lintian.debian.org/full/csmall@debian.org.html#ncurses
484
485 20100724
486         + add a check in tic for missing set_tab if clear_all_tabs given.
487         + improve use of symbolic links in makefiles by using "-f" option if
488           it is supported, to eliminate temporary removal of the target
489           (prompted by http://www.t2-project.org/packages/ncurses.html)
490         + minor improvement to test/ncurses.c, reset color pairs in 'd' test
491           after exit from 'm' main-menu command.
492         + improved ncu-indent, from mawk changes, allows more than one of
493           GCC_NORETURN, GCC_PRINTFLIKE and GCC_SCANFLIKE on a single line.
494
495 20100717
496         + add hard-reset for rs2 to wsvt25 to help ensure that reset ends
497           the alternate character set (patch by Nicholas Marriott)
498         + remove tar-copy.sh and related configure/Makefile chunks, since the
499           Ada95 binding is now installed using rules in Ada95/src.
500
501 20100703
502         + continue integrating changes to use gnatmake project files in Ada95
503           + add/use configure check to turn on project rules for Ada95/src.
504         + revert the vfork change from 20100130, since it does not work.
505
506 20100626
507         + continue integrating changes to use gnatmake project files in Ada95
508           + old gnatmake (3.15) does not produce libraries using project-file;
509             work around by adding script to generate alternate makefile.
510
511 20100619
512         + continue integrating changes to use gnatmake project files in Ada95
513           + add configure --with-ada-sharedlib option, for the test_make rule.
514           + move Ada95-related logic into aclocal.m4, since additional checks
515             will be needed to distinguish old/new implementations of gnat.
516
517 20100612
518         + start integrating changes to use gnatmake project files in Ada95 tree
519           + add test_make / test_clean / test_install rules in Ada95/src
520           + change install-path for adainclude directory to /usr/share/ada (was
521             /usr/lib/ada).
522         + update Ada95/configure.
523         + add mlterm+256color entry, for mlterm 3.0.0 -TD
524         + modify test/configure to use macros to ensure consistent order
525           of updating LIBS variable.
526
527 20100605
528         + change search order of options for Solaris in CF_SHARED_OPTS, to
529           work with 64-bit compiles.
530         + correct quoting of assignment in CF_SHARED_OPTS case for aix
531           (cf: 20081227)
532
533 20100529
534         + regenerated html documentation.
535         + modify test/configure to support pkg-config for checking X libraries
536           used by PDCurses.
537         + add/use configure macro CF_ADD_LIB to force consistency of
538           assignments to $LIBS, etc.
539         + fix configure script for combining --with-pthread
540           and --enable-weak-symbols options.
541
542 20100522
543         + correct cross-compiling configure check for CF_MKSTEMP macro, by
544           adding a check cache variable set by AC_CHECK_FUNC (report by
545           Pierre Labastie).
546         + simplify include-dependencies of make_hash and make_keys, to reduce
547           the need for setting BUILD_CPPFLAGS in cross-compiling when the
548           build- and target-machines differ.
549         + repair broken-linker configuration by restoring a definition of SP
550           variable to curses.priv.h, and adjusting for cases where sp-funcs
551           are used.
552         + improve configure macro CF_AR_FLAGS, allowing ARFLAGS environment
553           variable to override (prompted by report by Pablo Cazallas).
554
555 20100515
556         + add configure option --enable-pthreads-eintr to control whether the
557           new EINTR feature is enabled.
558         + modify logic in pthread configuration to allow EINTR to interrupt
559           a read operation in wgetch() (Novell #540571, patch by Werner Fink).
560         + drop mkdirs.sh, use "mkdir -p".
561         + add configure option --disable-libtool-version, to use the
562           "-version-number" feature which was added in libtool 1.5 (report by
563           Peter Haering).  The default value for the option uses the newer
564           feature, which makes libraries generated using libtool compatible
565           with the standard builds of ncurses.
566         + updated test/configure to match configure script macros.
567         + fixes for configure script from lynx changes:
568           + improve CF_FIND_LINKAGE logic for the case where a function is
569             found in predefined libraries.
570           + revert part of change to CF_HEADER (cf: 20100424)
571
572 20100501
573         + correct limit-check in wredrawln, accounting for begy/begx values
574           (patch by David Benjamin).
575         + fix most compiler warnings from clang.
576         + amend build-fix for OpenSolaris, to ensure that a system header is
577           included in curses.h before testing feature symbols, since they
578           may be defined by that route.
579
580 20100424
581         + fix some strict compiler warnings in ncurses library.
582         + modify configure macro CF_HEADER_PATH to not look for variations in
583           the predefined include directories.
584         + improve configure macros CF_GCC_VERSION and CF_GCC_WARNINGS to work
585           with gcc 4.x's c89 alias, which gives warning messages for cases
586           where older versions would produce an error.
587
588 20100417
589         + modify _nc_capcmp() to work with cancelled strings.
590         + correct translation of "^" in _nc_infotocap(), used to transform
591           terminfo to termcap strings 
592         + add configure --disable-rpath-hack, to allow disabling the feature
593           which adds rpath options for libraries in unusual places.
594         + improve CF_RPATH_HACK_2 by checking if the rpath option for a given
595           directory was already added.
596         + improve CF_RPATH_HACK_2 by using ldd to provide a standard list of
597           directories (which will be ignored).
598
599 20100410
600         + improve win_driver.c handling of mouse:
601           + discard motion events
602           + avoid calling _nc_timed_wait when there is a mouse event
603           + handle 4th and "rightmost" buttons.
604         + quote substitutions in CF_RPATH_HACK_2 configure macro, needed for
605           cases where there are embedded blanks in the rpath option.
606
607 20100403
608         + add configure check for exctags vs ctags, to work around pkgsrc.
609         + simplify logic in _nc_get_screensize() to make it easier to see how
610           environment variables may override system- and terminfo-values
611           (prompted by discussion with Igor Bujna).
612         + make debug-traces for COLOR_PAIR and PAIR_NUMBER less verbose.
613         + improve handling of color-pairs embedded in attributes for the
614           extended-colors configuration.
615         + modify MKlib_gen.sh to build link_test with sp-funcs.
616         + build-fixes for OpenSolaris aka Solaris 11, for wide-character
617           configuration as well as for rpath feature in *-config scripts.
618
619 20100327
620         + refactor CF_SHARED_OPTS configure macro, making CF_RPATH_HACK more
621           reusable.
622         + improve configure CF_REGEX, similar fixes.
623         + improve configure CF_FIND_LINKAGE, adding add check between system
624           (default) and explicit paths, where we can find the entrypoint in the
625           given library.
626         + add check if Gpm_Open() returns a -2, e.g., for "xterm".  This is
627           normally suppressed but can be overridden using $NCURSES_GPM_TERMS.
628           Ensure that Gpm_Close() is called in this case.
629
630 20100320
631         + rename atari and st52 terminfo entries to atari-old, st52-old, use
632           newer entries from FreeMiNT by Guido Flohr (from patch/report by Alan
633           Hourihane).
634
635 20100313
636         + modify install-rule for manpages so that *-config manpages will
637           install when building with --srcdir (report by Sven Joachim).
638         + modify CF_DISABLE_LEAKS configure macro so that the --enable-leaks
639           option is not the same as --disable-leaks (GenToo #305889).
640         + modify #define's for build-compiler to suppress cchar_t symbol from
641           compile of make_hash and make_keys, improving cross-compilation of
642           ncursesw (report by Bernhard Rosenkraenzer).
643         + modify CF_MAN_PAGES configure macro to replace all occurrences of
644           TPUT in tput.1's manpage (Debian #573597, report/analysis by Anders
645           Kaseorg).
646
647 20100306
648         + generate manpages for the *-config scripts, adapted from help2man
649           (suggested by Sven Joachim).
650         + use va_copy() in _nc_printf_string() to avoid conflicting use of
651           va_list value in _nc_printf_length() (report by Wim Lewis).
652
653 20100227
654         + add Ada95/configure script, to use in tar-file created by
655           Ada95/make-tar.sh
656         + fix typo in wresize.3x (patch by Tim van der Molen).
657         + modify screen-bce.XXX entries to exclude ech, since screen's color
658           model does not clear with color for that feature -TD
659
660 20100220
661         + add make-tar.sh scripts to Ada95 and test subdirectories to help with
662           making those separately distributable.
663         + build-fix for static libraries without dlsym (Debian #556378).
664         + fix a syntax error in man/form_field_opts.3x (patch by Ingo
665           Schwarze).
666
667 20100213
668         + add several screen-bce.XXX entries -TD
669
670 20100206
671         + update mrxvt terminfo entry -TD
672         + modify win_driver.c to support mouse single-clicks.
673         + correct name for termlib in ncurses*-config, e.g., if it is renamed
674           to provide a single file for ncurses/ncursesw libraries (patch by
675           Miroslav Lichvar).
676
677 20100130
678         + use vfork in test/ditto.c if available (request by Mike Frysinger).
679         + miscellaneous cleanup of manpages.
680         + fix typo in curs_bkgd.3x (patch by Tim van der Molen).
681         + build-fix for --srcdir (patch by Miroslav Lichvar).
682
683 20100123
684         + for term-driver configuration, ensure that the driver pointer is
685           initialized in setupterm so that terminfo/termcap programs work.
686         + amend fix for Debian #542031 to ensure that wattrset() returns only
687           OK or ERR, rather than the attribute value (report by Miroslav
688           Lichvar).
689         + reorder WINDOWLIST to put WINDOW data after SCREEN pointer, making
690           _nc_screen_of() compatible between normal/wide libraries again (patch
691           by Miroslav Lichvar)
692         + review/fix include-dependencies in modules files (report by Miroslav
693           Lichvar).
694
695 20100116
696         + modify win_driver.c to initialize acs_map for win32 console, so
697           that line-drawing works.
698         + modify win_driver.c to initialize TERMINAL struct so that programs
699           such as test/lrtest.c and test/ncurses.c which test string
700           capabilities can run.
701         + modify term-driver modules to eliminate forward-reference
702           declarations.
703
704 20100109
705         + modify configure macro CF_XOPEN_SOURCE, etc., to use CF_ADD_CFLAGS
706           consistently to add new -D's while removing duplicates.
707         + modify a few configure macros to consistently put new options
708           before older in the list.
709         + add tiparm(), based on review of X/Open Curses Issue 7.
710         + minor documentation cleanup.
711         + update config.guess, config.sub from
712                 http://savannah.gnu.org/projects/config
713           (caveat - its maintainer put 2010 copyright date on files dated 2009)
714
715 20100102
716         + minor improvement to tic's checking of similar SGR's to allow for the
717           most common case of SGR 0.
718         + modify getmouse() to act as its documentation implied, returning on
719           each call the preceding event until none are left.  When no more
720           events remain, it will return ERR.
721
722 20091227
723         + change order of lookup in progs/tput.c, looking for terminfo data
724           first.  This fixes a confusion between termcap "sg" and terminfo
725           "sgr" or "sgr0", originally from 990123 changes, but exposed by
726           20091114 fixes for hashing.  With this change, only "dl" and "ed" are
727           ambiguous (Mandriva #56272).
728
729 20091226
730         + add bterm terminfo entry, based on bogl 0.1.18 -TD
731         + minor fix to rxvt+pcfkeys terminfo entry -TD
732         + build-fixes for Ada95 tree for gnat 4.4 "style".
733
734 20091219
735         + remove old check in mvderwin() which prevented moving a derived
736           window whose origin happened to coincide with its parent's origin
737           (report by Katarina Machalkova).
738         + improve test/ncurses.c to put mouse droppings in the proper window.
739         + update minix terminfo entry -TD
740         + add bw (auto-left-margin) to nsterm* entries (Benjamin Sittler)
741
742 20091212
743         + correct transfer of multicolumn characters in multirow
744           field_buffer(), which stopped at the end of the first row due to
745           filling of unused entries in a cchar_t array with nulls.
746         + updated nsterm* entries (Benjamin Sittler, Emanuele Giaquinta)
747         + modify _nc_viscbuf2() and _tracecchar_t2() to show wide-character
748           nulls.
749         + use strdup() in set_menu_mark(), restore .marklen struct member on
750           failure.
751         + eliminate clause 3 from the UCB copyrights in read_termcap.c and
752           tset.c per
753                 ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
754           (patch by Nicholas Marriott).
755         + replace a malloc in tic.c with strdup, checking for failure (patch by
756           Nicholas Marriott).
757         + update config.guess, config.sub from
758                 http://savannah.gnu.org/projects/config
759
760 20091205
761         + correct layout of working window used to extract data in
762           wide-character configured by set_field_buffer (patch by Rafael
763           Garrido Fernandez)
764         + improve some limit-checks related to filename length in reading and
765           writing terminfo entries.
766         + ensure that filename is always filled in when attempting to read
767           a terminfo entry, so that infocmp can report the filename (patch
768           by Nicholas Marriott).
769
770 20091128
771         + modify mk-1st.awk to allow tinfo library to be built when term-driver
772           is enabled.
773         + add error-check to configure script to ensure that sp-funcs is
774           enabled if term-driver is, since some internal interfaces rely upon
775           this.
776
777 20091121
778         + fix case where progs/tput is used while sp-funcs is configure; this
779           requires save/restore of out-character function from _nc_prescreen
780           rather than the SCREEN structure (report by Charles Wilson).
781         + fix typo in man/curs_trace.3x which caused incorrect symbolic links
782         + improved configure macros CF_GCC_ATTRIBUTES, CF_PROG_LINT.
783
784 20091114
785
786         + updated man/curs_trace.3x
787         + limit hashing for termcap-names to 2-characters (Ubuntu #481740).
788         + change a variable name in lib_newwin.c to make it clearer which
789           value is being freed on error (patch by Nicholas Marriott).
790
791 20091107
792         + improve test/ncurses.c color-cycling test by reusing attribute-
793           and color-cycling logic from the video-attributes screen.
794         + add ifdef'd with NCURSES_INTEROP_FUNCS experimental bindings in form
795           library which help make it compatible with interop applications
796           (patch by Juergen Pfeifer).
797         + add configure option --enable-interop, for integrating changes
798           for generic/interop support to form-library by Juergen Pfeifer
799
800 20091031
801         + modify use of $CC environment variable which is defined by X/Open
802           as a curses feature, to ignore it if it is not a single character
803           (prompted by discussion with Benjamin C W Sittler).
804         + add START_TRACE in slk_init
805         + fix a regression in _nc_ripoffline which made test/ncurses.c not show
806           soft-keys, broken in 20090927 merging.
807         + change initialization of "hidden" flag for soft-keys from true to
808           false, broken in 20090704 merging (Ubuntu #464274).
809         + update nsterm entries (patch by Benjamin C W Sittler, prompted by
810           discussion with Fabian Groffen in GenToo #206201).
811         + add test/xterm-256color.dat
812
813 20091024
814         + quiet some pedantic gcc warnings.
815         + modify _nc_wgetch() to check for a -1 in the fifo, e.g., after a
816           SIGWINCH, and discard that value, to avoid confusing application
817           (patch by Eygene Ryabinkin, FreeBSD bin/136223).
818
819 20091017
820         + modify handling of $PKG_CONFIG_LIBDIR to use only the first item in
821           a possibly colon-separated list (Debian #550716).
822
823 20091010
824         + supply a null-terminator to buffer in _nc_viswibuf().
825         + fix a sign-extension bug in unget_wch() (report by Mike Gran).
826         + minor fixes to error-returns in default function for tputs, as well
827           as in lib_screen.c
828
829 20091003
830         + add WACS_xxx definitions to wide-character configuration for thick-
831           and double-lines (discussion with Slava Zanko).
832         + remove unnecessary kcan assignment to ^C from putty (Sven Joachim)
833         + add ccc and initc capabilities to xterm-16color -TD
834         > patch by Benjamin C W Sittler:
835         + add linux-16color
836         + correct initc capability of linux-c-nc end-of-range
837         + similar change for dg+ccc and dgunix+ccc
838
839 20090927
840         + move leak-checking for comp_captab.c into _nc_leaks_tinfo() since
841           that module since 20090711 is in libtinfo.
842         + add configure option --enable-term-driver, to allow compiling with
843           terminal-driver.  That is used in MinGW port, and (being somewhat
844           more complicated) is an experimental alternative to the conventional
845           termlib internals.  Currently, it requires the sp-funcs feature to
846           be enabled.
847         + completed integrating "sp-funcs" by Juergen Pfeifer in ncurses
848           library (some work remains for forms library).
849
850 20090919
851         + document return code from define_key (report by Mike Gran).
852         + make some symbolic links in the terminfo directory-tree shorter
853           (patch by Daniel Jacobowitz, forwarded by Sven Joachim).).
854         + fix some groff warnings in terminfo.5, etc., from recent Debian
855           changes.
856         + change ncv and op capabilities in sun-color terminfo entry to match
857           Sun's entry for this (report by Laszlo Peter).
858         + improve interix smso terminfo capability by using reverse rather than
859           bold (report by Kristof Zelechovski).
860
861 20090912
862         + add some test programs (and make these use the same special keys
863           by sharing linedata.h functions):
864           test/test_addstr.c
865           test/test_addwstr.c
866           test/test_addchstr.c
867           test/test_add_wchstr.c
868         + correct internal _nc_insert_ch() to use _nc_insert_wch() when
869           inserting wide characters, since the wins_wch() function that it used
870           did not update the cursor position (report by Ciprian Craciun).
871
872 20090906
873         + fix typo s/is_timeout/is_notimeout/ which made "man is_notimeout" not
874           work.
875         + add null-pointer checks to other opaque-functions.
876         + add is_pad() and is_subwin() functions for opaque access to WINDOW
877           (discussion with Mark Dickinson).
878         + correct merge to lib_newterm.c, which broke when sp-funcs was
879           enabled.
880
881 20090905
882         + build-fix for building outside source-tree (report by Sven Joachim).
883         + fix Debian lintian warning for man/tabs.1 by making section number
884           agree with file-suffix (report by Sven Joachim).
885         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
886
887 20090829
888         + workaround for bug in g++ 4.1-4.4 warnings for wattrset() macro on
889           amd64 (Debian #542031).
890         + fix typo in curs_mouse.3x (Debian #429198).
891
892 20090822
893         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
894
895 20090815
896         + correct use of terminfo capabilities for initializing soft-keys,
897           broken in 20090509 merging.
898         + modify wgetch() to ensure it checks SIGWINCH when it gets an error
899           in non-blocking mode (patch by Clemens Ladisch).
900         + use PATH_SEPARATOR symbol when substituting into run_tic.sh, to
901           help with builds on non-Unix platforms such as OS/2 EMX.
902         + modify scripting for misc/run_tic.sh to test configure script's
903           $cross_compiling variable directly rather than comparing host/build
904           compiler names (prompted by comment in GenToo #249363).
905         + fix configure script option --with-database, which was coded as an
906           enable-type switch.
907         + build-fixes for --srcdir (report by Frederic L W Meunier).
908
909 20090808
910         + separate _nc_find_entry() and _nc_find_type_entry() from
911           implementation details of hash function.
912
913 20090803
914         + add tabs.1 to man/man_db.renames
915         + modify lib_addch.c to compensate for removal of wide-character test
916           from unctrl() in 20090704 (Debian #539735).
917
918 20090801
919         + improve discussion in INSTALL for use of system's tic/infocmp for
920           cross-compiling and building fallbacks.
921         + modify test/demo_termcap.c to correspond better to options in
922           test/demo_terminfo.c
923         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
924         + fix logic for 'V' in test/ncurses.c tests f/F.
925
926 20090728
927         + correct logic in tigetnum(), which caused tput program to treat all
928           string capabilities as numeric (report by Rajeev V Pillai,
929           cf: 20090711).
930
931 20090725
932         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
933
934 20090718
935         + fix a null-pointer check in _nc_format_slks() in lib_slk.c, from
936           20070704 changes.
937         + modify _nc_find_type_entry() to use hashing.
938         + make CCHARW_MAX value configurable, noting that changing this would
939           change the size of cchar_t, and would be ABI-incompatible.
940         + modify test-programs, e.g,.  test/view.c, to address subtle
941           differences between Tru64/Solaris and HPUX/AIX getcchar() return
942           values.
943         + modify length returned by getcchar() to count the trailing null
944           which is documented in X/Open (cf: 20020427).
945         + fixes for test programs to build/work on HPUX and AIX, etc.
946
947 20090711
948         + improve performance of tigetstr, etc., by using hashing code from tic.
949         + minor fixes for memory-leak checking.
950         + add test/demo_terminfo, for comparison with demo_termcap
951
952 20090704
953         + remove wide-character checks from unctrl() (patch by Clemens Ladisch).
954         + revise wadd_wch() and wecho_wchar() to eliminate dependency on
955           unctrl().
956         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
957
958 20090627
959         + update llib-lncurses[wt] to use sp-funcs.
960         + various code-fixes to build/work with --disable-macros configure
961           option.
962         + add several new files from Juergen Pfeifer which will be used when
963           integration of "sp-funcs" is complete.  This includes a port to
964           MinGW.
965
966 20090613
967         + move definition for NCURSES_WRAPPED_VAR back to ncurses_dll.h, to
968           make includes of term.h without curses.h work (report by "Nix").
969         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
970
971 20090607
972         + fix a regression in lib_tputs.c, from ongoing merges.
973
974 20090606
975         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
976
977 20090530
978         + fix an infinite recursion when adding a legacy-coding 8-bit value
979           using insch() (report by Clemens Ladisch).
980         + free home-terminfo string in del_curterm() (patch by Dan Weber).
981         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
982
983 20090523
984         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
985
986 20090516
987         + work around antique BSD game's manipulation of stdscr, etc., versus
988           SCREEN's copy of the pointer (Debian #528411).
989         + add a cast to wattrset macro to avoid compiler warning when comparing
990           its result against ERR (adapted from patch by Matt Kraii, Debian
991           #528374).
992
993 20090510
994         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
995
996 20090502
997         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
998         + add vwmterm terminfo entry (patch by Bryan Christ).
999
1000 20090425
1001         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1002
1003 20090419
1004         + build fix for _nc_free_and_exit() change in 20090418 (report by
1005           Christian Ebert).
1006
1007 20090418
1008         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1009
1010 20090411
1011         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1012           This change finishes merging for menu and panel libraries, does
1013           part of the form library.
1014
1015 20090404
1016         + suppress configure check for static/dynamic linker flags for gcc on
1017           Darwin (report by Nelson Beebe).
1018
1019 20090328
1020         + extend ansi.sys pfkey capability from kf1-kf10 to kf1-kf48, moving
1021           function key definitions from emx-base for consistency -TD
1022         + correct missing final 'p' in pfkey capability of ansi.sys-old (report
1023           by Kalle Olavi Niemitalo).
1024         + improve test/ncurses.c 'F' test, show combining characters in color.
1025         + quiet a false report by cppcheck in c++/cursesw.cc by eliminating
1026           a temporary variable.
1027         + use _nc_doalloc() rather than realloc() in a few places in ncurses
1028           library to avoid leak in out-of-memory condition (reports by William
1029           Egert and Martin Ettl based on cppcheck tool).
1030         + add --with-ncurses-wrap-prefix option to test/configure (discussion
1031           with Charles Wilson).
1032         + use ncurses*-config scripts if available for test/configure.
1033         + update test/aclocal.m4 and test/configure
1034         > patches by Charles Wilson:
1035         + modify CF_WITH_LIBTOOL configure check to allow unreleased libtool
1036           version numbers (e.g.  which include alphabetic chars, as well as
1037           digits, after the final '.').
1038         + improve use of -no-undefined option for libtool by setting an
1039           intermediate variable LT_UNDEF in the configure script, and then
1040           using that in the libtool link-commands.
1041         + fix an missing use of NCURSES_PUBLIC_VAR() in tinfo/MKcodes.awk
1042           from 2009031 changes.
1043         + improve mk-1st.awk script by writing separate cases for the
1044           LIBTOOL_LINK command, depending on which library (ncurses, ticlib,
1045           termlib) is to be linked.
1046         + modify configure.in to allow broken-linker configurations, not just
1047           enable-reentrant, to set public wrap prefix.
1048
1049 20090321
1050         + add TICS_LIST and SHLIB_LIST to allow libtool 2.2.6 on Cygwin to
1051           build with tic and term libraries (patch by Charles Wilson).
1052         + add -no-undefined option to libtool for Cygwin, MinGW, U/Win and AIX
1053           (report by Charles Wilson).
1054         + fix definition for c++/Makefile.in's SHLIB_LIST, which did not list
1055           the form, menu or panel libraries (patch by Charles Wilson).
1056         + add configure option --with-wrap-prefix to allow setting the prefix
1057           for functions used to wrap global variables to something other than
1058           "_nc_" (discussion with Charles Wilson).
1059
1060 20090314
1061         + modify scripts to generate ncurses*-config and pc-files to add
1062           dependency for tinfo library (patch by Charles Wilson).
1063         + improve comparison of program-names when checking for linked flavors
1064           such as "reset" by ignoring the executable suffix (reports by Charles
1065           Wilson, Samuel Thibault and Cedric Bretaudeau on Cygwin mailing
1066           list).
1067         + suppress configure check for static/dynamic linker flags for gcc on
1068           Solaris 10, since gcc is confused by absence of static libc, and
1069           does not switch back to dynamic mode before finishing the libraries
1070           (reports by Joel Bertrand, Alan Pae).
1071         + minor fixes to Intel compiler warning checks in configure script.
1072         + modify _nc_leaks_tinfo() so leak-checking in test/railroad.c works.
1073         + modify set_curterm() to make broken-linker configuration work with
1074           changes from 20090228 (report by Charles Wilson).
1075
1076 20090228
1077         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1078         + modify declaration of cur_term when broken-linker is used, but
1079           enable-reentrant is not, to match pre-5.7 (report by Charles Wilson).
1080
1081 20090221
1082         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1083
1084 20090214
1085         + add configure script --enable-sp-funcs to enable the new set of
1086           extended functions.
1087         + start integrating patches by Juergen Pfeifer:
1088           + add extended functions which specify the SCREEN pointer for several
1089             curses functions which use the global SP (these are incomplete;
1090             some internals work is needed to complete these).
1091           + add special cases to configure script for MinGW port.
1092
1093 20090207
1094         + update several configure macros from lynx changes
1095           + append (not prepend) to CFLAGS/CPPFLAGS
1096           + change variable from PATHSEP to PATH_SEPARATOR
1097         + improve install-rules for pc-files (patch by Miroslav Lichvar).
1098           + make it work with $DESTDIR
1099           + create the pkg-config library directory if needed.
1100
1101 20090124
1102         + modify init_pair() to allow caller to create extra color pairs beyond
1103           the color_pairs limit, which use default colors (request by Emanuele
1104           Giaquinta).
1105         + add misc/terminfo.tmp and misc/*.pc to "sources" rule.
1106         + fix typo "==" where "=" is needed in ncurses-config.in and
1107           gen-pkgconfig.in files (Debian #512161).
1108
1109 20090117
1110         + add -shared option to MK_SHARED_LIB when -Bsharable is used, for
1111           *BSD's, without which "main" might be one of the shared library's
1112           dependencies (report/analysis by Ken Dickey).
1113         + modify waddch_literal(), updating line-pointer after a multicolumn
1114           character is found to not fit on the current row, and wrapping is
1115           done.  Since the line-pointer was not updated, the wrapped
1116           multicolumn character was written to the beginning of the current row
1117           (cf: 20041023, reported by "Nick" regarding problem with ncmpc
1118           http://musicpd.org/mantis/bug_view_page.php?bug_id=1930).
1119
1120 20090110
1121         + add screen.Eterm terminfo entry (GenToo #124887) -TD
1122         + modify adacurses-config to look for ".ali" files in the adalib
1123           directory.
1124         + correct install for Ada95, which omitted libAdaCurses.a used in
1125           adacurses-config
1126         + change install for adacurses-config to provide additional flavors
1127           such as adacursesw-config, for ncursesw (GenToo #167849).
1128
1129 20090105
1130         + remove undeveloped feature in ncurses-config.in for setting
1131           prefix variable.
1132         + recent change to ncurses-config.in did not take into account the
1133           --disable-overwrite option, which sets $includedir to the
1134           subdirectory and using just that for a -I option does not work - fix
1135           (report by Frederic L W Meunier).
1136
1137 20090104
1138         + modify gen-pkgconfig.in to eliminate a dependency on rpath when
1139           deciding whether to add $LIBS to --libs output; that should be shown
1140           for the ncurses and tinfo libraries without taking rpath into
1141           account.
1142         + fix an overlooked change from $AR_OPTS to $ARFLAGS in mk-1st.awk,
1143           used in static libraries (report by Marty Jack).
1144
1145 20090103
1146         + add a configure-time check to pick a suitable value for
1147           CC_SHARED_OPTS for Solaris (report by Dagobert Michelsen).
1148         + add configure --with-pkg-config and --enable-pc-files options, along
1149           with misc/gen-pkgconfig.in which can be used to generate ".pc" files
1150           for pkg-config (request by Jan Engelhardt).
1151         + use $includedir symbol in misc/ncurses-config.in, add --includedir
1152           option.
1153         + change makefiles to use $ARFLAGS rather than $AR_OPTS, provide a
1154           configure check to detect whether a "-" is needed before "ar"
1155           options.
1156         + update config.guess, config.sub from
1157                 http://savannah.gnu.org/projects/config
1158
1159 20081227
1160         + modify mk-1st.awk to work with extra categories for tinfo library.
1161         + modify configure script to allow building shared libraries with gcc
1162           on AIX 5 or 6 (adapted from patch by Lital Natan).
1163
1164 20081220
1165         + modify to omit the opaque-functions from lib_gen.o when
1166           --disable-ext-funcs is used.
1167         + add test/clip_printw.c to illustrate how to use printw without
1168           wrapping.
1169         + modify ncurses 'F' test to demo wborder_set() with colored lines.
1170         + modify ncurses 'f' test to demo wborder() with colored lines.
1171
1172 20081213
1173         + add check for failure to open hashed-database needed for db4.6
1174           (GenToo #245370).
1175         + corrected --without-manpages option; previous change only suppressed
1176           the auxiliary rules install.man and uninstall.man
1177         + add case for FreeMINT to configure macro CF_XOPEN_SOURCE (patch from
1178           GenToo #250454).
1179         + fixes from NetBSD port at
1180           http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches
1181           patch-ac (build-fix for DragonFly)
1182           patch-ae (use INSTALL_SCRIPT for installing misc/ncurses*-config).
1183         + improve configure script macros CF_HEADER_PATH and CF_LIBRARY_PATH
1184           by adding CFLAGS, CPPFLAGS and LDFLAGS, LIBS values to the
1185           search-lists.
1186         + correct title string for keybound manpage (patch by Frederic Culot,
1187           OpenBSD documentation/6019),
1188
1189 20081206
1190         + move del_curterm() call from _nc_freeall() to _nc_leaks_tinfo() to
1191           work for progs/clear, progs/tabs, etc.
1192         + correct buffer-size after internal resizing of wide-character
1193           set_field_buffer(), broken in 20081018 changes (report by Mike Gran).
1194         + add "-i" option to test/filter.c to tell it to use initscr() rather
1195           than newterm(), to investigate report on comp.unix.programmer that
1196           ncurses would clear the screen in that case (it does not - the issue
1197           was xterm's alternate screen feature).
1198         + add check in mouse-driver to disable connection if GPM returns a
1199           zero, indicating that the connection is closed (Debian #506717,
1200           adapted from patch by Samuel Thibault).
1201
1202 20081129
1203         + improve a workaround in adding wide-characters, when a control
1204           character is found.  The library (cf: 20040207) uses unctrl() to
1205           obtain a printable version of the control character, but was not
1206           passing color or video attributes.
1207         + improve test/ncurses.c 'a' test, using unctrl() more consistently to
1208           display meta-characters.
1209         + turn on _XOPEN_CURSES definition in curses.h
1210         + add eterm-color entry (report by Vincent Lefevre) -TD
1211         + correct use of key_name() in test/ncurses.c 'A' test, which only
1212           displays wide-characters, not key-codes since 20070612 (report by
1213           Ricardo Cantu).
1214
1215 20081122
1216         + change _nc_has_mouse() to has_mouse(), reflect its use in C++ and
1217           Ada95 (patch by Juergen Pfeifer).
1218         + document in TO-DO an issue with Cygwin's package for GNAT (report
1219           by Mike Dennison).
1220         + improve error-checking of command-line options in "tabs" program.
1221
1222 20081115
1223         + change several terminfo entries to make consistent use of ANSI
1224           clear-all-tabs -TD
1225         + add "tabs" program (prompted by Debian #502260).
1226         + add configure --without-manpages option (request by Mike Frysinger).
1227
1228 20081102 5.7 release for upload to ftp.gnu.org
1229
1230 20081025
1231         + add a manpage to discuss memory leaks.
1232         + add support for shared libraries for QNX (other than libtool, which
1233           does not work well on that platform).
1234         + build-fix for QNX C++ binding.
1235
1236 20081018
1237         + build-fixes for OS/2 EMX.
1238         + modify form library to accept control characters such as newline
1239           in set_field_buffer(), which is compatible with Solaris (report by
1240           Nit Khair).
1241         + modify configure script to assume --without-hashed-db when
1242           --disable-database is used.
1243         + add "-e" option in ncurses/Makefile.in when generating source-files
1244           to force earlier exit if the build environment fails unexpectedly
1245           (prompted by patch by Adrian Bunk).
1246         + change configure script to use CF_UTF8_LIB, improved variant of
1247           CF_LIBUTF8.
1248
1249 20081012
1250         + add teraterm4.59 terminfo entry, use that as primary teraterm entry, rename
1251           original to teraterm2.3 -TD
1252         + update "gnome" terminfo to 2.22.3 -TD
1253         + update "konsole" terminfo to 1.6.6, needs today's fix for tic -TD
1254         + add "aterm" terminfo -TD
1255         + add "linux2.6.26" terminfo -TD
1256         + add logic to tic for cancelling strings in user-defined capabilities,
1257           overlooked til now.
1258
1259 20081011
1260         + regenerated html documentation.
1261         + add -m and -s options to test/keynames.c and test/key_names.c to test
1262           the meta() function with keyname() or key_name(), respectively.
1263         + correct return value of key_name() on error; it is null.
1264         + document some unresolved issues for rpath and pthreads in TO-DO.
1265         + fix a missing prototype for ioctl() on OpenBSD in tset.c
1266         + add configure option --disable-tic-depends to make explicit whether
1267           tic library depends on ncurses/ncursesw library, amends change from
1268           20080823 (prompted by Debian #501421).
1269
1270 20081004
1271         + some build-fixes for configure --disable-ext-funcs (incomplete, but
1272           works for C/C++ parts).
1273         + improve configure-check for awks unable to handle large strings, e.g.
1274           AIX 5.1 whose awk silently gives up on large printf's.
1275
1276 20080927
1277         + fix build for --with-dmalloc by workaround for redefinition of
1278           strndup between string.h and dmalloc.h
1279         + fix build for --disable-sigwinch
1280         + add environment variable NCURSES_GPM_TERMS to allow override to use
1281           GPM on terminals other than "linux", etc.
1282         + disable GPM mouse support when $TERM does not happen to contain
1283           "linux", since Gpm_Open() no longer limits its assertion to terminals
1284           that it might handle, e.g., within "screen" in xterm.
1285         + reset mouse file-descriptor when unloading GPM library (report by
1286           Miroslav Lichvar).
1287         + fix build for --disable-leaks --enable-widec --with-termlib
1288         > patch by Juergen Pfeifer:
1289         + use improved initialization for soft-label keys in Ada95 sample code.
1290         + discard internal symbol _nc_slk_format (unused since 20080112).
1291         + move call of slk_paint_info() from _nc_slk_initialize() to
1292           slk_intern_refresh(), improving initialization.
1293
1294 20080925
1295         + fix bug in mouse code for GPM from 20080920 changes (reported in
1296           Debian #500103, also Miroslav Lichvar).
1297
1298 20080920
1299         + fix shared-library rules for cygwin with tic- and tinfo-libraries.
1300         + fix a memory leak when failure to connect to GPM.
1301         + correct check for notimeout() in wgetch() (report on linux.redhat
1302           newsgroup by FurtiveBertie).
1303         + add an example warning-suppression file for valgrind,
1304           misc/ncurses.supp (based on example from Reuben Thomas)
1305
1306 20080913
1307         + change shared-library configuration for OpenBSD, make rpath work.
1308         + build-fixes for using libutf8, e.g., on OpenBSD 3.7
1309
1310 20080907
1311         + corrected fix for --enable-weak-symbols (report by Frederic L W
1312           Meunier).
1313
1314 20080906
1315         + corrected gcc options for building shared libraries on IRIX64.
1316         + add configure check for awk programs unable to handle big-strings,
1317           use that to improve the default for --enable-big-strings option.
1318         + makefile-fixes for --enable-weak-symbols (report by Frederic L W
1319           Meunier).
1320         + update test/configure script.
1321         + adapt ifdef's from library to make test/view.c build when mbrtowc()
1322           is unavailable, e.g., with HPUX 10.20.
1323         + add configure check for wcsrtombs, mbsrtowcs, which are used in
1324           test/ncurses.c, and use wcstombs, mbstowcs instead if available,
1325           fixing build of ncursew for HPUX 11.00
1326
1327 20080830
1328         + fixes to make Ada95 demo_panels() example work.
1329         + modify Ada95 'rain' test program to accept keyboard commands like the
1330           C-version.
1331         + modify BeOS-specific ifdef's to build on Haiku (patch by Scott
1332           Mccreary).
1333         + add configure-check to see if the std namespace is legal for cerr
1334           and endl, to fix a build issue with Tru64.
1335         + consistently use NCURSES_BOOL in lib_gen.c
1336         + filter #line's from lib_gen.c
1337         + change delimiter in MKlib_gen.sh from '%' to '@', to avoid
1338           substitution by IBM xlc to '#' as part of its extensions to digraphs.
1339         + update config.guess, config.sub from
1340                 http://savannah.gnu.org/projects/config
1341           (caveat - its maintainer removed support for older Linux systems).
1342
1343 20080823
1344         + modify configure check for pthread library to work with OSF/1 5.1,
1345           which uses #define's to associate its header and library.
1346         + use pthread_mutexattr_init() for initializing pthread_mutexattr_t,
1347           makes threaded code work on HPUX 11.23
1348         + fix a bug in demo_menus in freeing menus (cf: 20080804).
1349         + modify configure script for the case where tic library is used (and
1350           possibly renamed) to remove its dependency upon ncurses/ncursew
1351           library (patch by Dr Werner Fink).
1352         + correct manpage for menu_fore() which gave wrong default for
1353           the attribute used to display a selected entry (report by Mike Gran).
1354         + add Eterm-256color, Eterm-88color and rxvt-88color (prompted by
1355           Debian #495815) -TD
1356
1357 20080816
1358         + add configure option --enable-weak-symbols to turn on new feature.
1359         + add configure-check for availability of weak symbols.
1360         + modify linkage with pthread library to use weak symbols so that
1361           applications not linked to that library will not use the mutexes,
1362           etc.  This relies on gcc, and may be platform-specific (patch by Dr
1363           Werner Fink).
1364         + add note to INSTALL to document limitation of renaming of tic library
1365           using the --with-ticlib configure option (report by Dr Werner Fink).
1366         + document (in manpage) why tputs does not detect I/O errors (prompted
1367           by comments by Samuel Thibault).
1368         + fix remaining warnings from Klocwork report.
1369
1370 20080804
1371         + modify _nc_panelhook() data to account for a permanent memory leak.
1372         + fix memory leaks in test/demo_menus
1373         + fix most warnings from Klocwork tool (report by Larry Zhou).
1374         + modify configure script CF_XOPEN_SOURCE macro to add case for
1375           "dragonfly" from xterm #236 changes.
1376         + modify configure script --with-hashed-db to let $LIBS override the
1377           search for the db library (prompted by report by Samson Pierre).
1378
1379 20080726
1380         + build-fixes for gcc 4.3.1 (changes to gnat "warnings", and C inlining
1381           thresholds).
1382
1383 20080713
1384         + build-fix (reports by Christian Ebert, Funda Wang).
1385
1386 20080712
1387         + compiler-warning fixes for Solaris.
1388
1389 20080705
1390         + use NCURSES_MOUSE_MASK() in definition of BUTTON_RELEASE(), etc., to
1391           make those work properly with the "--enable-ext-mouse" configuration
1392           (cf: 20050205).
1393         + improve documentation of build-cc options in INSTALL.
1394         + work-around a bug in gcc 4.2.4 on AIX, which does not pass the
1395           -static/-dynamic flags properly to linker, causing test/bs to
1396           not link.
1397
1398 20080628
1399         + correct some ifdef's needed for the broken-linker configuration.
1400         + make debugging library's $BAUDRATE feature work for termcap
1401           interface.
1402         + make $NCURSES_NO_PADDING feature work for termcap interface (prompted
1403           by comment on FreeBSD mailing list).
1404         + add screen.mlterm terminfo entry -TD
1405         + improve mlterm and mlterm+pcfkeys terminfo entries -TD
1406
1407 20080621
1408         + regenerated html documentation.
1409         + expand manpage description of parameters for form_driver() and
1410           menu_driver() (prompted by discussion with Adam Spragg).
1411         + add null-pointer checks for cur_term in baudrate() and
1412           def_shell_mode(), def_prog_mode()
1413         + fix some memory leaks in delscreen() and wide acs.
1414
1415 20080614
1416         + modify test/ditto.c to illustrate multi-threaded use_screen().
1417         + change CC_SHARED_OPTS from -KPIC to -xcode=pic32 for Solaris.
1418         + add "-shared" option to MK_SHARED_LIB for gcc on Solaris (report
1419           by Poor Yorick).
1420
1421 20080607
1422         + finish changes to wgetch(), making it switch as needed to the
1423           window's actual screen when calling wrefresh() and wgetnstr().  That
1424           allows wgetch() to get used concurrently in different threads with
1425           some minor restrictions, e.g., the application should not delete a
1426           window which is being used in a wgetch().
1427         + simplify mutex's, combining the window- and screen-mutex's.
1428
1429 20080531
1430         + modify wgetch() to use the screen which corresponds to its window
1431           parameter rather than relying on SP; some dependent functions still
1432           use SP internally.
1433         + factor out most use of SP in lib_mouse.c, using parameter.
1434         + add internal _nc_keyname(), replacing keyname() to associate with a
1435           particular SCREEN rather than the global SP.
1436         + add internal _nc_unctrl(), replacing unctrl() to associate with a
1437           particular SCREEN rather than the global SP.
1438         + add internal _nc_tracemouse(), replacing _tracemouse() to eliminate
1439           its associated global buffer _nc_globals.tracemse_buf now in SCREEN.
1440         + add internal _nc_tracechar(), replacing _tracechar() to use SCREEN in
1441           preference to the global _nc_globals.tracechr_buf buffer.
1442
1443 20080524
1444         + modify _nc_keypad() to make it switch temporarily as needed to the
1445           screen which must be updated.
1446         + wrap cur_term variable to help make _nc_keymap() thread-safe, and
1447           always set the screen's copy of this variable in set_curterm().
1448         + restore curs_set() state after endwin()/refresh() (report/patch
1449           Miroslav Lichvar)
1450
1451 20080517
1452         + modify configure script to note that --enable-ext-colors and
1453           --enable-ext-mouse are not experimental, but extensions from
1454           the ncurses ABI 5.
1455         + corrected manpage description of setcchar() (discussion with
1456           Emanuele Giaquinta).
1457         + fix for adding a non-spacing character at the beginning of a line
1458           (report/patch by Miroslav Lichvar).
1459
1460 20080503
1461         + modify screen.* terminfo entries using new screen+fkeys to fix
1462           overridden keys in screen.rxvt (Debian #478094) -TD
1463         + modify internal interfaces to reduce wgetch()'s dependency on the
1464           global SP.
1465         + simplify some loops with macros each_screen(), each_window() and
1466           each_ripoff().
1467
1468 20080426
1469         + continue modifying test/ditto.c toward making it demonstrate
1470           multithreaded use_screen(), using fifos to pass data between screens.
1471         + fix typo in form.3x (report by Mike Gran).
1472
1473 20080419
1474         + add screen.rxvt terminfo entry -TD
1475         + modify tic -f option to format spaces as \s to prevent them from
1476           being lost when that is read back in unformatted strings.
1477         + improve test/ditto.c, using a "talk"-style layout.
1478
1479 20080412
1480         + change test/ditto.c to use openpty() and xterm.
1481         + add locks for copywin(), dupwin(), overlap(), overlay() on their
1482           window parameters.
1483         + add locks for initscr() and newterm() on updates to the SCREEN
1484           pointer.
1485         + finish table in curs_thread.3x manpage.
1486
1487 20080405
1488         + begin table in curs_thread.3x manpage describing the scope of data
1489           used by each function (or symbol) for threading analysis.
1490         + add null-pointer checks to setsyx() and getsyx() (prompted by
1491           discussion by Martin v. Lowis and Jeroen Ruigrok van der Werven on
1492           python-dev2 mailing list).
1493
1494 20080329
1495         + add null-pointer checks in set_term() and delscreen().
1496         + move _nc_windows into _nc_globals, since windows can be pads, which
1497           are not associated with a particular screen.
1498         + change use_screen() to pass the SCREEN* parameter rather than
1499           stdscr to the callback function.
1500         + force libtool to use tag for 'CC' in case it does not detect this,
1501           e.g., on aix when using CC=powerpc-ibm-aix5.3.0.0-gcc
1502           (report/patch by Michael Haubenwallner).
1503         + override OBJEXT to "lo" when building with libtool, to work on
1504           platforms such as AIX where libtool may use a different suffix for
1505           the object files than ".o" (report/patch by Michael Haubenwallner).
1506         + add configure --with-pthread option, for building with the POSIX
1507           thread library.
1508
1509 20080322
1510         + fill in extended-color pair two more places in wbkgrndset() and
1511           waddch_nosync() (prompted by Sedeno's patch).
1512         + fill in extended-color pair in _nc_build_wch() to make colors work
1513           for wide-characters using extended-colors (patch by Alejandro R
1514           Sedeno).
1515         + add x/X toggles to ncurses.c C color test to test/demo
1516           wide-characters with extended-colors.
1517         + add a/A toggles to ncurses.c c/C color tests.
1518         + modify test/ditto.c to use use_screen().
1519         + finish modifying test/rain.c to demonstrate threads.
1520
1521 20080308
1522         + start modifying test/rain.c for threading demo.
1523         + modify test/ncurses.c to make 'f' test accept the f/F/b/F/</> toggles
1524           that the 'F' accepts.
1525         + modify test/worm.c to show trail in reverse-video when other threads
1526           are working concurrently.
1527         + fix a deadlock from improper nesting of mutexes for windowlist and
1528           window.
1529
1530 20080301
1531         + fixes from 20080223 resolved issue with mutexes; change to use
1532           recursive mutexes to fix memory leak in delwin() as called from
1533           _nc_free_and_exit().
1534
1535 20080223
1536         + fix a size-difference in _nc_globals which caused hanging of mutex
1537           lock/unlock when termlib was built separately.
1538
1539 20080216
1540         + avoid using nanosleep() in threaded configuration since that often
1541           is implemented to suspend the entire process.
1542
1543 20080209
1544         + update test programs to build/work with various UNIX curses for
1545           comparisons.  This was to reinvestigate statement in X/Open curses
1546           that insnstr and winsnstr perform wrapping.  None of the Unix-branded
1547           implementations do this, as noted in manpage (cf: 20040228).
1548
1549 20080203
1550         + modify _nc_setupscreen() to set the legacy-coding value the same
1551           for both narrow/wide models.  It had been set only for wide model,
1552           but is needed to make unctrl() work with locale in the narrow model.
1553         + improve waddch() and winsch() handling of EILSEQ from mbrtowc() by
1554           using unctrl() to display illegal bytes rather than trying to append
1555           further bytes to make up a valid sequence (reported by Andrey A
1556           Chernov).
1557         + modify unctrl() to check codes in 128-255 range versus isprint().
1558           If they are not printable, and locale was set, use a "M-" or "~"
1559           sequence.
1560
1561 20080126
1562         + improve threading in test/worm.c (wrap refresh calls, and KEY_RESIZE
1563           handling).  Now it hangs in napms(), no matter whether nanosleep()
1564           or poll() or select() are used on Linux.
1565
1566 20080119
1567         + fixes to build with --disable-ext-funcs
1568         + add manpage for use_window and use_screen.
1569         + add set_tabsize() and set_escdelay() functions.
1570
1571 20080112
1572         + remove recursive-mutex definitions, finish threading demo for worm.c
1573         + remove a redundant adjustment of lines in resizeterm.c's
1574           adjust_window() which caused occasional misadjustment of stdscr when
1575           softkeys were used.
1576
1577 20080105
1578         + several improvements to terminfo entries based on xterm #230 -TD
1579         + modify MKlib_gen.sh to handle keyname/key_name prototypes, so the
1580           "link_test" builds properly.
1581         + fix for toe command-line options -u/-U to ensure filename is given.
1582         + fix allocation-size for command-line parsing in infocmp from 20070728
1583           (report by Miroslav Lichvar)
1584         + improve resizeterm() by moving ripped-off lines, and repainting the
1585           soft-keys (report by Katarina Machalkova)
1586         + add clarification in wclear's manpage noting that the screen will be
1587           cleared even if a subwindow is cleared (prompted by Christer Enfors
1588           question).
1589         + change test/ncurses.c soft-key tests to work with KEY_RESIZE.
1590
1591 20071222
1592         + continue implementing support for threading demo by adding mutex
1593           for delwin().
1594
1595 20071215
1596         + add several functions to C++ binding which wrap C functions that
1597           pass a WINDOW* parameter (request by Chris Lee).
1598
1599 20071201
1600         + add note about configure options needed for Berkeley database to the
1601           INSTALL file.
1602         + improve checks for version of Berkeley database libraries.
1603         + amend fix for rpath to not modify LDFLAGS if the platform has no
1604           applicable transformation (report by Christian Ebert, cf: 20071124).
1605
1606 20071124
1607         + modify configure option --with-hashed-db to accept a parameter which
1608           is the install-prefix of a given Berkeley Database (prompted by
1609           pierre4d2 comments).
1610         + rewrite wrapper for wcrtomb(), making it work on Solaris.  This is
1611           used in the form library to determine the length of the buffer needed
1612           by field_buffer (report by Alfred Fung).
1613         + remove unneeded window-parameter from C++ binding for wresize (report
1614           by Chris Lee).
1615
1616 20071117
1617         + modify the support for filesystems which do not support mixed-case to
1618           generate 2-character (hexadecimal) codes for the lower-level of the
1619           filesystem terminfo database (request by Michail Vidiassov).
1620         + add configure option --enable-mixed-case, to allow overriding the
1621           configure script's check if the filesystem supports mixed-case
1622           filenames.
1623         + add wresize() to C++ binding (request by Chris Lee).
1624         + define NCURSES_EXT_FUNCS and NCURSES_EXT_COLORS in curses.h to make
1625           it simpler to tell if the extended functions and/or colors are
1626           declared.
1627
1628 20071103
1629         + update memory-leak checks for changes to names.c and codes.c
1630         + correct acsc strings in h19, z100 (patch by Benjamin C W Sittler).
1631
1632 20071020
1633         + continue implementing support for threading demo by adding mutex
1634           for use_window().
1635         + add mrxvt terminfo entry, add/fix xterm building blocks for modified
1636           cursor keys -TD
1637         + compile with FreeBSD "contemporary" TTY interface (patch by
1638           Rong-En Fan).
1639
1640 20071013
1641         + modify makefile rules to allow clear, tput and tset to be built
1642           without libtic.  The other programs (infocmp, tic and toe) rely on
1643           that library.
1644         + add/modify null-pointer checks in several functions for SP and/or
1645           the WINDOW* parameter (report by Thorben Krueger).
1646         + fixes for field_buffer() in formw library (see Redhat Bugzilla
1647           #310071, patches by Miroslav Lichvar).
1648         + improve performance of NCURSES_CHAR_EQ code (patch by Miroslav
1649           Lichvar).
1650         + update/improve mlterm and rxvt terminfo entries, e.g., for
1651           the modified cursor- and keypad-keys -TD
1652
1653 20071006
1654         + add code to curses.priv.h ifdef'd with NCURSES_CHAR_EQ, which
1655           changes the CharEq() macro to an inline function to allow comparing
1656           cchar_t struct's without comparing gaps in a possibly unpacked
1657           memory layout (report by Miroslav Lichvar).
1658
1659 20070929
1660         + add new functions to lib_trace.c to setup mutex's for the _tracef()
1661           calls within the ncurses library.
1662         + for the reentrant model, move _nc_tputs_trace and _nc_outchars into
1663           the SCREEN.
1664         + start modifying test/worm.c to provide threading demo (incomplete).
1665         + separated ifdef's for some BSD-related symbols in tset.c, to make
1666           it compile on LynxOS (report by Greg Gemmer).
1667 20070915
1668         + modify Ada95/gen/Makefile to use shlib script, to simplify building
1669           shared-library configuration on platforms lacking rpath support.
1670         + build-fix for Ada95/src/Makefile to reflect changed dependency for
1671           the terminal-interface-curses-aux.adb file which is now generated.
1672         + restructuring test/worm.c, for use_window() example.
1673
1674 20070908
1675         + add use_window() and use_screen() functions, to develop into support
1676           for threaded library (incomplete).
1677         + fix typos in man/curs_opaque.3x which kept the install script from
1678           creating symbolic links to two aliases created in 20070818 (report by
1679           Rong-En Fan).
1680
1681 20070901
1682         + remove a spurious newline from output of html.m4, which caused links
1683           for Ada95 html to be incorrect for the files generated using m4.
1684         + start investigating mutex's for SCREEN manipulation (incomplete).
1685         + minor cleanup of codes.c/names.c for --enable-const
1686         + expand/revise "Routine and Argument Names" section of ncurses manpage
1687           to address report by David Givens in newsgroup discussion.
1688         + fix interaction between --without-progs/--with-termcap configure
1689           options (report by Michail Vidiassov).
1690         + fix typo in "--disable-relink" option (report by Michail Vidiassov).
1691
1692 20070825
1693         + fix a sign-extension bug in infocmp's repair_acsc() function
1694           (cf: 971004).
1695         + fix old configure script bug which prevented "--disable-warnings"
1696           option from working (patch by Mike Frysinger).
1697
1698 20070818
1699         + add 9term terminal description (request by Juhapekka Tolvanen) -TD
1700         + modify comp_hash.c's string output to avoid misinterpreting a null
1701           "\0" followed by a digit.
1702         + modify MKnames.awk and MKcodes.awk to support big-strings.
1703           This only applies to the cases (broken linker, reentrant) where
1704           the corresponding arrays are accessed via wrapper functions.
1705         + split MKnames.awk into two scripts, eliminating the shell redirection
1706           which complicated the make process and also the bogus timestamp file
1707           which was introduced to fix "make -j".
1708         + add test/test_opaque.c, test/test_arrays.c
1709         + add wgetscrreg() and wgetparent() for applications that may need it
1710           when NCURSES_OPAQUE is defined (prompted by Bryan Christ).
1711
1712 20070812
1713         + amend treatment of infocmp "-r" option to retain the 1023-byte limit
1714           unless "-T" is given (cf: 981017).
1715         + modify comp_captab.c generation to use big-strings.
1716         + make _nc_capalias_table and _nc_infoalias_table private accessed via
1717           _nc_get_alias_table() since the tables are used only within the tic
1718           library.
1719         + modify configure script to skip Intel compiler in CF_C_INLINE.
1720         + make _nc_info_hash_table and _nc_cap_hash_table private accessed via
1721           _nc_get_hash_table() since the tables are used only within the tic
1722           library.
1723
1724 20070728
1725         + make _nc_capalias_table and _nc_infoalias_table private, accessed via
1726           _nc_get_alias_table() since they are used only by parse_entry.c
1727         + make _nc_key_names private since it is used only by lib_keyname.c
1728         + add --disable-big-strings configure option to control whether
1729           unctrl.c is generated using the big-string optimization - which may
1730           use strings longer than supported by a given compiler.
1731         + reduce relocation tables for tic, infocmp by changing type of
1732           internal hash tables to short, and make those private symbols.
1733         + eliminate large fixed arrays from progs/infocmp.c
1734
1735 20070721
1736         + change winnstr() to stop at the end of the line (cf: 970315).
1737         + add test/test_get_wstr.c
1738         + add test/test_getstr.c
1739         + add test/test_inwstr.c
1740         + add test/test_instr.c
1741
1742 20070716
1743         + restore a call to obtain screen-size in _nc_setupterm(), which
1744           is used in tput and other non-screen applications via setupterm()
1745           (Debian #433357, reported by Florent Bayle, Christian Ohm,
1746           cf: 20070310).
1747
1748 20070714
1749         + add test/savescreen.c test-program
1750         + add check to trace-file open, if the given name is a directory, add
1751           ".log" to the name and try again.
1752         + add konsole-256color entry -TD
1753         + add extra gcc warning options from xterm.
1754         + minor fixes for ncurses/hashmap test-program.
1755         + modify configure script to quiet c++ build with libtool when the
1756           --disable-echo option is used.
1757         + modify configure script to disable ada95 if libtool is selected,
1758           writing a warning message (addresses FreeBSD ports/114493).
1759         + update config.guess, config.sub
1760
1761 20070707
1762         + add continuous-move "M" to demo_panels to help test refresh changes.
1763         + improve fix for refresh of window on top of multi-column characters,
1764           taking into account some split characters on left/right window
1765           boundaries.
1766
1767 20070630
1768         + add "widec" row to _tracedump() output to help diagnose remaining
1769           problems with multi-column characters.
1770         + partial fix for refresh of window on top of multi-column characters
1771           which are partly overwritten (report by Sadrul H Chowdhury).
1772         + ignore A_CHARTEXT bits in vidattr() and vid_attr(), in case
1773           multi-column extension bits are passed there.
1774         + add setlocale() call to demo_panels.c, needed for wide-characters.
1775         + add some output flags to _nc_trace_ttymode to help diagnose a bug
1776           report by Larry Virden, i.e., ONLCR, OCRNL, ONOCR and ONLRET,
1777
1778 20070623
1779         + add test/demo_panels.c
1780         + implement opaque version of setsyx() and getsyx().
1781
1782 20070612
1783         + corrected xterm+pcf2 terminfo modifiers for F1-F4, to match xterm
1784           #226 -TD
1785         + split-out key_name() from MKkeyname.awk since it now depends upon
1786           wunctrl() which is not in libtinfo (report by Rong-En Fan).
1787
1788 20070609
1789         + add test/key_name.c
1790         + add stdscr cases to test/inchs.c and test/inch_wide.c
1791         + update test/configure
1792         + correct formatting of DEL (0x7f) in _nc_vischar().
1793         + null-terminate result of wunctrl().
1794         + add null-pointer check in key_name() (report by Andreas Krennmair,
1795           cf: 20020901).
1796
1797 20070602
1798         + adapt mouse-handling code from menu library in form-library
1799           (discussion with Clive Nicolson).
1800         + add a modification of test/dots.c, i.e., test/dots_mvcur.c to
1801           illustrate how to use mvcur().
1802         + modify wide-character flavor of SetAttr() to preserve the
1803           WidecExt() value stored in the .attr field, e.g., in case it
1804           is overwritten by chgat (report by Aleksi Torhamo).
1805         + correct buffer-size for _nc_viswbuf2n() (report by Aleksi Torhamo).
1806         + build-fixes for Solaris 2.6 and 2.7 (patch by Peter O'Gorman).
1807
1808 20070526
1809         + modify keyname() to use "^X" form only if meta() has been called, or
1810           if keyname() is called without initializing curses, e.g., via
1811           initscr() or newterm() (prompted by LinuxBase #1604).
1812         + document some portability issues in man/curs_util.3x
1813         + add a shadow copy of TTY buffer to _nc_prescreen to fix applications
1814           broken by moving that data into SCREEN (cf: 20061230).
1815
1816 20070512
1817         + add 'O' (wide-character panel test) in ncurses.c to demonstrate a
1818           problem reported by Sadrul H Chowdhury with repainting parts of
1819           a fullwidth cell.
1820         + modify slk_init() so that if there are preceding calls to
1821           ripoffline(), those affect the available lines for soft-keys (adapted
1822           from patch by Clive Nicolson).
1823         + document some portability issues in man/curs_getyx.3x
1824
1825 20070505
1826         + fix a bug in Ada95/samples/ncurses which caused a variable to
1827           become uninitialized in the "b" test.
1828         + fix Ada95/gen/Makefile.in adahtml rule to account for recent
1829           movement of files, fix a few incorrect manpage references in the
1830           generated html.
1831         + add Ada95 binding to _nc_freeall() as Curses_Free_All to help with
1832           memory-checking.
1833         + correct some functions in Ada95 binding which were using return value
1834           from C where none was returned:  idcok(), immedok() and wtimeout().
1835         + amend recent changes for Ada95 binding to make it build with
1836           Cygwin's linker, e.g., with configure options
1837                 --enable-broken-linker --with-ticlib
1838
1839 20070428
1840         + add a configure check for gcc's options for inlining, use that to
1841           quiet a warning message where gcc's default behavior changed from
1842           3.x to 4.x.
1843         + improve warning message when checking if GPM is linked to curses
1844           library by not warning if its use of "wgetch" is via a weak symbol.
1845         + add loader options when building with static libraries to ensure that
1846           an installed shared library for ncurses does not conflict.  This is
1847           reported as problem with Tru64, but could affect other platforms
1848           (report Martin Mokrejs, analysis by Tim Mooney).
1849         + fix build on cygwin after recent ticlib/termlib changes, i.e.,
1850           + adjust TINFO_SUFFIX value to work with cygwin's dll naming
1851           + revert a change from 20070303 which commented out dependency of
1852             SHLIB_LIST in form/menu/panel/c++ libraries.
1853         + fix initialization of ripoff stack pointer (cf: 20070421).
1854
1855 20070421
1856         + move most static variables into structures _nc_globals and
1857           _nc_prescreen, to simplify storage.
1858         + add/use configure script macro CF_SIG_ATOMIC_T, use the corresponding
1859           type for data manipulated by signal handlers (prompted by comments
1860           in mailing.openbsd.bugs newsgroup).
1861         + modify CF_WITH_LIBTOOL to allow one to pass options such as -static
1862           to the libtool create- and link-operations.
1863
1864 20070414
1865         + fix whitespace in curs_opaque.3x which caused a spurious ';' in
1866           the installed aliases (report by Peter Santoro).
1867         + fix configure script to not try to generate adacurses-config when
1868           Ada95 tree is not built.
1869
1870 20070407
1871         + add man/curs_legacy.3x, man/curs_opaque.3x
1872         + fix acs_map binding for Ada95 when --enable-reentrant is used.
1873         + add adacurses-config to the Ada95 install, based on version from
1874           FreeBSD port, in turn by Juergen Pfeifer in 2000 (prompted by
1875           comment on comp.lang.ada newsgroup).
1876         + fix includes in c++ binding to build with Intel compiler
1877           (cf: 20061209).
1878         + update install rule in Ada95 to use mkdirs.sh
1879         > other fixes prompted by inspection for Coverity report:
1880         + modify ifdef's for c++ binding to use try/catch/throw statements
1881         + add a null-pointer check in tack/ansi.c request_cfss()
1882         + fix a memory leak in ncurses/base/wresize.c
1883         + corrected check for valid memu/meml capabilities in
1884           progs/dump_entry.c when handling V_HPUX case.
1885         > fixes based on Coverity report:
1886         + remove dead code in test/bs.c
1887         + remove dead code in test/demo_defkey.c
1888         + remove an unused assignment in progs/infocmp.c
1889         + fix a limit check in tack/ansi.c tools_charset()
1890         + fix tack/ansi.c tools_status() to perform the VT320/VT420
1891           tests in request_cfss().  The function had exited too soon.
1892         + fix a memory leak in tic.c's make_namelist()
1893         + fix a couple of places in tack/output.c which did not check for EOF.
1894         + fix a loop-condition in test/bs.c
1895         + add index checks in lib_color.c for color palettes
1896         + add index checks in progs/dump_entry.c for version_filter() handling
1897           of V_BSD case.
1898         + fix a possible null-pointer dereference in copywin()
1899         + fix a possible null-pointer dereference in waddchnstr()
1900         + add a null-pointer check in _nc_expand_try()
1901         + add a null-pointer check in tic.c's make_namelist()
1902         + add a null-pointer check in _nc_expand_try()
1903         + add null-pointer checks in test/cardfile.c
1904         + fix a double-free in ncurses/tinfo/trim_sgr0.c
1905         + fix a double-free in ncurses/base/wresize.c
1906         + add try/catch block to c++/cursesmain.cc
1907
1908 20070331
1909         + modify Ada95 binding to build with --enable-reentrant by wrapping
1910           global variables (bug: acs_map does not yet work).
1911         + modify Ada95 binding to use the new access-functions, allowing it
1912           to build/run when NCURSES_OPAQUE is set.
1913         + add access-functions and macros to return properties of the WINDOW
1914           structure, e.g., when NCURSES_OPAQUE is set.
1915         + improved install-sh's quoting.
1916         + use mkdirs.sh rather than mkinstalldirs, e.g., to use fixes from
1917           other programs.
1918
1919 20070324
1920         + eliminate part of the direct use of WINDOW data from Ada95 interface.
1921         + fix substitutions for termlib filename to make configure option
1922           --enable-reentrant work with --with-termlib.
1923         + change a constructor for NCursesWindow to allow compiling with
1924           NCURSES_OPAQUE set, since we cannot pass a reference to
1925           an opaque pointer.
1926
1927 20070317
1928         + ignore --with-chtype=unsigned since unsigned is always added to
1929           the type in curses.h; do the same for --with-mmask-t.
1930         + change warning regarding --enable-ext-colors and wide-character
1931           in the configure script to an error.
1932         + tweak error message in CF_WITH_LIBTOOL to distinguish other programs
1933           such as Darwin's libtool program (report by Michail Vidiassov)
1934         + modify edit_man.sh to allow for multiple substitutions per line.
1935         + set locale in misc/ncurses-config.in since it uses a range
1936         + change permissions libncurses++.a install (report by Michail
1937           Vidiassov).
1938         + corrected length of temporary buffer in wide-character version
1939           of set_field_buffer() (related to report by Bryan Christ).
1940
1941 20070311
1942         + fix mk-1st.awk script install_shlib() function, broken in 20070224
1943           changes for cygwin (report by  Michail Vidiassov).
1944
1945 20070310
1946         + increase size of array in _nc_visbuf2n() to make "tic -v" work
1947           properly in its similar_sgr() function (report/analysis by Peter
1948           Santoro).
1949         + add --enable-reentrant configure option for ongoing changes to
1950           implement a reentrant version of ncurses:
1951           + libraries are suffixed with "t"
1952           + wrap several global variables (curscr, newscr, stdscr, ttytype,
1953             COLORS, COLOR_PAIRS, COLS, ESCDELAY, LINES and TABSIZE) as
1954             functions returning values stored in SCREEN or cur_term.
1955           + move some initialization (LINES, COLS) from lib_setup.c,
1956             i.e., setupterm() to _nc_setupscreen(), i.e., newterm().
1957
1958 20070303
1959         + regenerated html documentation.
1960         + add NCURSES_OPAQUE symbol to curses.h, will use to make structs
1961           opaque in selected configurations.
1962         + move the chunk in lib_acs.c which resets acs capabilities when
1963           running on a terminal whose locale interferes with those into
1964           _nc_setupscreen(), so the libtinfo/libtinfow files can be made
1965           identical (requested by Miroslav Lichvar).
1966         + do not use configure variable SHLIB_LIBS for building libraries
1967           outside the ncurses directory, since that symbol is customized
1968           only for that directory, and using it introduces an unneeded
1969           dependency on libdl (requested by Miroslav Lichvar).
1970         + modify mk-1st.awk so the generated makefile rules for linking or
1971           installing shared libraries do not first remove the library, in
1972           case it is in use, e.g., libncurses.so by /bin/sh (report by Jeff
1973           Chua).
1974         + revised section "Using NCURSES under XTERM" in ncurses-intro.html
1975           (prompted by newsgroup comment by Nick Guenther).
1976
1977 20070224
1978         + change internal return codes of _nc_wgetch() to check for cases
1979           where KEY_CODE_YES should be returned, e.g., if a KEY_RESIZE was
1980           ungetch'd, and read by wget_wch().
1981         + fix static-library build broken in 20070217 changes to remove "-ldl"
1982           (report by Miroslav Lichvar).
1983         + change makefile/scripts for cygwin to allow building termlib.
1984         + use Form_Hook in manpages to match form.h
1985         + use Menu_Hook in manpages, as well as a few places in menu.h
1986         + correct form- and menu-manpages to use specific Field_Options,
1987           Menu_Options and Item_Options types.
1988         + correct prototype for _tracechar() in manpage (cf: 20011229).
1989         + correct prototype for wunctrl() in manpage.
1990
1991 20070217
1992         + fixes for $(TICS_LIST) in ncurses/Makefile (report by Miroslav
1993           Lichvar).
1994         + modify relinking of shared libraries to apply only when rpath is
1995           enabled, and add --disable-relink option which can be used to
1996           disable the feature altogether (reports by Michail Vidiassov,
1997           Adam J Richter).
1998         + fix --with-termlib option for wide-character configuration, stripping
1999           the "w" suffix in one place (report by Miroslav Lichvar).
2000         + remove "-ldl" from some library lists to reduce dependencies in
2001           programs (report by Miroslav Lichvar).
2002         + correct description of --enable-signed-char in configure --help
2003           (report by Michail Vidiassov).
2004         + add pattern for GNU/kFreeBSD configuration to CF_XOPEN_SOURCE,
2005           which matches an earlier change to CF_SHARED_OPTS, from xterm #224
2006           fixes.
2007         + remove "${DESTDIR}" from -install_name option used for linking
2008           shared libraries on Darwin (report by Michail Vidiassov).
2009
2010 20070210
2011         + add test/inchs.c, test/inch_wide.c, to test win_wchnstr().
2012         + remove libdl from library list for termlib (report by Miroslav
2013           Lichvar).
2014         + fix configure.in to allow --without-progs --with-termlib (patch by
2015           Miroslav Lichvar).
2016         + modify win_wchnstr() to ensure that only a base cell is returned
2017           for each multi-column character (prompted by report by Wei Kong
2018           regarding change in mvwin_wch() cf: 20041023).
2019
2020 20070203
2021         + modify fix_wchnstr() in form library to strip attributes (and color)
2022           from the cchar_t array (field cells) read from a field's window.
2023           Otherwise, when copying the field cells back to the window, the
2024           associated color overrides the field's background color (report by
2025           Ricardo Cantu).
2026         + improve tracing for form library, showing created forms, fields, etc.
2027         + ignore --enable-rpath configure option if --with-shared was omitted.
2028         + add _nc_leaks_tinfo(), _nc_free_tic(), _nc_free_tinfo() entrypoints
2029           to allow leak-checking when both tic- and tinfo-libraries are built.
2030         + drop CF_CPP_VSCAN_FUNC macro from configure script, since C++ binding
2031           no longer relies on it.
2032         + disallow combining configure script options --with-ticlib and
2033           --enable-termcap (report by Rong-En Fan).
2034         + remove tack from ncurses tree.
2035
2036 20070128
2037         + fix typo in configure script that broke --with-termlib option
2038           (report by Rong-En Fan).
2039
2040 20070127
2041         + improve fix for FreeBSD gnu/98975, to allow for null pointer passed
2042           to tgetent() (report by Rong-en Fan).
2043         + update tack/HISTORY and tack/README to tell how to build it after
2044           it is removed from the ncurses tree.
2045         + fix configure check for libtool's version to trim blank lines
2046           (report by sci-fi@hush.ai).
2047         + review/eliminate other original-file artifacts in cursesw.cc, making
2048           its license consistent with ncurses.
2049         + use ncurses vw_scanw() rather than reading into a fixed buffer in
2050           the c++ binding for scanw() methods (prompted by report by Nuno Dias).
2051         + eliminate fixed-buffer vsprintf() calls in c++ binding.
2052
2053 20070120
2054         + add _nc_leaks_tic() to separate leak-checking of tic library from
2055           term/ncurses libraries, and thereby eliminate a library dependency.
2056         + fix test/mk-test.awk to ignore blank lines.
2057         + correct paths in include/headers, for --srcdir (patch by Miroslav
2058           Lichvar).
2059
2060 20070113
2061         + add a break-statement in misc/shlib to ensure that it exits on the
2062           _first_ matched directory (report by Paul Novak).
2063         + add tack/configure, which can be used to build tack outside the
2064           ncurses build-tree.
2065         + add --with-ticlib option, to build/install the tic-support functions
2066           in a separate library (suggested by Miroslav Lichvar).
2067
2068 20070106
2069         + change MKunctrl.awk to reduce relocation table for unctrl.o
2070         + change MKkeyname.awk to reduce relocation table for keyname.o
2071           (patch by Miroslav Lichvar).
2072
2073 20061230
2074         + modify configure check for libtool's version to trim blank lines
2075           (report by sci-fi@hush.ai).
2076         + modify some modules to allow them to be reentrant if _REENTRANT is
2077           defined: lib_baudrate.c, resizeterm.c (local data only)
2078         + eliminate static data from some modules: add_tries.c, hardscroll.c,
2079           lib_ttyflags.c, lib_twait.c
2080         + improve manpage install to add aliases for the transformed program
2081           names, e.g., from --program-prefix.
2082         + used linklint to verify links in the HTML documentation, made fixes
2083           to manpages as needed.
2084         + fix a typo in curs_mouse.3x (report by William McBrine).
2085         + fix install-rule for ncurses5-config to make the bin-directory.
2086
2087 20061223
2088         + modify configure script to omit the tic (terminfo compiler) support
2089           from ncurses library if --without-progs option is given.
2090         + modify install rule for ncurses5-config to do this via "install.libs"
2091         + modify shared-library rules to allow FreeBSD 3.x to use rpath.
2092         + update config.guess, config.sub
2093
2094 20061217 5.6 release for upload to ftp.gnu.org
2095
2096 20061217
2097         + add ifdef's for <wctype.h> for HPUX, which has the corresponding
2098           definitions in <wchar.h>.
2099         + revert the va_copy() change from 20061202, since it was neither
2100           correct nor portable.
2101         + add $(LOCAL_LIBS) definition to progs/Makefile.in, needed for
2102           rpath on Solaris.
2103         + ignore wide-acs line-drawing characters that wcwidth() claims are
2104           not one-column.  This is a workaround for Solaris' broken locale
2105           support.
2106
2107 20061216
2108         + modify configure --with-gpm option to allow it to accept a parameter,
2109           i.e., the name of the dynamic GPM library to load via dlopen()
2110           (requested by Bryan Henderson).
2111         + add configure option --with-valgrind, changes from vile.
2112         + modify configure script AC_TRY_RUN and AC_TRY_LINK checks to use
2113           'return' in preference to 'exit()'.
2114
2115 20061209
2116         + change default for --with-develop back to "no".
2117         + add XTABS to tracing of TTY bits.
2118         + updated autoconf patch to ifdef-out the misfeature which declares
2119           exit() for configure tests.  This fixes a redefinition warning on
2120           Solaris.
2121         + use ${CC} rather than ${LD} in shared library rules for IRIX64,
2122           Solaris to help ensure that initialization sections are provided for
2123           extra linkage requirements, e.g., of C++ applications (prompted by
2124           comment by Casper Dik in newsgroup).
2125         + rename "$target" in CF_MAN_PAGES to make it easier to distinguish
2126           from the autoconf predefined symbol.  There was no conflict,
2127           since "$target" was used only in the generated edit_man.sh file,
2128           but SuSE's rpm package contains a patch.
2129
2130 20061202
2131         + update man/term.5 to reflect extended terminfo support and hashed
2132           database configuration.
2133         + updates for test/configure script.
2134         + adapted from SuSE rpm package:
2135           + remove long-obsolete workaround for broken-linker which declared
2136             cur_term in tic.c
2137           + improve error recovery in PUTC() macro when wcrtomb() does not
2138             return usable results for an 8-bit character.
2139         + patches from rpm package (SuSE):
2140           + use va_copy() in extra varargs manipulation for tracing version
2141             of printw, etc.
2142           + use a va_list rather than a null in _nc_freeall()'s call to
2143             _nc_printf_string().
2144         + add some see-also references in manpages to show related
2145           wide-character functions (suggested by Claus Fischer).
2146
2147 20061125
2148         + add a check in lib_color.c to ensure caller does not increase COLORS
2149           above max_colors, which is used as an array index (discussion with
2150           Simon Sasburg).
2151         + add ifdef's allowing ncurses to be built with tparm() using either
2152           varargs (the existing status), or using a fixed-parameter list (to
2153           match X/Open).
2154
2155 20061104
2156         + fix redrawing of windows other than stdscr using wredrawln() by
2157           touching the corresponding rows in curscr (discussion with Dan
2158           Gookin).
2159         + add test/redraw.c
2160         + add test/echochar.c
2161         + review/cleanup manpage descriptions of error-returns for form- and
2162           menu-libraries (prompted by FreeBSD docs/46196).
2163
2164 20061028
2165         + add AUTHORS file -TD
2166         + omit the -D options from output of the new config script --cflags
2167           option (suggested by Ralf S Engelschall).
2168         + make NCURSES_INLINE unconditionally defined in curses.h
2169
2170 20061021
2171         + revert change to accommodate bash 3.2, since that breaks other
2172           platforms, e.g., Solaris.
2173         + minor fixes to NEWS file to simplify scripting to obtain list of
2174           contributors.
2175         + improve some shared-library configure scripting for Linux, FreeBSD
2176           and NetBSD to make "--with-shlib-version" work.
2177         + change configure-script rules for FreeBSD shared libraries to allow
2178           for rpath support in versions past 3.
2179         + use $(DESTDIR) in makefile rules for installing/uninstalling the
2180           package config script (reports/patches by Christian Wiese,
2181           Ralf S Engelschall).
2182         + fix a warning in the configure script for NetBSD 2.0, working around
2183           spurious blanks embedded in its ${MAKEFLAGS} symbol.
2184         + change test/Makefile to simplify installing test programs in a
2185           different directory when --enable-rpath is used.
2186
2187 20061014
2188         + work around bug in bash 3.2 by adding extra quotes (Jim Gifford).
2189         + add/install a package config script, e.g., "ncurses5-config" or
2190           "ncursesw5-config", according to configuration options.
2191
2192 20061007
2193         + add several GNU Screen terminfo variations with 16- and 256-colors,
2194           and status line (Alain Bench).
2195         + change the way shared libraries (other than libtool) are installed.
2196           Rather than copying the build-tree's libraries, link the shared
2197           objects into the install directory.  This makes the --with-rpath
2198           option work except with $(DESTDIR) (cf: 20000930).
2199
2200 20060930
2201         + fix ifdef in c++/internal.h for QNX 6.1
2202         + test-compiled with (old) egcs-1.1.2, modified configure script to
2203           not unset the $CXX and related variables which would prevent this.
2204         + fix a few terminfo.src typos exposed by improvments to "-f" option.
2205         + improve infocmp/tic "-f" option formatting.
2206
2207 20060923
2208         + make --disable-largefile option work (report by Thomas M Ott).
2209         + updated html documentation.
2210         + add ka2, kb1, kb3, kc2 to vt220-keypad as an extension -TD
2211         + minor improvements to rxvt+pcfkeys -TD
2212
2213 20060916
2214         + move static data from lib_mouse.c into SCREEN struct.
2215         + improve ifdef's for _POSIX_VDISABLE in tset to work with Mac OS X
2216           (report by Michail Vidiassov).
2217         + modify CF_PATH_SYNTAX to ensure it uses the result from --prefix
2218           option (from lynx changes) -TD
2219         + adapt AC_PROG_EGREP check, noting that this is likely to be another
2220           place aggravated by POSIXLY_CORRECT.
2221         + modify configure check for awk to ensure that it is found (prompted
2222           by report by Christopher Parker).
2223         + update config.sub
2224
2225 20060909
2226         + add kon, kon2 and jfbterm terminfo entry (request by Till Maas) -TD
2227         + remove invis capability from klone+sgr, mainly used by linux entry,
2228           since it does not really do this -TD
2229
2230 20060903
2231         + correct logic in wadd_wch() and wecho_wch(), which did not guard
2232           against passing the multi-column attribute into a call on waddch(),
2233           e.g., using data returned by win_wch() (cf: 20041023)
2234           (report by Sadrul H Chowdhury).
2235
2236 20060902
2237         + fix kterm's acsc string -TD
2238         + fix for change to tic/infocmp in 20060819 to ensure no blank is
2239           embedded into a termcap description.
2240         + workaround for 20050806 ifdef's change to allow visbuf.c to compile
2241           when using --with-termlib --with-trace options.
2242         + improve tgetstr() by making the return value point into the user's
2243           buffer, if provided (patch by Miroslav Lichvar (see Redhat Bugzilla
2244           #202480)).
2245         + correct libraries needed for foldkeys (report by Stanislav Ievlev)
2246
2247 20060826
2248         + add terminfo entries for xfce terminal (xfce) and multi gnome
2249           terminal (mgt) -TD
2250         + add test/foldkeys.c
2251
2252 20060819
2253         + modify tic and infocmp to avoid writing trailing blanks on terminfo
2254           source output (Debian #378783).
2255         + modify configure script to ensure that if the C compiler is used
2256           rather than the loader in making shared libraries, the $(CFLAGS)
2257           variable is also used (Redhat Bugzilla #199369).
2258         + port hashed-db code to db2 and db3.
2259         + fix a bug in tgetent() from 20060625 and 20060715 changes
2260           (patch/analysis by Miroslav Lichvar (see Redhat Bugzilla #202480)).
2261
2262 20060805
2263         + updated xterm function-keys terminfo to match xterm #216 -TD
2264         + add configure --with-hashed-db option (tested only with FreeBSD 6.0,
2265           e.g., the db 1.8.5 interface).
2266
2267 20060729
2268         + modify toe to access termcap data, e.g., via cgetent() functions,
2269           or as a text file if those are not available.
2270         + use _nc_basename() in tset to improve $SHELL check for csh/sh.
2271         + modify _nc_read_entry() and _nc_read_termcap_entry() so infocmp,
2272           can access termcap data when the terminfo database is disabled.
2273
2274 20060722
2275         + widen the test for xterm kmous a little to allow for other strings
2276           than \E[M, e.g., for xterm-sco functionality in xterm.
2277         + update xterm-related terminfo entries to match xterm patch #216 -TD
2278         + update config.guess, config.sub
2279
2280 20060715
2281         + fix for install-rule in Ada95 to add terminal_interface.ads
2282           and terminal_interface.ali (anonymous posting in comp.lang.ada).
2283         + correction to manpage for getcchar() (report by William McBrine).
2284         + add test/chgat.c
2285         + modify wchgat() to mark updated cells as changed so a refresh will
2286           repaint those cells (comments by Sadrul H Chowdhury and William
2287           McBrine).
2288         + split up dependency of names.c and codes.c in ncurses/Makefile to
2289           work with parallel make (report/analysis by Joseph S Myers).
2290         + suppress a warning message (which is ignored) for systems without
2291           an ldconfig program (patch by Justin Hibbits).
2292         + modify configure script --disable-symlinks option to allow one to
2293           disable symlink() in tic even when link() does not work (report by
2294           Nigel Horne).
2295         + modify MKfallback.sh to use tic -x when constructing fallback tables
2296           to allow extended capabilities to be retrieved from a fallback entry.
2297         + improve leak-checking logic in tgetent() from 20060625 to ensure that
2298           it does not free the current screen (report by Miroslav Lichvar).
2299
2300 20060708
2301         + add a check for _POSIX_VDISABLE in tset (NetBSD #33916).
2302         + correct _nc_free_entries() and related functions used for memory leak
2303           checking of tic.
2304
2305 20060701
2306         + revert a minor change for magic-cookie support from 20060513, which
2307           caused unexpected reset of attributes, e.g., when resizing test/view
2308           in color mode.
2309         + note in clear manpage that the program ignores command-line
2310           parameters (prompted by Debian #371855).
2311         + fixes to make lib_gen.c build properly with changes to the configure
2312           --disable-macros option and NCURSES_NOMACROS (cf:  20060527)
2313         + update/correct several terminfo entries -TD
2314         + add some notes regarding copyright to terminfo.src -TD
2315
2316 20060625
2317         + fixes to build Ada95 binding with gnat-4.1.0
2318         + modify read_termtype() so the term_names data is always allocated as
2319           part of the str_table, a better fix for a memory leak (cf: 20030809).
2320         + reduce memory leaks in repeated calls to tgetent() by remembering the
2321           last TERMINAL* value allocated to hold the corresponding data and
2322           freeing that if the tgetent() result buffer is the same as the
2323           previous call (report by "Matt" for FreeBSD gnu/98975).
2324         + modify tack to test extended capability function-key strings.
2325         + improved gnome terminfo entry (GenToo #122566).
2326         + improved xterm-256color terminfo entry (patch by Alain Bench).
2327
2328 20060617
2329         + fix two small memory leaks related to repeated tgetent() calls
2330           with TERM=screen (report by "Matt" for FreeBSD gnu/98975).
2331         + add --enable-signed-char to simplify Debian package.
2332         + reduce name-pollution in term.h by removing #define's for HAVE_xxx
2333           symbols.
2334         + correct typo in curs_terminfo.3x (Debian #369168).
2335
2336 20060603
2337         + enable the mouse in test/movewindow.c
2338         + improve a limit-check in frm_def.c (John Heasley).
2339         + minor copyright fixes.
2340         + change configure script to produce test/Makefile from data file.
2341
2342 20060527
2343         + add a configure option --enable-wgetch-events to enable
2344           NCURSES_WGETCH_EVENTS, and correct the associated loop-logic in
2345           lib_twait.c (report by Bernd Jendrissek).
2346         + remove include/nomacros.h from build, since the ifdef for
2347           NCURSES_NOMACROS makes that obsolete.
2348         + add entrypoints for some functions which were only provided as macros
2349           to make NCURSES_NOMACROS ifdef work properly:  getcurx(), getcury(),
2350           getbegx(), getbegy(), getmaxx(), getmaxy(), getparx() and getpary(),
2351           wgetbkgrnd().
2352         + provide ifdef for NCURSES_NOMACROS which suppresses most macro
2353           definitions from curses.h, i.e., where a macro is defined to override
2354           a function to improve performance.  Allowing a developer to suppress
2355           these definitions can simplify some application (discussion with
2356           Stanislav Ievlev).
2357         + improve description of memu/meml in terminfo manpage.
2358
2359 20060520
2360         + if msgr is false, reset video attributes when doing an automargin
2361           wrap to the next line.  This makes the ncurses 'k' test work properly
2362           for hpterm.
2363         + correct caching of keyname(), which was using only half of its table.
2364         + minor fixes to memory-leak checking.
2365         + make SCREEN._acs_map and SCREEN._screen_acs_map pointers rather than
2366           arrays, making ACS_LEN less visible to applications (suggested by
2367           Stanislav Ievlev).
2368         + move chunk in SCREEN ifdef'd for USE_WIDEC_SUPPORT to the end, so
2369           _screen_acs_map will have the same offset in both ncurses/ncursesw,
2370           making the corresponding tinfo/tinfow libraries binary-compatible
2371           (cf: 20041016, report by Stanislav Ievlev).
2372
2373 20060513
2374         + improve debug-tracing for EmitRange().
2375         + change default for --with-develop to "yes".  Add NCURSES_NO_HARD_TABS
2376           and NCURSES_NO_MAGIC_COOKIE environment variables to allow runtime
2377           suppression of the related hard-tabs and xmc-glitch features.
2378         + add ncurses version number to top-level manpages, e.g., ncurses, tic,
2379           infocmp, terminfo as well as form, menu, panel.
2380         + update config.guess, config.sub
2381         + modify ncurses.c to work around a bug in NetBSD 3.0 curses
2382           (field_buffer returning null for a valid field).  The 'r' test
2383           appears to not work with that configuration since the new_fieldtype()
2384           function is broken in that implementation.
2385
2386 20060506
2387         + add hpterm-color terminfo entry -TD
2388         + fixes to compile test-programs with HPUX 11.23
2389
2390 20060422
2391         + add copyright notices to files other than those that are generated,
2392           data or adapted from pdcurses (reports by William McBrine, David
2393           Taylor).
2394         + improve rendering on hpterm by not resetting attributes at the end
2395           of doupdate() if the terminal has the magic-cookie feature (report
2396           by Bernd Rieke).
2397         + add 256color variants of terminfo entries for programs which are
2398           reported to implement this feature -TD
2399
2400 20060416
2401         + fix typo in change to NewChar() macro from 20060311 changes, which
2402           broke tab-expansion (report by Frederic L W Meunier).
2403
2404 20060415
2405         + document -U option of tic and infocmp.
2406         + modify tic/infocmp to suppress smacs/rmacs when acsc is suppressed
2407           due to size limit, e.g., converting to termcap format.  Also
2408           suppress them if the output format does not contain acsc and it
2409           was not VT100-like, i.e., a one-one mapping (Novell #163715).
2410         + add configure check to ensure that SIGWINCH is defined on platforms
2411           such as OS X which exclude that when _XOPEN_SOURCE, etc., are
2412           defined (report by Nicholas Cole)
2413
2414 20060408
2415         + modify write_object() to not write coincidental extensions of an
2416           entry made due to it being referenced in a use= clause (report by
2417           Alain Bench).
2418         + another fix for infocmp -i option, which did not ensure that some
2419           escape sequences had comparable prefixes (report by Alain Bench).
2420
2421 20060401
2422         + improve discussion of init/reset in terminfo and tput manpages
2423           (report by Alain Bench).
2424         + use is3 string for a fallback of rs3 in the reset program; it was
2425           using is2 (report by Alain Bench).
2426         + correct logic for infocmp -i option, which did not account for
2427           multiple digits in a parameter (cf: 20040828) (report by Alain
2428           Bench).
2429         + move _nc_handle_sigwinch() to lib_setup.c to make --with-termlib
2430           option work after 20060114 changes (report by Arkadiusz Miskiewicz).
2431         + add copyright notices to test-programs as needed (report by William
2432           McBrine).
2433
2434 20060318
2435         + modify ncurses.c 'F' test to combine the wide-characters with color
2436           and/or video attributes.
2437         + modify test/ncurses to use CTL/Q or ESC consistently for exiting
2438           a test-screen (some commands used 'x' or 'q').
2439
2440 20060312
2441         + fix an off-by-one in the scrolling-region change (cf_ 20060311).
2442
2443 20060311
2444         + add checks in waddchnstr() and wadd_wchnstr() to stop copying when
2445           a null character is found (report by Igor Bogomazov).
2446         + modify progs/Makefile.in to make "tput init" work properly with
2447           cygwin, i.e., do not pass a ".exe" in the reference string used
2448           in check_aliases (report by Samuel Thibault).
2449         + add some checks to ensure current position is within scrolling
2450           region before scrolling on a new line (report by Dan Gookin).
2451         + change some NewChar() usage to static variables to work around
2452           stack garbage introduced when cchar_t is not packed (Redhat #182024).
2453
2454 20060225
2455         + workarounds to build test/movewindow with PDcurses 2.7.
2456         + fix for nsterm-16color entry (patch by Alain Bench).
2457         + correct a typo in infocmp manpage (Debian #354281).
2458
2459 20060218
2460         + add nsterm-16color entry -TD
2461         + updated mlterm terminfo entry -TD
2462         + remove 970913 feature for copying subwindows as they are moved in
2463           mvwin() (discussion with Bryan Christ).
2464         + modify test/demo_menus.c to demonstrate moving a menu (both the
2465           window and subwindow) using shifted cursor-keys.
2466         + start implementing recursive mvwin() in movewindow.c (incomplete).
2467         + add a fallback definition for GCC_PRINTFLIKE() in test.priv.h,
2468           for movewindow.c (report by William McBrine).
2469         + add help-message to test/movewindow.c
2470
2471 20060211
2472         + add test/movewindow.c, to test mvderwin().
2473         + fix ncurses soft-key test so color changes are shown immediately
2474           rather than delayed.
2475         + modify ncurses soft-key test to hide the keys when exiting the test
2476           screen.
2477         + fixes to build test programs with PDCurses 2.7, e.g., its headers
2478           rely on autoconf symbols, and it declares stubs for nonfunctional
2479           terminfo and termcap entrypoints.
2480
2481 20060204
2482         + improved test/configure to build test/ncurses on HPUX 11 using the
2483           vendor curses.
2484         + documented ALTERNATE CONFIGURATIONS in the ncurses manpage, for the
2485           benefit of developers who do not read INSTALL.
2486
2487 20060128
2488         + correct form library Window_To_Buffer() change (cf:  20040516), which
2489           should ignore the video attributes (report by Ricardo Cantu).
2490
2491 20060121
2492         + minor fixes to xmc-glitch experimental code:
2493           + suppress line-drawing
2494           + implement max_attributes
2495           tested with xterm.
2496         + minor fixes for the database iterator.
2497         + fix some buffer limits in c++ demo (comment by Falk Hueffner in
2498           Debian #348117).
2499
2500 20060114
2501         + add toe -a option, to show all databases.  This uses new private
2502           interfaces in the ncurses library for iterating through the list of
2503           databases.
2504         + fix toe from 20000909 changes which made it not look at
2505           $HOME/.terminfo
2506         + make toe's -v option parameter optional as per manpage.
2507         + improve SIGWINCH handling by postponing its effect during newterm(),
2508           etc., when allocating screens.
2509
2510 20060111
2511         + modify wgetnstr() to return KEY_RESIZE if a sigwinch occurs.  Use
2512           this in test/filter.c
2513         + fix an error in filter() modification which caused some applications
2514           to fail.
2515
2516 20060107
2517         + check if filter() was called when getting the screensize.  Keep it
2518           at 1 if so (based on Redhat #174498).
2519         + add extension nofilter().
2520         + refined the workaround for ACS mapping.
2521         + make ifdef's consistent in curses.h for the extended colors so the
2522           header file can be used for the normal curses library.  The header
2523           file installed for extended colors is a variation of the
2524           wide-character configuration (report by Frederic L W Meunier).
2525
2526 20051231
2527         + add a workaround to ACS mapping to allow applications such as
2528           test/blue.c to use the "PC ROM" characters by masking them with
2529           A_ALTCHARSET.  This worked up til 5.5, but was lost in the revision
2530           of legacy coding (report by Michael Deutschmann).
2531         + add a null-pointer check in the wide-character version of
2532           calculate_actual_width() (report by Victor Julien).
2533         + improve test/ncurses 'd' (color-edit) test by allowing the RGB
2534           values to be set independently (patch by William McBrine).
2535         + modify test/configure script to allow building test programs with
2536           PDCurses/X11.
2537         + modified test programs to allow some to work with NetBSD curses.
2538           Several do not because NetBSD curses implements a subset of X/Open
2539           curses, and also lacks much of SVr4 additions.  But it's enough for
2540           comparison.
2541         + update config.guess and config.sub
2542
2543 20051224
2544         + use BSD-specific fix for return-value from cgetent() from CVS where
2545           an unknown terminal type would be reportd as "database not found".
2546         + make tgetent() return code more readable using new symbols
2547           TGETENT_YES, etc.
2548         + remove references to non-existent "tctest" program.
2549         + remove TESTPROGS from progs/Makefile.in (it was referring to code
2550           that was never built in that directory).
2551         + typos in curs_addchstr.3x, some doc files (noticed in OpenBSD CVS).
2552
2553 20051217
2554         + add use_legacy_coding() function to support lynx's font-switching
2555           feature.
2556         + fix formatting in curs_termcap.3x (report by Mike Frysinger).
2557         + modify MKlib_gen.sh to change preprocessor-expanded _Bool back to
2558           bool.
2559
2560 20051210
2561         + extend test/ncurses.c 's' (overlay window) test to exercise overlay(),
2562           overwrite() and copywin() with different combinations of colors and
2563           attributes (including background color) to make it easy to see the
2564           effect of the different functions.
2565         + corrections to menu/m_global.c for wide-characters (report by
2566           Victor Julien).
2567
2568 20051203
2569         + add configure option --without-dlsym, allowing developers to
2570           configure GPM support without using dlsym() (discussion with Michael
2571           Setzer).
2572         + fix wins_nwstr(), which did not handle single-column non-8bit codes
2573           (Debian #341661).
2574
2575 20051126
2576         + move prototypes for wide-character trace functions from curses.tail
2577           to curses.wide to avoid accidental reference to those if
2578           _XOPEN_SOURCE_EXTENDED is defined without ensuring that <wchar.h> is
2579           included.
2580         + add/use NCURSES_INLINE definition.
2581         + change some internal functions to use int/unsigned rather than the
2582           short equivalents.
2583
2584 20051119
2585         + remove a redundant check in lib_color.c (Debian #335655).
2586         + use ld's -search_paths_first option on Darwin to work around odd
2587           search rules on that platform (report by Christian Gennerat, analysis
2588           by Andrea Govoni).
2589         + remove special case for Darwin in CF_XOPEN_SOURCE configure macro.
2590         + ignore EINTR in tcgetattr/tcsetattr calls (Debian #339518).
2591         + fix several bugs in test/bs.c (patch by Stephen Lindholm).
2592
2593 20051112
2594         + other minor fixes to cygwin based on tack -TD
2595         + correct smacs in cygwin (Debian #338234, report by Baurzhan
2596           Ismagulov, who noted that it was fixed in Cygwin).
2597
2598 20051029
2599         + add shifted up/down arrow codes to xterm-new as kind/kri strings -TD
2600         + modify wbkgrnd() to avoid clearing the A_CHARTEXT attribute bits
2601           since those record the state of multicolumn characters (Debian
2602           #316663).
2603         + modify werase to clear multicolumn characters that extend into
2604           a derived window (Debian #316663).
2605
2606 20051022
2607         + move assignment from environment variable ESCDELAY from initscr()
2608           down to newterm() so the environment variable affects timeouts for
2609           terminals opened with newterm() as well.
2610         + fix a memory leak in keyname().
2611         + add test/demo_altkeys.c
2612         + modify test/demo_defkey.c to exit from loop via 'q' to allow
2613           leak-checking, as well as fix a buffer size in winnstr() call.
2614
2615 20051015
2616         + correct order of use-clauses in rxvt-basic entry which made codes for
2617           f1-f4 vt100-style rather than vt220-style (report by Gabor Z Papp).
2618         + suppress configure check for gnatmake if Ada95/Makefile.in is not
2619           found.
2620         + correct a typo in configure --with-bool option for the case where
2621           --without-cxx is used (report by Daniel Jacobowitz).
2622         + add a note to INSTALL's discussion of --with-normal, pointing out
2623           that one may wish to use --without-gpm to ensure a completely
2624           static link (prompted by report by Felix von Leitner).
2625
2626 20051010 5.5 release for upload to ftp.gnu.org
2627
2628 20051008
2629         + document in demo_forms.c some portability issues.
2630
2631 20051001
2632         + document side-effect of werase() which sets the cursor position.
2633         + save/restore the current position in form field editing to make
2634           overlay mode work.
2635
2636 20050924
2637         + correct header dependencies in progs, allowing parallel make (report
2638           by Daniel Jacobowitz).
2639         + modify CF_BUILD_CC to ensure that pre-setting $BUILD_CC overrides
2640           the configure check for --with-build-cc (report by Daniel Jacobowitz).
2641         + modify CF_CFG_DEFAULTS to not use /usr as the default prefix for
2642           NetBSD.
2643         + update config.guess and config.sub from
2644                 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
2645
2646 20050917
2647         + modify sed expression which computes path for /usr/lib/terminfo
2648           symbolic link in install to ensure that it does not change unexpected
2649           levels of the path (Gentoo #42336).
2650         + modify default for --disable-lp64 configure option to reduce impact
2651           on existing 64-bit builds.  Enabling the _LP64 option may change the
2652           size of chtype and mmask_t.  However, for ABI 6, it is enabled by
2653           default (report by Mike Frysinger).
2654         + add configure script check for --enable-ext-mouse, bump ABI to 6 by
2655           default if it is used.
2656         + improve configure script logic for bumping ABI to omit this if the
2657           --with-abi-version option was used.
2658         + update address for Free Software Foundation in tack's source.
2659         + correct wins_wch(), which was not marking the filler-cells of
2660           multi-column characters (cf:  20041023).
2661
2662 20050910
2663         + modify mouse initialization to ensure that Gpm_Open() is called only
2664           once.  Otherwise GPM gets confused in its initialization of signal
2665           handlers (Debian #326709).
2666
2667 20050903
2668         + modify logic for backspacing in a multiline form field to ensure that
2669           it works even when the preceding line is full (report by Frank van
2670           Vugt).
2671         + remove comment about BUGS section of ncurses manpage (Debian #325481)
2672
2673 20050827
2674         + document some workarounds for shared and libtool library
2675           configurations in INSTALL (see --with-shared and --with-libtool).
2676         + modify CF_GCC_VERSION and CF_GXX_VERSION macros to accommodate
2677           cross-compilers which emit the platform name in their version
2678           message, e.g.,
2679                 arm-sa1100-linux-gnu-g++ (GCC) 4.0.1
2680           (report by Frank van Vugt).
2681
2682 20050820
2683         + start updating documentation for upcoming 5.5 release.
2684         + fix to make libtool  and libtinfo work together again (cf: 20050122).
2685         + fixes to allow building traces into libtinfo
2686         + add debug trace to tic that shows if/how ncurses will write to the
2687           lower corner of a terminal's screen.
2688         + update llib-l* files.
2689
2690 20050813
2691         + modify initializers in c++ binding to build with old versions of g++.
2692         + improve special case for 20050115 repainting fix, ensuring that if
2693           the first changed cell is not a character that the range to be
2694           repainted is adjusted to start at a character's beginning (Debian
2695           #316663).
2696
2697 20050806
2698         + fixes to build on QNX 6.1
2699         + improve configure script checks for Intel 9.0 compiler.
2700         + remove #include's for libc.h (obsolete).
2701         + adjust ifdef's in curses.priv.h so that when cross-compiling to
2702           produce comp_hash and make_keys, no dependency on wchar.h is needed.
2703           That simplifies the build-cppflags (report by Frank van Vugt).
2704         + move modules related to key-binding into libtinfo to fix linkage
2705           problem caused by 20050430 changes to MKkeyname.sh (report by
2706           Konstantin Andreev).
2707
2708 20050723
2709         + updates/fixes for configure script macros from vile -TD
2710         + make prism9's sgr string agree with the rest of the terminfo -TD
2711         + make vt220's sgr0 string consistent with sgr string, do this for
2712           several related cases -TD
2713         + improve translation to termcap by filtering the 'me' (sgr0) strings
2714           as in the runtime call to tgetent() (prompted by a discussion with
2715           Thomas Klausner).
2716         + improve tic check for sgr0 versus sgr(0), to help ensure that sgr0
2717           resets line-drawing.
2718
2719 20050716
2720         + fix special cases for trimming sgr0 for hurd and vt220 (Debian
2721           #318621).
2722         + split-out _nc_trim_sgr0() from modifications made to tgetent(), to
2723           allow it to be used by tic to provide information about the runtime
2724           changes that would be made to sgr0 for termcap applications.
2725         + modify make_sed.sh to make the group-name in the NAME section of
2726           form/menu library manpage agree with the TITLE string when renaming
2727           is done for Debian (Debian #78866).
2728
2729 20050702
2730         + modify parameter type in c++ binding for insch() and mvwinsch() to
2731           be consistent with underlying ncurses library (was char, is chtype).
2732         + modify treatment of Intel compiler to allow _GNU_SOURCE to be defined
2733           on Linux.
2734         + improve configure check for nanosleep(), checking that it works since
2735           some older systems such as AIX 4.3 have a nonworking version.
2736
2737 20050625
2738         + update config.guess and config.sub from
2739                 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
2740         + modify misc/shlib to work in test-directory.
2741         + suppress $suffix in misc/run_tic.sh when cross-compiling.  This
2742           allows cross-compiles to use the host's tic program to handle the
2743           "make install.data" step.
2744         + improve description of $LINES and $COLUMNS variables in manpages
2745           (prompted by report by Dave Ulrick).
2746         + improve description of cross-compiling in INSTALL
2747         + add NCURSES-Programming-HOWTO.html by Pradeep Padala
2748           (see http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/).
2749         + modify configure script to obtain soname for GPM library (discussion
2750           with Daniel Jacobowitz).
2751         + modify configure script so that --with-chtype option will still
2752           compute the unsigned literals suffix for constants in curses.h
2753           (report by Daniel Jacobowitz:
2754         + patches from Daniel Jacobowitz:
2755           + the man_db.renames entry for tack.1 was backwards.
2756           + tack.1 had some 1m's that should have been 1M's.
2757           + the section for curs_inwstr.3 was wrong.
2758
2759 20050619
2760         + correction to --with-chtype option (report by Daniel Jacobowitz).
2761
2762 20050618
2763         + move build-time edit_man.sh and edit_man.sed scripts to top directory
2764           to simplify reusing them for renaming tack's manpage (prompted by a
2765           review of Debian package).
2766         + revert minor optimization from 20041030 (Debian #313609).
2767         + libtool-specific fixes, tested with libtool 1.4.3, 1.5.0, 1.5.6,
2768           1.5.10 and 1.5.18 (all work except as noted previously for the c++
2769           install using libtool 1.5.0):
2770           + modify the clean-rule in c++/Makefile.in to work with IRIX64 make
2771             program.
2772           + use $(LIBTOOL_UNINSTALL) symbol, overlooked in 20030830
2773         + add configure options --with-chtype and --with-mmask-t, to allow
2774           overriding of the non-LP64 model's use of the corresponding types.
2775         + revise test for size of chtype (and mmask_t), which always returned
2776           "long" due to an uninitialized variable (report by Daniel Jacobowitz).
2777
2778 20050611
2779         + change _tracef's that used "%p" format for va_list values to ignore
2780           that, since on some platforms those are not pointers.
2781         + fixes for long-formats in printf's due to largefile support.
2782
2783 20050604
2784         + fixes for termcap support:
2785           + reset pointer to _nc_curr_token.tk_name when the input stream is
2786             closed, which could point to free memory (cf: 20030215).
2787           + delink TERMTYPE data which is used by the termcap reader, so that
2788             extended names data will be freed consistently.
2789           + free pointer to TERMTYPE data in _nc_free_termtype() rather than
2790             its callers.
2791           + add some entrypoints for freeing permanently allocated data via
2792             _nc_freeall() when NO_LEAKS is defined.
2793         + amend 20041030 change to _nc_do_color to ensure that optimization is
2794           applied only when the terminal supports back_color_erase (bce).
2795
2796 20050528
2797         + add sun-color terminfo entry -TD
2798         + correct a missing assignment in c++ binding's method
2799           NCursesPanel::UserPointer() from 20050409 changes.
2800         + improve configure check for large-files, adding check for dirent64
2801           from vile -TD
2802         + minor change to configure script to improve linker options for the
2803           Ada95 tree.
2804
2805 20050515
2806         + document error conditions for ncurses library functions (report by
2807           Stanislav Ievlev).
2808         + regenerated html documentation for ada binding.
2809           see ftp://invisible-island.net/ncurses/patches/gnathtml
2810
2811 20050507
2812         + regenerated html documentation for manpages.
2813         + add $(BUILD_EXEEXT) suffix to invocation of make_keys in
2814           ncurses/Makefile (Gentoo #89772).
2815         + modify c++/demo.cc to build with g++ -fno-implicit-templates option
2816           (patch by Mike Frysinger).
2817         + modify tic to filter out long extended names when translating to
2818           termcap format.  Only two characters are permissible for termcap
2819           capability names.
2820
2821 20050430
2822         + modify terminfo entries xterm-new and rxvt to add strings for
2823           shift-, control-cursor keys.
2824         + workaround to allow c++ binding to compile with g++ 2.95.3, which
2825           has a broken implementation of static_cast<> (patch by Jeff Chua).
2826         + modify initialization of key lookup table so that if an extended
2827           capability (tic -x) string is defined, and its name begins with 'k',
2828           it will automatically be treated as a key.
2829         + modify test/keynames.c to allow for the possibility of extended
2830           key names, e.g., via define_key(), or via "tic -x".
2831         + add test/demo_termcap.c to show the contents of given entry via the
2832           termcap interface.
2833
2834 20050423
2835         + minor fixes for vt100/vt52 entries -TD
2836         + add configure option --enable-largefile
2837         + corrected libraries used to build Ada95/gen/gen, found in testing
2838           gcc 4.0.0.
2839
2840 20050416
2841         + update config.guess, config.sub
2842         + modify configure script check for _XOPEN_SOURCE, disable that on
2843           Darwin whose header files have problems (patch by Chris Zubrzycki).
2844         + modify form library Is_Printable_String() to use iswprint() rather
2845           than wcwidth() for determining if a character is printable.  The
2846           latter caused it to reject menu items containing non-spacing
2847           characters.
2848         + modify ncurses test program's F-test to handle non-spacing characters
2849           by combining them with a reverse-video blank.
2850         + review/fix several gcc -Wconversion warnings.
2851
2852 20050409
2853         + correct an off-by-one error in m_driver() for mouse-clicks used to
2854           position the mouse to a particular item.
2855         + implement test/demo_menus.c
2856         + add some checks in lib_mouse to ensure SP is set.
2857         + modify C++ binding to make 20050403 changes work with the configure
2858           --enable-const option.
2859
2860 20050403
2861         + modify start_color() to return ERR if it cannot allocate memory.
2862         + address g++ compiler warnings in C++ binding by adding explicit
2863           member initialization, assignment operators and copy constructors.
2864           Most of the changes simply preserve the existing semantics of the
2865           binding, which can leak memory, etc., but by making these features
2866           visible, it provides a framework for improving the binding.
2867         + improve C++ binding using static_cast, etc.
2868         + modify configure script --enable-warnings to add options to g++ to
2869           correspond to the gcc --enable-warnings.
2870         + modify C++ binding to use some C internal functions to make it
2871           compile properly on Solaris (and other platforms).
2872
2873 20050327
2874         + amend change from 20050320 to limit it to configurations with a
2875           valid locale.
2876         + fix a bug introduced in 20050320 which broke the translation of
2877           nonprinting characters to uparrow form (report by Takahashi Tamotsu).
2878
2879 20050326
2880         + add ifdef's for _LP64 in curses.h to avoid using wasteful 64-bits for
2881           chtype and mmask_t, but add configure option --disable-lp64 in case
2882           anyone used that configuration.
2883         + update misc/shlib script to account for Mac OS X (report by Michail
2884           Vidiassov).
2885         + correct comparison for wrapping multibyte characters in
2886           waddch_literal() (report by Takahashi Tamotsu).
2887
2888 20050320
2889         + add -c and -w options to tset to allow user to suppress ncurses'
2890           resizing of the terminal emulator window in the special case where it
2891           is not able to detect the true size (report by Win Delvaux, Debian
2892           #300419).
2893         + modify waddch_nosync() to account for locale zn_CH.GBK, which uses
2894           codes 128-159 as part of multibyte characters (report by Wang
2895           WenRui, Debian #300512).
2896
2897 20050319
2898         + modify ncurses.c 'd' test to make it work with 88-color
2899           configuration, i.e., by implementing scrolling.
2900         + improve scrolling in ncurses.c 'c' and 'C' tests, e.g., for 88-color
2901           configuration.
2902
2903 20050312
2904         + change tracemunch to use strict checking.
2905         + modify ncurses.c 'p' test to test line-drawing within a pad.
2906         + implement environment variable NCURSES_NO_UTF8_ACS to support
2907           miscellaneous terminal emulators which ignore alternate character
2908           set escape sequences when in UTF-8 mode.
2909
2910 20050305
2911         + change NCursesWindow::err_handler() to a virtual function (request by
2912           Steve Beal).
2913         + modify fty_int.c and fty_num.c to handle wide characters (report by
2914           Wolfgang Gutjahr).
2915         + adapt fix for fty_alpha.c to fty_alnum.c, which also handled normal
2916           and wide characters inconsistently (report by Wolfgang Gutjahr).
2917         + update llib-* files to reflect internal interface additions/changes.
2918
2919 20050226
2920         + improve test/configure script, adding tests for _XOPEN_SOURCE, etc.,
2921           from lynx.
2922         + add aixterm-16color terminfo entry -TD
2923         + modified xterm-new terminfo entry to work with tgetent() changes -TD
2924         + extended changes in tgetent() from 20040710 to allow the substring of
2925           sgr0 which matches rmacs to be at the beginning of the sgr0 string
2926           (request by Thomas Wolff).  Wolff says the visual effect in
2927           combination with pre-20040710 ncurses is improved.
2928         + fix off-by-one in winnstr() call which caused form field validation
2929           of multibyte characters to ignore the last character in a field.
2930         + correct logic in winsch() for inserting multibyte strings; the code
2931           would clear cells after the insertion rather than push them to the
2932           right (cf: 20040228).
2933         + fix an inconsistency in Check_Alpha_Field() between normal and wide
2934           character logic (report by Wolfgang Gutjahr).
2935
2936 20050219
2937         + fix a bug in editing wide-characters in form library: deleting a
2938           nonwide character modified the previous wide-character.
2939         + update manpage to describe NCURSES_MOUSE_VERSION 2.
2940         + correct manpage description of mouseinterval() (Debian #280687).
2941         + add a note to default_colors.3x explaining why this extension was
2942           added (Debian #295083).
2943         + add traces to panel library.
2944
2945 20050212
2946         + improve editing of wide-characters in form library:  left/right
2947           cursor movement, and single-character deletions work properly.
2948         + disable GPM mouse support when $TERM happens to be prefixed with
2949           "xterm".  Gpm_Open() would otherwise assert that it can deal with
2950           mouse events in this case.
2951         + modify GPM mouse support so it closes the server connection when
2952           the caller disables the mouse (report by Stanislav Ievlev).
2953
2954 20050205
2955         + add traces for callback functions in form library.
2956         + add experimental configure option --enable-ext-mouse, which defines
2957           NCURSES_MOUSE_VERSION 2, and modifies the encoding of mouse events to
2958           support wheel mice, which may transmit buttons 4 and 5.  This works
2959           with xterm and similar X terminal emulators (prompted by question by
2960           Andreas Henningsson, this is also related to Debian #230990).
2961         + improve configure macros CF_XOPEN_SOURCE and CF_POSIX_C_SOURCE to
2962           avoid redefinition warnings on cygwin.
2963
2964 20050129
2965         + merge remaining development changes for extended colors (mostly
2966           complete, does not appear to break other configurations).
2967         + add xterm-88color.dat (part of extended colors testing).
2968         + improve _tracedump() handling of color pairs past 96.
2969         + modify return-value from start_color() to return OK if colors have
2970           already been started.
2971         + modify curs_color.3x list error conditions for init_pair(),
2972           pair_content() and color_content().
2973         + modify pair_content() to return -1 for consistency with init_pair()
2974           if it corresponds to the default-color.
2975         + change internal representation of default-color to allow application
2976           to use color number 255.  This does not affect the total number of
2977           color pairs which are allowed.
2978         + add a top-level tags rule.
2979
2980 20050122
2981         + add a null-pointer check in wgetch() in case it is called without
2982           first calling initscr().
2983         + add some null-pointer checks for SP, which is not set by libtinfo.
2984         + modify misc/shlib to ensure that absolute pathnames are used.
2985         + modify test/Makefile.in, etc., to link test programs only against the
2986           libraries needed, e.g., omit form/menu/panel library for the ones
2987           that are curses-specific.
2988         + change SP->_current_attr to a pointer, adjust ifdef's to ensure that
2989           libtinfo.so and libtinfow.so have the same ABI.  The reason for this
2990           is that the corresponding data which belongs to the upper-level
2991           ncurses library has a different size in each model (report by
2992           Stanislav Ievlev).
2993
2994 20050115
2995         + minor fixes to allow test-compiles with g++.
2996         + correct column value shown in tic's warnings, which did not account
2997           for leading whitespace.
2998         + add a check in _nc_trans_string() for improperly ended strings, i.e.,
2999           where a following line begins in column 1.
3000         + modify _nc_save_str() to return a null pointer on buffer overflow.
3001         + improve repainting while scrolling wide-character data (Eungkyu Song).
3002
3003 20050108
3004         + merge some development changes to extend color capabilities.
3005
3006 20050101
3007         + merge some development changes to extend color capabilities.
3008         + fix manpage typo (FreeBSD report docs/75544).
3009         + update config.guess, config.sub
3010         > patches for configure script (Albert Chin-A-Young):
3011         + improved fix to make mbstate_t recognized on HPUX 11i (cf:
3012           20030705), making vsscanf() prototype visible on IRIX64.  Tested for
3013           on HP-UX 11i, Solaris 7, 8, 9, AIX 4.3.3, 5.2, Tru64 UNIX 4.0D, 5.1,
3014           IRIX64 6.5, Redhat Linux 7.1, 9, and RHEL 2.1, 3.0.
3015         + print the result of the --disable-home-terminfo option.
3016         + use -rpath when compiling with SGI C compiler.
3017
3018 20041225
3019         + add trace calls to remaining public functions in form and menu
3020           libraries.
3021         + fix check for numeric digits in test/ncurses.c 'b' and 'B' tests.
3022         + fix typo in test/ncurses.c 'c' test from 20041218.
3023
3024 20041218
3025         + revise test/ncurses.c 'c' color test to improve use for xterm-88color
3026           and xterm-256color, added 'C' test using the wide-character color_set
3027           and attr_set functions.
3028
3029 20041211
3030         + modify configure script to work with Intel compiler.
3031         + fix an limit-check in wadd_wchnstr() which caused labels in the
3032           forms-demo to be one character short.
3033         + fix typo in curs_addchstr.3x (Jared Yanovich).
3034         + add trace calls to most functions in form and menu libraries.
3035         + update working-position for adding wide-characters when window is
3036           scrolled (prompted by related report by Eungkyu Song).
3037
3038 20041204
3039         + replace some references on Linux to wcrtomb() which use it to obtain
3040           the length of a multibyte string with _nc_wcrtomb, since wcrtomb() is
3041           broken in glibc (see Debian #284260).
3042         + corrected length-computation in wide-character support for
3043           field_buffer().
3044         + some fixes to frm_driver.c to allow it to accept multibyte input.
3045         + modify configure script to work with Intel 8.0 compiler.
3046
3047 20041127
3048         + amend change to setupterm() in 20030405 which would reuse the value
3049           of cur_term if the same output was selected.  This now reuses it only
3050           when setupterm() is called from tgetent(), which has no notion of
3051           separate SCREENs.  Note that tgetent() must be called after initscr()
3052           or newterm() to use this feature (Redhat Bugzilla #140326).
3053         + add a check in CF_BUILD_CC macro to ensure that developer has given
3054           the --with-build-cc option when cross-compiling (report by Alexandre
3055           Campo).
3056         + improved configure script checks for _XOPEN_SOURCE and
3057           _POSIX_C_SOURCE (fix for IRIX 5.3 from Georg Schwarz, _POSIX_C_SOURCE
3058           updates from lynx).
3059         + cosmetic fix to test/gdc.c to recolor the bottom edge of the box
3060           for consistency (comment by Dan Nelson).
3061
3062 20041120
3063         + update wsvt25 terminfo entry -TD
3064         + modify test/ins_wide.c to test all flavors of ins_wstr().
3065         + ignore filler-cells in wadd_wchnstr() when adding a cchar_t array
3066           which consists of multi-column characters, since this function
3067           constructs them (cf: 20041023).
3068         + modify winnstr() to return multibyte character strings for the
3069           wide-character configuration.
3070
3071 20041106
3072         + fixes to make slk_set() and slk_wset() accept and store multibyte
3073           or multicolumn characters.
3074
3075 20041030
3076         + improve color optimization a little by making _nc_do_color() check
3077           if the old/new pairs are equivalent to the default pair 0.
3078         + modify assume_default_colors() to not require that
3079           use_default_colors() be called first.
3080
3081 20041023
3082         + modify term_attrs() to use termattrs(), add the extended attributes
3083           such as enter_horizontal_hl_mode for WA_HORIZONTAL to term_attrs().
3084         + add logic in waddch_literal() to clear orphaned cells when one
3085           multi-column character partly overwrites another.
3086         + improved logic for clearing cells when a multi-column character
3087           must be wrapped to a new line.
3088         + revise storage of cells for multi-column characters to correct a
3089           problem with repainting.  In the old scheme, it was possible for
3090           doupdate() to decide that only part of a multi-column character
3091           should be repainted since the filler cells stored only an attribute
3092           to denote them as fillers, rather than the character value and the
3093           attribute.
3094
3095 20041016
3096         + minor fixes for traces.
3097         + add SP->_screen_acs_map[], used to ensure that mapping of missing
3098           line-drawing characters is handled properly.  For example, ACS_DARROW
3099           is absent from xterm-new, and it was coincidentally displayed the
3100           same as ACS_BTEE.
3101
3102 20041009
3103         + amend 20021221 workaround for broken acs to reset the sgr, rmacs
3104           and smacs strings as well.  Also modify the check for screen's
3105           limitations in that area to allow the multi-character shift-in
3106           and shift-out which seem to work.
3107         + change GPM initialization, using dl library to load it dynamically
3108           at runtime (Debian #110586).
3109
3110 20041002
3111         + correct logic for color pair in setcchar() and getcchar() (patch by
3112           Marcin 'Qrczak' Kowalczyk).
3113         + add t/T commands to ncurses b/B tests to allow a different color to
3114           be tested for the attrset part of the test than is used in the
3115           background color.
3116
3117 20040925
3118         + fix to make setcchar() to work when its wchar_t* parameter is
3119           pointing to a string which contains more data than can be converted.
3120         + modify wget_wstr() and example in ncurses.c to work if wchar_t and
3121           wint_t are different sizes (report by Marcin 'Qrczak' Kowalczyk).
3122
3123 20040918
3124         + remove check in wget_wch() added to fix an infinite loop, appears to
3125           have been working around a transitory glibc bug, and interferes
3126           with normal operation (report by Marcin 'Qrczak' Kowalczyk).
3127         + correct wadd_wch() and wecho_wch(), which did not pass the rendition
3128           information (report by Marcin 'Qrczak' Kowalczyk).
3129         + fix aclocal.m4 so that the wide-character version of ncurses gets
3130           compiled as libncursesw.5.dylib, instead of libncurses.5w.dylib
3131           (adapted from patch by James J Ramsey).
3132         + change configure script for --with-caps option to indicate that it
3133           is no longer experimental.
3134         + change configure script to reflect the fact that --enable-widec has
3135           not been "experimental" since 5.3 (report by Bruno Lustosa).
3136
3137 20040911
3138         + add 'B' test to ncurses.c, to exercise some wide-character functions.
3139
3140 20040828
3141         + modify infocmp -i option to match 8-bit controls against its table
3142           entries, e.g., so it can analyze the xterm-8bit entry.
3143         + add morphos terminfo entry, improve amiga-8bit entry (Pavel Fedin).
3144         + correct translation of "%%" in terminfo format to termcap, e.g.,
3145           using "tic -C" (Redhat Bugzilla #130921).
3146         + modified configure script CF_XOPEN_SOURCE macro to ensure that if
3147           it defines _POSIX_C_SOURCE, that it defines it to a specific value
3148           (comp.os.stratus newsgroup comment).
3149
3150 20040821
3151         + fixes to build with Ada95 binding with gnat 3.4 (all warnings are
3152           fatal, and gnat does not follow the guidelines for pragmas).
3153           However that did find a coding error in Assume_Default_Colors().
3154         + modify several terminfo entries to ensure xterm mouse and cursor
3155           visibility are reset in rs2 string:  hurd, putty, gnome,
3156           konsole-base, mlterm, Eterm, screen (Debian #265784, #55637).  The
3157           xterm entries are left alone - old ones for compatibility, and the
3158           new ones do not require this change. -TD
3159
3160 20040814
3161         + fake a SIGWINCH in newterm() to accommodate buggy terminal emulators
3162           and window managers (Debian #265631).
3163         > terminfo updates -TD
3164         + remove dch/dch1 from rxvt because they are implemented inconsistently
3165           with the common usage of bce/ech
3166         + remove khome from vt220 (vt220's have no home key)
3167         + add rxvt+pcfkeys
3168
3169 20040807
3170         + modify test/ncurses.c 'b' test, adding v/V toggles to cycle through
3171           combinations of video attributes so that for instance bold and
3172           underline can be tested.  This made the legend too crowded, added
3173           a help window as well.
3174         + modify test/ncurses.c 'b' test to cycle through default colors if
3175           the -d option is set.
3176         + update putty terminfo entry (Robert de Bath).
3177
3178 20040731
3179         + modify test/cardfile.c to allow it to read more data than can be
3180           displayed.
3181         + correct logic in resizeterm.c which kept it from processing all
3182           levels of window hierarchy (reports by Folkert van Heusden,
3183           Chris Share).
3184
3185 20040724
3186         + modify "tic -cv" to ignore delays when comparing strings.  Also
3187           modify it to ignore a canceled sgr string, e.g., for terminals which
3188           cannot properly combine attributes in one control sequence.
3189         + corrections for gnome and konsole entries (Redhat Bugzilla #122815,
3190           patch by Hans de Goede)
3191         > terminfo updates -TD
3192         + make ncsa-m rmacs/smacs consistent with sgr
3193         + add sgr, rc/sc and ech to syscons entries
3194         + add function-keys to decansi
3195         + add sgr to mterm-ansi
3196         + add sgr, civis, cnorm to emu
3197         + correct/simplify cup in addrinfo
3198
3199 20040717
3200         > terminfo updates -TD
3201         + add xterm-pc-fkeys
3202         + review/update gnome and gnome-rh90 entries (prompted by Redhat
3203           Bugzilla #122815).
3204         + review/update konsole entries
3205         + add sgr, correct sgr0 for kterm and mlterm
3206         + correct tsl string in kterm
3207
3208 20040711
3209         + add configure option --without-xterm-new
3210
3211 20040710
3212         + add check in wget_wch() for printable bytes that are not part of a
3213           multibyte character.
3214         + modify wadd_wchnstr() to render text using window's background
3215           attributes.
3216         + improve tic's check to compare sgr and sgr0.
3217         + fix c++ directory's .cc.i rule.
3218         + modify logic in tgetent() which adjusts the termcap "me" string
3219           to work with ISO-2022 string used in xterm-new (cf: 20010908).
3220         + modify tic's check for conflicting function keys to omit that if
3221           converting termcap to termcap format.
3222         + add -U option to tic and infocmp.
3223         + add rmam/smam to linux terminfo entry (Trevor Van Bremen)
3224         > terminfo updates -TD
3225         + minor fixes for emu
3226         + add emu-220
3227         + change wyse acsc strings to use 'i' map rather than 'I'
3228         + fixes for avatar0
3229         + fixes for vp3a+
3230
3231 20040703
3232         + use tic -x to install terminfo database -TD
3233         + add -x to infocmp's usage message.
3234         + correct field used for comparing O_ROWMAJOR in set_menu_format()
3235           (report/patch by Tony Li).
3236         + fix a missing nul check in set_field_buffer() from 20040508 changes.
3237         > terminfo updates -TD
3238           + make xterm-xf86-v43 derived from xterm-xf86-v40 rather than
3239             xterm-basic -TD
3240           + align with xterm patch #192's use of xterm-new -TD
3241           + update xterm-new and xterm-8bit for cvvis/cnorm strings -TD
3242           + make xterm-new the default "xterm" entry -TD
3243
3244 20040626
3245         + correct BUILD_CPPFLAGS substitution in ncurses/Makefile.in, to allow
3246           cross-compiling from a separate directory tree (report/patch by
3247           Dan Engel).
3248         + modify is_term_resized() to ensure that window sizes are nonzero,
3249           as documented in the manpage (report by Ian Collier).
3250         + modify CF_XOPEN_SOURCE configure macro to make Hurd port build
3251           (Debian #249214, report/patch by Jeff Bailey).
3252         + configure-script mods from xterm, e.g., updates to CF_ADD_CFLAGS
3253         + update config.guess, config.sub
3254         > terminfo updates -TD
3255           + add mlterm
3256           + add xterm-xf86-v44
3257           + modify xterm-new aka xterm-xfree86 to accommodate luit, which
3258             relies on G1 being used via an ISO-2022 escape sequence (report by
3259             Juliusz Chroboczek)
3260           + add 'hurd' entry
3261
3262 20040619
3263         + reconsidered winsnstr(), decided after comparing other
3264           implementations that wrapping is an X/Open documentation error.
3265         + modify test/inserts.c to test all flavors of insstr().
3266
3267 20040605
3268         + add setlocale() calls to a few test programs which may require it:
3269           demo_forms.c, filter.c, ins_wide.c, inserts.c
3270         + correct a few misspelled function names in ncurses-intro.html (report
3271           by Tony Li).
3272         + correct internal name of key_defined() manpage, which conflicted with
3273           define_key().
3274
3275 20040529
3276         + correct size of internal pad used for holding wide-character
3277           field_buffer() results.
3278         + modify data_ahead() to work with wide-characters.
3279
3280 20040522
3281         + improve description of terminfo if-then-else expressions (suggested
3282           by Arne Thomassen).
3283         + improve test/ncurses.c 'd' test, allow it to use external file for
3284           initial palette (added xterm-16color.dat and linux-color.dat), and
3285           reset colors to the initial palette when starting/ending the test.
3286         + change limit-check in init_color() to allow r/g/b component to
3287           reach 1000 (cf: 20020928).
3288
3289 20040516
3290         + modify form library to use cchar_t's rather than char's in the
3291           wide-character configuration for storing data for field buffers.
3292         + correct logic of win_wchnstr(), which did not work for more than
3293           one cell.
3294
3295 20040508
3296         + replace memset/memcpy usage in form library with for-loops to
3297           simplify changing the datatype of FIELD.buf, part of wide-character
3298           changes.
3299         + fix some inconsistent use of #if/#ifdef (report by Alain Guibert).
3300
3301 20040501
3302         + modify menu library to account for actual number of columns used by
3303           multibyte character strings, in the wide-character configuration
3304           (adapted from patch by Philipp Tomsich).
3305         + add "-x" option to infocmp like tic's "-x", for use in "-F"
3306           comparisons.  This modifies infocmp to only report extended
3307           capabilities if the -x option is given, making this more consistent
3308           with tic.  Some scripts may break, since infocmp previous gave this
3309           information without an option.
3310         + modify termcap-parsing to retain 2-character aliases at the beginning
3311           of an entry if the "-x" option is used in tic.
3312
3313 20040424
3314         + minor compiler-warning and test-program fixes.
3315
3316 20040417
3317         + modify tic's missing-sgr warning to apply to terminfo only.
3318         + free some memory leaks in tic.
3319         + remove check in post_menu() that prevented menus from extending
3320           beyond the screen (request by Max J. Werner).
3321         + remove check in newwin() that prevents allocating windows
3322           that extend beyond the screen.  Solaris curses does this.
3323         + add ifdef in test/color_set.c to allow it to compile with older
3324           curses.
3325         + add napms() calls to test/dots.c to make it not be a CPU hog.
3326
3327 20040403
3328         + modify unctrl() to return null if its parameter does not correspond
3329           to an unsigned char.
3330         + add some limit-checks to guard isprint(), etc., from being used on
3331           values that do not fit into an unsigned char (report by Sami Farin).
3332
3333 20040328
3334         + fix a typo in the _nc_get_locale() change.
3335
3336 20040327
3337         + modify _nc_get_locale() to use setlocale() to query the program's
3338           current locale rather than using getenv().  This fixes a case in tin
3339           which relies on legacy treatment of 8-bit characters when the locale
3340           is not initialized (reported by Urs Jansen).
3341         + add sgr string to screen's and rxvt's terminfo entries -TD.
3342         + add a check in tic for terminfo entries having an sgr0 but no sgr
3343           string.  This confuses Tru64 and HPUX curses when combined with
3344           color, e.g., making them leave line-drawing characters in odd places.
3345         + correct casts used in ABSENT_BOOLEAN, CANCELLED_BOOLEAN, matches the
3346           original definitions used in Debian package to fix PowerPC bug before
3347           20030802 (Debian #237629).
3348
3349 20040320
3350         + modify PutAttrChar() and PUTC() macro to improve use of
3351           A_ALTCHARSET attribute to prevent line-drawing characters from
3352           being lost in situations where the locale would otherwise treat the
3353           raw data as nonprintable (Debian #227879).
3354
3355 20040313
3356         + fix a redefinition of CTRL() macro in test/view.c for AIX 5.2 (report
3357           by Jim Idle).
3358         + remove ".PP" after ".SH NAME" in a few manpages; this confuses
3359           some apropos script (Debian #237831).
3360
3361 20040306
3362         + modify ncurses.c 'r' test so editing commands, like inserted text,
3363           set the field background, and the state of insert/overlay editing
3364           mode is shown in that test.
3365         + change syntax of dummy targets in Ada95 makefiles to work with pmake.
3366         + correct logic in test/ncurses.c 'b' for noncolor terminals which
3367           did not recognize a quit-command (cf: 20030419).
3368
3369 20040228
3370         + modify _nc_insert_ch() to allow for its input to be part of a
3371           multibyte string.
3372         + split out lib_insnstr.c, to prepare to rewrite it.  X/Open states
3373           that this function performs wrapping, unlike all of the other
3374           insert-functions.  Currently it does not wrap.
3375         + check for nl_langinfo(CODESET), use it if available (report by
3376           Stanislav Ievlev).
3377         + split-out CF_BUILD_CC macro, actually did this for lynx first.
3378         + fixes for configure script CF_WITH_DBMALLOC and CF_WITH_DMALLOC,
3379           which happened to work with bash, but not with Bourne shell (report
3380           by Marco d'Itri via tin-dev).
3381
3382 20040221
3383         + some changes to adapt the form library to wide characters, incomplete
3384           (request by Mike Aubury).
3385         + add symbol to curses.h which can be used to suppress include of
3386           stdbool.h, e.g.,
3387                 #define NCURSES_ENABLE_STDBOOL_H 0
3388                 #include <curses.h>
3389           (discussion on XFree86 mailing list).
3390
3391 20040214
3392         + modify configure --with-termlib option to accept a value which sets
3393           the name of the terminfo library.  This would allow a packager to
3394           build libtinfow.so renamed to coincide with libtinfo.so (discussion
3395           with Stanislav Ievlev).
3396         + improve documentation of --with-install-prefix, --prefix and
3397           $(DESTDIR) in INSTALL (prompted by discussion with Paul Lew).
3398         + add configure check if the compiler can use -c -o options to rename
3399           its output file, use that to omit the 'cd' command which was used to
3400           ensure object files are created in a separate staging directory
3401           (prompted by comments by Johnny Wezel, Martin Mokrejs).
3402
3403 20040208 5.4 release for upload to ftp.gnu.org
3404         + update TO-DO.
3405
3406 20040207 pre-release
3407         + minor fixes to _nc_tparm_analyze(), i.e., do not count %i as a param,
3408           and do not count %d if it follows a %p.
3409         + correct an inconsistency between handling of codes in the 128-255
3410           range, e.g., as illustrated by test/ncurses.c f/F tests.  In POSIX
3411           locale, the latter did not show printable results, while the former
3412           did.
3413         + modify MKlib_gen.sh to compensate for broken C preprocessor on Mac
3414           OS X, which alters "%%" to "% % " (report by Robert Simms, fix
3415           verified by Scott Corscadden).
3416
3417 20040131 pre-release
3418         + modify SCREEN struct to align it between normal/wide curses flavors
3419           to simplify future changes to build a single version of libtinfo
3420           (patch by Stanislav Ievlev).
3421         + document handling of carriage return by addch() in manpage.
3422         + document special features of unctrl() in manpage.
3423         + documented interface changes in INSTALL.
3424         + corrected control-char test in lib_addch.c to account for locale
3425           (Debian #230335, cf: 971206).
3426         + updated test/configure.in to use AC_EXEEXT and AC_OBJEXT.
3427         + fixes to compile Ada95 binding with Debian gnat 3.15p-4 package.
3428         + minor configure-script fixes for older ports, e.g., BeOS R4.5.
3429
3430 20040125 pre-release
3431         + amend change to PutAttrChar() from 20030614 which computed the number
3432           of cells for a possibly multi-cell character.  The 20030614 change
3433           forced the cell to a blank if the result from wcwidth() was not
3434           greater than zero.  However, wcwidth() called for parameters in the
3435           range 128-255 can give this return value.  The logic now simply
3436           ensures that the number of cells is greater than zero without
3437           modifying the displayed value.
3438
3439 20040124 pre-release
3440         + looked good for 5.4 release for upload to ftp.gnu.org (but see above)
3441         + modify configure script check for ranlib to use AC_CHECK_TOOL, since
3442           that works better for cross-compiling.
3443
3444 20040117 pre-release
3445         + modify lib_get_wch.c to prefer mblen/mbtowc over mbrlen/mbrtowc to
3446           work around core dump in Solaris 8's locale support, e.g., for
3447           zh_CN.GB18030 (report by Saravanan Bellan).
3448         + add includes for <stdarg.h> and <stdio.h> in configure script macro
3449           to make <wchar.h> check work with Tru64 4.0d.
3450         + add terminfo entry for U/Win -TD
3451         + add terminfo entries for SFU aka Interix aka OpenNT (Federico
3452           Bianchi).
3453         + modify tput's error messages to prefix them with the program name
3454           (report by Vincent Lefevre, patch by Daniel Jacobowitz (see Debian
3455           #227586)).
3456         + correct a place in tack where exit_standout_mode was used instead of
3457           exit_attribute_mode (patch by Jochen Voss (see Debian #224443)).
3458         + modify c++/cursesf.h to use const in the Enumeration_Field method.
3459         + remove an ambiguous (actually redundant) method from c++/cursesf.h
3460         + make $HOME/.terminfo update optional (suggested by Stanislav Ievlev).
3461         + improve sed script which extracts libtool's version in the
3462           CF_WITH_LIBTOOL macro.
3463         + add ifdef'd call to AC_PROG_LIBTOOL to CF_WITH_LIBTOOL macro (to
3464           simplify local patch for Albert Chin-A-Young)..
3465         + add $(CXXFLAGS) to link command in c++/Makefile.in (adapted from
3466           patch by Albert Chin-A-Young)..
3467         + fix a missing substitution in configure.in for "$target" needed for
3468           HPUX .so/.sl case.
3469         + resync CF_XOPEN_SOURCE configure macro with lynx; fixes IRIX64 and
3470           NetBSD 1.6 conflicts with _XOPEN_SOURCE.
3471         + make check for stdbool.h more specific, to ensure that including it
3472           will actually define/declare bool for the configured compiler.
3473         + rewrite ifdef's in curses.h relating NCURSES_BOOL and bool.  The
3474           intention of that is to #define NCURSES_BOOL as bool when the
3475           compiler declares bool, and to #define bool as NCURSES_BOOL when it
3476           does not (reported by Jim Gifford, Sam Varshavchik, cf: 20031213).
3477
3478 20040110 pre-release
3479         + change minor version to 4, i.e., ncurses 5.4
3480         + revised/improved terminfo entries for tvi912b, tvi920b (Benjamin C W
3481           Sittler).
3482         + simplified ncurses/base/version.c by defining the result from the
3483           configure script rather than using sprintf (suggested by Stanislav
3484           Ievlev).
3485         + remove obsolete casts from c++/cursesw.h (reported by Stanislav
3486           Ievlev).
3487         + modify configure script so that when configuring for termlib, programs
3488           such as tic are not linked with the upper-level ncurses library
3489           (suggested by Stanislav Ievlev).
3490         + move version.c from ncurses/base to ncurses/tinfo to allow linking
3491           of tic, etc., using libtinfo (suggested by Stanislav Ievlev).
3492
3493 20040103
3494         + adjust -D's to build ncursesw on OpenBSD.
3495         + modify CF_PROG_EXT to make OS/2 build with EXEEXT.
3496         + add pecho_wchar().
3497         + remove <wctype.h> include from lib_slk_wset.c which is not needed (or
3498           available) on older platforms.
3499
3500 20031227
3501         + add -D's to build ncursew on FreeBSD 5.1.
3502         + modify shared library configuration for FreeBSD 4.x/5.x to add the
3503           soname information (request by Marc Glisse).
3504         + modify _nc_read_tic_entry() to not use MAX_ALIAS, but PATH_MAX only
3505           for limiting the length of a filename in the terminfo database.
3506         + modify termname() to return the terminal name used by setupterm()
3507           rather than $TERM, without truncating to 14 characters as documented
3508           by X/Open (report by Stanislav Ievlev, cf:  970719).
3509         + re-add definition for _BSD_TYPES, lost in merge (cf: 20031206).
3510
3511 20031220
3512         + add configure option --with-manpage-format=catonly to address
3513           behavior of BSDI, allow install of man+cat files on NetBSD, whose
3514           behavior has diverged by requiring both to be present.
3515         + remove leading blanks from comment-lines in manlinks.sed script to
3516           work with Tru64 4.0d.
3517         + add screen.linux terminfo entry (discussion on mutt-users mailing
3518           list).
3519
3520 20031213
3521         + add a check for tic to flag missing backslashes for termcap
3522           continuation lines.  ncurses reads the whole entry, but termcap
3523           applications do not.
3524         + add configure option "--with-manpage-aliases" extending
3525           "--with-manpage-aliases" to provide the option of generating ".so"
3526           files rather than symbolic links for manpage aliases.
3527         + add bool definition in include/curses.h.in for configurations with no
3528           usable C++ compiler (cf: 20030607).
3529         + fix pathname of SigAction.h for building with --srcdir (reported by
3530           Mike Castle).
3531
3532 20031206
3533         + folded ncurses/base/sigaction.c into includes of ncurses/SigAction.h,
3534           since that header is used only within ncurses/tty/lib_tstp.c, for
3535           non-POSIX systems (discussion with Stanislav Ievlev).
3536         + remove obsolete _nc_outstr() function (report by Stanislav Ievlev
3537           <inger@altlinux.org>).
3538         + add test/background.c and test/color_set.c
3539         + modify color_set() function to work with color pair 0 (report by
3540           George Andreou <gbandreo@tem.uoc.gr>).
3541         + add configure option --with-trace, since defining TRACE seems too
3542           awkward for some cases.
3543         + remove a call to _nc_free_termtype() from read_termtype(), since the
3544           corresponding buffer contents were already zeroed by a memset (cf:
3545           20000101).
3546         + improve configure check for _XOPEN_SOURCE and related definitions,
3547           adding special cases for Solaris' __EXTENSIONS__ and FreeBSD's
3548           __BSD_TYPES (reports by Marc Glisse <marc.glisse@normalesup.org>).
3549         + small fixes to compile on Solaris and IRIX64 using cc.
3550         + correct typo in check for pre-POSIX sort options in MKkey_defs.sh
3551           (cf: 20031101).
3552
3553 20031129
3554         + modify _nc_gettime() to avoid a problem with arithmetic on unsigned
3555           values (Philippe Blain).
3556         + improve the nanosleep() logic in napms() by checking for EINTR and
3557           restarting (Philippe Blain).
3558         + correct expression for "%D" in lib_tgoto.c (Juha Jarvi
3559           <mooz@welho.com>).
3560
3561 20031122
3562         + add linux-vt terminfo entry (Andrey V Lukyanov <land@long.yar.ru>).
3563         + allow "\|" escape in terminfo; tic should not warn about this.
3564         + save the full pathname of the trace-file the first time it is opened,
3565           to avoid creating it in different directories if the application
3566           opens and closes it while changing its working directory.
3567         + modify configure script to provide a non-empty default for
3568           $BROKEN_LINKER
3569
3570 20031108
3571         + add DJGPP to special case of DOS-style drive letters potentially
3572           appearing in TERMCAP environment variable.
3573         + fix some spelling in comments (reports by Jason McIntyre, Jonathon
3574           Gray).
3575         + update config.guess, config.sub
3576
3577 20031101
3578         + fix a memory leak in error-return from setupterm() (report by
3579           Stanislav Ievlev <inger@altlinux.org>).
3580         + use EXEEXT and OBJEXT consistently in makefiles.
3581         + amend fixes for cross-compiling to use separate executable-suffix
3582           BUILD_EXEEXT (cf: 20031018).
3583         + modify MKkey_defs.sh to check for sort utility that does not
3584           recognize key options, e.g., busybox (report by Peter S Mazinger
3585           <ps.m@gmx.net>).
3586         + fix potential out-of-bounds indexing in _nc_infotocap() (found by
3587           David Krause using some of the new malloc debugging features
3588           under OpenBSD, patch by Ted Unangst).
3589         + modify CF_LIB_SUFFIX for Itanium releases of HP-UX, which use a
3590           ".so" suffix (patch by Jonathan Ward <Jonathan.Ward@hp.com>).
3591
3592 20031025
3593         + update terminfo for xterm-xfree86 -TD
3594         + add check for multiple "tc=" clauses in a termcap to tic.
3595         + check for missing op/oc in tic.
3596         + correct _nc_resolve_uses() and _nc_merge_entry() to allow infocmp and
3597           tic to show cancelled capabilities.  These functions were ignoring
3598           the state of the target entry, which should be untouched if cancelled.
3599         + correct comment in tack/output.c (Debian #215806).
3600         + add some null-pointer checks to lib_options.c (report by Michael
3601           Bienia).
3602         + regenerated html documentation.
3603         + correction to tar-copy.sh, remove a trap command that resulted in
3604           leaving temporary files (cf: 20030510).
3605         + remove contact/maintainer addresses for Juergen Pfeifer (his request).
3606
3607 20031018
3608         + updated test/configure to reflect changes for libtool (cf: 20030830).
3609         + fix several places in tack/pad.c which tested and used the parameter-
3610           and parameterless strings inconsistently, i.e., in pad_rin(),
3611           pad_il(), pad_indn() and pad_dl() (Debian #215805).
3612         + minor fixes for configure script and makefiles to cleanup executables
3613           generated when cross-compiling for DJGPP.
3614         + modify infocmp to omit check for $TERM for operations that do not
3615           require it, e.g., "infocmp -e" used to build fallback list (report by
3616           Koblinger Egmont).
3617
3618 20031004
3619         + add terminfo entries for DJGPP.
3620         + updated note about maintainer in ncurses-intro.html
3621
3622 20030927
3623         + update terminfo entries for gnome terminal.
3624         + modify tack to reset colors after each color test, correct a place
3625           where exit_standout_mode was used instead of exit_attribute_mode.
3626         + improve tack's bce test by making it set colors other than black
3627           on white.
3628         + plug a potential recursion between napms() and _nc_timed_wait()
3629           (report by Philippe Blain).
3630
3631 20030920
3632         + add --with-rel-version option to allow workaround to allow making
3633           libtool on Darwin generate the "same" library names as with the
3634           --with-shared option.  The Darwin ld program does not work well
3635           with a zero as the minor-version value (request by Chris Zubrzycki).
3636         + modify CF_MIXEDCASE_FILENAMES macro to work with cross-compiling.
3637         + modify tack to allow it to run from fallback terminfo data.
3638         > patch by Philippe Blain:
3639         + improve PutRange() by adjusting call to EmitRange() and corresponding
3640           return-value to not emit unchanged characters on the end of the
3641           range.
3642         + improve a check for changed-attribute by exiting a loop when the
3643           change is found.
3644         + improve logic in TransformLine(), eliminating a duplicated comparison
3645           in the clr_bol logic.
3646
3647 20030913
3648         > patch by Philippe Blain:
3649         + in ncurses/tty/lib_mvcur.c,
3650           move the label 'nonlocal' just before the second gettimeofday() to
3651           be able to compute the diff time when 'goto nonlocal' used.
3652           Rename 'msec' to 'microsec' in the debug-message.
3653         + in ncurses/tty/lib_mvcur.c,
3654           Use _nc_outch() in carriage return/newline movement instead of
3655           putchar() which goes to stdout.  Move test for xold>0 out of loop.
3656         + in ncurses/tinfo/setbuf.c,
3657           Set the flag SP->_buffered at the end of operations when all has been
3658           successful (typeMalloc can fail).
3659         + simplify NC_BUFFERED macro by moving check inside _nc_setbuf().
3660
3661 20030906
3662         + modify configure script to avoid using "head -1", which does not
3663           work if POSIXLY_CORRECT (sic) is set.
3664         + modify run_tic.in to avoid using wrong shared libraries when
3665           cross-compiling (Dan Kegel).
3666
3667 20030830
3668         + alter configure script help message to make it clearer that
3669           --with-build-cc does not specify a cross-compiler (suggested by Dan
3670           Kegel <dank@kegel.com>).
3671         + modify configure script to accommodate libtool 1.5, as well as add an
3672           parameter to the "--with-libtool" option which can specify the
3673           pathname of libtool (report by Chris Zubrzycki).  We note that
3674           libtool 1.5 has more than one bug in its C++ support, so it is not
3675           able to install libncurses++, for instance, if $DESTDIR or the option
3676           --with-install-prefix is used.
3677
3678 20030823
3679         > patch by Philippe Blain:
3680         + move assignments to SP->_cursrow, SP->_curscol into online_mvcur().
3681         + make baudrate computation in delay_output() consistent with the
3682           assumption in _nc_mvcur_init(), i.e., a byte is 9 bits.
3683
3684 20030816
3685         + modify logic in waddch_literal() to take into account zh_TW.Big5
3686           whose multibyte sequences may contain "printable" characters, e.g.,
3687           a "g" in the sequence "\247g" (Debian #204889, cf: 20030621).
3688         + improve storage used by _nc_safe_strcpy() by ensuring that the size
3689           is reset based on the initialization call, in case it were called
3690           after other strcpy/strcat calls (report by Philippe Blain).
3691         > patch by Philippe Blain:
3692         + remove an unused ifdef for REAL_ATTR & WANT_CHAR
3693         + correct a place where _cup_cost was used rather than _cuu_cost
3694
3695 20030809
3696         + fix a small memory leak in _nc_free_termtype().
3697         + close trace-file if trace() is called with a zero parameter.
3698         + free memory allocated for soft-key strings, in delscreen().
3699         + fix an allocation size in safe_sprintf.c for the "*" format code.
3700         + correct safe_sprintf.c to not return a null pointer if the format
3701           happens to be an empty string.  This applies to the "configure
3702           --enable-safe-sprintf" option (Redhat #101486).
3703
3704 20030802
3705         + modify casts used for ABSENT_BOOLEAN and CANCELLED_BOOLEAN (report by
3706           Daniel Jacobowitz).
3707         > patch by Philippe Blain:
3708         + change padding for change_scroll_region to not be proportional to
3709           the size of the scroll-region.
3710         + correct error-return in _nc_safe_strcat().
3711
3712 20030726
3713         + correct limit-checks in _nc_scroll_window() (report and test-case by
3714           Thomas Graf <graf@dms.at> cf: 20011020).
3715         + re-order configure checks for _XOPEN_SOURCE to avoid conflict with
3716           _GNU_SOURCE check.
3717
3718 20030719
3719         + use clr_eol in preference to blanks for bce terminals, so select and
3720           paste will have fewer trailing blanks, e.g., when using xterm
3721           (request by Vincent Lefevre).
3722         + correct prototype for wunctrl() in manpage.
3723         + add configure --with-abi-version option (discussion with Charles
3724           Wilson).
3725         > cygwin changes from Charles Wilson:
3726           + aclocal.m4: on cygwin, use autodetected prefix for import
3727             and static lib, but use "cyg" for DLL.
3728           + include/ncurses_dll.h: correct the comments to reflect current
3729             status of cygwin/mingw port.  Fix compiler warning.
3730           + misc/run_tic.in: ensure that tic.exe can find the uninstalled
3731             DLL, by adding the lib-directory to the PATH variable.
3732           + misc/terminfo.src (nxterm|xterm-color): make xterm-color
3733             primary instead of nxterm, to match XFree86's xterm.terminfo
3734             usage and to prevent circular links.
3735             (rxvt): add additional codes from rxvt.org.
3736             (rxvt-color): new alias
3737             (rxvt-xpm): new alias
3738             (rxvt-cygwin): like rxvt, but with special acsc codes.
3739             (rxvt-cygwin-native): ditto.  rxvt may be run under XWindows, or
3740             with a "native" MSWin GUI.  Each takes different acsc codes,
3741             which are both different from the "normal" rxvt's acsc.
3742             (cygwin): cygwin-in-cmd.exe window.  Lots of fixes.
3743             (cygwinDBG): ditto.
3744           + mk-1st.awk: use "cyg" for the DLL prefix, but "lib" for import
3745             and static libs.
3746
3747 20030712
3748         + update config.guess, config.sub
3749         + add triples for configuring shared libraries with the Debian
3750           GNU/FreeBSD packages (patch by Robert Millan <zeratul2@wanadoo.es>).
3751
3752 20030705
3753         + modify CF_GCC_WARNINGS so it only applies to gcc, not g++.  Some
3754           platforms have installed g++ along with the native C compiler, which
3755           would not accept gcc warning options.
3756         + add -D_XOPEN_SOURCE=500 when configuring with --enable-widec, to
3757           get mbstate_t declaration on HPUX 11.11 (report by David Ellement).
3758         + add _nc_pathlast() to get rid of casts in _nc_basename() calls.
3759         + correct a sign-extension in wadd_wch() and wecho_wchar() from
3760           20030628 (report by Tomohiro Kubota).
3761         + work around omission of btowc() and wctob() from wide-character
3762           support (sic) in NetBSD 1.6 using mbtowc() and wctomb() (report by
3763           Gabor Z Papp).
3764         + add portability note to curs_get_wstr.3x (Debian #199957).
3765
3766 20030628
3767         + rewrite wadd_wch() and wecho_wchar() to call waddch() and wechochar()
3768           respectively, to avoid calling waddch_noecho() with wide-character
3769           data, since that function assumes its input is 8-bit data.
3770           Similarly, modify waddnwstr() to call wadd_wch().
3771         + remove logic from waddnstr() which transformed multibyte character
3772           strings into wide-characters.  Rewrite of waddch_literal() from
3773           20030621 assumes its input is raw multibyte data rather than wide
3774           characters (report by Tomohiro Kubota).
3775
3776 20030621
3777         + write getyx() and related 2-return macros in terms of getcury(),
3778           getcurx(), etc.
3779         + modify waddch_literal() in case an application passes bytes of a
3780           multibyte character directly to waddch().  In this case, waddch()
3781           must reassemble the bytes into a wide-character (report by Tomohiro
3782           Kubota <kubota@debian.org>).
3783
3784 20030614
3785         + modify waddch_literal() in case a multibyte value occupies more than
3786           two cells.
3787         + modify PutAttrChar() to compute the number of character cells that
3788           are used in multibyte values.  This fixes a problem displaying
3789           double-width characters (report/test by Mitsuru Chinen
3790           <mchinen@yamato.ibm.com>).
3791         + add a null-pointer check for result of keyname() in _tracechar()
3792         + modify _tracechar() to work around glibc sprintf bug.
3793
3794 20030607
3795         + add a call to setlocale() in cursesmain.cc, making demo display
3796           properly in a UTF-8 locale.
3797         + add a fallback definition in curses.priv.h for MB_LEN_MAX (prompted
3798           by discussion with Gabor Z Papp).
3799         + use macros NCURSES_ACS() and NCURSES_WACS() to hide cast needed to
3800           appease -Wchar-subscript with g++ 3.3 (Debian #195732).
3801         + fix a redefinition of $RANLIB in the configure script when libtool
3802           is used, which broke configure on Mac OS X (report by Chris Zubrzycki
3803           <beren@mac.com>).
3804         + simplify ifdef for bool declaration in curses.h.in (suggested by
3805           Albert Chin-A-Young).
3806         + remove configure script check to allow -Wconversion for older
3807           versions of gcc (suggested by Albert Chin-A-Young).
3808
3809 20030531
3810         + regenerated html manpages.
3811         + modify ifdef's in curses.h.in that disabled use of __attribute__()
3812           for g++, since recent versions implement the cases which ncurses uses
3813           (Debian #195230).
3814         + modify _nc_get_token() to handle a case where an entry has no
3815           description, and capabilities begin on the same line as the entry
3816           name.
3817         + fix a typo in ncurses_dll.h reported by gcc 3.3.
3818         + add an entry for key_defined.3x to man_db.renames.
3819
3820 20030524
3821         + modify setcchar() to allow converting control characters to complex
3822           characters (report/test by Mitsuru Chinen <mchinen@yamato.ibm.com>).
3823         + add tkterm entry -TD
3824         + modify parse_entry.c to allow a terminfo entry with a leading
3825           2-character name (report by Don Libes).
3826         + corrected acsc in screen.teraterm, which requires a PC-style mapping.
3827         + fix trace statements in read_entry.c to use lseek() rather than
3828           tell().
3829         + fix signed/unsigned warnings from Sun's compiler (gcc should give
3830           these warnings, but it is unpredictable).
3831         + modify configure script to omit -Winline for gcc 3.3, since that
3832           feature is broken.
3833         + modify manlinks.sed to add a few functions that were overlooked since
3834           they return function pointers:  field_init, field_term, form_init,
3835           form_term, item_init, item_term, menu_init and menu_term.
3836
3837 20030517
3838         + prevent recursion in wgetch() via wgetnstr() if the connection cannot
3839           be switched between cooked/raw modes because it is not a TTY (report
3840           by Wolfgang Gutjahr <gutw@knapp.com>).
3841         + change parameter of define_key() and key_defined() to const (prompted
3842           by Debian #192860).
3843         + add a check in test/configure for ncurses extensions, since there
3844           are some older versions, etc., which would not compile with the
3845           current test programs.
3846         + corrected demo in test/ncurses.c of wgetn_wstr(), which did not
3847           convert wchar_t string to multibyte form before printing it.
3848         + corrections to lib_get_wstr.c:
3849           + null-terminate buffer passed to setcchar(), which occasionally
3850             failed.
3851           + map special characters such as erase- and kill-characters into
3852             key-codes so those will work as expected even if they are not
3853             mentioned in the terminfo.
3854         + modify PUTC() and Charable() macros to make wide-character line
3855           drawing work for POSIX locale on Linux console (cf: 20021221).
3856
3857 20030510
3858         + make typography for program options in manpages consistent (report
3859           by Miloslav Trmac <mitr@volny.cz>).
3860         + correct dependencies in Ada95/src/Makefile.in, so the builds with
3861           "--srcdir" work (report by Warren L Dodge).
3862         + correct missing definition of $(CC) in Ada95/gen/Makefile.in
3863           (reported by Warren L Dodge <warrend@mdhost.cse.tek.com>).
3864         + fix typos and whitespace in manpages (patch by Jason McIntyre
3865           <jmc@prioris.mini.pw.edu.pl>).
3866
3867 20030503
3868         + fix form_driver() cases for REQ_CLR_EOF, REQ_CLR_EOL, REQ_DEL_CHAR,
3869           REQ_DEL_PREV and REQ_NEW_LINE, which did not ensure the cursor was at
3870           the editing position before making modifications.
3871         + add test/demo_forms and associated test/edit_field.c demos.
3872         + modify test/configure.in to use test/modules for the list of objects
3873           to compile rather than using the list of programs.
3874
3875 20030419
3876         + modify logic of acsc to use the original character if no mapping is
3877           defined, noting that Solaris does this.
3878         + modify ncurses 'b' test to avoid using the acs_map[] array since
3879           20021231 changes it to no longer contain information from the acsc
3880           string.
3881         + modify makefile rules in c++, progs, tack and test to ensure that
3882           the compiler flags (e.g., $CFLAGS or $CCFLAGS) are used in the link
3883           command (report by Jose Luis Rico Botella <informatica@serpis.com>).
3884         + modify soft-key initialization to use A_REVERSE if A_STANDOUT would
3885           not be shown when colors are used, i.e., if ncv#1 is set in the
3886           terminfo as is done in "screen".
3887
3888 20030412
3889         + add a test for slk_color(), in ncurses.c
3890         + fix some issues reported by valgrind in the slk_set() and slk_wset()
3891           code, from recent rewrite.
3892         + modify ncurses 'E' test to use show previous label via slk_label(),
3893           as in 'e' test.
3894         + modify wide-character versions of NewChar(), NewChar2() macros to
3895           ensure that the whole struct is initialized.
3896
3897 20030405
3898         + modify setupterm() to check if the terminfo and terminal-modes have
3899           already been read.  This ensures that it does not reinvoke
3900           def_prog_mode() when an application calls more than one function,
3901           such as tgetent() and initscr() (report by Olaf Buddenhagen).
3902
3903 20030329
3904         + add 'E' test to ncurses.c, to exercise slk_wset().
3905         + correct handling of carriage-return in wgetn_wstr(), used in demo of
3906           slk_wset().
3907         + first draft of slk_wset() function.
3908
3909 20030322
3910         + improved warnings in tic when suppressing items to fit in termcap's
3911           1023-byte limit.
3912         + built a list in test/README showing which externals are being used
3913           by either programs in the test-directory or via internal library
3914           calls.
3915         + adjust include-options in CF_ETIP_DEFINES to avoid missing
3916           ncurses_dll.h, fixing special definitions that may be needed for
3917           etip.h (reported by Greg Schafer <gschafer@zip.com.au>).
3918
3919 20030315
3920         + minor fixes for cardfile.c, to make it write the updated fields to
3921           a file when ^W is given.
3922         + add/use _nc_trace_bufcat() to eliminate some fixed buffer limits in
3923           trace code.
3924
3925 20030308
3926         + correct a case in _nc_remove_string(), used by define_key(), to avoid
3927           infinite loop if the given string happens to be a substring of other
3928           strings which are assigned to keys (report by John McCutchan).
3929         + add key_defined() function, to tell which keycode a string is bound
3930           to (discussion with John McCutchan <ttb@tentacle.dhs.org>).
3931         + correct keybound(), which reported definitions in the wrong table,
3932           i.e., the list of definitions which are disabled by keyok().
3933         + modify demo_keydef.c to show the details it changes, and to check
3934           for errors.
3935
3936 20030301
3937         + restructured test/configure script, make it work for libncursesw.
3938         + add description of link_fieldtype() to manpage (report by
3939           L Dee Holtsclaw <dee@sunbeltsoft.com>).
3940
3941 20030222
3942         + corrected ifdef's relating to configure check for wchar_t, etc.
3943         + if the output is a socket or other non-tty device, use 1 millisecond
3944           for the cost in mvcur; previously it was 9 milliseconds because the
3945           baudrate was not known.
3946         + in _nc_get_tty_mode(), initialize the TTY buffer on error, since
3947           glibc copies uninitialized data in that case, as noted by valgrind.
3948         + modify tput to use the same parameter analysis as tparm() does, to
3949           provide for user-defined strings, e.g., for xterm title, a
3950           corresponding capability might be
3951                 title=\E]2;%p1%s^G,
3952         + modify MKlib_gen.sh to avoid passing "#" tokens through the C
3953           preprocessor.  This works around Mac OS X's preprocessor, which
3954           insists on adding a blank on each side of the token (report/analysis
3955           by Kevin Murphy <murphy@genome.chop.edu>).
3956
3957 20030215
3958         + add configure check for wchar_t and wint_t types, rather than rely
3959           on preprocessor definitions.  Also work around for gcc fixinclude
3960           bug which creates a shadow copy of curses.h if it sees these symbols
3961           apparently typedef'd.
3962         + if database is disabled, do not generate run_tic.sh
3963         + minor fixes for memory-leak checking when termcap is read.
3964
3965 20030208
3966         + add checking in tic for incomplete line-drawing character mapping.
3967         + updated configure script to reflect fix for AC_PROG_GCC_TRADITIONAL,
3968           which is broken in autoconf 2.5x for Mac OS X 10.2.3 (report by
3969           Gerben Wierda <Sherlock@rna.nl>).
3970         + make return value from _nc_printf_string() consistent.  Before,
3971           depending on whether --enable-safe-sprintf was used, it might not be
3972           cached for reallocating.
3973
3974 20030201
3975         + minor fixes for memory-leak checking in lib_tparm.c, hardscroll.c
3976         + correct a potentially-uninitialized value if _read_termtype() does
3977           not read as much data as expected (report by Wolfgang Rohdewald
3978           <wr6@uni.de>).
3979         + correct several places where the aclocal.m4 macros relied on cache
3980           variable names which were incompatible (as usual) between autoconf
3981           2.13 and 2.5x, causing the test for broken-linker to give incorrect
3982           results (reports by Gerben Wierda <Sherlock@rna.nl> and Thomas Esser
3983           <te@dbs.uni-hannover.de>).
3984         + do not try to open gpm mouse driver if standard output is not a tty;
3985           the gpm library does not make this check (bug report for dialog
3986           by David Oliveira <davidoliveira@develop.prozone.ws>).
3987
3988 20030125
3989         + modified emx.src to correspond more closely to terminfo.src, added
3990           emx-base to the latter -TD
3991         + add configure option for FreeBSD sysmouse, --with-sysmouse, and
3992           implement support for that in lib_mouse.c, lib_getch.c
3993
3994 20030118
3995         + revert 20030105 change to can_clear_with(), does not work for the
3996           case where the update is made on cells which are blanks with
3997           attributes, e.g., reverse.
3998         + improve ifdef's to guard against redefinition of wchar_t and wint_t
3999           in curses.h (report by Urs Jansen).
4000
4001 20030111
4002         + improve mvcur() by checking if it is safe to move when video
4003           attributes are set (msgr), and if not, reset/restore attributes
4004           within that function rather than doing it separately in the GoTo()
4005           function in tty_update.c (suggested by Philippe Blain).
4006         + add a message in run_tic.in to explain more clearly what does not