]> ncurses.scripts.mit.edu Git - ncurses.git/blob - NEWS
ncurses 6.1 - patch 20180526
[ncurses.git] / NEWS
1 -------------------------------------------------------------------------------
2 -- Copyright (c) 1998-2017,2018 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.3134 2018/05/26 20:27:35 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 may be cited in this file by their initials.
42 Each accounts for half of 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 20180526
49         + add note in curs_util.3x about unctrl.h
50         + review/improve header files to ensure that those include necessary
51           files except for the previously-documented cases (report by Isaac
52           Pascual Monells).
53         + improved test-package scripts, adapted from byacc 1.9 20180525.
54         + fix some gcc8 warnings seen in Redhat package build, but
55           work around bug in gcc8 compiler warnings in comp_parse.c
56
57 20180519
58         + formatting fixes for manpages, regenerate man-html documentation.
59         + trim spurious whitespace from tmux in 2018-02-24 changes;
60           fix some inconsistencies in/between tmux- and iterm2-entries for SGR
61           (report by C Anthony Risinger)
62         + improve iterm2 using some xterm features which it has adapted -TD
63         + add check in pair_content() to handle the case where caller asks
64           for an uninitialized pair (Debian #898658).
65
66 20180512
67         + remove trailing ';' from GCC_DEPRECATED definition.
68         + repair a change from 20110730 which left an error-check/warning dead.
69         + fix several minor Coverity warnings.
70
71 20180505
72         + add deprecation warnings for internal functions called by older
73           versions of tack.
74         + fix a special case in PutAttrChar() where a cell is marked as
75           alternate-character set, but the terminal does not actually support
76           the given graphic character.  This would happen in an older terminal
77           such as vt52, which lacks most line-drawing capability.
78         + use configure --with-config-suffix option to work around filename
79           conflict with Debian packages versus test-packages.
80         + update tracemunch to work with perl 5.26.2, which changed the rules
81           for escaping regular expressions.
82
83 20180428
84         + document new form-extension O_EDGE_INSERT_STAY (report by Leon
85           Winter).
86         + correct error-returns listed in manual pages for a few form functions
87           (report by Leon Winter).
88         + add a check in form-library for null-pointer dereference:
89                 unfocus_current_field (form);
90                 form_driver (form, REQ_VALIDATION);
91           (patch by Leon Winter).
92
93 20180414
94         + modify form library to optionally delay cursor movement on a field
95           edge/boundary (patch by Leon Winter).
96         + modify form library to avoid unnecessary update of cursor position in
97           non-public fields (patch by Leon Winter).
98         + remove unused _nc_import_termtype2() function.
99         + also add/improve null-pointer checks in other places
100         + add a null-pointer check in _nc_parse_entry to handle an error when
101           a use-name is invalid syntax (report by Chung-Yi Lin).
102
103 20180407
104         + clarify in manual pages that vwprintw and vwscanw are obsolete,
105           not part of X/Open Curses since 2007.
106         + use "const" in some prototypes rather than NCURSES_CONST where X/Open
107           Curses was updated to do this, e.g., wscanw, newterm, the terminfo
108           interface.  Also use "const" for consistency in the termcap
109           interface, which was withdrawn by X/Open Curses in Issue 5 (2007).
110           As of Issue 7, X/Open Curses still lacks "const" for certain return
111           values, e.g., keyname().
112
113 20180331
114         + improve terminfo write/read by modifying the fourth item of the
115           extended header to denote the number of valid strings in the extended
116           string table (prompted by a comment in unibilium's sources).
117
118 20180324
119         + amend Scaled256() macro in test/picsmap.c to cover the full range
120           0..1000 (report by Roger Pau Monne).
121         + add some checks in tracemunch for undefined variables.
122         + trim some redundant capabilities from st-0.7 -TD
123         + trim unnecessary setf/setb from interix -TD
124
125 20180317
126         + fix a check in infotocap which may not have detected a problem when
127           it should have.
128         + add a check in tic for the case where setf/setb are given using
129           different strings, but provide identical results to setaf/setab.
130         + further improve fix for terminfo.5 (patch by Kir Kolyshkin).
131         + reorder loop-limit checks in winsnstr() in case the string has no
132           terminating null and only the number of characters is used (patch
133           by Gyorgy Jeney).
134
135 20180303
136         + modify TurnOn/TurnOff macros in lib_vidattr.c and lib_vid_attr.c to
137           avoid expansion of "CUR" in trace.
138         + improve a few lintian warnings in test-packages.
139         + modify lib_setup to avoid calling pthread_self() without first
140           verifying that the address is valid, i.e., for weak symbols
141           (report/patch by Werner Fink).
142         + modify generated terminfo.5 to not use "expand" and related width
143           on the last column of tables, making layout on wide terminals look
144           better (adapted from patch by Kir Kolyshkin).
145         + add a category to report_offsets, e.g., "w" for wide-character, "t"
146           for threads to make the report more readable.  Reorganized the
147           structures reported to make the categories more apparent.
148         + simplify some ifdef's for extended-colors.
149         + add NCURSES_GLOBALS and NCURSES_PRESCREEN to report_offsets, to show
150           how similar the different tinfo configurations are.
151
152 20180224
153         + modify _nc_resolve_uses2() to detect incompatible types when merging
154           a "use=" clause of extended capabilities.  The problem was seen in a
155           defective terminfo integrated from simpleterm sources in 20171111,
156           compounded by repair in 20180121.
157         + correct Ss/Ms interchange in st-0.7 entry (tmux #1264) -TD
158         + fix remaining flash capabilities with trailing mandatory delays -TD
159         + correct cut/paste in NEWS (report by Sven Joachim).
160
161 20180217
162         + remove incorrect free() from 20170617 changes (report by David Macek).
163         + correct type for "U8" in user_caps.5; it is a number not boolean.
164         + add a null-pointer check in safe_sprintf.c (report by Steven Noonan).
165         + improve fix for Debian #882620 by reusing limit2 variable (report by
166           Julien Cristau, Sven Joachim).
167
168 20180210
169         + modify misc/Makefile.in to install/uninstall explicit list in case
170           the build-directory happens to have no ".pc" files when an uninstall
171           is performed (report by Jeffrey Walton).
172         + deprecate safe-sprintf, since the vsnprintf function, which does what
173           was needed, was standardized long ago.
174         + add several development/experimental options to development packages.
175         + minor reordering of options in configure script to make the threaded
176           and reentrant options distinct from the other extensions which are
177           normally enabled.
178
179 20180203
180         + minor fixes to test/*.h to make them idempotent.
181         + add/use test/parse_rgb.h to show how the "RGB" capability works.
182         + add a clarification in user_caps.5 regarding "RGB" capability.
183         + add extended_slk_color{,_sp} symbols to the appropriate
184           package/*.{map,sym} files (report by Sven Joachim, cf: 20170401).
185
186 20180129
187         + update "VERSION" file, used in shared-library naming.
188
189 20180127 6.1 release for upload to ftp.gnu.org
190
191 20180127
192         + updated release notes
193         + amend a warning message from tic which should have flagged misuse
194           of "XT" capability in "screen" terminal description.
195         > terminfo changes:
196         + trim "XT" from screen entry, add comments to explain why it was
197           not suitable -TD
198         + modify iterm to use xterm+sl-twm building block -TD
199         + mark konsole-420pc, konsole-vt100, konsole-xf3x obsolete reflecting
200           konsole's removal in 2008 -TD
201         + expanded the history section of konsole to explain its flawed
202           imitation of xterm's keyboard -TD
203         + use xterm+x11mouse in screen.* entries because screen does not yet
204           support xterm's 1006 mode -TD
205         + add nsterm-build400 for macOS 10.13 -TD
206         + add ansi+idc1, use that in ansi+idc adding dch for consistency -TD
207         + update vte to vte-2017 -TD
208         + add ecma+strikeout to vte-2017 -TD
209         + add iterm2-direct -TD
210         + updated teraterm, added teraterm-256color -TD
211         + add mlterm-direct -TD
212         + add descriptions for ANSI building-blocks -TD
213
214 20180121 pre-release
215         > terminfo changes:
216         + add xterm+noalt, xterm+titlestack, xterm+alt1049, xterm+alt+title
217           blocks from xterm #331 -TD
218         + add xterm+direct, xterm+indirect, xterm-direct entries from xterm
219           #331 -TD
220         + modify xterm+256color and xterm+256setaf to use correct number of
221           color pairs, for ncurses 6.1 -TD
222         + add rs1 capability to xterm-256color -TD
223         + modify xterm-r5, xterm-r6 and xterm-xf86-v32 to use xterm+kbs to
224           match xterm #272, reflecting packager's changes -TD
225         + remove "boolean" Se, Ss from st-0.7 -TD
226         + add konsole-direct and st-direct -TD
227         + remove unsupported "Tc" capability from st-0.7; use st-direct if
228           direct-colors are wanted -TD
229         + add vte-direct -TD
230         + add XT, hpa, indn, and vpa to screen, and invis, E3 to tmux (patch by
231           Pierre Carru)
232         + use xterm+sm+1006 in xterm-new, vte-2014 -TD
233         + use xterm+x11mouse in iterm, iterm2, mlterm3 because xterm's 1006
234           mode does not work with those programs.  konsole is debatable -TD
235         + add "termite" entry (report by Markus Pfeiffer) -TD
236         > merge branch begun April 2, 2017 which provides these features:
237         + support read/write new binary-format for terminfo which stores
238           numeric capabilities as a signed 32-bit integer.  The test programs
239           such as picsmap, ncurses were created or updated during 2017 to use
240           this feature.
241         + the new format is written by the wide-character configuration of
242           tic when it finds a numeric capability larger than 32767.
243         + other applications such as infocmp built with the wide-character
244           ncurses library work as expected.
245         + applications built with the "narrow" (8-bit) configuration will
246           read the new format, but will limit those extended values to 32767.
247         + in either wide/narrow configuration, the structure defined in
248           term.h still uses signed 16-bit values.
249         + because it is incompatible with the legacy (mid-1980s) binary format,
250           a new magic value is provided for the "file" program.
251         + the term.5 manual page is updated to describe this new format.
252         + the limit on file-size for compiled terminfo is increased in the
253           wide-character configuration to 32768.
254
255 20180120
256         + build-fix in picsmap.c for stdint.h existence.
257         + add --disable-stripping option to configure scripts.
258         + modify ncurses-examples to install test-scripts in the data directory.
259         + work around tool-breakage in Debian 9 and later by invoking
260           gprconfig to specify the C compiler to be used by gnatmake,
261           and conditionally suppressing Library_Options line for static
262           libraries.
263         + bump the compat level for test-packages to 7, i.e., Debian 5.
264
265 20180106
266         + fixes for writing extended color pairs in putwin.
267         + modify test/savescreen.c to add test patterns that exercise 88-,
268           256-, etc., colors.
269         + modify configure option --with-build-cc, adding clang, c89 and c99
270           as possible default values.
271         + modify ncurses-examples configure script to use pkg-config for the
272           extra form/menu/panel libraries, to be more consistent with the
273           handling of the curses/ncurses library.
274         + modify test-packages for mingw to supply "pc" files.
275         + modify gen-pkgconfig.in to list -lpthread as a private library when
276           configured to access it via weak symbols.
277         + simplify gen-pkgconfig.in, adding -ltinfo without the special linker
278           checks because some versions of the linker simply hard-code the
279           behavior.
280         + update URLs for ncurses website to use https.
281         + modify CF_CURSES_LIBS to fill in $cf_nculib_root in case the
282           ncurses-examples are built with a system ncurses that lacks the
283           standard "curses" symbolic link, as done by SuSE.  The symbol is
284           needed to make a followup check for the pthread library work, and
285           would be set properly using the options "--with-screen", etc.
286         + generate misc/*.pc with "all" rule, as done for "sources" rule
287           (report by Jeffrey Walton).
288
289 20171230
290         + build-fix for ncurses-examples with Fedora27, adding check for
291           reset_color_pairs() -- not yet in Fedora's package.
292         + consistently add $CFLAGS to $MK_SHARED_LIB symbol in configure
293           script when the latter happens to use the C compiler rather than
294           directly using the loader (report by Jeffrey Walton).
295         + set ABI for upcoming 6.1 release in "*.map" files.  While there are
296           some remaining internals to apply, no ABI-related changes are
297           anticipated.
298         + add configure --with-config-suffix option to work around filename
299           conflict with Redhat packages versus test-packages.
300
301 20171223
302         + modify ncurses-examples to quiet const-warnings when building with
303           PDCurses.
304         + modify toe to not exit if unable to read a terminal description,
305           e.g., if there is a permission problem.
306         + minor fix for progs/toe.c, using _nc_free_termtype2.
307         + assign 0 to pointer in _nc_tgetent_leak() after freeing it. Also
308           avoid reusing pointer from previous successful call to tgetent
309           if the latest call is unsuccessful (patch by Michael Schroeder,
310           OpenSuSE #1070450).
311         + minor fix for test/tracemunch, initialize $awaiting variable.
312
313 20171216
314         + repair template in test/package/ncurses-examples.spec (cf: 20171111).
315         + improve tic's warning about the number of parameters tparm might use
316           for u1-u9 by making a special case for u6.
317         + improve curs_attr.3x discussion of color pairs.
318
319 20171209
320         + modify misc/ncurses-config.in to make output with --includedir
321           consistent with --cflags, i.e., when --disable-overwrite option was
322           configured the output should show the subdirectory where headers
323           are.
324         + modify MKlib_gen.sh to suppress macros when calling an "implemented"
325           function in link_test.c
326         + updated ftp-url used in test-packages, etc.
327         + modify order of -pie/-shared options in configure script in case
328           LDFLAGS uses "-pie", working around a defect or limitation in the GNU
329           linker (prompted by patch by Yogesh Prasad, forwarded by Jay Shah).
330         + add entry in man_db.renames for user_caps.5
331
332 20171125
333         + modify MKlib_gen.sh to avoid tracing result from getstr/getnstr
334           before initialized.
335         + add "-a" aspect-ratio option to picsmap.
336         + add configure check for default path of rgb.txt, used in picsmap.
337         + modify _nc_write_entry() to truncate too-long filename (report by
338           Hosein Askari, Debian #882620).
339         + build-fix for ncurses-examples with NetBSD curses:
340           + it lacks the use_env() function.
341           + it lacks libpanel; a recent change used the wrong ifdef symbol.
342         + add a macro for is_linetouched() and adjust the function's return
343           value to make it possible for most applications to check for an
344           error-return (report by Midolikawa H).
345         + additional manpage cleanup.
346         + update config.guess, config.sub from
347                 http://git.savannah.gnu.org/cgit/config.git
348
349 20171118
350         + add a note to curs_addch.3x on portability.
351         + add a note to curs_pad.3x on the origin and portability of pads.
352         + improve manpage description of getattrs (report by Midolikawa H).
353         + improve manpage macros (prompted by discussion in Debian #880551.
354         + reviewed test-programs using KEY_RESIZE, made fixes to test/worm.c
355         + add a "-d" option to picsmap for default-colors.
356         + modify old terminology entry and a few other terminal emulators to
357           account for xon -TD
358         + correct sgr string for tmux, which used screen's "standout" code
359           rather than the standard code (patch by Roman Kagan)
360         + correct sgr/sgr0 strings in a few other cases reported by tic, making
361           those correspond to the non-sgr settings where they differ, but
362           otherwise use ECMA-48 consistently:
363           jaixterm, aixterm, att5420_2, att4424, att500, decansi, d410-7b,
364           dm80, hpterm, emu-220, hp2, iTerm2.app, mterm-ansi, ncrvt100an,
365           st-0.7, vi603, vwmterm -TD
366         + build-fix for diagnostics warning in lib_mouse.c for pre-5.0 versions
367           of gcc which did not recognize the diagnostic "push" pragma (patch by
368           Vassili Courzakis).
369
370 20171111
371         + add "op" to xterm+256setaf -TD
372         + reviewed terminology 1.0.0 -TD
373         + reviewed st 0.7 -TD
374         + suppress debug-package for ncurses-examples rpm build.
375
376 20171104
377         + check for interrupt in color-pair initialization of dots_curses.c,
378           dots_xcurses.c
379         + add z/Z zoom feature to test/ncurses.c C/c screens.
380         + add '<' and '>' commands to test/ncurses.c S/s screens, to better
381           test off-by-ones in the overlap/copywin functions.
382
383 20171028
384         + improve man/curs_inwstr.3x, correct end-logic for lib_inwstr.c
385           (report by Midolikawa H).
386         + fix typo in a few places for "improvements" (patch by Sven Joachim).
387         + clear the other half of a double-width character on which a line
388           drawing character is drawn.
389         + make test/ncurses.c "s" test easier to understand which subtests are
390           available; add a "S" wide-character overlap test-screen.
391         + modify test/ncurses.c C/c tests to allow for extended color pairs.
392         + add endwin() call in error-returns from test/ncurses.c omitted in
393           recent redesign of its menu (cf: 20170923).
394         + improve install of hashed-db by removing the ".db" file as done for
395           directory-tree terminal databases.
396         + repair a few overlooked items in include/ncurses_defs from recent
397           port/refactoring of test-programs (cf: 20170909).
398         + add test/padview.c, to compare pads with direct updates in view.c
399
400 20171021
401         + modify test/view.c to expand tabs using the ncurses library rather
402           than in the test-program.
403         + remove very old SIGWINCH example in test/view.c, just use KEY_RESIZE.
404         + add -T, -e, -f -m options to "dots" test-programs.
405         + fix a few typos in usage-messages for test-programs.
406
407 20171014
408         + minor cleanup to test/view.c:
409           + eliminate "-n" option by simply reading the whole file.
410           + implement page up/down commands.
411         + add check in tput for init/reset operands to ensure those use a
412           terminal.
413         + improve manual pages which discuss chtype, cchar_t types and the
414           attribute values which can be stored in those types.
415         + correct array-index when parsing "-T" command-line option in tabs
416           program.
417         + modify demo_new_pair.c to pass extended pairs to setcchar().
418         + add test/dots_xcurses.c to illustrate a different approach used for
419           extended colors which can be contrasted with dots_curses.c.
420         + add a check in tic to note when a description uses non-mandatory
421           delays without xon_xoff.  This is not an error, but some descriptions
422           for a terminal emulator may use the combination incorrectly.
423
424 20171007
425         + modify "-T" option of clear and tput to call use_tioctl() to obtain
426           the operating system's notion of the screensize if possible.
427         + review/repair some exit-codes for tput, making usage-message exit
428           with 2 rather than 1, and a failure to open terminal 4+errno.
429         + amend check in tput, tabs and clear to allow those to use the
430           database-only features in cron if a -T option gives a suitable
431           terminal name (report by Lauri Tirkkonen).
432         + correct an ifdef in test/ncurses.c for systems with soft-keys but
433           not slk_color().
434         + regenerate man-html documentation.
435
436 20170930
437         + fix a symbol conflict that made ncurses.c C/c menu not work with
438           Solaris xpg4 curses.
439         + add refresh() call to dots_mvcur.c, needed to use mvcur() with
440           Solaris xpg4 curses after calling newterm().
441         + minor fixes for configure script from work on ncurses-examples and
442           tin.
443         + improve animation in test/xmas.c by adding a time-delay in blinkit().
444         + modify several test programs to reflect that ncurses honors existing
445           signal handlers in initscr(), while other implementations do not.
446         + modify bs.c to make it easier to quit.
447         + change ncurses-examples to use attr_t vs chtype to follow X/Open
448           documentation more closely since Solaris xpg4-curses uses different
449           values for WA_xxx vs A_xxx that rely on attr_t being an unsigned
450           short.  Tru64 aka OSF1, HPUX, AIX did as ncurses does, equating the
451           two sets.
452
453 20170923
454         + modify menu for test/ncurses.c to fit on 24-line screen.
455         + build-fix for configure --with-caps=uwin
456         + add options to test_arrays.c, for selecting termcap vs terminfo, etc.
457
458 20170916
459         + minor fix to test/filter.c to avoid clearing the command in one case.
460         + modify filter() to discard clr_eos if back_color_erase is set.
461
462 20170909
463         + improve wide-character implementation of myADDNSTR() in frm_driver.c,
464           which was inconsistent with the normal implementation.
465         + save/restore cursor position in Undo_Justification(), matching
466           behavior of Buffer_To_Window() (report by Leon Winter).
467         + modify test/knight to provide the "slow" solution for small screens
468           using "R", noting that Warnsdorf's method is easily done with "a".
469         + modify several test-programs which call use_default_colors() to
470           consistently do this only if "-d" option is given.
471         + additional changes to test with non-standard variants of curses:
472           + modify a loop limit in firework.c to work around absense of limit
473             checks in some libraries.
474           + fill the last row of a window with "?" in firstlast if waddch does
475             not return ERR on the lower-right corner.
476         + add checks in test/configure for some functions not in 4.3BSD curses.
477         + fix a regression in test/configure (cf: 20170826).
478
479 20170902
480         + amend change for endwin-state for better consistency with the older
481           logic (report/patch by Jeb Rosen, cf: 20170722).
482         + modify check in fmt_entry() to handle a cancelled reset string
483           (Debian #873746).  Make similar fixes in other parts of dump_entry.c
484           and tput.c
485
486 20170827
487         + fix a bug in repeat_char logic (cf: 20170729, report by Chris Clayton).
488
489 20170826
490         + fixes for "iterm2" (report by Leonardo Brondani Schenkel) -TD
491         + corrected a warning from tic about keys which are the same, to skip
492           over missing/cancelled values.
493         + add check in tic for unnecessary use of "2" to denote a shifted
494           special key.
495         + improve checks in trim_sgr0, comp_parse.c and parse_entry.c, for
496           cancelled string capabilities.
497         + add check in _nc_parse_entry() for invalid entry name, setting the
498           name to "invalid" to avoid problems storing entries.
499         + add/improve checks in tic's parser to address invalid input
500           + add a check in comp_scan.c to handle the special case where a
501             nontext file ending with a NUL rather than newline is given to tic
502             as input (Redhat #1484274).
503           + allow for cancelled capabilities in _nc_save_str (Redhat #1484276).
504           + add validity checks for "use=" target in _nc_parse_entry (Redhat
505             #1484284).
506           + check for invalid strings in postprocess_termcap (Redhat #1484285)
507           + reset secondary pointers on EOF in next_char() (Redhat #1484287).
508           + guard _nc_safe_strcpy() and _nc_safe_strcat() against calls using
509             cancelled strings (Redhat #1484291).
510         + correct typo in curs_memleaks.3x (Sven Joachim).
511         + improve test/configure checks for some curses variants not based on
512           X/Open Curses.
513         + add options for test/configure to disable checks for form, menu and
514           panel libraries.
515
516 20170819
517         + update "iterm" entry -TD
518         + add "iterm2" entry (report by Leonardo Brondani Schenkel) -TD
519         + regenerate llib-* files.
520         + regenerate HTML manpages.
521         + improve picsmap test-program:
522           + reduce memory used for tsearch
523           + add report in log file showing cumulative color coverage.
524         + add -x option to clear/tput to make the E3 extension optional
525           (cf: 20130622).
526         + add options -T and -V to clear command for compatibility with tput.
527         + add usage message to clear command (Debian #371855).
528         + improve usage messages for tset and tput.
529         + minor fixes to "RGB" extension and reset_color_pairs().
530
531 20170812
532         + improve description of -R option in infocmp manual page (report by
533           Stephane Chazelas).
534         + add reset_color_pairs() function.
535         + add user_caps.5 manual page to document the terminfo extensions used
536           by ncurses.
537         + improve build scripts, using SIGQUIT vs SIGTRAP; add other configure
538           script fixes from work on xterm, lynx and tack.
539         + modify install-rule for ncurses-examples to put the data files in
540           /usr/share/ncurses-examples
541         + improve tracemunch, by changing address-parameters of add_wch(),
542           color_content() and pair_content() to dummy parameters.
543         + minor optimization to _nc_change_pair, to return quickly when the
544           current screen is marked for clearing.
545         + in-progress changes to improve performance of test/picsmap.c for
546           loading image files.
547         + modify allocation for SCREEN's color-pair table to start small, grow
548           on demand up to the existing limit.
549         + add "RGB" extension capability for direct-color support, use this to
550           improve color_content().
551         + improve picsmap test-program:
552           + if no palette file is needed, attempt to load one based on $TERM,
553             checking first in the current directory, then by adding ".dat"
554             suffix, and finally in the data-directory, e.g.,
555             /usr/share/ncurses-examples
556           + add "-l" option for logging
557           + add "-d" option for debugging
558           + add "-s" option for stepping automatically through list of images,
559             with time delay.
560           + use tsearch to improve time for loading color table for images.
561         + update config.guess, config.sub from
562                 http://git.savannah.gnu.org/cgit/config.git
563
564 20170729
565         + update interix entry using tack and SFU on Windows 7 Ultimate -TD
566         + use ^? for kdch1 in interix (reported by Jonathan de Boyne Pollard)
567         + add "rep" to xterm-new, available since 1997/01/26 -TD
568         + move SGR 24 and 27 from vte-2014 to vte-2012 (request by Alain
569           Williams) -TD
570         + add a check in newline_forces_scroll() in case a program moves the
571           cursor outside scrolling margins (report by Robert King).
572         + improve _nc_tparm_analyze, using that to extend the checks made by
573           tic for reporting inconsistencies between the expected number of
574           parameters for a capability and the actual.
575         + amend handling of repeat_char capability in EmitRange (adapted from
576           report/patch by Dick Wesseling):
577           + translate the character to the alternate character set when the
578             alternate character set is enabled.
579           + do not use repeat_char for characters past 255.
580         + document "_nc_free_tinfo" in manual page, because it could be used in
581           tack for memory-leak checking.
582         + add "--without-tack" configure option to refine "--with-progs"
583           configure option.  Normally tack is no longer built in-tree, but
584           a few packagers combine it during the build.  If term_entry.h is
585           installed, there is no advantage to in-tree builds.
586         + adjust configure-script to define HAVE_CURSES_DATA_BOOLNAMES symbol
587           needed for tack 1.08 when built in-tree.  Rather than relying upon
588           internal "_nc_" functions, tack now uses the boolean, number and
589           string capability name-arrays provided by ncurses and SVr4 Unix
590           curses.  It still uses term_entry.h for the definitions of the
591           extended capability arrays.
592         + add an overlooked null-pointer check in mvcur changes from 20170722
593
594 20170722
595         + improve test-packages for ncurses-examples and AdaCurses for lintian
596         + modify logic for endwin-state to be able to detect the case where
597           the screen was never initialized, using that to trigger a flush of
598           ncurses' buffer for mvcur, e.g., in test/dots_mvcur.c for the
599           term-driver configuration.
600         + add dependency upon ncurses_cfg.h to a few other internal header
601           files to allow each to be compiled separately.
602         + add dependency upon ncurses_cfg.h to tic's header-files; any program
603           using tic-library will have to supply this file.  Legacy tack
604           versions supply this file; ongoing tack development has dropped the
605           dependency upon tic-library and new releases will not be affected.
606
607 20170715
608         + modify command-line parameters for "convert" used in picsmap to work
609           with ImageMagick 6.8 and newer.
610         + fix build-problem with tack and ABI-5 (Debian #868328).
611         + repair termcap-format from tic/infocmp broken in 20170701 fixes
612           (Debian #868266).
613         + reformat terminfo.src with 20170513 updates.
614         + improve test-packages to address lintian warnings.
615
616 20170708
617         + add a note to tic manual page about -W versus -f options.
618         + correct a limit-check in fixes from 20170701 (report by Sven Joachim).
619
620 20170701
621         + modify update_getenv() in db_iterator.c to ensure that environment
622           variables which are not initially set will be checked later if an
623           application happens to set them (patch by Guillaume Maudoux).
624         + remove initialization-check for calling napms() in the term-driver
625           configuration; none is needed.
626         + add help-screen to test/test_getstr.c and test/test_get_wstr.c
627         + improve compatibility between different configurations of new_prescr,
628           fixing a case with threaded code and term-driver where c++/demo did
629           not work (cf: 20160213).
630         + the fixes for Redhat #1464685 obscured a problem subsequently
631           reported in Redhat #1464687; the given test-case was no longer
632           reproducible.  Testing without the fixes for the earlier reports
633           showed a problem with buffer overflow in dump_entry.c, which is
634           addressed by reducing the use of a fixed-size buffer.
635         + add/improve checks in tic's parser to address invalid input
636           (Redhat #1464684, #1464685, #1464686, #1464691).
637           + alloc_entry.c, add a check for a null-pointer.
638           + parse_entry.c, add several checks for valid pointers as well as
639             one check to ensure that a single character on a line is not
640             treated as the 2-character termcap short-name.
641         + fix a memory leak in delscreen() (report by Bai Junq).
642         + improve tracemunch, showing thread identifiers as names.
643         + fix a use-after-free in NCursesMenu::~NCursesMenu()
644         + further amend incorrect calls for memory-leaks from 20170617 changes
645           (report by Allen Hewes).
646
647 20170624
648         + modify c++/etip.h.in to accommodate deprecation of throw() and
649           throws() in c++17 (prompted by patch by Romain Geissler).
650         + remove some incorrect calls for memory-leaks from 20170617 changes
651           (report by Allen Hewes).
652         + add test-programs for termattrs and term_attrs.
653         + modify _nc_outc_wrapper to use the standard output if the screen was
654           not initialized, rather than returning an error.
655         + improve checks for low-level terminfo functions when the terminal
656           has not been initialized (Redhat #1345963).
657         + modify make_hash to allow building with address-sanitizer,
658           assuming that --disable-leaks is configured.
659         + amend changes for number_format() in 20170506 to avoid undefined
660           behavior when shifting (patch by Emanuele Giaquinta).
661
662 20170617
663         + fill in some places where TERMTYPE2 vs TERMTYPE was not used
664           (report by Allen Hewes).
665         + use ExitTerminfo() internally in error-exits for ncurses' setupterm
666           to help with leak checking.
667         + use ExitProgram() in error-exit from initscr() to help with leak
668           checking.
669         + review test-programs, adding checks for cases where the terminal
670           cannot be initialized.
671
672 20170610
673         + add option "-xp" to picsmap.c, to use init_extended_pair().
674         + make simple performance fixes for picsmap.c
675         + improve aspect ratio of images read from "convert" in picsmap.c
676
677 20170603
678         + add option to picsmap to use color-palette files, e.g., for mapping
679           to xterm-256color.
680         + move the data in SCREEN used for the alloc_pair() function to the
681           end, to restore compatibility between ncurses/ncursesw libtinfo
682           (report/patch by Miroslav Lichvar).
683         + add build-time utility "report_offsets" to help show when the various
684           configurations of tinfo library are compatible or not.
685
686 20170527
687         + improved test/picsmap.c:
688           + lookup named colors for xpm files in rgb.txt
689           + accept blanks in color-keys for xpm files.
690           + if neither xbm/xpm work, try "convert", which may be available.
691
692 20170520
693         + modify test/picsmap.c to read xpm files.
694         + modify package/debian/* to create documentation packages, so the
695           related files can be checked with lintian.
696         + fix some typos in manpages (report/patch by Sven Joachim).
697
698 20170513
699         + add test/picsmap.c to fill in some testing issues not met by dots.
700           The initial version reads X bitmap (".xbm") files.
701         + repair logic which forces a repaint where a color-pair's content is
702           changed (cf: 20170311).
703         + improve tracemunch, showing screenXX pointers as names.
704
705 20170506
706         + modify tic/infocmp display of numeric values to use hexadecimal when
707           they are "close" to a power of two, making the result more readable.
708         + improve discussion of portability in curs_mouse.3x
709         + change line-length for generated html/manpages to 78 columns from 65.
710         + improve discussion of line-drawing characters in curs_add_wch.3x
711           (prompted by discussion with Lorinczy Zsigmond).
712         + cleanup formatting of hackguide.html and ncurses-intro.html
713         + add examples for WACS_D_PLUS and WACS_T_PLUS to test/ncurses.c
714
715 20170429
716         + corrected a case where $with_gpm was set to "maybe" after CF_WITH_GPM,
717           overlooked in 20160528 fixes (report by Alexandre Bury).
718         + improve a couple of test-program's help-messages.
719         + corrected loop in rain.c from 20170415 changes.
720         + modify winnstr and winchnstr to return error if the output pointer is
721           null, as well as adding a null pointer check of the window pointer
722           for better compatibility with other implementations.
723         + improve discussion of NetBSD curses in scr_dump.5
724         + modify LIMIT_TYPED macro in new_pair.h to avoid changing sign of the
725           value to be limited (reports by Darby Payne, Rob Boudreau).
726         + update config.guess, config.sub from
727                 http://git.savannah.gnu.org/cgit/config.git
728
729 20170422
730         + build-fix for termcap-configuration (report by Chi-Hsuan Yen).
731         + improve terminfo manual page discussion of control- and graphics-
732           characters.
733         + remove tic warning about "^?" in string capabilities, which was
734           marked as an extension (cf: 20000610, 20110820); however all Unix
735           implementations support this and X/Open Curses does not address it.
736           On the other hand, termcap never did support this feature.
737         + correct missing comma-separator between string capabilities in
738           icl6402 and m2-nam -TD
739         + restore rmir/smir in ansi+idc to better match original ansiterm+idc,
740           add alias ansiterm (report by Robert King).
741         + amend an old check for ambiguous use of "ma" in terminfo versus
742           a termcap use, if the capability is cancelled to treat it as number.
743         + correct a case in _nc_captoinfo() which read "%%" and emitted "%".
744         + modify sscanf calls in _nc_infotocap() for patterns "%{number}%+%c"
745           and "%'char'%+%c" to check that the final character is really 'c',
746           avoiding a case in icl6404 which cannot be converted to termcap.
747         + in _nc_infotocap(), add a check to ensure that terminfo "^?" is not
748           written to termcap, because the BSDs did not implement that.
749         + in _nc_tic_expand() and _nc_infotocap(), improve string-length check
750           when deciding whether to use "^X" or "\xxx" format for control
751           characters, to make the output of tic/infocmp more predictable.
752         + limit termcap "%d" width to 2 digits on input, and use "%2" in
753           preference to "%02" on output.
754         + correct terminfo/termcap conversion of "%02" and "%03" into "%2" and
755           "%3"; the result repeated the last character.
756         + add man/scr_dump.5 to document screen-dump format.
757
758 20170415
759         + modify several test programs to use new popup_msgs, adapted from
760           help-screen used in test/edit_field.c
761         + drop two symbols obsoleted in 2004: _nc_check_termtype, and
762           _nc_resolve_uses
763         + fix some old copyright dates (cf: 20031025).
764         + build-fixes for test/savescreen.c to work with AIX and HPUX.
765         + minor fix to configure script, adding a backslash/continuation.
766         + extend TERMINAL structure for ABI 6 to store numbers internally as
767           integers rather than short, by adding new data for this purpose.
768         + more fixes for minor memory-leaks in test-programs.
769
770 20170408
771         + change logic in wins_nwstr() to avoid addressing data past the output
772           of mbstowcs().
773         + correct a call to setcchar() in Data_Entry_w() from 20131207 changes.
774         + fix minor memory-leaks in test-programs.
775         + further improve ifdef in term_entry.h for internal definitions not
776           used by tack.
777
778 20170401
779         + minor fixes for vt100+4bsd, e.g., delay in sgr for consistency -TD
780         + add smso for env230, to match sgr -TD
781         + remove p7/protect from sgr in fbterm -TD
782         + drop setf/setb from fbterm; setaf/setab are enough -TD
783         + make xterm-pcolor sgr consistent with other capabilities -TD
784         + add rmxx/smxx ECMA-48 strikeout extension to tmux and xterm-basic
785           (discussion with Nicholas Marriott)
786         + add test-programs sp_tinfo and extended_color
787         + modify no-leaks code for lib_cur_term.c to account for the tgetent()
788           cache.
789         + modify setupterm() to save original tty-modes so that erasechar()
790           works as expected.  Also modify _nc_setupscreen() to avoid redundant
791           calls to get original tty-modes.
792         + modify set_curterm() to update ttytype[] data used by longname().
793         + modify wattr_set() and wattr_get() to return ERR if win-parameter is
794           null, as documented.
795         + improve cast used for null-pointer checks in header macros, to
796           reduce compiler warnings.
797         + modify several functions, using the reserved "opts" parameter to pass
798           color- and pair-values larger than 16-bits:
799           + getcchar(), setcchar(), slk_attr_set(), vid_puts(), wattr_get(),
800             wattr_set(), wchgat(), wcolor_set().
801           + Other functions call these with the corresponding altered behavior,
802             including chgat(), mvchgat(), mvwchgat(), slk_color_on(),
803             slk_color_off(), vid_attr().
804         + add new functions for manipulating color- and pair-values larger
805           than 16-bits.  These are extended_color_content(),
806           extended_pair_content(), extended_slk_color(), init_extended_color(),
807           init_extended_pair(), and the corresponding sp-funcs.
808
809 20170325
810         + fix a memory leak in the window-list when creating multiple screens
811           (reports by Andres Martinelli, Debian #783486).
812         + reviewed calls from link_test.c, added a few more null-pointer
813           checks.
814         + add a null-pointer check in ungetmouse, in case mousemask was not
815           called (report by "Kau").
816         + updated curs_sp_funcs.3x for new functions.
817
818 20170318
819         + change TERMINAL structure in term.h to make it opaque.  Some
820           applications misuse its members, e.g., directly modifying it
821           rather than using def_prog_mode().
822         + modify utility headers such as tic.h to make it clearer which are
823           externals that are used by tack.
824         + improve curs_slk.3x in particular its discussion of portability.
825         + fix cut/paste in legacy_encoding.3x
826         + add prototype for find_pair() to new_pair.3x (report by Branden
827           Robinson).
828         + fix a couple of broken links in generated man-html documentation.
829         + regenerate man-html documentation.
830
831 20170311
832         + modify vt100 rs2 string to reset vt52 mode and scrolling regions
833           (report/analysis by Robert King) -TD
834         + add vt100+4bsd building block, use that for older terminals rather
835           than "vt100" which is now mostly used as a building block for
836           terminal emulators -TD
837         + correct a few spelling errors in terminfo.src comments -TD
838         + add fbterm -TD
839         + fix a typo in ncurses.c test_attr legend (patch by Petr Vanek).
840         + changed internal colorpair_t to a struct, eliminating an internal
841           8-bit limit on colors
842         + add ncurses/new_pair.h
843         + add ncurses/base/new_pair.c with alloc_pair(), find_pair() and
844           free_pair() functions
845         + add test/demo_new_pair.c
846
847 20170304
848         + improve terminfo manual description of terminfo syntax.
849         + clarify the use of wint_t vs wchar_t in curs_get_wstr.3x
850         + improve description of endwin() in manual.
851         + modify setcchar() and getcchar() to treat negative color-pair as an
852           error.
853         + fix a typo in include/hashed_db.h (Andre Sa).
854
855 20170225
856         + fixes for CF_CC_ENV_FLAGS (report by Ross Burton).
857
858 20170218
859         + fix several formatting issues with manual pages.
860         + correct read of terminfo entry in which all strings are absent or
861           explicitly cancelled.  Before this fix, the result was that all were
862           treated as only absent.
863         + modify infocmp to suppress mixture of absent/cancelled capabilities
864           that would only show as "NULL, NULL", unless the -q option is used,
865           e.g., to show "-, @" or "@, -".
866
867 20170212
868         + build-fixes for PGI compilers (report by Adam J. Stewart)
869           + accept whitespace in sed expression for generating expanded.c
870           + modify configure check that g++ compiler warnings are not used.
871           + add configure check for -fPIC option needed for shared libraries.
872         + let configure --disable-ext-funcs override the default for the
873           --enable-sp-funcs option.
874         + mark some structs in form/menu/panel libraries as potentially opaque
875           without modifying API/ABI.
876         + add configure option --enable-opaque-curses for ncurses library and
877           similar options for the other libraries.
878
879 20170204
880         + trim newlines, tabs and escaped newlines from terminfo "paths" passed
881           to db-iterator.
882         + ignore zero-length files in db-iterator; these are useful for
883           instance to suppress "$HOME/.terminfo" when not wanted.
884         + amended "b64:" encoder to work with the terminfo reader.
885         + modify terminfo reader to accept "b64:" format using RFC-3548 in
886           as well as RFC-4648 url/filename-safe format.
887         + modify terminfo reader to accept "hex:" format as generated by
888           "infocmp -0qQ1" (cf: 20150905).
889         + adjust authors comment to reflect drop below 1% for SV.
890
891 20170128
892         + minor comment-fixes to help automate links to bug-urls -TD
893         + add dvtm, dvtm-256color -TD
894         + add settings corresponding to xterm-keys option to tmux entry to
895           reflect upcoming change to make that option "on" by default
896           (patch by Nicholas Marriott).
897         + uncancel Ms in tmux entry (Harry Gindi, Nicholas Marriott).
898         + add dumb-emacs-ansi -TD
899
900 20170121
901         + improve discussion of early history of tput program.
902         + incorporate A_COLOR mask into COLOR_PAIR(), in case user application
903           provides an out-of-range pair number (report by Elijah Stone).
904         + clarify description in tput manual page regarding support for
905           termcap names (prompted by FreeBSD #214709).
906         + remove a restriction in tput's support for termcap names which
907           omitted capabilities normally not shown in termcap translations
908           (cf: 990123).
909         + modify configure script for clang as used on FreeBSD, to work around
910           clang's differences in exit codes vs gcc.
911
912 20170114
913         + improve discussion of early history of tset/reset programs.
914         + clarify in manual pages that the optional verbose option level is
915           available only when ncurses is configured for tracing.
916         + amend change from 20161231 to avoid writing traces to the standard
917           error after initializing the trace feature using the environment
918           variable.
919
920 20170107
921         + amend changes for tput to reset tty modes to "sane" if the program
922           is run as "reset", like tset.  Likewise, ensure that tset sends
923           either reset- or init-strings.
924         + improve manual page descriptions of tput init/reset and tset/reset,
925           to make it easier to see how they are similar and different.
926         + move a static result from key_name() to _nc_globals
927         + modify _nc_get_screensize to allow for use_env() and use_tioctl()
928           state to be per-screen when sp-funcs are configured, better matching
929           the behavior when using the term-driver configuration.
930         + improve cross-references in manual pages for often used functions
931         + move SCREEN field for use_tioctl() data before the ncursesw fields,
932           and limit that to the sp-funcs configuration to improve termlib
933           compatibility (cf:  20120714).
934         + correct order of initialization for traces in use_env() and
935           use_tioctl() versus first trace calls.
936
937 20161231
938         + fix errata for ncurses-howto (report by Damien Ruscoe).
939         + fix a few places in configure/build scripts where DESTDIR and rpath
940           were combined (report by Thomas Klausner).
941         + merge current st description (report by Harry Gindi) -TD
942         + modify flash capability for linux and wyse entries to put the delay
943           between the reverse/normal escapes rather than after -TD
944         + modify program tabs to pass the actual tty file descriptor to
945           setupterm rather than the standard output, making padding work
946           consistently.
947         + explain in clear's manual page that it writes to stdout.
948         + add special case for verbose debugging traces of command-line
949           utilities which write to stderr (cf: 20161126).
950         + remove a trace with literal escapes from skip_DECSCNM(), added in
951           20161203.
952         + update config.guess, config.sub from
953                 http://git.savannah.gnu.org/cgit/config.git
954
955 20161224
956         + correct parameters for copywin call in _nc_Synchronize_Attributes()
957           (patch by Leon Winter).
958         + improve color-handling section in terminfo manual page (prompted by
959           patch by Mihail Konev).
960         + modify programs clear, tput and tset to pass the actual tty file
961           descriptor to setupterm rather than the standard output, making
962           padding work.
963
964 20161217
965         + add tput-colorcube demo script.
966         + add -r and -s options to tput-initc demo, to match usage in xterm.
967         + flush the standard output in _nc_flush for the case where SP is zero,
968           e.g., when called via putp.  This fixes a scenario where "tput flash"
969           did not work after changes in 20130112.
970
971 20161210
972         + add configure script option --disable-wattr-macros for use in cases
973           where one wants to use the same headers for ncurses5/ncurses6
974           development, by suppressing the wattr* macros which differ due to
975           the introduction of extended colors (prompted by comments in
976           Debian #230990, Redhat #1270534).
977         + add test/tput-initc to demonstrate tput used to initialize palette
978           from a data file.
979         + modify test/xterm*.dat to use the newer color4/color12 values.
980
981 20161203
982         + improve discussion of field validation in form_driver.3x manual page.
983         + update curs_trace.3x manual page.
984
985 20161126
986         + modify linux-16color to not mask dim, standout or reverse with the
987           ncv capability -TD
988         + add 0.1sec mandatory delay to flash capabilities using the VT100
989           reverse-video control -TD
990         + omit selection of ISO-8859-1 for G0 in enacs capability from linux2.6
991           entry, to avoid conflict with the user-defined mapping.  The reset
992           feature will use ISO-8859-1 in any case (Mikulas Patocka).
993         + improve check in tic for delays by also warning about beep/flash
994           when a delay is not embedded, or if those use the VT100 reverse
995           video escape without using a delay.
996         + minor fix for syntax-check of delays from 20161119 changes.
997         + modify trace() to avoid overwriting existing file (report by Maor
998           Shwartz).
999
1000 20161119
1001         + add check in tic for some syntax errors of delays, as well as use of
1002           proportional delays for non-line capabilities.
1003         + document history of the clear program and the E3 extension, prompted
1004           by various discussions including
1005           http://unix.stackexchange.com/questions/87469/clearing-the-old-scrollback-buffer
1006
1007 20161112
1008         + improve -W option in tic/infocmp:
1009           + correct order of size-adjustments in wrapped lines
1010           + if -f option splits line, do not further split it with -W
1011           + begin a new line when adding "use=" after a wrapped line
1012
1013 20161105
1014         + fix typo in man/terminfo.tail (Alain Williams).
1015         + correct program-name in adacurses6-config.1 manual page.
1016
1017 20161029
1018         + add new function "unfocus_current_field" (Leon Winter)
1019
1020 20161022
1021         + modify tset -w (and tput reset) to update the program's copy of the
1022           screensize if it was already set in the system, to improve tabstop
1023           setting which relies upon knowing the actual screensize.
1024         + add functionality of tset -w to tput, like the "-c" feature this is
1025           not optional in tput.
1026         + add "clear" as a possible link/alias to tput.
1027         + improve tput's check for being called as "init" or "reset" to allow
1028           for transformed names.
1029         + split-out the "clear" function from progs/clear.c, share with
1030           tput to get the same behavior, e.g., the E3 extension.
1031
1032 20161015
1033         + amend internal use of tputs to consistently use the number of lines
1034           affected, e.g., for insert/delete character operations.  While
1035           merging terminfo source early in 1995, several descriptions used the
1036           "*" proportional delay for these operations, prompting a change in
1037           doupdate.
1038         + regenerate llib-* files.
1039         + regenerate HTML manpages.
1040         + fix several formatting issues with manual pages.
1041
1042 20161008
1043         + adjust size in infocmp/tic to work with strlcpy.
1044         + fix configure script to record when strlcat is found on OpenBSD.
1045         + build-fix for "recent" OpenBSD vs baudrate.
1046
1047 20161001
1048         + add -W option to tic/infocmp to force long strings to wrap.  This is
1049           in addition to the -w option which attempts to fit capabilities into
1050           a given line-length.
1051         + add linux-m1 minitel entries (patch by Alexandre Montaron).
1052         + correct rs2 string for vt100-nam -TD
1053
1054 20160924
1055         + modify _nc_tic_expand to escape comma if it immediately follows a
1056           percent sign, to work with minitel change.
1057         + updated minitel and viewdata descriptions (Alexandre Montaron).
1058
1059 20160917
1060         + build-fix for gnat6, which unhelpfully attempts to compile C files.
1061         + fix typo in 20160910 changes (Debian #837892, patch by Sven Joachim).
1062
1063 20160910
1064         + trim dead code ifdef'd with HIDE_EINTR since 970830 (discussion with
1065           Leon Winter).
1066         + trim some obsolete/incorrect wording about EINTR from wgetch manual
1067           page (patch by Leon Winter).
1068         + really correct 20100515 change (patch by Rich Coe).
1069         + add "--enable-string-hacks" option to test/configure
1070         + completed string-hacks for "sprintf", etc., including test-programs.
1071         + make "--enable-string-hacks" work with Debian by checking for the
1072           "bsd" library and its associated "<bsd/string.h>" header.
1073
1074 20160903
1075         + correct 20100515 change for weak signals versus sigprocmask (report
1076           by Rich Coe).
1077         + modify misc/Makefile.in to work around OpenBSD "make" which unlike
1078           all other versions of "make" does not recognize continuation lines
1079           of comments.
1080         + amend the last change to CF_C_ENV_FLAGS to move only the
1081           preprocessor, optimization and warning flags to CPPFLAGS and CFLAGS,
1082           leaving the residue in CC.  That happens to work for gcc's various
1083           "model" options, but may require tuning for other compilers (report
1084           by Sven Joachim).
1085
1086 20160827
1087         + add "v" menu entry to test/ncurses.c to show baudrate and other
1088           values.
1089         + add "newer" baudrate symbols from Linux and FreeBSD to progs/tset.c,
1090           lib_baudrate.c
1091         + modify CF_XOPEN_SOURCE macro:
1092           + add "uclinux" to case for "linux" (patch by Yann E. Morin)
1093           + modify _GNU_SOURCE for cygwin headers, tested with cygwin 2.3, 2.5
1094             (patch by Corinna Vinschen, from changes to tin).
1095         + improve CF_CC_ENV_FLAGS macro to allow for compiler wrappers such
1096           as "ccache" (report by Enrico Scholz).
1097         + update config.guess, config.sub from
1098                 http://git.savannah.gnu.org/cgit/config.git
1099
1100 20160820
1101         + update tput manual page to reflect changes to manipulate terminal
1102           modes by sharing functions with tset.
1103         + add the terminal-mode parts of "reset" (aka tset) to the "tput reset"
1104           command, making the two almost the same except for window-size.
1105         + adapt logic used in dialog "--keep-tite" option for test/filter.c as
1106           "-a" option.  When set, test/filter attempts to suppress the
1107           alternate screen.
1108         + correct a typo in interix entry -TD
1109
1110 20160813
1111         + add a dependency upon generated-sources in Ada95/src/Makefile.in to
1112           handle a case of "configure && make install".
1113         + trim trailing blanks from include/Caps*, to work around a problem
1114           in sed (Debian #818067).
1115
1116 20160806
1117         + improve CF_GNU_SOURCE configure macro to optionally define
1118           _DEFAULT_SOURCE work around a nuisance in recent glibc releases.
1119         + move the terminfo-specific parts of tput's "reset" function into
1120           the shared reset_cmd.c, making the two forms of reset use the same
1121           strings.
1122         + split-out the terminal initialization functions from tset as
1123           progs/reset_cmd.c, as part of changes to merge the reset-feature
1124           with tput.
1125
1126 20160730
1127         + change tset's initialization to allow it to get settings from the
1128           standard input as well as /dev/tty, to be more effective when
1129           output or error are redirected.
1130         + improve discussion of history and portability for tset/reset/tput
1131           manual pages.
1132
1133 20160723
1134         + improve error message from tset/reset when both stderr/stdout are
1135           redirected to a file or pipe.
1136         + improve organization of curs_attr.3x, curs_color.3x
1137
1138 20160709
1139         + work around Debian's antique/unmaintained version of mawk when
1140           building link_test.
1141         + improve test/list_keys.c, showing ncurses's convention of modifiers
1142           for special keys, based on xterm.
1143
1144 20160702
1145         + improve test/list_keys.c, using $TERM if no parameters are given.
1146
1147 20160625
1148         + build-fixes for ncurses "test_progs" rule.
1149         + amend change to CF_CC_ENV_FLAGS in 20160521 to make multilib build
1150           work (report by Sven Joachim).
1151
1152 20160618
1153         + build-fixes for ncurses-examples with NetBSD curses.
1154         + improve test/list_keys.c, fixing column-widths and sorting the list
1155           to make it more readable.
1156
1157 20160611
1158         + revise fix for Debian #805618 (report by Vlado Potisk, cf: 20151128).
1159         + modify test/ncurses.c a/A screens to make exiting on an escape
1160           character depend on the start of keypad and timeout modes, to allow
1161           better testing of function-keys.
1162         + modify rs1 for xterm-16color, xterm-88color and xterm-256color to
1163           reset palette using "oc" string as in linux -TD
1164         + use ANSI reply for u8 in xterm-new, to reflect vt220-style responses
1165           that could be returned -TD
1166         + added a few capabilities fixed in recent vte -TD
1167
1168 20160604
1169         + correct logic for -f option in test/demo_terminfo.c
1170         + add test/list_keys.c
1171
1172 20160528
1173         + further workaround for PIE/PIC breakage which causes gpm to not link.
1174         + fix most cppcheck warnings, mostly style, in ncurses library.
1175
1176 20160521
1177         + improved manual page description of tset/reset versus window-size.
1178         + fixes to work with a slightly broken compiler configuration which
1179           cannot compile "Hello World!" without adding compiler options
1180           (report by Ola x Nilsson):
1181           + pass appropriate compiler options to the CF_PROG_CC_C_O macro.
1182           + when separating compiler and options in CF_CC_ENV_FLAGS, ensure
1183             that all options are split-off into CFLAGS or CPPFLAGS
1184           + restore some -I options removed in 20140726 because they appeared
1185             to be redundant.  In fact, they are needed for a compiler that
1186             cannot combine -c and -o options.
1187
1188 20160514
1189         + regenerate HTML manpages.
1190         + improve manual pages for wgetch and wget_wch to point out that they
1191           might return values without names in curses.h (Debian #822426).
1192         + make linux3.0 entry the default linux entry (Debian #823658) -TD
1193         + modify linux2.6 entry to improve line-drawing so that the linux3.0
1194           entry can be used in non-UTF-8 mode -TD
1195         + document return value of use_extended_names (report by Mike Gran).
1196
1197 20160507
1198         + amend change to _nc_do_color to restore the early return for the
1199           special case used in _nc_screen_wrap (report by Dick Streefland,
1200           cf: 20151017).
1201         + modify test/ncurses.c:
1202           + check return-value of putwin
1203           + correct ifdef which made the 'g' test's legend not reflect changes
1204             to keypad- and scroll-modes.
1205         + correct return-value of extended putwin (report by Mike Gran).
1206
1207 20160423
1208         + modify test/ncurses.c 'd' edit-color menu to optionally read xterm
1209           color palette directly from terminal, as well as handling KEY_RESIZE
1210           and screen-repainting with control/L and control/R.
1211         + add 'oc' capability to xterm+256color, allowing palette reset for
1212           xterm -TD
1213
1214 20160416
1215         + add workaround in configure script for inept transition to PIE vs
1216           PIC builds documented in
1217                   https://fedoraproject.org/wiki/Changes/Harden_All_Packages
1218         + add "reset" to list of programs whose names might change in manpages
1219           due to program-transformation configure options.
1220         + drop long-obsolete "-n" option from tset.
1221
1222 20160409
1223         + modify test/blue.c to use Unicode values for card-glyphs when
1224           available, as well as improving the check for CP437 and CP850.
1225
1226 20160402
1227         + regenerate HTML manpages.
1228         + improve manual pages for utilities with respect to POSIX versus
1229           X/Open Curses.
1230
1231 20160326
1232         + regenerate HTML manpages.
1233         + improve test/demo_menus.c, allowing mouse-click on the menu-headers
1234           to switch the active menu.  This requires a new extension option
1235           O_MOUSE_MENU to tell the menu driver to put mouse events which do not
1236           apply to the active menu back into the queue so that the application
1237           can handle the event.
1238
1239 20160319
1240         + improve description of tgoto parameters (report by Steffen Nurpmeso).
1241         + amend workaround for Solaris line-drawing to restore a special case
1242           that maps Unicode line-drawing characters into the acsc string for
1243           non-Unicode locales (Debian #816888).
1244
1245 20160312
1246         + modified test/filter.c to illustrate an alternative to getnstr, that
1247           polls for input while updating a clock on the right margin as well
1248           as responding to window size-changes.
1249
1250 20160305
1251         + omit a redefinition of "inline" when traces are enabled, since this
1252           does not work with gcc 5.3.x MinGW cross-compiling (cf: 20150912).
1253
1254 20160220
1255         + modify test/configure script to check for pthread dependency of
1256           ncursest or ncursestw library when building ncurses examples, e.g.,
1257           in case weak symbols are used.
1258         + modify configure macro for shared-library rules to use -Wl,-rpath
1259           rather than -rpath to work around a bug in scons (FreeBSD #178732,
1260           cf: 20061021).
1261         + double-width multibyte characters were not counted properly in
1262           winsnstr and wins_nwstr (report/example by Eric Pruitt).
1263         + update config.guess, config.sub from
1264                 http://git.savannah.gnu.org/cgit/config.git
1265
1266 20160213
1267         + amend fix for _nc_ripoffline from 20091031 to make test/ditto.c work
1268           in threaded configuration.
1269         + move _nc_tracebits, _tracedump and _tracemouse to curses.priv.h,
1270           since they are not part of the suggested ABI6.
1271
1272 20160206
1273         + define WIN32_LEAN_AND_MEAN for MinGW port, making builds faster.
1274         + modify test/ditto.c to allow $XTERM_PROG environment variable to
1275           override "xterm" as the name of the program to run in the threaded
1276           configuration.
1277
1278 20160130
1279         + improve formatting of man/curs_refresh.3x and man/tset.1 manpages
1280         + regenerate HTML manpages using newer man2html to eliminate some
1281           unwanted blank lines.
1282
1283 20160123
1284         + ifdef'd header-file definition of mouse_trafo() with NCURSES_NOMACROS
1285           (report by Corey Minyard).
1286         + fix some strict compiler-warnings in traces.
1287
1288 20160116
1289         + tidy up comments about hardcoded 256color palette (report by
1290           Leonardo Brondani Schenkel) -TD
1291         + add putty-noapp entry, and amend putty entry to use application mode
1292           for better consistency with xterm (report by Leonardo Brondani
1293           Schenkel) -TD
1294         + modify _nc_viscbuf2() and _tracecchar_t2() to trace wide-characters
1295           as a whole rather than their multibyte equivalents.
1296         + minor fix in wadd_wchnstr() to ensure that each cell has nonzero
1297           width.
1298         + move PUTC_INIT calls next to wcrtomb calls, to avoid carry-over of
1299           error status when processing Unicode values which are not mapped.
1300
1301 20160102
1302         + modify ncurses c/C color test-screens to take advantage of wide
1303           screens, reducing the number of lines used for 88- and 256-colors.
1304         + minor refinement to check versus ncv to ignore two parameters of
1305           SGR 38 and 48 when those come from color-capabilities.
1306
1307 20151226
1308         + add check in tic for use of bold, etc., video attributes in the
1309           color capabilities, accounting whether the feature is listed in ncv.
1310         + add check in tic for conflict between ritm, rmso, rmul versus sgr0.
1311
1312 20151219
1313         + add a paragraph to curs_getch.3x discussing key naming (discussion
1314           with James Crippen).
1315         + amend workaround for Solaris vs line-drawing to take the configure
1316           check into account.
1317         + add a configure check for wcwidth() versus the ncurses line-drawing
1318           characters, to use in special-casing systems such as Solaris.
1319
1320 20151212
1321         + improve CF_XOPEN_CURSES macro used in test/configure, to define as
1322           needed NCURSES_WIDECHAR for platforms where _XOPEN_SOURCE_EXTENDED
1323           does not work.  Also modified the test program to ensure that if
1324           building with ncurses, that the cchar_t type is checked, since that
1325           normally is since 20111030 ifdef'd depending on this test.
1326         + improve 20121222 workaround for broken acs, letting Solaris "work"
1327           in spite of its misconfigured wcwidth which marks all of the line
1328           drawing characters as double-width.
1329
1330 20151205
1331         + update form_cursor.3x, form_post.3x, menu_attributes.3x to list
1332           function names in NAME section (patch by Jason McIntyre).
1333         + minor fixes to manpage NAME/SYNOPSIS sections to consistently use
1334           rule that either all functions which are prototyped in SYNOPSIS are
1335           listed in the NAME section, or the manual-page name is the sole item
1336           listed in the NAME section.  The latter is used to reduce clutter,
1337           e.g., for the top-level library manual pages as well as for certain
1338           feature-pages such as SP-funcs and threading (prompted by patches by
1339           Jason McIntyre).
1340
1341 20151128
1342         + add option to preserve leading whitespace in form fields (patch by
1343           Leon Winter).
1344         + add missing assignment in lib_getch.c to make notimeout() work
1345           (Debian #805618).
1346         + add 't' toggle for notimeout() function in test/ncurses.c a/A screens
1347         + add viewdata terminal description (Alexandre Montaron).
1348         + fix a case in tic/infocmp for formatting capabilities where a
1349           backslash at the end of a string was mishandled.
1350         + fix some typos in curs_inopts.3x (Benno Schulenberg).
1351
1352 20151121
1353         + fix some inconsistencies in the pccon* entries -TD
1354         + add bold to pccon+sgr+acs and pccon-base (Tati Chevron).
1355         + add keys f12-f124 to pccon+keys (Tati Chevron).
1356         + add test/test_sgr.c program to exercise all combinations of sgr.
1357
1358 20151107
1359         + modify tset's assignment to TERM in its output to reflect the name by
1360           which the terminal description is found, rather than the primary
1361           name.  That was an unnecessary part from the initial conversion of
1362           tset from termcap to terminfo.  The termcap program in 4.3BSD did
1363           this to avoid using the short 2-character name (report by Rich
1364           Burridge).
1365         + minor fix to configure script to ensure that rules for resulting.map
1366           are only generated when needed (cf: 20151101).
1367         + modify configure script to handle the case where tic-library is
1368           renamed, but the --with-debug option is used by itself without
1369           normal or shared libraries (prompted by comment in Debian #803482).
1370
1371 20151101
1372         + amend change for pkg-config which allows build of pc-files when no
1373           valid pkg-config library directory was configured to suppress the
1374           actual install if it is not overridden to a valid directory at
1375           install time (cf: 20150822).
1376         + modify editing script which generates resulting.map to work with the
1377           clang configuration on recent FreeBSD, which gives an error on an
1378           empty "local" section.
1379         + fix a spurious "(Part)" message in test/ncurses.c b/B tests due
1380           to incorrect attribute-masking.
1381
1382 20151024
1383         + modify MKexpanded.sh to update the expansion of a temporary filename
1384           to "expanded.c", for use in trace statements.
1385         + modify layout of b/B tests in test/ncurses.c to allow for additional
1386           annotation on the right margin; some terminals with partial support
1387           did not display well.
1388         + fix typo in curs_attr.3x (patch by Sven Joachim).
1389         + fix typo in INSTALL (patch by Tomas Cech).
1390         + improve configure check for setting WILDCARD_SYMS variable; on ppc64
1391           the variable is in the Data section rather than Text (patch by Michel
1392           Normand, Novell #946048).
1393         + using configure option "--without-fallbacks" incorrectly caused
1394           FALLBACK_LIST to be set to "no" (patch by Tomas Cech).
1395         + updated minitel entries to fix kel problem with emacs, and add
1396           minitel1b-nb (Alexandre Montaron).
1397         + reviewed/updated nsterm entry Terminal.app in OSX -TD
1398         + replace some dead URLs in comments with equivalents from the
1399           Internet Archive -TD
1400         + update config.guess, config.sub from
1401                 http://git.savannah.gnu.org/cgit/config.git
1402
1403 20151017
1404         + modify ncurses/Makefile.in to sort keys.list in POSIX locale
1405           (Debian #801864, patch by Esa Peuha).
1406         + remove an early-return from _nc_do_color, which can interfere with
1407           data needed by bkgd when ncurses is configured with extended colors
1408           (patch by Denis Tikhomirov).
1409         > fixes for OS/2 (patches by KO Myung-Hun)
1410         + use button instead of kbuf[0] in EMX-specific part of lib_mouse.c
1411         + support building with libtool on OS/2
1412         + use stdc++ on OS/2 kLIBC
1413         + clear cf_XOPEN_SOURCE on OS/2
1414
1415 20151010
1416         + add configure check for openpty to test/configure script, for ditto.
1417         + minor fixes to test/view.c in investigating Debian #790847.
1418         + update autoconf patch to 2.52.20150926, incorporates a fix for Cdk.
1419         + add workaround for breakage of POSIX makefiles by recent binutils
1420           change.
1421         + improve check for working poll() by using posix_openpt() as a
1422           fallback in case there is no valid terminal on the standard input
1423           (prompted by discussion on bug-ncurses mailing list, Debian #676461).
1424
1425 20150926
1426         + change makefile rule for removing resulting.map to distclean rather
1427           than clean.
1428         + add /lib/terminfo to terminfo-dirs in ".deb" test-package.
1429         + add note on portability of resizeterm and wresize to manual pages.
1430
1431 20150919
1432         + clarify in resizeterm.3x how KEY_RESIZE is pushed onto the input
1433           stream.
1434         + clarify in curs_getch.3x that the keypad mode affects ability to
1435           read KEY_MOUSE codes, but does not affect KEY_RESIZE.
1436         + add overlooked build-fix needed with Cygwin for separate Ada95
1437           configure script, cf: 20150606 (report by Nicolas Boulenguez)
1438
1439 20150912
1440         + fixes for configure/build using clang on OSX (prompted by report by
1441           William Gallafent).
1442           + do not redefine "inline" in ncurses_cfg.h; this was originally to
1443             solve a problem with gcc/g++, but is aggravated by clang's misuse
1444             of symbols to pretend it is gcc.
1445           + add braces to configure script to prevent unwanted add of
1446             "-lstdc++" to the CXXLIBS symbol.
1447           + improve/update test-program used for checking existence of stdc++
1448             library.
1449           + if $CXXLIBS is set, the linkage test uses that in addition to $LIBS
1450
1451 20150905
1452         + add note in curs_addch.3x about line-drawing when it depends upon
1453           UTF-8.
1454         + add tic -q option for consistency with infocmp, use it to suppress
1455           all comments from the "tic -I" output.
1456         + modify infocmp -q option to suppress the "Reconstructed from"
1457           header.
1458         + add infocmp/tic -Q option, which allows one to dump the compiled
1459           form of the terminal entry, in hexadecimal or base64.
1460
1461 20150822
1462         + sort options in usage message for infocmp, to make it simpler to
1463           see unused letters.
1464         + update usage message for tic, adding "-0" option.
1465         + documented differences in ESCDELAY versus AIX's implementation.
1466         + fix some compiler warnings from ports.
1467         + modify --with-pkg-config-libdir option to make it possible to install
1468           ".pc" files even if pkg-config is not found (adapted from patch by
1469           Joshua Root).
1470
1471 20150815
1472         + disallow "no" as a possible value for "--with-shlib-version" option,
1473           overlooked in cleanup-changes for 20000708 (report by Tommy Alex).
1474         + update release notes in INSTALL.
1475         + regenerate llib-* files to help with review for release notes.
1476
1477 20150810
1478         + workaround for Debian #65617, which was fixed in mawk's upstream
1479           releases in 2009 (report by Sven Joachim).  See
1480                 https://invisible-island.net/mawk/CHANGES.html#t20090727
1481
1482 20150808 6.0 release for upload to ftp.gnu.org
1483
1484 20150808
1485         + build-fix for Ada95 on older platforms without stdint.h
1486         + build-fix for Solaris, whose /bin/sh and /usr/bin/sed are non-POSIX.
1487         + update release announcement, summarizing more than 800 changes across
1488           more than 200 snapshots.
1489         + minor fixes to manpages, etc., to simplify linking from announcement
1490           page.
1491
1492 20150725
1493         + updated llib-* files.
1494         + build-fixes for ncurses library "test_progs" rule.
1495         + use alternate workaround for gcc 5.x feature (adapted from patch by
1496           Mikhail Peselnik).
1497         + add status line to tmux via xterm+sl (patch by Nicholas Marriott).
1498         + fixes for st 0.5 from testing with tack -TD
1499         + review/improve several manual pages to break up wall-of-text:
1500           curs_add_wch.3x, curs_attr.3x, curs_bkgd.3x, curs_bkgrnd.3x,
1501           curs_getcchar.3x, curs_getch.3x, curs_kernel.3x, curs_mouse.3x,
1502           curs_outopts.3x, curs_overlay.3x, curs_pad.3x, curs_termattrs.3x
1503           curs_trace.3x, and curs_window.3x
1504
1505 20150719
1506         + correct an old logic error for %A and %O in tparm (report by "zreed").
1507         + improve documentation for signal handlers by adding section in the
1508           curs_initscr.3x page.
1509         + modify logic in make_keys.c to not assume anything about the size
1510           of strnames and strfnames variables, since those may be functions
1511           in the thread- or broken-linker configurations (problem found by
1512           Coverity).
1513         + modify test/configure script to check for pthreads configuration,
1514           e.g., ncursestw library.
1515
1516 20150711
1517         + modify scripts to build/use test-packages for the pthreads
1518           configuration of ncurses6.
1519         + add references to ttytype and termcap symbols in demo_terminfo.c and
1520           demo_termcap.c to ensure that when building ncursest.map, etc., that
1521           the corresponding names such as _nc_ttytype are added to the list of
1522           versioned symbols (report by Werner Fink)
1523         + fix regression from 20150704 (report/patch by Werner Fink).
1524
1525 20150704
1526         + fix a few problems reported by Coverity.
1527         + fix comparison against "/usr/include" in misc/gen-pkgconfig.in
1528           (report by Daiki Ueno, Debian #790548, cf:  20141213).
1529
1530 20150627
1531         + modify configure script to remove deprecated ABI 5 symbols when
1532           building ABI 6.
1533         + add symbols _nc_Default_Field, _nc_Default_Form, _nc_has_mouse to
1534           map-files, but marked as deprecated so that they can easily be
1535           suppressed from ABI 6 builds (Debian #788610).
1536         + comment-out "screen.xterm" entry, and inherit screen.xterm-256color
1537           from xterm-new (report by Richard Birkett) -TD
1538         + modify read_entry.c to set the error-return to -1 if no terminal
1539           databases were found, as documented for setupterm.
1540         + add test_setupterm.c to demonstrate normal/error returns from the
1541           setupterm and restartterm functions.
1542         + amend cleanup change from 20110813 which removed redundant definition
1543           of ret_error, etc., from tinfo_driver.c, to account for the fact that
1544           it should return a bool rather than int (report/analysis by Johannes
1545           Schindelin).
1546
1547 20150613
1548         + fix overflow warning for OSX with lib_baudrate.c (cf: 20010630).
1549         + modify script used to generate map/sym files to mark 5.9.20150530 as
1550           the last "5.9" version, and regenerated the files.  That makes the
1551           files not use ".current" for the post-5.9 symbols.  This also
1552           corrects the label for _nc_sigprocmask used in when weak symbols are
1553           configured for the ncursest/ncursestw libraries (prompted by
1554           discussion with Sven Joachim).
1555         + fix typo in NEWS (report by Sven Joachim).
1556
1557 20150606 pre-release
1558         + make ABI 6 the default by updates to dist.mk and VERSION, with the
1559           intention that the existing ABI 5 should build as before using the
1560           "--with-abi-version=5" option.
1561         + regenerate ada- and man-html documentation.
1562         + minor fixes to color- and util-manpages.
1563         + fix a regression in Ada95/gen/Makefile.in, to handle special case of
1564           Cygwin, which uses the broken-linker feature.
1565         + amend fix for CF_NCURSES_CONFIG used in test/configure to assume that
1566           ncurses package scripts work when present for cross-compiling, as the
1567           lessor of two evils (cf: 20150530).
1568         + add check in configure script to disallow conflicting options
1569           "--with-termlib" and "--enable-term-driver".
1570         + move defaults for "--disable-lp64" and "--with-versioned-syms" into
1571           CF_ABI_DEFAULTS macro.
1572
1573 20150530
1574         + change private type for Event_Mask in Ada95 binding to work when
1575           mmask_t is set to 32-bits.
1576         + remove spurious "%;" from st entry (report by Daniel Pitts) -TD
1577         + add vte-2014, update vte to use that -TD
1578         + modify tic and infocmp to "move" a diagnostic for tparm strings that
1579           have a syntax error to tic's "-c" option (report by Daniel Pitts).
1580         + fix two problems with configure script macros (Debian #786436,
1581           cf: 20150425, cf: 20100529).
1582
1583 20150523
1584         + add 'P' menu item to test/ncurses.c, to show pad in color.
1585         + improve discussion in curs_color.3x about color rendering (prompted
1586           by comment on Stack Overflow forum):
1587         + remove screen-bce.mlterm, since mlterm does not do "bce" -TD
1588         + add several screen.XXX entries to support the respective variations
1589           for 256 colors -TD
1590         + add putty+fnkeys* building-block entries -TD
1591         + add smkx/rmkx to capabilities analyzed with infocmp "-i" option.
1592
1593 20150516
1594         + amend change to ".pc" files to only use the extra loader flags which
1595           may have rpath options (report by Sven Joachim, cf: 20150502).
1596         + change versioning for dpkg's in test-packages for Ada95 and
1597           ncurses-examples for consistency with Debian, to work with package
1598           updates.
1599         + regenerate html manpages.
1600         + clarify handling of carriage return in waddch manual page; it was
1601           discussed only in the portability section (prompted by comment on
1602           Stack Overflow forum):
1603
1604 20150509
1605         + add test-packages for cross-compiling ncurses-examples using the
1606           MinGW test-packages.  These are only the Debian packages; RPM later.
1607         + cleanup format of debian/copyright files
1608         + add pc-files to the MinGW cross-compiling test-packages.
1609         + correct a couple of places in gen-pkgconfig.in to handle renaming of
1610           the tinfo library.
1611
1612 20150502
1613         + modify the configure script to allow different default values
1614           for ABI 5 versus ABI 6.
1615         + add wgetch-events to test-packages.
1616         + add a note on how to build ncurses-examples to test/README.
1617         + fix a memory leak in delscreen (report by Daniel Kahn Gillmor,
1618           Debian #783486) -TD
1619         + remove unnecessary ';' from E3 capabilities -TD
1620         + add tmux entry, derived from screen (patch by Nicholas Marriott).
1621         + split-out recent change to nsterm-bce as nsterm-build326, and add
1622           nsterm-build342 to reflect changes with successive releases of OSX
1623           (discussion with Leonardo B Schenkel)
1624         + add xon, ich1, il1 to ibm3161 (patch by Stephen Powell, Debian
1625           #783806)
1626         + add sample "magic" file, to document ext-putwin.
1627         + modify gen-pkgconfig.in to add explicit -ltinfo, etc., to the
1628           generated ".pc" file when ld option "--as-needed" is used, or when
1629           ncurses and tinfo are installed without using rpath (prompted by
1630           discussion with Sylvain Bertrand).
1631         + modify test-package for ncurses6 to omit rpath feature when installed
1632           in /usr.
1633         + add OSX's "*.dSYM" to clean-rules in makefiles.
1634         + make extra-suffix work for OSX configuration, e.g., for shared
1635           libraries.
1636         + modify Ada95/configure script to work with pkg-config
1637         + move test-package for ncurses6 to /usr, since filename-conflicts have
1638           been eliminated.
1639         + corrected build rules for Ada95/gen/generate; it does not depend on
1640           the ncurses library aside from headers.
1641         + reviewed man pages, fixed a few other spelling errors.
1642         + fix a typo in curs_util.3x (Sven Joachim).
1643         + use extra-suffix in some overlooked shared library dependencies
1644           found by 20150425 changes for test-packages.
1645         + update config.guess, config.sub from
1646                 http://git.savannah.gnu.org/cgit/config.git
1647
1648 20150425
1649         + expanded description of tgetstr's area pointer in manual page
1650           (report by Todd M Lewis).
1651         + in-progress changes to modify test-packages to use ncursesw6 rather
1652           than ncursesw, with updated configure scripts.
1653         + modify CF_NCURSES_CONFIG in Ada95- and test-configure scripts to
1654           check for ".pc" files via pkg-config, but add a linkage check since
1655           frequently pkg-config configurations are broken.
1656         + modify misc/gen-pkgconfig.in to include EXTRA_LDFLAGS, e.g., for the
1657           rpath option.
1658         + add 'dim' capability to screen entry (report by Leonardo B Schenkel)
1659         + add several key definitions to nsterm-bce to match preconfigured
1660           keys, e.g., with OSX 10.9 and 10.10 (report by Leonardo B Schenkel)
1661         + fix repeated "extra-suffix" in ncurses-config.in (cf: 20150418).
1662         + improve term_variables manual page, adding section on the terminfo
1663           long-name symbols which are defined in the term.h header.
1664         + fix bug in lib_tracebits.c introduced in const-fixes (cf: 20150404).
1665
1666 20150418
1667         + avoid a blank line in output from tabs program by ending it with
1668           a carriage return as done in FreeBSD (patch by James Clarke).
1669         + build-fix for the "--enable-ext-putwin" feature when not using
1670           wide characters (report by Werner Fink).
1671         + modify autoconf macros to use scripting improvement from xterm.
1672         + add -brtl option to compiler options on AIX 5-7, needed to link
1673           with the shared libraries.
1674         + add --with-extra-suffix option to help with installing nonconflicting
1675           ncurses6 packages, e.g., avoiding header- and library-conflicts.
1676           NOTE: as a side-effect, this renames
1677                   adacurses-config to adacurses5-config and
1678                   adacursesw-config to adacursesw5-config
1679         + modify debian/rules test package to suffix programs with "6".
1680         + clarify in curs_inopts.3x that window-specific settings do not
1681           inherit into new windows.
1682
1683 20150404
1684         + improve description of start_color() in the manual.
1685         + modify several files in ncurses- and progs-directories to allow
1686           const data used in internal tables to be put by the linker into the
1687           readonly text segment.
1688
1689 20150329
1690         + correct cut/paste error for "--enable-ext-putwin" that made it the
1691           same as "--enable-ext-colors" (report by Roumen Petrov)
1692
1693 20150328
1694         + add "-f" option to test/savescreen.c to help with testing/debugging
1695           the extended putwin/getwin.
1696         + add logic for writing/reading combining characters in the extended
1697           putwin/getwin.
1698         + add "--enable-ext-putwin" configure option to turn on the extended
1699           putwin/getwin.
1700
1701 20150321
1702         + in-progress changes to provide an extended version of putwin and
1703           getwin which will be capable of reading screen-dumps between the
1704           wide/normal ncurses configurations.  These are text files, except
1705           for a magic code at the beginning:
1706           0       string          \210\210        Screen-dump (ncurses)
1707
1708 20150307
1709         + document limitations of getwin in manual page (prompted by discussion
1710           with John S Urban).
1711         + extend test/savescreen.c to demonstrate that color pair values
1712           and graphic characters can be restored using getwin.
1713
1714 20150228
1715         + modify win_driver.c to eliminate the constructor, to make it more
1716           usable in an application which may/may not need the console window
1717           (report by Grady Martin).
1718
1719 20150221
1720         + capture define's related to -D_XOPEN_SOURCE from the configure check
1721           and add those to the *-config and *.pc files, to simplify use for
1722           the wide-character libraries.
1723         + modify ncurses.spec to accommodate Fedora21's location of pkg-config
1724           directory.
1725         + correct sense of "--disable-lib-suffixes" configure option (report
1726           by Nicolas Boos, cf: 20140426).
1727
1728 20150214
1729         + regenerate html manpages using improved man2html from work on xterm.
1730         + regenerated ".map" and ".sym" files using improved script, accounting
1731           for the "--enable-weak-symbols" configure option (report by Werner
1732           Fink).
1733
1734 20150131
1735         + regenerated ".map" and ".sym" files using improved script, showing
1736           the combinations of configure options used at each stage.
1737
1738 20150124
1739         + add configure check to determine if "local: _*;" can be used in the
1740           ".map" files to selectively omit symbols beginning with "_".  On at
1741           least recent FreeBSD, the wildcard applies to all "_" symbols.
1742         + remove obsolete/conflicting rule for ncurses.map from
1743           ncurses/Makefile.in (cf:  20130706).
1744
1745 20150117
1746         + improve description in INSTALL of the --with-versioned-syms option.
1747         + add combination of --with-hashed-db and --with-ticlib to
1748           configurations for ".map" files (report by Werner Fink).
1749
1750 20150110
1751         + add a step to generating ".map" files, to declare any remaining
1752           symbols beginning with "_" as local, at the last version node.
1753         + improve configure checks for pkg-config, addressing a variant found
1754           with FreeBSD ports.
1755         + modify win_driver.c to provide characters for special keys, like
1756           ansi.sys, when keypad mode is off, rather than returning nothing at
1757           all (discussion with Eli Zaretskii).
1758         + add "broken_linker" and "hashed-db" configure options to combinations
1759           use for generating the ".map" and ".sym" files.
1760         + avoid using "ld" directly when creating shared library, to simplify
1761           cross-compiles.  Also drop "-Bsharable" option from shared-library
1762           rules for FreeBSD and DragonFly (FreeBSD #196592).
1763         + fix a memory leak in form library Free_RegularExpression_Type()
1764           (report by Pavel Balaev).
1765
1766 20150103
1767         + modify_nc_flush() to retry if interrupted (patch by Stian Skjelstad).
1768         + change map files to make _nc_freeall a global, since it may be used
1769           via the Ada95 binding when checking for memory leaks.
1770         + improve sed script used in 20141220 to account for wide-, threaded-
1771           variations in ABI 6.
1772
1773 20141227
1774         + regenerate ".map" files, using step overlooked in 20141213 to use
1775           the same patch-dates across each file to match ncurses.map (report by
1776           Sven Joachim).
1777
1778 20141221
1779         + fix an incorrect variable assignment in 20141220 changes (report by
1780           Sven Joachim).
1781
1782 20141220
1783         + updated Ada95/configure with macro changes from 20141213
1784         + tie configure options --with-abi-version and --with-versioned-syms
1785           together, so that ABI 6 libraries have distinct symbol versions from
1786           the ABI 5 libraries.
1787         + replace obsolete/nonworking link to man2html with current one,
1788           regenerate html-manpages.
1789
1790 20141213
1791         + modify misc/gen-pkgconfig.in to add -I option for include-directory
1792           when using both --prefix and --disable-overwrite (report by Misty
1793           De Meo).
1794         + add configure option --with-pc-suffix to allow minor renaming of
1795           ".pc" files and the corresponding library.  Use this in the test
1796           package for ncurses6.
1797         + modify configure script so that if pkg-config is not installed, it
1798           is still possible to install ".pc" files (report by Misty De Meo).
1799         + updated ".sym" files, removing symbols which are marked as "local"
1800           in the corresponding ".map" files.
1801         + updated ".map" files to reflect move of comp_captab and comp_hash
1802           from tic-library to tinfo-library in 20090711 (report by Sven
1803           Joachim).
1804
1805 20141206
1806         + updated ".map" files so that each symbol that may be shared across
1807           the different library configurations has the same label.  Some
1808           review is needed to ensure these are really compatible.
1809         + modify MKlib_gen.sh to work around change in development version of
1810           gcc introduced here:
1811                   https://gcc.gnu.org/ml/gcc-patches/2014-06/msg02185.html
1812                   https://gcc.gnu.org/ml/gcc-patches/2014-07/msg00236.html
1813           (reports by Marcus Shawcroft, Maohui Lei).
1814         + improved configure macro CF_SUBDIR_PATH, from lynx changes.
1815
1816 20141129
1817         + improved ".map" files by generating them with a script that builds
1818           ncurses with several related configurations and merges the results.
1819           A further refinement is planned, to make the tic- and tinfo-library
1820           symbols use the same versions across each of the four configurations
1821           which are represented (reports by Sven Joachim, Werner Fink).
1822
1823 20141115
1824         + improve description of limits for color values and color pairs in
1825           curs_color.3x (prompted by patch by Tim van der Molen).
1826         + add VERSION file, using first field in that to record the ABI version
1827           used for configure --with-libtool --disable-libtool-version
1828         + add configure options for applying the ".map" and ".sym" files to
1829           the ncurses, form, menu and panel libraries.
1830         + add ".map" and ".sym" files to show exported symbols, e.g., for
1831           symbol-versioning.
1832
1833 20141101
1834         + improve strict compiler-warnings by adding a cast in TRACE_RETURN
1835           and making a new TRACE_RETURN1 macro for cases where the cast does
1836           not apply.
1837
1838 20141025
1839         + in-progress changes to integrate the win32 console driver with the
1840           msys2 configuration.
1841
1842 20141018
1843         + reviewed terminology 0.6.1, add function key definitions.  None of
1844           the vt100-compatibility issues were improved -TD
1845         + improve infocmp conversion of extended capabilities to termcap by
1846           correcting the limit check against parametrized[], as well as filling
1847           in a check if the string happens to have parameters, e.g., "xm"
1848           in recent changes.
1849         + add check for zero/negative dimensions for resizeterm and resize_term
1850           (report by Mike Gran).
1851
1852 20141011
1853         + add experimental support for xterm's 1005 mouse mode, to use in a
1854           demonstration of its limitations.
1855         + add experimental support for "%u" format to terminfo.
1856         + modify test/ncurses.c to also show position reports in 'a' test.
1857         + minor formatting fixes to _nc_trace_mmask_t, make this function
1858           exported to help with debugging mouse changes.
1859         + improve behavior of wheel-mice for xterm protocol, noting that there
1860           are only button-presses for buttons "4" and "5", so there is no need
1861           to wait to combine events into double-clicks (report/analysis by
1862           Greg Field).
1863         + provide examples xterm-1005 and xterm-1006 terminfo entries -TD
1864         + implement decoder for xterm SGR 1006 mouse mode.
1865
1866 20140927
1867         + implement curs_set in win_driver.c
1868         + implement flash in win_driver.c
1869         + fix an infinite loop in win_driver.c if the command-window loses
1870           focus.
1871         + improve the non-buffered mode, i.e., NCURSES_CONSOLE2, of
1872           win_driver.c by temporarily changing the buffer-size to match the
1873           window-size to eliminate the scrollback.  Also enforce a minimum
1874           screen-size of 24x80 in the non-buffered mode.
1875         + modify generated misc/Makefile to suppress install.data from the
1876           dependencies if the --disable-db-install option is used, compensating
1877           for the top-level makefile changes used to add ncurses*-config in the
1878           20140920 changes (report by Steven Honeyman).
1879
1880 20140920
1881         + add ncurses*-config to bin-directory of sample package-scripts.
1882         + add check to ensure that getopt is available; this is a problem in
1883           some older cross-compiler environments.
1884         + expanded on the description of --disable-overwrite in INSTALL
1885           (prompted by reports by Joakim Tjernlund, Thomas Klausner).
1886           See Gentoo #522586 and NetBSD #49200 for examples.
1887           which relates to the clarified guidelines.
1888         + remove special logic from CF_INCLUDE_DIRS which adds the directory
1889           for the --includedir from the build (report by Joakim Tjernlund).
1890         + add case for Unixware to CF_XOPEN_SOURCE, from lynx changes.
1891         + update config.sub from
1892                 http://git.savannah.gnu.org/cgit/config.git
1893
1894 20140913
1895         + add a configure check to ignore some of the plethora of non-working
1896           C++ cross-compilers.
1897         + build-fixes for Ada95 with gnat 4.9
1898
1899 20140906
1900         + build-fix and other improvements for port of ncurses-examples to
1901           NetBSD.
1902         + minor compiler-warning fixes.
1903
1904 20140831
1905         + modify test/demo_termcap.c and test/demo_terminfo.c to make their
1906           options more directly comparable, and add "-i" option to specify
1907           a terminal description filename to parse for names to lookup.
1908
1909 20140823
1910         + fix special case where double-width character overwrites a single-
1911           width character in the first column (report by Egmont Koblinger,
1912           cf: 20050813).
1913
1914 20140816
1915         + fix colors in ncurses 'b' test which did not work after changing
1916           it to put the test-strings in subwindows (cf: 20140705).
1917         + merge redundant SEE-ALSO sections in form and menu manpages.
1918
1919 20140809
1920         + modify declarations for user-data pointers in C++ binding to use
1921           reinterpret_cast to facilitate converting typed pointers to void*
1922           in user's application (patch by Adam Jiang).
1923         + regenerated html manpages.
1924         + add note regarding cause and effect for TERM in ncurses manpage,
1925           having noted clueless verbiage in Terminal.app's "help" file
1926           which reverses cause/effect.
1927         + remove special fallback definition for NCURSES_ATTR_T, since macros
1928           have resolved type-mismatches using casts (cf: 970412).
1929         + fixes for win_driver.c:
1930           + handle repainting on endwin/refresh combination.
1931           + implement beep().
1932           + minor cleanup.
1933
1934 20140802
1935         + minor portability fixes for MinGW:
1936           + ensure WINVER is defined in makefiles rather than using headers
1937           + add check for gnatprep "-T" option
1938           + work around bug introduced by gcc 4.8.1 in MinGW which breaks
1939             "trace" feature:
1940             http://stackoverflow.com/questions/20877689/gcc-4-8-1-minggw-d-option-does-not-work-as-usual
1941         + fix most compiler warnings for Cygwin ncurses-examples.
1942         + restore "redundant" -I options in test/Makefile.in, since they are
1943           typically needed when building the derived ncurses-examples package
1944           (cf: 20140726).
1945
1946 20140726
1947         + eliminate some redundant -I options used for building libraries, and
1948           ensure that ${srcdir} is added to the include-options (prompted by
1949           discussion with Paul Gilmartin).
1950         + modify configure script to work with Minix3.2
1951         + add form library extension O_DYNAMIC_JUSTIFY option which can be
1952           used to override the different treatment of justification for static
1953           versus dynamic fields (adapted from patch by Leon Winter).
1954         + add a null pointer check in test/edit_field.c (report/analysis by
1955           Leon Winter, cf: 20130608).
1956
1957 20140719
1958         + make workarounds for compiling test-programs with NetBSD curses.
1959         + improve configure macro CF_ADD_LIBS, to eliminate repeated -l/-L
1960           options, from xterm changes.
1961
1962 20140712
1963         + correct Charable() macro check for A_ALTCHARSET in wide-characters.
1964         + build-fix for position-debug code in tty_update.c, to work with or
1965           without sp-funcs.
1966
1967 20140705
1968         + add w/W toggle to ncurses.c 'B' test, to demonstrate permutation of
1969           video-attributes and colors with double-width character strings.
1970
1971 20140629
1972         + correct check in win_driver.c for saving screen contents, e.g., when
1973           NCURSES_CONSOLE2 is set (cf: 20140503).
1974         + reorganize b/B menu items in ncurses.c, putting the test-strings into
1975           subwindows.  This is needed for a planned change to use Unicode
1976           fullwidth characters in the test-screens.
1977         + correct update to form status for _NEWTOP, broken by fixes for
1978           compiler warnings (patch by Leon Winter, cf: 20120616).
1979
1980 20140621
1981         + change shared-library suffix for AIX 5 and 6 to ".so", avoiding
1982           conflict with the static library (report by Ben Lentz).
1983         + document RPATH_LIST in INSTALLATION file, as part of workarounds for
1984           upgrading an ncurses library using the "--with-shared" option.
1985         + modify test/ncurses.c c/C tests to cycle through subsets of the
1986           total number of colors, to better illustrate 8/16/88/256-colors by
1987           providing directly comparable screens.
1988         + add test/dots_curses.c, for comparison with the low-level examples.
1989
1990 20140614
1991         + fix dereference before null check found by Coverity in tic.c
1992           (cf: 20140524).
1993         + fix sign-extension bug in read_entry.c which prevented "toe" from
1994           reading empty "screen+italics" entry.
1995         + modify sgr for screen.xterm-new to support dim capability -TD
1996         + add dim capability to nsterm+7 -TD
1997         + cancel dim capability for iterm -TD
1998         + add dim, invis capabilities to vte-2012 -TD
1999         + add sitm/ritm to konsole-base and mlterm3 -TD
2000
2001 20140609
2002         > fix regression in screen terminfo entries (reports by Christian
2003           Ebert, Gabriele Balducci) -TD
2004         + revert the change to screen; see notes for why this did not work -TD
2005         + cancel sitm/ritm for entries which extend "screen", to work around
2006           screen's hardcoded behavior for SGR 3 -TD
2007
2008 20140607
2009         + separate masking for sgr in vidputs from sitm/ritm, which do not
2010           overlap with sgr functionality.
2011         + remove unneeded -i option from adacurses-config; put -a in the -I
2012           option for consistency (patch by Pascal Pignard).
2013         + update xterm-new terminfo entry to xterm patch #305 -TD
2014         + change format of test-scripts for Debian Ada95 and ncurses-examples
2015           packages to quilted to work around Debian #700177 (cf: 20130907).
2016         + build fix for form_driver_w.c as part of ncurses-examples package for
2017           older ncurses than 20131207.
2018         + add Hello World example to adacurses-config manpage.
2019         + remove unused --enable-pc-files option from Ada95/configure.
2020         + add --disable-gnat-projects option for testing.
2021         + revert changes to Ada95 project-files configuration (cf: 20140524).
2022         + corrected usage message in adacurses-config.
2023
2024 20140524
2025         + fix typo in ncurses manpage for the NCURSES_NO_MAGIC_COOKIE
2026           environment variable.
2027         + improve discussion of input-echoing in curs_getch.3x
2028         + clarify discussion in curs_addch.3x of wrapping.
2029         + modify parametrized.h to make fln non-padded.
2030         + correct several entries which had termcap-style padding used in
2031           terminfo: adm21, aj510, alto-h19, att605-pc, x820 -TD
2032         + correct syntax for padding in some entries: dg211, h19 -TD
2033         + correct ti924-8 which had confused padding versus octal escapes -TD
2034         + correct padding in sbi entry -TD
2035         + fix an old bug in the termcap emulation; "%i" was ignored in tparm()
2036           because the parameters to be incremented were already on the internal
2037           stack (report by Corinna Vinschen).
2038         + modify tic's "-c" option to take into account the "-C" option to
2039           activate additional checks which compare the results from running
2040           tparm() on the terminfo expressions versus the translated termcap
2041           expressions.
2042         + modify tic to allow it to read from FIFOs (report by Matthieu Fronton,
2043           cf: 20120324).
2044         > patches by Nicolas Boulenguez:
2045         + explicit dereferences to suppress some style warnings.
2046         + when c_varargs_to_ada.c includes its header, use double quotes
2047           instead of <>.
2048         + samples/ncurses2-util.adb:  removed unused with clause.  The warning
2049           was removed by an obsolete pragma.
2050         + replaced Unreferenced pragmas with Warnings (Off).  The latter,
2051           available with older GNATs, needs no configure test.  This also
2052           replaces 3 untested Unreferenced pragmas.
2053         + simplified To_C usage in trace handling.  Using two parameters allows
2054           some basic formatting, and avoids a warning about security with some
2055           compiler flags.
2056         + for generated Ada sources, replace many snippets with one pure
2057           package.
2058         + removed C_Chtype and its conversions.
2059         + removed C_AttrType and its conversions.
2060         + removed conversions between int, Item_Option_Set, Menu_Option_Set.
2061         + removed int, Field_Option_Set, Item_Option_Set conversions.
2062         + removed C_TraceType, Attribute_Option_Set conversions.
2063         + replaced C.int with direct use of Eti_Error, now enumerated.  As it
2064           was used in a case statement, values were tested by the Ada compiler
2065           to be consecutive anyway.
2066         + src/Makefile.in: remove duplicate stanza
2067         + only consider using a project for shared libraries.
2068         + style. Silent gnat-4.9 warning about misplaced "then".
2069         + generate shared library project to honor ADAFLAGS, LDFLAGS.
2070
2071 20140510
2072         + cleanup recently introduced compiler warnings for MingW port.
2073         + workaround for ${MAKEFLAGS} configure check versus GNU make 4.0,
2074           which introduces more than one gratuitous incompatibility.
2075
2076 20140503
2077         + add vt520ansi terminfo entry (patch by Mike Gran)
2078         + further improve MinGW support for the scenario where there is an
2079           ANSI-escapes handler such as ansicon running in the console window
2080           (patch by Juergen Pfeifer).
2081
2082 20140426
2083         + add --disable-lib-suffixes option (adapted from patch by Juergen
2084           Pfeifer).
2085         + merge some changes from Juergen Pfeifer's work with MSYS2, to
2086           simplify later merging:
2087           + use NC_ISATTY() macro for isatty() in library
2088           + add _nc_mingw_isatty() and related functions to windows-driver
2089           + rename terminal driver entrypoints to simplify grep's
2090         + remove a check in the sp-funcs flavor of newterm() which allowed only
2091           the first call to newterm() to succeed (report by Thomas Beierlein,
2092           cf: 20090927).
2093
2094 20140419
2095         + update config.guess, config.sub from
2096                 http://git.savannah.gnu.org/cgit/config.git
2097
2098 20140412
2099         + modify configure script:
2100           + drop the -no-gcc option from Intel compiler, from lynx changes.
2101           + extend the --with-hashed-db configure option to simplify building
2102             with different versions of Berkeley database using FreeBSD ports.
2103         + improve initialization for MinGW port (Juergen Pfeifer):
2104           + enforce Windows-style path-separator if cross-compiling,
2105           + add a driver-name method to each of the drivers,
2106           + allow the Windows driver name to match "unknown", ignoring case,
2107           + lengthen the built-in name for the Windows console driver to
2108             "#win32console", and
2109           + move the comparison of driver-names allowing abbreviation, e.g.,
2110             to "#win32con" into the Windows console driver.
2111
2112 20140329
2113         + add check in tic for mismatch between ccc and initp/initc
2114         + cancel ccc in putty-256color and konsole-256color for consistency
2115           with the cancelled initc capability (patch by Sven Zuhlsdorf).
2116         + add xterm+256setaf building block for various terminals which only
2117           get the 256-color feature half-implemented -TD
2118         + updated "st" entry (leaving the 0.1.1 version as "simpleterm") to
2119           0.4.1 -TD
2120
2121 20140323
2122         + fix typo in "mlterm" entry (report by Gabriele Balducci) -TD
2123
2124 20140322
2125         + use types from <stdint.h> in sample build-scripts for chtype, etc.
2126         + modify configure script and curses.h.in to allow the types specified
2127           using --with-chtype and related options to be defined in <stdint.h>
2128         + add terminology entry -TD
2129         + add mlterm3 entry, use that as "mlterm" -TD
2130         + inherit mlterm-256color from mlterm -TD
2131
2132 20140315
2133         + modify _nc_New_TopRow_and_CurrentItem() to ensure that the menu's
2134           top-row is adjusted as needed to ensure that the current item is
2135           on the screen (patch by Johann Klammer).
2136         + add wgetdelay() to retrieve _delay member of WINDOW if it happens to
2137           be opaque, e.g., in the pthread configuration (prompted by patch by
2138           Soren Brinkmann).
2139
2140 20140308
2141         + modify ifdef in read_entry.c to handle the case where
2142           NCURSES_USE_DATABASE is not defined (patch by Xin Li).
2143         + add cast in form_driver_w() to fix ARM build (patch by Xin Li).
2144         + add logic to win_driver.c to save/restore screen contents when not
2145           allocating a console-buffer (cf: 20140215).
2146
2147 20140301
2148         + clarify error-returns from newwin (report by Ruslan Nabioullin).
2149
2150 20140222
2151         + fix some compiler warnings in win_driver.c
2152         + updated notes for wsvt25 based on tack and vttest -TD
2153         + add teken entry to show actual properties of FreeBSD's "xterm"
2154           console -TD
2155
2156 20140215
2157         + in-progress changes to win_driver.c to implement output without
2158           allocating a console-buffer.  This uses a pre-existing environment
2159           variable NCGDB used by Juergen Pfeifer for debugging (prompted by
2160           discussion with Erwin Waterlander regarding Console2, which hangs
2161           when reading in an allocated console-buffer).
2162         + add -t option to gdc.c, and modify to accept "S" to step through the
2163           scrolling-stages.
2164         + regenerate NCURSES-Programming-HOWTO.html to fix some of the broken
2165           html emitted by docbook.
2166
2167 20140209
2168         + modify CF_XOPEN_SOURCE macro to omit followup check to determine if
2169           _XOPEN_SOURCE can/should be defined.  g++ 4.7.2 built on Solaris 10
2170           has some header breakage due to its own predefinition of this symbol
2171           (report by Jean-Pierre Flori, Sage #15796).
2172
2173 20140201
2174         + add/use symbol NCURSES_PAIRS_T like NCURSES_COLOR_T, to illustrate
2175           which "short" types are for color pairs and which are color values.
2176         + fix build for s390x, by correcting field bit offsets in generated
2177           representation clauses when int=32 long=64 and endian=big, or at
2178           least on s390x (patch by Nicolas Boulenguez).
2179         + minor cleanup change to test/form_driver_w.c (patch by Gaute Hope).
2180
2181 20140125
2182         + remove unnecessary ifdef's in Ada95/gen/gen.c, which reportedly do
2183           not work as is with gcc 4.8 due to fixes using chtype cast made for
2184           new compiler warnings by gcc 4.8 in 20130824 (Debian #735753, patch
2185           by Nicolas Boulenguez).
2186
2187 20140118
2188         + apply includesubdir variable which was introduced in 20130805 to
2189           gen-pkgconfig.in (Debian #735782).
2190
2191 20131221
2192         + further improved man2html, used this to fix broken links in html
2193           manpages.  See
2194           ftp://ftp.invisible-island.net/ncurses/patches/man2html
2195
2196 20131214
2197         + modify configure-script/ifdef's to allow OLD_TTY feature to be
2198           suppressed if the type of ospeed is configured using the option
2199           --with-ospeed to not be a short.  By default, it is a short for
2200           termcap-compatibility (adapted from suggestion by Christian
2201           Weisgerber).
2202         + correct a typo in _nc_baudrate() (patch by Christian Weisgerber,
2203           cf: 20061230).
2204         + fix a few -Wlogical-op warnings.
2205         + updated llib-l* files.
2206
2207 20131207
2208         + add form_driver_w() entrypoint to wide-character forms library, as
2209           well as test program form_driver_w (adapted from patch by Gaute
2210           Hope).
2211
2212 20131123
2213         + minor fix for CF_GCC_WARNINGS to special-case options which are not
2214           recognized by clang.
2215
2216 20131116
2217         + add special case to configure script to move _XOPEN_SOURCE_EXTENDED
2218           definition from CPPFLAGS to CFLAGS if it happens to be needed for
2219           Solaris, because g++ errors with that definition (report by
2220           Jean-Pierre Flori, Sage #15268).
2221         + correct logic in infocmp's -i option which was intended to ignore
2222           strings which correspond to function-keys as candidates for piecing
2223           together initialization- or reset-strings.  The problem dates to
2224           1.9.7a, but was overlooked until changes in -Wlogical-op warnings for
2225           gcc 4.8 (report by David Binderman).
2226         + updated CF_GCC_WARNINGS to documented options for gcc 4.9.0, moving
2227           checks for -Wextra and -Wdeclaration-after-statement into the macro,
2228           and adding checks for -Wignored-qualifiers, -Wlogical-op and
2229           -Wvarargs
2230         + updated CF_CURSES_UNCTRL_H and CF_SHARED_OPTS macros from ongoing
2231           work on cdk.
2232         + update config.sub from
2233                 http://git.savannah.gnu.org/cgit/config.git
2234
2235 20131110
2236         + minor cleanup of terminfo.tail
2237
2238 20131102
2239         + use TS extension to describe xterm's title-escapes -TD
2240         + modify terminator and nsterm-s to use xterm+sl-twm building block -TD
2241         + update hurd.ti, add xenl to reflect 2011-03-06 change in
2242           http://git.savannah.gnu.org/cgit/hurd/hurd.git/log/console/display.c
2243           (Debian #727119).
2244         + simplify pfkey expression in ansi.sys -TD
2245
2246 20131027
2247         + correct/simplify ifdef's for cur_term versus broken-linker and
2248           reentrant options (report by Jean-Pierre Flori, cf: 20090530).
2249         + modify release/version combinations in test build-scripts to make
2250           them more consistent with other packages.
2251
2252 20131019
2253         + add nc_mingw.h to installed headers for MinGW port; needed for
2254           compiling ncurses-examples.
2255         + add rpm-script for testing cross-compile of ncurses-examples.
2256
2257 20131014
2258         + fix new typo in CF_ADA_INCLUDE_DIRS macro (report by Roumen Petrov).
2259
2260 20131012
2261         + fix a few compiler warnings in progs and test.
2262         + minor fix to package/debian-mingw/rules, do not strip dll's.
2263         + minor fixes to configure script for empty $prefix, e.g., when doing
2264           cross-compiles to MinGW.
2265         + add script for building test-packages of binaries cross-compiled to
2266           MinGW using NSIS.
2267
2268 20131005
2269         + minor fixes for ncurses-example package and makefile.
2270         + add scripts for test-builds of cross-compiler packages for ncurses6
2271           to MinGW.
2272
2273 20130928
2274         + some build-fixes for ncurses-examples with NetBSD-6.0 curses, though
2275           it lacks some common functions such as use_env() which is not yet
2276           addressed.
2277         + build-fix and some compiler warning fixes for ncurses-examples with
2278           OpenBSD 5.3
2279         + fix a possible null-pointer reference in a trace message from newterm.
2280         + quiet a few warnings from NetBSD 6.0 namespace pollution by
2281           nonstandard popcount() function in standard strings.h header.
2282         + ignore g++ 4.2.1 warnings for "-Weffc++" in c++/cursesmain.cc
2283         + fix a few overlooked places for --enable-string-hacks option.
2284
2285 20130921
2286         + fix typo in curs_attr.3x (patch by Sven Joachim, cf: 20130831).
2287         + build-fix for --with-shared option for DragonFly and FreeBSD (report
2288           by Rong-En Fan, cf: 20130727).
2289
2290 20130907
2291         + build-fixes for MSYS for two test-programs (patches by Ray Donnelly,
2292           Alexey Pavlov).
2293         + revert change to two of the dpkg format files, to work with dpkg
2294           before/after Debian #700177.
2295         + fix gcc -Wconversion warning in wattr_get() macro.
2296         + add msys and msysdll to known host/configuration types (patch by
2297           Alexey Pavlov).
2298         + modify CF_RPATH_HACK configure macro to not rely upon "-u" option
2299           of sort, improving portability.
2300         + minor improvements for test-programs from reviewing Solaris port.
2301         + update config.guess, config.sub from
2302                 http://git.savannah.gnu.org/cgit/config.git
2303
2304 20130831
2305         + modify test/ncurses.c b/B tests to display lines only for the
2306           attributes which a given terminal supports, to make room for an
2307           italics test.
2308         + completed ncv table in terminfo.tail; it did not list the wide
2309           character codes listed in X/Open Curses issue 7.
2310         + add A_ITALIC extension (prompted by discussion with Egmont Koblinger).
2311
2312 20130824
2313         + fix some gcc 4.8 -Wconversion warnings.
2314         + change format of dpkg test-scripts to quilted to work around bug
2315           introduced by Debian #700177.
2316         + discard cached keyname() values if meta() is changed after a value
2317           was cached using (report by Kurban Mallachiev).
2318
2319 20130816
2320         + add checks in tic to warn about terminals which lack cursor
2321           addressing, capabilities or having those, are marked as hard_copy or
2322           generic_type.
2323         + use --without-progs in mingw-ncurses rpm.
2324         + split out _nc_init_termtype() from alloc_entry.c to use in MinGW
2325           port when tic and other programs are not needed.
2326
2327 20130805
2328         + minor fixes to the --disable-overwrite logic, to ensure that the
2329           configured $(includedir) is not cancelled by the mingwxx-filesystem
2330           rpm macros.
2331         + add --disable-db-install configure option, to simplify building
2332           cross-compile support packages.
2333         + add mingw-ncurses.spec file, for testing cross-compiles.
2334
2335 20130727
2336         + improve configure macros from ongoing work on cdk, dialog, xterm:
2337           + CF_ADD_LIB_AFTER - fix a problem with -Wl options
2338           + CF_RPATH_HACK - add missing result-message
2339           + CF_SHARED_OPTS - modify to use $rel_builddir in cygwin and mingw
2340             dll symbols (which can be overridden) rather than explicit "../".
2341           + CF_SHARED_OPTS - modify NetBSD and DragonFly symbols to use ${CC}
2342             rather than ${LD} to improve rpath support.
2343           + CF_SHARED_OPTS - add a symbol to denote the temporary files that
2344             are created by the macro, to simplify clean-rules.
2345           + CF_X_ATHENA - trim extra libraries to work with -Wl,--as-needed
2346         + fix a regression in hashed-database support for NetBSD, which uses
2347           the key-size differently from other implementations (cf: 20121229).
2348
2349 20130720
2350         + further improvements for setupterm manpage, clarifying the
2351           initialization of cur_term.
2352
2353 20130713
2354         + improve manpages for initscr and setupterm.
2355         + minor compiler-warning fixes
2356
2357 20130706
2358         + add fallback defs for <inttypes.h> and <stdint.h> (cf: 20120225).
2359         + add check for size of wchar_t, use that to suppress a chunk of
2360           wcwidth.h in MinGW port.
2361         + quiet linker warnings for MinGW cross-compile with dll's using the
2362           --enable-auto-import flag.
2363         + add ncurses.map rule to ncurses/Makefile to help diagnose symbol
2364           table issues.
2365
2366 20130622
2367         + modify the clear program to take into account the E3 extended
2368           capability to clear the terminal's scrollback buffer (patch by
2369           Miroslav Lichvar, Redhat #815790).
2370         + clarify in resizeterm manpage that LINES and COLS are updated.
2371         + updated ansi example in terminfo.tail, correct misordered example
2372           of sgr.
2373         + fix other doclifter warnings for manpages
2374         + remove unnecessary ".ta" in terminfo.tail, add missing ".fi"
2375           (patch by Eric Raymond).
2376
2377 20130615
2378         + minor changes to some configure macros to make them more reusable.
2379         + fixes for tabs program (prompted by report by Nick Andrik).
2380           + corrected logic in command-line parsing of -a and -c predefined
2381             tab-lists options.
2382           + allow "-0" and "-8" options to be combined with others, e.g.,"-0d".
2383           + make warning messages more consistent with the other utilities by
2384             not printing the full pathname of the program.
2385           + add -V option for consistency with other utilities.
2386         + fix off-by-one in columns for tabs program when processing an option
2387           such as "-5" (patch by Nick Andrik).
2388
2389 20130608
2390         + add to test/demo_forms.c examples of using the menu-hooks as well
2391           as showing how the menu item user-data can be used to pass a callback
2392           function pointer.
2393         + add test/dots_termcap.c
2394         + remove setupterm call from test/demo_termcap.c
2395         + build-fix if --disable-ext-funcs configure option is used.
2396         + modified test/edit_field.c and test/demo_forms.c to move the lengths
2397           into a user-data structure, keeping the original string for later
2398           expansion to free-format input/out demo.
2399         + modified test/demo_forms.c to load data from file.
2400         + added note to clarify Terminal.app's non-emulation of the various
2401           terminal types listed in the preferences dialog -TD
2402         + fix regression in error-reporting in lib_setup.c (Debian #711134,
2403           cf: 20121117).
2404         + build-fix for a case where --enable-broken_linker and
2405           --enable-reentrant options are combined (report by George R Goffe).
2406
2407 20130525
2408         + modify mvcur() to distinguish between internal use by the ncurses
2409           library, and external callers, preventing it from reading the content
2410           of the screen which is only nonblank when curses calls have updated
2411           it.  This makes test/dots_mvcur.c avoid painting colored cells in
2412           the left margin of the display.
2413         + minor fix to test/dots_mvcur.c
2414         + move configured symbols USE_DATABASE and USE_TERMCAP to term.h as
2415           NCURSES_USE_DATABASE and NCURSES_USE_TERMCAP to allow consistent
2416           use of these symbols in term_entry.h
2417
2418 20130518
2419         + corrected ifdefs in test/testcurs.c to allow comparison of mouse
2420           interface versus pdcurses (cf: 20130316).
2421         + add pow() to configure-check for math library, needed since
2422           20121208 for test/hanoi (Debian #708056).
2423         + regenerated html manpages.
2424         + update doctype used for html documentation.
2425
2426 20130511
2427         + move nsterm-related entries out of "obsolete" section to more
2428           plausible "ansi consoles" -TD
2429         + additional cleanup of table-of-contents by reordering -TD
2430         + revise fix for check for 8-bit value in _nc_insert_ch(); prior fix
2431           prevented inserts when video attributes were attached to the data
2432           (cf: 20121215) (Redhat #959534).
2433
2434 20130504
2435         + fixes for issues found by Coverity:
2436           + correct FNKEY() macro in progs/dump_entry.c, allowing kf11-kf63 to
2437             display when infocmp's -R option is used for HP or AIX subsets.
2438           + fix dead-code issue with test/movewindow.c
2439           + improve limited-checking in _nc_read_termtype().
2440
2441 20130427
2442         + fix clang 3.2 warning in progs/dump_entry.c
2443         + drop AC_TYPE_SIGNAL check; ncurses relies on c89 and later.
2444
2445 20130413
2446         + add MinGW to cases where ncurses installs by default into /usr
2447           (prompted by discussion with Daniel Silva Ferreira).
2448         + add -D option to infocmp's usage-message (patch by Miroslav Lichvar).
2449         + add a missing 'int' type for main function in configure check for
2450           type of bool variable, to work with clang 3.2 (report by Dmitri
2451           Gribenko).
2452         + improve configure check for static_cast, to work with clang 3.2
2453           (report by Dmitri Gribenko).
2454         + re-order rule for demo.o and macros defining header dependencies in
2455           c++/Makefile.in to accommodate gmake (report by Dmitri Gribenko).
2456
2457 20130406
2458         + improve parameter checking in copywin().
2459         + modify configure script to work around OS X's "libtool" program, to
2460           choose glibtool instead.  At the same time, chance the autoconf macro
2461           to look for a "tool" rather than a "prog", to help with potential use
2462           in cross-compiling.
2463         + separate the rpath usage for c++ library from demo program
2464           (Redhat #911540)
2465         + update/correct header-dependencies in c++ makefile (report by Werner
2466           Fink).
2467         + add --with-cxx-shared to dpkg-script, as done for rpm-script.
2468
2469 20130324
2470         + build-fix for libtool configuration (reports by Daniel Silva Ferreira
2471           and Roumen Petrov).
2472
2473 20130323
2474         + build-fix for OS X, to handle changes for --with-cxx-shared feature
2475           (report by Christian Ebert).
2476         + change initialization for vt220, similar entries for consistency
2477           with cursor-key strings (NetBSD #47674) -TD
2478         + further improvements to linux-16color (Benjamin Sittler)
2479
2480 20130316
2481         + additional fix for tic.c, to allocate missing buffer space.
2482         + eliminate configure-script warnings for gen-pkgconfig.in
2483         + correct typo in sgr string for sun-color,
2484           add bold for consistency with sgr,
2485           change smso for consistency with sgr -TD
2486         + correct typo in sgr string for terminator -TD
2487         + add blink to the attributes masked by ncv in linux-16color (report
2488           by Benjamin Sittler)
2489         + improve warning message from post-load checking for missing "%?"
2490           operator by tic/infocmp by showing the entry name and capability.
2491         + minor formatting improvement to tic/infocmp -f option to ensure
2492           line split after "%;".
2493         + amend scripting for --with-cxx-shared option to handle the debug
2494           library "libncurses++_g.a" (report by Sven Joachim).
2495
2496 20130309
2497         + amend change to toe.c for reading from /dev/zero, to ensure that
2498           there is a buffer for the temporary filename (cf: 20120324).
2499         + regenerated html manpages.
2500         + fix typo in terminfo.head (report by Sven Joachim, cf: 20130302).
2501         + updated some autoconf macros:
2502           + CF_ACVERSION_CHECK, from byacc 1.9 20130304
2503           + CF_INTEL_COMPILER, CF_XOPEN_SOURCE from luit 2.0-20130217
2504         + add configure option --with-cxx-shared to permit building
2505           libncurses++ as a shared library when using g++, e.g., the same
2506           limitations as libtool but better integrated with the usual build
2507           configuration (Redhat #911540).
2508         + modify MKkey_defs.sh to filter out build-path which was unnecessarily
2509           shown in curses.h (Debian #689131).
2510
2511 20130302
2512         + add section to terminfo manpage discussing user-defined capabilities.
2513         + update manpage description of NCURSES_NO_SETBUF, explaining why it
2514           is obsolete.
2515         + add a check in waddch_nosync() to ensure that tab characters are
2516           treated as control characters; some broken locales claim they are
2517           printable.
2518         + add some traces to the Windows console driver.
2519         + initialize a temporary array in _nc_mbtowc, needed for some cases
2520           of raw input in MinGW port.
2521
2522 20130218
2523         + correct ifdef on change to lib_twait.c (report by  Werner Fink).
2524         + update config.guess, config.sub
2525
2526 20130216
2527         + modify test/testcurs.c to work with mouse for ncurses as it does for
2528           pdcurses.
2529         + modify test/knight.c to work with mouse for pdcurses as it does for
2530           ncurses.
2531         + modify internal recursion in wgetch() which handles cooked mode to
2532           check if the call to wgetnstr() returned an error.  This can happen
2533           when both nocbreak() and nodelay() are set, for instance (report by
2534           Nils Christopher Brause) (cf: 960418).
2535         + fixes for issues found by Coverity:
2536           + add a check for valid position in ClearToEOS()
2537           + fix in lib_twait.c when --enable-wgetch-events is used, pointer
2538             use after free.
2539           + improve a limit-check in make_hash.c
2540           + fix a memory leak in hashed_db.c
2541
2542 20130209
2543         + modify test/configure script to make it simpler to override names
2544           of curses-related libraries, to help with linking with pdcurses in
2545           MinGW environment.
2546         + if the --with-terminfo-dirs configure option is not used, there is
2547           no corresponding compiled-in value for that.  Fill in "no default
2548           value" for that part of the manpage substitution.
2549
2550 20130202
2551         + correct initialization in knight.c which let it occasionally make
2552           an incorrect move (cf: 20001028).
2553         + improve documentation of the terminfo/termcap search path.
2554
2555 20130126
2556         + further fixes to mvcur to pass callback function (cf: 20130112),
2557           needed to make test/dots_mvcur work.
2558         + reduce calls to SetConsoleActiveScreenBuffer in win_driver.c, to
2559           help reduce flicker.
2560         + modify configure script to omit "+b" from linker options for very
2561           old HP-UX systems (report by Dennis Grevenstein)
2562         + add HP-UX workaround for missing EILSEQ on old HP-UX systems (patch
2563           by Dennis Grevenstein).
2564         + restore memmove/strdup support for antique systems (request by
2565           Dennis Grevenstein).
2566         + change %l behavior in tparm to push the string length onto the stack
2567           rather than saving the formatted length into the output buffer
2568           (report by Roy Marples, cf: 980620).
2569
2570 20130119
2571         + fixes for issues found by Coverity:
2572           + fix memory leak in safe_sprintf.c
2573           + add check for return-value in tty_update.c
2574           + correct initialization for -s option in test/view.c
2575           + add check for numeric overflow in lib_instr.c
2576           + improve error-checking in copywin
2577         + add advice in infocmp manpage for termcap users (Debian #698469).
2578         + add "-y" option to test/demo_termcap and test/demo_terminfo to
2579           demonstrate behavior with/without extended capabilities.
2580         + updated termcap manpage to document legacy termcap behavior for
2581           matching capability names.
2582         + modify name-comparison for tgetstr, etc., to accommodate legacy
2583           applications as well as to improve compatbility with BSD 4.2
2584           termcap implementations (Debian #698299) (cf: 980725).
2585
2586 20130112
2587         + correct prototype in manpage for vid_puts.
2588         + drop ncurses/tty/tty_display.h, ncurses/tty/tty_input.h, since they
2589           are unused in the current driver model.
2590         + modify mvcur to use stdout except when called within the ncurses
2591           library.
2592         + modify vidattr and vid_attr to use stdout as documented in manpage.
2593         + amend changes made to buffering in 20120825 so that the low-level
2594           putp() call uses stdout rather than ncurses' internal buffering.
2595           The putp_sp() call does the same, for consistency (Redhat #892674).
2596
2597 20130105
2598         + add "-s" option to test/view.c to allow it to start in single-step
2599           mode, reducing size of trace files when it is used for debugging
2600           MinGW changes.
2601         + revert part of 20121222 change to tinfo_driver.c
2602         + add experimental logic in win_driver.c to improve optimization of
2603           screen updates.  This does not yet work with double-width characters,
2604           so it is ifdef'd out for the moment (prompted by report by Erwin
2605           Waterlander regarding screen flicker).
2606
2607 20121229
2608         + fix Coverity warnings regarding copying into fixed-size buffers.
2609         + add throw-declarations in the c++ binding per Coverity warning.
2610         + minor changes to new-items for consistent reference to bug-report
2611           numbers.
2612
2613 20121222
2614         + add *.dSYM directories to clean-rule in ncurses directory makefile,
2615           for Mac OS builds.
2616         + add a configure check for gcc option -no-cpp-precomp, which is not
2617           available in all Mac OS X configurations (report by Andras Salamon,
2618           cf: 20011208).
2619         + improve 20021221 workaround for broken acs, handling a case where
2620           that ACS_xxx character is not in the acsc string but there is a known
2621           wide-character which can be used.
2622
2623 20121215
2624         + fix several warnings from clang 3.1 --analyze, includes correcting
2625           a null-pointer check in _nc_mvcur_resume.
2626         + correct display of double-width characters with MinGW port (report
2627           by Erwin Waterlander).
2628         + replace MinGW's wcrtomb(), fixing a problem with _nc_viscbuf
2629         > fixes based on Coverity report:
2630         + correct coloring in test/bs.c
2631         + correct check for 8-bit value in _nc_insert_ch().
2632         + remove dead code in progs/tset.c, test/linedata.h
2633         + add null-pointer checks in lib_tracemse.c, panel.priv.h, and some
2634           test-programs.
2635
2636 20121208
2637         + modify test/knight.c to show the number of choices possible for
2638           each position in automove option, e.g., to allow user to follow
2639           Warnsdorff's rule to solve the puzzle.
2640         + modify test/hanoi.c to show the minimum number of moves possible for
2641           the given number of tiles (prompted by patch by Lucas Gioia).
2642         > fixes based on Coverity report:
2643         + remove a few redundant checks.
2644         + correct logic in test/bs.c, when randomly placing a specific type of
2645           ship.
2646         + check return value from remove/unlink in tic.
2647         + check return value from sscanf in test/ncurses.c
2648         + fix a null dereference in c++/cursesw.cc
2649         + fix two instances of uninitialized variables when configuring for the
2650           terminal driver.
2651         + correct scope of variable used in SetSafeOutcWrapper macro.
2652         + set umask when calling mkstemp in tic.
2653         + initialize wbkgrndset() temporary variable when extended-colors are
2654           used.
2655
2656 20121201
2657         + also replace MinGW's wctomb(), fixing a problem with setcchar().
2658         + modify test/view.c to load UTF-8 when built with MinGW by using
2659           regular win32 API because the MinGW functions mblen() and mbtowc()
2660           do not work.
2661
2662 20121124
2663         + correct order of color initialization versus display in some of the
2664           test-programs, e.g., test_addstr.c
2665         > fixes based on Coverity report:
2666         + delete windows on exit from some of the test-programs.
2667
2668 20121117
2669         > fixes based on Coverity report:
2670         + add missing braces around FreeAndNull in two places.
2671         + various fixes in test/ncurses.c
2672         + improve limit-checks in tinfo/make_hash.c, tinfo/read_entry.c
2673         + correct malloc size in progs/infocmp.c
2674         + guard against negative array indices in test/knight.c
2675         + fix off-by-one limit check in test/color_name.h
2676         + add null-pointer check in progs/tabs.c, test/bs.c, test/demo_forms.c,
2677           test/inchs.c
2678         + fix memory-leak in tinfo/lib_setup.c, progs/toe.c,
2679           test/clip_printw.c, test/demo_menus.c
2680         + delete unused windows in test/chgat.c, test/clip_printw.c,
2681           test/insdelln.c, test/newdemo.c on error-return.
2682
2683 20121110
2684         + modify configure macro CF_INCLUDE_DIRS to put $CPPFLAGS after the
2685           local -I include options in case someone has set conflicting -I
2686           options in $CPPFLAGS (prompted by patch for ncurses/Makefile.in by
2687           Vassili Courzakis).
2688         + modify the ncurses*-config scripts to eliminate relative paths from
2689           the RPATH_LIST variable, e.g., "../lib" as used in installing shared
2690           libraries or executables.
2691
2692 20121102
2693         + realign these related pages:
2694             curs_add_wchstr.3x
2695             curs_addchstr.3x
2696             curs_addstr.3x
2697             curs_addwstr.3x
2698           and fix a long-ago error in curs_addstr.3x which said that a -1
2699           length parameter would only write as much as fit onto one line
2700           (report by Reuben Thomas).
2701         + remove obsolete fallback _nc_memmove() for memmove()/bcopy().
2702         + remove obsolete fallback _nc_strdup() for strdup().
2703         + cancel any debug-rpm in package/ncurses.spec
2704         + reviewed vte-2012, reverted most of the change since it was incorrect
2705           based on testing with tack -TD
2706         + un-cancel the initc in vte-256color, since this was implemented
2707           starting with version 0.20 in 2009 -TD
2708
2709 20121026
2710         + improve malloc/realloc checking (prompted by discussion in Redhat
2711           #866989).
2712         + add ncurses test-program as "ncurses6" to the rpm- and dpkg-scripts.
2713         + updated configure macros CF_GCC_VERSION and CF_WITH_PATHLIST.  The
2714           first corrects pattern used for Mac OS X's customization of gcc.
2715
2716 20121017
2717         + fix change to _nc_scroll_optimize(), which incorrectly freed memory
2718           (Redhat #866989).
2719
2720 20121013
2721         + add vte-2012, gnome-2012, making these the defaults for vte/gnome
2722           (patch by Christian Persch).
2723
2724 20121006
2725         + improve CF_GCC_VERSION to work around Debian's customization of gcc
2726           --version message.
2727         + improve configure macros as done in byacc:
2728           + drop 2.13 compatibility; use 2.52.xxxx version only since EMX port
2729             has used that for a while.
2730           + add 3rd parameter to AC_DEFINE's to allow autoheader to run, i.e.,
2731             for experimental use.
2732           + remove unused configure macros.
2733         + modify configure script and makefiles to quiet new autoconf warning
2734           for LIBS_TO_MAKE variable.
2735         + modify configure script to show $PATH_SEPARATOR variable.
2736         + update config.guess, config.sub
2737
2738 20120922
2739         + modify setupterm to set its copy of TERM to "unknown" if configured
2740           for the terminal driver and TERM was null or empty.
2741         + modify treatment of TERM variable for MinGW port to allow explicit
2742           use of the windows console driver by checking if $TERM is set to
2743           "#win32con" or an abbreviation of that.
2744         + undo recent change to fallback definition of vsscanf() to build with
2745           older Solaris compilers (cf: 20120728).
2746
2747 20120908
2748         + add test-screens to test/ncurses to show 256-characters at a time,
2749           to help with MinGW port.
2750
2751 20120903
2752         + simplify varargs logic in lib_printw.c; va_copy is no longer needed
2753           there.
2754         + modifications for MinGW port to make wide-character display usable.
2755
2756 20120902
2757         + regenerate configure script (report by Sven Joachim, cf: 20120901).
2758
2759 20120901
2760         + add a null-pointer check in _nc_flush (cf: 20120825).
2761         + fix a case in _nc_scroll_optimize() where the _oldnums_list array
2762           might not be allocated.
2763         + improve comparisons in configure.in for unset shell variables.
2764
2765 20120826
2766         + increase size of ncurses' output-buffer, in case of very small
2767           initial screen-sizes.
2768         + fix evaluation of TERMINFO and TERMINFO_DIRS default values as needed
2769           after changes to use --datarootdir (reports by Gabriele Balducci,
2770           Roumen Petrov).
2771
2772 20120825
2773         + change output buffering scheme, using buffer maintained by ncurses
2774           rather than stdio, to avoid problems with SIGTSTP handling (report
2775           by Brian Bloniarz).
2776
2777 20120811
2778         + update autoconf patch to 2.52.20120811, adding --datarootdir
2779           (prompted by discussion with Erwin Waterlander).
2780         + improve description of --enable-reentrant option in README and the
2781           INSTALL file.
2782         + add nsterm-256color, make this the default nsterm -TD
2783         + remove bw from nsterm-bce, per testing with tack -TD
2784
2785 20120804
2786         + update test/configure, adding check for tinfo library.
2787         + improve limit-checks for the getch fifo (report by Werner Fink).
2788         + fix a remaining mismatch between $with_echo and the symbols updated
2789           for CF_DISABLE_ECHO affecting parameters for mk-2nd.awk (report by
2790           Sven Joachim, cf:  20120317).
2791         + modify followup check for pkg-config's library directory in the
2792           --enable-pc-files option to validate syntax (report by Sven Joachim,
2793           cf: 20110716).
2794
2795 20120728
2796         + correct path for ncurses_mingw.h in include/headers, in case build
2797           is done outside source-tree (patch by Roumen Petrov).
2798         + modify some older xterm entries to align with xterm source -TD
2799         + separate "xterm-old" alias from "xterm-r6" -TD
2800         + add E3 extended capability to xterm-basic and putty -TD
2801         + parenthesize parameters of other macros in curses.h -TD
2802         + parenthesize parameter of COLOR_PAIR and PAIR_NUMBER in curses.h
2803           in case it happens to be a comma-expression, etc.  (patch by Nick
2804           Black).
2805
2806 20120721
2807         + improved form_request_by_name() and menu_request_by_name().
2808         + eliminate two fixed-size buffers in toe.c
2809         + extend use_tioctl() to have expected behavior when use_env(FALSE) and
2810           use_tioctl(TRUE) are called.
2811         + modify ncurses test-program, adding -E and -T options to demonstrate
2812           use_env() versus use_tioctl().
2813
2814 20120714
2815         + add use_tioctl() function (adapted from patch by Werner Fink,
2816           Novell #769788):
2817
2818 20120707
2819         + add ncurses_mingw.h to installed headers (prompted by patch by
2820           Juergen Pfeifer).
2821         + clarify return-codes from wgetch() in response to SIGWINCH (prompted
2822           by Novell #769788).
2823         + modify resizeterm() to always push a KEY_RESIZE onto the fifo, even
2824           if screensize is unchanged.  Modify _nc_update_screensize() to push a
2825           KEY_RESIZE if there was a SIGWINCH, even if it does not call
2826           resizeterm().  These changes eliminate the case where a SIGWINCH is
2827           received, but ERR returned from wgetch or wgetnstr because the screen
2828           dimensions did not change (Novell #769788).
2829
2830 20120630
2831         + add --enable-interop to sample package scripts (suggested by Juergen
2832           Pfeifer).
2833         + update CF_PATH_SYNTAX macro, from mawk changes.
2834         + modify mk-0th.awk to allow for generating llib-ltic, etc., though
2835           some work is needed on cproto to work with lib_gen.c to update
2836           llib-lncurses.
2837         + remove redundant getenv() cal in database-iterator leftover from
2838           cleanup in 20120622 changes (report by Sven Joachim).
2839
2840 20120622
2841         + add -d, -e and -q options to test/demo_terminfo and test/demo_termcap
2842         + fix caching of environment variables in database-iterator (patch by
2843           Philippe Troin, Redhat #831366).
2844
2845 20120616
2846         + add configure check to distinguish clang from gcc to eliminate
2847           warnings about unused command-line parameters when compiler warnings
2848           are enabled.
2849         + improve behavior when updating terminfo entries which are hardlinked
2850           by allowing for the possibility that an alias has been repurposed to
2851           a new primary name.
2852         + fix some strict compiler warnings based on package scripts.
2853         + further fixes for configure check for working poll (Debian #676461).
2854
2855 20120608
2856         + fix an uninitialized variable in -c/-n logic for infocmp changes
2857           (cf: 20120526).
2858         + corrected fix for building c++ binding with clang 3.0 (report/patch
2859           by Richard Yao, Gentoo #417613, cf: 20110409)
2860         + correct configure check for working poll, fixing the case where stdin
2861           is redirected, e.g., in rpm/dpkg builds (Debian #676461).
2862         + add rpm- and dpkg-scripts, to test those build-environments.
2863           The resulting packages are used only for testing.
2864
2865 20120602
2866         + add kdch1 aka "Remove" to vt220 and vt220-8 entries -TD
2867         + add kdch1, etc., to qvt108 -TD
2868         + add dl1/il1 to some entries based on dl/il values -TD
2869         + add dl to simpleterm -TD
2870         + add consistency-checks in tic for insert-line vs delete-line
2871           controls, and insert/delete-char keys
2872         + correct no-leaks logic in infocmp when doing comparisons, fixing
2873           duplicate free of entries given via the command-line, and freeing
2874           entries loaded from the last-but-one of files specified on the
2875           command-line.
2876         + add kdch1 to wsvt25 entry from NetBSD CVS (reported by David Lord,
2877           analysis by Martin Husemann).
2878         + add cnorm/civis to wsvt25 entry from NetBSD CVS (report/analysis by
2879           Onno van der Linden).
2880
2881 20120526
2882         + extend -c and -n options of infocmp to allow comparing more than two
2883           entries.
2884         + correct check in infocmp for number of terminal names when more than
2885           two are given.
2886         + correct typo in curs_threads.3x (report by Yanhui Shen on
2887           freebsd-hackers mailing list).
2888
2889 20120512
2890         + corrected 'op' for bterm (report by Samuel Thibault) -TD
2891         + modify test/background.c to demonstrate a background character
2892           holding a colored ACS_HLINE.  The behavior differs from SVr4 due to
2893           the thick- and double-line extension (cf: 20091003).
2894         + modify handling of acs characters in PutAttrChar to avoid mapping an
2895           unmapped character to a space with A_ALTCHARSET set.
2896         + rewrite vt520 entry based on vt420 -TD
2897
2898 20120505
2899         + remove p6 (bold) from opus3n1+ for consistency -TD
2900         + remove acs stuff from env230 per clues in Ingres termcap -TD
2901         + modify env230 sgr/sgr0 to match other capabilities -TD
2902         + modify smacs/rmacs in bq300-8 to match sgr/sgr0 -TD
2903         + make sgr for dku7202 agree with other caps -TD
2904         + make sgr for ibmpc agree with other caps -TD
2905         + make sgr for tek4107 agree with other caps -TD
2906         + make sgr for ndr9500 agree with other caps -TD
2907         + make sgr for sco-ansi agree with other caps -TD
2908         + make sgr for d410 agree with other caps -TD
2909         + make sgr for d210 agree with other caps -TD
2910         + make sgr for d470c, d470c-7b agree with other caps -TD
2911         + remove redundant AC_DEFINE for NDEBUG versus Makefile definition.
2912         + fix a back-link in _nc_delink_entry(), which is needed if ncurses is
2913           configured with --enable-termcap and --disable-getcap.
2914
2915 20120428
2916         + fix some inconsistencies between vt320/vt420, e.g., cnorm/civis -TD
2917         + add eslok flag to dec+sl -TD
2918         + dec+sl applies to vt320 and up -TD
2919         + drop wsl width from xterm+sl -TD
2920         + reuse xterm+sl in putty and nsca-m -TD
2921         + add ansi+tabs to vt520 -TD
2922         + add ansi+enq to vt220-vt520 -TD
2923         + fix a compiler warning in example in ncurses-intro.doc (Paul Waring).
2924         + added paragraph in keyname manpage telling how extended capabilities
2925           are interpreted as key definitions.
2926         + modify tic's check of conflicting key definitions to include extended
2927           capability strings in addition to the existing check on predefined
2928           keys.
2929
2930 20120421
2931         + improve cleanup of temporary files in tic using atexit().
2932         + add msgr to vt420, similar DEC vtXXX entries -TD
2933         + add several missing vt420 capabilities from vt220 -TD
2934         + factor out ansi+pp from several entries -TD
2935         + change xterm+sl and xterm+sl-twm to include only the status-line
2936           capabilities and not "use=xterm", making them more generally useful
2937           as building-blocks -TD
2938         + add dec+sl building block, as example -TD
2939
2940 20120414
2941         + add XT to some terminfo entries to improve usefulness for other
2942           applications than screen, which would like to pretend that xterm's
2943           title is a status-line.  -TD
2944         + change use-clauses in ansi-mtabs, hp2626, and hp2622 based on review
2945           of ordering and overrides -TD
2946         + add consistency check in tic for screen's "XT" capability.
2947         + add section in terminfo.src summarizing the user-defined capabilities
2948           used in that file -TD
2949
2950 20120407
2951         + fix an inconsistency between tic/infocmp "-x" option; tic omits all
2952           non-standard capabilities, while infocmp was ignoring only the user
2953           definable capabilities.
2954         + improve special case in tic parsing of description to allow it to be
2955           followed by terminfo capabilities.  Previously the description had to
2956           be the last field on an input line to allow tic to distinguish
2957           between termcap and terminfo format while still allowing commas to be
2958           embedded in the description.
2959         + correct variable name in gen_edit.sh which broke configurability of
2960           the --with-xterm-kbs option.
2961         + revert 2011-07-16 change to "linux" alias, return to "linux2.2" -TD
2962         + further amend 20110910 change, providing for configure-script
2963           override of the "linux" terminfo entry to install and changing the
2964           default for that to "linux2.2" (Debian #665959).
2965
2966 20120331
2967         + update Ada95/configure to use CF_DISABLE_ECHO (cf: 20120317).
2968         + correct order of use-clauses in st-256color -TD
2969         + modify configure script to look for gnatgcc if the Ada95 binding
2970           is built, in preference to the default gcc/cc (suggested by
2971           Nicolas Boulenguez).
2972         + modify configure script to ensure that the same -On option used for
2973           the C compiler in CFLAGS is used for ADAFLAGS rather than simply
2974           using "-O3" (suggested by Nicolas Boulenguez)
2975
2976 20120324
2977         + amend an old fix so that next_char() exits properly for empty files,
2978           e.g., from reading /dev/null (cf: 20080804).
2979         + modify tic so that it can read from the standard input, or from
2980           a character device.  Because tic uses seek's, this requires writing
2981           the data to a temporary file first (prompted by remark by Sven
2982           Joachim) (cf: 20000923).
2983
2984 20120317
2985         + correct a check made in lib_napms.c, so that terminfo applications
2986           can again use napms() (cf: 20110604).
2987         + add a note in tic.h regarding required casts for ABSENT_BOOLEAN
2988           (cf: 20040327).
2989         + correct scripting for --disable-echo option in test/configure.
2990         + amend check for missing c++ compiler to work when no error is
2991           reported, and no variables set (cf: 20021206).
2992         + add/use configure macro CF_DISABLE_ECHO.
2993
2994 20120310
2995         + fix some strict compiler warnings for abi6 and 64-bits.
2996         + use begin_va_copy/end_va_copy macros in lib_printw.c (cf: 20120303).
2997         + improve a limit-check in infocmp.c (Werner Fink):
2998
2999 20120303
3000         + minor tidying of terminfo.tail, clarify reason for limitation
3001           regarding mapping of \0 to \200
3002         + minor improvement to _nc_copy_termtype(), using memcpy to replace
3003           loops.
3004         + fix no-leaks checking in test/demo_termcap.c to account for multiple
3005           calls to setupterm().
3006         + modified the libgpm change to show previous load as a problem in the
3007           debug-trace.
3008         > merge some patches from OpenSUSE rpm (Werner Fink):
3009         + ncurses-5.7-printw.dif, fixes for varargs handling in lib_printw.c
3010         + ncurses-5.7-gpm.dif, do not dlopen libgpm if already loaded by
3011           runtime linker
3012         + ncurses-5.6-fallback.dif, do not free arrays and strings from static
3013           fallback entries
3014
3015 20120228
3016         + fix breakage in tic/infocmp from 20120225 (report by Werner Fink).
3017
3018 20120225
3019         + modify configure script to allow creating dll's for MinGW when
3020           cross-compiling.
3021         + add --enable-string-hacks option to control whether strlcat and
3022           strlcpy may be used.  The same issue applies to OpenBSD's warnings
3023           about snprintf, noting that this function is weakly standardized.
3024         + add configure checks for strlcat, strlcpy and snprintf, to help
3025           reduce bogus warnings with OpenBSD builds.
3026         + build-fix for OpenBSD 4.9 to supply consistent intptr_t declaration
3027           (cf:20111231)
3028         + update config.guess, config.sub
3029
3030 20120218
3031         + correct CF_ETIP_DEFINES configure macro, making it exit properly on
3032           the first success (patch by Pierre Labastie).
3033         + improve configure macro CF_MKSTEMP by moving existence-check for
3034           mkstemp out of the AC_TRY_RUN, to help with cross-compiles.
3035         + improve configure macro CF_FUNC_POLL from luit changes to detect
3036           broken implementations, e.g., with Mac OS X.
3037         + add configure option --with-tparm-arg
3038         + build-fix for MinGW cross-compiling, so that make_hash does not
3039           depend on TTY definition (cf: 20111008).
3040
3041 20120211
3042         + make sgr for xterm-pcolor agree with other caps -TD
3043         + make sgr for att5425 agree with other caps -TD
3044         + make sgr for att630 agree with other caps -TD
3045         + make sgr for linux entries agree with other caps -TD
3046         + make sgr for tvi9065 agree with other caps -TD
3047         + make sgr for ncr260vt200an agree with other caps -TD
3048         + make sgr for ncr160vt100pp agree with other caps -TD
3049         + make sgr for ncr260vt300an agree with other caps -TD
3050         + make sgr for aaa-60-dec-rv, aaa+dec agree with other caps -TD
3051         + make sgr for cygwin, cygwinDBG agree with other caps -TD
3052         + add configure option --with-xterm-kbs to simplify configuration for
3053           Linux versus most other systems.
3054
3055 20120204
3056         + improved tic -D option, avoid making target directory and provide
3057           better diagnostics.
3058
3059 20120128
3060         + add mach-gnu (Debian #614316, patch by Samuel Thibault)
3061         + add mach-gnu-color, tweaks to mach-gnu terminfo -TD
3062         + make sgr for sun-color agree with smso -TD
3063         + make sgr for prism9 agree with other caps -TD
3064         + make sgr for icl6404 agree with other caps -TD
3065         + make sgr for ofcons agree with other caps -TD
3066         + make sgr for att5410v1, att4415, att620 agree with other caps -TD
3067         + make sgr for aaa-unk, aaa-rv agree with other caps -TD
3068         + make sgr for avt-ns agree with other caps -TD
3069         + amend fix intended to separate fixups for acsc to allow "tic -cv" to
3070           give verbose warnings (cf:  20110730).
3071         + modify misc/gen-edit.sh to make the location of the tabset directory
3072           consistent with misc/Makefile.in, i.e., using ${datadir}/tabset
3073           (Debian #653435, patch by Sven Joachim).
3074
3075 20120121
3076         + add --with-lib-prefix option to allow configuring for old/new flavors
3077           of OS/2 EMX.
3078         + modify check for gnat version to allow for year, as used in FreeBSD
3079           port.
3080         + modify check_existence() in db_iterator.c to simply check if the
3081           path is a directory or file, according to the need.  Checking for
3082           directory size also gives no usable result with OS/2 (cf: 20120107).
3083         + support OS/2 kLIBC (patch by KO Myung-Hun).
3084
3085 20120114
3086         + several improvements to test/movewindow.c (prompted by discussion on
3087           Linux Mint forum):
3088           + modify movement commands to make them continuous
3089           + rewrote the test for mvderwin
3090           + rewrote the test for recursive mvwin
3091         + split-out reusable CF_WITH_NCURSES_ETC macro in test/configure.in
3092         + updated configure macro CF_XOPEN_SOURCE, build-fixes for Mac OS X
3093           and OpenBSD.
3094         + regenerated html manpages.
3095
3096 20120107
3097         + various improvements for MinGW (Juergen Pfeifer):
3098           + modify stat() calls to ignore the st_size member
3099           + drop mk-dlls.sh script.
3100           + change recommended regular expression library.
3101           + modify rain.c to allow for threaded configuraton.
3102           + modify tset.c to allow for case when size-change logic is not used.
3103
3104 20111231
3105         + modify toe's report when -a and -s options are combined, to add
3106           a column showing which entries belong to a given database.
3107         + add -s option to toe, to sort its output.
3108         + modify progs/toe.c, simplifying use of db-iterator results to use
3109           caching improvements from 20111001 and 20111126.
3110         + correct generation of pc-files when ticlib or termlib options are
3111           given to rename the corresponding tic- or tinfo-libraries (report
3112           by Sven Joachim).
3113
3114 20111224
3115         + document a portability issue with tput, i.e., that scripts which work
3116           with ncurses may fail in other implementations that do no parameter
3117           analysis.
3118         + add putty-sco entry -TD
3119
3120 20111217
3121         + review/fix places in manpages where --program-prefix configure option
3122           was not being used.
3123         + add -D option to infocmp, to show the database locations that it
3124           could use.
3125         + fix build for the special case where term-driver, ticlib and termlib
3126           are all enabled.  The terminal driver depends on a few features in
3127           the base ncurses library, so tic's dependencies include both ncurses
3128           and termlib.
3129         + fix build work for term-driver when --enable-wgetch-events option is
3130           enabled.
3131         + use <stdint.h> types to fix some questionable casts to void*.
3132
3133 20111210
3134         + modify configure script to check if thread library provides
3135           pthread_mutexattr_settype(), e.g., not provided by Solaris 2.6
3136         + modify configure script to suppress check to define _XOPEN_SOURCE
3137           for IRIX64, since its header files have a conflict versus
3138           _SGI_SOURCE.
3139         + modify configure script to add ".pc" files for tic- and
3140           tinfo-libraries, which were omitted in recent change (cf: 20111126).
3141         + fix inconsistent checks on $PKG_CONFIG variable in configure script.
3142
3143 20111203
3144         + modify configure-check for etip.h dependencies, supplying a temporary
3145           copy of ncurses_dll.h since it is a generated file (prompted by
3146           Debian #646977).
3147         + modify CF_CPP_PARAM_INIT "main" function to work with current C++.
3148
3149 20111126
3150         + correct database iterator's check for duplicate entries
3151           (cf: 20111001).
3152         + modify database iterator to ignore $TERMCAP when it is not an
3153           absolute pathname.
3154         + add -D option to tic, to show the database locations that it could
3155           use.
3156         + improve description of database locations in tic manpage.
3157         + modify the configure script to generate a list of the ".pc" files to
3158           generate, rather than deriving the list from the libraries which have
3159           been built (patch by Mike Frysinger).
3160         + use AC_CHECK_TOOLS in preference to AC_PATH_PROGS when searching for
3161           ncurses*-config, e.g., in Ada95/configure and test/configure (adapted
3162           from patch by Mike Frysinger).
3163
3164 20111119
3165         + remove obsolete/conflicting fallback definition for _POSIX_SOURCE
3166           from curses.priv.h, fixing a regression with IRIX64 and Tru64
3167           (cf: 20110416)
3168         + modify _nc_tic_dir() to ensure that its return-value is nonnull,
3169           i.e., the database iterator was not initialized.  This case is needed
3170           to when tic is translating to termcap, rather than loading the
3171           database (cf:  20111001).
3172
3173 20111112
3174         + add pccon entries for OpenBSD console (Alexei Malinin).
3175         + build-fix for OpenBSD 4.9 with gcc 4.2.1, setting _XOPEN_SOURCE to
3176           600 to work around inconsistent ifdef'ing of wcstof between C and
3177           C++ header files.
3178         + modify capconvert script to accept more than exact match on "xterm",
3179           e.g., the "xterm-*" variants, to exclude from the conversion (patch
3180           by Robert Millan).
3181         + add -lc_r as alternative for -lpthread, allows build of threaded code
3182           in older FreeBSD machines.
3183         + build-fix for MirBSD, which fails when either _XOPEN_SOURCE or
3184           _POSIX_SOURCE are defined.
3185         + fix a typo misc/Makefile.in, used in uninstalling pc-files.
3186
3187 20111030
3188         + modify make_db_path() to allow creating "terminfo.db" in the same
3189           directory as an existing "terminfo" directory.  This fixes a case
3190           where switching between hashed/filesystem databases would cause the
3191           new hashed database to be installed in the next best location -
3192           root's home directory.
3193         + add variable cf_cv_prog_gnat_correct to those passed to
3194           config.status, fixing a problem with Ada95 builds (cf: 20111022).
3195         + change feature test from _XPG5 to _XOPEN_SOURCE in two places, to
3196           accommodate broken implementations for _XPG6.
3197         + eliminate usage of NULL symbol from etip.h, to reduce header
3198           interdependencies.
3199         + add configure check to decide when to add _XOPEN_SOURCE define to
3200           compiler options, i.e., for Solaris 10 and later (cf: 20100403).
3201           This is a workaround for gcc 4.6, which fails to build the c++
3202           binding if that symbol is defined by the application, due to
3203           incorrectly combining the corresponding feature test macros
3204           (report by Peter Kruse).
3205
3206 20111022
3207         + correct logic for discarding mouse events, retaining the partial
3208           events used to build up click, double-click, etc, until needed
3209           (cf: 20110917).
3210         + fix configure script to avoid creating unused Ada95 makefile when
3211           gnat does not work.
3212         + cleanup width-related gcc 3.4.3 warnings for 64-bit platform, for the
3213           internal functions of libncurses.  The external interface of courses
3214           uses bool, which still produces these warnings.
3215
3216 20111015
3217         + improve description of --disable-tic-depends option to make it
3218           clear that it may be useful whether or not the --with-termlib
3219           option is also given (report by Sven Joachim).
3220         + amend termcap equivalent for set_pglen_inch to use the X/Open
3221           "YI" rather than the obsolete Solaris 2.5 "sL" (cf: 990109).
3222         + improve manpage for tgetent differences from termcap library.
3223
3224 20111008
3225         + moved static data from db_iterator.c to lib_data.c
3226         + modify db_iterator.c for memory-leak checking, fix one leak.
3227         + modify misc/gen-pkgconfig.in to use Requires.private for the parts
3228           of ncurses rather than Requires, as well as Libs.private for the
3229           other library dependencies (prompted by Debian #644728).
3230
3231 20111001
3232         + modify tic "-K" option to only set the strict-flag rather than force
3233           source-output.  That allows the same flag to control the parser for
3234           input and output of termcap source.
3235         + modify _nc_getent() to ignore backslash at the end of a comment line,
3236           making it consistent with ncurses' parser.
3237         + restore a special-case check for directory needed to make termcap
3238           text files load as if they were databases (cf: 20110924).
3239         + modify tic's resolution/collision checking to attempt to remove the
3240           conflicting alias from the second entry in the pair, which is
3241           normally following in the source file.  Also improved the warning
3242           message to make it simpler to see which alias is the problem.
3243         + improve performance of the database iterator by caching search-list.
3244
3245 20110925
3246         + add a missing "else" in changes to _nc_read_tic_entry().
3247
3248 20110924
3249         + modify _nc_read_tic_entry() so that hashed-database is checked before
3250           filesystem.
3251         + updated CF_CURSES_LIBS check in test/configure script.
3252         + modify configure script and makefiles to split TIC_ARGS and
3253           TINFO_ARGS into pieces corresponding to LDFLAGS and LIBS variables,
3254           to help separate searches for tic- and tinfo-libraries (patch by Nick
3255           Alcock aka "Nix").
3256         + build-fix for lib_mouse.c changes (cf: 20110917).
3257
3258 20110917
3259         + fix compiler warning for clang 2.9
3260         + improve merging of mouse events (integrated patch by Damien
3261           Guibouret).
3262         + correct mask-check used in lib_mouse for wheel mouse buttons 4/5
3263           (patch by Damien Guibouret).
3264
3265 20110910
3266         + modify misc/gen_edit.sh to select a "linux" entry which works with
3267           the current kernel rather than assuming it is always "linux3.0"
3268           (cf: 20110716).
3269         + revert a change to getmouse() which had the undesirable side-effect
3270           of suppressing button-release events (report by Damien Guibouret,
3271           cf: 20100102).
3272         + add xterm+kbs fragment from xterm #272 -TD
3273         + add configure option --with-pkg-config-libdir to provide control over
3274           the actual directory into which pc-files are installed, do not use
3275           the pkg-config environment variables (discussion with Frederic L W
3276           Meunier).
3277         + add link to mailing-list archive in announce.html.in, as done in
3278           FAQ (prompted by question by Andrius Bentkus).
3279         + improve manpage install by adjusting the "#include" examples to
3280           show the ncurses-subdirectory used when --disable-overwrite option
3281           is used.
3282         + install an alias for "curses" to the ncurses manpage, tied to the
3283           --with-curses-h configure option (suggested by Reuben Thomas).
3284
3285 20110903
3286         + propagate error-returns from wresize, i.e., the internal
3287           increase_size and decrease_size functions through resize_term (report
3288           by Tim van der Molen, cf:  20020713).
3289         + fix typo in tset manpage (patch by Sven Joachim).
3290
3291 20110820
3292         + add a check to ensure that termcap files which might have "^?" do
3293           not use the terminfo interpretation as "\177".
3294         + minor cleanup of X-terminal emulator section of terminfo.src -TD
3295         + add terminator entry -TD
3296         + add simpleterm entry -TD
3297         + improve wattr_get macros by ensuring that if the window pointer is
3298           null, then the attribute and color values returned will be zero
3299           (cf: 20110528).
3300
3301 20110813
3302         + add substitution for $RPATH_LIST to misc/ncurses-config.in
3303         + improve performance of tic with hashed-database by caching the
3304           database connection, using atexit() to cleanup.
3305         + modify treatment of 2-character aliases at the beginning of termcap
3306           entries so they are not counted in use-resolution, since these are
3307           guaranteed to be unique.  Also ignore these aliases when reporting
3308           the primary name of the entry (cf: 20040501)
3309         + double-check gn (generic) flag in terminal descriptions to
3310           accommodate old/buggy termcap databases which misused that feature.
3311         + minor fixes to _nc_tgetent(), ensure buffer is initialized even on
3312           error-return.
3313
3314 20110807
3315         + improve rpath fix from 20110730 by ensuring that the new $RPATH_LIST
3316           variable is defined in the makefiles which use it.
3317         + build-fix for DragonFlyBSD's pkgsrc in test/configure script.
3318         + build-fixes for NetBSD 5.1 with termcap support enabled.
3319         + corrected k9 in dg460-ansi, add other features based on manuals -TD
3320         + improve trimming of whitespace at the end of terminfo/termcap output
3321           from tic/infocmp.
3322         + when writing termcap source, ensure that colons in the description
3323           field are translated to a non-delimiter, i.e., "=".
3324         + add "-0" option to tic/infocmp, to make the termcap/terminfo source
3325           use a single line.
3326         + add a null-pointer check when handling the $CC variable.
3327
3328 20110730
3329         + modify configure script and makefiles in c++ and progs to allow the
3330           directory used for rpath option to be overridden, e.g., to work
3331           around updates to the variables used by tic during an install.
3332         + add -K option to tic/infocmp, to provide stricter BSD-compatibility
3333           for termcap output.
3334         + add _nc_strict_bsd variable in tic library which controls the
3335           "strict" BSD termcap compatibility from 20110723, plus these
3336           features:
3337           + allow escapes such as "\8" and "\9" when reading termcap
3338           + disallow "\a", "\e", "\l", "\s" and "\:" escapes when reading
3339             termcap files, passing through "a", "e", etc.
3340           + expand "\:" as "\072" on output.
3341         + modify _nc_get_token() to reset the token's string value in case
3342           there is a string-typed token lacking the "=" marker.
3343         + fix a few memory leaks in _nc_tgetent.
3344         + fix a few places where reading from a termcap file could refer to
3345           freed memory.
3346         + add an overflow check when converting terminfo/termcap numeric
3347           values, since terminfo stores those in a short, and they must be
3348           positive.
3349         + correct internal variables used for translating to termcap "%>"
3350           feature, and translating from termcap %B to terminfo, needed by
3351           tctest (cf: 19991211).
3352         + amend a minor fix to acsc when loading a termcap file to separate it
3353           from warnings needed for tic (cf: 20040710)
3354         + modify logic in _nc_read_entry() and _nc_read_tic_entry() to allow
3355           a termcap file to be handled via TERMINFO_DIRS.
3356         + modify _nc_infotocap() to include non-mandatory padding when
3357           translating to termcap.
3358         + modify _nc_read_termcap_entry(), passing a flag in the case where
3359           getcap is used, to reduce interactive warning messages.
3360
3361 20110723
3362         + add a check in start_color() to limit color-pairs to 256 when
3363           extended colors are not supported (patch by David Benjamin).
3364         + modify setcchar to omit no-longer-needed OR'ing of color pair in
3365           the SetAttr() macro (patch by David Benjamin).
3366         + add kich1 to sun terminfo entry (Yuri Pankov)
3367         + use bold rather than reverse for smso in sun-color terminfo entry
3368           (Yuri Pankov).
3369         + improve generation of termcap using tic/infocmp -C option, e.g.,
3370           to correspond with 4.2BSD (prompted by discussion with Yuri Pankov
3371           regarding Schilling's test program):
3372           + translate %02 and %03 to %2 and %3 respectively.
3373           + suppress string capabilities which use %s, not supported by tgoto
3374           + use \040 rather than \s
3375           + expand null characters as \200 rather than \0
3376         + modify configure script to support shared libraries for DragonFlyBSD.
3377
3378 20110716
3379         + replace an assert() in _nc_Free_Argument() with a regular null
3380           pointer check (report/analysis by Franjo Ivancic).
3381         + modify configure --enable-pc-files option to take into account the
3382           PKG_CONFIG_PATH variable (report by Frederic L W Meunier).
3383         + add/use xterm+tmux chunk from xterm #271 -TD
3384         + resync xterm-new entry from xterm #271 -TD
3385         + add E3 extended capability to linux-basic (Miroslav Lichvar)
3386         + add linux2.2, linux2.6, linux3.0 entries to give context for E3 -TD
3387         + add SI/SO change to linux2.6 entry (Debian #515609) -TD
3388         + fix inconsistent tabset path in pcmw (Todd C. Miller).
3389         + remove a backslash which continued comment, obscuring altos3
3390           definition with OpenBSD toolset (Nicholas Marriott).
3391
3392 20110702
3393         + add workaround from xterm #271 changes to ensure that compiler flags
3394           are not used in the $CC variable.
3395         + improve support for shared libraries, tested with AIX 5.3, 6.1 and
3396           7.1 with both gcc 4.2.4 and cc.
3397         + modify configure checks for AIX to include release 7.x
3398         + add loader flags/libraries to libtool options so that dynamic loading
3399           works properly, adapted from ncurses-5.7-ldflags-with-libtool.patch
3400           at gentoo prefi