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