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