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