]> ncurses.scripts.mit.edu Git - ncurses.git/blob - NEWS
ncurses 5.9 - patch 20141220
[ncurses.git] / NEWS
1 -------------------------------------------------------------------------------
2 -- Copyright (c) 1998-2013,2014 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.2318 2014/12/21 00:20:46 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 20141220
49         + updated Ada95/configure with macro changes from 20141213
50         + tie configure options --with-abi-version and --with-versioned-syms
51           together, so that ABI 6 libraries have distinct symbol versions from
52           the ABI 5 libraries.
53         + replace obsolete/nonworking link to man2html with current one,
54           regenerate html-manpages.
55
56 20141213
57         + modify misc/gen-pkgconfig.in to add -I option for include-directory
58           when using both --prefix and --disable-overwrite (report by Misty
59           De Meo).
60         + add configure option --with-pc-suffix to allow minor renaming of
61           ".pc" files and the corresponding library.  Use this in the test
62           package for ncurses6.
63         + modify configure script so that if pkg-config is not installed, it
64           is still possible to install ".pc" files (report by Misty De Meo).
65         + updated ".sym" files, removing symbols which are marked as "local"
66           in the corresponding ".map" files.
67         + updated ".map" files to reflect move of comp_captab and comp_hash
68           from tic-library to tinfo-library in 20090711 (report by Sven
69           Joachim).
70
71 20141206
72         + updated ".map" files so that each symbol that may be shared across
73           the different library configurations has the same label.  Some
74           review is needed to ensure these are really compatible.
75         + modify MKlib_gen.sh to work around change in development version of
76           gcc introduced here:
77                   https://gcc.gnu.org/ml/gcc-patches/2014-06/msg02185.html
78                   https://gcc.gnu.org/ml/gcc-patches/2014-07/msg00236.html
79           (reports by Marcus Shawcroft, Maohui Lei).
80         + improved configure macro CF_SUBDIR_PATH, from lynx changes.
81
82 20141129
83         + improved ".map" files by generating them with a script that builds
84           ncurses with several related configurations and merges the results.
85           A further refinement is planned, to make the tic- and tinfo-library
86           symbols use the same versions across each of the four configurations
87           which are represented (reports by Sven Joachim, Werner Fink).
88
89 20141115
90         + improve description of limits for color values and color pairs in
91           curs_color.3x (prompted by patch by Tim van der Molen).
92         + add VERSION file, using first field in that to record the ABI version
93           used for configure --with-libtool --disable-libtool-version
94         + add configure options for applying the ".map" and ".sym" files to
95           the ncurses, form, menu and panel libraries.
96         + add ".map" and ".sym" files to show exported symbols, e.g., for
97           symbol-versioning.
98
99 20141101
100         + improve strict compiler-warnings by adding a cast in TRACE_RETURN
101           and making a new TRACE_RETURN1 macro for cases where the cast does
102           not apply.
103
104 20141025
105         + in-progress changes to integrate the win32 console driver with the
106           msys2 configuration.
107
108 20141018
109         + reviewed terminology 0.6.1, add function key definitions.  None of
110           the vt100-compatibility issues were improved -TD
111         + improve infocmp conversion of extended capabilities to termcap by
112           correcting the limit check against parametrized[], as well as filling
113           in a check if the string happens to have parameters, e.g., "xm"
114           in recent changes.
115         + add check for zero/negative dimensions for resizeterm and resize_term
116           (report by Mike Gran).
117
118 20141011
119         + add experimental support for xterm's 1005 mouse mode, to use in a
120           demonstration of its limitations.
121         + add experimental support for "%u" format to terminfo.
122         + modify test/ncurses.c to also show position reports in 'a' test.
123         + minor formatting fixes to _nc_trace_mmask_t, make this function
124           exported to help with debugging mouse changes.
125         + improve behavior of wheel-mice for xterm protocol, noting that there
126           are only button-presses for buttons "4" and "5", so there is no need
127           to wait to combine events into double-clicks (report/analysis by
128           Greg Field).
129         + provide examples xterm-1005 and xterm-1006 terminfo entries -TD
130         + implement decoder for xterm SGR 1006 mouse mode.
131
132 20140927
133         + implement curs_set in win_driver.c
134         + implement flash in win_driver.c
135         + fix an infinite loop in win_driver.c if the command-window loses
136           focus.
137         + improve the non-buffered mode, i.e., NCURSES_CONSOLE2, of
138           win_driver.c by temporarily changing the buffer-size to match the
139           window-size to eliminate the scrollback.  Also enforce a minimum
140           screen-size of 24x80 in the non-buffered mode.
141         + modify generated misc/Makefile to suppress install.data from the
142           dependencies if the --disable-db-install option is used, compensating
143           for the top-level makefile changes used to add ncurses*-config in the
144           20140920 changes (report by Steven Honeyman).
145
146 20140920
147         + add ncurses*-config to bin-directory of sample package-scripts.
148         + add check to ensure that getopt is available; this is a problem in
149           some older cross-compiler environments.
150         + expanded on the description of --disable-overwrite in INSTALL
151           (prompted by reports by Joakim Tjernlund, Thomas Klausner).
152           See Gentoo #522586 and NetBSD #49200 for examples.
153           which relates to the clarified guidelines.
154         + remove special logic from CF_INCLUDE_DIRS which adds the directory
155           for the --includedir from the build (report by Joakim Tjernlund).
156         + add case for Unixware to CF_XOPEN_SOURCE, from lynx changes.
157         + update config.sub from
158                 http://git.savannah.gnu.org/cgit/config.git
159
160 20140913
161         + add a configure check to ignore some of the plethora of non-working
162           C++ cross-compilers.
163         + build-fixes for Ada95 with gnat 4.9
164
165 20140906
166         + build-fix and other improvements for port of ncurses-examples to
167           NetBSD.
168         + minor compiler-warning fixes.
169
170 20140831
171         + modify test/demo_termcap.c and test/demo_terminfo.c to make their
172           options more directly comparable, and add "-i" option to specify
173           a terminal description filename to parse for names to lookup.
174
175 20140823
176         + fix special case where double-width character overwrites a single-
177           width character in the first column (report by Egmont Koblinger,
178           cf: 20050813).
179
180 20140816
181         + fix colors in ncurses 'b' test which did not work after changing
182           it to put the test-strings in subwindows (cf: 20140705).
183         + merge redundant SEE-ALSO sections in form and menu manpages.
184
185 20140809
186         + modify declarations for user-data pointers in C++ binding to use
187           reinterpret_cast to facilitate converting typed pointers to void*
188           in user's application (patch by Adam Jiang).
189         + regenerated html manpages.
190         + add note regarding cause and effect for TERM in ncurses manpage,
191           having noted clueless verbiage in Terminal.app's "help" file
192           which reverses cause/effect.
193         + remove special fallback definition for NCURSES_ATTR_T, since macros
194           have resolved type-mismatches using casts (cf: 970412).
195         + fixes for win_driver.c:
196           + handle repainting on endwin/refresh combination.
197           + implement beep().
198           + minor cleanup.
199
200 20140802
201         + minor portability fixes for MinGW:
202           + ensure WINVER is defined in makefiles rather than using headers
203           + add check for gnatprep "-T" option
204           + work around bug introduced by gcc 4.8.1 in MinGW which breaks
205             "trace" feature:
206             http://stackoverflow.com/questions/20877689/gcc-4-8-1-minggw-d-option-does-not-work-as-usual
207         + fix most compiler warnings for Cygwin ncurses-examples.
208         + restore "redundant" -I options in test/Makefile.in, since they are
209           typically needed when building the derived ncurses-examples package
210           (cf: 20140726).
211
212 20140726
213         + eliminate some redundant -I options used for building libraries, and
214           ensure that ${srcdir} is added to the include-options (prompted by
215           discussion with Paul Gilmartin).
216         + modify configure script to work with Minix3.2
217         + add form library extension O_DYNAMIC_JUSTIFY option which can be
218           used to override the different treatment of justification for static
219           versus dynamic fields (adapted from patch by Leon Winter).
220         + add a null pointer check in test/edit_field.c (report/analysis by
221           Leon Winter, cf: 20130608).
222
223 20140719
224         + make workarounds for compiling test-programs with NetBSD curses.
225         + improve configure macro CF_ADD_LIBS, to eliminate repeated -l/-L
226           options, from xterm changes.
227
228 20140712
229         + correct Charable() macro check for A_ALTCHARSET in wide-characters.
230         + build-fix for position-debug code in tty_update.c, to work with or
231           without sp-funcs.
232
233 20140705
234         + add w/W toggle to ncurses.c 'B' test, to demonstrate permutation of
235           video-attributes and colors with double-width character strings.
236
237 20140629
238         + correct check in win_driver.c for saving screen contents, e.g., when
239           NCURSES_CONSOLE2 is set (cf: 20140503).
240         + reorganize b/B menu items in ncurses.c, putting the test-strings into
241           subwindows.  This is needed for a planned change to use Unicode
242           fullwidth characters in the test-screens.
243         + correct update to form status for _NEWTOP, broken by fixes for
244           compiler warnings (patch by Leon Winter, cf: 20120616).
245
246 20140621
247         + change shared-library suffix for AIX 5 and 6 to ".so", avoiding
248           conflict with the static library (report by Ben Lentz).
249         + document RPATH_LIST in INSTALLATION file, as part of workarounds for
250           upgrading an ncurses library using the "--with-shared" option.
251         + modify test/ncurses.c c/C tests to cycle through subsets of the
252           total number of colors, to better illustrate 8/16/88/256-colors by
253           providing directly comparable screens.
254         + add test/dots_curses.c, for comparison with the low-level examples.
255
256 20140614
257         + fix dereference before null check found by Coverity in tic.c
258           (cf: 20140524).
259         + fix sign-extension bug in read_entry.c which prevented "toe" from
260           reading empty "screen+italics" entry.
261         + modify sgr for screen.xterm-new to support dim capability -TD
262         + add dim capability to nsterm+7 -TD
263         + cancel dim capability for iterm -TD
264         + add dim, invis capabilities to vte-2012 -TD
265         + add sitm/ritm to konsole-base and mlterm3 -TD
266
267 20140609
268         > fix regression in screen terminfo entries (reports by Christian
269           Ebert, Gabriele Balducci) -TD
270         + revert the change to screen; see notes for why this did not work -TD
271         + cancel sitm/ritm for entries which extend "screen", to work around
272           screen's hardcoded behavior for SGR 3 -TD
273
274 20140607
275         + separate masking for sgr in vidputs from sitm/ritm, which do not
276           overlap with sgr functionality.
277         + remove unneeded -i option from adacurses-config; put -a in the -I
278           option for consistency (patch by Pascal Pignard).
279         + update xterm-new terminfo entry to xterm patch #305 -TD
280         + change format of test-scripts for Debian Ada95 and ncurses-examples
281           packages to quilted to work around Debian #700177 (cf: 20130907).
282         + build fix for form_driver_w.c as part of ncurses-examples package for
283           older ncurses than 20131207.
284         + add Hello World example to adacurses-config manpage.
285         + remove unused --enable-pc-files option from Ada95/configure.
286         + add --disable-gnat-projects option for testing.
287         + revert changes to Ada95 project-files configuration (cf: 20140524).
288         + corrected usage message in adacurses-config.
289
290 20140524
291         + fix typo in ncurses manpage for the NCURSES_NO_MAGIC_COOKIE
292           environment variable.
293         + improve discussion of input-echoing in curs_getch.3x
294         + clarify discussion in curs_addch.3x of wrapping.
295         + modify parametrized.h to make fln non-padded.
296         + correct several entries which had termcap-style padding used in
297           terminfo: adm21, aj510, alto-h19, att605-pc, x820 -TD
298         + correct syntax for padding in some entries: dg211, h19 -TD
299         + correct ti924-8 which had confused padding versus octal escapes -TD
300         + correct padding in sbi entry -TD
301         + fix an old bug in the termcap emulation; "%i" was ignored in tparm()
302           because the parameters to be incremented were already on the internal
303           stack (report by Corinna Vinschen).
304         + modify tic's "-c" option to take into account the "-C" option to
305           activate additional checks which compare the results from running
306           tparm() on the terminfo expressions versus the translated termcap
307           expressions.
308         + modify tic to allow it to read from FIFOs (report by Matthieu Fronton,
309           cf: 20120324).
310         > patches by Nicolas Boulenguez:
311         + explicit dereferences to suppress some style warnings.
312         + when c_varargs_to_ada.c includes its header, use double quotes
313           instead of <>.
314         + samples/ncurses2-util.adb:  removed unused with clause.  The warning
315           was removed by an obsolete pragma.
316         + replaced Unreferenced pragmas with Warnings (Off).  The latter,
317           available with older GNATs, needs no configure test.  This also
318           replaces 3 untested Unreferenced pragmas.
319         + simplified To_C usage in trace handling.  Using two parameters allows
320           some basic formatting, and avoids a warning about security with some
321           compiler flags.
322         + for generated Ada sources, replace many snippets with one pure
323           package.
324         + removed C_Chtype and its conversions.
325         + removed C_AttrType and its conversions.
326         + removed conversions between int, Item_Option_Set, Menu_Option_Set.
327         + removed int, Field_Option_Set, Item_Option_Set conversions.
328         + removed C_TraceType, Attribute_Option_Set conversions.
329         + replaced C.int with direct use of Eti_Error, now enumerated.  As it
330           was used in a case statement, values were tested by the Ada compiler
331           to be consecutive anyway.
332         + src/Makefile.in: remove duplicate stanza
333         + only consider using a project for shared libraries.
334         + style. Silent gnat-4.9 warning about misplaced "then".
335         + generate shared library project to honor ADAFLAGS, LDFLAGS.
336
337 20140510
338         + cleanup recently introduced compiler warnings for MingW port.
339         + workaround for ${MAKEFLAGS} configure check versus GNU make 4.0,
340           which introduces more than one gratuitous incompatibility.
341
342 20140503
343         + add vt520ansi terminfo entry (patch by Mike Gran)
344         + further improve MinGW support for the scenario where there is an
345           ANSI-escapes handler such as ansicon running in the console window
346           (patch by Juergen Pfeifer).
347
348 20140426
349         + add --disable-lib-suffixes option (adapted from patch by Juergen
350           Pfeifer).
351         + merge some changes from Juergen Pfeifer's work with MSYS2, to
352           simplify later merging:
353           + use NC_ISATTY() macro for isatty() in library
354           + add _nc_mingw_isatty() and related functions to windows-driver
355           + rename terminal driver entrypoints to simplify grep's
356         + remove a check in the sp-funcs flavor of newterm() which allowed only
357           the first call to newterm() to succeed (report by Thomas Beierlein,
358           cf: 20090927).
359
360 20140419
361         + update config.guess, config.sub from
362                 http://git.savannah.gnu.org/cgit/config.git
363
364 20140412
365         + modify configure script:
366           + drop the -no-gcc option from Intel compiler, from lynx changes.
367           + extend the --with-hashed-db configure option to simplify building
368             with different versions of Berkeley database using FreeBSD ports.
369         + improve initialization for MinGW port (Juergen Pfeifer):
370           + enforce Windows-style path-separator if cross-compiling,
371           + add a driver-name method to each of the drivers,
372           + allow the Windows driver name to match "unknown", ignoring case,
373           + lengthen the built-in name for the Windows console driver to
374             "#win32console", and
375           + move the comparison of driver-names allowing abbreviation, e.g.,
376             to "#win32con" into the Windows console driver.
377
378 20140329
379         + add check in tic for mismatch between ccc and initp/initc
380         + cancel ccc in putty-256color and konsole-256color for consistency
381           with the cancelled initc capability (patch by Sven Zuhlsdorf).
382         + add xterm+256setaf building block for various terminals which only
383           get the 256-color feature half-implemented -TD
384         + updated "st" entry (leaving the 0.1.1 version as "simpleterm") to
385           0.4.1 -TD
386
387 20140323
388         + fix typo in "mlterm" entry (report by Gabriele Balducci) -TD
389
390 20140322
391         + use types from <stdint.h> in sample build-scripts for chtype, etc.
392         + modify configure script and curses.h.in to allow the types specified
393           using --with-chtype and related options to be defined in <stdint.h>
394         + add terminology entry -TD
395         + add mlterm3 entry, use that as "mlterm" -TD
396         + inherit mlterm-256color from mlterm -TD
397
398 20140315
399         + modify _nc_New_TopRow_and_CurrentItem() to ensure that the menu's
400           top-row is adjusted as needed to ensure that the current item is
401           on the screen (patch by Johann Klammer).
402         + add wgetdelay() to retrieve _delay member of WINDOW if it happens to
403           be opaque, e.g., in the pthread configuration (prompted by patch by
404           Soren Brinkmann).
405
406 20140308
407         + modify ifdef in read_entry.c to handle the case where
408           NCURSES_USE_DATABASE is not defined (patch by Xin Li).
409         + add cast in form_driver_w() to fix ARM build (patch by Xin Li).
410         + add logic to win_driver.c to save/restore screen contents when not
411           allocating a console-buffer (cf: 20140215).
412
413 20140301
414         + clarify error-returns from newwin (report by Ruslan Nabioullin).
415
416 20140222
417         + fix some compiler warnings in win_driver.c
418         + updated notes for wsvt25 based on tack and vttest -TD
419         + add teken entry to show actual properties of FreeBSD's "xterm"
420           console -TD
421
422 20140215
423         + in-progress changes to win_driver.c to implement output without
424           allocating a console-buffer.  This uses a pre-existing environment
425           variable NCGDB used by Juergen Pfeifer for debugging (prompted by
426           discussion with Erwin Waterlander regarding Console2, which hangs
427           when reading in an allocated console-buffer).
428         + add -t option to gdc.c, and modify to accept "S" to step through the
429           scrolling-stages.
430         + regenerate NCURSES-Programming-HOWTO.html to fix some of the broken
431           html emitted by docbook.
432
433 20140209
434         + modify CF_XOPEN_SOURCE macro to omit followup check to determine if
435           _XOPEN_SOURCE can/should be defined.  g++ 4.7.2 built on Solaris 10
436           has some header breakage due to its own predefinition of this symbol
437           (report by Jean-Pierre Flori, Sage #15796).
438
439 20140201
440         + add/use symbol NCURSES_PAIRS_T like NCURSES_COLOR_T, to illustrate
441           which "short" types are for color pairs and which are color values.
442         + fix build for s390x, by correcting field bit offsets in generated
443           representation clauses when int=32 long=64 and endian=big, or at
444           least on s390x (patch by Nicolas Boulenguez).
445         + minor cleanup change to test/form_driver_w.c (patch by Gaute Hope).
446
447 20140125
448         + remove unnecessary ifdef's in Ada95/gen/gen.c, which reportedly do
449           not work as is with gcc 4.8 due to fixes using chtype cast made for
450           new compiler warnings by gcc 4.8 in 20130824 (Debian #735753, patch
451           by Nicolas Boulenguez).
452
453 20140118
454         + apply includesubdir variable which was introduced in 20130805 to
455           gen-pkgconfig.in (Debian #735782).
456
457 20131221
458         + further improved man2html, used this to fix broken links in html
459           manpages.  See
460           ftp://invisible-island.net/ncurses/patches/man2html
461
462 20131214
463         + modify configure-script/ifdef's to allow OLD_TTY feature to be
464           suppressed if the type of ospeed is configured using the option
465           --with-ospeed to not be a short.  By default, it is a short for
466           termcap-compatibility (adapted from suggestion by Christian
467           Weisgerber).
468         + correct a typo in _nc_baudrate() (patch by Christian Weisgerber,
469           cf: 20061230).
470         + fix a few -Wlogical-op warnings.
471         + updated llib-l* files.
472
473 20131207
474         + add form_driver_w() entrypoint to wide-character forms library, as
475           well as test program form_driver_w (adapted from patch by Gaute
476           Hope).
477
478 20131123
479         + minor fix for CF_GCC_WARNINGS to special-case options which are not
480           recognized by clang.
481
482 20131116
483         + add special case to configure script to move _XOPEN_SOURCE_EXTENDED
484           definition from CPPFLAGS to CFLAGS if it happens to be needed for
485           Solaris, because g++ errors with that definition (report by
486           Jean-Pierre Flori, Sage #15268).
487         + correct logic in infocmp's -i option which was intended to ignore
488           strings which correspond to function-keys as candidates for piecing
489           together initialization- or reset-strings.  The problem dates to
490           1.9.7a, but was overlooked until changes in -Wlogical-op warnings for
491           gcc 4.8 (report by David Binderman).
492         + updated CF_GCC_WARNINGS to documented options for gcc 4.9.0, adding
493           checks for -Wextra, -Wignored-qualifiers and -Wlogical-op
494         + updated CF_GCC_WARNINGS to documented options for gcc 4.9.0, moving
495           checks for -Wextra and -Wdeclaration-after-statement into the macro,
496           and adding checks for -Wignored-qualifiers, -Wlogical-op and
497           -Wvarargs
498         + updated CF_CURSES_UNCTRL_H and CF_SHARED_OPTS macros from ongoing
499           work on cdk.
500         + update config.sub from
501                 http://git.savannah.gnu.org/cgit/config.git
502
503 20131110
504         + minor cleanup of terminfo.tail
505
506 20131102
507         + use TS extension to describe xterm's title-escapes -TD
508         + modify terminator and nsterm-s to use xterm+sl-twm building block -TD
509         + update hurd.ti, add xenl to reflect 2011-03-06 change in
510           http://git.savannah.gnu.org/cgit/hurd/hurd.git/log/console/display.c
511           (Debian #727119).
512         + simplify pfkey expression in ansi.sys -TD
513
514 20131027
515         + correct/simplify ifdef's for cur_term versus broken-linker and
516           reentrant options (report by Jean-Pierre Flori, cf: 20090530).
517         + modify release/version combinations in test build-scripts to make
518           them more consistent with other packages.
519
520 20131019
521         + add nc_mingw.h to installed headers for MinGW port; needed for
522           compiling ncurses-examples.
523         + add rpm-script for testing cross-compile of ncurses-examples.
524
525 20131014
526         + fix new typo in CF_ADA_INCLUDE_DIRS macro (report by Roumen Petrov).
527
528 20131012
529         + fix a few compiler warnings in progs and test.
530         + minor fix to package/debian-mingw/rules, do not strip dll's.
531         + minor fixes to configure script for empty $prefix, e.g., when doing
532           cross-compiles to MinGW.
533         + add script for building test-packages of binaries cross-compiled to
534           MinGW using NSIS.
535
536 20131005
537         + minor fixes for ncurses-example package and makefile.
538         + add scripts for test-builds of cross-compiler packages for ncurses6
539           to MinGW.
540
541 20130928
542         + some build-fixes for ncurses-examples with NetBSD-6.0 curses, though
543           it lacks some common functions such as use_env() which is not yet
544           addressed.
545         + build-fix and some compiler warning fixes for ncurses-examples with
546           OpenBSD 5.3
547         + fix a possible null-pointer reference in a trace message from newterm.
548         + quiet a few warnings from NetBSD 6.0 namespace pollution by
549           nonstandard popcount() function in standard strings.h header.
550         + ignore g++ 4.2.1 warnings for "-Weffc++" in c++/cursesmain.cc
551         + fix a few overlooked places for --enable-string-hacks option.
552
553 20130921
554         + fix typo in curs_attr.3x (patch by Sven Joachim, cf: 20130831).
555         + build-fix for --with-shared option for DragonFly and FreeBSD (report
556           by Rong-En Fan, cf: 20130727).
557
558 20130907
559         + build-fixes for MSYS for two test-programs (patches by Ray Donnelly,
560           Alexey Pavlov).
561         + revert change to two of the dpkg format files, to work with dpkg
562           before/after Debian #700177.
563         + fix gcc -Wconversion warning in wattr_get() macro.
564         + add msys and msysdll to known host/configuration types (patch by
565           Alexey Pavlov).
566         + modify CF_RPATH_HACK configure macro to not rely upon "-u" option
567           of sort, improving portability.
568         + minor improvements for test-programs from reviewing Solaris port.
569         + update config.guess, config.sub from
570                 http://git.savannah.gnu.org/cgit/config.git
571
572 20130831
573         + modify test/ncurses.c b/B tests to display lines only for the
574           attributes which a given terminal supports, to make room for an
575           italics test.
576         + completed ncv table in terminfo.tail; it did not list the wide
577           character codes listed in X/Open Curses issue 7.
578         + add A_ITALIC extension (prompted by discussion with Egmont Koblinger).
579
580 20130824
581         + fix some gcc 4.8 -Wconversion warnings.
582         + change format of dpkg test-scripts to quilted to work around bug
583           introduced by Debian #700177.
584         + discard cached keyname() values if meta() is changed after a value
585           was cached using (report by Kurban Mallachiev).
586
587 20130816
588         + add checks in tic to warn about terminals which lack cursor
589           addressing, capabilities or having those, are marked as hard_copy or
590           generic_type.
591         + use --without-progs in mingw-ncurses rpm.
592         + split out _nc_init_termtype() from alloc_entry.c to use in MinGW
593           port when tic and other programs are not needed.
594
595 20130805
596         + minor fixes to the --disable-overwrite logic, to ensure that the
597           configured $(includedir) is not cancelled by the mingwxx-filesystem
598           rpm macros.
599         + add --disable-db-install configure option, to simplify building
600           cross-compile support packages.
601         + add mingw-ncurses.spec file, for testing cross-compiles.
602
603 20130727
604         + improve configure macros from ongoing work on cdk, dialog, xterm:
605           + CF_ADD_LIB_AFTER - fix a problem with -Wl options
606           + CF_RPATH_HACK - add missing result-message
607           + CF_SHARED_OPTS - modify to use $rel_builddir in cygwin and mingw
608             dll symbols (which can be overridden) rather than explicit "../".
609           + CF_SHARED_OPTS - modify NetBSD and DragonFly symbols to use ${CC}
610             rather than ${LD} to improve rpath support.
611           + CF_SHARED_OPTS - add a symbol to denote the temporary files that
612             are created by the macro, to simplify clean-rules.
613           + CF_X_ATHENA - trim extra libraries to work with -Wl,--as-needed
614         + fix a regression in hashed-database support for NetBSD, which uses
615           the key-size differently from other implementations (cf: 20121229).
616
617 20130720
618         + further improvements for setupterm manpage, clarifying the
619           initialization of cur_term.
620
621 20130713
622         + improve manpages for initscr and setupterm.
623         + minor compiler-warning fixes
624
625 20130706
626         + add fallback defs for <inttypes.h> and <stdint.h> (cf: 20120225).
627         + add check for size of wchar_t, use that to suppress a chunk of
628           wcwidth.h in MinGW port.
629         + quiet linker warnings for MinGW cross-compile with dll's using the
630           --enable-auto-import flag.
631         + add ncurses.map rule to ncurses/Makefile to help diagnose symbol
632           table issues.
633
634 20130622
635         + modify the clear program to take into account the E3 extended
636           capability to clear the terminal's scrollback buffer (patch by
637           Miroslav Lichvar, Redhat #815790).
638         + clarify in resizeterm manpage that LINES and COLS are updated.
639         + updated ansi example in terminfo.tail, correct misordered example
640           of sgr.
641         + fix other doclifter warnings for manpages
642         + remove unnecessary ".ta" in terminfo.tail, add missing ".fi"
643           (patch by Eric Raymond).
644
645 20130615
646         + minor changes to some configure macros to make them more reusable.
647         + fixes for tabs program (prompted by report by Nick Andrik).
648           + corrected logic in command-line parsing of -a and -c predefined
649             tab-lists options.
650           + allow "-0" and "-8" options to be combined with others, e.g.,"-0d".
651           + make warning messages more consistent with the other utilities by
652             not printing the full pathname of the program.
653           + add -V option for consistency with other utilities.
654         + fix off-by-one in columns for tabs program when processing an option
655           such as "-5" (patch by Nick Andrik).
656
657 20130608
658         + add to test/demo_forms.c examples of using the menu-hooks as well
659           as showing how the menu item user-data can be used to pass a callback
660           function pointer.
661         + add test/dots_termcap.c
662         + remove setupterm call from test/demo_termcap.c
663         + build-fix if --disable-ext-funcs configure option is used.
664         + modified test/edit_field.c and test/demo_forms.c to move the lengths
665           into a user-data structure, keeping the original string for later
666           expansion to free-format input/out demo.
667         + modified test/demo_forms.c to load data from file.
668         + added note to clarify Terminal.app's non-emulation of the various
669           terminal types listed in the preferences dialog -TD
670         + fix regression in error-reporting in lib_setup.c (Debian #711134,
671           cf: 20121117).
672         + build-fix for a case where --enable-broken_linker and
673           --enable-reentrant options are combined (report by George R Goffe).
674
675 20130525
676         + modify mvcur() to distinguish between internal use by the ncurses
677           library, and external callers, preventing it from reading the content
678           of the screen which is only nonblank when curses calls have updated
679           it.  This makes test/dots_mvcur.c avoid painting colored cells in
680           the left margin of the display.
681         + minor fix to test/dots_mvcur.c
682         + move configured symbols USE_DATABASE and USE_TERMCAP to term.h as
683           NCURSES_USE_DATABASE and NCURSES_USE_TERMCAP to allow consistent
684           use of these symbols in term_entry.h
685
686 20130518
687         + corrected ifdefs in test/testcurs.c to allow comparison of mouse
688           interface versus pdcurses (cf: 20130316).
689         + add pow() to configure-check for math library, needed since
690           20121208 for test/hanoi (Debian #708056).
691         + regenerated html manpages.
692         + update doctype used for html documentation.
693
694 20130511
695         + move nsterm-related entries out of "obsolete" section to more
696           plausible "ansi consoles" -TD
697         + additional cleanup of table-of-contents by reordering -TD
698         + revise fix for check for 8-bit value in _nc_insert_ch(); prior fix
699           prevented inserts when video attributes were attached to the data
700           (cf: 20121215) (Redhat #959534).
701
702 20130504
703         + fixes for issues found by Coverity:
704           + correct FNKEY() macro in progs/dump_entry.c, allowing kf11-kf63 to
705             display when infocmp's -R option is used for HP or AIX subsets.
706           + fix dead-code issue with test/movewindow.c
707           + improve limited-checking in _nc_read_termtype().
708
709 20130427
710         + fix clang 3.2 warning in progs/dump_entry.c
711         + drop AC_TYPE_SIGNAL check; ncurses relies on c89 and later.
712
713 20130413
714         + add MinGW to cases where ncurses installs by default into /usr
715           (prompted by discussion with Daniel Silva Ferreira).
716         + add -D option to infocmp's usage-message (patch by Miroslav Lichvar).
717         + add a missing 'int' type for main function in configure check for
718           type of bool variable, to work with clang 3.2 (report by Dmitri
719           Gribenko).
720         + improve configure check for static_cast, to work with clang 3.2
721           (report by Dmitri Gribenko).
722         + re-order rule for demo.o and macros defining header dependencies in
723           c++/Makefile.in to accommodate gmake (report by Dmitri Gribenko).
724
725 20130406
726         + improve parameter checking in copywin().
727         + modify configure script to work around OS X's "libtool" program, to
728           choose glibtool instead.  At the same time, chance the autoconf macro
729           to look for a "tool" rather than a "prog", to help with potential use
730           in cross-compiling.
731         + separate the rpath usage for c++ library from demo program
732           (Redhat #911540)
733         + update/correct header-dependencies in c++ makefile (report by Werner
734           Fink).
735         + add --with-cxx-shared to dpkg-script, as done for rpm-script.
736
737 20130324
738         + build-fix for libtool configuration (reports by Daniel Silva Ferreira
739           and Roumen Petrov).
740
741 20130323
742         + build-fix for OS X, to handle changes for --with-cxx-shared feature
743           (report by Christian Ebert).
744         + change initialization for vt220, similar entries for consistency
745           with cursor-key strings (NetBSD #47674) -TD
746         + further improvements to linux-16color (Benjamin Sittler)
747
748 20130316
749         + additional fix for tic.c, to allocate missing buffer space.
750         + eliminate configure-script warnings for gen-pkgconfig.in
751         + correct typo in sgr string for sun-color,
752           add bold for consistency with sgr,
753           change smso for consistency with sgr -TD
754         + correct typo in sgr string for terminator -TD
755         + add blink to the attributes masked by ncv in linux-16color (report
756           by Benjamin Sittler)
757         + improve warning message from post-load checking for missing "%?"
758           operator by tic/infocmp by showing the entry name and capability.
759         + minor formatting improvement to tic/infocmp -f option to ensure
760           line split after "%;".
761         + amend scripting for --with-cxx-shared option to handle the debug
762           library "libncurses++_g.a" (report by Sven Joachim).
763
764 20130309
765         + amend change to toe.c for reading from /dev/zero, to ensure that
766           there is a buffer for the temporary filename (cf: 20120324).
767         + regenerated html manpages.
768         + fix typo in terminfo.head (report by Sven Joachim, cf: 20130302).
769         + updated some autoconf macros:
770           + CF_ACVERSION_CHECK, from byacc 1.9 20130304
771           + CF_INTEL_COMPILER, CF_XOPEN_SOURCE from luit 2.0-20130217
772         + add configure option --with-cxx-shared to permit building
773           libncurses++ as a shared library when using g++, e.g., the same
774           limitations as libtool but better integrated with the usual build
775           configuration (Redhat #911540).
776         + modify MKkey_defs.sh to filter out build-path which was unnecessarily
777           shown in curses.h (Debian #689131).
778
779 20130302
780         + add section to terminfo manpage discussing user-defined capabilities.
781         + update manpage description of NCURSES_NO_SETBUF, explaining why it
782           is obsolete.
783         + add a check in waddch_nosync() to ensure that tab characters are
784           treated as control characters; some broken locales claim they are
785           printable.
786         + add some traces to the Windows console driver.
787         + initialize a temporary array in _nc_mbtowc, needed for some cases
788           of raw input in MinGW port.
789
790 20130218
791         + correct ifdef on change to lib_twait.c (report by  Werner Fink).
792         + update config.guess, config.sub
793
794 20130216
795         + modify test/testcurs.c to work with mouse for ncurses as it does for
796           pdcurses.
797         + modify test/knight.c to work with mouse for pdcurses as it does for
798           ncurses.
799         + modify internal recursion in wgetch() which handles cooked mode to
800           check if the call to wgetnstr() returned an error.  This can happen
801           when both nocbreak() and nodelay() are set, for instance (report by
802           Nils Christopher Brause) (cf: 960418).
803         + fixes for issues found by Coverity:
804           + add a check for valid position in ClearToEOS()
805           + fix in lib_twait.c when --enable-wgetch-events is used, pointer
806             use after free.
807           + improve a limit-check in make_hash.c
808           + fix a memory leak in hashed_db.c
809
810 20130209
811         + modify test/configure script to make it simpler to override names
812           of curses-related libraries, to help with linking with pdcurses in
813           MinGW environment.
814         + if the --with-terminfo-dirs configure option is not used, there is
815           no corresponding compiled-in value for that.  Fill in "no default
816           value" for that part of the manpage substitution.
817
818 20130202
819         + correct initialization in knight.c which let it occasionally make
820           an incorrect move (cf: 20001028).
821         + improve documentation of the terminfo/termcap search path.
822
823 20130126
824         + further fixes to mvcur to pass callback function (cf: 20130112),
825           needed to make test/dots_mvcur work.
826         + reduce calls to SetConsoleActiveScreenBuffer in win_driver.c, to
827           help reduce flicker.
828         + modify configure script to omit "+b" from linker options for very
829           old HP-UX systems (report by Dennis Grevenstein)
830         + add HP-UX workaround for missing EILSEQ on old HP-UX systems (patch
831           by Dennis Grevenstein).
832         + restore memmove/strdup support for antique systems (request by
833           Dennis Grevenstein).
834         + change %l behavior in tparm to push the string length onto the stack
835           rather than saving the formatted length into the output buffer
836           (report by Roy Marples, cf: 980620).
837
838 20130119
839         + fixes for issues found by Coverity:
840           + fix memory leak in safe_sprintf.c
841           + add check for return-value in tty_update.c
842           + correct initialization for -s option in test/view.c
843           + add check for numeric overflow in lib_instr.c
844           + improve error-checking in copywin
845         + add advice in infocmp manpage for termcap users (Debian #698469).
846         + add "-y" option to test/demo_termcap and test/demo_terminfo to
847           demonstrate behavior with/without extended capabilities.
848         + updated termcap manpage to document legacy termcap behavior for
849           matching capability names.
850         + modify name-comparison for tgetstr, etc., to accommodate legacy
851           applications as well as to improve compatbility with BSD 4.2
852           termcap implementations (Debian #698299) (cf: 980725).
853
854 20130112
855         + correct prototype in manpage for vid_puts.
856         + drop ncurses/tty/tty_display.h, ncurses/tty/tty_input.h, since they
857           are unused in the current driver model.
858         + modify mvcur to use stdout except when called within the ncurses
859           library.
860         + modify vidattr and vid_attr to use stdout as documented in manpage.
861         + amend changes made to buffering in 20120825 so that the low-level
862           putp() call uses stdout rather than ncurses' internal buffering.
863           The putp_sp() call does the same, for consistency (Redhat #892674).
864
865 20130105
866         + add "-s" option to test/view.c to allow it to start in single-step
867           mode, reducing size of trace files when it is used for debugging
868           MinGW changes.
869         + revert part of 20121222 change to tinfo_driver.c
870         + add experimental logic in win_driver.c to improve optimization of
871           screen updates.  This does not yet work with double-width characters,
872           so it is ifdef'd out for the moment (prompted by report by Erwin
873           Waterlander regarding screen flicker).
874
875 20121229
876         + fix coverity warnings regarding copying into fixed-size buffers.
877         + add throw-declarations in the c++ binding per Coverity warning.
878         + minor changes to new-items for consistent reference to bug-report
879           numbers.
880
881 20121222
882         + add *.dSYM directories to clean-rule in ncurses directory makefile,
883           for Mac OS builds.
884         + add a configure check for gcc option -no-cpp-precomp, which is not
885           available in all Mac OS X configurations (report by Andras Salamon,
886           cf: 20011208).
887         + improve 20021221 workaround for broken acs, handling a case where
888           that ACS_xxx character is not in the acsc string but there is a known
889           wide-character which can be used.
890
891 20121215
892         + fix several warnings from clang 3.1 --analyze, includes correcting
893           a null-pointer check in _nc_mvcur_resume.
894         + correct display of double-width characters with MinGW port (report
895           by Erwin Waterlander).
896         + replace MinGW's wcrtomb(), fixing a problem with _nc_viscbuf
897         > fixes based on Coverity report:
898         + correct coloring in test/bs.c
899         + correct check for 8-bit value in _nc_insert_ch().
900         + remove dead code in progs/tset.c, test/linedata.h
901         + add null-pointer checks in lib_tracemse.c, panel.priv.h, and some
902           test-programs.
903
904 20121208
905         + modify test/knight.c to show the number of choices possible for
906           each position in automove option, e.g., to allow user to follow
907           Warnsdorff's rule to solve the puzzle.
908         + modify test/hanoi.c to show the minimum number of moves possible for
909           the given number of tiles (prompted by patch by Lucas Gioia).
910         > fixes based on Coverity report:
911         + remove a few redundant checks.
912         + correct logic in test/bs.c, when randomly placing a specific type of
913           ship.
914         + check return value from remove/unlink in tic.
915         + check return value from sscanf in test/ncurses.c
916         + fix a null dereference in c++/cursesw.cc
917         + fix two instances of uninitialized variables when configuring for the
918           terminal driver.
919         + correct scope of variable used in SetSafeOutcWrapper macro.
920         + set umask when calling mkstemp in tic.
921         + initialize wbkgrndset() temporary variable when extended-colors are
922           used.
923
924 20121201
925         + also replace MinGW's wctomb(), fixing a problem with setcchar().
926         + modify test/view.c to load UTF-8 when built with MinGW by using
927           regular win32 API because the MinGW functions mblen() and mbtowc()
928           do not work.
929
930 20121124
931         + correct order of color initialization versus display in some of the
932           test-programs, e.g., test_addstr.c
933         > fixes based on Coverity report:
934         + delete windows on exit from some of the test-programs.
935
936 20121117
937         > fixes based on Coverity report:
938         + add missing braces around FreeAndNull in two places.
939         + various fixes in test/ncurses.c
940         + improve limit-checks in tinfo/make_hash.c, tinfo/read_entry.c
941         + correct malloc size in progs/infocmp.c
942         + guard against negative array indices in test/knight.c
943         + fix off-by-one limit check in test/color_name.h
944         + add null-pointer check in progs/tabs.c, test/bs.c, test/demo_forms.c,
945           test/inchs.c
946         + fix memory-leak in tinfo/lib_setup.c, progs/toe.c,
947           test/clip_printw.c, test/demo_menus.c
948         + delete unused windows in test/chgat.c, test/clip_printw.c,
949           test/insdelln.c, test/newdemo.c on error-return.
950
951 20121110
952         + modify configure macro CF_INCLUDE_DIRS to put $CPPFLAGS after the
953           local -I include options in case someone has set conflicting -I
954           options in $CPPFLAGS (prompted by patch for ncurses/Makefile.in by
955           Vassili Courzakis).
956         + modify the ncurses*-config scripts to eliminate relative paths from
957           the RPATH_LIST variable, e.g., "../lib" as used in installing shared
958           libraries or executables.
959
960 20121102
961         + realign these related pages:
962             curs_add_wchstr.3x
963             curs_addchstr.3x
964             curs_addstr.3x
965             curs_addwstr.3x
966           and fix a long-ago error in curs_addstr.3x which said that a -1
967           length parameter would only write as much as fit onto one line
968           (report by Reuben Thomas).
969         + remove obsolete fallback _nc_memmove() for memmove()/bcopy().
970         + remove obsolete fallback _nc_strdup() for strdup().
971         + cancel any debug-rpm in package/ncurses.spec
972         + reviewed vte-2012, reverted most of the change since it was incorrect
973           based on testing with tack -TD
974         + un-cancel the initc in vte-256color, since this was implemented
975           starting with version 0.20 in 2009 -TD
976
977 20121026
978         + improve malloc/realloc checking (prompted by discussion in Redhat
979           #866989).
980         + add ncurses test-program as "ncurses6" to the rpm- and dpkg-scripts.
981         + updated configure macros CF_GCC_VERSION and CF_WITH_PATHLIST.  The
982           first corrects pattern used for Mac OS X's customization of gcc.
983
984 20121017
985         + fix change to _nc_scroll_optimize(), which incorrectly freed memory
986           (Redhat #866989).
987
988 20121013
989         + add vte-2012, gnome-2012, making these the defaults for vte/gnome
990           (patch by Christian Persch).
991
992 20121006
993         + improve CF_GCC_VERSION to work around Debian's customization of gcc
994           --version message.
995         + improve configure macros as done in byacc:
996           + drop 2.13 compatibility; use 2.52.xxxx version only since EMX port
997             has used that for a while.
998           + add 3rd parameter to AC_DEFINE's to allow autoheader to run, i.e.,
999             for experimental use.
1000           + remove unused configure macros.
1001         + modify configure script and makefiles to quiet new autoconf warning
1002           for LIBS_TO_MAKE variable.
1003         + modify configure script to show $PATH_SEPARATOR variable.
1004         + update config.guess, config.sub
1005
1006 20120922
1007         + modify setupterm to set its copy of TERM to "unknown" if configured
1008           for the terminal driver and TERM was null or empty.
1009         + modify treatment of TERM variable for MinGW port to allow explicit
1010           use of the windows console driver by checking if $TERM is set to
1011           "#win32con" or an abbreviation of that.
1012         + undo recent change to fallback definition of vsscanf() to build with
1013           older Solaris compilers (cf: 20120728).
1014
1015 20120908
1016         + add test-screens to test/ncurses to show 256-characters at a time,
1017           to help with MinGW port.
1018
1019 20120903
1020         + simplify varargs logic in lib_printw.c; va_copy is no longer needed
1021           there.
1022         + modifications for MinGW port to make wide-character display usable.
1023
1024 20120902
1025         + regenerate configure script (report by Sven Joachim, cf: 20120901).
1026
1027 20120901
1028         + add a null-pointer check in _nc_flush (cf: 20120825).
1029         + fix a case in _nc_scroll_optimize() where the _oldnums_list array
1030           might not be allocated.
1031         + improve comparisons in configure.in for unset shell variables.
1032
1033 20120826
1034         + increase size of ncurses' output-buffer, in case of very small
1035           initial screen-sizes.
1036         + fix evaluation of TERMINFO and TERMINFO_DIRS default values as needed
1037           after changes to use --datarootdir (reports by Gabriele Balducci,
1038           Roumen Petrov).
1039
1040 20120825
1041         + change output buffering scheme, using buffer maintained by ncurses
1042           rather than stdio, to avoid problems with SIGTSTP handling (report
1043           by Brian Bloniarz).
1044
1045 20120811
1046         + update autoconf patch to 2.52.20120811, adding --datarootdir
1047           (prompted by discussion with Erwin Waterlander).
1048         + improve description of --enable-reentrant option in README and the
1049           INSTALL file.
1050         + add nsterm-256color, make this the default nsterm -TD
1051         + remove bw from nsterm-bce, per testing with tack -TD
1052
1053 20120804
1054         + update test/configure, adding check for tinfo library.
1055         + improve limit-checks for the getch fifo (report by Werner Fink).
1056         + fix a remaining mismatch between $with_echo and the symbols updated
1057           for CF_DISABLE_ECHO affecting parameters for mk-2nd.awk (report by
1058           Sven Joachim, cf:  20120317).
1059         + modify followup check for pkg-config's library directory in the
1060           --enable-pc-files option to validate syntax (report by Sven Joachim,
1061           cf: 20110716).
1062
1063 20120728
1064         + correct path for ncurses_mingw.h in include/headers, in case build
1065           is done outside source-tree (patch by Roumen Petrov).
1066         + modify some older xterm entries to align with xterm source -TD
1067         + separate "xterm-old" alias from "xterm-r6" -TD
1068         + add E3 extended capability to xterm-basic and putty -TD
1069         + parenthesize parameters of other macros in curses.h -TD
1070         + parenthesize parameter of COLOR_PAIR and PAIR_NUMBER in curses.h
1071           in case it happens to be a comma-expression, etc.  (patch by Nick
1072           Black).
1073
1074 20120721
1075         + improved form_request_by_name() and menu_request_by_name().
1076         + eliminate two fixed-size buffers in toe.c
1077         + extend use_tioctl() to have expected behavior when use_env(FALSE) and
1078           use_tioctl(TRUE) are called.
1079         + modify ncurses test-program, adding -E and -T options to demonstrate
1080           use_env() versus use_tioctl().
1081
1082 20120714
1083         + add use_tioctl() function (adapted from patch by Werner Fink,
1084           Novell #769788):
1085
1086 20120707
1087         + add ncurses_mingw.h to installed headers (prompted by patch by
1088           Juergen Pfeifer).
1089         + clarify return-codes from wgetch() in response to SIGWINCH (prompted
1090           by Novell #769788).
1091         + modify resizeterm() to always push a KEY_RESIZE onto the fifo, even
1092           if screensize is unchanged.  Modify _nc_update_screensize() to push a
1093           KEY_RESIZE if there was a SIGWINCH, even if it does not call
1094           resizeterm().  These changes eliminate the case where a SIGWINCH is
1095           received, but ERR returned from wgetch or wgetnstr because the screen
1096           dimensions did not change (Novell #769788).
1097
1098 20120630
1099         + add --enable-interop to sample package scripts (suggested by Juergen
1100           Pfeifer).
1101         + update CF_PATH_SYNTAX macro, from mawk changes.
1102         + modify mk-0th.awk to allow for generating llib-ltic, etc., though
1103           some work is needed on cproto to work with lib_gen.c to update
1104           llib-lncurses.
1105         + remove redundant getenv() cal in database-iterator leftover from
1106           cleanup in 20120622 changes (report by Sven Joachim).
1107
1108 20120622
1109         + add -d, -e and -q options to test/demo_terminfo and test/demo_termcap
1110         + fix caching of environment variables in database-iterator (patch by
1111           Philippe Troin, Redhat #831366).
1112
1113 20120616
1114         + add configure check to distinguish clang from gcc to eliminate
1115           warnings about unused command-line parameters when compiler warnings
1116           are enabled.
1117         + improve behavior when updating terminfo entries which are hardlinked
1118           by allowing for the possibility that an alias has been repurposed to
1119           a new primary name.
1120         + fix some strict compiler warnings based on package scripts.
1121         + further fixes for configure check for working poll (Debian #676461).
1122
1123 20120608
1124         + fix an uninitialized variable in -c/-n logic for infocmp changes
1125           (cf: 20120526).
1126         + corrected fix for building c++ binding with clang 3.0 (report/patch
1127           by Richard Yao, Gentoo #417613, cf: 20110409)
1128         + correct configure check for working poll, fixing the case where stdin
1129           is redirected, e.g., in rpm/dpkg builds (Debian #676461).
1130         + add rpm- and dpkg-scripts, to test those build-environments.
1131           The resulting packages are used only for testing.
1132
1133 20120602
1134         + add kdch1 aka "Remove" to vt220 and vt220-8 entries -TD
1135         + add kdch1, etc., to qvt108 -TD
1136         + add dl1/il1 to some entries based on dl/il values -TD
1137         + add dl to simpleterm -TD
1138         + add consistency-checks in tic for insert-line vs delete-line
1139           controls, and insert/delete-char keys
1140         + correct no-leaks logic in infocmp when doing comparisons, fixing
1141           duplicate free of entries given via the command-line, and freeing
1142           entries loaded from the last-but-one of files specified on the
1143           command-line.
1144         + add kdch1 to wsvt25 entry from NetBSD CVS (reported by David Lord,
1145           analysis by Martin Husemann).
1146         + add cnorm/civis to wsvt25 entry from NetBSD CVS (report/analysis by
1147           Onno van der Linden).
1148
1149 20120526
1150         + extend -c and -n options of infocmp to allow comparing more than two
1151           entries.
1152         + correct check in infocmp for number of terminal names when more than
1153           two are given.
1154         + correct typo in curs_threads.3x (report by Yanhui Shen on
1155           freebsd-hackers mailing list).
1156
1157 20120512
1158         + corrected 'op' for bterm (report by Samuel Thibault) -TD
1159         + modify test/background.c to demonstrate a background character
1160           holding a colored ACS_HLINE.  The behavior differs from SVr4 due to
1161           the thick- and double-line extension (cf: 20091003).
1162         + modify handling of acs characters in PutAttrChar to avoid mapping an
1163           unmapped character to a space with A_ALTCHARSET set.
1164         + rewrite vt520 entry based on vt420 -TD
1165
1166 20120505
1167         + remove p6 (bold) from opus3n1+ for consistency -TD
1168         + remove acs stuff from env230 per clues in Ingres termcap -TD
1169         + modify env230 sgr/sgr0 to match other capabilities -TD
1170         + modify smacs/rmacs in bq300-8 to match sgr/sgr0 -TD
1171         + make sgr for dku7202 agree with other caps -TD
1172         + make sgr for ibmpc agree with other caps -TD
1173         + make sgr for tek4107 agree with other caps -TD
1174         + make sgr for ndr9500 agree with other caps -TD
1175         + make sgr for sco-ansi agree with other caps -TD
1176         + make sgr for d410 agree with other caps -TD
1177         + make sgr for d210 agree with other caps -TD
1178         + make sgr for d470c, d470c-7b agree with other caps -TD
1179         + remove redundant AC_DEFINE for NDEBUG versus Makefile definition.
1180         + fix a back-link in _nc_delink_entry(), which is needed if ncurses is
1181           configured with --enable-termcap and --disable-getcap.
1182
1183 20120428
1184         + fix some inconsistencies between vt320/vt420, e.g., cnorm/civis -TD
1185         + add eslok flag to dec+sl -TD
1186         + dec+sl applies to vt320 and up -TD
1187         + drop wsl width from xterm+sl -TD
1188         + reuse xterm+sl in putty and nsca-m -TD
1189         + add ansi+tabs to vt520 -TD
1190         + add ansi+enq to vt220-vt520 -TD
1191         + fix a compiler warning in example in ncurses-intro.doc (Paul Waring).
1192         + added paragraph in keyname manpage telling how extended capabilities
1193           are interpreted as key definitions.
1194         + modify tic's check of conflicting key definitions to include extended
1195           capability strings in addition to the existing check on predefined
1196           keys.
1197
1198 20120421
1199         + improve cleanup of temporary files in tic using atexit().
1200         + add msgr to vt420, similar DEC vtXXX entries -TD
1201         + add several missing vt420 capabilities from vt220 -TD
1202         + factor out ansi+pp from several entries -TD
1203         + change xterm+sl and xterm+sl-twm to include only the status-line
1204           capabilities and not "use=xterm", making them more generally useful
1205           as building-blocks -TD
1206         + add dec+sl building block, as example -TD
1207
1208 20120414
1209         + add XT to some terminfo entries to improve usefulness for other
1210           applications than screen, which would like to pretend that xterm's
1211           title is a status-line.  -TD
1212         + change use-clauses in ansi-mtabs, hp2626, and hp2622 based on review
1213           of ordering and overrides -TD
1214         + add consistency check in tic for screen's "XT" capability.
1215         + add section in terminfo.src summarizing the user-defined capabilities
1216           used in that file -TD
1217
1218 20120407
1219         + fix an inconsistency between tic/infocmp "-x" option; tic omits all
1220           non-standard capabilities, while infocmp was ignoring only the user
1221           definable capabilities.
1222         + improve special case in tic parsing of description to allow it to be
1223           followed by terminfo capabilities.  Previously the description had to
1224           be the last field on an input line to allow tic to distinguish
1225           between termcap and terminfo format while still allowing commas to be
1226           embedded in the description.
1227         + correct variable name in gen_edit.sh which broke configurability of
1228           the --with-xterm-kbs option.
1229         + revert 2011-07-16 change to "linux" alias, return to "linux2.2" -TD
1230         + further amend 20110910 change, providing for configure-script
1231           override of the "linux" terminfo entry to install and changing the
1232           default for that to "linux2.2" (Debian #665959).
1233
1234 20120331
1235         + update Ada95/configure to use CF_DISABLE_ECHO (cf: 20120317).
1236         + correct order of use-clauses in st-256color -TD
1237         + modify configure script to look for gnatgcc if the Ada95 binding
1238           is built, in preference to the default gcc/cc (suggested by
1239           Nicolas Boulenguez).
1240         + modify configure script to ensure that the same -On option used for
1241           the C compiler in CFLAGS is used for ADAFLAGS rather than simply
1242           using "-O3" (suggested by Nicolas Boulenguez)
1243
1244 20120324
1245         + amend an old fix so that next_char() exits properly for empty files,
1246           e.g., from reading /dev/null (cf: 20080804).
1247         + modify tic so that it can read from the standard input, or from
1248           a character device.  Because tic uses seek's, this requires writing
1249           the data to a temporary file first (prompted by remark by Sven
1250           Joachim) (cf: 20000923).
1251
1252 20120317
1253         + correct a check made in lib_napms.c, so that terminfo applications
1254           can again use napms() (cf: 20110604).
1255         + add a note in tic.h regarding required casts for ABSENT_BOOLEAN
1256           (cf: 20040327).
1257         + correct scripting for --disable-echo option in test/configure.
1258         + amend check for missing c++ compiler to work when no error is
1259           reported, and no variables set (cf: 20021206).
1260         + add/use configure macro CF_DISABLE_ECHO.
1261
1262 20120310
1263         + fix some strict compiler warnings for abi6 and 64-bits.
1264         + use begin_va_copy/end_va_copy macros in lib_printw.c (cf: 20120303).
1265         + improve a limit-check in infocmp.c (Werner Fink):
1266
1267 20120303
1268         + minor tidying of terminfo.tail, clarify reason for limitation
1269           regarding mapping of \0 to \200
1270         + minor improvement to _nc_copy_termtype(), using memcpy to replace
1271           loops.
1272         + fix no-leaks checking in test/demo_termcap.c to account for multiple
1273           calls to setupterm().
1274         + modified the libgpm change to show previous load as a problem in the
1275           debug-trace.
1276         > merge some patches from OpenSUSE rpm (Werner Fink):
1277         + ncurses-5.7-printw.dif, fixes for varargs handling in lib_printw.c
1278         + ncurses-5.7-gpm.dif, do not dlopen libgpm if already loaded by
1279           runtime linker
1280         + ncurses-5.6-fallback.dif, do not free arrays and strings from static
1281           fallback entries
1282
1283 20120228
1284         + fix breakage in tic/infocmp from 20120225 (report by Werner Fink).
1285
1286 20120225
1287         + modify configure script to allow creating dll's for MinGW when
1288           cross-compiling.
1289         + add --enable-string-hacks option to control whether strlcat and
1290           strlcpy may be used.  The same issue applies to OpenBSD's warnings
1291           about snprintf, noting that this function is weakly standardized.
1292         + add configure checks for strlcat, strlcpy and snprintf, to help
1293           reduce bogus warnings with OpenBSD builds.
1294         + build-fix for OpenBSD 4.9 to supply consistent intptr_t declaration
1295           (cf:20111231)
1296         + update config.guess, config.sub
1297
1298 20120218
1299         + correct CF_ETIP_DEFINES configure macro, making it exit properly on
1300           the first success (patch by Pierre Labastie).
1301         + improve configure macro CF_MKSTEMP by moving existence-check for
1302           mkstemp out of the AC_TRY_RUN, to help with cross-compiles.
1303         + improve configure macro CF_FUNC_POLL from luit changes to detect
1304           broken implementations, e.g., with Mac OS X.
1305         + add configure option --with-tparm-arg
1306         + build-fix for MinGW cross-compiling, so that make_hash does not
1307           depend on TTY definition (cf: 20111008).
1308
1309 20120211
1310         + make sgr for xterm-pcolor agree with other caps -TD
1311         + make sgr for att5425 agree with other caps -TD
1312         + make sgr for att630 agree with other caps -TD
1313         + make sgr for linux entries agree with other caps -TD
1314         + make sgr for tvi9065 agree with other caps -TD
1315         + make sgr for ncr260vt200an agree with other caps -TD
1316         + make sgr for ncr160vt100pp agree with other caps -TD
1317         + make sgr for ncr260vt300an agree with other caps -TD
1318         + make sgr for aaa-60-dec-rv, aaa+dec agree with other caps -TD
1319         + make sgr for cygwin, cygwinDBG agree with other caps -TD
1320         + add configure option --with-xterm-kbs to simplify configuration for
1321           Linux versus most other systems.
1322
1323 20120204
1324         + improved tic -D option, avoid making target directory and provide
1325           better diagnostics.
1326
1327 20120128
1328         + add mach-gnu (Debian #614316, patch by Samuel Thibault)
1329         + add mach-gnu-color, tweaks to mach-gnu terminfo -TD
1330         + make sgr for sun-color agree with smso -TD
1331         + make sgr for prism9 agree with other caps -TD
1332         + make sgr for icl6404 agree with other caps -TD
1333         + make sgr for ofcons agree with other caps -TD
1334         + make sgr for att5410v1, att4415, att620 agree with other caps -TD
1335         + make sgr for aaa-unk, aaa-rv agree with other caps -TD
1336         + make sgr for avt-ns agree with other caps -TD
1337         + amend fix intended to separate fixups for acsc to allow "tic -cv" to
1338           give verbose warnings (cf:  20110730).
1339         + modify misc/gen-edit.sh to make the location of the tabset directory
1340           consistent with misc/Makefile.in, i.e., using ${datadir}/tabset
1341           (Debian #653435, patch by Sven Joachim).
1342
1343 20120121
1344         + add --with-lib-prefix option to allow configuring for old/new flavors
1345           of OS/2 EMX.
1346         + modify check for gnat version to allow for year, as used in FreeBSD
1347           port.
1348         + modify check_existence() in db_iterator.c to simply check if the
1349           path is a directory or file, according to the need.  Checking for
1350           directory size also gives no usable result with OS/2 (cf: 20120107).
1351         + support OS/2 kLIBC (patch by KO Myung-Han).
1352
1353 20120114
1354         + several improvements to test/movewindow.c (prompted by discussion on
1355           Linux Mint forum):
1356           + modify movement commands to make them continuous
1357           + rewrote the test for mvderwin
1358           + rewrote the test for recursive mvwin
1359         + split-out reusable CF_WITH_NCURSES_ETC macro in test/configure.in
1360         + updated configure macro CF_XOPEN_SOURCE, build-fixes for Mac OS X
1361           and OpenBSD.
1362         + regenerated html manpages.
1363
1364 20120107
1365         + various improvments for MinGW (Juergen Pfeifer):
1366           + modify stat() calls to ignore the st_size member
1367           + drop mk-dlls.sh script.
1368           + change recommended regular expression library.
1369           + modify rain.c to allow for threaded configuraton.
1370           + modify tset.c to allow for case when size-change logic is not used.
1371
1372 20111231
1373         + modify toe's report when -a and -s options are combined, to add
1374           a column showing which entries belong to a given database.
1375         + add -s option to toe, to sort its output.
1376         + modify progs/toe.c, simplifying use of db-iterator results to use
1377           caching improvements from 20111001 and 20111126.
1378         + correct generation of pc-files when ticlib or termlib options are
1379           given to rename the corresponding tic- or tinfo-libraries (report
1380           by Sven Joachim).
1381
1382 20111224
1383         + document a portability issue with tput, i.e., that scripts which work
1384           with ncurses may fail in other implementations that do no parameter
1385           analysis.
1386         + add putty-sco entry -TD
1387
1388 20111217
1389         + review/fix places in manpages where --program-prefix configure option
1390           was not being used.
1391         + add -D option to infocmp, to show the database locations that it
1392           could use.
1393         + fix build for the special case where term-driver, ticlib and termlib
1394           are all enabled.  The terminal driver depends on a few features in
1395           the base ncurses library, so tic's dependencies include both ncurses
1396           and termlib.
1397         + fix build work for term-driver when --enable-wgetch-events option is
1398           enabled.
1399         + use <stdint.h> types to fix some questionable casts to void*.
1400
1401 20111210
1402         + modify configure script to check if thread library provides
1403           pthread_mutexattr_settype(), e.g., not provided by Solaris 2.6
1404         + modify configure script to suppress check to define _XOPEN_SOURCE
1405           for IRIX64, since its header files have a conflict versus
1406           _SGI_SOURCE.
1407         + modify configure script to add ".pc" files for tic- and
1408           tinfo-libraries, which were omitted in recent change (cf: 20111126).
1409         + fix inconsistent checks on $PKG_CONFIG variable in configure script.
1410
1411 20111203
1412         + modify configure-check for etip.h dependencies, supplying a temporary
1413           copy of ncurses_dll.h since it is a generated file (prompted by
1414           Debian #646977).
1415         + modify CF_CPP_PARAM_INIT "main" function to work with current C++.
1416
1417 20111126
1418         + correct database iterator's check for duplicate entries
1419           (cf: 20111001).
1420         + modify database iterator to ignore $TERMCAP when it is not an
1421           absolute pathname.
1422         + add -D option to tic, to show the database locations that it could
1423           use.
1424         + improve description of database locations in tic manpage.
1425         + modify the configure script to generate a list of the ".pc" files to
1426           generate, rather than deriving the list from the libraries which have
1427           been built (patch by Mike Frysinger).
1428         + use AC_CHECK_TOOLS in preference to AC_PATH_PROGS when searching for
1429           ncurses*-config, e.g., in Ada95/configure and test/configure (adapted
1430           from patch by Mike Frysinger).
1431
1432 20111119
1433         + remove obsolete/conflicting fallback definition for _POSIX_SOURCE
1434           from curses.priv.h, fixing a regression with IRIX64 and Tru64
1435           (cf: 20110416)
1436         + modify _nc_tic_dir() to ensure that its return-value is nonnull,
1437           i.e., the database iterator was not initialized.  This case is needed
1438           to when tic is translating to termcap, rather than loading the
1439           database (cf:  20111001).
1440
1441 20111112
1442         + add pccon entries for OpenBSD console (Alexei Malinin).
1443         + build-fix for OpenBSD 4.9 with gcc 4.2.1, setting _XOPEN_SOURCE to
1444           600 to work around inconsistent ifdef'ing of wcstof between C and
1445           C++ header files.
1446         + modify capconvert script to accept more than exact match on "xterm",
1447           e.g., the "xterm-*" variants, to exclude from the conversion (patch
1448           by Robert Millan).
1449         + add -lc_r as alternative for -lpthread, allows build of threaded code
1450           in older FreeBSD machines.
1451         + build-fix for MirBSD, which fails when either _XOPEN_SOURCE or
1452           _POSIX_SOURCE are defined.
1453         + fix a typo misc/Makefile.in, used in uninstalling pc-files.
1454
1455 20111030
1456         + modify make_db_path() to allow creating "terminfo.db" in the same
1457           directory as an existing "terminfo" directory.  This fixes a case
1458           where switching between hashed/filesystem databases would cause the
1459           new hashed database to be installed in the next best location -
1460           root's home directory.
1461         + add variable cf_cv_prog_gnat_correct to those passed to
1462           config.status, fixing a problem with Ada95 builds (cf: 20111022).
1463         + change feature test from _XPG5 to _XOPEN_SOURCE in two places, to
1464           accommodate broken implementations for _XPG6.
1465         + eliminate usage of NULL symbol from etip.h, to reduce header
1466           interdependencies.
1467         + add configure check to decide when to add _XOPEN_SOURCE define to
1468           compiler options, i.e., for Solaris 10 and later (cf: 20100403).
1469           This is a workaround for gcc 4.6, which fails to build the c++
1470           binding if that symbol is defined by the application, due to
1471           incorrectly combining the corresponding feature test macros
1472           (report by Peter Kruse).
1473
1474 20111022
1475         + correct logic for discarding mouse events, retaining the partial
1476           events used to build up click, double-click, etc, until needed
1477           (cf: 20110917).
1478         + fix configure script to avoid creating unused Ada95 makefile when
1479           gnat does not work.
1480         + cleanup width-related gcc 3.4.3 warnings for 64-bit platform, for the
1481           internal functions of libncurses.  The external interface of courses
1482           uses bool, which still produces these warnings.
1483
1484 20111015
1485         + improve description of --disable-tic-depends option to make it
1486           clear that it may be useful whether or not the --with-termlib
1487           option is also given (report by Sven Joachim).
1488         + amend termcap equivalent for set_pglen_inch to use the X/Open
1489           "YI" rather than the obsolete Solaris 2.5 "sL" (cf: 990109).
1490         + improve manpage for tgetent differences from termcap library.
1491
1492 20111008
1493         + moved static data from db_iterator.c to lib_data.c
1494         + modify db_iterator.c for memory-leak checking, fix one leak.
1495         + modify misc/gen-pkgconfig.in to use Requires.private for the parts
1496           of ncurses rather than Requires, as well as Libs.private for the
1497           other library dependencies (prompted by Debian #644728).
1498
1499 20111001
1500         + modify tic "-K" option to only set the strict-flag rather than force
1501           source-output.  That allows the same flag to control the parser for
1502           input and output of termcap source.
1503         + modify _nc_getent() to ignore backslash at the end of a comment line,
1504           making it consistent with ncurses' parser.
1505         + restore a special-case check for directory needed to make termcap
1506           text files load as if they were databases (cf: 20110924).
1507         + modify tic's resolution/collision checking to attempt to remove the
1508           conflicting alias from the second entry in the pair, which is
1509           normally following in the source file.  Also improved the warning
1510           message to make it simpler to see which alias is the problem.
1511         + improve performance of the database iterator by caching search-list.
1512
1513 20110925
1514         + add a missing "else" in changes to _nc_read_tic_entry().
1515
1516 20110924
1517         + modify _nc_read_tic_entry() so that hashed-database is checked before
1518           filesystem.
1519         + updated CF_CURSES_LIBS check in test/configure script.
1520         + modify configure script and makefiles to split TIC_ARGS and
1521           TINFO_ARGS into pieces corresponding to LDFLAGS and LIBS variables,
1522           to help separate searches for tic- and tinfo-libraries (patch by Nick
1523           Alcock aka "Nix").
1524         + build-fix for lib_mouse.c changes (cf: 20110917).
1525
1526 20110917
1527         + fix compiler warning for clang 2.9
1528         + improve merging of mouse events (integrated patch by Damien
1529           Guibouret).
1530         + correct mask-check used in lib_mouse for wheel mouse buttons 4/5
1531           (patch by Damien Guibouret).
1532
1533 20110910
1534         + modify misc/gen_edit.sh to select a "linux" entry which works with
1535           the current kernel rather than assuming it is always "linux3.0"
1536           (cf: 20110716).
1537         + revert a change to getmouse() which had the undesirable side-effect
1538           of suppressing button-release events (report by Damien Guibouret,
1539           cf: 20100102).
1540         + add xterm+kbs fragment from xterm #272 -TD
1541         + add configure option --with-pkg-config-libdir to provide control over
1542           the actual directory into which pc-files are installed, do not use
1543           the pkg-config environment variables (discussion with Frederic L W
1544           Meunier).
1545         + add link to mailing-list archive in announce.html.in, as done in
1546           FAQ (prompted by question by Andrius Bentkus).
1547         + improve manpage install by adjusting the "#include" examples to
1548           show the ncurses-subdirectory used when --disable-overwrite option
1549           is used.
1550         + install an alias for "curses" to the ncurses manpage, tied to the
1551           --with-curses-h configure option (suggested by Reuben Thomas).
1552
1553 20110903
1554         + propagate error-returns from wresize, i.e., the internal
1555           increase_size and decrease_size functions through resize_term (report
1556           by Tim van der Molen, cf:  20020713).
1557         + fix typo in tset manpage (patch by Sven Joachim).
1558
1559 20110820
1560         + add a check to ensure that termcap files which might have "^?" do
1561           not use the terminfo interpretation as "\177".
1562         + minor cleanup of X-terminal emulator section of terminfo.src -TD
1563         + add terminator entry -TD
1564         + add simpleterm entry -TD
1565         + improve wattr_get macros by ensuring that if the window pointer is
1566           null, then the attribute and color values returned will be zero
1567           (cf: 20110528).
1568
1569 20110813
1570         + add substitution for $RPATH_LIST to misc/ncurses-config.in
1571         + improve performance of tic with hashed-database by caching the
1572           database connection, using atexit() to cleanup.
1573         + modify treatment of 2-character aliases at the beginning of termcap
1574           entries so they are not counted in use-resolution, since these are
1575           guaranteed to be unique.  Also ignore these aliases when reporting
1576           the primary name of the entry (cf: 20040501)
1577         + double-check gn (generic) flag in terminal descriptions to
1578           accommodate old/buggy termcap databases which misused that feature.
1579         + minor fixes to _nc_tgetent(), ensure buffer is initialized even on
1580           error-return.
1581
1582 20110807
1583         + improve rpath fix from 20110730 by ensuring that the new $RPATH_LIST
1584           variable is defined in the makefiles which use it.
1585         + build-fix for DragonFlyBSD's pkgsrc in test/configure script.
1586         + build-fixes for NetBSD 5.1 with termcap support enabled.
1587         + corrected k9 in dg460-ansi, add other features based on manuals -TD
1588         + improve trimming of whitespace at the end of terminfo/termcap output
1589           from tic/infocmp.
1590         + when writing termcap source, ensure that colons in the description
1591           field are translated to a non-delimiter, i.e., "=".
1592         + add "-0" option to tic/infocmp, to make the termcap/terminfo source
1593           use a single line.
1594         + add a null-pointer check when handling the $CC variable.
1595
1596 20110730
1597         + modify configure script and makefiles in c++ and progs to allow the
1598           directory used for rpath option to be overridden, e.g., to work
1599           around updates to the variables used by tic during an install.
1600         + add -K option to tic/infocmp, to provide stricter BSD-compatibility
1601           for termcap output.
1602         + add _nc_strict_bsd variable in tic library which controls the
1603           "strict" BSD termcap compatibility from 20110723, plus these
1604           features:
1605           + allow escapes such as "\8" and "\9" when reading termcap
1606           + disallow "\a", "\e", "\l", "\s" and "\:" escapes when reading
1607             termcap files, passing through "a", "e", etc.
1608           + expand "\:" as "\072" on output.
1609         + modify _nc_get_token() to reset the token's string value in case
1610           there is a string-typed token lacking the "=" marker.
1611         + fix a few memory leaks in _nc_tgetent.
1612         + fix a few places where reading from a termcap file could refer to
1613           freed memory.
1614         + add an overflow check when converting terminfo/termcap numeric
1615           values, since terminfo stores those in a short, and they must be
1616           positive.
1617         + correct internal variables used for translating to termcap "%>"
1618           feature, and translating from termcap %B to terminfo, needed by
1619           tctest (cf: 19991211).
1620         + amend a minor fix to acsc when loading a termcap file to separate it
1621           from warnings needed for tic (cf: 20040710)
1622         + modify logic in _nc_read_entry() and _nc_read_tic_entry() to allow
1623           a termcap file to be handled via TERMINFO_DIRS.
1624         + modify _nc_infotocap() to include non-mandatory padding when
1625           translating to termcap.
1626         + modify _nc_read_termcap_entry(), passing a flag in the case where
1627           getcap is used, to reduce interactive warning messages.
1628
1629 20110723
1630         + add a check in start_color() to limit color-pairs to 256 when
1631           extended colors are not supported (patch by David Benjamin).
1632         + modify setcchar to omit no-longer-needed OR'ing of color pair in
1633           the SetAttr() macro (patch by David Benjamin).
1634         + add kich1 to sun terminfo entry (Yuri Pankov)
1635         + use bold rather than reverse for smso in sun-color terminfo entry
1636           (Yuri Pankov).
1637         + improve generation of termcap using tic/infocmp -C option, e.g.,
1638           to correspond with 4.2BSD (prompted by discussion with Yuri Pankov
1639           regarding Schilling's test program):
1640           + translate %02 and %03 to %2 and %3 respectively.
1641           + suppress string capabilities which use %s, not supported by tgoto
1642           + use \040 rather than \s
1643           + expand null characters as \200 rather than \0
1644         + modify configure script to support shared libraries for DragonFlyBSD.
1645
1646 20110716
1647         + replace an assert() in _nc_Free_Argument() with a regular null
1648           pointer check (report/analysis by Franjo Ivancic).
1649         + modify configure --enable-pc-files option to take into account the
1650           PKG_CONFIG_PATH variable (report by Frederic L W Meunier).
1651         + add/use xterm+tmux chunk from xterm #271 -TD
1652         + resync xterm-new entry from xterm #271 -TD
1653         + add E3 extended capability to linux-basic (Miroslav Lichvar)
1654         + add linux2.2, linux2.6, linux3.0 entries to give context for E3 -TD
1655         + add SI/SO change to linux2.6 entry (Debian #515609) -TD
1656         + fix inconsistent tabset path in pcmw (Todd C. Miller).
1657         + remove a backslash which continued comment, obscuring altos3
1658           definition with OpenBSD toolset (Nicholas Marriott).
1659
1660 20110702
1661         + add workaround from xterm #271 changes to ensure that compiler flags
1662           are not used in the $CC variable.
1663         + improve support for shared libraries, tested with AIX 5.3, 6.1 and
1664           7.1 with both gcc 4.2.4 and cc.
1665         + modify configure checks for AIX to include release 7.x
1666         + add loader flags/libraries to libtool options so that dynamic loading
1667           works properly, adapted from ncurses-5.7-ldflags-with-libtool.patch
1668           at gentoo prefix repository (patch by Michael Haubenwallner).
1669
1670 20110626
1671         + move include of nc_termios.h out of term_entry.h, since the latter
1672           is installed, e.g., for tack while the former is not (report by
1673           Sven Joachim).
1674
1675 20110625
1676         + improve cleanup() function in lib_tstp.c, using _exit() rather than
1677           exit() and checking for SIGTERM rather than SIGQUIT (prompted by
1678           comments forwarded by Nicholas Marriott).
1679         + reduce name pollution from term.h, moving fallback #define's for
1680           tcgetattr(), etc., to new private header nc_termios.h (report by
1681           Sergio NNX).
1682         + two minor fixes for tracing (patch by Vassili Courzakis).
1683         + improve trace initialization by starting it in use_env() and
1684           ripoffline().
1685         + review old email, add details for some changelog entries.
1686
1687 20110611
1688         + update minix entry to minix 3.2 (Thomas Cort).
1689         + fix a strict compiler warning in change to wattr_get (cf: 20110528).
1690
1691 20110604
1692         + fixes for MirBSD port:
1693           + set default prefix to /usr.
1694           + add support for shared libraries in configure script.
1695           + use S_ISREG and S_ISDIR consistently, with fallback definitions.
1696         + add a few more checks based on ncurses/link_test.
1697         + modify MKlib_gen.sh to handle sp-funcs renaming of NCURSES_OUTC type.
1698
1699 20110528
1700         + add case to CF_SHARED_OPTS for Interix (patch by Markus Duft).
1701         + used ncurses/link_test to check for behavior when the terminal has
1702           not been initialized and when an application passes null pointers
1703           to the library.  Added checks to cover this (prompted by Redhat
1704           #707344).
1705         + modify MKlib_gen.sh to make its main() function call each function
1706           with zero parameters, to help find inconsistent checking for null
1707           pointers, etc.
1708
1709 20110521
1710         + fix warnings from clang 2.7 "--analyze"
1711
1712 20110514
1713         + compiler-warning fixes in panel and progs.
1714         + modify CF_PKG_CONFIG macro, from changes to tin -TD
1715         + modify CF_CURSES_FUNCS configure macro, used in test directory
1716           configure script:
1717           + work around (non-optimizer) bug in gcc 4.2.1 which caused
1718             test-expression to be omitted from executable.
1719           + force the linker to see a link-time expression of a symbol, to
1720             help work around weak-symbol issues.
1721
1722 20110507
1723         + update discussion of MKfallback.sh script in INSTALL; normally the
1724           script is used automatically via the configured makefiles.  However
1725           there are still occasions when it might be used directly by packagers
1726           (report by Gunter Schaffler).
1727         + modify misc/ncurses-config.in to omit the "-L" option from the
1728           "--libs" output if the library directory is /usr/lib.
1729         + change order of tests for curses.h versus ncurses.h headers in the
1730           configure scripts for Ada95 and test-directories, to look for
1731           ncurses.h, from fixes to tin -TD
1732         + modify ncurses/tinfo/access.c to account for Tandem's root uid
1733           (report by Joachim Schmitz).
1734
1735 20110430
1736         + modify rules in Ada95/src/Makefile.in to ensure that the PIC option
1737           is not used when building a static library (report by Nicolas
1738           Boulenguez):
1739         + Ada95 build-fix for big-endian architectures such as sparc.  This
1740           undoes one of the fixes from 20110319, which added an "Unused" member
1741           to representation clauses, replacing that with pragmas to suppress
1742           warnings about unused bits (patch by Nicolas Boulenguez).
1743
1744 20110423
1745         + add check in test/configure for use_window, use_screen.
1746         + add configure-checks for getopt's variables, which may be declared
1747           as different types on some Unix systems.
1748         + add check in test/configure for some legacy curses types of the
1749           function pointer passed to tputs().
1750         + modify init_pair() to accept -1's for color value after
1751           assume_default_colors() has been called (Debian #337095).
1752         + modify test/background.c, adding commmand-line options to demonstrate
1753           assume_default_colors() and use_default_colors().
1754
1755 20110416
1756         + modify configure script/source-code to only define _POSIX_SOURCE if
1757           the checks for sigaction and/or termios fail, and if _POSIX_C_SOURCE
1758           and _XOPEN_SOURCE are undefined (report by Valentin Ochs).
1759         + update config.guess, config.sub
1760
1761 20110409
1762         + fixes to build c++ binding with clang 3.0 (patch by Alexander
1763           Kolesen).
1764         + add check for unctrl.h in test/configure, to work around breakage in
1765           some ncurses packages.
1766         + add "--disable-widec" option to test/configure script.
1767         + add "--with-curses-colr" and "--with-curses-5lib" options to the
1768           test/configure script to address testing with very old machines.
1769
1770 20110404 5.9 release for upload to ftp.gnu.org
1771
1772 20110402
1773         + various build-fixes for the rpm/dpkg scripts.
1774         + add "--enable-rpath-link" option to Ada95/configure, to allow
1775           packages to suppress the rpath feature which is normally used for
1776           the in-tree build of sample programs.
1777         + corrected definition of libdir variable in Ada95/src/Makefile.in,
1778           needed for rpm script.
1779         + add "--with-shared" option to Ada95/configure script, to allow
1780           making the C-language parts of the binding use appropriate compiler
1781           options if building a shared library with gnat.
1782
1783 20110329
1784         > portability fixes for Ada95 binding:
1785         + add configure check to ensure that SIGINT works with gnat.  This is
1786           needed for the "rain" sample program.  If SIGINT does not work, omit
1787           that sample program.
1788         + correct typo in check of $PKG_CONFIG variable in Ada95/configure
1789         + add ncurses_compat.c, to supply functions used in the Ada95 binding
1790           which were added in 5.7 and later.
1791         + modify sed expression in CF_NCURSES_ADDON to eliminate a dependency
1792           upon GNU sed.
1793
1794 20110326
1795         + add special check in Ada95/configure script for ncurses6 reentrant
1796           code.
1797         + regen Ada html documentation.
1798         + build-fix for Ada shared libraries versus the varargs workaround.
1799         + add rpm and dpkg scripts for Ada95 and test directories, for test
1800           builds.
1801         + update test/configure macros CF_CURSES_LIBS, CF_XOPEN_SOURCE and
1802           CF_X_ATHENA_LIBS.
1803         + add configure check to determine if gnat's project feature supports
1804           libraries, i.e., collections of .ali files.
1805         + make all dereferences in Ada95 samples explicit.
1806         + fix typo in comment in lib_add_wch.c (patch by Petr Pavlu).
1807         + add configure check for, ifdef's for math.h which is in a separate
1808           package on Solaris and potentially not installed (report by Petr
1809           Pavlu).
1810         > fixes for Ada95 binding (Nicolas Boulenguez):
1811         + improve type-checking in Ada95 by eliminating a few warning-suppress
1812           pragmas.
1813         + suppress unreferenced warnings.
1814         + make all dereferences in binding explicit.
1815
1816 20110319
1817         + regen Ada html documentation.
1818         + change order of -I options from ncurses*-config script when the
1819           --disable-overwrite option was used, so that the subdirectory include
1820           is listed first.
1821         + modify the make-tar.sh scripts to add a MANIFEST and NEWS file.
1822         + modify configure script to provide value for HTML_DIR in
1823           Ada95/gen/Makefile.in, which depends on whether the Ada95 binding is
1824           distributed separately (report by Nicolas Boulenguez).
1825         + modify configure script to add "-g" and/or "-O3" to ADAFLAGS if the
1826           CFLAGS for the build has these options.
1827         + amend change from 20070324, to not add 1 to the result of getmaxx
1828           and getmaxy in the Ada binding (report by Nicolas Boulenguez for
1829           thread in comp.lang.ada).
1830         + build-fix Ada95/samples for gnat 4.5
1831         + spelling fixes for Ada95/samples/explain.txt
1832         > fixes for Ada95 binding (Nicolas Boulenguez):
1833         + add item in Trace_Attribute_Set corresponding to TRACE_ATTRS.
1834         + add workaround for binding to set_field_type(), which uses varargs.
1835           The original binding from 990220 relied on the prevalent
1836           implementation of varargs which did not support or need va_copy().
1837         + add dependency on gen/Makefile.in needed for *-panels.ads
1838         + add Library_Options to library.gpr
1839         + add Languages to library.gpr, for gprbuild
1840
1841 20110307
1842         + revert changes to limit-checks from 20110122 (Debian #616711).
1843         > minor type-cleanup of Ada95 binding (Nicolas Boulenguez):
1844         + corrected a minor sign error in a field of Low_Level_Field_Type, to
1845           conform to form.h.
1846         + replaced C_Int by Curses_Bool as return type for some callbacks, see
1847           fieldtype(3FORM).
1848         + modify samples/sample-explain.adb to provide explicit message when
1849           explain.txt is not found.
1850
1851 20110305
1852         + improve makefiles for Ada95 tree (patch by Nicolas Boulenguez).
1853         + fix an off-by-one error in _nc_slk_initialize() from 20100605 fixes
1854           for compiler warnings (report by Nicolas Boulenguez).
1855         + modify Ada95/gen/gen.c to declare unused bits in generated layouts,
1856           needed to compile when chtype is 64-bits using gnat 4.4.5
1857
1858 20110226 5.8 release for upload to ftp.gnu.org
1859
1860 20110226
1861         + update release notes, for 5.8.
1862         + regenerated html manpages.
1863         + change open() in _nc_read_file_entry() to fopen() for consistency
1864           with write_file().
1865         + modify misc/run_tic.in to create parent directory, in case this is
1866           a new install of hashed database.
1867         + fix typo in Ada95/mk-1st.awk which causes error with original awk.
1868
1869 20110220
1870         + configure script rpath fixes from xterm #269.
1871         + workaround for cygwin's non-functional features.h, to force ncurses'
1872           configure script to define _XOPEN_SOURCE_EXTENDED when building
1873           wide-character configuration.
1874         + build-fix in run_tic.sh for OS/2 EMX install
1875         + add cons25-debian entry (patch by Brian M Carlson, Debian #607662).
1876
1877 20110212
1878         + regenerated html manpages.
1879         + use _tracef() in show_where() function of tic, to work correctly with
1880           special case of trace configuration.
1881
1882 20110205
1883         + add xterm-utf8 entry as a demo of the U8 feature -TD
1884         + add U8 feature to denote entries for terminal emulators which do not
1885           support VT100 SI/SO when processing UTF-8 encoding -TD
1886         + improve the NCURSES_NO_UTF8_ACS feature by adding a check for an
1887           extended terminfo capability U8 (prompted by mailing list
1888           discussion).
1889
1890 20110122
1891         + start documenting interface changes for upcoming 5.8 release.
1892         + correct limit-checks in derwin().
1893         + correct limit-checks in newwin(), to ensure that windows have nonzero
1894           size (report by Garrett Cooper).
1895         + fix a missing "weak" declaration for pthread_kill (patch by Nicholas
1896           Alcock).
1897         + improve documentation of KEY_ENTER in curs_getch.3x manpage (prompted
1898           by discussion with Kevin Martin).
1899
1900 20110115
1901         + modify Ada95/configure script to make the --with-curses-dir option
1902           work without requiring the --with-ncurses option.
1903         + modify test programs to allow them to be built with NetBSD curses.
1904         + document thick- and double-line symbols in curs_add_wch.3x manpage.
1905         + document WACS_xxx constants in curs_add_wch.3x manpage.
1906         + fix some warnings for clang 2.6 "--analyze"
1907         + modify Ada95 makefiles to make html-documentation with the project
1908           file configuration if that is used.
1909         + update config.guess, config.sub
1910
1911 20110108
1912         + regenerated html manpages.
1913         + minor fixes to enable lint when trace is not enabled, e.g., with
1914           clang --analyze.
1915         + fix typo in man/default_colors.3x (patch by Tim van der Molen).
1916         + update ncurses/llib-lncurses*
1917
1918 20110101
1919         + fix remaining strict compiler warnings in ncurses library ABI=5,
1920           except those dealing with function pointers, etc.
1921
1922 20101225
1923         + modify nc_tparm.h, adding guards against repeated inclusion, and
1924           allowing TPARM_ARG to be overridden.
1925         + fix some strict compiler warnings in ncurses library.
1926
1927 20101211
1928         + suppress ncv in screen entry, allowing underline (patch by Alejandro
1929           R Sedeno).
1930         + also suppress ncv in konsole-base -TD
1931         + fixes in wins_nwstr() and related functions to ensure that special
1932           characters, i.e., control characters are handled properly with the
1933           wide-character configuration.
1934         + correct a comparison in wins_nwstr() (Redhat #661506).
1935         + correct help-messages in some of the test-programs, which still
1936           referred to quitting with 'q'.
1937
1938 20101204
1939         + add special case to _nc_infotocap() to recognize the setaf/setab
1940           strings from xterm+256color and xterm+88color, and provide a reduced
1941           version which works with termcap.
1942         + remove obsolete emacs "Local Variables" section from documentation
1943           (request by Sven Joachim).
1944         + update doc/html/index.html to include NCURSES-Programming-HOWTO.html
1945           (report by Sven Joachim).
1946
1947 20101128
1948         + modify test/configure and test/Makefile.in to handle this special
1949           case of building within a build-tree (Debian #34182):
1950                 mkdir -p build && cd build && ../test/configure && make
1951
1952 20101127
1953         + miscellaneous build-fixes for Ada95 and test-directories when built
1954           out-of-tree.
1955         + use VPATH in makefiles to simplify out-of-tree builds (Debian #34182).
1956         + fix typo in rmso for tek4106 entry -Goran Weinholt
1957
1958 20101120
1959         + improve checks in test/configure for X libraries, from xterm #267
1960           changes.
1961         + modify test/configure to allow it to use the build-tree's libraries
1962           e.g., when using that to configure the test-programs without the
1963           rpath feature (request by Sven Joachim).
1964         + repurpose "gnome" terminfo entries as "vte", retaining "gnome" items
1965           for compatibility, but generally deprecating those since the VTE
1966           library is what actually defines the behavior of "gnome", etc.,
1967           since 2003 -TD
1968
1969 20101113
1970         + compiler warning fixes for test programs.
1971         + various build-fixes for test-programs with pdcurses.
1972         + updated configure checks for X packages in test/configure from xterm
1973           #267 changes.
1974         + add configure check to gnatmake, to accommodate cygwin.
1975
1976 20101106
1977         + correct list of sub-directories needed in Ada95 tree for building as
1978           a separate package.
1979         + modify scripts in test-directory to improve builds as a separate
1980           package.
1981
1982 20101023
1983         + correct parsing of relative tab-stops in tabs program (report by
1984           Philip Ganchev).
1985         + adjust configure script so that "t" is not added to library suffix
1986           when weak-symbols are used, allowing the pthread configuration to
1987           more closely match the non-thread naming (report by Werner Fink).
1988         + modify configure check for tic program, used for fallbacks, to a
1989           warning if not found.  This makes it simpler to use additonal
1990           scripts to bootstrap the fallbacks code using tic from the build
1991           tree (report by Werner Fink).
1992         + fix several places in configure script using ${variable-value} form.
1993         + modify configure macro CF_LDFLAGS_STATIC to accommodate some loaders
1994           which do not support selectively linking against static libraries
1995           (report by John P. Hartmann)
1996         + fix an unescaped dash in man/tset.1 (report by Sven Joachim).
1997
1998 20101009
1999         + correct comparison used for setting 16-colors in linux-16color
2000           entry (Novell #644831) -TD
2001         + improve linux-16color entry, using "dim" for color-8 which makes it
2002           gray rather than black like color-0 -TD
2003         + drop misc/ncu-indent and misc/jpf-indent; they are provided by an
2004           external package "cindent".
2005
2006 20101002
2007         + improve linkages in html manpages, adding references to the newer
2008           pages, e.g., *_variables, curs_sp_funcs, curs_threads.
2009         + add checks in tic for inconsistent cursor-movement controls, and for
2010           inconsistent printer-controls.
2011         + fill in no-parameter forms of cursor-movement where a parameterized
2012           form is available -TD
2013         + fill in missing cursor controls where the form of the controls is
2014           ANSI -TD
2015         + fix inconsistent punctuation in form_variables manpage (patch by
2016           Sven Joachim).
2017         + add parameterized cursor-controls to linux-basic (report by Dae) -TD
2018         > patch by Juergen Pfeifer:
2019         + document how to build 32-bit libraries in README.MinGW
2020         + fixes to filename computation in mk-dlls.sh.in
2021         + use POSIX locale in mk-dlls.sh.in rather than en_US (report by Sven
2022           Joachim).
2023         + add a check in mk-dlls.sh.in to obtain the size of a pointer to
2024           distinguish between 32-bit and 64-bit hosts.  The result is stored
2025           in mingw_arch
2026
2027 20100925
2028         + add "XT" capability to entries for terminals that support both
2029           xterm-style mouse- and title-controls, for "screen" which
2030           special-cases TERM beginning with "xterm" or "rxvt" -TD
2031         > patch by Juergen Pfeifer:
2032         + use 64-Bit MinGW toolchain (recommended package from TDM, see
2033           README.MinGW).
2034         + support pthreads when using the TDM MinGW toolchain
2035
2036 20100918
2037         + regenerated html manpages.
2038         + minor fixes for symlinks to curs_legacy.3x and curs_slk.3x manpages.
2039         + add manpage for sp-funcs.
2040         + add sp-funcs to test/listused.sh, for documentation aids.
2041
2042 20100911
2043         + add manpages for summarizing public variables of curses-, terminfo-
2044           and form-libraries.
2045         + minor fixes to manpages for consistency (patch by Jason McIntyre).
2046         + modify tic's -I/-C dump to reformat acsc strings into canonical form
2047           (sorted, unique mapping) (cf: 971004).
2048         + add configure check for pthread_kill(), needed for some old
2049           platforms.
2050
2051 20100904
2052         + add configure option --without-tests, to suppress building test
2053           programs (request by Frederic L W Meunier).
2054
2055 20100828
2056         + modify nsterm, xnuppc and tek4115 to make sgr/sgr0 consistent -TD
2057         + add check in terminfo source-reader to provide more informative
2058           message when someone attempts to run tic on a compiled terminal
2059           description (prompted by Debian #593920).
2060         + note in infotocap and captoinfo manpages that they read terminal
2061           descriptions from text-files (Debian #593920).
2062         + improve acsc string for vt52, show arrow keys (patch by Benjamin
2063           Sittler).
2064
2065 20100814
2066         + document in manpages that "mv" functions first use wmove() to check
2067           the window pointer and whether the position lies within the window
2068           (suggested by Poul-Henning Kamp).
2069         + fixes to curs_color.3x, curs_kernel.3x and wresize.3x manpages (patch
2070           by Tim van der Molen).
2071         + modify configure script to transform library names for tic- and
2072           tinfo-libraries so that those build properly with Mac OS X shared
2073           library configuration.
2074         + modify configure script to ensure that it removes conftest.dSYM
2075           directory leftover on checks with Mac OS X.
2076         + modify configure script to cleanup after check for symbolic links.
2077
2078 20100807
2079         + correct a typo in mk-1st.awk (patch by Gabriele Balducci)
2080           (cf: 20100724)
2081         + improve configure checks for location of tic and infocmp programs
2082           used for installing database and for generating fallback data,
2083           e.g., for cross-compiling.
2084         + add Markus Kuhn's wcwidth function for compiling MinGW
2085         + add special case to CF_REGEX for cross-compiling to MinGW target.
2086
2087 20100731
2088         + modify initialization check for win32con driver to eliminate need for
2089           special case for TERM "unknown", using terminal database if available
2090           (prompted by discussion with Roumen Petrov).
2091         + for MinGW port, ensure that terminal driver is setup if tgetent()
2092           is called (patch by Roumen Petrov).
2093         + document tabs "-0" and "-8" options in manpage.
2094         + fix Debian "lintian" issues with manpages reported in
2095           http://lintian.debian.org/full/csmall@debian.org.html#ncurses
2096
2097 20100724
2098         + add a check in tic for missing set_tab if clear_all_tabs given.
2099         + improve use of symbolic links in makefiles by using "-f" option if
2100           it is supported, to eliminate temporary removal of the target
2101           (prompted by http://www.t2-project.org/packages/ncurses.html)
2102         + minor improvement to test/ncurses.c, reset color pairs in 'd' test
2103           after exit from 'm' main-menu command.
2104         + improved ncu-indent, from mawk changes, allows more than one of
2105           GCC_NORETURN, GCC_PRINTFLIKE and GCC_SCANFLIKE on a single line.
2106
2107 20100717
2108         + add hard-reset for rs2 to wsvt25 to help ensure that reset ends
2109           the alternate character set (patch by Nicholas Marriott)
2110         + remove tar-copy.sh and related configure/Makefile chunks, since the
2111           Ada95 binding is now installed using rules in Ada95/src.
2112
2113 20100703
2114         + continue integrating changes to use gnatmake project files in Ada95
2115           + add/use configure check to turn on project rules for Ada95/src.
2116         + revert the vfork change from 20100130, since it does not work.
2117
2118 20100626
2119         + continue integrating changes to use gnatmake project files in Ada95
2120           + old gnatmake (3.15) does not produce libraries using project-file;
2121             work around by adding script to generate alternate makefile.
2122
2123 20100619
2124         + continue integrating changes to use gnatmake project files in Ada95
2125           + add configure --with-ada-sharedlib option, for the test_make rule.
2126           + move Ada95-related logic into aclocal.m4, since additional checks
2127             will be needed to distinguish old/new implementations of gnat.
2128
2129 20100612
2130         + start integrating changes to use gnatmake project files in Ada95 tree
2131           + add test_make / test_clean / test_install rules in Ada95/src
2132           + change install-path for adainclude directory to /usr/share/ada (was
2133             /usr/lib/ada).
2134         + update Ada95/configure.
2135         + add mlterm+256color entry, for mlterm 3.0.0 -TD
2136         + modify test/configure to use macros to ensure consistent order
2137           of updating LIBS variable.
2138
2139 20100605
2140         + change search order of options for Solaris in CF_SHARED_OPTS, to
2141           work with 64-bit compiles.
2142         + correct quoting of assignment in CF_SHARED_OPTS case for aix
2143           (cf: 20081227)
2144
2145 20100529
2146         + regenerated html documentation.
2147         + modify test/configure to support pkg-config for checking X libraries
2148           used by PDCurses.
2149         + add/use configure macro CF_ADD_LIB to force consistency of
2150           assignments to $LIBS, etc.
2151         + fix configure script for combining --with-pthread
2152           and --enable-weak-symbols options.
2153
2154 20100522
2155         + correct cross-compiling configure check for CF_MKSTEMP macro, by
2156           adding a check cache variable set by AC_CHECK_FUNC (report by
2157           Pierre Labastie).
2158         + simplify include-dependencies of make_hash and make_keys, to reduce
2159           the need for setting BUILD_CPPFLAGS in cross-compiling when the
2160           build- and target-machines differ.
2161         + repair broken-linker configuration by restoring a definition of SP
2162           variable to curses.priv.h, and adjusting for cases where sp-funcs
2163           are used.
2164         + improve configure macro CF_AR_FLAGS, allowing ARFLAGS environment
2165           variable to override (prompted by report by Pablo Cazallas).
2166
2167 20100515
2168         + add configure option --enable-pthreads-eintr to control whether the
2169           new EINTR feature is enabled.
2170         + modify logic in pthread configuration to allow EINTR to interrupt
2171           a read operation in wgetch() (Novell #540571, patch by Werner Fink).
2172         + drop mkdirs.sh, use "mkdir -p".
2173         + add configure option --disable-libtool-version, to use the
2174           "-version-number" feature which was added in libtool 1.5 (report by
2175           Peter Haering).  The default value for the option uses the newer
2176           feature, which makes libraries generated using libtool compatible
2177           with the standard builds of ncurses.
2178         + updated test/configure to match configure script macros.
2179         + fixes for configure script from lynx changes:
2180           + improve CF_FIND_LINKAGE logic for the case where a function is
2181             found in predefined libraries.
2182           + revert part of change to CF_HEADER (cf: 20100424)
2183
2184 20100501
2185         + correct limit-check in wredrawln, accounting for begy/begx values
2186           (patch by David Benjamin).
2187         + fix most compiler warnings from clang.
2188         + amend build-fix for OpenSolaris, to ensure that a system header is
2189           included in curses.h before testing feature symbols, since they
2190           may be defined by that route.
2191
2192 20100424
2193         + fix some strict compiler warnings in ncurses library.
2194         + modify configure macro CF_HEADER_PATH to not look for variations in
2195           the predefined include directories.
2196         + improve configure macros CF_GCC_VERSION and CF_GCC_WARNINGS to work
2197           with gcc 4.x's c89 alias, which gives warning messages for cases
2198           where older versions would produce an error.
2199
2200 20100417
2201         + modify _nc_capcmp() to work with cancelled strings.
2202         + correct translation of "^" in _nc_infotocap(), used to transform
2203           terminfo to termcap strings
2204         + add configure --disable-rpath-hack, to allow disabling the feature
2205           which adds rpath options for libraries in unusual places.
2206         + improve CF_RPATH_HACK_2 by checking if the rpath option for a given
2207           directory was already added.
2208         + improve CF_RPATH_HACK_2 by using ldd to provide a standard list of
2209           directories (which will be ignored).
2210
2211 20100410
2212         + improve win_driver.c handling of mouse:
2213           + discard motion events
2214           + avoid calling _nc_timed_wait when there is a mouse event
2215           + handle 4th and "rightmost" buttons.
2216         + quote substitutions in CF_RPATH_HACK_2 configure macro, needed for
2217           cases where there are embedded blanks in the rpath option.
2218
2219 20100403
2220         + add configure check for exctags vs ctags, to work around pkgsrc.
2221         + simplify logic in _nc_get_screensize() to make it easier to see how
2222           environment variables may override system- and terminfo-values
2223           (prompted by discussion with Igor Bujna).
2224         + make debug-traces for COLOR_PAIR and PAIR_NUMBER less verbose.
2225         + improve handling of color-pairs embedded in attributes for the
2226           extended-colors configuration.
2227         + modify MKlib_gen.sh to build link_test with sp-funcs.
2228         + build-fixes for OpenSolaris aka Solaris 11, for wide-character
2229           configuration as well as for rpath feature in *-config scripts.
2230
2231 20100327
2232         + refactor CF_SHARED_OPTS configure macro, making CF_RPATH_HACK more
2233           reusable.
2234         + improve configure CF_REGEX, similar fixes.
2235         + improve configure CF_FIND_LINKAGE, adding add check between system
2236           (default) and explicit paths, where we can find the entrypoint in the
2237           given library.
2238         + add check if Gpm_Open() returns a -2, e.g., for "xterm".  This is
2239           normally suppressed but can be overridden using $NCURSES_GPM_TERMS.
2240           Ensure that Gpm_Close() is called in this case.
2241
2242 20100320
2243         + rename atari and st52 terminfo entries to atari-old, st52-old, use
2244           newer entries from FreeMiNT by Guido Flohr (from patch/report by Alan
2245           Hourihane).
2246
2247 20100313
2248         + modify install-rule for manpages so that *-config manpages will
2249           install when building with --srcdir (report by Sven Joachim).
2250         + modify CF_DISABLE_LEAKS configure macro so that the --enable-leaks
2251           option is not the same as --disable-leaks (GenToo #305889).
2252         + modify #define's for build-compiler to suppress cchar_t symbol from
2253           compile of make_hash and make_keys, improving cross-compilation of
2254           ncursesw (report by Bernhard Rosenkraenzer).
2255         + modify CF_MAN_PAGES configure macro to replace all occurrences of
2256           TPUT in tput.1's manpage (Debian #573597, report/analysis by Anders
2257           Kaseorg).
2258
2259 20100306
2260         + generate manpages for the *-config scripts, adapted from help2man
2261           (suggested by Sven Joachim).
2262         + use va_copy() in _nc_printf_string() to avoid conflicting use of
2263           va_list value in _nc_printf_length() (report by Wim Lewis).
2264
2265 20100227
2266         + add Ada95/configure script, to use in tar-file created by
2267           Ada95/make-tar.sh
2268         + fix typo in wresize.3x (patch by Tim van der Molen).
2269         + modify screen-bce.XXX entries to exclude ech, since screen's color
2270           model does not clear with color for that feature -TD
2271
2272 20100220
2273         + add make-tar.sh scripts to Ada95 and test subdirectories to help with
2274           making those separately distributable.
2275         + build-fix for static libraries without dlsym (Debian #556378).
2276         + fix a syntax error in man/form_field_opts.3x (patch by Ingo
2277           Schwarze).
2278
2279 20100213
2280         + add several screen-bce.XXX entries -TD
2281
2282 20100206
2283         + update mrxvt terminfo entry -TD
2284         + modify win_driver.c to support mouse single-clicks.
2285         + correct name for termlib in ncurses*-config, e.g., if it is renamed
2286           to provide a single file for ncurses/ncursesw libraries (patch by
2287           Miroslav Lichvar).
2288
2289 20100130
2290         + use vfork in test/ditto.c if available (request by Mike Frysinger).
2291         + miscellaneous cleanup of manpages.
2292         + fix typo in curs_bkgd.3x (patch by Tim van der Molen).
2293         + build-fix for --srcdir (patch by Miroslav Lichvar).
2294
2295 20100123
2296         + for term-driver configuration, ensure that the driver pointer is
2297           initialized in setupterm so that terminfo/termcap programs work.
2298         + amend fix for Debian #542031 to ensure that wattrset() returns only
2299           OK or ERR, rather than the attribute value (report by Miroslav
2300           Lichvar).
2301         + reorder WINDOWLIST to put WINDOW data after SCREEN pointer, making
2302           _nc_screen_of() compatible between normal/wide libraries again (patch
2303           by Miroslav Lichvar)
2304         + review/fix include-dependencies in modules files (report by Miroslav
2305           Lichvar).
2306
2307 20100116
2308         + modify win_driver.c to initialize acs_map for win32 console, so
2309           that line-drawing works.
2310         + modify win_driver.c to initialize TERMINAL struct so that programs
2311           such as test/lrtest.c and test/ncurses.c which test string
2312           capabilities can run.
2313         + modify term-driver modules to eliminate forward-reference
2314           declarations.
2315
2316 20100109
2317         + modify configure macro CF_XOPEN_SOURCE, etc., to use CF_ADD_CFLAGS
2318           consistently to add new -D's while removing duplicates.
2319         + modify a few configure macros to consistently put new options
2320           before older in the list.
2321         + add tiparm(), based on review of X/Open Curses Issue 7.
2322         + minor documentation cleanup.
2323         + update config.guess, config.sub from
2324                 http://savannah.gnu.org/projects/config
2325           (caveat - its maintainer put 2010 copyright date on files dated 2009)
2326
2327 20100102
2328         + minor improvement to tic's checking of similar SGR's to allow for the
2329           most common case of SGR 0.
2330         + modify getmouse() to act as its documentation implied, returning on
2331           each call the preceding event until none are left.  When no more
2332           events remain, it will return ERR.
2333
2334 20091227
2335         + change order of lookup in progs/tput.c, looking for terminfo data
2336           first.  This fixes a confusion between termcap "sg" and terminfo
2337           "sgr" or "sgr0", originally from 990123 changes, but exposed by
2338           20091114 fixes for hashing.  With this change, only "dl" and "ed" are
2339           ambiguous (Mandriva #56272).
2340
2341 20091226
2342         + add bterm terminfo entry, based on bogl 0.1.18 -TD
2343         + minor fix to rxvt+pcfkeys terminfo entry -TD
2344         + build-fixes for Ada95 tree for gnat 4.4 "style".
2345
2346 20091219
2347         + remove old check in mvderwin() which prevented moving a derived
2348           window whose origin happened to coincide with its parent's origin
2349           (report by Katarina Machalkova).
2350         + improve test/ncurses.c to put mouse droppings in the proper window.
2351         + update minix terminfo entry -TD
2352         + add bw (auto-left-margin) to nsterm* entries (Benjamin Sittler)
2353
2354 20091212
2355         + correct transfer of multicolumn characters in multirow
2356           field_buffer(), which stopped at the end of the first row due to
2357           filling of unused entries in a cchar_t array with nulls.
2358         + updated nsterm* entries (Benjamin Sittler, Emanuele Giaquinta)
2359         + modify _nc_viscbuf2() and _tracecchar_t2() to show wide-character
2360           nulls.
2361         + use strdup() in set_menu_mark(), restore .marklen struct member on
2362           failure.
2363         + eliminate clause 3 from the UCB copyrights in read_termcap.c and
2364           tset.c per
2365                 ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
2366           (patch by Nicholas Marriott).
2367         + replace a malloc in tic.c with strdup, checking for failure (patch by
2368           Nicholas Marriott).
2369         + update config.guess, config.sub from
2370                 http://savannah.gnu.org/projects/config
2371
2372 20091205
2373         + correct layout of working window used to extract data in
2374           wide-character configured by set_field_buffer (patch by Rafael
2375           Garrido Fernandez)
2376         + improve some limit-checks related to filename length in reading and
2377           writing terminfo entries.
2378         + ensure that filename is always filled in when attempting to read
2379           a terminfo entry, so that infocmp can report the filename (patch
2380           by Nicholas Marriott).
2381
2382 20091128
2383         + modify mk-1st.awk to allow tinfo library to be built when term-driver
2384           is enabled.
2385         + add error-check to configure script to ensure that sp-funcs is
2386           enabled if term-driver is, since some internal interfaces rely upon
2387           this.
2388
2389 20091121
2390         + fix case where progs/tput is used while sp-funcs is configure; this
2391           requires save/restore of out-character function from _nc_prescreen
2392           rather than the SCREEN structure (report by Charles Wilson).
2393         + fix typo in man/curs_trace.3x which caused incorrect symbolic links
2394         + improved configure macros CF_GCC_ATTRIBUTES, CF_PROG_LINT.
2395
2396 20091114
2397
2398         + updated man/curs_trace.3x
2399         + limit hashing for termcap-names to 2-characters (Ubuntu #481740).
2400         + change a variable name in lib_newwin.c to make it clearer which
2401           value is being freed on error (patch by Nicholas Marriott).
2402
2403 20091107
2404         + improve test/ncurses.c color-cycling test by reusing attribute-
2405           and color-cycling logic from the video-attributes screen.
2406         + add ifdef'd with NCURSES_INTEROP_FUNCS experimental bindings in form
2407           library which help make it compatible with interop applications
2408           (patch by Juergen Pfeifer).
2409         + add configure option --enable-interop, for integrating changes
2410           for generic/interop support to form-library by Juergen Pfeifer
2411
2412 20091031
2413         + modify use of $CC environment variable which is defined by X/Open
2414           as a curses feature, to ignore it if it is not a single character
2415           (prompted by discussion with Benjamin C W Sittler).
2416         + add START_TRACE in slk_init
2417         + fix a regression in _nc_ripoffline which made test/ncurses.c not show
2418           soft-keys, broken in 20090927 merging.
2419         + change initialization of "hidden" flag for soft-keys from true to
2420           false, broken in 20090704 merging (Ubuntu #464274).
2421         + update nsterm entries (patch by Benjamin C W Sittler, prompted by
2422           discussion with Fabian Groffen in GenToo #206201).
2423         + add test/xterm-256color.dat
2424
2425 20091024
2426         + quiet some pedantic gcc warnings.
2427         + modify _nc_wgetch() to check for a -1 in the fifo, e.g., after a
2428           SIGWINCH, and discard that value, to avoid confusing application
2429           (patch by Eygene Ryabinkin, FreeBSD #136223).
2430
2431 20091017
2432         + modify handling of $PKG_CONFIG_LIBDIR to use only the first item in
2433           a possibly colon-separated list (Debian #550716).
2434
2435 20091010
2436         + supply a null-terminator to buffer in _nc_viswibuf().
2437         + fix a sign-extension bug in unget_wch() (report by Mike Gran).
2438         + minor fixes to error-returns in default function for tputs, as well
2439           as in lib_screen.c
2440
2441 20091003
2442         + add WACS_xxx definitions to wide-character configuration for thick-
2443           and double-lines (discussion with Slava Zanko).
2444         + remove unnecessary kcan assignment to ^C from putty (Sven Joachim)
2445         + add ccc and initc capabilities to xterm-16color -TD
2446         > patch by Benjamin C W Sittler:
2447         + add linux-16color
2448         + correct initc capability of linux-c-nc end-of-range
2449         + similar change for dg+ccc and dgunix+ccc
2450
2451 20090927
2452         + move leak-checking for comp_captab.c into _nc_leaks_tinfo() since
2453           that module since 20090711 is in libtinfo.
2454         + add configure option --enable-term-driver, to allow compiling with
2455           terminal-driver.  That is used in MinGW port, and (being somewhat
2456           more complicated) is an experimental alternative to the conventional
2457           termlib internals.  Currently, it requires the sp-funcs feature to
2458           be enabled.
2459         + completed integrating "sp-funcs" by Juergen Pfeifer in ncurses
2460           library (some work remains for forms library).
2461
2462 20090919
2463         + document return code from define_key (report by Mike Gran).
2464         + make some symbolic links in the terminfo directory-tree shorter
2465           (patch by Daniel Jacobowitz, forwarded by Sven Joachim).).
2466         + fix some groff warnings in terminfo.5, etc., from recent Debian
2467           changes.
2468         + change ncv and op capabilities in sun-color terminfo entry to match
2469           Sun's entry for this (report by Laszlo Peter).
2470         + improve interix smso terminfo capability by using reverse rather than
2471           bold (report by Kristof Zelechovski).
2472
2473 20090912
2474         + add some test programs (and make these use the same special keys
2475           by sharing linedata.h functions):
2476           test/test_addstr.c
2477           test/test_addwstr.c
2478           test/test_addchstr.c
2479           test/test_add_wchstr.c
2480         + correct internal _nc_insert_ch() to use _nc_insert_wch() when
2481           inserting wide characters, since the wins_wch() function that it used
2482           did not update the cursor position (report by Ciprian Craciun).
2483
2484 20090906
2485         + fix typo s/is_timeout/is_notimeout/ which made "man is_notimeout" not
2486           work.
2487         + add null-pointer checks to other opaque-functions.
2488         + add is_pad() and is_subwin() functions for opaque access to WINDOW
2489           (discussion with Mark Dickinson).
2490         + correct merge to lib_newterm.c, which broke when sp-funcs was
2491           enabled.
2492
2493 20090905
2494         + build-fix for building outside source-tree (report by Sven Joachim).
2495         + fix Debian lintian warning for man/tabs.1 by making section number
2496           agree with file-suffix (report by Sven Joachim).
2497         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2498
2499 20090829
2500         + workaround for bug in g++ 4.1-4.4 warnings for wattrset() macro on
2501           amd64 (Debian #542031).
2502         + fix typo in curs_mouse.3x (Debian #429198).
2503
2504 20090822
2505         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2506
2507 20090815
2508         + correct use of terminfo capabilities for initializing soft-keys,
2509           broken in 20090510 merging.
2510         + modify wgetch() to ensure it checks SIGWINCH when it gets an error
2511           in non-blocking mode (patch by Clemens Ladisch).
2512         + use PATH_SEPARATOR symbol when substituting into run_tic.sh, to
2513           help with builds on non-Unix platforms such as OS/2 EMX.
2514         + modify scripting for misc/run_tic.sh to test configure script's
2515           $cross_compiling variable directly rather than comparing host/build
2516           compiler names (prompted by comment in GenToo #249363).
2517         + fix configure script option --with-database, which was coded as an
2518           enable-type switch.
2519         + build-fixes for --srcdir (report by Frederic L W Meunier).
2520
2521 20090808
2522         + separate _nc_find_entry() and _nc_find_type_entry() from
2523           implementation details of hash function.
2524
2525 20090803
2526         + add tabs.1 to man/man_db.renames
2527         + modify lib_addch.c to compensate for removal of wide-character test
2528           from unctrl() in 20090704 (Debian #539735).
2529
2530 20090801
2531         + improve discussion in INSTALL for use of system's tic/infocmp for
2532           cross-compiling and building fallbacks.
2533         + modify test/demo_termcap.c to correspond better to options in
2534           test/demo_terminfo.c
2535         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2536         + fix logic for 'V' in test/ncurses.c tests f/F.
2537
2538 20090728
2539         + correct logic in tigetnum(), which caused tput program to treat all
2540           string capabilities as numeric (report by Rajeev V Pillai,
2541           cf: 20090711).
2542
2543 20090725
2544         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2545
2546 20090718
2547         + fix a null-pointer check in _nc_format_slks() in lib_slk.c, from
2548           20090704 changes.
2549         + modify _nc_find_type_entry() to use hashing.
2550         + make CCHARW_MAX value configurable, noting that changing this would
2551           change the size of cchar_t, and would be ABI-incompatible.
2552         + modify test-programs, e.g,.  test/view.c, to address subtle
2553           differences between Tru64/Solaris and HPUX/AIX getcchar() return
2554           values.
2555         + modify length returned by getcchar() to count the trailing null
2556           which is documented in X/Open (cf: 20020427).
2557         + fixes for test programs to build/work on HPUX and AIX, etc.
2558
2559 20090711
2560         + improve performance of tigetstr, etc., by using hashing code from tic.
2561         + minor fixes for memory-leak checking.
2562         + add test/demo_terminfo, for comparison with demo_termcap
2563
2564 20090704
2565         + remove wide-character checks from unctrl() (patch by Clemens Ladisch).
2566         + revise wadd_wch() and wecho_wchar() to eliminate dependency on
2567           unctrl().
2568         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2569
2570 20090627
2571         + update llib-lncurses[wt] to use sp-funcs.
2572         + various code-fixes to build/work with --disable-macros configure
2573           option.
2574         + add several new files from Juergen Pfeifer which will be used when
2575           integration of "sp-funcs" is complete.  This includes a port to
2576           MinGW.
2577
2578 20090613
2579         + move definition for NCURSES_WRAPPED_VAR back to ncurses_dll.h, to
2580           make includes of term.h without curses.h work (report by "Nix").
2581         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2582
2583 20090607
2584         + fix a regression in lib_tputs.c, from ongoing merges.
2585
2586 20090606
2587         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2588
2589 20090530
2590         + fix an infinite recursion when adding a legacy-coding 8-bit value
2591           using insch() (report by Clemens Ladisch).
2592         + free home-terminfo string in del_curterm() (patch by Dan Weber).
2593         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2594
2595 20090523
2596         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2597
2598 20090516
2599         + work around antique BSD game's manipulation of stdscr, etc., versus
2600           SCREEN's copy of the pointer (Debian #528411).
2601         + add a cast to wattrset macro to avoid compiler warning when comparing
2602           its result against ERR (adapted from patch by Matt Kraii, Debian
2603           #528374).
2604
2605 20090510
2606         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2607
2608 20090502
2609         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2610         + add vwmterm terminfo entry (patch by Bryan Christ).
2611
2612 20090425
2613         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2614
2615 20090419
2616         + build fix for _nc_free_and_exit() change in 20090418 (report by
2617           Christian Ebert).
2618
2619 20090418
2620         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2621
2622 20090411
2623         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2624           This change finishes merging for menu and panel libraries, does
2625           part of the form library.
2626
2627 20090404
2628         + suppress configure check for static/dynamic linker flags for gcc on
2629           Darwin (report by Nelson Beebe).
2630
2631 20090328
2632         + extend ansi.sys pfkey capability from kf1-kf10 to kf1-kf48, moving
2633           function key definitions from emx-base for consistency -TD
2634         + correct missing final 'p' in pfkey capability of ansi.sys-old (report
2635           by Kalle Olavi Niemitalo).
2636         + improve test/ncurses.c 'F' test, show combining characters in color.
2637         + quiet a false report by cppcheck in c++/cursesw.cc by eliminating
2638           a temporary variable.
2639         + use _nc_doalloc() rather than realloc() in a few places in ncurses
2640           library to avoid leak in out-of-memory condition (reports by William
2641           Egert and Martin Ettl based on cppcheck tool).
2642         + add --with-ncurses-wrap-prefix option to test/configure (discussion
2643           with Charles Wilson).
2644         + use ncurses*-config scripts if available for test/configure.
2645         + update test/aclocal.m4 and test/configure
2646         > patches by Charles Wilson:
2647         + modify CF_WITH_LIBTOOL configure check to allow unreleased libtool
2648           version numbers (e.g.  which include alphabetic chars, as well as
2649           digits, after the final '.').
2650         + improve use of -no-undefined option for libtool by setting an
2651           intermediate variable LT_UNDEF in the configure script, and then
2652           using that in the libtool link-commands.
2653         + fix an missing use of NCURSES_PUBLIC_VAR() in tinfo/MKcodes.awk
2654           from 20090321 changes.
2655         + improve mk-1st.awk script by writing separate cases for the
2656           LIBTOOL_LINK command, depending on which library (ncurses, ticlib,
2657           termlib) is to be linked.
2658         + modify configure.in to allow broken-linker configurations, not just
2659           enable-reentrant, to set public wrap prefix.
2660
2661 20090321
2662         + add TICS_LIST and SHLIB_LIST to allow libtool 2.2.6 on Cygwin to
2663           build with tic and term libraries (patch by Charles Wilson).
2664         + add -no-undefined option to libtool for Cygwin, MinGW, U/Win and AIX
2665           (report by Charles Wilson).
2666         + fix definition for c++/Makefile.in's SHLIB_LIST, which did not list
2667           the form, menu or panel libraries (patch by Charles Wilson).
2668         + add configure option --with-wrap-prefix to allow setting the prefix
2669           for functions used to wrap global variables to something other than
2670           "_nc_" (discussion with Charles Wilson).
2671
2672 20090314
2673         + modify scripts to generate ncurses*-config and pc-files to add
2674           dependency for tinfo library (patch by Charles Wilson).
2675         + improve comparison of program-names when checking for linked flavors
2676           such as "reset" by ignoring the executable suffix (reports by Charles
2677           Wilson, Samuel Thibault and Cedric Bretaudeau on Cygwin mailing
2678           list).
2679         + suppress configure check for static/dynamic linker flags for gcc on
2680           Solaris 10, since gcc is confused by absence of static libc, and
2681           does not switch back to dynamic mode before finishing the libraries
2682           (reports by Joel Bertrand, Alan Pae).
2683         + minor fixes to Intel compiler warning checks in configure script.
2684         + modify _nc_leaks_tinfo() so leak-checking in test/railroad.c works.
2685         + modify set_curterm() to make broken-linker configuration work with
2686           changes from 20090228 (report by Charles Wilson).
2687
2688 20090228
2689         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2690         + modify declaration of cur_term when broken-linker is used, but
2691           enable-reentrant is not, to match pre-5.7 (report by Charles Wilson).
2692
2693 20090221
2694         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2695
2696 20090214
2697         + add configure script --enable-sp-funcs to enable the new set of
2698           extended functions.
2699         + start integrating patches by Juergen Pfeifer:
2700           + add extended functions which specify the SCREEN pointer for several
2701             curses functions which use the global SP (these are incomplete;
2702             some internals work is needed to complete these).
2703           + add special cases to configure script for MinGW port.
2704
2705 20090207
2706         + update several configure macros from lynx changes
2707           + append (not prepend) to CFLAGS/CPPFLAGS
2708           + change variable from PATHSEP to PATH_SEPARATOR
2709         + improve install-rules for pc-files (patch by Miroslav Lichvar).
2710           + make it work with $DESTDIR
2711           + create the pkg-config library directory if needed.
2712
2713 20090124
2714         + modify init_pair() to allow caller to create extra color pairs beyond
2715           the color_pairs limit, which use default colors (request by Emanuele
2716           Giaquinta).
2717         + add misc/terminfo.tmp and misc/*.pc to "sources" rule.
2718         + fix typo "==" where "=" is needed in ncurses-config.in and
2719           gen-pkgconfig.in files (Debian #512161).
2720
2721 20090117
2722         + add -shared option to MK_SHARED_LIB when -Bsharable is used, for
2723           *BSD's, without which "main" might be one of the shared library's
2724           dependencies (report/analysis by Ken Dickey).
2725         + modify waddch_literal(), updating line-pointer after a multicolumn
2726           character is found to not fit on the current row, and wrapping is
2727           done.  Since the line-pointer was not updated, the wrapped
2728           multicolumn character was written to the beginning of the current row
2729           (cf: 20041023, reported by "Nick" regarding problem with ncmpc
2730           http://musicpd.org/mantis/bug_view_page.php?bug_id=1930).
2731
2732 20090110
2733         + add screen.Eterm terminfo entry (GenToo #124887) -TD
2734         + modify adacurses-config to look for ".ali" files in the adalib
2735           directory.
2736         + correct install for Ada95, which omitted libAdaCurses.a used in
2737           adacurses-config
2738         + change install for adacurses-config to provide additional flavors
2739           such as adacursesw-config, for ncursesw (GenToo #167849).
2740
2741 20090105
2742         + remove undeveloped feature in ncurses-config.in for setting
2743           prefix variable.
2744         + recent change to ncurses-config.in did not take into account the
2745           --disable-overwrite option, which sets $includedir to the
2746           subdirectory and using just that for a -I option does not work - fix
2747           (report by Frederic L W Meunier).
2748
2749 20090104
2750         + modify gen-pkgconfig.in to eliminate a dependency on rpath when
2751           deciding whether to add $LIBS to --libs output; that should be shown
2752           for the ncurses and tinfo libraries without taking rpath into
2753           account.
2754         + fix an overlooked change from $AR_OPTS to $ARFLAGS in mk-1st.awk,
2755           used in static libraries (report by Marty Jack).
2756
2757 20090103
2758         + add a configure-time check to pick a suitable value for
2759           CC_SHARED_OPTS for Solaris (report by Dagobert Michelsen).
2760         + add configure --with-pkg-config and --enable-pc-files options, along
2761           with misc/gen-pkgconfig.in which can be used to generate ".pc" files
2762           for pkg-config (request by Jan Engelhardt).
2763         + use $includedir symbol in misc/ncurses-config.in, add --includedir
2764           option.
2765         + change makefiles to use $ARFLAGS rather than $AR_OPTS, provide a
2766           configure check to detect whether a "-" is needed before "ar"
2767           options.
2768         + update config.guess, config.sub from
2769                 http://savannah.gnu.org/projects/config
2770
2771 20081227
2772         + modify mk-1st.awk to work with extra categories for tinfo library.
2773         + modify configure script to allow building shared libraries with gcc
2774           on AIX 5 or 6 (adapted from patch by Lital Natan).
2775
2776 20081220
2777         + modify to omit the opaque-functions from lib_gen.o when
2778           --disable-ext-funcs is used.
2779         + add test/clip_printw.c to illustrate how to use printw without
2780           wrapping.
2781         + modify ncurses 'F' test to demo wborder_set() with colored lines.
2782         + modify ncurses 'f' test to demo wborder() with colored lines.
2783
2784 20081213
2785         + add check for failure to open hashed-database needed for db4.6
2786           (GenToo #245370).
2787         + corrected --without-manpages option; previous change only suppressed
2788           the auxiliary rules install.man and uninstall.man
2789         + add case for FreeMINT to configure macro CF_XOPEN_SOURCE (patch from
2790           GenToo #250454).
2791         + fixes from NetBSD port at
2792           http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches
2793           patch-ac (build-fix for DragonFly)
2794           patch-ae (use INSTALL_SCRIPT for installing misc/ncurses*-config).
2795         + improve configure script macros CF_HEADER_PATH and CF_LIBRARY_PATH
2796           by adding CFLAGS, CPPFLAGS and LDFLAGS, LIBS values to the
2797           search-lists.
2798         + correct title string for keybound manpage (patch by Frederic Culot,
2799           OpenBSD documentation/6019),
2800
2801 20081206
2802         + move del_curterm() call from _nc_freeall() to _nc_leaks_tinfo() to
2803           work for progs/clear, progs/tabs, etc.
2804         + correct buffer-size after internal resizing of wide-character
2805           set_field_buffer(), broken in 20081018 changes (report by Mike Gran).
2806         + add "-i" option to test/filter.c to tell it to use initscr() rather
2807           than newterm(), to investigate report on comp.unix.programmer that
2808           ncurses would clear the screen in that case (it does not - the issue
2809           was xterm's alternate screen feature).
2810         + add check in mouse-driver to disable connection if GPM returns a
2811           zero, indicating that the connection is closed (Debian #506717,
2812           adapted from patch by Samuel Thibault).
2813
2814 20081129
2815         + improve a workaround in adding wide-characters, when a control
2816           character is found.  The library (cf: 20040207) uses unctrl() to
2817           obtain a printable version of the control character, but was not
2818           passing color or video attributes.
2819         + improve test/ncurses.c 'a' test, using unctrl() more consistently to
2820           display meta-characters.
2821         + turn on _XOPEN_CURSES definition in curses.h
2822         + add eterm-color entry (report by Vincent Lefevre) -TD
2823         + correct use of key_name() in test/ncurses.c 'A' test, which only
2824           displays wide-characters, not key-codes since 20070612 (report by
2825           Ricardo Cantu).
2826
2827 20081122
2828         + change _nc_has_mouse() to has_mouse(), reflect its use in C++ and
2829           Ada95 (patch by Juergen Pfeifer).
2830         + document in TO-DO an issue with Cygwin's package for GNAT (report
2831           by Mike Dennison).
2832         + improve error-checking of command-line options in "tabs" program.
2833
2834 20081115
2835         + change several terminfo entries to make consistent use of ANSI
2836           clear-all-tabs -TD
2837         + add "tabs" program (prompted by Debian #502260).
2838         + add configure --without-manpages option (request by Mike Frysinger).
2839
2840 20081102 5.7 release for upload to ftp.gnu.org
2841
2842 20081025
2843         + add a manpage to discuss memory leaks.
2844         + add support for shared libraries for QNX (other than libtool, which
2845           does not work well on that platform).
2846         + build-fix for QNX C++ binding.
2847
2848 20081018
2849         + build-fixes for OS/2 EMX.
2850         + modify form library to accept control characters such as newline
2851           in set_field_buffer(), which is compatible with Solaris (report by
2852           Nit Khair).
2853         + modify configure script to assume --without-hashed-db when
2854           --disable-database is used.
2855         + add "-e" option in ncurses/Makefile.in when generating source-files
2856           to force earlier exit if the build environment fails unexpectedly
2857           (prompted by patch by Adrian Bunk).
2858         + change configure script to use CF_UTF8_LIB, improved variant of
2859           CF_LIBUTF8.
2860
2861 20081012
2862         + add teraterm4.59 terminfo entry, use that as primary teraterm entry, rename
2863           original to teraterm2.3 -TD
2864         + update "gnome" terminfo to 2.22.3 -TD
2865         + update "konsole" terminfo to 1.6.6, needs today's fix for tic -TD
2866         + add "aterm" terminfo -TD
2867         + add "linux2.6.26" terminfo -TD
2868         + add logic to tic for cancelling strings in user-defined capabilities,
2869           overlooked til now.
2870
2871 20081011
2872         + regenerated html documentation.
2873         + add -m and -s options to test/keynames.c and test/key_names.c to test
2874           the meta() function with keyname() or key_name(), respectively.
2875         + correct return value of key_name() on error; it is null.
2876         + document some unresolved issues for rpath and pthreads in TO-DO.
2877         + fix a missing prototype for ioctl() on OpenBSD in tset.c
2878         + add configure option --disable-tic-depends to make explicit whether
2879           tic library depends on ncurses/ncursesw library, amends change from
2880           20080823 (prompted by Debian #501421).
2881
2882 20081004
2883         + some build-fixes for configure --disable-ext-funcs (incomplete, but
2884           works for C/C++ parts).
2885         + improve configure-check for awks unable to handle large strings, e.g.
2886           AIX 5.1 whose awk silently gives up on large printf's.
2887
2888 20080927
2889         + fix build for --with-dmalloc by workaround for redefinition of
2890           strndup between string.h and dmalloc.h
2891         + fix build for --disable-sigwinch
2892         + add environment variable NCURSES_GPM_TERMS to allow override to use
2893           GPM on terminals other than "linux", etc.
2894         + disable GPM mouse support when $TERM does not happen to contain
2895           "linux", since Gpm_Open() no longer limits its assertion to terminals
2896           that it might handle, e.g., within "screen" in xterm.
2897         + reset mouse file-descriptor when unloading GPM library (report by
2898           Miroslav Lichvar).
2899         + fix build for --disable-leaks --enable-widec --with-termlib
2900         > patch by Juergen Pfeifer:
2901         + use improved initialization for soft-label keys in Ada95 sample code.
2902         + discard internal symbol _nc_slk_format (unused since 20080112).
2903         + move call of slk_paint_info() from _nc_slk_initialize() to
2904           slk_intern_refresh(), improving initialization.
2905
2906 20080925
2907         + fix bug in mouse code for GPM from 20080920 changes (reported in
2908           Debian #500103, also Miroslav Lichvar).
2909
2910 20080920
2911         + fix shared-library rules for cygwin with tic- and tinfo-libraries.
2912         + fix a memory leak when failure to connect to GPM.
2913         + correct check for notimeout() in wgetch() (report on linux.redhat
2914           newsgroup by FurtiveBertie).
2915         + add an example warning-suppression file for valgrind,
2916           misc/ncurses.supp (based on example from Reuben Thomas)
2917
2918 20080913
2919         + change shared-library configuration for OpenBSD, make rpath work.
2920         + build-fixes for using libutf8, e.g., on OpenBSD 3.7
2921
2922 20080907
2923         + corrected fix for --enable-weak-symbols (report by Frederic L W
2924           Meunier).
2925
2926 20080906
2927         + corrected gcc options for building shared libraries on IRIX64.
2928         + add configure check for awk programs unable to handle big-strings,
2929           use that to improve the default for --enable-big-strings option.
2930         + makefile-fixes for --enable-weak-symbols (report by Frederic L W
2931           Meunier).
2932         + update test/configure script.
2933         + adapt ifdef's from library to make test/view.c build when mbrtowc()
2934           is unavailable, e.g., with HPUX 10.20.
2935         + add configure check for wcsrtombs, mbsrtowcs, which are used in
2936           test/ncurses.c, and use wcstombs, mbstowcs instead if available,
2937           fixing build of ncursew for HPUX 11.00
2938
2939 20080830
2940         + fixes to make Ada95 demo_panels() example work.
2941         + modify Ada95 'rain' test program to accept keyboard commands like the
2942           C-version.
2943         + modify BeOS-specific ifdef's to build on Haiku (patch by Scott
2944           Mccreary).
2945         + add configure-check to see if the std namespace is legal for cerr
2946           and endl, to fix a build issue with Tru64.
2947         + consistently use NCURSES_BOOL in lib_gen.c
2948         + filter #line's from lib_gen.c
2949         + change delimiter in MKlib_gen.sh from '%' to '@', to avoid
2950           substitution by IBM xlc to '#' as part of its extensions to digraphs.
2951         + update config.guess, config.sub from
2952                 http://savannah.gnu.org/projects/config
2953           (caveat - its maintainer removed support for older Linux systems).
2954
2955 20080823
2956         + modify configure check for pthread library to work with OSF/1 5.1,
2957           which uses #define's to associate its header and library.
2958         + use pthread_mutexattr_init() for initializing pthread_mutexattr_t,
2959           makes threaded code work on HPUX 11.23
2960         + fix a bug in demo_menus in freeing menus (cf: 20080804).
2961         + modify configure script for the case where tic library is used (and
2962           possibly renamed) to remove its dependency upon ncurses/ncursew
2963           library (patch by Dr Werner Fink).
2964         + correct manpage for menu_fore() which gave wrong default for
2965           the attribute used to display a selected entry (report by Mike Gran).
2966         + add Eterm-256color, Eterm-88color and rxvt-88color (prompted by
2967           Debian #495815) -TD
2968
2969 20080816
2970         + add configure option --enable-weak-symbols to turn on new feature.
2971         + add configure-check for availability of weak symbols.
2972         + modify linkage with pthread library to use weak symbols so that
2973           applications not linked to that library will not use the mutexes,
2974           etc.  This relies on gcc, and may be platform-specific (patch by Dr
2975           Werner Fink).
2976         + add note to INSTALL to document limitation of renaming of tic library
2977           using the --with-ticlib configure option (report by Dr Werner Fink).
2978         + document (in manpage) why tputs does not detect I/O errors (prompted
2979           by comments by Samuel Thibault).
2980         + fix remaining warnings from Klocwork report.
2981
2982 20080804
2983         + modify _nc_panelhook() data to account for a permanent memory leak.
2984         + fix memory leaks in test/demo_menus
2985         + fix most warnings from Klocwork tool (report by Larry Zhou).
2986         + modify configure script CF_XOPEN_SOURCE macro to add case for
2987           "dragonfly" from xterm #236 changes.
2988         + modify configure script --with-hashed-db to let $LIBS override the
2989           search for the db library (prompted by report by Samson Pierre).
2990
2991 20080726
2992         + build-fixes for gcc 4.3.1 (changes to gnat "warnings", and C inlining
2993           thresholds).
2994
2995 20080713
2996         + build-fix (reports by Christian Ebert, Funda Wang).
2997
2998 20080712
2999         + compiler-warning fixes for Solaris.
3000
3001 20080705
3002         + use NCURSES_MOUSE_MASK() in definition of BUTTON_RELEASE(), etc., to
3003           make those work properly with the "--enable-ext-mouse" configuration
3004           (cf: 20050205).
3005         + improve documentation of build-cc options in INSTALL.
3006         + work-around a bug in gcc 4.2.4 on AIX, which does not pass the
3007           -static/-dynamic flags properly to linker, causing test/bs to
3008           not link.
3009
3010 20080628
3011         + correct some ifdef's needed for the broken-linker configuration.
3012         + make debugging library's $BAUDRATE feature work for termcap
3013           interface.
3014         + make $NCURSES_NO_PADDING feature work for termcap interface (prompted
3015           by comment on FreeBSD mailing list).
3016         + add screen.mlterm terminfo entry -TD
3017         + improve mlterm and mlterm+pcfkeys terminfo entries -TD
3018
3019 20080621
3020         + regenerated html documentation.
3021         + expand manpage description of parameters for form_driver() and
3022           menu_driver() (prompted by discussion with Adam Spragg).
3023         + add null-pointer checks for cur_term in baudrate() and
3024           def_shell_mode(), def_prog_mode()
3025         + fix some memory leaks in delscreen() and wide acs.
3026
3027 20080614
3028         + modify test/ditto.c to illustrate multi-threaded use_screen().
3029         + change CC_SHARED_OPTS from -KPIC to -xcode=pic32 for Solaris.
3030         + add "-shared" option to MK_SHARED_LIB for gcc on Solaris (report
3031           by Poor Yorick).
3032
3033 20080607
3034         + finish changes to wgetch(), making it switch as needed to the
3035           window's actual screen when calling wrefresh() and wgetnstr().  That
3036           allows wgetch() to get used concurrently in different threads with
3037           some minor restrictions, e.g., the application should not delete a
3038           window which is being used in a wgetch().
3039         + simplify mutex's, combining the window- and screen-mutex's.
3040
3041 20080531
3042         + modify wgetch() to use the screen which corresponds to its window
3043           parameter rather than relying on SP; some dependent functions still
3044           use SP internally.
3045         + factor out most use of SP in lib_mouse.c, using parameter.
3046         + add internal _nc_keyname(), replacing keyname() to associate with a
3047           particular SCREEN rather than the global SP.
3048         + add internal _nc_unctrl(), replacing unctrl() to associate with a
3049           particular SCREEN rather than the global SP.
3050         + add internal _nc_tracemouse(), replacing _tracemouse() to eliminate
3051           its associated global buffer _nc_globals.tracemse_buf now in SCREEN.
3052         + add internal _nc_tracechar(), replacing _tracechar() to use SCREEN in
3053           preference to the global _nc_globals.tracechr_buf buffer.
3054
3055 20080524
3056         + modify _nc_keypad() to make it switch temporarily as needed to the
3057           screen which must be updated.
3058         + wrap cur_term variable to help make _nc_keymap() thread-safe, and
3059           always set the screen's copy of this variable in set_curterm().
3060         + restore curs_set() state after endwin()/refresh() (report/patch
3061           Miroslav Lichvar)
3062
3063 20080517
3064         + modify configure script to note that --enable-ext-colors and
3065           --enable-ext-mouse are not experimental, but extensions from
3066           the ncurses ABI 5.
3067         + corrected manpage description of setcchar() (discussion with
3068           Emanuele Giaquinta).
3069         + fix for adding a non-spacing character at the beginning of a line
3070           (report/patch by Miroslav Lichvar).
3071
3072 20080503
3073         + modify screen.* terminfo entries using new screen+fkeys to fix
3074           overridden keys in screen.rxvt (Debian #478094) -TD
3075         + modify internal interfaces to reduce wgetch()'s dependency on the
3076           global SP.
3077         + simplify some loops with macros each_screen(), each_window() and
3078           each_ripoff().
3079
3080 20080426
3081         + continue modifying test/ditto.c toward making it demonstrate
3082           multithreaded use_screen(), using fifos to pass data between screens.
3083         + fix typo in form.3x (report by Mike Gran).
3084
3085 20080419
3086         + add screen.rxvt terminfo entry -TD
3087         + modify tic -f option to format spaces as \s to prevent them from
3088           being lost when that is read back in unformatted strings.
3089         + improve test/ditto.c, using a "talk"-style layout.
3090
3091 20080412
3092         + change test/ditto.c to use openpty() and xterm.
3093         + add locks for copywin(), dupwin(), overlap(), overlay() on their
3094           window parameters.
3095         + add locks for initscr() and newterm() on updates to the SCREEN
3096           pointer.
3097         + finish table in curs_thread.3x manpage.
3098
3099 20080405
3100         + begin table in curs_thread.3x manpage describing the scope of data
3101           used by each function (or symbol) for threading analysis.
3102         + add null-pointer checks to setsyx() and getsyx() (prompted by
3103           discussion by Martin v. Lowis and Jeroen Ruigrok van der Werven on
3104           python-dev2 mailing list).
3105
3106 20080329
3107         + add null-pointer checks in set_term() and delscreen().
3108         + move _nc_windows into _nc_globals, since windows can be pads, which
3109           are not associated with a particular screen.
3110         + change use_screen() to pass the SCREEN* parameter rather than
3111           stdscr to the callback function.
3112         + force libtool to use tag for 'CC' in case it does not detect this,
3113           e.g., on aix when using CC=powerpc-ibm-aix5.3.0.0-gcc
3114           (report/patch by Michael Haubenwallner).
3115         + override OBJEXT to "lo" when building with libtool, to work on
3116           platforms such as AIX where libtool may use a different suffix for
3117           the object files than ".o" (report/patch by Michael Haubenwallner).
3118         + add configure --with-pthread option, for building with the POSIX
3119           thread library.
3120
3121 20080322
3122         + fill in extended-color pair two more places in wbkgrndset() and
3123           waddch_nosync() (prompted by Sedeno's patch).
3124         + fill in extended-color pair in _nc_build_wch() to make colors work
3125           for wide-characters using extended-colors (patch by Alejandro R
3126           Sedeno).
3127         + add x/X toggles to ncurses.c C color test to test/demo
3128           wide-characters with extended-colors.
3129         + add a/A toggles to ncurses.c c/C color tests.
3130         + modify test/ditto.c to use use_screen().
3131         + finish modifying test/rain.c to demonstrate threads.
3132
3133 20080308
3134         + start modifying test/rain.c for threading demo.
3135         + modify test/ncurses.c to make 'f' test accept the f/F/b/F/</> toggles
3136           that the 'F' accepts.
3137         + modify test/worm.c to show trail in reverse-video when other threads
3138           are working concurrently.
3139         + fix a deadlock from improper nesting of mutexes for windowlist and
3140           window.
3141
3142 20080301
3143         + fixes from 20080223 resolved issue with mutexes; change to use
3144           recursive mutexes to fix memory leak in delwin() as called from
3145           _nc_free_and_exit().
3146
3147 20080223
3148         + fix a size-difference in _nc_globals which caused hanging of mutex
3149           lock/unlock when termlib was built separately.
3150
3151 20080216
3152         + avoid using nanosleep() in threaded configuration since that often
3153           is implemented to suspend the entire process.
3154
3155 20080209
3156         + update test programs to build/work with various UNIX curses for
3157           comparisons.  This was to reinvestigate statement in X/Open curses
3158           that insnstr and winsnstr perform wrapping.  None of the Unix-branded
3159           implementations do this, as noted in manpage (cf: 20040228).
3160
3161 20080203
3162         + modify _nc_setupscreen() to set the legacy-coding value the same
3163           for both narrow/wide models.  It had been set only for wide model,
3164           but is needed to make unctrl() work with locale in the narrow model.
3165         + improve waddch() and winsch() handling of EILSEQ from mbrtowc() by
3166           using unctrl() to display illegal bytes rather than trying to append
3167           further bytes to make up a valid sequence (reported by Andrey A
3168           Chernov).
3169         + modify unctrl() to check codes in 128-255 range versus isprint().
3170           If they are not printable, and locale was set, use a "M-" or "~"
3171           sequence.
3172
3173 20080126
3174         + improve threading in test/worm.c (wrap refresh calls, and KEY_RESIZE
3175           handling).  Now it hangs in napms(), no matter whether nanosleep()
3176           or poll() or select() are used on Linux.
3177
3178 20080119
3179         + fixes to build with --disable-ext-funcs
3180         + add manpage for use_window and use_screen.
3181         + add set_tabsize() and set_escdelay() functions.
3182
3183 20080112
3184         + remove recursive-mutex definitions, finish threading demo for worm.c
3185         + remove a redundant adjustment of lines in resizeterm.c's
3186           adjust_window() which caused occasional misadjustment of stdscr when
3187           softkeys were used.
3188
3189 20080105
3190         + several improvements to terminfo entries based on xterm #230 -TD
3191         + modify MKlib_gen.sh to handle keyname/key_name prototypes, so the
3192           "link_test" builds properly.
3193         + fix for toe command-line options -u/-U to ensure filename is given.
3194         + fix allocation-size for command-line parsing in infocmp from 20070728
3195           (report by Miroslav Lichvar)
3196         + improve resizeterm() by moving ripped-off lines, and repainting the
3197           soft-keys (report by Katarina Machalkova)
3198         + add clarification in wclear's manpage noting that the screen will be
3199           cleared even if a subwindow is cleared (prompted by Christer Enfors
3200           question).
3201         + change test/ncurses.c soft-key tests to work with KEY_RESIZE.
3202
3203 20071222
3204         + continue implementing support for threading demo by adding mutex
3205           for delwin().
3206
3207 20071215
3208         + add several functions to C++ binding which wrap C functions that
3209           pass a WINDOW* parameter (request by Chris Lee).
3210
3211 20071201
3212         + add note about configure options needed for Berkeley database to the
3213           INSTALL file.
3214         + improve checks for version of Berkeley database libraries.
3215         + amend fix for rpath to not modify LDFLAGS if the platform has no
3216           applicable transformation (report by Christian Ebert, cf: 20071124).
3217
3218 20071124
3219         + modify configure option --with-hashed-db to accept a parameter which
3220           is the install-prefix of a given Berkeley Database (prompted by
3221           pierre4d2 comments).
3222         + rewrite wrapper for wcrtomb(), making it work on Solaris.  This is
3223           used in the form library to determine the length of the buffer needed
3224           by field_buffer (report by Alfred Fung).
3225         + remove unneeded window-parameter from C++ binding for wresize (report
3226           by Chris Lee).
3227
3228 20071117
3229         + modify the support for filesystems which do not support mixed-case to
3230           generate 2-character (hexadecimal) codes for the lower-level of the
3231           filesystem terminfo database (request by Michail Vidiassov).
3232         + add configure option --enable-mixed-case, to allow overriding the
3233           configure script's check if the filesystem supports mixed-case
3234           filenames.
3235         + add wresize() to C++ binding (request by Chris Lee).
3236         + define NCURSES_EXT_FUNCS and NCURSES_EXT_COLORS in curses.h to make
3237           it simpler to tell if the extended functions and/or colors are
3238           declared.
3239
3240 20071103
3241         + update memory-leak checks for changes to names.c and codes.c
3242         + correct acsc strings in h19, z100 (patch by Benjamin C W Sittler).
3243
3244 20071020
3245         + continue implementing support for threading demo by adding mutex
3246           for use_window().
3247         + add mrxvt terminfo entry, add/fix xterm building blocks for modified
3248           cursor keys -TD
3249         + compile with FreeBSD "contemporary" TTY interface (patch by
3250           Rong-En Fan).
3251
3252 20071013
3253         + modify makefile rules to allow clear, tput and tset to be built
3254           without libtic.  The other programs (infocmp, tic and toe) rely on
3255           that library.
3256         + add/modify null-pointer checks in several functions for SP and/or
3257           the WINDOW* parameter (report by Thorben Krueger).
3258         + fixes for field_buffer() in formw library (see Redhat #310071,
3259           patches by Miroslav Lichvar).
3260         + improve performance of NCURSES_CHAR_EQ code (patch by Miroslav
3261           Lichvar).
3262         + update/improve mlterm and rxvt terminfo entries, e.g., for
3263           the modified cursor- and keypad-keys -TD
3264
3265 20071006
3266         + add code to curses.priv.h ifdef'd with NCURSES_CHAR_EQ, which
3267           changes the CharEq() macro to an inline function to allow comparing
3268           cchar_t struct's without comparing gaps in a possibly unpacked
3269           memory layout (report by Miroslav Lichvar).
3270
3271 20070929
3272         + add new functions to lib_trace.c to setup mutex's for the _tracef()
3273           calls within the ncurses library.
3274         + for the reentrant model, move _nc_tputs_trace and _nc_outchars into
3275           the SCREEN.
3276         + start modifying test/worm.c to provide threading demo (incomplete).
3277         + separated ifdef's for some BSD-related symbols in tset.c, to make
3278           it compile on LynxOS (report by Greg Gemmer).
3279 20070915
3280         + modify Ada95/gen/Makefile to use shlib script, to simplify building
3281           shared-library configuration on platforms lacking rpath support.
3282         + build-fix for Ada95/src/Makefile to reflect changed dependency for
3283           the terminal-interface-curses-aux.adb file which is now generated.
3284         + restructuring test/worm.c, for use_window() example.
3285
3286 20070908
3287         + add use_window() and use_screen() functions, to develop into support
3288           for threaded library (incomplete).
3289         + fix typos in man/curs_opaque.3x which kept the install script from
3290           creating symbolic links to two aliases created in 20070818 (report by
3291           Rong-En Fan).
3292
3293 20070901
3294         + remove a spurious newline from output of html.m4, which caused links
3295           for Ada95 html to be incorrect for the files generated using m4.
3296         + start investigating mutex's for SCREEN manipulation (incomplete).
3297         + minor cleanup of codes.c/names.c for --enable-const
3298         + expand/revise "Routine and Argument Names" section of ncurses manpage
3299           to address report by David Givens in newsgroup discussion.
3300         + fix interaction between --without-progs/--with-termcap configure
3301           options (report by Michail Vidiassov).
3302         + fix typo in "--disable-relink" option (report by Michail Vidiassov).
3303
3304 20070825
3305         + fix a sign-extension bug in infocmp's repair_acsc() function
3306           (cf: 971004).
3307         + fix old configure script bug which prevented "--disable-warnings"
3308           option from working (patch by Mike Frysinger).
3309
3310 20070818
3311         + add 9term terminal description (request by Juhapekka Tolvanen) -TD
3312         + modify comp_hash.c's string output to avoid misinterpreting a null
3313           "\0" followed by a digit.
3314         + modify MKnames.awk and MKcodes.awk to support big-strings.
3315           This only applies to the cases (broken linker, reentrant) where
3316           the corresponding arrays are accessed via wrapper functions.
3317         + split MKnames.awk into two scripts, eliminating the shell redirection
3318           which complicated the make process and also the bogus timestamp file
3319           which was introduced to fix "make -j".
3320         + add test/test_opaque.c, test/test_arrays.c
3321         + add wgetscrreg() and wgetparent() for applications that may need it
3322           when NCURSES_OPAQUE is defined (prompted by Bryan Christ).
3323
3324 20070812
3325         + amend treatment of infocmp "-r" option to retain the 1023-byte limit
3326           unless "-T" is given (cf: 981017).
3327         + modify comp_captab.c generation to use big-strings.
3328         + make _nc_capalias_table and _nc_infoalias_table private accessed via
3329           _nc_get_alias_table() since the tables are used only within the tic
3330           library.
3331         + modify configure script to skip Intel compiler in CF_C_INLINE.
3332         + make _nc_info_hash_table and _nc_cap_hash_table private accessed via
3333           _nc_get_hash_table() since the tables are used only within the tic
3334           library.
3335
3336 20070728
3337         + make _nc_capalias_table and _nc_infoalias_table private, accessed via
3338           _nc_get_alias_table() since they are used only by parse_entry.c
3339         + make _nc_key_names private since it is used only by lib_keyname.c
3340         + add --disable-big-strings configure option to control whether
3341           unctrl.c is generated using the big-string optimization - which may
3342           use strings longer than supported by a given compiler.
3343         + reduce relocation tables for tic, infocmp by changing type of
3344           internal hash tables to short, and make those private symbols.
3345         + eliminate large fixed arrays from progs/infocmp.c
3346
3347 20070721
3348         + change winnstr() to stop at the end of the line (cf: 970315).
3349         + add test/test_get_wstr.c
3350         + add test/test_getstr.c
3351         + add test/test_inwstr.c
3352         + add test/test_instr.c
3353
3354 20070716
3355         + restore a call to obtain screen-size in _nc_setupterm(), which
3356           is used in tput and other non-screen applications via setupterm()
3357           (Debian #433357, reported by Florent Bayle, Christian Ohm,
3358           cf: 20070310).
3359
3360 20070714
3361         + add test/savescreen.c test-program
3362         + add check to trace-file open, if the given name is a directory, add
3363           ".log" to the name and try again.
3364         + add konsole-256color entry -TD
3365         + add extra gcc warning options from xterm.
3366         + minor fixes for ncurses/hashmap test-program.
3367         + modify configure script to quiet c++ build with libtool when the
3368           --disable-echo option is used.
3369         + modify configure script to disable ada95 if libtool is selected,
3370           writing a warning message (addresses FreeBSD #114493).
3371         + update config.guess, config.sub
3372
3373 20070707
3374         + add continuous-move "M" to demo_panels to help test refresh changes.
3375         + improve fix for refresh of window on top of multi-column characters,
3376           taking into account some split characters on left/right window
3377           boundaries.
3378
3379 20070630
3380         + add "widec" row to _tracedump() output to help diagnose remaining
3381           problems with multi-column characters.
3382         + partial fix for refresh of window on top of multi-column characters
3383           which are partly overwritten (report by Sadrul H Chowdhury).
3384         + ignore A_CHARTEXT bits in vidattr() and vid_attr(), in case
3385           multi-column extension bits are passed there.
3386         + add setlocale() call to demo_panels.c, needed for wide-characters.
3387         + add some output flags to _nc_trace_ttymode to help diagnose a bug
3388           report by Larry Virden, i.e., ONLCR, OCRNL, ONOCR and ONLRET,
3389
3390 20070623
3391         + add test/demo_panels.c
3392         + implement opaque version of setsyx() and getsyx().
3393
3394 20070612
3395         + corrected xterm+pcf2 terminfo modifiers for F1-F4, to match xterm
3396           #226 -TD
3397         + split-out key_name() from MKkeyname.awk since it now depends upon
3398           wunctrl() which is not in libtinfo (report by Rong-En Fan).
3399
3400 20070609
3401         + add test/key_name.c
3402         + add stdscr cases to test/inchs.c and test/inch_wide.c
3403         + update test/configure
3404         + correct formatting of DEL (0x7f) in _nc_vischar().
3405         + null-terminate result of wunctrl().
3406         + add null-pointer check in key_name() (report by Andreas Krennmair,
3407           cf: 20020901).
3408
3409 20070602
3410         + adapt mouse-handling code from menu library in form-library
3411           (discussion with Clive Nicolson).
3412         + add a modification of test/dots.c, i.e., test/dots_mvcur.c to
3413           illustrate how to use mvcur().
3414         + modify wide-character flavor of SetAttr() to preserve the
3415           WidecExt() value stored in the .attr field, e.g., in case it
3416           is overwritten by chgat (report by Aleksi Torhamo).
3417         + correct buffer-size for _nc_viswbuf2n() (report by Aleksi Torhamo).
3418         + build-fixes for Solaris 2.6 and 2.7 (patch by Peter O'Gorman).
3419
3420 20070526
3421         + modify keyname() to use "^X" form only if meta() has been called, or
3422           if keyname() is called without initializing curses, e.g., via
3423           initscr() or newterm() (prompted by LinuxBase #1604).
3424         + document some portability issues in man/curs_util.3x
3425         + add a shadow copy of TTY buffer to _nc_prescreen to fix applications
3426           broken by moving that data into SCREEN (cf: 20061230).
3427
3428 20070512
3429         + add 'O' (wide-character panel test) in ncurses.c to demonstrate a
3430           problem reported by Sadrul H Chowdhury with repainting parts of
3431           a fullwidth cell.
3432         + modify slk_init() so that if there are preceding calls to
3433           ripoffline(), those affect the available lines for soft-keys (adapted
3434           from patch by Clive Nicolson).
3435         + document some portability issues in man/curs_getyx.3x
3436
3437 20070505
3438         + fix a bug in Ada95/samples/ncurses which caused a variable to
3439           become uninitialized in the "b" test.
3440         + fix Ada95/gen/Makefile.in adahtml rule to account for recent
3441           movement of files, fix a few incorrect manpage references in the
3442           generated html.
3443         + add Ada95 binding to _nc_freeall() as Curses_Free_All to help with
3444           memory-checking.
3445         + correct some functions in Ada95 binding which were using return value
3446           from C where none was returned:  idcok(), immedok() and wtimeout().
3447         + amend recent changes for Ada95 binding to make it build with
3448           Cygwin's linker, e.g., with configure options
3449                 --enable-broken-linker --with-ticlib
3450
3451 20070428
3452         + add a configure check for gcc's options for inlining, use that to
3453           quiet a warning message where gcc's default behavior changed from
3454           3.x to 4.x.
3455         + improve warning message when checking if GPM is linked to curses
3456           library by not warning if its use of "wgetch" is via a weak symbol.
3457         + add loader options when building with static libraries to ensure that
3458           an installed shared library for ncurses does not conflict.  This is
3459           reported as problem with Tru64, but could affect other platforms
3460           (report Martin Mokrejs, analysis by Tim Mooney).
3461         + fix build on cygwin after recent ticlib/termlib changes, i.e.,
3462           + adjust TINFO_SUFFIX value to work with cygwin's dll naming
3463           + revert a change from 20070303 which commented out dependency of
3464             SHLIB_LIST in form/menu/panel/c++ libraries.
3465         + fix initialization of ripoff stack pointer (cf: 20070421).
3466
3467 20070421
3468         + move most static variables into structures _nc_globals and
3469           _nc_prescreen, to simplify storage.
3470         + add/use configure script macro CF_SIG_ATOMIC_T, use the corresponding
3471           type for data manipulated by signal handlers (prompted by comments
3472           in mailing.openbsd.bugs newsgroup).
3473         + modify CF_WITH_LIBTOOL to allow one to pass options such as -static
3474           to the libtool create- and link-operations.
3475
3476 20070414
3477         + fix whitespace in curs_opaque.3x which caused a spurious ';' in
3478           the installed aliases (report by Peter Santoro).
3479         + fix configure script to not try to generate adacurses-config when
3480           Ada95 tree is not built.
3481
3482 20070407
3483         + add man/curs_legacy.3x, man/curs_opaque.3x
3484         + fix acs_map binding for Ada95 when --enable-reentrant is used.
3485         + add adacurses-config to the Ada95 install, based on version from
3486           FreeBSD port, in turn by Juergen Pfeifer in 2000 (prompted by
3487           comment on comp.lang.ada newsgroup).
3488         + fix includes in c++ binding to build with Intel compiler
3489           (cf: 20061209).
3490         + update install rule in Ada95 to use mkdirs.sh
3491         > other fixes prompted by inspection for Coverity report:
3492         + modify ifdef's for c++ binding to use try/catch/throw statements
3493         + add a null-pointer check in tack/ansi.c request_cfss()
3494         + fix a memory leak in ncurses/base/wresize.c
3495         + corrected check for valid memu/meml capabilities in
3496           progs/dump_entry.c when handling V_HPUX case.
3497         > fixes based on Coverity report:
3498         + remove dead code in test/bs.c
3499         + remove dead code in test/demo_defkey.c
3500         + remove an unused assignment in progs/infocmp.c
3501         + fix a limit check in tack/ansi.c tools_charset()
3502         + fix tack/ansi.c tools_status() to perform the VT320/VT420
3503           tests in request_cfss().  The function had exited too soon.
3504         + fix a memory leak in tic.c's make_namelist()
3505         + fix a couple of places in tack/output.c which did not check for EOF.
3506         + fix a loop-condition in test/bs.c
3507         + add index checks in lib_color.c for color palettes
3508         + add index checks in progs/dump_entry.c for version_filter() handling
3509           of V_BSD case.
3510         + fix a possible null-pointer dereference in copywin()
3511         + fix a possible null-pointer dereference in waddchnstr()
3512         + add a null-pointer check in _nc_expand_try()
3513         + add a null-pointer check in tic.c's make_namelist()
3514         + add a null-pointer check in _nc_expand_try()
3515         + add null-pointer checks in test/cardfile.c
3516         + fix a double-free in ncurses/tinfo/trim_sgr0.c
3517         + fix a double-free in ncurses/base/wresize.c
3518         + add try/catch block to c++/cursesmain.cc
3519
3520 20070331
3521         + modify Ada95 binding to build with --enable-reentrant by wrapping
3522           global variables (bug: acs_map does not yet work).
3523         + modify Ada95 binding to use the new access-functions, allowing it
3524           to build/run when NCURSES_OPAQUE is set.
3525         + add access-functions and macros to return properties of the WINDOW
3526           structure, e.g., when NCURSES_OPAQUE is set.
3527         + improved install-sh's quoting.
3528         + use mkdirs.sh rather than mkinstalldirs, e.g., to use fixes from
3529           other programs.
3530
3531 20070324
3532         + eliminate part of the direct use of WINDOW data from Ada95 interface.
3533         + fix substitutions for termlib filename to make configure option
3534           --enable-reentrant work with --with-termlib.
3535         + change a constructor for NCursesWindow to allow compiling with
3536           NCURSES_OPAQUE set, since we cannot pass a reference to
3537           an opaque pointer.
3538
3539 20070317
3540         + ignore --with-chtype=unsigned since unsigned is always added to
3541           the type in curses.h; do the same for --with-mmask-t.
3542         + change warning regarding --enable-ext-colors and wide-character
3543           in the configure script to an error.
3544         + tweak error message in CF_WITH_LIBTOOL to distinguish other programs
3545           such as Darwin's libtool program (report by Michail Vidiassov)
3546         + modify edit_man.sh to allow for multiple substitutions per line.
3547         + set locale in misc/ncurses-config.in since it uses a range
3548         + change permissions libncurses++.a install (report by Michail
3549           Vidiassov).
3550         + corrected length of temporary buffer in wide-character version
3551           of set_field_buffer() (related to report by Bryan Christ).
3552
3553 20070311
3554         + fix mk-1st.awk script install_shlib() function, broken in 20070224
3555           changes for cygwin (report by  Michail Vidiassov).
3556
3557 20070310
3558         + increase size of array in _nc_visbuf2n() to make "tic -v" work
3559           properly in its similar_sgr() function (report/analysis by Peter
3560           Santoro).
3561         + add --enable-reentrant configure option for ongoing changes to
3562           implement a reentrant version of ncurses:
3563           + libraries are suffixed with "t"
3564           + wrap several global variables (curscr, newscr, stdscr, ttytype,
3565             COLORS, COLOR_PAIRS, COLS, ESCDELAY, LINES and TABSIZE) as
3566             functions returning values stored in SCREEN or cur_term.
3567           + move some initialization (LINES, COLS) from lib_setup.c,
3568             i.e., setupterm() to _nc_setupscreen(), i.e., newterm().
3569
3570 20070303
3571         + regenerated html documentation.
3572         + add NCURSES_OPAQUE symbol to curses.h, will use to make structs
3573           opaque in selected configurations.
3574         + move the chunk in lib_acs.c which resets acs capabilities when
3575           running on a terminal whose locale interferes with those into
3576           _nc_setupscreen(), so the libtinfo/libtinfow files can be made
3577           identical (requested by Miroslav Lichvar).
3578         + do not use configure variable SHLIB_LIBS for building libraries
3579           outside the ncurses directory, since that symbol is customized
3580           only for that directory, and using it introduces an unneeded
3581           dependency on libdl (requested by Miroslav Lichvar).
3582         + modify mk-1st.awk so the generated makefile rules for linking or
3583           installing shared libraries do not first remove the library, in
3584           case it is in use, e.g., libncurses.so by /bin/sh (report by Jeff
3585           Chua).
3586         + revised section "Using NCURSES under XTERM" in ncurses-intro.html
3587           (prompted by newsgroup comment by Nick Guenther).
3588
3589 20070224
3590         + change internal return codes of _nc_wgetch() to check for cases
3591           where KEY_CODE_YES should be returned, e.g., if a KEY_RESIZE was
3592           ungetch'd, and read by wget_wch().
3593         + fix static-library build broken in 20070217 changes to remove "-ldl"
3594           (report by Miroslav Lichvar).
3595         + change makefile/scripts for cygwin to allow building termlib.
3596         + use Form_Hook in manpages to match form.h
3597         + use Menu_Hook in manpages, as well as a few places in menu.h
3598         + correct form- and menu-manpages to use specific Field_Options,
3599           Menu_Options and Item_Options types.
3600         + correct prototype for _tracechar() in manpage (cf: 20011229).
3601         + correct prototype for wunctrl() in manpage.
3602
3603 20070217
3604         + fixes for $(TICS_LIST) in ncurses/Makefile (report by Miroslav
3605           Lichvar).
3606         + modify relinking of shared libraries to apply only when rpath is
3607           enabled, and add --disable-relink option which can be used to
3608           disable the feature altogether (reports by Michail Vidiassov,
3609           Adam J Richter).
3610         + fix --with-termlib option for wide-character configuration, stripping
3611           the "w" suffix in one place (report by Miroslav Lichvar).
3612         + remove "-ldl" from some library lists to reduce dependencies in
3613           programs (report by Miroslav Lichvar).
3614         + correct description of --enable-signed-char in configure --help
3615           (report by Michail Vidiassov).
3616         + add pattern for GNU/kFreeBSD configuration to CF_XOPEN_SOURCE,
3617           which matches an earlier change to CF_SHARED_OPTS, from xterm #224
3618           fixes.
3619         + remove "${DESTDIR}" from -install_name option used for linking
3620           shared libraries on Darwin (report by Michail Vidiassov).
3621
3622 20070210
3623         + add test/inchs.c, test/inch_wide.c, to test win_wchnstr().
3624         + remove libdl from library list for termlib (report by Miroslav
3625           Lichvar).
3626         + fix configure.in to allow --without-progs --with-termlib (patch by
3627           Miroslav Lichvar).
3628         + modify win_wchnstr() to ensure that only a base cell is returned
3629           for each multi-column character (prompted by report by Wei Kong
3630           regarding change in mvwin_wch() cf: 20041023).
3631
3632 20070203
3633         + modify fix_wchnstr() in form library to strip attributes (and color)
3634           from the cchar_t array (field cells) read from a field's window.
3635           Otherwise, when copying the field cells back to the window, the
3636           associated color overrides the field's background color (report by
3637           Ricardo Cantu).
3638         + improve tracing for form library, showing created forms, fields, etc.
3639         + ignore --enable-rpath configure option if --with-shared was omitted.
3640         + add _nc_leaks_tinfo(), _nc_free_tic(), _nc_free_tinfo() entrypoints
3641           to allow leak-checking when both tic- and tinfo-libraries are built.
3642         + drop CF_CPP_VSCAN_FUNC macro from configure script, since C++ binding
3643           no longer relies on it.
3644         + disallow combining configure script options --with-ticlib and
3645           --enable-termcap (report by Rong-En Fan).
3646         + remove tack from ncurses tree.
3647
3648 20070128
3649         + fix typo in configure script that broke --with-termlib option
3650           (report by Rong-En Fan).
3651
3652 20070127
3653         + improve fix for FreeBSD gnu/98975, to allow for null pointer passed
3654           to tgetent() (report by Rong-en Fan).
3655         + update tack/HISTORY and tack/README to tell how to build it after
3656           it is removed from the ncurses tree.
3657         + fix configure check for libtool's version to trim blank lines
3658           (report by sci-fi@hush.ai).
3659         + review/eliminate other original-file artifacts in cursesw.cc, making
3660           its license consistent with ncurses.
3661         + use ncurses vw_scanw() rather than reading into a fixed buffer in
3662           the c++ binding for scanw() methods (prompted by report by Nuno Dias).
3663         + eliminate fixed-buffer vsprintf() calls in c++ binding.
3664
3665 20070120
3666         + add _nc_leaks_tic() to separate leak-checking of tic library from
3667           term/ncurses libraries, and thereby eliminate a library dependency.
3668         + fix test/mk-test.awk to ignore blank lines.
3669         + correct paths in include/headers, for --srcdir (patch by Miroslav
3670           Lichvar).
3671
3672 20070113
3673         + add a break-statement in misc/shlib to ensure that it exits on the
3674           _first_ matched directory (report by Paul Novak).
3675         + add tack/configure, which can be used to build tack outside the
3676           ncurses build-tree.
3677         + add --with-ticlib option, to build/install the tic-support functions
3678           in a separate library (suggested by Miroslav Lichvar).
3679
3680 20070106
3681         + change MKunctrl.awk to reduce relocation table for unctrl.o
3682         + change MKkeyname.awk to reduce relocation table for keyname.o
3683           (patch by Miroslav Lichvar).
3684
3685 20061230
3686         + modify configure check for libtool's version to trim blank lines
3687           (report by sci-fi@hush.ai).
3688         + modify some modules to allow them to be reentrant if _REENTRANT is
3689           defined: lib_baudrate.c, resizeterm.c (local data only)
3690         + eliminate static data from some modules: add_tries.c, hardscroll.c,
3691           lib_ttyflags.c, lib_twait.c
3692         + improve manpage install to add aliases for the transformed program
3693           names, e.g., from --program-prefix.
3694         + used linklint to verify links in the HTML documentation, made fixes
3695           to manpages as needed.
3696         + fix a typo in curs_mouse.3x (report by William McBrine).
3697         + fix install-rule for ncurses5-config to make the bin-directory.
3698
3699 20061223
3700         + modify configure script to omit the tic (terminfo compiler) support
3701           from ncurses library if --without-progs option is given.
3702         + modify install rule for ncurses5-config to do this via "install.libs"
3703         + modify shared-library rules to allow FreeBSD 3.x to use rpath.
3704         + update config.guess, config.sub
3705
3706 20061217 5.6 release for upload to ftp.gnu.org
3707
3708 20061217
3709         + add ifdef's for <wctype.h> for HPUX, which has the corresponding
3710           definitions in <wchar.h>.
3711         + revert the va_copy() change from 20061202, since it was neither
3712           correct nor portable.
3713         + add $(LOCAL_LIBS) definition to progs/Makefile.in, needed for
3714           rpath on Solaris.
3715         + ignore wide-acs line-drawing characters that wcwidth() claims are
3716           not one-column.  This is a workaround for Solaris' broken locale
3717           support.
3718
3719 20061216
3720         + modify configure --with-gpm option to allow it to accept a parameter,
3721           i.e., the name of the dynamic GPM library to load via dlopen()
3722           (requested by Bryan Henderson).
3723         + add configure option --with-valgrind, changes from vile.
3724         + modify configure script AC_TRY_RUN and AC_TRY_LINK checks to use
3725           'return' in preference to 'exit()'.
3726
3727 20061209
3728         + change default for --with-develop back to "no".
3729         + add XTABS to tracing of TTY bits.
3730         + updated autoconf patch to ifdef-out the misfeature which declares
3731           exit() for configure tests.  This fixes a redefinition warning on
3732           Solaris.
3733         + use ${CC} rather than ${LD} in shared library rules for IRIX64,
3734           Solaris to help ensure that initialization sections are provided for
3735           extra linkage requirements, e.g., of C++ applications (prompted by
3736           comment by Casper Dik in newsgroup).
3737         + rename "$target" in CF_MAN_PAGES to make it easier to distinguish
3738           from the autoconf predefined symbol.  There was no conflict,
3739           since "$target" was used only in the generated edit_man.sh file,
3740           but SuSE's rpm package contains a patch.
3741
3742 20061202
3743         + update man/term.5 to reflect extended terminfo support and hashed
3744           database configuration.
3745         + updates for test/configure script.
3746         + adapted from SuSE rpm package:
3747           + remove long-obsolete workaround for broken-linker which declared
3748             cur_term in tic.c
3749           + improve error recovery in PUTC() macro when wcrtomb() does not
3750             return usable results for an 8-bit character.
3751         + patches from rpm package (SuSE):
3752           + use va_copy() in extra varargs manipulation for tracing version
3753             of printw, etc.
3754           + use a va_list rather than a null in _nc_freeall()'s call to
3755             _nc_printf_string().
3756         + add some see-also references in manpages to show related
3757           wide-character functions (suggested by Claus Fischer).
3758
3759 20061125
3760         + add a check in lib_color.c to ensure caller does not increase COLORS
3761           above max_colors, which is used as an array index (discussion with
3762           Simon Sasburg).
3763         + add ifdef's allowing ncurses to be built with tparm() using either
3764           varargs (the existing status), or using a fixed-parameter list (to
3765           match X/Open).
3766
3767 20061104
3768         + fix redrawing of windows other than stdscr using wredrawln() by
3769           touching the corresponding rows in curscr (discussion with Dan
3770           Gookin).
3771         + add test/redraw.c
3772         + add test/echochar.c
3773         + review/cleanup manpage descriptions of error-returns for form- and
3774           menu-libraries (prompted by FreeBSD docs/46196).
3775
3776 20061028
3777         + add AUTHORS file -TD
3778         + omit the -D options from output of the new config script --cflags
3779           option (suggested by Ralf S Engelschall).
3780         + make NCURSES_INLINE unconditionally defined in curses.h
3781
3782 20061021
3783         + revert change to accommodate bash 3.2, since that breaks other
3784           platforms, e.g., Solaris.
3785         + minor fixes to NEWS file to simplify scripting to obtain list of
3786           contributors.
3787         + improve some shared-library configure scripting for Linux, FreeBSD
3788           and NetBSD to make "--with-shlib-version" work.
3789         + change configure-script rules for FreeBSD shared libraries to allow
3790           for rpath support in versions past 3.
3791         + use $(DESTDIR) in makefile rules for installing/uninstalling the
3792           package config script (reports/patches by Christian Wiese,
3793           Ralf S Engelschall).
3794         + fix a warning in the configure script for NetBSD 2.0, working around
3795           spurious blanks embedded in its ${MAKEFLAGS} symbol.
3796         + change test/Makefile to simplify installing test programs in a
3797           different directory when --enable-rpath is used.
3798
3799 20061014
3800         + work around bug in bash 3.2 by adding extra quotes (Jim Gifford).
3801         + add/install a package config script, e.g., "ncurses5-config" or
3802           "ncursesw5-config", according to configuration options.
3803
3804 20061007
3805         + add several GNU Screen terminfo variations with 16- and 256-colors,
3806           and status line (Alain Bench).
3807         + change the way shared libraries (other than libtool) are installed.
3808           Rather than copying the build-tree's libraries, link the shared
3809           objects into the install directory.  This makes the --with-rpath
3810           option work except with $(DESTDIR) (cf: 20000930).
3811
3812 20060930
3813         + fix ifdef in c++/internal.h for QNX 6.1
3814         + test-compiled with (old) egcs-1.1.2, modified configure script to
3815           not unset the $CXX and related variables which would prevent this.
3816         + fix a few terminfo.src typos exposed by improvments to "-f" option.
3817         + improve infocmp/tic "-f" option formatting.
3818
3819 20060923
3820         + make --disable-largefile option work (report by Thomas M Ott).
3821         + updated html documentation.
3822         + add ka2, kb1, kb3, kc2 to vt220-keypad as an extension -TD
3823         + minor improvements to rxvt+pcfkeys -TD
3824
3825 20060916
3826         + move static data from lib_mouse.c into SCREEN struct.
3827         + improve ifdef's for _POSIX_VDISABLE in tset to work with Mac OS X
3828           (report by Michail Vidiassov).
3829         + modify CF_PATH_SYNTAX to ensure it uses the result from --prefix
3830           option (from lynx changes) -TD
3831         + adapt AC_PROG_EGREP check, noting that this is likely to be another
3832           place aggravated by POSIXLY_CORRECT.
3833         + modify configure check for awk to ensure that it is found (prompted
3834           by report by Christopher Parker).
3835         + update config.sub
3836
3837 20060909
3838         + add kon, kon2 and jfbterm terminfo entry (request by Till Maas) -TD
3839         + remove invis capability from klone+sgr, mainly used by linux entry,
3840           since it does not really do this -TD
3841
3842 20060903
3843         + correct logic in wadd_wch() and wecho_wch(), which did not guard
3844           against passing the multi-column attribute into a call on waddch(),
3845           e.g., using data returned by win_wch() (cf: 20041023)
3846           (report by Sadrul H Chowdhury).
3847
3848 20060902
3849         + fix kterm's acsc string -TD
3850         + fix for change to tic/infocmp in 20060819 to ensure no blank is
3851           embedded into a termcap description.
3852         + workaround for 20050806 ifdef's change to allow visbuf.c to compile
3853           when using --with-termlib --with-trace options.
3854         + improve tgetstr() by making the return value point into the user's
3855           buffer, if provided (patch by Miroslav Lichvar (see Redhat #202480)).
3856         + correct libraries needed for foldkeys (report by Stanislav Ievlev)
3857
3858 20060826
3859         + add terminfo entries for xfce terminal (xfce) and multi gnome
3860           terminal (mgt) -TD
3861         + add test/foldkeys.c
3862
3863 20060819
3864         + modify tic and infocmp to avoid writing trailing blanks on terminfo
3865           source output (Debian #378783).
3866         + modify configure script to ensure that if the C compiler is used
3867           rather than the loader in making shared libraries, the $(CFLAGS)
3868           variable is also used (Redhat #199369).
3869         + port hashed-db code to db2 and db3.
3870         + fix a bug in tgetent() from 20060625 and 20060715 changes
3871           (patch/analysis by Miroslav Lichvar (see Redhat #202480)).
3872
3873 20060805
3874         + updated xterm function-keys terminfo to match xterm #216 -TD
3875         + add configure --with-hashed-db option (tested only with FreeBSD 6.0,
3876           e.g., the db 1.8.5 interface).
3877
3878 20060729
3879         + modify toe to access termcap data, e.g., via cgetent() functions,
3880           or as a text file if those are not available.
3881         + use _nc_basename() in tset to improve $SHELL check for csh/sh.
3882         + modify _nc_read_entry() and _nc_read_termcap_entry() so infocmp,
3883           can access termcap data when the terminfo database is disabled.
3884
3885 20060722
3886         + widen the test for xterm kmous a little to allow for other strings
3887           than \E[M, e.g., for xterm-sco functionality in xterm.
3888         + update xterm-related terminfo entries to match xterm patch #216 -TD
3889         + update config.guess, config.sub
3890
3891 20060715
3892         + fix for install-rule in Ada95 to add terminal_interface.ads
3893           and terminal_interface.ali (anonymous posting in comp.lang.ada).
3894         + correction to manpage for getcchar() (report by William McBrine).
3895         + add test/chgat.c
3896         + modify wchgat() to mark updated cells as changed so a refresh will
3897           repaint those cells (comments by Sadrul H Chowdhury and William
3898           McBrine).
3899         + split up dependency of names.c and codes.c in ncurses/Makefile to
3900           work with parallel make (report/analysis by Joseph S Myers).
3901         + suppress a warning message (which is ignored) for systems without
3902           an ldconfig program (patch by Justin Hibbits).
3903         + modify configure script --disable-symlinks option to allow one to
3904           disable symlink() in tic even when link() does not work (report by
3905           Nigel Horne).
3906         + modify MKfallback.sh to use tic -x when constructing fallback tables
3907           to allow extended capabilities to be retrieved from a fallback entry.
3908         + improve leak-checking logic in tgetent() from 20060625 to ensure that
3909           it does not free the current screen (report by Miroslav Lichvar).
3910
3911 20060708
3912         + add a check for _POSIX_VDISABLE in tset (NetBSD #33916).
3913         + correct _nc_free_entries() and related functions used for memory leak
3914           checking of tic.
3915
3916 20060701
3917         + revert a minor change for magic-cookie support from 20060513, which
3918           caused unexpected reset of attributes, e.g., when resizing test/view
3919           in color mode.
3920         + note in clear manpage that the program ignores command-line
3921           parameters (prompted by Debian #371855).
3922         + fixes to make lib_gen.c build properly with changes to the configure
3923           --disable-macros option and NCURSES_NOMACROS (cf:  20060527)
3924         + update/correct several terminfo entries -TD
3925         + add some notes regarding copyright to terminfo.src -TD
3926
3927 20060625
3928         + fixes to build Ada95 binding with gnat-4.1.0
3929         + modify read_termtype() so the term_names data is always allocated as
3930           part of the str_table, a better fix for a memory leak (cf: 20030809).
3931         + reduce memory leaks in repeated calls to tgetent() by remembering the
3932           last TERMINAL* value allocated to hold the corresponding data and
3933           freeing that if the tgetent() result buffer is the same as the
3934           previous call (report by "Matt" for FreeBSD gnu/98975).
3935         + modify tack to test extended capability function-key strings.
3936         + improved gnome terminfo entry (GenToo #122566).
3937         + improved xterm-256color terminfo entry (patch by Alain Bench).
3938
3939 20060617
3940         + fix two small memory leaks related to repeated tgetent() calls
3941           with TERM=screen (report by "Matt" for FreeBSD gnu/98975).
3942         + add --enable-signed-char to simplify Debian package.
3943         + reduce name-pollution in term.h by removing #define's for HAVE_xxx
3944           symbols.
3945         + correct typo in curs_terminfo.3x (Debian #369168).
3946
3947 20060603
3948         + enable the mouse in test/movewindow.c
3949         + improve a limit-check in frm_def.c (John Heasley).
3950         + minor copyright fixes.
3951         + change configure script to produce test/Makefile from data file.
3952
3953 20060527
3954         + add a configure option --enable-wgetch-events to enable
3955           NCURSES_WGETCH_EVENTS, and correct the associated loop-logic in
3956           lib_twait.c (report by Bernd Jendrissek).
3957         + remove include/nomacros.h from build, since the ifdef for
3958           NCURSES_NOMACROS makes that obsolete.
3959         + add entrypoints for some functions which were only provided as macros
3960           to make NCURSES_NOMACROS ifdef work properly:  getcurx(), getcury(),
3961           getbegx(), getbegy(), getmaxx(), getmaxy(), getparx() and getpary(),
3962           wgetbkgrnd().
3963         + provide ifdef for NCURSES_NOMACROS which suppresses most macro
3964           definitions from curses.h, i.e., where a macro is defined to override
3965           a function to improve performance.  Allowing a developer to suppress
3966           these definitions can simplify some application (discussion with
3967           Stanislav Ievlev).
3968         + improve description of memu/meml in terminfo manpage.
3969
3970 20060520
3971         + if msgr is false, reset video attributes when doing an automargin
3972           wrap to the next line.  This makes the ncurses 'k' test work properly
3973           for hpterm.
3974         + correct caching of keyname(), which was using only half of its table.
3975         + minor fixes to memory-leak checking.
3976         + make SCREEN._acs_map and SCREEN._screen_acs_map pointers rather than
3977           arrays, making ACS_LEN less visible to applications (suggested by
3978           Stanislav Ievlev).
3979         + move chunk in SCREEN ifdef'd for USE_WIDEC_SUPPORT to the end, so
3980           _screen_acs_map will have the same offset in both ncurses/ncursesw,
3981           making the corresponding tinfo/tinfow libraries binary-compatible
3982           (cf: 20041016, report by Stanislav Ievlev).
3983
3984 20060513
3985         + improve debug-tracing for EmitRange().
3986         + change default for --with-develop to "yes".  Add NCURSES_NO_HARD_TABS
3987           and NCURSES_NO_MAGIC_COOKIE environment variables to allow runtime
3988           suppression of the related hard-tabs and xmc-glitch features.
3989         + add ncurses version number to top-level manpages, e.g., ncurses, tic,
3990           infocmp, terminfo as well as form, menu, panel.
3991         + update config.guess, config.sub
3992         + modify ncurses.c to work around a bug in NetBSD 3.0 curses
3993           (field_buffer returning null for a valid field).  The 'r' test
3994           appears to not work with that configuration since the new_fieldtype()
3995           function is broken in that implementation.
3996
3997 20060506
3998         + add hpterm-color terminfo entry -TD
3999         + fixes to compile test-programs with HPUX 11.23
4000
4001 20060422
4002         + add copyright notices to files other than those that are generated,
4003           data or adapted from pdcurses (reports by William McBrine, David
4004           Taylor).
4005         + improve rendering on hpterm by not resetting attributes at the end
4006           of doupdate() if the terminal has the magic-cookie feature (report
4007           by Bernd Rieke).
4008         + add 256color variants of terminfo entries for programs which are
4009           reported to implement this feature -TD
4010
4011 20060416
4012         + fix typo in&