]> ncurses.scripts.mit.edu Git - ncurses.git/blob - NEWS
ncurses 6.4 - patch 20231021
[ncurses.git] / NEWS
1 -------------------------------------------------------------------------------
2 -- Copyright 2018-2022,2023 Thomas E. Dickey                                 --
3 -- Copyright 1998-2017,2018 Free Software Foundation, Inc.                   --
4 --                                                                           --
5 -- Permission is hereby granted, free of charge, to any person obtaining a   --
6 -- copy of this software and associated documentation files (the             --
7 -- "Software"), to deal in the Software without restriction, including       --
8 -- without limitation the rights to use, copy, modify, merge, publish,       --
9 -- distribute, distribute with modifications, sublicense, and/or sell copies --
10 -- of the Software, and to permit persons to whom the Software is furnished  --
11 -- to do so, subject to the following conditions:                            --
12 --                                                                           --
13 -- The above copyright notice and this permission notice shall be included   --
14 -- in all copies or substantial portions of the Software.                    --
15 --                                                                           --
16 -- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS   --
17 -- OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF                --
18 -- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN --
19 -- NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,       --
20 -- DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR     --
21 -- OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE --
22 -- USE OR OTHER DEALINGS IN THE SOFTWARE.                                    --
23 --                                                                           --
24 -- Except as contained in this notice, the name(s) of the above copyright    --
25 -- holders shall not be used in advertising or otherwise to promote the      --
26 -- sale, use or other dealings in this Software without prior written        --
27 -- authorization.                                                            --
28 -------------------------------------------------------------------------------
29 -- $Id: NEWS,v 1.4019 2023/10/21 23:13:51 tom Exp $
30 -------------------------------------------------------------------------------
31
32 This is a log of changes that ncurses has gone through since Zeyd started
33 working with Pavel Curtis' original work, pcurses, in 1992.
34
35 Changes through 1.9.9e are recorded by Zeyd M Ben-Halim.
36 Changes since 1.9.9e are recorded by Thomas E Dickey.
37
38 Contributors include those who have provided patches (even small ones), as well
39 as those who provide useful information (bug reports, analyses).  Changes with
40 no cited author are the work of Thomas E Dickey (TD).
41
42 A few contributors may be cited in this file by their initials.
43 Each accounts for half of one percent or more of the changes since 1.9.9e.
44 See the AUTHORS file for the corresponding full names.
45
46 Changes through 1.9.9e did not credit all contributions;
47 it is not possible to add this information.
48
49 20231021
50         + use oldxterm+sm+1006 in vte-2014 (report by Benno Schulenberg) -TD
51         + add ansi+apparrows -TD
52         + change defaults for configure opaque and widec options (prompted by
53           discussion with Branden Robinson).
54         + minor cleanup of compiler- and manpage-warnings.
55
56 20231016
57         + make the recent change to setupterm optional "--enable-check-size"
58           (Debian #1054022).
59
60 20231014
61         + improve formatting/style of manpages (patches by Branden Robinson).
62         + updated configure script macro CF_XOPEN_SOURCE, for uClibc-ng
63         + update config.guess, config.sub
64
65 20231007
66         + improve loop-limit for get_position().
67         + improve manual description of immedok (Debian #1053603).
68         + fix a few formatting issues with manpages (Debian #1053123).
69         + improve formatting/style of manpages (patches by Branden Robinson).
70
71 20231001
72         + modify setupterm to provide for using ANSI cursor-position report (in
73           user6/user7 terminfo capabilities) to obtain screensize if neither
74           environment variables or ioctl is used.  The ncurses test-program
75           with options "-E -T" demonstrates this feature.
76         + improve error messages in tic (patch by Branden Robinson).
77         + improve formatting/style of manpages (patches by Branden Robinson).
78         + modify test/clip_printw.c to optionally test non-wrapped updates.
79         + fix reallocation loop for vsnprintf() in _nc_sprintf_string() by
80           copying the va_list variable (patch by Ian Abbott).
81
82 20230923
83         + improve formatting of manpages (patches by Branden Robinson).
84         + amend change to delscreen() to limit the windows which it creates to
85           just those associated with the screen (report by Frederic Boiteux,
86           cf: 20220813).
87
88 20230918
89         + new tarball/errata (report by Sven Joachim).
90
91 20230917
92         + improve formatting of manpages (integrated patches by Branden
93           Robinson).
94         + correct limit for name-length in write_entry.c (report/testcase by
95           Luna Saphie Mittelbach).
96         + limit delays to 30 seconds, i.e., padding delays in terminfo, as well
97           as napms() and delay_output() functions.
98         + improve a few pointer-checks.
99         + improve parsing in _nc_msec_cost, allowing a single decimal point.
100
101 20230909
102         + improve formatting of manpages (patches by Branden Robinson), for
103           captoinfo.1m and terminfo.5
104         > patches by Nicholas Marriott:
105           + use string-hacks in alloc_entry.c, alloc_type.c and hardscroll.c,
106             overlooked due to compiler changes in recent OpenBSD releases.
107           + add "-6" option to ncu2openbsd script.
108
109 20230902
110         + improve description of search rules for terminal descriptions in
111           terminfo manpage (report by Sven Joachim).
112
113 20230826
114         + fixes for compiler-warnings.
115         + update config.guess, config.sub
116
117 20230819
118         + various manpage-formatting fixes.
119         + correct formatting of table header in curs_inopts.3x (Branden
120           Robinson).
121         + correct manpage description of panel_hidden (report by Benjamin
122           Mordaunt).
123
124 20230812
125         + add/use putty+cursor to reflect amending of modified cursor-keys in
126           2021 -TD
127         + add ecma+strikeout to putty -TD
128         + add functions to query tty-flags in SCREEN (request by Bill Gray).
129
130 20230805
131         + fix a few manpages needing tbl marker, seen by lintian warning.
132         + fixes for compiler-warnings.
133         + minor grammatical fix for manpages (Branden Robinson).
134
135 20230729
136         + improve manpages for wgetnstr() and wget_wnstr().
137         + modify MinGW configuration to provide for running in MSYS/MSYS2
138           shells, assuming ConPTY support (patch by Pavel Fedin).
139         + add assignment in CF_MAN_PAGES to fill in value for TERMINFO_DIRS in
140           ncurses, terminfo and tic manpages (patch by Sven Joachim).
141
142 20230722
143         + add "auto" default for --with-xterm-kbs configure option.
144
145 20230715
146         + correct wadd_wch_literal() when adding a non-spacing character to a
147           double-width character.
148         + improve manual page for curs_util.
149         + improve manual page for wadd_wch().
150
151 20230708
152         + add linux+kbs for terminals which imitate xterm's behavior with
153           Linux -TD
154         + modify MinGW driver to return KEY_BACKSPACE when an unmodified
155           VK_BACK virtual key is entered (prompted by patch by Pavel Fedin,
156           Savannah #64292).
157         + disallow using $TERMINFO or $HOME/.terminfo when tic "-o" option is
158           used (report by Sven Joachim, Debian #1040048).
159
160 20230701
161         + fix mandoc warnings about unnecessary markup.
162         + improve parameter check in tparm_setup()
163
164 20230625
165         + adjust man/make_sed.sh to work with dates as the third field of TH.
166         + fixes for out-of-memory condition (report by "eaglegai").
167
168 20230624
169         + fixes for out-of-memory condition (report by "eaglegai").
170
171 20230617
172         + markup manpages with revision information (prompted by discussion
173           with Bjarni Ingi Gislason).
174
175 20230615
176         + modify _nc_read_file_entry() to show relevant filename in warnings.
177         + improve checks in convert_string() for corrupt terminfo entry (report
178           and test-case by Gregory James Duck).
179
180 20230610
181         + improve manpages discussing file descriptors in low-level functions.
182         + modify flushinp to use file descriptors in SCREEN, rather than from
183           TERMINAL, and check if they are for a terminal, like SVr4.
184         + modify mcprint to use file descriptor in SCREEN, for consistency.
185         + add xterm+focus to foot+base (patch by Daniel Ekloef).
186         + correct definition of Charable() for non-wide ncurses library (report
187           and test-case by Zbigniew Baniewski).
188
189 20230603
190         + add configure option --with-strip-program, to override program
191           chosen by the install program for stripping executables (prompted
192           by discussion with Aapo Rantalainen).
193         + fix typo in INSTALL (report/patch by Aapo Rantalainen).
194         + improve error-checks for isEILSEQ()
195         + increase MB_CUR_MAX to 16, matching glibc's MB_LEN_MAX.
196         + corrected mouse mask in test/testcurs.c
197         + improve thread lock in lib_trace.c
198
199 20230527
200         + fixes for compiler warnings/cppcheck.
201
202 20230520
203         + fixes for compiler warnings in MinGW environments.
204
205 20230514
206         + modify test-package "ncurses6-doc" to use manpage-aliases, which in
207           turn required a change to the configure script to factor in the
208           extra-suffix option when deriving alias names.
209         + add mode 1004 to xterm+sm+1006 from xterm #380 -TD
210
211 20230506
212         > build-fixes related to configure-options and/or platform:
213           + fix for --enable-fvisibility
214           + fix for unusual values of --with-rel-version
215           + fix for unusual values of --with-abi-version
216           + fix for --disable-tcap-names
217           + fix for termcap in nc_access.h (report by Werner Fink).
218
219 20230429
220         + revise recent change to _nc_write_entry to isolate it to a Cygwin bug
221           (cf: 20230311)
222         + amend fix for wgetnstr, wgetn_wstr to use cbreak mode unless raw
223           mode was set (cf: 20210522).
224         + fix a few warnings from cppcheck, etc.
225         + correct copy/paste error in nc_access.h (report by Werner Fink).
226
227 20230424
228         + check return value of _nc_save_str(), in special case for tic where
229           extended capabilities are processed but the terminal description was
230           not initialized (report by Ziqiao Kong).
231         + regenerate llib-* files.
232
233 20230423
234         + add tiscan_s() to help applications check formatting capabilities
235           that would be passed to tiparm_s, etc.
236         + add tiparm_s() to provide applications a way to tell ncurses what
237           the expected parameters are for a capability (tmux #3531).
238         + improve check in lib_tparm.c, ensuring that a char* fits into a
239           TPARM_ARG.
240         + add --disable-setuid-environ configure option (request by Sven
241           Joachim).
242         + drop compatibility with obsolete versions of tack, e.g., pre-1.08
243           (Debian #1034549, cf: 20170722).
244
245 20230418
246         + improve checks for limits on privileged execution:
247           + modify _nc_syserr_abort() to use _nc_env_access(), rather than
248             only checking root uid.
249           + use getauxval() when available, to improve setuid/setgid checks.
250           + modify test packages to disable root access/environ options.
251         + modify tgoto() to accept no-parameter capabilities, for joe editor
252           (OpenSUSE #1210485, Gentoo #904263).
253
254 20230415
255         + configure script fixes:
256           + fix copy/paste error in configure option --disable-root-access
257             (report/patch by Sven Joachim).
258           + modify CF_XOPEN_SOURCE macro's amend default case to avoid
259             undefining _XOPEN_SOURCE if _POSIX_C_SOURCE is defined.
260         + modify test_tparm to account for extended capabilities.
261         + add checks in tparm() and tiparm() for misuse of numeric parameters,
262           overlooked in 20230408.
263         + fix errata in clear.1 and curs_terminfo.3x
264
265 20230408
266         + document limitations of tparm, and error-returns in curs_terminfo.3x
267         + document limitations of tgoto, and error-returns in curs_termcap.3x
268         + add xterm+focus to alacritty+common (patch by Christian Duerr).
269         + add "-v" option to tput, to show warnings.
270         > improve checks for malformed terminfo data (report/analysis by
271           Jonathan Bar Or, Michael Pearse, Emanuele Cozzi).
272           + make the parameter type/count checks in _nc_tiparm() more stringent
273           + update tgoto() to account for _nc_tiparm() changes
274           + add checks in tparm() and tiparm() for misuse of string parameters
275           + add special cases in tput to handle extensions Cs/Ms parameters
276           + ignore compiled-terminfo where the array sizes exceed the standard
277
278 20230401
279         + modify experimental Windows driver to work with xterm mouse protocol.
280         + remove DECCOLM+DECSCLM from foot (patch by Daniel Ekloef).
281
282 20230311
283         + improve manpage description for addch versus unctrl format used for
284           non-printable characters.
285         + modify version-check for gcc/g++, now works for msys2.
286         + modify check in _nc_write_entry() for multiply defined aliases to
287           report problems within the current runtime of tic rather than for
288           conflicts with pre-existing terminal descriptions.
289         + allow for MinGW32-/64-bit configurations to use _DEFAULT_SOURCE
290         + clarify interaction of -R option versus -C, -I and -r in infocmp
291           manpage.
292         + build-fix in lib_win32con.c (cf: 20230211).
293
294 20230225
295         + build-fixes for rpm test-packages.
296         + add/use configure check for clock_gettime(), to supersede
297           gettimeofday().
298
299 20230218
300         + configure-script improvements:
301           + recent msys2 headers work with _DEFAULT_SOURCE; amend check
302           + use $ac_includes_default in most cases where stdlib.h should work
303           + use #error consistently vs "make an error"
304           + add configure macro for gettimeofday vs inline check
305
306 20230211
307         + set dwShareMode in calls to CreateConsoleScreenBuffer() (patch by
308           Hannes Domani).
309         + use CreateFile with "CONIN$", "CONOUT$" rather than GetStdHandle to
310           obtain a handle on the actual console, avoiding redirection in the
311           MinGW/Win32 configurations (adapted from patch by LIU Hao).
312
313 20230128
314         + document XF, kxIN and kxOUT -TD
315         + add note on sun/wscons/cmdtool/shelltool -TD
316         + modify configure script check for pkg-config library directory to
317           take into account an older version 0.15.0 which used PKG_CONFIG_PATH
318           but not PKG_CONFIG_LIBDIR
319
320 20230121
321         + correct limit-check when dumping tc/use clause via tic -I (report by
322           Gabriel Ravier).
323         + correct a check for manpage-alias in edit_man.sh, to work with out of
324           tree builds (report by Sven Joachim).
325
326 20230114
327         + change RV to XR/xr, to avoid conflict with pre-existing usage in vim,
328           to use RV/rv to denote DA2 and its response (discussion with Bram
329           Moolenaar) -TD
330         + add XF flag to xterm+focus so that termcap applications can be aware
331           of terminals which may support focus in/out -TD
332         + use xterm+focus in xterm-p370 and tmux -TD
333         + improve configure-script macros vs compiler warnings.
334
335 20230107
336         + add --with-abi-altered configure option (prompted by discussion with
337           Brian Inglis).
338         + add BSD erase2 to characters handled by tset/reset.
339         + improve configure-script macros vs compiler warnings.
340         + regenerate configure scripts with autoconf 2.52.20221202
341         + add RV report+version (suggested by Bram Moolenaar).
342         + add comment to bracketed+paste explaining that vim patch 9.0.1117 is
343           needed for use with the updated xterm descriptions (suggested by Bram
344           Moolenaar).
345
346 20221231 6.4 release for upload to ftp.gnu.org
347         + update release notes
348         + regenerate llib-* files.
349         + correct PS vs PE names in bracketed+paste (report by Bram Moolenaar)
350           -TD
351
352 20221224
353         + add mutex lock/unlock in a few places reported by thread-sanitizer
354         + add/use bracketed+paste to help identify terminals supporting this
355           xterm feature (prompted by discussion with Bram Moolenaar) -TD
356
357 20221217
358         + install Ada95 sample programs in libexecdir, adding a wrapper
359           script to invoke those.
360
361 20221210
362         + add minimal -h/-V getopt logic to the remaining test-programs.
363         + free new_pair() data in delscreen (report by "magiblot").
364         + add clarification of the scope of dynamic variables in terminfo(5).
365         + remove a stray '/' from description of %g in terminfo(5).
366
367 20221203
368         + add -h usage and -V version options to the test-programs which use
369           getopt.
370         + use "command -v" rather than "type" in Ada95/gen/Makefile.in to fix
371           a portability issue (patch by Nicolas Boulenguez).
372         + update ncurses-howto, more documentation fixes along with corrections
373           to example programs.
374
375 20221126
376         + fix an error in pathname of explain.txt (cf: 20200201).
377         + fix an error in "@" command in test/ncurses.c F-menu (cf: 20190121).
378         + improve formatting of ncurses-intro.html and hackguide.html
379         + improve man/curs_clear.3x links to other pages
380
381 20221119
382         + use static libraries for AdaCurses test-package for Mageia, since no
383           gprbuild package is available.
384         + updated test packages for Debian.
385
386 20221112
387         + build-fixes for AdaCurses RPM test-package.
388
389 20221105
390         + regenerate configure scripts with autoconf 2.52.20221009
391         + modify "--with-manpage-format" to support bzip2 and xz compression
392           (prompted by discussion with Sam James).
393         + modify make-tar.sh scripts to make timestamps more predictable.
394
395 20221029
396         + improve curs_slk.3x discussion of extensions and portability (report
397           by Bill Gray).
398
399 20221023
400         + change man_db.renames to template, to handle ncurses*-config script
401           with the extra-suffix configure option.
402
403 20221015
404         + fix another memory-leak in tic.
405         + update install-sh script from autoconf, to fix install problem for
406           Ada95 with Arch; as noted in
407           https://lists.gnu.org/archive/html/automake/2018-09/msg00005.html
408           there are unaddressed issues.
409         + update CF_XOPEN_SOURCE, adding GNU libc suffixes for abi64, abin32,
410           x32 (report by Sven Joachim):
411         + correct ifdef's for _nc_set_read_thread() (patch by Mikhail Korolev,
412           cf: 20220813).
413
414 20221008
415         + correct a switch-statement case in configure script to allow for test
416           builds with ABI=7.
417         + modify misc/gen-pkgconfig.in to allow for the case where the library
418           directory does not yet exist, since this is processed before doing an
419           install (report by Michal Liszcz).
420
421 20221001
422         + modify configure/scripts to work around interference by GNU grep 3.8
423           (report by Sam James).
424         + update CF_XOPEN_SOURCE, adding variants "gnueabi" and "gnueabihf" to
425           get _DEFAULT_SOURCE special case (report by Adam Sampson)
426
427 20220924
428         + modify configure macro CF_BUILD_CC to check if the build-compiler
429           works, rather than that it is different from the cross-compiler, e.g.,
430           to accommodate a compiler which can be used for either purpose with
431           different flags (report by Mikhail Korolev).
432         + fix another memory-leak in tic.
433         + correct change for cppcheck in menu library (report/analysis by
434           "tuxway", cf: 20220903).
435         + update config.guess, config.sub
436
437 20220917
438         + reduce memory-leak in tic by separating allocations for struct entry
439           from TERMTYPE2 (cf: 20220430).
440         + improve interaction between tic -v option and NCURSES_TRACE, by
441           processing the latter only when -v option does not set _nc_tracing.
442         + modify curses_trace() to show the trace-mask as symbols, e.g.,
443           TRACE_ORDINARY, DEBUG_LEVEL(3).
444
445 20220910
446         + amend verbose-option change to make this affect level 3, e.g., using
447           "tic -cv3 terminfo".
448         + work around musl's nonstandard use of feature test macros by adding
449           a definition for NCURSES_WIDECHAR to the generated ".pc" and *-config
450           files (report by Sam James).
451
452 20220903
453         + modify verbose-option of infocmp, tic, toe to enable debug-tracing
454           if that is configured.
455
456 20220827
457         + modify configure scripts to use overlooked cases for LD and
458           PKG_CONFIG variables (report by Alan Webb, Gentoo #866398).
459         + modify nsterm to use xterm+alt1049 (report by Paul Handly) -TD
460         + modify putty to use xterm+alt1049 -TD
461
462 20220820
463         + fix some cppcheck warnings, mostly style, in ncurses and c++
464           libraries and progs directory.
465         + add curses_trace to ifdef's for START_TRACE in test/test.priv.h
466         + update config.guess
467
468 20220813
469         + modify delscreen to more effectively delete all windows on the given
470           screen.
471         + amend portability note for delwin in manual page.
472         + adapt test/test_delwin.c from example by Bill Gray.
473         + account for prescreen data if freeing leaks in pthread-configuration
474         + split-out _nc_set_read_thread(), to reduce compiler warnings about
475           pthread_self(), which may/may not be a weak symbol.
476         + improve pthread-configuration for test/worm.c
477
478 20220806
479         + amend end_of_stream() to allow for input files without a final
480           newline.
481         + check for non-textfiles to tic.
482
483 20220729
484         + fixes to build with dietlibc:
485           + add configure check for fpathconf (report by Georg Lehner).
486           + add configure check for math sine/cosine, needed in test/tclock,
487             and eliminate pow() from test/hanoi (report by Georg Lehner).
488           + use wcsnlen as an alternative to wmemchr if it is not found
489             (adapted from patch by Georg Lehner).
490         + trim out some unwanted linker options from ncurses*config and .pc
491           files seen in Fedora 36+.
492
493 20220724
494         + add portability notes for delscreen and delwin in manual.
495         + improve pthread-configuration for test/worm.c, test/rain.c
496         + improve pointer/limit checks associated with deleting a screen
497           (Debian #1015756).
498
499 20220716
500         + build-fix for test_mouse.c, for non-standard cfmakeraw.
501         + improve shell-scripts with shellcheck
502         + fix typo in run_tic.in (report/patch by Jan Starke).
503
504 20220709
505         + lock the prescreen data consistently in newterm, etc., for the
506           pthreads configuration (report by Tom de Vries).
507
508 20220703
509         + add consistency check in tic for u6/u7/u8/u9 and NQ capabilities.
510         + use NQ to flag entries where the terminal does not support query and
511           response -TD
512         + use ansi+enq and decid+cpr in cases where the terminal probably
513           supported the u6-u9 extension -TD
514         + add/use apollo+vt132, xterm+alt47 -TD
515
516 20220625
517         + improve man/curs_bkgd.3x, explaining that bkgdset can affect results
518           for bkgd (report by Anton Vidovic).
519         + correct dsl in dec+sl (report by Rajeev Pillai) -TD
520         + add/use ansi+cpr, decid+cpr -TD
521
522 20220618
523         + add a null-pointer check for term_names field in copy_termtype(),
524           needed for MinGW port (report by Peiyuan Song, cf: 20220521).
525         + revise kon/kon2/jfbterm to undo "linux2.6" change to
526           smacs/rmacs/enacs (Debian #1012800) -TD
527         + amended note for att610+cvis0, as per documentation for att610,
528           att620, att730 -TD
529
530 20220612
531         + modify waddch_literal() to allow for double-width base character when
532           merging a combining character (report by Gavin Troy).
533         + improve _tracecchar_t2() formatting of base+combining character.
534
535 20220604
536         + add note on portable memory-leak checking in man/curs_memleaks.3x
537         + remove u6-u9 from teken-2018 -TD
538         + set "xterm-new" to "xterm-p370", add "xterm-p371" -TD
539
540 20220529
541         + expanded notes for teken/syscons -TD
542         + fix overlooked copying of extended string-heap in copy_termtype
543           (cf: 20220430).
544         + update config.guess
545
546 20220521
547         + improve memory-leak checking in several test-programs.
548         + set trailing null on string passed from winsnstr() to wins_nwstr().
549         + modify del_curterm() to fix memory-leak introduced by change to
550           copy_termtype().
551
552 20220514
553         + further improvements to test/test_mouse.c; compare with ncurses test
554           program menu A/a.
555
556 20220507
557         + add test/test_mouse.c (patch by Leonid S Usov).
558         + add a few debug-traces for tic, fix a couple of memory-leaks.
559
560 20220501
561         + build-fix for debug-traces (report/patch by Chris Clayton).
562
563 20220430
564         + modify samples for xterm mouse 1002/1003 modes to use 1006 mode, and
565           also provide for focus in/out responses -TD
566         + modify default case in handle_wheel() to always report button-release
567           events, e.g., for xterm mouse mode 1003 (patch by Leonid S Usov).
568         + improve valid_entryname() to disallow characters used in terminfo
569           syntax: '#', '=', '|', '\'.
570         + alter copy_termtype() to allocate new str_table and ext_str_table
571           data rather than relying upon its callers.
572         + use calloc in _nc_init_entry() when allocating stringbuf, to ensure
573           it is initialized.
574         + add library-level TYPE_CALLOC for consistency with TYPE_MALLOC.
575         + add some debug-traces for tic/infocmp.
576
577 20220423
578         + in-progress work on invalid_merge(), disable it (cf: 20220402).
579         + fix memory leak in _nc_tic_dir() when called from _nc_set_writedir().
580         + fix memory leak in tic when "-c" option is used.
581
582 20220416
583         + add a limit-check to guard against corrupt terminfo data
584           (report/testcase by NCNIPC of China).
585         + add check/warning in configure script if option --with-xterm-kbs is
586           missing or inconsistent (Arch #74379).
587         + add setlocale call to several test-programs.
588         + allow extended-color number in opts parameter of wattr_on.
589
590 20220409
591         + add test/test_unget_wch.c
592
593 20220402
594         + amend extended_captype(), returning CANCEL if a string is explicitly
595           cancelled.
596         + make description-fields distinct -TD
597
598 20220326
599         + update teken -TD
600         + add teken-16color, teken-vt and teken-sc -TD
601         + add a few missing details for vte-2018 (report by Robert Lange) -TD
602
603 20220319
604         + add xgterm -TD
605         + correct setal in mintty/tmux entries, add to vte-2018 (report by
606           Robert Lange)
607         + add blink to vte-2018 (report by Robert Lange)
608         + improve tic warning about XT versus redundant tsl, etc.
609
610 20220312
611         + add xterm+acs building-block -TD
612         + add xterm-p370, for use in older terminals -TD
613         + add dec+sl to xterm-new, per xterm patch #371 -TD
614         + add mosh and mosh-256color -TD
615
616 20220305
617         + replace obsolescent "-gnatg" option with "-gnatwa" and "-gnatyg", to
618           work around build problems with gnat 12.
619         + update external links in Ada95.html
620         + trim unused return-value from canonical_name().
621
622 20220226
623         + fix issues found with coverity:
624           + rewrite canonical_name() function of infocmp to ensure buffer size
625           + corrected use of original tty-modes in tput init/reset subcommands
626           + modify tabs program to limit tab-stop values to max-columns
627           + add limit-checks for palette rgb values in test/ncurses.c
628         + add a few null-pointer checks to help with static-analysis.
629         + enforce limit on number of soft-keys used in c++ binding.
630         + adjust a buffer-limit in write_entry.c to quiet a bogus warning from
631           gcc 12.0.1
632
633 20220219
634         + expanded description in man/resizeterm.3x
635         + additional workaround for ImageMagick in test/picsmap.c
636
637 20220212
638         + improve font-formatting in other manpages, for consistency.
639         + correct/improve font-formatting in curs_wgetch.3x (patch by Benno
640           Schulenberg).
641
642 20220205
643         + workaround in test/picsmap.c for use of floating point for rgb values
644           by ImageMagick 6.9.11, which appears to use the wrong upper limit.
645         + improve use of "trap" in shell scripts, using "fixup-trap".
646
647 20220129
648         + minor updates for test-packages
649         + improve handling of --with-pkg-config-libdir option, allowing for the
650           case where either $PKG_CONFIG_LIBDIR or the option value has a
651           colon-separated list of directories (report by Rudi Heitbaum,
652           cf: 20211113).
653         + update kitty -TD
654
655 20220122
656         + add ABI 7 defaults to configure script.
657         + add warning in configure script if file specified for "--with-caps"
658           does not exist.
659         + use fix for CF_FIX_WARNINGS from cdk-perl, ignoring error-exit on
660           format-warnings.
661         + improve readability of long parameterized expressions with the
662           infocmp "-f" option by allowing split before a "%p" marker.
663
664 20220115
665         + improve checks for valid mouse events when an intermediate mouse
666           state is not part of the mousemask specified by the caller (report by
667           Anton Vidovic, cf: 20111022).
668         + use newer version 1.36 of gnathtml for generating Ada html files.
669
670 20220101
671         + add section on releasing memory to curs_termcap.3x and
672           curs_terminfo.3x manpages.
673
674 20211225
675         + improve markup, e.g., for external manpage links in the manpages
676           (prompted by report by Helge Kreutzmann).
677
678 20211219
679         + install ncurses-examples programs in libexecdir, adding a wrapper
680           script to invoke those.
681         + add help-screen and screen-dump to test/combine.c
682
683 20211211
684         + add test/combine.c, to demo/test combining characters.
685
686 20211204
687         + improve configure check for getttynam (report by Werner Fink).
688
689 20211127
690         + fix errata in description fields (report by Eric Lindblad) -TD
691         + add x10term+sl, aixterm+sl, ncr260vp+sl, ncr260vp+vt, wyse+sl -TD
692
693 20211120
694         + add dim, ecma+strikeout to st-0.6 -TD
695         + deallocate the tparm cache when del_curterm is called for the last
696           allocated TERMINAL structure (report/testcase by Bram Moolenaar,
697           cf: 20200531).
698         + modify test-package to more closely conform to Debian multi-arch.
699         + if the --with-pkg-config-libdir option is not given, use
700           ${libdir}/pkgconfig as a default (prompted by discussion with Ross
701           Burton).
702
703 20211115
704         + fix memory-leak in delwin for pads (report by Werner Fink, OpenSUSE
705           #1192668, cf:  20211106),
706
707 20211113
708         + minor clarification to clear.1 (Debian #999437).
709         + add xterm+sl-alt, use that in foot+base (report by Jonas Grosse
710           Sundrup) -TD
711         + improve search-path check for pkg-config, for Debian testing which
712           installs pkg-config with architecture-prefixes.
713
714 20211106
715         + improve check in misc/Makefile.in for empty $PKG_CONFIG_LIBDIR
716         + modify wnoutrefresh to call pnoutrefresh if its parameter is a pad,
717           rather than treating it as an error, and modify new_panel to permit
718           its window-parameter to be a pad (report by Giorgos Xou).
719         + fix a memory-leak in del_curterm (prompted by discussion with Bram
720           Moolenaar, cf: 20210821).
721
722 20211030
723         + simplify some references to WINDOWS._flags using macros.
724         + add a "check" rule in Ada95 makefile, to help with test-packages.
725         + build-fix for cross-compiling to MingW, conditionally add -lssp
726
727 20211026
728         + corrected regex needed for older pkg-config used in Solaris 10.
729         + amend configure option's auto-search to account for systems where
730           none of the directories known to pkg-config exist, adapted from
731           mailing-list comment (report by Milan P. Stanic).
732
733 20211021 6.3 release for upload to ftp.gnu.org
734         + update release notes
735         + add "ncu2openbsd" script, to illustrate how to update an OpenBSD
736           system to use a current ncurses release.
737
738 20211018
739         + check for screen size-change in scr_init() and scr_restore(), in case
740           a screen dump does not match the current screen dimensions (report by
741           Frank Tkalcevic).
742
743 20211017
744         + amend change for pkg-config to account for "none" being returned in
745           the libdir-path result rather than "no" (report by Gabriele Balducci).
746
747 20211016
748         + build-fix for pmake with libtool.
749         + improve make-tar.sh scripts, adding COPYING to tar file, and clean up
750           shellcheck warnings.
751         + add link for "reset6" manpage in test-package ncurses6-doc
752         + revise configure option --with-pkg-config-libdir, using the actual
753           search path from pkg-config or pkgconf using the output from --debug
754           (report by Pascal Pignard).
755         + freeze ABI in ".map" files.
756
757 20211009
758         + implement "+m" option in tabs program.
759         + fill in some details for infoton -TD
760         + fix spelling/consistency in several descriptions -TD
761         + use vt420+lrmm in vt420 -TD
762         + modify save_tty_settings() to avoid opening /dev/tty for cases other
763           than reset/init, e.g., for clear.
764         + modify output of "toe -as" to show first description found rather
765           than the last.
766         + improve tic checks for number of parameters of smglp, smgrp, smgtp,
767           and smgbp (cf: 20020525).
768         + correct off-by-one comparison in last_char(), which did not allow
769           special case of ":" in a terminfo description field (cf: 20120407).
770         + remove check in tic that assumes that none or both parameterized and
771           non-parameterized margin-setting capabilities are present
772           (cf: 20101002).
773
774 20211002
775         + use return-value from vsnprintf to reallocate as needed to allow for
776           buffers larger than the screen size (report by "_RuRo_").
777         + modify tset "-q" option to refrain from modifying terminal modes, to
778           match the documentation.
779         + add section on margins to terminfo.5, adapted from X/Open Curses.
780         + make tput/tset warning messages consistently using alias names when
781           those are used, rather than the underlying program's name.
782         + improve tput usage message for aliases such as clear, by eliminating
783           tput-specific portions.
784         + add a check in toe to ensure that a "termcap file" is text rather
785           than binary.
786         + further build-fixes for OpenBSD 6.9, whose header files differ from
787           the other BSDs.
788
789 20210925
790         + add kbeg to xterm+keypad to accommodate termcap applications -TD
791         + add smglp and smgrp to vt420+lrmm, to provide useful data for the
792           "tabs" +m option -TD
793         + build-fix for gcc 3.4.3 with Solaris10, which does not allow forward
794           reference of anonymous struct typedef.
795         + modify tput to allow multiple commands per line.
796         + minor fixes for tset manpage.
797
798 20210911
799         + adjust ifdef in test_opaque.c to fix build with ncurses 5.7
800         + add testing note for xterm-{hp|sco|sun} -TD
801         + corrected description for ansi.sys-old -TD
802         + add xterm+nopcfkeys, to fill in keys for xterm-hp, xterm-sun -TD
803         + use hp+arrows in a few places -TD
804         + use hp+pfk-cr in a few places -TD
805
806 20210905
807         + correct logic in filtering of redefinitions (report by Sven Joachim,
808           cf: 20210828).
809
810 20210904
811         + modify linux3.0 entry to reflect default mapping of shift-tab by
812           kbd 1.14 (report by Jan Engelhardt) -TD
813         + add historical note to tput, curses-terminfo and curses-color
814           manpages based on source-code for SVr2, SVr3 and SVr4.
815         + minor grammatical fixes for "it's" vs "its" (report by Nick Black).
816         + amend fix for --disable-root-environ (report by Arnav Singh).
817         + build-fix for compiling link_test
818         + drop symbols GCC_PRINTF and GCC_SCANF from curses.h.in, to simplify
819           use (Debian #993179).
820
821 20210828
822         + correct reversed check for --disable-root-environ (report/analysis
823           by Arnav Singh, cf: 20210626).
824         + apply gcc format attribute to prototypes which use a va_list
825           parameter rather than a "..." variable-length parameter list
826           (prompted by discussion in a tmux pull-request).
827         + modify configure scripts to filter out redefinitions of _XOPEN_SOURCE,
828           e.g., for NetBSD which generally supports 500, but 600 is needed for
829           ncursesw.
830         + improve documentation for tparm and static/dynamic variables.
831         + improve typography in terminfo.5 (patch by Branden Robinson).
832
833 20210821
834         + improve tparm implementation of %P and %g, more closely matching
835           SVr4 terminfo.
836         + move internals of TERMINAL structure to new header term.priv.h
837         + add "check" rule for ncurses/Makefile
838         + corrected tsl capability for terminator -TD
839         + add check in tic to report instances where tparm would detect an
840           error in an expression (cf: 20201010).
841         + correct a few places where SP->_pair_limit was used rather than
842           SP->_pair_alloc (cf: 20170812).
843         + fix missing "%d" for setaf/setab code 8-15 in xterm+direct16 (report
844           by Florian Weimer) -TD
845         + fix some documentation errata from OpenBSD changes.
846         + update config.sub
847
848 20210814
849         + add workaround for broken pcre2 package in Debian 10, from xterm #369.
850
851 20210807
852         + ignore "--dynamic-linker" option in generated pkg/config files,
853           adapted from "distr1" patch.
854         + add CF_SHARED_OPTS case for Haiku, from patch in haikuports.
855
856 20210731
857         + add extensions in xterm+tmux and ecma+strikeout to ms-terminal,
858           but cancel the non-working Cr and Ms capabilities -TD
859         + add foot and foot-direct -TD
860
861 20210724
862         + add workaround for Windows Terminal's problems with CR/LF mapping to
863           ms-terminal (patch by Juergen Pfeifer).
864         + review/update current Windows Terminal vs ms-terminal -TD
865
866 20210718
867         + correct typo in "vip" comments (report by Nick Black), reviewed this
868           against Glink manual -TD
869         + fill in some missing pieces for pccons, to make it comparable to the
870           vt220 entry -TD
871         + modify mk-1st.awk to account for extra-suffix configure option
872           (report by Juergen Pfeifer).
873         + change default for --disable-wattr-macros option to help packagers
874           who reuse wide ncursesw header file with non-wide ncurses library.
875         + build-fix for test/test_opaque.c, for configurations without opaque
876           curses structs.
877
878 20210710
879         + improve history section for tset manpage based on the 1BSD tarball,
880           which preceded BSD's SCCS checkins by more than three years.
881         + improve CF_XOPEN_CURSES macro used in test/configure (report by Urs
882           Jansen).
883         + further improvement of libtool configuration, adding a dependency of
884           the install.tic rule, etc., on the library in the build-tree.
885         + update config.sub
886
887 20210703
888         + amend libtool configuration to add dependency for install.tic, etc.,
889           in ncurses/Makefile on the lower-level libraries.
890         + modify configure script to support ".PHONY" make program feature.
891
892 20210626
893         + add configure option --disable-root-access, which tells ncurses to
894           disallow most file-opens by setuid processes.
895         + use default colors in pccon "op" -TD
896         + correct rmacs/smacs in aaa+dec, aaa+rv -TD
897         + add hpterm-color2 and hp98550-color (Martin Trusler)
898         + regenerate man-html documentation.
899
900 20210619
901         + improve configure-macro used for dependencies of --disable-leaks such
902           as --with-valgrind
903         + trim trailing blanks from files
904
905 20210612
906         + fixes for scan-build, valgrind build/testing.
907         + update config.guess
908
909 20210605
910         + add a summary of ncurses-specific preprocessor symbols to curses.h
911           (prompted by discussion with Peter Farley, Bill Gray).
912
913 20210522
914         + regenerate configure scripts with autoconf 2.52.20210509 to eliminate
915           an unnecessary warning in config.log (report by Miroslav Lichvar).
916         + add a note in manual page to explain ungetch vs unget_wch (prompted
917           by discussion with Peter Farley).
918         + add sp-funcs for erasewchar, killwchar.
919         + modify wgetnstr, wgetn_wstr to improve compatibility with SVr4 curses
920           in its treatment of interrupt and quit characters (prompted by
921           report/testcase by Bill Gray)
922         + update config.guess, config.sub
923
924 20210515
925         + improve manual pages for wgetnstr, newwin (prompted by
926           report/testcase by Bill Gray).
927
928 20210508
929         + modify tputs' error check to allow it to be used without first
930           calling tgetent or setupterm, noting that terminfo initialization
931           is required for supporting the terminfo delay feature (report by
932           Sebastiano Vigna).
933         + fix several warnings from clang --analyze
934         + add null-pointer check in comp_parse.c, when a "use=" clause refers
935           to a nonexisting terminal description (report/patch by Miroslav
936           Lichvar, cf: 20210227).
937
938 20210501
939         + add a special case in the configure script to work around one of the
940           build-time breakages reported for OpenBSD 6 here:
941              https://www.mail-archive.com/bugs@openbsd.org/msg13200.html
942           There is no workaround for the other issue, a broken linker spec.
943         + modify configure check for libtool to prevent accidental use of an
944           OpenBSD program which uses the same name.
945         + update config.guess, config.sub
946
947 20210424
948         + avoid using broken system macros for snprintf which interfere with
949           _nc_SLIMIT's conditionally adding a parameter when the string-hacks
950           configure option is enabled.
951         + add a "all::" rule before the new "check" rule in test/Makefile.in
952
953 20210418
954         + improve CF_LINK_FUNCS by ensuring that the source-file is closed
955           before linking to the target.
956         + add "check" rules for headers in c++, progs and test-directories.
957         + build-fix for termsort module when configured with termcap (reports
958           by Rajeev V Pillai, Rudi Heitbaum).
959
960 20210417
961         + extend --disable-pkg-ldflags option to also control whether $LDFLAGS
962           from the build is provided in -config and .pc files (Debian #986764).
963         + fix some cppcheck warnings, mostly style, in ncurses and c++
964           libraries and progs directory.
965         + fix off-by-one limit for tput's processing command-line arguments
966           (patch by Hadrien Lacour).
967
968 20210403
969         + fix some cppcheck warnings, mostly style, in ncurses library and
970           progs directory.
971         + improve description of BSD-style padding in curs_termcap.3x
972         + improved CF_C11_NORETURN macro, from byacc changes.
973         + fix "--enable-leak" in CF_DISABLE_LEAKS to allow turning
974           leak-checking off later in a set of options.
975         + relax modification-time comparison in CF_LINK_FUNCS to allow it to
976           accept link() function with NFS filesystems which change the mtime
977           on the link target, e.g., several BSD systems.
978         + call delay_output_sp to handle BSD-style padding when tputs_sp is
979           called, whether directly or internally, to ensure that the SCREEN
980           pointer is passed correctly (reports by Henric Jungheim, Juraj
981           Lutter).
982
983 20210327
984         + build-fixes for Solaris10 /bin/sh
985         + fix some cppcheck warnings, mostly style, in ncurses test-programs,
986           form and menu libraries.
987
988 20210323
989         + add configure option --enable-stdnoreturn, making the _Noreturn
990           keyword optional to ease transition (prompted by report by
991           Rajeev V Pillai).
992
993 20210320
994         + improve parameter-checking in tput by forcing it to analyze any
995           extended string capability, e.g., as used in the Cs and Ms
996           capabilities of the tmux description (report by Brad Town,
997           cf: 20200531).
998         + remove an incorrect free in the fallback (non-checking) version of
999           _nc_free_and_exit (report by Miroslav Lichvar).
1000         + correct use-ordering in some xterm-direct flavors -TD
1001         + add hterm, hterm-256color (Mike Frysinger)
1002         + if the build-time compiler accepts c11's _Noreturn keyword, use that
1003           rather than gcc's attribute.
1004         + change configure-check for gcc's noreturn attribute to assume it is
1005           a prefix rather than suffix, matching c11's _Noreturn convention.
1006         + add "lint" rule to c++/Makefile, e.g., with cppcheck.
1007
1008 20210313
1009         + improve configure CF_LD_SEARCHPATH macro used for ncurses*-config and
1010           ".pc" files, from dialog changes.
1011         + reduce dependency of math-library in test programs.
1012         + minor fixes for test_tparm.c (cf: 20210306)
1013         + mention "ncurses" prefix in curses_version() manpage (report by
1014           Michal Bielinski).
1015
1016 20210306
1017         + improved test/test_tparm.c, by limiting the tests to capabilities
1018           that might have parameters or padding, and combined with tputs test.
1019         + improve discussion of padding versus tparm and tputs in
1020           man/curs_terminfo.3x
1021         + update portability note for FreeBSD in man/tput.1
1022
1023 20210227
1024         + modify tic/infocmp to eliminate unnecessary "\" to escape ":" in
1025           terminfo format.
1026         + add check in tic for duplicate "use=" clauses.
1027
1028 20210220
1029         + improve tic warning when oc/op do not mention SGR 39/49 for xterm
1030           compatible XT flag.
1031         + revert change to lib_addch.c in waddch_literal() from 20210130, since
1032           the followup fix in PutCharLR() actually corrects the problem while
1033           this change causes too-early filling/wrapping (report by Johannes
1034           Altmanninger).
1035         + add/use vt220+pcedit and vt220+vtedit  -TD
1036         + add scrt/securecrt and absolute -TD
1037         + add nel to xterm-new, though supported since X11R5 -TD
1038         + add/use xterm+nofkeys -TD
1039         + move use of ecma+italics from xterm-basic to xterm+nofkeys -TD
1040
1041 20210213
1042         + add test/back_ground.c, to exercise the wide-character background
1043           functions.
1044         + add a check in _nc_build_wch() in case the background character is a
1045           wide-character, rather than a new part of a multibyte character.
1046         + improve tracemunch's coverage of form/menu/panel libraries.
1047         + improve tracemunch's checking/reporting the type for the first
1048           parameter, e.g., "WINDOW*" rather than "#1".
1049
1050 20210206
1051         + provide for wide-characters as background character in wbkgrnd
1052           (report/testcase by Anton Vidovic)
1053         + add name for Fedora's pcre2 to configure check for "--with-pcre2"
1054           option, from xterm #363 -TD
1055         + modify adjustment in PutCharLR to restore the cursor position before
1056           writing to the lower-right corner, rather than decrementing the
1057           cursor column, in case it was a double-width character (cf: 20210130).
1058
1059 20210130
1060         + correct an off-by-one in comparison in waddch_literal() which caused
1061           scrolling when a double-cell character would not fit at the lower
1062           right corner of the screen (report by Benno Schulenberg).
1063         + split-out att610+cvis, vt220+cvis, vt220+cvis8 -TD
1064         + add vt220-base, for terminal emulators which generally have not
1065           supported att610's blinking cursor control -TD
1066         + use vt220+cvis in vt220, etc -TD
1067         + use att610+cvis, xterm+tmux and ansi+enq in kitty -TD
1068         + use vt220+cvis in st, terminology, termite since they ignore
1069           blinking-cursor detail in att610+cvis -TD
1070
1071 20210123
1072         + modify package/config scripts to provide an explicit -L option for
1073           cases when the loader search path has other directories preceding
1074           the one in which ncurses is installed (report by Yuri Victorovich).
1075         + minor build-fixes in configure script and makefiles to work around
1076           quirks of pmake.
1077
1078 20210116
1079         + add comment for linux2.6 regarding CONFIG_CONSOLE_TRANSLATIONS
1080           (report by Patrick McDermott) -TD
1081         + make opts extension for getcchar work as documented for ncurses 6.1,
1082           adding "-g" flag to test/demo_new_pair to illustrate.
1083
1084 20210109
1085         + fix errata in man/ncurses.3x from recent updates.
1086         + improve quoting/escaping in configure script, uses some features of
1087           autoconf 2.52.20210105
1088
1089 20210102
1090         + update man/curs_memleaks.3x, to include <term.h> which declares
1091           exit_terminfo.
1092         + clarify man/curs_terminfo.3x, to mention why the macro setterm is
1093           defined in <curses.h>, and remove it from the list of prototypes
1094           (prompted by patch by Graeme McCutcheon).
1095         + amend man/curs_terminfo.3x, to note that <curses.h> is required
1096           for certain functions, e.g., those using chtype or attr_t for
1097           types, as well as mvcur (cf: 20201031).
1098         + use parameter-names in prototypes in curs_sp_funcs.3x, for
1099           consistency with other manpages.
1100
1101 20201227
1102         + update terminology entry to 1.8.1 -TD
1103         + fix some compiler-warnings which gcc8 reports incorrectly.
1104
1105 20201219
1106         + suppress hyphenation in generated html for manpages, to address
1107           regression in upgrade of groff 1.22.2 to 1.22.3.
1108         + fix inconsistent sort-order in see-also sections of manpages (report
1109           by Chris Bennett).
1110
1111 20201212
1112         + improve manual pages for form field-types.
1113
1114 20201205
1115         + amend build-fixes for gnat 10 to work with certain systems lacking
1116           gprbuild (cf: 20200627).
1117         + eliminate an additional strlen and wsclen.
1118         + eliminate an unnecessary strlen in waddnstr() (suggested by Benjamin
1119           Abendroth).
1120         + modify inopts manpage, separating the items for nodelay and notimeout
1121           (patch by Benno Schulenberg).
1122         + correct mlterm3 kf1-kf4 (Debian #975322) -TD
1123         + add flash to mlterm3 -TD
1124
1125 20201128
1126         + add Smulx to alacritty (Christian Duerr).
1127         + add rep to PuTTY -TD
1128         + add putty+keypad -TD
1129         + add another fflush(stdout) in _nc_flush() to handle time-delays in
1130           the middle of strings such as flash when the application uses
1131           low-level calls rather than curses (cf: 20161217).
1132         + modify configure check for c89/c99 aliases of clang to use its
1133           -std option instead, because some platforms, in particular macOS,
1134           do not provide workable c89/c99 aliases.
1135
1136 20201121
1137         + fix some compiler-warnings in experimental Windows-10 driver.
1138         + add the definitions needed in recent configure-check for clang
1139           (report by Steven Pitman).
1140
1141 20201114
1142         + fix some compiler-warnings in experimental Windows-10 driver.
1143         + modify a check for parameters in terminfo capabilities to handle the
1144           special case where short extended capability strings were not
1145           converted from terminfo to termcap format.
1146         + modify CF_MIXEDCASE_FILENAMES macro, adding darwin as special case
1147           when cross-compiling (report by Eli Rykoff).
1148
1149 20201107
1150         + update kitty+common -TD
1151         + add putty+screen and putty-screen (suggested by Alexandre Montaron).
1152         + explain in ncurses.3x that functions in the tinfo library do not rely
1153           upon wide-characters (prompted by discussion with Reuben Thomas).
1154
1155 20201031
1156         + modify MKterm.h.in so that it is not necessary to include <curses.h>
1157           before <term.h> (prompted by discussion with Reuben Thomas).
1158         + review/improve synopsis for curs_sp_funcs.3x (prompted by discussion
1159           with Reuben Thomas).
1160         + improve format of output in tic's check_infotocap() function, to
1161           ensure that the messages contain only printable text.
1162         + modify configure-check for clang to verify that -Qunused-arguments
1163           is supported.  IBM's xlclang does not support it (report by Steven
1164           Pitman).
1165
1166 20201024
1167         + provide workaround configure-check for bool when cross-compiling.
1168         + fix a potential indexing error in _nc_parse_entry(), seen with
1169           Herlim's test data using address-sanitizer.
1170         + change a null-pointer check in set_curterm to a valid-string check,
1171           needed in to tic's use-resolution when pad_char is cancelled
1172           (report/testcase by Robert Sebastian Herlim)
1173         + improve tic's -c option to validate the number and type of parameters
1174           and compare against expected number/type before deciding which set of
1175           parameter-lists to use in tparm calls (report/testcase by Robert
1176           Sebastian Herlim).
1177         + fix a link for tabs.1 manpage in announce.html.in (report by Nick
1178           Black), as well as some fixes via linklint.
1179
1180 20201017
1181         + improve manpage typography.
1182         + improve discussion in curs_addch.3x of the use of unctrl to display
1183           nonprintable characters.
1184         + add a note in terminfo.5 explaining that no-parameter strings such
1185           as sgr0 or cnorm should not be used with tparm.
1186
1187 20201010
1188         + correct sgr in aaa+rv (report by Florian Weimer) -TD
1189         + fix some sgr inconsistencies in d230c, ibm6153, ibm6154,
1190           ncrvt100an -TD
1191         + improve tic's check for errors detected in tparm (prompted by
1192           discussion with Florian Weimer).
1193         + set output-mode to binary in experimental Windows-10 driver (Juergen
1194           Pfeifer).
1195
1196 20201003
1197         + remove output-related checks for nl/nonl (report by Leon Winter).
1198         + change tmux's kbs to ^? (report by Premysl Eric Janouch)
1199         + simplify mlterm initialization with DECSTR -TD
1200         + fix a typo in man/curs_terminfo.3 (Reuben Thomas).
1201         + add tmux-direct (tmux #2370, Debian #895754)
1202         + add user-defined capabilities from mintty to Caps-ncurses, for
1203           checking consistency with tic.
1204
1205 20200926
1206         + correct configure-check for gnurx library.
1207         + regenerate llib-* files.
1208         + modify tracemunch and the panel library to show readable traces for
1209           panel- and user-pointers.
1210
1211 20200919
1212         + update mlterm3 for 3.9.0 (report by Premysl Eric Janouch) -TD
1213
1214 20200918
1215         + corrected condition for appending curses.events to the generated
1216           curses.h (report by Sven Joachim, Debian #970545).
1217
1218 20200912
1219         + add configure-check for systre/tre with mingw configuration, to get
1220           the library-dependencies as seen in msys2 configuration for mingw64.
1221         + build-fixes for the win32-driver configuration.
1222         + use more defensive binary mode setting for Win32 (Juergen Pfeifer).
1223
1224 20200907
1225         + fix regression in setupterm validating non-empty $TERM (report by
1226           Soren Tempel).
1227
1228 20200906
1229         + merge/adapt in-progress work by Juergen Pfeifer for new version of
1230           win32-driver.
1231         + correct description of vt330/vt340 (Ross Combs).
1232
1233 20200831
1234         + build-fix for awk-scripts modified for win32-driver (report by Werner
1235           Fink).
1236
1237 20200829
1238         + remove a redundant NCURSES_EXPORT as a build-fix for "Maarten
1239           Anonymous".
1240         + merge/adapt in-progress work by Juergen Pfeifer for new version of
1241           win32-driver.
1242         + modify configure script, moving gcc -Werror options to EXTRA_CFLAGS
1243           to avoid breaking configure-checks (adapted from ongoing work on
1244           mawk and lynx).
1245         > errata for terminfo.src (report by Florian Weimer):
1246         + correct icl6404 csr
1247         + correct ti916 cup
1248         + improve ndr9500
1249
1250 20200822
1251         + improve version-number extraction in MKlib_gen.sh
1252         + make the test-package for manpages installable by adjusting the
1253           man_db.renames file.
1254         + correct an off-by-one loop-limit in convert_strings function
1255           (report by Yue Tai).
1256         + add CF_SHARED_OPTS cases for HPE NonStop systems (Randall S Becker).
1257         + modify CF_SHARED_OPTS case for NetBSD to use the same "-shared"
1258           option for the non-rpath case as for the rpath case, to allow gcc to
1259           provide suitable runtime initialization (report by Rajeev V Pillai).
1260
1261 20200817
1262         + reduce build-warnings by excluding ncurses-internals from deprecation
1263           warnings.
1264         + mark wgetch-events feature as deprecated.
1265         + add definition for $(LIBS) to ncurses/Makefile.in, to simplify builds
1266           using the string-hacks option.
1267         + prevent KEY_EVENT from appearing in curses.h unless the configure
1268           option --enable-wgetch-events is used (report by Werner Fink).
1269
1270 20200816
1271         + amend tic/infocmp check to allow for the respective tool's absence
1272           (report by Steve Wills, cf: 20200808).
1273         + improved some of the build-scripts with shellcheck
1274         + filter out -MT/-MD/-MTd/-MDd options in script for Visual Studio C++
1275           (discussion with "Maarten Anonymous").
1276
1277 20200808
1278         + improve discussion of the system's tic utility when used as part
1279           of cross-compiling (discussion with Keith Marshall).
1280         + modify configuration checks for build-time tic/infocmp to use
1281           AC_CHECK_TOOL. That can still be overridden by --with-tic-path and
1282           --with-infocmp-path when fallbacks are used, but even if not using
1283           fallbacks, the improved check may help with cross-compiling
1284           (discussion with Keith Marshall).
1285         + other build-fixes for Ada95 with MinGW.
1286         + modify Ada95 source-generation utility to write to a file given as
1287           parameter rather than to the standard output, allowing builds with
1288           MinGW.
1289
1290 20200801
1291         + remove remaining parts of checks for ISC Unix (cf: 20121006).
1292         + add user32.lib to LDFLAGS for Visual Studio C++ configuration
1293           (discussion with "Maarten Anonymous").
1294         + modify MKkey_defs.sh to hide ncurses' definition of KEY_EVENTS to
1295           reduce Visual Studio C++ redefinition warnings.
1296         + improve/update checks for external functions in test/configure
1297
1298 20200725
1299         + set LINK_TESTS in CF_SHARED_OPTS for msvc (patch by
1300           "Maarten Anonymous")
1301         + improved workaround for redefinition-warnings for KEY_EVENT.
1302         + improve man/term.5 section on legacy storage format (report by
1303           Florian Weimer).
1304
1305 20200718
1306         + reduce redefinition-warnings for KEY_EVENT when building with Visual
1307           Studio C++.
1308         + define NCURSES_STATIC when compiling programs to link with static
1309           libraries, to work with MinGW vs Visual Studio C++.
1310         > additional changes for building with Visual Studio C++ and msys2
1311           (reports/patches by "Maarten Anonymous")
1312         + modify c++/Makefile.in to set the current directory while compiling
1313           the main program, so the linker can find related objects.
1314         + several changes to allow the c++/demo program to compile/link.
1315         + change an ifdef in test-directory, to use VC++ wide-character funcs.
1316
1317 20200711
1318         + fix pound-sign mapping in acsc of linux2.6 entry (report by Ingo
1319           Bruckl).
1320         + additional changes for building with Visual Studio C++ and msys2
1321           (reports/patches by "Maarten Anonymous")
1322         + build-improvements for Windows 10 and MinGW (patch by Juergen
1323           Pfeifer).
1324         + fix a typo in curs_printw.3x (patch by William Pursell).
1325         + fix two errors in infotocap which allowed indexing outside the
1326           buffer (report/testcases by Zhang Gan).
1327         + update length of strings in infocmp's usage function to restore a
1328           trailing null on the longest string (report/testcase by Zhang Gen).
1329
1330 20200704
1331         + modify version-check with Ada generics to use the same pattern as in
1332           the check for supported gnat versions (report by Pascal Pignard).
1333         > additional changes for building with Visual Studio C++ and msys2
1334           (patches by "Maarten Anonymous"):
1335         + adjust headers/declarations to provide for "dllimport" vs "dllexport"
1336           declarations when constructing DLLs, to worko with Visual Studio C++.
1337
1338 20200627
1339         + build-fixes for gnat 10.1.1, whose gnatmake drops integration with
1340           gprbuild.
1341         + correct buffer-length in test/color_name.h
1342
1343 20200613
1344         + update list of functions in ncurses.3x
1345         + move dlclose() call from lib_mouse.c to delscreen() to avoid a case
1346           in the former which could be called from SIGTSTP handler (Debian
1347           #961097).
1348
1349 20200606
1350         + add xterm+256color2, xterm+88color2, to deprecate nonstandard usage
1351           in xterm+256color, xterm+88color -TD
1352         + add shifted Linux console keys in linux+sfkeys entry for
1353           screen.linux (report by Alexandre Montaron).
1354         + use vt100+enq in screen (report by Alexandre Montaron).
1355         + add screen.linux-s alias (suggested by Alexandre Montaron).
1356
1357 20200531
1358         + correct configure version-check/warnng for g++ to allow for 10.x
1359         + re-enable "bel" in konsole-base (report by Nia Huang)
1360         + add linux-s entry (patch by Alexandre Montaron).
1361         + drop long-obsolete convert_configure.pl
1362         + add test/test_tparm.c, for checking tparm changes.
1363         + improve parameter-checking for tparm, adding function _nc_tiparm() to
1364           handle the most-used case, which accepts only numeric parameters
1365           (report/testcase by "puppet-meteor").
1366         + use a more conservative estimate of the buffer-size in lib_tparm.c's
1367           save_text() and save_number(), in case the sprintf() function
1368           passes-through unexpected characters from a format specifier
1369           (report/testcase by "puppet-meteor").
1370         + add a check for end-of-string in cvtchar to handle a malformed
1371           string in infotocap (report/testcase by "puppet-meteor").
1372
1373 20200523
1374         + update version-check for gnat to allow for gnat 10.x to 99.x
1375         + fix an uninitialized variable in lib_mouse.c changes (cf: 20200502)
1376         + add a check in EmitRange to guard against repeat_char emitting digits
1377           which could be interpreted as BSD-style padding when --enable-bsdpad
1378           is configured (report/patch by Hiltjo Posthuma).
1379         + add --disable-pkg-ldflags to suppress EXTRA_LDFLAGS from the
1380           generated pkg-config and ncurses*-config files, to simplify
1381           configuring in the case where rpath is used but the packager wants
1382           to hide the feature (report by Michael Stapelberg).
1383         > fixes for building with Visual Studio C++ and msys2 (patches by
1384           "Maarten Anonymous"):
1385         + modify CF_SHARED_OPTS to generate a script which translates linker
1386           options into Visual Studio's dialect.
1387         + omit parentheses around function-names in generated lib_gen.c to
1388           work around a Visual Studio C++ limitation.
1389
1390 20200516
1391         + add notes on termcap.h header in curs_termcap.3x
1392         + update notes on vscode / xterm.js -TD
1393
1394 20200509
1395         + add "-r" option to the dots test-programs, to help with scripting
1396           a performance comparison.
1397         + build-fix test/move_field.c for NetBSD curses, whose form headers
1398           use different names than SVr4 or ncurses.
1399
1400 20200502
1401         + add details on the change to Linux SGR 21 in 2018 -TD
1402         + add xterm-direct16 and xterm-direct256 -TD
1403         + modify lib_mouse.c to check for out-of-range button numbers, convert
1404           those to position reports.
1405
1406 20200425
1407         + use vt100+fnkeys in putty -TD
1408         + fix a typo in tput.1; "columns" should be "cols".
1409
1410 20200418
1411         + improve tracemunch logic for "RUN" compaction.
1412         + fix a special case in wresize() where copying the old text did not
1413           check if the last cell on a row was the beginning of a fullwidth
1414           character (adapted from patch by Benno Schulenberg).
1415         + use vt52+keypad in xterm-vt52, from xterm #354 -TD
1416         + improve see-also section of user_caps.5
1417
1418 20200411
1419         + fix find_pair(), overlooked when refactoring for _nc_reserve_pairs()
1420           (report/testcase by Brad Town, cf: 20170812).
1421         + add a trailing null for magic-string in putwin, flagged by gcc 10
1422         + update check for gcc version versus gnat to work with gcc 10.x
1423
1424 20200404
1425         + modify -fvisibility check to work with g++
1426         > fixes for building with Visual Studio C++ and msys2 (patches by
1427           "Maarten Anonymous"):
1428         + add configure option and check for gcc -fvisibility=hidden feature
1429         + define NCURSES_NOMACROS in lib_gen.c to work around Visual Studio
1430           C++ preprocessor limitations.
1431         + modify some of the configure-macros, as well as mk-1st.awk to work
1432           with Visual Studio C++ default filenaming.
1433
1434 20200328
1435         + correct length of buffer copied in dup_field().
1436         + remove "$(srcdir)/" from path of library.gpr, needed for out-of-tree
1437           builds of Ada95 (patch by Adam Van Ymeren).
1438
1439 20200321
1440         + improve configure-checks to reduce warnings about unused variables.
1441         + improve description of error-returns in waddch and waddnstr manual
1442           pages (prompted by patch by Benno Schulenberg).
1443         + add test/move_field.c to demonstrate move_field(), and a stub for
1444           a corresponding demo of dup_field().
1445
1446 20200314
1447         + add history note to curs_scanw.3x for <stdarg.h> and <varargs.h>
1448         + add history note to curs_printw.3x for <stdarg.h> and <varargs.h>
1449         + add portability note to ncurses.3x regarding <stdarg.h>
1450
1451 20200308
1452         + update copyright notices in test-packages.
1453         + modify tracemunch to guard against errors in its known_p1 table.
1454         + add several --with-xxx-libname options, to help with pkgsrc (prompted
1455           by discussion with Thomas Klausner).
1456
1457 20200301
1458         + modify wbkgd() and wbkgrnd() to avoid storing a null in the
1459           background character, because it may be used in cases where the
1460           corresponding 0x80 is not treated as a null (report by Marc Rechte,
1461           cf: 20181208).
1462
1463 20200229
1464         + modify CF_NCURSES_CONFIG to work around xcode's c99 "-W" option,
1465           which conflicts with conventional use for passing linker options.
1466         > fixes for building with Visual Studio C++ and msys2 (patches by
1467           "Maarten Anonymous"):
1468         + check for pcre2posix.h instead of pcre2-posix.h
1469         + add case in CF_SHARED_OPTS for msys2 + msvc
1470         + add fallback definition for STDIN_FILENO in progs.priv.h
1471         + modify win_driver.c to use _alloca() rather than gcc's variable
1472           length array feature.
1473         + add NCURSES_IMPEXP to ncurses wrapped-variable declarations
1474         + remove NCURSES_IMPEXP from class variables in c++/cursslk.h
1475         + remove fallback prototype for exit() from c++/etip.h.in
1476         + use configured check for <sys/time.h> in a couple of places
1477         + conditionally include winsock.h in ncurses/win32con/gettimeofday.c,
1478           because Visual Studio needs this for the timestruct declaration.
1479         + adjust syntax in a couple of files using the NCURSES_API symbol.
1480
1481 20200222
1482         + expanded note in ncurses.3x regarding automatically-included headers
1483         + improve vt50h and vt52 based on DECScope manual -TD
1484         + add/use vt52+keypad and vt52-basic -TD
1485         + check/workaround for line-too-long in Ada95 generate utility when
1486           building out-of-tree.
1487         + improve/update HEADER_DEPS in */Makefile.in
1488         + add "check" rule to include/Makefile, to demonstrate that the headers
1489           include all of the required headers for the types used.
1490
1491 20200215
1492         + improve manual page for panel library, extending the portability
1493           section as well as documenting error-returns.
1494         + show tic's version when installing terminal database in run_tic.sh
1495         + correct check for gcc vs other compilers used in ncurses 6.0, from
1496           FreeBSD patch by Kyle Evans (cf: 20150725).
1497         + add notes for 6.2 to INSTALL.
1498
1499 20200212 6.2 release for upload to ftp.gnu.org
1500         + update release notes
1501         + minor build-fixes, mostly to test-package scripts
1502
1503 20200208
1504         + modify check for sizeof(wchar_t) to ensure it gives useful result
1505           when cross-compiling.
1506         + drop assumption in configure script that Cygwin's linker is broken.
1507         + define NCURSES_BROKEN_LINKER if the broken-linker feature is used,
1508           to simplify configure-checks for ncurses-examples.
1509
1510 20200202
1511         + reassert copyright on ncurses, per discussion in ncurses FAQ:
1512           https://invisible-island.net/ncurses/ncurses.faq.html#relicensed
1513
1514 20200201
1515         + modify comparison in make_hash.c to correct a special case in
1516           collision handling for Caps-hpux11
1517         + add testing utility report_hashing to check hash-tables used for
1518           terminfo and termcap names.
1519         + fix a missing prototype for _nc_free_and_exit().
1520         + update a few comments about tack 1.07
1521         + use an awk script to split too-long pathnames used in Ada95 sample
1522           programs for explain.txt
1523
1524 20200118
1525         + expanded description of XM in user_caps.5
1526         + improve xm example for xterm+x11mouse, xterm+sm+1006 -TD
1527         + add history section to curs_slk.3x and curs_terminfo.3x manpages.
1528         + update alacritty entries for 0.4.0 (prompted by patch by
1529           Christian Durr) -TD
1530         + correct spelling errors found with codespell.
1531         + fix for test/configure, from xterm #352.
1532
1533 20200111
1534         + improve configure macros which check for the X11/Intrinsic.h header,
1535           to accommodate recent MacOS changes.
1536         + suppress gcc's -Winline warning; it has not been useful for some time
1537         + update config.guess, config.sub
1538
1539 20200104
1540         + modify a couple of macros in aclocal.m4 to allow autoconf 2.69 to
1541           "work", to help illustrate discussion in
1542           https://invisible-island.net/autoconf/my-autoconf.html
1543         + fix some warnings from autoheader-252
1544
1545 20191228
1546         + in gen-pkgconfig.in, move the RPATH_LIST and PRIVATE_LIBS assignments
1547           past the various prefix/libdir assignments, to allow for using those
1548           symbols, e.g., as done via CF_SHARED_OPTS.
1549         + improve ncurses*-config and pc-files by filtering out linker-specs.
1550         + modify test-package to more closely match Fedora's configuration
1551           for PIE/PIC feature and debug-packages.
1552
1553 20191221
1554         + correct pathname used in Ada95 sample programs for explain.txt, to
1555           work with test-packages.
1556         + improve tracemunch:
1557           + keep track of TERMINAL* values
1558           + if tracing was first turned on after initialization, attempt to
1559             show distinct screen, window and terminal names anyway.
1560         + ensure that GCC_NORETURN is defined in term.h, because the prototype
1561           for exit_terminfo() uses it (report by Werner Fink).
1562
1563 20191214
1564         + add exit_curses() and exit_terminfo() to replace internal symbols for
1565           leak-checking.
1566
1567 20191207
1568         + fix a few warnings for test-package builds
1569         + add curses_trace(), to replace trace().
1570
1571 20191130
1572         + add portability section to curs_getcchar manpage (prompted by
1573           discussion with Nick Black).
1574         + improve portability discussion of ACS characters in curs_addch
1575           manpage.
1576         + improve typography for double-quotes in manpages.
1577
1578 20191123
1579         + fix typo for MinGW rpm test-package.
1580         + workaround in rpm specs for NFS problems in Fedora 31.
1581
1582 20191116
1583         + modify ncurses/Makefile.in to fix a case where Debian/testing changes
1584           to the ld --as-needed configuration broke ncurses-examples test
1585           packages.
1586         + drop library-dependency on psapi for MinGW port, since win_driver.c
1587           defines PSAPI_VERSION to 2, making it use GetProcessImageFileName
1588           from kernel32.dll (prompted by patch by Simon Sobish, cf: 20140503).
1589
1590 20191109
1591         + add warning-check in tic for terminals with parm_dch vs parm_ich.
1592         + drop ich1 from rxvt-basic, Eterm and mlterm to improve compatibility
1593           with old non-curses programs -TD
1594         + reviewed st 0.8.2, updated some details -TD
1595         + use ansi+rep several places -TD
1596         + corrected tic's check for ich1 (report by Sebastian J. Bronner,
1597           cf: 20020901).
1598
1599 20191102
1600         + check parameter of set_escdelay, return ERR if negative.
1601         + check parameter of set_tabsize, return ERR if not greater than zero
1602           (report/patch by Anthony Sottile).
1603         + revise CF_ADD_LIBS macro to prepend rather than append libraries.
1604         + add "xterm-mono" to help packagers (report by Sven Joachim) -TD
1605
1606 20191026
1607         + add a note in man/curs_add_wch.3x about Unicode terminology for the
1608           line-drawing characters (report by Nick Black).
1609         + improve comment in lib_tgoto.c regarding the use of \200 where a
1610           \0 would be intended by the caller (report by "64 bit", cf: 20000923).
1611         + modify linux-16color to accommodate Linux console driver change in
1612           early 2018 (report by Dino Petrucci).
1613
1614 20191019
1615         + modify make_hash to not require --disable-leaks, to simplify building
1616           with address-sanitizer.
1617         + modify tic to exit if it cannot remove a conflicting name, because
1618           treating that as a partial success can cause an infinite loop in
1619           use-resolution (report/testcase by Hongxu Chen, cf: 20111001).
1620
1621 20191015
1622         + improve buffer-checks in captoinfo.c, for some cases when the
1623           input string is shorter than expected.
1624         > fix two errata in tic (report/testcases by Hongxu Chen):
1625         + check for missing character after backslash in write_it
1626         + check for missing characters after "%>" when converting from termcap
1627           syntax (cf: 980530).
1628
1629 20191012
1630         + amend recent changes to ncurses*-config and pc-files to filter out
1631           Debian linker-flags (report by Sven Joachim, cf: 20150516).
1632         + clarify relationship between tic, infocmp and captoinfo in manpage.
1633         + check for invalid hashcode in _nc_find_type_entry and
1634           _nc_find_name_entry.
1635         > fix several errata in tic (reports/testcases by "zjuchenyuan"):
1636         + check for invalid hashcode in _nc_find_entry.
1637         + check for missing character after backslash in fmt_entry
1638         + check for acsc with odd length in dump_entry in check for one-one
1639           mapping (cf: 20060415);
1640         + check length when converting from old AIX box_chars_1 capability,
1641           overlooked in changes to eliminate strcpy (cf: 20001007).
1642
1643 20191005
1644         + modify the ncurse*-config and pc-files to more closely match for the
1645           -I and -l options.
1646
1647 20190928
1648         + amend the ncurses*-config and pc-files to take into account the rpath
1649           hack which differed between those files.
1650         + improve -L option filtering in ncurses*-config
1651         + improve recovery from error when reading command-character in
1652           test/ncurses.c, showing the relevant error message and not exiting on
1653           EINTR (cf: 20180922)
1654
1655 20190921
1656         + add a note in resizeterm manpage about top-level windows which touch
1657           the screen's borders.
1658         + modify configure-checks for gnat to identify each of the tools path
1659           and version.
1660
1661 20190914
1662         + build-fixes for Ada95 configure-script and corresponding test package
1663
1664 20190907
1665         + add --with-ada-libname option and modify Ada95 configuration to
1666           allow renaming the "AdaCurses" library (prompted by proposed changes
1667           by Pascal Pignard).
1668         + modify configure script to distinguish gcc from icc and clang when
1669           the --enable-warnings option is not used, to avoid unnecessary
1670           warnings about unrecognized inline options (report by Sven Joachim).
1671
1672 20190831
1673         + build-fixes for configuration using --program-suffix with Ada95,
1674           noticed with MacOS but applicable to other platforms without
1675           libpanelw, etc.
1676
1677 20190824
1678         + fix some cppcheck warnings, mostly style, in ncurses test-programs.
1679
1680 20190817
1681         + amend 20181208 changes for wbkgd() and wbkgrnd(), fixing a few
1682           details where it still differed from SVr4.
1683         + fix some cppcheck warnings, mostly style, in ncurses test-programs.
1684
1685 20190810
1686         + fix a few more coverity warnings.
1687
1688 20190803
1689         + improve loop limits in _nc_scroll_window() to handle a case where
1690           the scrolled data is a pad which is taller than the window (patch
1691           by Rob King).
1692         + amend the change to screen, because tmux relies upon that entry
1693           and does not support that feature (Debian #933572) -TD
1694         + updated ms-terminal entry & notes -TD
1695         + updated kitty entry & notes -TD
1696         + updated alacritty+common entry & notes -TD
1697         + use xterm+sl-twm for consistency -TD
1698
1699 20190728
1700         + fix a few more coverity warnings.
1701         + more documentation updates based on tctest.
1702
1703 20190727
1704         + fix a few coverity warnings.
1705         + documentation updates based on tctest.
1706
1707 20190720
1708         + fix a few warnings for gcc 4.x
1709         + add some portability/historical details to the tic, toe and infocmp
1710           manual pages.
1711         + correct fix for broken link from terminfo(5) to tabs(1) manpage
1712           (report by Sven Joachim).
1713
1714 20190713
1715         + change reset's behavior for margins to simply clear soft-margins if
1716           possible, rather than clearing and then setting them according to the
1717           terminal's width (suggested by Thomas Wolff).
1718         + correct order of one wbkgd versus start_color call in test/padview.c
1719
1720 20190706
1721         + add domterm -TD
1722         + improve comments for recent changes, add alias xterm.js -TD
1723
1724 20190630
1725         + add --with-tic-path and --with-infocmp-path to work around problems
1726           building fallback source using pre-6.0 tic/infocmp.
1727         + add a check in tic for paired indn/rin
1728         + correct a buffer-limit in write_entry.c for systems that use caseless
1729           filenames.
1730         + add ms-terminal -TD
1731         + add vscode, vscode-direct -TD
1732
1733 20190623
1734         + improve the tabs.1 manual page to distinguish the PWB/Unix and 7th
1735           Edition versions of the tabs utility.
1736         + add configure check for getenv() to work around implementation shown
1737           in Emscripten #6766, use that to optionally suppress START_TRACE
1738           macro, whose call to getenv() may not work properly (report by Ilya
1739           Ig Petrov).
1740         + modify initialization functions to avoid relying upon persistent
1741           data for the result from getenv().
1742         + update config.guess, config.sub
1743
1744 20190615
1745         + expand the portability section of the man/tabs.1 manual page.
1746         + regenerate HTML manpages.
1747
1748 20190609
1749         + add mintty, mintty-direct (adapted from patch by Thomas Wolff).
1750           Some of the suggested user-defined capabilities are commented-out,
1751           to allow builds with ncurses 5.9 and 6.0
1752         + add Smol/Rmol for tmux, vte-2018 (patch by Nicholas Marriott).
1753         + add rs1 to konsole, mlterm -TD
1754         + modify _nc_merge_entry() to make a copy of the data which it merges,
1755           to avoid modifying the source-data when aligning extended names.
1756
1757 20190601
1758         + modify an internal call to vid_puts to pass extended color pairs
1759           e.g., from tty_update.c and lib_mvcur.c (report by Niegodziwy Beru).
1760         + improve manual page description of init_tabs capability and TABSIZE
1761           variable.
1762
1763 20190525
1764         + modify reset_cmd.c to allow for tabstops at intervals other than 8
1765           (report by Vincent Huisman).
1766
1767 20190518
1768         + update xterm-new to xterm patch #345 -TD
1769         + add/use xterm+keypad in xterm-new (report by Alain D D Williams) -TD
1770         + update terminator entry -TD
1771         + remove hard-tabs from ti703 (report by Robert Clausecker)
1772         + mention meml/memu/box1 in user_caps manual page.
1773         + mention user_caps.5 in tic and infocmp manual pages.
1774
1775 20190511
1776         + fix a spurious blank line seen with "infocmp -1fx xterm+x11mouse"
1777         + add checks in repair_subwindows() to keep the current position and
1778           scroll-margins inside the resized subwindow.
1779         + add a limit check in newline_forces_scroll() for the case where the
1780           row is inside scroll-margins, but not at the end (report by Toshio
1781           Kuratomi, cf: 20170729).
1782         + corrected a warning message in tic for extended capabilities versus
1783           number of parameters.
1784
1785 20190504
1786         + improve workaround for Solaris wcwidth versus line-drawing characters
1787           (report by Pavel Stehule).
1788         + add special case in tic to validate RGB string-capability extension.
1789         + corrected string/parameter-field for RGB in Caps-ncurses.
1790
1791 20190427
1792         + corrected problem in terminfo load/realignment which prevented
1793           infocmp from comparing extended capabilities with the same name
1794           but different types.
1795
1796 20190420
1797         + improve ifdef's for TABSIZE variable, to help with AIX/HPUX ports.
1798
1799 20190413
1800         + check for TABSIZE variable in test/configure script.
1801         + used test/test_arrays.c to improve Caps.aix1 and Caps.hpux11
1802         + corrected filtering of comments in MKparametrized.sh
1803         + reduce duplication across Caps* files by moving some parts which do
1804           not depend on order into Caps-ncurses.
1805
1806 20190406
1807         + modify MKcaptab.sh, MKkey_defs.sh, and MKhashsize.sh to handle
1808           split-up Caps-files.
1809         + build-fixes if extended-functions are disabled.
1810
1811 20190330
1812         + add "screen5", to mention italics (report by Stefan Assmann)
1813         + modify description of xterm+x11hilite to eliminate unused p5 -TD
1814         + add configure script checks to help with a port to Ultrix 3.1
1815           (report by Dennis Grevenstein).
1816           + check if "b" binary feature of fopen works
1817           + check for missing feature of locale.h
1818           + add fallback for strstr() in test-programs
1819           + add fallback for STDOUT_FILENO in test-programs
1820         + update config.guess, config.sub
1821
1822 20190323
1823         + move macro for is_linetouched() inside NCURSES_NOMACROS ifndef.
1824         + corrected prototypes in several manpages using script to extract
1825           those in compilable form.
1826         + use _nc_copy_termtype2() rather than direct assignment in setupterm,
1827           in case it is called repeatedly using fallback terminfo descriptions
1828           (report/patch by Werner Fink).
1829
1830 20190317
1831         + regenerate llib-* files.
1832         + modify tic to also use new function for user-defined capability info.
1833         + modify _nc_parse_entry() to check if a user-defined capability has
1834           an unexpected type; ignore it in that case.
1835         + fix a special case of link-anchors in generated Ada html files.
1836         + use newer rel=author tag in generated html rather than rev=made,
1837           which did not become accepted.
1838
1839 20190309
1840         + in-progress changes to add parameter-checking for common user-defined
1841           capabilities in tic.
1842         + update MKcodes.awk and MKnames.awk to ignore the new "userdef"
1843           data in Caps-ncurses (cf: 20190302).
1844
1845 20190302
1846         + corrected some of the undocumented terminfo names in Caps.hpux11
1847         + add "Caps-ncurses" file to help with checking inconsistencies in some
1848           user-defined capabilities.
1849         + amend check for repeat_char to handle a case where setlocale() was
1850           called after initscr() (report by "Ampera").
1851
1852 20190223
1853         + fix typo in adds200 -TD
1854         + add tic check for consistent alternate character set capabilities.
1855         + improve check in mvcur() to decide whether to use hard-tabs, using
1856           xt, tbc and hts as clues.
1857         + replace check in reset command for obsolete "pt" capability using
1858           tbc and hts capabilities as clues (report by Nicolas Marriott).
1859
1860 20190216
1861         + improve manual page description of TABSIZE.
1862         + add test/demo_tabs program.
1863
1864 20190209
1865         + add check in tic to provide warnings for mismatched number of
1866           parameters in the documented user-capability extensions.
1867
1868 20190202
1869         + modify rpm test-package ".spec" file to work around naming conflict
1870           with Redhat's package for ncurses6.
1871         + modify no-leaks code in test/picsmap to avoid non-standard tdestroy.
1872         + amend change to configure script which altered the top-level makefile
1873           to avoid attempting to install the terminfo database when it was not
1874           configured, to allow for installing the ".pc" files which are also
1875           in the misc directory (report by Steve Wills).
1876
1877 20190126
1878         + change some "%define" statements in test-packages for RPMs to
1879           "%global" to work around changes in rpm 4.14 from recent Redhat.
1880         + fixes for O_INPUT_FIELD extension (patch by Leon Winter).
1881         + eliminate fixed buffer-size when reading $TERMCAP variable.
1882         + correct logic in read_entry.c which prevented $TERMCAP variable from
1883           being interpreted as a fallback to terminfo entry (prompted by
1884           Savannah #54556, cf: 20110924).
1885
1886 20190121
1887         + add a check in test/configure to work around non-ncurses termcap.h
1888           file in Slackware.
1889         + corrected flag for "seq" method of db 1.8.5 interface, needed by toe
1890           on some of the BSDs.
1891         + updated "string-hacks" feature.
1892         + minor improvements to manpage typography.
1893         + corrected conditionally-compiled limit on color pairs (report by
1894           "Hudd").
1895         + add -x option to test/pair_content, test/color_content for testing
1896           init_extended_pair, extended_pair_content, init_extended_color,
1897           extended_color_content
1898         + add -p option to test/pair_content, test/color_content to show the
1899           return values from the tested functions.
1900         + improve manual page curs_color.3x discussion of error returns and
1901           extensions.
1902         + add O_INPUT_FIELD extension to form library (patch by Leon Winter).
1903         + override/suppress --enable-db-install if --disable-database configure
1904           option was given.
1905         + change a too-large terminal entry in tic from a fatal error to a
1906           warning (prompted by discussion with Gabriele Balducci).
1907
1908 20190112
1909         + fix typo in term(5), improve explanation of format (report by Otto
1910           Modinos).
1911         + add nsterm-direct -TD
1912         + use SGR 1006 mouse for konsole-base -TD
1913         + use SGR 1006 mouse for putty -TD
1914         + add ti703/ti707, ti703-w/ti707-w (Robert Clausecker)
1915
1916 20190105
1917         + add dummy "check" rule in top-level and test-Makefile to simply
1918           building test-packages for Arch.
1919         + modify configure script to avoid conflict with a non-POSIX feature
1920           that enables all parts of the system headers by default.  Some
1921           packagers have come to rely upon this behavior (FreeBSD #234049).
1922         + update config.guess, config.sub
1923
1924 20181229
1925         + improve man/curs_mouse.3x with regard to xterm
1926         + modify tracemunch to accept filename parameters in addition to use
1927           as a pipe/filter.
1928         + minor optimization to reduce calls to _nc_reserve_pairs (prompted by
1929           discussion with Bryan Christ).
1930         + add test/pair_content.c and test/color_content.c
1931         + modify infocmp to omit filtering of "OTxx" names which are used for
1932           obsolete capabilities, when the output is sorted by long-names.
1933           Doing this helps when making a table of the short/long capability
1934           names.
1935
1936 20181215
1937         + several fixes for gcc8 strict compiler warnings.
1938         + fix a typo in comments (Aaron Gyes).
1939         + add nsterm-build309 to replace nsterm-256color, assigning the latter
1940           as an alias of nsterm, to make mouse work with nsterm-256color -TD
1941         + base gnome-256color entry on "gnome", not "vte", for consistency -TD
1942         + updates for configure macros from work on tin and xterm:
1943           + CF_GNU_SOURCE, allow for Cygwin's newlib when checking for the
1944             _DEFAULT_SOURCE symbol.
1945           + CF_VA_COPY, add fallback check if neither va_copy/__va_copy is
1946             supported, to try copying the pointers for va_list, or as an array.
1947             Also add another fallback check, for __builtin_va_copy(), which
1948             could be used with AIX xlc in c89 mode.
1949
1950 20181208
1951         + modify wbkgd() and wbkgrnd() to improve compatibility with SVr4
1952           curses, changing the way the window rendition is updated when the
1953           background character is modified (report by Valery Ushakov).
1954
1955 20181201
1956         + add midnightbsd to CF_XOPEN_SOURCE macro (patch by Urs Jansen).
1957         + add "@" command to test/ncurses F-test, to allow rapid jump to
1958           different character pages.
1959         + update config.guess, config.sub from
1960                 http://git.savannah.gnu.org/cgit/config.git
1961
1962 20181125
1963         + build-fix (reports by Chih-Hsuan Yen, Sven Joachim).
1964
1965 20181124
1966         + check --with-fallbacks option to ensure there is a value, and add
1967           the fallback information to top-level Makefile summary.
1968         + add some traces in initialization to show whether a fallback entry is
1969           used.
1970         + build-fix for test/movewindow with ncurses-examples on Solaris.
1971         + add "-l" option to test/background, to dump screen contents in a form
1972           that lets different curses implementations be compared.
1973         + modify the initialization checks for mouse so that the xterm+sm+1006
1974           block will work with terminal descriptions not mentioning xterm
1975           (report by Tomas Janousek).
1976
1977 20181117
1978         + ignore the hex/b64 $TERMINFO in toe's listing.
1979         + correct a status-check in _nc_read_tic_entry() so that if reading
1980           a hex/b64 $TERMINFO, and the $TERM does not match, fall-through to
1981           the compiled-in search list.
1982
1983 20181110
1984         + several workarounds to ensure proper C compiler used in parts of
1985           Ada95 tree.
1986         + update config.guess, config.sub from
1987                 http://git.savannah.gnu.org/cgit/config.git
1988
1989 20181027
1990         + add OpenGL clients alacritty and kitty -TD
1991         + add Smulx for tmux, vte-2018 -Nicholas Marriott
1992
1993 20181020
1994         + ignore $TERMINFO as a default value in configure script if it came
1995           from the infocmp -Q option.
1996         + allow value for --with-versioned-syms to be a relative pathname
1997         + add a couple of broken-linker symbols to the list of versioned
1998           symbols to help with link-time optimization versus weak symbols.
1999         + apply shift/control/alt logic when decoding xterm's 1006 mode to
2000           wheel-mouse events (Redhat #1610681).
2001
2002 20181013
2003         + amend change from 20180818, which undid a fix for the $INSTALL value
2004           to make it an absolute path.
2005
2006 20181006
2007         + improve a configure check to work with newer optimizers (report by
2008           Denis Pronin, Gentoo #606142).
2009         + fix typo in tput.c (Sven Joachim, cf: 20180825).
2010
2011 20180929
2012         + fix typo in tvi955 -TD
2013         + corrected acsc for regent60 -TD
2014         + add alias n7900 -TD
2015         + corrected acsc for tvi950 -TD
2016         + remove bogus kf0 from tvi950 -TD
2017         + added function-key definitions to agree with Televideo 950 manual -TD
2018         + add bel to tvi950 -TD
2019         + add shifted function-keys to regent60 -TD
2020         + renumber regent40 function-keys to match manual -TD
2021         + add cd (clr_eos) to adds200 -TD
2022
2023 20180923
2024         + build-fix: remove a _tracef call which was used for debugging (report
2025           by Chris Clayton).
2026
2027 20180922
2028         + ignore interrupted system-call in test/ncurses's command-line, e.g.,
2029           if the terminal were resized.
2030         + add shift/control/alt logic for decoding xterm's 1006 mode (Redhat
2031           #1610681, cf: 20141011).
2032         + modify rpm test-packages to not use --disable-relink with Redhat,
2033           since Fedora 28's tools do not work with that feature.
2034
2035 20180908
2036         + document --with-pcre2 configure option in INSTALL.
2037         + improve workaround for special case in PutAttrChar() where a cell is
2038           marked as alternate-character set, to handle a case where the
2039           character in the cell does not correspond to any of the ASCII
2040           fallbacks (report by Leon Winter, cf: 20180505).
2041         + amend change to form library which attempted to avoid unnecessary
2042           update of cursor position in non-public fields, to simply disable
2043           output in this case (patch by Leon Winter, cf: 20180414).
2044         + improve check for LINE_MAX runtime limit, to accommodate broken
2045           implementations of sysconf().
2046
2047 20180901
2048         + improve manual page for wgetnstr, giving background for the length
2049           parameter.
2050         + define a limit for wgetnstr, wgetn_wstr when length is negative or
2051           "too large".
2052         + update configure script to autoconf 2.52.20180819 (Debian #887390).
2053
2054 20180825
2055         + add a section to tput manual page clarifying how it determines the
2056           terminal size (prompted by discussion with Grant Jenks).
2057         + add "--disable-relink" to rpm test-packages, for consistency with the
2058           deb test-packages.
2059         + split spec-file into ncurses6.spec and ncursest6.spec to work around
2060           toolset breakage in Fedora 28.
2061         + drop mention of "--disable-touching", which was not in the final
2062           20180818 updates.
2063
2064 20180818
2065         + build-fix for PDCurses with ncurses-examples.
2066         + improved CF_CC_ENV_FLAGS.
2067         + modify configure scripts to reduce relinking/ranlib during library
2068           install (Debian #903790):
2069           + use "install -p" when available, to avoid need for ranlib of
2070             static libraries.
2071           + modify scripts which use "--disable-relink" to add a 1-second
2072             sleep to work around tools which use whole-second timestamps, e.g.,
2073             in utime() rather than the actual file system resolution.
2074
2075 20180804
2076         + improve logic for clear with E3 extension, in case the terminal
2077           scrolls content onto its saved-lines before actually clearing
2078           the display, by clearing the saved-lines after clearing the
2079           display (report/patch by Nicholas Marriott).
2080
2081 20180728
2082         + improve documentation regarding feature-test macros in curses.h
2083         + improve documentation regarding the virtual and physical screens.
2084         + formatting fixes for manpages, regenerate man-html documentation.
2085
2086 20180721
2087         + build-fixes for gcc8.
2088         + corrected acsc for wy50 -TD
2089         + add wy50 and wy60 shifted function-keys as kF1 to kF16 -TD
2090         + remove ansi+rep mis-added to interix in 2018-02-23 -TD
2091
2092 20180714
2093         + add enum, regex examples to test/demo_forms
2094         + add configure check for pcre-posix library to help with MinGW port.
2095
2096 20180707
2097         + build-fixes for gcc8.
2098         + correct order of WINDOW._ttytype versus WINDOW._windowlist in
2099           report_offsets.
2100         + fix a case where tiparm could return null if the format-string was
2101           empty (Debian #902630).
2102
2103 20180630
2104         + add acsc string to vi200 (Nibby Nebbulous)
2105           add right/down-arrow to vi200's acsc -TD
2106         + add "x" to tput's getopt string so that "tput -x clear" works
2107           (Nicholas Marriott).
2108         + minor fixes prompted by anonymous report on stack overflow:
2109           + correct order of checks in _nc_get_locale(), for systems lacking
2110             locale support.
2111           + add "#error" in a few places to flag unsupported configurations
2112
2113 20180623
2114         + use _WIN32/_WIN64 in preference to __MINGW32__/__MINGW64__ symbols
2115           to simplify building with MSVC, since the former are defined in both
2116           compiler configurations (report by Ali Abdulkadir).
2117         + further improvements to configure-checks from work on dialog, i.e.,
2118           updated CF_ADD_INCDIR, CF_FIND_LINKAGE, CF_GCC_WARNINGS,
2119           CF_GNU_SOURCE, CF_LARGEFILE, CF_POSIX_C_SOURCE, CF_SIZECHANGE, and
2120           CF_TRY_XOPEN_SOURCE.
2121         + update config.guess, config.sub from
2122                 http://git.savannah.gnu.org/cgit/config.git
2123
2124 20180616
2125         + build-fix for ncurses-examples related to gcc8-fixes (cf: 20180526).
2126         + reduce use of _GNU_SOURCE for current glibc where _DEFAULT_SOURCE
2127           combines with _XOPEN_SOURCE (Debian #900987).
2128         + change target configure level for _XOPEN_SOURCE to 600 to address
2129           use of vsscanf and setenv.
2130         + improved configure-checks CF_SIZECHANGE and CF_STRUCT_TERMIOS from
2131           work on dialog.
2132
2133 20180609
2134         + modify generated ncurses*config and ncurses.pc, ncursesw.pc, etc.,
2135           to list helper libraries such as gpm for static linking (Debian
2136           #900839).
2137         + marked vwprintw and vwscanw as deprecated; recommend using vw_printw
2138           and vw_scanw, respectively.
2139
2140 20180602
2141         + add RPM test-package "ncursest-examples".
2142         + modified RPM test-package to work with Mageia6.
2143
2144 20180526
2145         + add note in curs_util.3x about unctrl.h
2146         + review/improve header files to ensure that those include necessary
2147           files except for the previously-documented cases (report by Isaac
2148           Pascual Monells).
2149         + improved test-package scripts, adapted from byacc 1.9 20180525.
2150         + fix some gcc8 warnings seen in Redhat package build, but
2151           work around bug in gcc8 compiler warnings in comp_parse.c
2152
2153 20180519
2154         + formatting fixes for manpages, regenerate man-html documentation.
2155         + trim spurious whitespace from tmux in 2018-02-24 changes;
2156           fix some inconsistencies in/between tmux- and iterm2-entries for SGR
2157           (report by C Anthony Risinger)
2158         + improve iterm2 using some xterm features which it has adapted -TD
2159         + add check in pair_content() to handle the case where caller asks
2160           for an uninitialized pair (Debian #898658).
2161
2162 20180512
2163         + remove trailing ';' from GCC_DEPRECATED definition.
2164         + repair a change from 20110730 which left an error-check/warning dead.
2165         + fix several minor Coverity warnings.
2166
2167 20180505
2168         + add deprecation warnings for internal functions called by older
2169           versions of tack.
2170         + fix a special case in PutAttrChar() where a cell is marked as
2171           alternate-character set, but the terminal does not actually support
2172           the given graphic character.  This would happen in an older terminal
2173           such as vt52, which lacks most line-drawing capability.
2174         + use configure --with-config-suffix option to work around filename
2175           conflict with Debian packages versus test-packages.
2176         + update tracemunch to work with perl 5.26.2, which changed the rules
2177           for escaping regular expressions.
2178
2179 20180428
2180         + document new form-extension O_EDGE_INSERT_STAY (report by Leon
2181           Winter).
2182         + correct error-returns listed in manual pages for a few form functions
2183           (report by Leon Winter).
2184         + add a check in form-library for null-pointer dereference:
2185                 unfocus_current_field (form);
2186                 form_driver (form, REQ_VALIDATION);
2187           (patch by Leon Winter).
2188
2189 20180414
2190         + modify form library to optionally delay cursor movement on a field
2191           edge/boundary (patch by Leon Winter).
2192         + modify form library to avoid unnecessary update of cursor position in
2193           non-public fields (patch by Leon Winter).
2194         + remove unused _nc_import_termtype2() function.
2195         + also add/improve null-pointer checks in other places
2196         + add a null-pointer check in _nc_parse_entry to handle an error when
2197           a use-name is invalid syntax (report by Chung-Yi Lin).
2198
2199 20180407
2200         + clarify in manual pages that vwprintw and vwscanw are obsolete,
2201           not part of X/Open Curses since 2007.
2202         + use "const" in some prototypes rather than NCURSES_CONST where X/Open
2203           Curses was updated to do this, e.g., wscanw, newterm, the terminfo
2204           interface.  Also use "const" for consistency in the termcap
2205           interface, which was withdrawn by X/Open Curses in Issue 5 (2007).
2206           As of Issue 7, X/Open Curses still lacks "const" for certain return
2207           values, e.g., keyname().
2208
2209 20180331
2210         + improve terminfo write/read by modifying the fourth item of the
2211           extended header to denote the number of valid strings in the extended
2212           string table (prompted by a comment in unibilium's sources).
2213
2214 20180324
2215         + amend Scaled256() macro in test/picsmap.c to cover the full range
2216           0..1000 (report by Roger Pau Monne).
2217         + add some checks in tracemunch for undefined variables.
2218         + trim some redundant capabilities from st-0.7 -TD
2219         + trim unnecessary setf/setb from interix -TD
2220
2221 20180317
2222         + fix a check in infotocap which may not have detected a problem when
2223           it should have.
2224         + add a check in tic for the case where setf/setb are given using
2225           different strings, but provide identical results to setaf/setab.
2226         + further improve fix for terminfo.5 (patch by Kir Kolyshkin).
2227         + reorder loop-limit checks in winsnstr() in case the string has no
2228           terminating null and only the number of characters is used (patch
2229           by Gyorgy Jeney).
2230
2231 20180303
2232         + modify TurnOn/TurnOff macros in lib_vidattr.c and lib_vid_attr.c to
2233           avoid expansion of "CUR" in trace.
2234         + improve a few lintian warnings in test-packages.
2235         + modify lib_setup to avoid calling pthread_self() without first
2236           verifying that the address is valid, i.e., for weak symbols
2237           (report/patch by Werner Fink).
2238         + modify generated terminfo.5 to not use "expand" and related width
2239           on the last column of tables, making layout on wide terminals look
2240           better (adapted from patch by Kir Kolyshkin).
2241         + add a category to report_offsets, e.g., "w" for wide-character, "t"
2242           for threads to make the report more readable.  Reorganized the
2243           structures reported to make the categories more apparent.
2244         + simplify some ifdef's for extended-colors.
2245         + add NCURSES_GLOBALS and NCURSES_PRESCREEN to report_offsets, to show
2246           how similar the different tinfo configurations are.
2247
2248 20180224
2249         + modify _nc_resolve_uses2() to detect incompatible types when merging
2250           a "use=" clause of extended capabilities.  The problem was seen in a
2251           defective terminfo integrated from simpleterm sources in 20171111,
2252           compounded by repair in 20180121.
2253         + correct Ss/Ms interchange in st-0.7 entry (tmux #1264) -TD
2254         + fix remaining flash capabilities with trailing mandatory delays -TD
2255         + correct cut/paste in NEWS (report by Sven Joachim).
2256
2257 20180217
2258         + remove incorrect free() from 20170617 changes (report by David Macek).
2259         + correct type for "U8" in user_caps.5; it is a number not boolean.
2260         + add a null-pointer check in safe_sprintf.c (report by Steven Noonan).
2261         + improve fix for Debian #882620 by reusing limit2 variable (report by
2262           Julien Cristau, Sven Joachim).
2263
2264 20180210
2265         + modify misc/Makefile.in to install/uninstall explicit list in case
2266           the build-directory happens to have no ".pc" files when an uninstall
2267           is performed (report by Jeffrey Walton).
2268         + deprecate safe-sprintf, since the vsnprintf function, which does what
2269           was needed, was standardized long ago.
2270         + add several development/experimental options to development packages.
2271         + minor reordering of options in configure script to make the threaded
2272           and reentrant options distinct from the other extensions which are
2273           normally enabled.
2274
2275 20180203
2276         + minor fixes to test/*.h to make them idempotent.
2277         + add/use test/parse_rgb.h to show how the "RGB" capability works.
2278         + add a clarification in user_caps.5 regarding "RGB" capability.
2279         + add extended_slk_color{,_sp} symbols to the appropriate
2280           package/*.{map,sym} files (report by Sven Joachim, cf: 20170401).
2281
2282 20180129
2283         + update "VERSION" file, used in shared-library naming.
2284
2285 20180127 6.1 release for upload to ftp.gnu.org
2286
2287 20180127
2288         + updated release notes
2289         + amend a warning message from tic which should have flagged misuse
2290           of "XT" capability in "screen" terminal description.
2291         > terminfo changes:
2292         + trim "XT" from screen entry, add comments to explain why it was
2293           not suitable -TD
2294         + modify iterm to use xterm+sl-twm building block -TD
2295         + mark konsole-420pc, konsole-vt100, konsole-xf3x obsolete reflecting
2296           konsole's removal in 2008 -TD
2297         + expanded the history section of konsole to explain its flawed
2298           imitation of xterm's keyboard -TD
2299         + use xterm+x11mouse in screen.* entries because screen does not yet
2300           support xterm's 1006 mode -TD
2301         + add nsterm-build400 for macOS 10.13 -TD
2302         + add ansi+idc1, use that in ansi+idc adding dch for consistency -TD
2303         + update vte to vte-2017 -TD
2304         + add ecma+strikeout to vte-2017 -TD
2305         + add iterm2-direct -TD
2306         + updated teraterm, added teraterm-256color -TD
2307         + add mlterm-direct -TD
2308         + add descriptions for ANSI building-blocks -TD
2309
2310 20180121 pre-release
2311         > terminfo changes:
2312         + add xterm+noalt, xterm+titlestack, xterm+alt1049, xterm+alt+title
2313           blocks from xterm #331 -TD
2314         + add xterm+direct, xterm+indirect, xterm-direct entries from xterm
2315           #331 -TD
2316         + modify xterm+256color and xterm+256setaf to use correct number of
2317           color pairs, for ncurses 6.1 -TD
2318         + add rs1 capability to xterm-256color -TD
2319         + modify xterm-r5, xterm-r6 and xterm-xf86-v32 to use xterm+kbs to
2320           match xterm #272, reflecting packager's changes -TD
2321         + remove "boolean" Se, Ss from st-0.7 -TD
2322         + add konsole-direct and st-direct -TD
2323         + remove unsupported "Tc" capability from st-0.7; use st-direct if
2324           direct-colors are wanted -TD
2325         + add vte-direct -TD
2326         + add XT, hpa, indn, and vpa to screen, and invis, E3 to tmux (patch by
2327           Pierre Carru)
2328         + use xterm+sm+1006 in xterm-new, vte-2014 -TD
2329         + use xterm+x11mouse in iterm, iterm2, mlterm3 because xterm's 1006
2330           mode does not work with those programs.  konsole is debatable -TD
2331         + add "termite" entry (report by Markus Pfeiffer) -TD
2332         > merge branch begun April 2, 2017 which provides these features:
2333         + support read/write new binary-format for terminfo which stores
2334           numeric capabilities as a signed 32-bit integer.  The test programs
2335           such as picsmap, ncurses were created or updated during 2017 to use
2336           this feature.
2337         + the new format is written by the wide-character configuration of
2338           tic when it finds a numeric capability larger than 32767.
2339         + other applications such as infocmp built with the wide-character
2340           ncurses library work as expected.
2341         + applications built with the "narrow" (8-bit) configuration will
2342           read the new format, but will limit those extended values to 32767.
2343         + in either wide/narrow configuration, the structure defined in
2344           term.h still uses signed 16-bit values.
2345         + because it is incompatible with the legacy (mid-1980s) binary format,
2346           a new magic value is provided for the "file" program.
2347         + the term.5 manual page is updated to describe this new format.
2348         + the limit on file-size for compiled terminfo is increased in the
2349           wide-character configuration to 32768.
2350
2351 20180120
2352         + build-fix in picsmap.c for stdint.h existence.
2353         + add --disable-stripping option to configure scripts.
2354         + modify ncurses-examples to install test-scripts in the data directory.
2355         + work around tool-breakage in Debian 9 and later by invoking
2356           gprconfig to specify the C compiler to be used by gnatmake,
2357           and conditionally suppressing Library_Options line for static
2358           libraries.
2359         + bump the compat level for test-packages to 7, i.e., Debian 5.
2360
2361 20180106
2362         + fixes for writing extended color pairs in putwin.
2363         + modify test/savescreen.c to add test patterns that exercise 88-,
2364           256-, etc., colors.
2365         + modify configure option --with-build-cc, adding clang, c89 and c99
2366           as possible default values.
2367         + modify ncurses-examples configure script to use pkg-config for the
2368           extra form/menu/panel libraries, to be more consistent with the
2369           handling of the curses/ncurses library.
2370         + modify test-packages for mingw to supply "pc" files.
2371         + modify gen-pkgconfig.in to list -lpthread as a private library when
2372           configured to access it via weak symbols.
2373         + simplify gen-pkgconfig.in, adding -ltinfo without the special linker
2374           checks because some versions of the linker simply hard-code the
2375           behavior.
2376         + update URLs for ncurses website to use https.
2377         + modify CF_CURSES_LIBS to fill in $cf_nculib_root in case the
2378           ncurses-examples are built with a system ncurses that lacks the
2379           standard "curses" symbolic link, as done by SuSE.  The symbol is
2380           needed to make a followup check for the pthread library work, and
2381           would be set properly using the options "--with-screen", etc.
2382         + generate misc/*.pc with "all" rule, as done for "sources" rule
2383           (report by Jeffrey Walton).
2384
2385 20171230
2386         + build-fix for ncurses-examples with Fedora27, adding check for
2387           reset_color_pairs() -- not yet in Fedora's package.
2388         + consistently add $CFLAGS to $MK_SHARED_LIB symbol in configure
2389           script when the latter happens to use the C compiler rather than
2390           directly using the loader (report by Jeffrey Walton).
2391         + set ABI for upcoming 6.1 release in "*.map" files.  While there are
2392           some remaining internals to apply, no ABI-related changes are
2393           anticipated.
2394         + add configure --with-config-suffix option to work around filename
2395           conflict with Redhat packages versus test-packages.
2396
2397 20171223
2398         + modify ncurses-examples to quiet const-warnings when building with
2399           PDCurses.
2400         + modify toe to not exit if unable to read a terminal description,
2401           e.g., if there is a permission problem.
2402         + minor fix for progs/toe.c, using _nc_free_termtype2.
2403         + assign 0 to pointer in _nc_tgetent_leak() after freeing it. Also
2404           avoid reusing pointer from previous successful call to tgetent
2405           if the latest call is unsuccessful (patch by Michael Schroeder,
2406           OpenSuSE #1070450).
2407         + minor fix for test/tracemunch, initialize $awaiting variable.
2408
2409 20171216
2410         + repair template in test/package/ncurses-examples.spec (cf: 20171111).
2411         + improve tic's warning about the number of parameters tparm might use
2412           for u1-u9 by making a special case for u6.
2413         + improve curs_attr.3x discussion of color pairs.
2414
2415 20171209
2416         + modify misc/ncurses-config.in to make output with --includedir
2417           consistent with --cflags, i.e., when --disable-overwrite option was
2418           configured the output should show the subdirectory where headers
2419           are.
2420         + modify MKlib_gen.sh to suppress macros when calling an "implemented"
2421           function in link_test.c
2422         + updated ftp-url used in test-packages, etc.
2423         + modify order of -pie/-shared options in configure script in case
2424           LDFLAGS uses "-pie", working around a defect or limitation in the GNU
2425           linker (prompted by patch by Yogesh Prasad, forwarded by Jay Shah).
2426         + add entry in man_db.renames for user_caps.5
2427
2428 20171125
2429         + modify MKlib_gen.sh to avoid tracing result from getstr/getnstr
2430           before initialized.
2431         + add "-a" aspect-ratio option to picsmap.
2432         + add configure check for default path of rgb.txt, used in picsmap.
2433         + modify _nc_write_entry() to truncate too-long filename (report by
2434           Hosein Askari, Debian #882620).
2435         + build-fix for ncurses-examples with NetBSD curses:
2436           + it lacks the use_env() function.
2437           + it lacks libpanel; a recent change used the wrong ifdef symbol.
2438         + add a macro for is_linetouched() and adjust the function's return
2439           value to make it possible for most applications to check for an
2440           error-return (report by Midolikawa H).
2441         + additional manpage cleanup.
2442         + update config.guess, config.sub from
2443                 http://git.savannah.gnu.org/cgit/config.git
2444
2445 20171118
2446         + add a note to curs_addch.3x on portability.
2447         + add a note to curs_pad.3x on the origin and portability of pads.
2448         + improve manpage description of getattrs (report by Midolikawa H).
2449         + improve manpage macros (prompted by discussion in Debian #880551.
2450         + reviewed test-programs using KEY_RESIZE, made fixes to test/worm.c
2451         + add a "-d" option to picsmap for default-colors.
2452         + modify old terminology entry and a few other terminal emulators to
2453           account for xon -TD
2454         + correct sgr string for tmux, which used screen's "standout" code
2455           rather than the standard code (patch by Roman Kagan)
2456         + correct sgr/sgr0 strings in a few other cases reported by tic, making
2457           those correspond to the non-sgr settings where they differ, but
2458           otherwise use ECMA-48 consistently:
2459           jaixterm, aixterm, att5420_2, att4424, att500, decansi, d410-7b,
2460           dm80, hpterm, emu-220, hp2, iTerm2.app, mterm-ansi, ncrvt100an,
2461           st-0.7, vi603, vwmterm -TD
2462         + build-fix for diagnostics warning in lib_mouse.c for pre-5.0 versions
2463           of gcc which did not recognize the diagnostic "push" pragma (patch by
2464           Vassili Courzakis).
2465
2466 20171111
2467         + add "op" to xterm+256setaf -TD
2468         + reviewed terminology 1.0.0 -TD
2469         + reviewed st 0.7 -TD
2470         + suppress debug-package for ncurses-examples rpm build.
2471
2472 20171104
2473         + check for interrupt in color-pair initialization of dots_curses.c,
2474           dots_xcurses.c
2475         + add z/Z zoom feature to test/ncurses.c C/c screens.
2476         + add '<' and '>' commands to test/ncurses.c S/s screens, to better
2477           test off-by-ones in the overlap/copywin functions.
2478
2479 20171028
2480         + improve man/curs_inwstr.3x, correct end-logic for lib_inwstr.c
2481           (report by Midolikawa H).
2482         + fix typo in a few places for "improvements" (patch by Sven Joachim).
2483         + clear the other half of a double-width character on which a line
2484           drawing character is drawn.
2485         + make test/ncurses.c "s" test easier to understand which subtests are
2486           available; add a "S" wide-character overlap test-screen.
2487         + modify test/ncurses.c C/c tests to allow for extended color pairs.
2488         + add endwin() call in error-returns from test/ncurses.c omitted in
2489           recent redesign of its menu (cf: 20170923).
2490         + improve install of hashed-db by removing the ".db" file as done for
2491           directory-tree terminal databases.
2492         + repair a few overlooked items in include/ncurses_defs from recent
2493           port/refactoring of test-programs (cf: 20170909).
2494         + add test/padview.c, to compare pads with direct updates in view.c
2495
2496 20171021
2497         + modify test/view.c to expand tabs using the ncurses library rather
2498           than in the test-program.
2499         + remove very old SIGWINCH example in test/view.c, just use KEY_RESIZE.
2500         + add -T, -e, -f -m options to "dots" test-programs.
2501         + fix a few typos in usage-messages for test-programs.
2502
2503 20171014
2504         + minor cleanup to test/view.c:
2505           + eliminate "-n" option by simply reading the whole file.
2506           + implement page up/down commands.
2507         + add check in tput for init/reset operands to ensure those use a
2508           terminal.
2509         + improve manual pages which discuss chtype, cchar_t types and the
2510           attribute values which can be stored in those types.
2511         + correct array-index when parsing "-T" command-line option in tabs
2512           program.
2513         + modify demo_new_pair.c to pass extended pairs to setcchar().
2514         + add test/dots_xcurses.c to illustrate a different approach used for
2515           extended colors which can be contrasted with dots_curses.c.
2516         + add a check in tic to note when a description uses non-mandatory
2517           delays without xon_xoff.  This is not an error, but some descriptions
2518           for a terminal emulator may use the combination incorrectly.
2519
2520 20171007
2521         + modify "-T" option of clear and tput to call use_tioctl() to obtain
2522           the operating system's notion of the screensize if possible.
2523         + review/repair some exit-codes for tput, making usage-message exit
2524           with 2 rather than 1, and a failure to open terminal 4+errno.
2525         + amend check in tput, tabs and clear to allow those to use the
2526           database-only features in cron if a -T option gives a suitable
2527           terminal name (report by Lauri Tirkkonen).
2528         + correct an ifdef in test/ncurses.c for systems with soft-keys but
2529           not slk_color().
2530         + regenerate man-html documentation.
2531
2532 20170930
2533         + fix a symbol conflict that made ncurses.c C/c menu not work with
2534           Solaris xpg4 curses.
2535         + add refresh() call to dots_mvcur.c, needed to use mvcur() with
2536           Solaris xpg4 curses after calling newterm().
2537         + minor fixes for configure script from work on ncurses-examples and
2538           tin.
2539         + improve animation in test/xmas.c by adding a time-delay in blinkit().
2540         + modify several test programs to reflect that ncurses honors existing
2541           signal handlers in initscr(), while other implementations do not.
2542         + modify bs.c to make it easier to quit.
2543         + change ncurses-examples to use attr_t vs chtype to follow X/Open
2544           documentation more closely since Solaris xpg4-curses uses different
2545           values for WA_xxx vs A_xxx that rely on attr_t being an unsigned
2546           short.  Tru64 aka OSF1, HPUX, AIX did as ncurses does, equating the
2547           two sets.
2548
2549 20170923
2550         + modify menu for test/ncurses.c to fit on 24-line screen.
2551         + build-fix for configure --with-caps=uwin
2552         + add options to test_arrays.c, for selecting termcap vs terminfo, etc.
2553
2554 20170916
2555         + minor fix to test/filter.c to avoid clearing the command in one case.
2556         + modify filter() to discard clr_eos if back_color_erase is set.
2557
2558 20170909
2559         + improve wide-character implementation of myADDNSTR() in frm_driver.c,
2560           which was inconsistent with the normal implementation.
2561         + save/restore cursor position in Undo_Justification(), matching
2562           behavior of Buffer_To_Window() (report by Leon Winter).
2563         + modify test/knight to provide the "slow" solution for small screens
2564           using "R", noting that Warnsdorf's method is easily done with "a".
2565         + modify several test-programs which call use_default_colors() to
2566           consistently do this only if "-d" option is given.
2567         + additional changes to test with non-standard variants of curses:
2568           + modify a loop limit in firework.c to work around absence of limit
2569             checks in some libraries.
2570           + fill the last row of a window with "?" in firstlast if waddch does
2571             not return ERR on the lower-right corner.
2572         + add checks in test/configure for some functions not in 4.3BSD curses.
2573         + fix a regression in test/configure (cf: 20170826).
2574
2575 20170902
2576         + amend change for endwin-state for better consistency with the older
2577           logic (report/patch by Jeb Rosen, cf: 20170722).
2578         + modify check in fmt_entry() to handle a cancelled reset string
2579           (Debian #873746).  Make similar fixes in other parts of dump_entry.c
2580           and tput.c
2581
2582 20170827
2583         + fix a bug in repeat_char logic (cf: 20170729, report by Chris Clayton).
2584
2585 20170826
2586         + fixes for "iterm2" (report by Leonardo Brondani Schenkel) -TD
2587         + corrected a warning from tic about keys which are the same, to skip
2588           over missing/cancelled values.
2589         + add check in tic for unnecessary use of "2" to denote a shifted
2590           special key.
2591         + improve checks in trim_sgr0, comp_parse.c and parse_entry.c, for
2592           cancelled string capabilities.
2593         + add check in _nc_parse_entry() for invalid entry name, setting the
2594           name to "invalid" to avoid problems storing entries.
2595         + add/improve checks in tic's parser to address invalid input
2596           + add a check in comp_scan.c to handle the special case where a
2597             nontext file ending with a NUL rather than newline is given to tic
2598             as input (Redhat #1484274).
2599           + allow for cancelled capabilities in _nc_save_str (Redhat #1484276).
2600           + add validity checks for "use=" target in _nc_parse_entry (Redhat
2601             #1484284).
2602           + check for invalid strings in postprocess_termcap (Redhat #1484285)
2603           + reset secondary pointers on EOF in next_char() (Redhat #1484287).
2604           + guard _nc_safe_strcpy() and _nc_safe_strcat() against calls using
2605             cancelled strings (Redhat #1484291).
2606         + correct typo in curs_memleaks.3x (Sven Joachim).
2607         + improve test/configure checks for some curses variants not based on
2608           X/Open Curses.
2609         + add options for test/configure to disable checks for form, menu and
2610           panel libraries.
2611
2612 20170819
2613         + update "iterm" entry -TD
2614         + add "iterm2" entry (report by Leonardo Brondani Schenkel) -TD
2615         + regenerate llib-* files.
2616         + regenerate HTML manpages.
2617         + improve picsmap test-program:
2618           + reduce memory used for tsearch
2619           + add report in log file showing cumulative color coverage.
2620         + add -x option to clear/tput to make the E3 extension optional
2621           (cf: 20130622).
2622         + add options -T and -V to clear command for compatibility with tput.
2623         + add usage message to clear command (Debian #371855).
2624         + improve usage messages for tset and tput.
2625         + minor fixes to "RGB" extension and reset_color_pairs().
2626
2627 20170812
2628         + improve description of -R option in infocmp manual page (report by
2629           Stephane Chazelas).
2630         + add reset_color_pairs() function.
2631         + add user_caps.5 manual page to document the terminfo extensions used
2632           by ncurses.
2633         + improve build scripts, using SIGQUIT vs SIGTRAP; add other configure
2634           script fixes from work on xterm, lynx and tack.
2635         + modify install-rule for ncurses-examples to put the data files in
2636           /usr/share/ncurses-examples
2637         + improve tracemunch, by changing address-parameters of add_wch(),
2638           color_content() and pair_content() to dummy parameters.
2639         + minor optimization to _nc_change_pair, to return quickly when the
2640           current screen is marked for clearing.
2641         + in-progress changes to improve performance of test/picsmap.c for
2642           loading image files.
2643         + modify allocation for SCREEN's color-pair table to start small, grow
2644           on demand up to the existing limit.
2645         + add "RGB" extension capability for direct-color support, use this to
2646           improve color_content().
2647         + improve picsmap test-program:
2648           + if no palette file is needed, attempt to load one based on $TERM,
2649             checking first in the current directory, then by adding ".dat"
2650             suffix, and finally in the data-directory, e.g.,
2651             /usr/share/ncurses-examples
2652           + add "-l" option for logging
2653           + add "-d" option for debugging
2654           + add "-s" option for stepping automatically through list of images,
2655             with time delay.
2656           + use tsearch to improve time for loading color table for images.
2657         + update config.guess, config.sub from
2658                 http://git.savannah.gnu.org/cgit/config.git
2659
2660 20170729
2661         + update interix entry using tack and SFU on Windows 7 Ultimate -TD
2662         + use ^? for kdch1 in interix (reported by Jonathan de Boyne Pollard)
2663         + add "rep" to xterm-new, available since 1997/01/26 -TD
2664         + move SGR 24 and 27 from vte-2014 to vte-2012 (request by Alain
2665           Williams) -TD
2666         + add a check in newline_forces_scroll() in case a program moves the
2667           cursor outside scrolling margins (report by Robert King).
2668         + improve _nc_tparm_analyze, using that to extend the checks made by
2669           tic for reporting inconsistencies between the expected number of
2670           parameters for a capability and the actual.
2671         + amend handling of repeat_char capability in EmitRange (adapted from
2672           report/patch by Dick Wesseling):
2673           + translate the character to the alternate character set when the
2674             alternate character set is enabled.
2675           + do not use repeat_char for characters past 255.
2676         + document "_nc_free_tinfo" in manual page, because it could be used in
2677           tack for memory-leak checking.
2678         + add "--without-tack" configure option to refine "--with-progs"
2679           configure option.  Normally tack is no longer built in-tree, but
2680           a few packagers combine it during the build.  If term_entry.h is
2681           installed, there is no advantage to in-tree builds.
2682         + adjust configure-script to define HAVE_CURSES_DATA_BOOLNAMES symbol
2683           needed for tack 1.08 when built in-tree.  Rather than relying upon
2684           internal "_nc_" functions, tack now uses the boolean, number and
2685           string capability name-arrays provided by ncurses and SVr4 Unix
2686           curses.  It still uses term_entry.h for the definitions of the
2687           extended capability arrays.
2688         + add an overlooked null-pointer check in mvcur changes from 20170722
2689
2690 20170722
2691         + improve test-packages for ncurses-examples and AdaCurses for lintian
2692         + modify logic for endwin-state to be able to detect the case where
2693           the screen was never initialized, using that to trigger a flush of
2694           ncurses' buffer for mvcur, e.g., in test/dots_mvcur.c for the
2695           term-driver configuration.
2696         + add dependency upon ncurses_cfg.h to a few other internal header
2697           files to allow each to be compiled separately.
2698         + add dependency upon ncurses_cfg.h to tic's header-files; any program
2699           using tic-library will have to supply this file.  Legacy tack
2700           versions supply this file; ongoing tack development has dropped the
2701           dependency upon tic-library and new releases will not be affected.
2702
2703 20170715
2704         + modify command-line parameters for "convert" used in picsmap to work
2705           with ImageMagick 6.8 and newer.
2706         + fix build-problem with tack and ABI-5 (Debian #868328).
2707         + repair termcap-format from tic/infocmp broken in 20170701 fixes
2708           (Debian #868266).
2709         + reformat terminfo.src with 20170513 updates.
2710         + improve test-packages to address lintian warnings.
2711
2712 20170708
2713         + add a note to tic manual page about -W versus -f options.
2714         + correct a limit-check in fixes from 20170701 (report by Sven Joachim).
2715
2716 20170701
2717         + modify update_getenv() in db_iterator.c to ensure that environment
2718           variables which are not initially set will be checked later if an
2719           application happens to set them (patch by Guillaume Maudoux).
2720         + remove initialization-check for calling napms() in the term-driver
2721           configuration; none is needed.
2722         + add help-screen to test/test_getstr.c and test/test_get_wstr.c
2723         + improve compatibility between different configurations of new_prescr,
2724           fixing a case with threaded code and term-driver where c++/demo did
2725           not work (cf: 20160213).
2726         + the fixes for Redhat #1464685 obscured a problem subsequently
2727           reported in Redhat #1464687; the given test-case was no longer
2728           reproducible.  Testing without the fixes for the earlier reports
2729           showed a problem with buffer overflow in dump_entry.c, which is
2730           addressed by reducing the use of a fixed-size buffer.
2731         + add/improve checks in tic's parser to address invalid input
2732           (Redhat #1464684, #1464685, #1464686, #1464691).
2733           + alloc_entry.c, add a check for a null-pointer.
2734           + parse_entry.c, add several checks for valid pointers as well as
2735             one check to ensure that a single character on a line is not
2736             treated as the 2-character termcap short-name.
2737         + fix a memory leak in delscreen() (report by Bai Junq).
2738         + improve tracemunch, showing thread identifiers as names.
2739         + fix a use-after-free in NCursesMenu::~NCursesMenu()
2740         + further amend incorrect calls for memory-leaks from 20170617 changes
2741           (report by Allen Hewes).
2742
2743 20170624
2744         + modify c++/etip.h.in to accommodate deprecation of throw() and
2745           throws() in c++17 (prompted by patch by Romain Geissler).
2746         + remove some incorrect calls for memory-leaks from 20170617 changes
2747           (report by Allen Hewes).
2748         + add test-programs for termattrs and term_attrs.
2749         + modify _nc_outc_wrapper to use the standard output if the screen was
2750           not initialized, rather than returning an error.
2751         + improve checks for low-level terminfo functions when the terminal
2752           has not been initialized (Redhat #1345963).
2753         + modify make_hash to allow building with address-sanitizer,
2754           assuming that --disable-leaks is configured.
2755         + amend changes for number_format() in 20170506 to avoid undefined
2756           behavior when shifting (patch by Emanuele Giaquinta).
2757
2758 20170617
2759         + fill in some places where TERMTYPE2 vs TERMTYPE was not used
2760           (report by Allen Hewes).
2761         + use ExitTerminfo() internally in error-exits for ncurses' setupterm
2762           to help with leak checking.
2763         + use ExitProgram() in error-exit from initscr() to help with leak
2764           checking.
2765         + review test-programs, adding checks for cases where the terminal
2766           cannot be initialized.
2767
2768 20170610
2769         + add option "-xp" to picsmap.c, to use init_extended_pair().
2770         + make simple performance fixes for picsmap.c
2771         + improve aspect ratio of images read from "convert" in picsmap.c
2772
2773 20170603
2774         + add option to picsmap to use color-palette files, e.g., for mapping
2775           to xterm-256color.
2776         + move the data in SCREEN used for the alloc_pair() function to the
2777           end, to restore compatibility between ncurses/ncursesw libtinfo
2778           (report/patch by Miroslav Lichvar).
2779         + add build-time utility "report_offsets" to help show when the various
2780           configurations of tinfo library are compatible or not.
2781
2782 20170527
2783         + improved test/picsmap.c:
2784           + lookup named colors for xpm files in rgb.txt
2785           + accept blanks in color-keys for xpm files.
2786           + if neither xbm/xpm work, try "convert", which may be available.
2787
2788 20170520
2789         + modify test/picsmap.c to read xpm files.
2790         + modify package/debian/* to create documentation packages, so the
2791           related files can be checked with lintian.
2792         + fix some typos in manpages (report/patch by Sven Joachim).
2793
2794 20170513
2795         + add test/picsmap.c to fill in some testing issues not met by dots.
2796           The initial version reads X bitmap (".xbm") files.
2797         + repair logic which forces a repaint where a color-pair's content is
2798           changed (cf: 20170311).
2799         + improve tracemunch, showing screenXX pointers as names.
2800
2801 20170506
2802         + modify tic/infocmp display of numeric values to use hexadecimal when
2803           they are "close" to a power of two, making the result more readable.
2804         + improve discussion of portability in curs_mouse.3x
2805         + change line-length for generated html/manpages to 78 columns from 65.
2806         + improve discussion of line-drawing characters in curs_add_wch.3x
2807           (prompted by discussion with Lorinczy Zsigmond).
2808         + cleanup formatting of hackguide.html and ncurses-intro.html
2809         + add examples for WACS_D_PLUS and WACS_T_PLUS to test/ncurses.c
2810
2811 20170429
2812         + corrected a case where $with_gpm was set to "maybe" after CF_WITH_GPM,
2813           overlooked in 20160528 fixes (report by Alexandre Bury).
2814         + improve a couple of test-program's help-messages.
2815         + corrected loop in rain.c from 20170415 changes.
2816         + modify winnstr and winchnstr to return error if the output pointer is
2817           null, as well as adding a null pointer check of the window pointer
2818           for better compatibility with other implementations.
2819         + improve discussion of NetBSD curses in scr_dump.5
2820         + modify LIMIT_TYPED macro in new_pair.h to avoid changing sign of the
2821           value to be limited (reports by Darby Payne, Rob Boudreau).
2822         + update config.guess, config.sub from
2823                 http://git.savannah.gnu.org/cgit/config.git
2824
2825 20170422
2826         + build-fix for termcap-configuration (report by Chi-Hsuan Yen).
2827         + improve terminfo manual page discussion of control- and graphics-
2828           characters.
2829         + remove tic warning about "^?" in string capabilities, which was
2830           marked as an extension (cf: 20000610, 20110820); however all Unix
2831           implementations support this and X/Open Curses does not address it.
2832           On the other hand, termcap never did support this feature.
2833         + correct missing comma-separator between string capabilities in
2834           icl6402 and m2-nam -TD
2835         + restore rmir/smir in ansi+idc to better match original ansiterm+idc,
2836           add alias ansiterm (report by Robert King).
2837         + amend an old check for ambiguous use of "ma" in terminfo versus
2838           a termcap use, if the capability is cancelled to treat it as number.
2839         + correct a case in _nc_captoinfo() which read "%%" and emitted "%".
2840         + modify sscanf calls in _nc_infotocap() for patterns "%{number}%+%c"
2841           and "%'char'%+%c" to check that the final character is really 'c',
2842           avoiding a case in icl6404 which cannot be converted to termcap.
2843         + in _nc_infotocap(), add a check to ensure that terminfo "^?" is not
2844           written to termcap, because the BSDs did not implement that.
2845         + in _nc_tic_expand() and _nc_infotocap(), improve string-length check
2846           when deciding whether to use "^X" or "\xxx" format for control
2847           characters, to make the output of tic/infocmp more predictable.
2848         + limit termcap "%d" width to 2 digits on input, and use "%2" in
2849           preference to "%02" on output.
2850         + correct terminfo/termcap conversion of "%02" and "%03" into "%2" and
2851           "%3"; the result repeated the last character.
2852         + add man/scr_dump.5 to document screen-dump format.
2853
2854 20170415
2855         + modify several test programs to use new popup_msgs, adapted from
2856           help-screen used in test/edit_field.c
2857         + drop two symbols obsoleted in 2004: _nc_check_termtype, and
2858           _nc_resolve_uses
2859         + fix some old copyright dates (cf: 20031025).
2860         + build-fixes for test/savescreen.c to work with AIX and HPUX.
2861         + minor fix to configure script, adding a backslash/continuation.
2862         + extend TERMINAL structure for ABI 6 to store numbers internally as
2863           integers rather than short, by adding new data for this purpose.
2864         + more fixes for minor memory-leaks in test-programs.
2865
2866 20170408
2867         + change logic in wins_nwstr() to avoid addressing data past the output
2868           of mbstowcs().
2869         + correct a call to setcchar() in Data_Entry_w() from 20131207 changes.
2870         + fix minor memory-leaks in test-programs.
2871         + further improve ifdef in term_entry.h for internal definitions not
2872           used by tack.
2873
2874 20170401
2875         + minor fixes for vt100+4bsd, e.g., delay in sgr for consistency -TD
2876         + add smso for env230, to match sgr -TD
2877         + remove p7/protect from sgr in fbterm -TD
2878         + drop setf/setb from fbterm; setaf/setab are enough -TD
2879         + make xterm-pcolor sgr consistent with other capabilities -TD
2880         + add rmxx/smxx ECMA-48 strikeout extension to tmux and xterm-basic
2881           (discussion with Nicholas Marriott)
2882         + add test-programs sp_tinfo and extended_color
2883         + modify no-leaks code for lib_cur_term.c to account for the tgetent()
2884           cache.
2885         + modify setupterm() to save original tty-modes so that erasechar()
2886           works as expected.  Also modify _nc_setupscreen() to avoid redundant
2887           calls to get original tty-modes.
2888         + modify set_curterm() to update ttytype[] data used by longname().
2889         + modify wattr_set() and wattr_get() to return ERR if win-parameter is
2890           null, as documented.
2891         + improve cast used for null-pointer checks in header macros, to
2892           reduce compiler warnings.
2893         + modify several functions, using the reserved "opts" parameter to pass
2894           color- and pair-values larger than 16-bits:
2895           + getcchar(), setcchar(), slk_attr_set(), vid_puts(), wattr_get(),
2896             wattr_set(), wchgat(), wcolor_set().
2897           + Other functions call these with the corresponding altered behavior,
2898             including chgat(), mvchgat(), mvwchgat(), slk_color_on(),
2899             slk_color_off(), vid_attr().
2900         + add new functions for manipulating color- and pair-values larger
2901           than 16-bits.  These are extended_color_content(),
2902           extended_pair_content(), extended_slk_color(), init_extended_color(),
2903           init_extended_pair(), and the corresponding sp-funcs.
2904
2905 20170325
2906         + fix a memory leak in the window-list when creating multiple screens
2907           (reports by Andres Martinelli, Debian #783486).
2908         + reviewed calls from link_test.c, added a few more null-pointer
2909           checks.
2910         + add a null-pointer check in ungetmouse, in case mousemask was not
2911           called (report by "Kau").
2912         + updated curs_sp_funcs.3x for new functions.
2913
2914 20170318
2915         + change TERMINAL structure in term.h to make it opaque.  Some
2916           applications misuse its members, e.g., directly modifying it
2917           rather than using def_prog_mode().
2918         + modify utility headers such as tic.h to make it clearer which are
2919           externals that are used by tack.
2920         + improve curs_slk.3x in particular its discussion of portability.
2921         + fix cut/paste in legacy_encoding.3x
2922         + add prototype for find_pair() to new_pair.3x (report by Branden
2923           Robinson).
2924         + fix a couple of broken links in generated man-html documentation.
2925         + regenerate man-html documentation.
2926
2927 20170311
2928         + modify vt100 rs2 string to reset vt52 mode and scrolling regions
2929           (report/analysis by Robert King) -TD
2930         + add vt100+4bsd building block, use that for older terminals rather
2931           than "vt100" which is now mostly used as a building block for
2932           terminal emulators -TD
2933         + correct a few spelling errors in terminfo.src comments -TD
2934         + add fbterm -TD
2935         + fix a typo in ncurses.c test_attr legend (patch by Petr Vanek).
2936         + changed internal colorpair_t to a struct, eliminating an internal
2937           8-bit limit on colors
2938         + add ncurses/new_pair.h
2939         + add ncurses/base/new_pair.c with alloc_pair(), find_pair() and
2940           free_pair() functions
2941         + add test/demo_new_pair.c
2942
2943 20170304
2944         + improve terminfo manual description of terminfo syntax.
2945         + clarify the use of wint_t vs wchar_t in curs_get_wstr.3x
2946         + improve description of endwin() in manual.
2947         + modify setcchar() and getcchar() to treat negative color-pair as an
2948           error.
2949         + fix a typo in include/hashed_db.h (Andre Sa).
2950
2951 20170225
2952         + fixes for CF_CC_ENV_FLAGS (report by Ross Burton).
2953
2954 20170218
2955         + fix several formatting issues with manual pages.
2956         + correct read of terminfo entry in which all strings are absent or
2957           explicitly cancelled.  Before this fix, the result was that all were
2958           treated as only absent.
2959         + modify infocmp to suppress mixture of absent/cancelled capabilities
2960           that would only show as "NULL, NULL", unless the -q option is used,
2961           e.g., to show "-, @" or "@, -".
2962
2963 20170212
2964         + build-fixes for PGI compilers (report by Adam J. Stewart)
2965           + accept whitespace in sed expression for generating expanded.c
2966           + modify configure check that g++ compiler warnings are not used.
2967           + add configure check for -fPIC option needed for shared libraries.
2968         + let configure --disable-ext-funcs override the default for the
2969           --enable-sp-funcs option.
2970         + mark some structs in form/menu/panel libraries as potentially opaque
2971           without modifying API/ABI.
2972         + add configure option --enable-opaque-curses for ncurses library and
2973           similar options for the other libraries.
2974
2975 20170204
2976         + trim newlines, tabs and escaped newlines from terminfo "paths" passed
2977           to db-iterator.
2978         + ignore zero-length files in db-iterator; these are useful for
2979           instance to suppress "$HOME/.terminfo" when not wanted.
2980         + amended "b64:" encoder to work with the terminfo reader.
2981         + modify terminfo reader to accept "b64:" format using RFC-3548 in
2982           as well as RFC-4648 url/filename-safe format.
2983         + modify terminfo reader to accept "hex:" format as generated by
2984           "infocmp -0qQ1" (cf: 20150905).
2985         + adjust authors comment to reflect drop below 1% for SV.
2986
2987 20170128
2988         + minor comment-fixes to help automate links to bug-urls -TD
2989         + add dvtm, dvtm-256color -TD
2990         + add settings corresponding to xterm-keys option to tmux entry to
2991           reflect upcoming change to make that option "on" by default
2992           (patch by Nicholas Marriott).
2993         + uncancel Ms in tmux entry (Harry Gindi, Nicholas Marriott).
2994         + add dumb-emacs-ansi -TD
2995
2996 20170121
2997         + improve discussion of early history of tput program.
2998         + incorporate A_COLOR mask into COLOR_PAIR(), in case user application
2999           provides an out-of-range pair number (report by Elijah Stone).
3000         + clarify description in tput manual page regarding support for
3001           termcap names (prompted by FreeBSD #214709).
3002         + remove a restriction in tput's support for termcap names which
3003           omitted capabilities normally not shown in termcap translations
3004           (cf: 990123).
3005         + modify configure script for clang as used on FreeBSD, to work around
3006           clang's differences in exit codes vs gcc.
3007
3008 20170114
3009         + improve discussion of early history of tset/reset programs.
3010         + clarify in manual pages that the optional verbose option level is
3011           available only when ncurses is configured for tracing.
3012         + amend change from 20161231 to avoid writing traces to the standard
3013           error after initializing the trace feature using the environment
3014           variable.
3015
3016 20170107
3017         + amend changes for tput to reset tty modes to "sane" if the program
3018           is run as "reset", like tset.  Likewise, ensure that tset sends
3019           either reset- or init-strings.
3020         + improve manual page descriptions of tput init/reset and tset/reset,
3021           to make it easier to see how they are similar and different.
3022         + move a static result from key_name() to _nc_globals
3023         + modify _nc_get_screensize to allow for use_env() and use_tioctl()
3024           state to be per-screen when sp-funcs are configured, better matching
3025           the behavior when using the term-driver configuration.
3026         + improve cross-references in manual pages for often used functions
3027         + move SCREEN field for use_tioctl() data before the ncursesw fields,
3028           and limit that to the sp-funcs configuration to improve termlib
3029           compatibility (cf:  20120714).
3030         + correct order of initialization for traces in use_env() and
3031           use_tioctl() versus first trace calls.
3032
3033 20161231
3034         + fix errata for ncurses-howto (report by Damien Ruscoe).
3035         + fix a few places in configure/build scripts where DESTDIR and rpath
3036           were combined (report by Thomas Klausner).
3037         + merge current st description (report by Harry Gindi) -TD
3038         + modify flash capability for linux and wyse entries to put the delay
3039           between the reverse/normal escapes rather than after -TD
3040         + modify program tabs to pass the actual tty file descriptor to
3041           setupterm rather than the standard output, making padding work
3042           consistently.
3043         + explain in clear's manual page that it writes to stdout.
3044         + add special case for verbose debugging traces of command-line
3045           utilities which write to stderr (cf: 20161126).
3046         + remove a trace with literal escapes from skip_DECSCNM(), added in
3047           20161203.
3048         + update config.guess, config.sub from
3049                 http://git.savannah.gnu.org/cgit/config.git
3050
3051 20161224
3052         + correct parameters for copywin call in _nc_Synchronize_Attributes()
3053           (patch by Leon Winter).
3054         + improve color-handling section in terminfo manual page (prompted by
3055           patch by Mihail Konev).
3056         + modify programs clear, tput and tset to pass the actual tty file
3057           descriptor to setupterm rather than the standard output, making
3058           padding work.
3059
3060 20161217
3061         + add tput-colorcube demo script.
3062         + add -r and -s options to tput-initc demo, to match usage in xterm.
3063         + flush the standard output in _nc_flush for the case where SP is zero,
3064           e.g., when called via putp.  This fixes a scenario where "tput flash"
3065           did not work after changes in 20130112.
3066
3067 20161210
3068         + add configure script option --disable-wattr-macros for use in cases
3069           where one wants to use the same headers for ncurses5/ncurses6
3070           development, by suppressing the wattr* macros which differ due to
3071           the introduction of extended colors (prompted by comments in
3072           Debian #230990, Redhat #1270534).
3073         + add test/tput-initc to demonstrate tput used to initialize palette
3074           from a data file.
3075         + modify test/xterm*.dat to use the newer color4/color12 values.
3076
3077 20161203
3078         + improve discussion of field validation in form_driver.3x manual page.
3079         + update curs_trace.3x manual page.
3080
3081 20161126
3082         + modify linux-16color to not mask dim, standout or reverse with the
3083           ncv capability -TD
3084         + add 0.1sec mandatory delay to flash capabilities using the VT100
3085           reverse-video control -TD
3086         + omit selection of ISO-8859-1 for G0 in enacs capability from linux2.6
3087           entry, to avoid conflict with the user-defined mapping.  The reset
3088           feature will use ISO-8859-1 in any case (Mikulas Patocka).
3089         + improve check in tic for delays by also warning about beep/flash
3090           when a delay is not embedded, or if those use the VT100 reverse
3091           video escape without using a delay.
3092         + minor fix for syntax-check of delays from 20161119 changes.
3093         + modify trace() to avoid overwriting existing file (report by Maor
3094           Shwartz).
3095
3096 20161119
3097         + add check in tic for some syntax errors of delays, as well as use of
3098           proportional delays for non-line capabilities.
3099         + document history of the clear program and the E3 extension, prompted
3100           by various discussions including
3101           http://unix.stackexchange.com/questions/87469/clearing-the-old-scrollback-buffer
3102
3103 20161112
3104         + improve -W option in tic/infocmp:
3105           + correct order of size-adjustments in wrapped lines
3106           + if -f option splits line, do not further split it with -W
3107           + begin a new line when adding "use=" after a wrapped line
3108
3109 20161105
3110         + fix typo in man/terminfo.tail (Alain Williams).
3111         + correct program-name in adacurses6-config.1 manual page.
3112
3113 20161029
3114         + add new function "unfocus_current_field" (Leon Winter)
3115
3116 20161022
3117         + modify tset -w (and tput reset) to update the program's copy of the
3118           screensize if it was already set in the system, to improve tabstop
3119           setting which relies upon knowing the actual screensize.
3120         + add functionality of tset -w to tput, like the "-c" feature this is
3121           not optional in tput.
3122         + add "clear" as a possible link/alias to tput.
3123         + improve tput's check for being called as "init" or "reset" to allow
3124           for transformed names.
3125         + split-out the "clear" function from progs/clear.c, share with
3126           tput to get the same behavior, e.g., the E3 extension.
3127
3128 20161015
3129         + amend internal use of tputs to consistently use the number of lines
3130           affected, e.g., for insert/delete character operations.  While
3131           merging terminfo source early in 1995, several descriptions used the
3132           "*" proportional delay for these operations, prompting a change in
3133           doupdate.
3134         + regenerate llib-* files.
3135         + regenerate HTML manpages.
3136         + fix several formatting issues with manual pages.
3137
3138 20161008
3139         + adjust size in infocmp/tic to work with strlcpy.
3140         + fix configure script to record when strlcat is found on OpenBSD.
3141         + build-fix for "recent" OpenBSD vs baudrate.
3142
3143 20161001
3144         + add -W option to tic/infocmp to force long strings to wrap.  This is
3145           in addition to the -w option which attempts to fit capabilities into
3146           a given line-length.
3147         + add linux-m1 minitel entries (patch by Alexandre Montaron).
3148         + correct rs2 string for vt100-nam -TD
3149
3150 20160924
3151         + modify _nc_tic_expand to escape comma if it immediately follows a
3152           percent sign, to work with minitel change.
3153         + updated minitel and viewdata descriptions (Alexandre Montaron).
3154
3155 20160917
3156         + build-fix for gnat6, which unhelpfully attempts to compile C files.
3157         + fix typo in 20160910 changes (Debian #837892, patch by Sven Joachim).
3158
3159 20160910
3160         + trim dead code ifdef'd with HIDE_EINTR since 970830 (discussion with
3161           Leon Winter).
3162         + trim some obsolete/incorrect wording about EINTR from wgetch manual
3163           page (patch by Leon Winter).
3164         + really correct 20100515 change (patch by Rich Coe).
3165         + add "--enable-string-hacks" option to test/configure
3166         + completed string-hacks for "sprintf", etc., including test-programs.
3167         + make "--enable-string-hacks" work with Debian by checking for the
3168           "bsd" library and its associated "<bsd/string.h>" header.
3169
3170 20160903
3171         + correct 20100515 change for weak signals versus sigprocmask (report
3172           by Rich Coe).
3173         + modify misc/Makefile.in to work around OpenBSD "make" which unlike
3174           all other versions of "make" does not recognize continuation lines
3175           of comments.
3176         + amend the last change to CF_C_ENV_FLAGS to move only the
3177           preprocessor, optimization and warning flags to CPPFLAGS and CFLAGS,
3178           leaving the residue in CC.  That happens to work for gcc's various
3179           "model" options, but may require tuning for other compilers (report
3180           by Sven Joachim).
3181
3182 20160827
3183         + add "v" menu entry to test/ncurses.c to show baudrate and other
3184           values.
3185         + add "newer" baudrate symbols from Linux and FreeBSD to progs/tset.c,
3186           lib_baudrate.c
3187         + modify CF_XOPEN_SOURCE macro:
3188           + add "uclinux" to case for "linux" (patch by Yann E. Morin)
3189           + modify _GNU_SOURCE for cygwin headers, tested with cygwin 2.3, 2.5
3190             (patch by Corinna Vinschen, from changes to tin).
3191         + improve CF_CC_ENV_FLAGS macro to allow for compiler wrappers such
3192           as "ccache" (report by Enrico Scholz).
3193         + update config.guess, config.sub from
3194                 http://git.savannah.gnu.org/cgit/config.git
3195
3196 20160820
3197         + update tput manual page to reflect changes to manipulate terminal
3198           modes by sharing functions with tset.
3199         + add the terminal-mode parts of "reset" (aka tset) to the "tput reset"
3200           command, making the two almost the same except for window-size.
3201         + adapt logic used in dialog "--keep-tite" option for test/filter.c as
3202           "-a" option.  When set, test/filter attempts to suppress the
3203           alternate screen.
3204         + correct a typo in interix entry -TD
3205
3206 20160813
3207         + add a dependency upon generated-sources in Ada95/src/Makefile.in to
3208           handle a case of "configure && make install".
3209         + trim trailing blanks from include/Caps*, to work around a problem
3210           in sed (Debian #818067).
3211
3212 20160806
3213         + improve CF_GNU_SOURCE configure macro to optionally define
3214           _DEFAULT_SOURCE work around a nuisance in recent glibc releases.
3215         + move the terminfo-specific parts of tput's "reset" function into
3216           the shared reset_cmd.c, making the two forms of reset use the same
3217           strings.
3218         + split-out the terminal initialization functions from tset as
3219           progs/reset_cmd.c, as part of changes to merge the reset-feature
3220           with tput.
3221
3222 20160730
3223         + change tset's initialization to allow it to get settings from the
3224           standard input as well as /dev/tty, to be more effective when
3225           output or error are redirected.
3226         + improve discussion of history and portability for tset/reset/tput
3227           manual pages.
3228
3229 20160723
3230         + improve error message from tset/reset when both stderr/stdout are
3231           redirected to a file or pipe.
3232         + improve organization of curs_attr.3x, curs_color.3x
3233
3234 20160709
3235         + work around Debian's antique/unmaintained version of mawk when
3236           building link_test.
3237         + improve test/list_keys.c, showing ncurses's convention of modifiers
3238           for special keys, based on xterm.
3239
3240 20160702
3241         + improve test/list_keys.c, using $TERM if no parameters are given.
3242
3243 20160625
3244         + build-fixes for ncurses "test_progs" rule.
3245         + amend change to CF_CC_ENV_FLAGS in 20160521 to make multilib build
3246           work (report by Sven Joachim).
3247
3248 20160618
3249         + build-fixes for ncurses-examples with NetBSD curses.
3250         + improve test/list_keys.c, fixing column-widths and sorting the list
3251           to make it more readable.
3252
3253 20160611
3254         + revise fix for Debian #805618 (report by Vlado Potisk, cf: 20151128).
3255         + modify test/ncurses.c a/A screens to make exiting on an escape
3256           character depend on the start of keypad and timeout modes, to allow
3257           better testing of function-keys.
3258         + modify rs1 for xterm-16color, xterm-88color and xterm-256color to
3259           reset palette using "oc" string as in linux -TD
3260         + use ANSI reply for u8 in xterm-new, to reflect vt220-style responses
3261           that could be returned -TD
3262         + added a few capabilities fixed in recent vte -TD
3263
3264 20160604
3265         + correct logic for -f option in test/demo_terminfo.c
3266         + add test/list_keys.c
3267
3268 20160528
3269         + further workaround for PIE/PIC breakage which causes gpm to not link.
3270         + fix most cppcheck warnings, mostly style, in ncurses library.
3271
3272 20160521
3273         + improved manual page description of tset/reset versus window-size.
3274         + fixes to work with a slightly broken compiler configuration which
3275           cannot compile "Hello World!" without adding compiler options
3276           (report by Ola x Nilsson):
3277           + pass appropriate compiler options to the CF_PROG_CC_C_O macro.
3278           + when separating compiler and options in CF_CC_ENV_FLAGS, ensure
3279             that all options are split-off into CFLAGS or CPPFLAGS
3280           + restore some -I options removed in 20140726 because they appeared
3281             to be redundant.  In fact, they are needed for a compiler that
3282             cannot combine -c and -o options.
3283
3284 20160514
3285         + regenerate HTML manpages.
3286         + improve manual pages for wgetch and wget_wch to point out that they
3287           might return values without names in curses.h (Debian #822426).
3288         + make linux3.0 entry the default linux entry (Debian #823658) -TD
3289         + modify linux2.6 entry to improve line-drawing so that the linux3.0
3290           entry can be used in non-UTF-8 mode -TD
3291         + document return value of use_extended_names (report by Mike Gran).
3292
3293 20160507
3294         + amend change to _nc_do_color to restore the early return for the
3295           special case used in _nc_screen_wrap (report by Dick Streefland,
3296           cf: 20151017).
3297         + modify test/ncurses.c:
3298           + check return-value of putwin
3299           + correct ifdef which made the 'g' test's legend not reflect changes
3300             to keypad- and scroll-modes.
3301         + correct return-value of extended putwin (report by Mike Gran).
3302
3303 20160423
3304         + modify test/ncurses.c 'd' edit-color menu to optionally read xterm
3305           color palette directly from terminal, as well as handling KEY_RESIZE
3306           and screen-repainting with control/L and control/R.
3307         + add 'oc' capability to xterm+256color, allowing palette reset for
3308           xterm -TD
3309
3310 20160416
3311         + add workaround in configure script for inept transition to PIE vs
3312           PIC builds documented in
3313                   https://fedoraproject.org/wiki/Changes/Harden_All_Packages
3314         + add "reset" to list of programs whose names might change in manpages
3315           due to program-transformation configure options.
3316         + drop long-obsolete "-n" option from tset.
3317
3318 20160409
3319         + modify test/blue.c to use Unicode values for card-glyphs when
3320           available, as well as improving the check for CP437 and CP850.
3321
3322 20160402
3323         + regenerate HTML manpages.
3324         + improve manual pages for utilities with respect to POSIX versus
3325           X/Open Curses.
3326
3327 20160326
3328         + regenerate HTML manpages.
3329         + improve test/demo_menus.c, allowing mouse-click on the menu-headers
3330           to switch the active menu.  This requires a new extension option
3331           O_MOUSE_MENU to tell the menu driver to put mouse events which do not
3332           apply to the active menu back into the queue so that the application
3333           can handle the event.
3334
3335 20160319
3336         + improve description of tgoto parameters (report by Steffen Nurpmeso).
3337         + amend workaround for Solaris line-drawing to restore a special case
3338           that maps Unicode line-drawing characters into the acsc string for
3339           non-Unicode locales (Debian #816888).
3340
3341 20160312
3342         + modified test/filter.c to illustrate an alternative to getnstr, that
3343           polls for input while updating a clock on the right margin as well
3344           as responding to window size-changes.
3345
3346 20160305
3347         + omit a redefinition of "inline" when traces are enabled, since this
3348           does not work with gcc 5.3.x MinGW cross-compiling (cf: 20150912).
3349
3350 20160220
3351         + modify test/configure script to check for pthread dependency of
3352           ncursest or ncursestw library when building ncurses examples, e.g.,
3353           in case weak symbols are used.
3354         + modify configure macro for shared-library rules to use -Wl,-rpath
3355           rather than -rpath to work around a bug in scons (FreeBSD #178732,
3356           cf: 20061021).
3357         + double-width multibyte characters were not counted properly in
3358           winsnstr and wins_nwstr (report/example by Eric Pruitt).
3359         + update config.guess, config.sub from
3360                 http://git.savannah.gnu.org/cgit/config.git
3361
3362 20160213
3363         + amend fix for _nc_ripoffline from 20091031 to make test/ditto.c work
3364           in threaded configuration.
3365         + move _nc_tracebits, _tracedump and _tracemouse to curses.priv.h,
3366           since they are not part of the suggested ABI6.
3367
3368 20160206
3369         + define WIN32_LEAN_AND_MEAN for MinGW port, making builds faster.
3370         + modify test/ditto.c to allow $XTERM_PROG environment variable to
3371           override "xterm" as the name of the program to run in the threaded
3372           configuration.
3373
3374 20160130
3375         + improve formatting of man/curs_refresh.3x and man/tset.1 manpages
3376         + regenerate HTML manpages using newer man2html to eliminate some
3377           unwanted blank lines.
3378
3379 20160123
3380         + ifdef'd header-file definition of mouse_trafo() with NCURSES_NOMACROS
3381           (report by Corey Minyard).
3382         + fix some strict compiler-warnings in traces.
3383
3384 20160116
3385         + tidy up comments about hardcoded 256color palette (report by
3386           Leonardo Brondani Schenkel) -TD
3387         + add putty-noapp entry, and amend putty entry to use application mode
3388           for better consistency with xterm (report by Leonardo Brondani
3389           Schenkel) -TD
3390         + modify _nc_viscbuf2() and _tracecchar_t2() to trace wide-characters
3391           as a whole rather than their multibyte equivalents.
3392         + minor fix in wadd_wchnstr() to ensure that each cell has nonzero
3393           width.
3394         + move PUTC_INIT calls next to wcrtomb calls, to avoid carry-over of
3395           error status when processing Unicode values which are not mapped.
3396
3397 20160102
3398         + modify ncurses c/C color test-screens to take advantage of wide
3399           screens, reducing the number of lines used for 88- and 256-colors.
3400         + minor refinement to check versus ncv to ignore two parameters of
3401           SGR 38 and 48 when those come from color-capabilities.
3402
3403 20151226
3404         + add check in tic for use of bold, etc., video attributes in the
3405           color capabilities, accounting whether the feature is listed in ncv.
3406         + add check in tic for conflict between ritm, rmso, rmul versus sgr0.
3407
3408 20151219
3409         + add a paragraph to curs_getch.3x discussing key naming (discussion
3410           with James Crippen).
3411         + amend workaround for Solaris vs line-drawing to take the configure
3412           check into account.
3413         + add a configure check for wcwidth() versus the ncurses line-drawing
3414           characters, to use in special-casing systems such as Solaris.
3415
3416 20151212
3417         + improve CF_XOPEN_CURSES macro used in test/configure, to define as
3418           needed NCURSES_WIDECHAR for platforms where _XOPEN_SOURCE_EXTENDED
3419           does not work.  Also modified the test program to ensure that if
3420           building with ncurses, that the cchar_t type is checked, since that
3421           normally is since 20111030 ifdef'd depending on this test.
3422         + improve 20121222 workaround for broken acs, letting Solaris "work"
3423           in spite of its misconfigured wcwidth which marks all of the line
3424           drawing characters as double-width.
3425
3426 20151205
3427         + update form_cursor.3x, form_post.3x, menu_attributes.3x to list
3428           function names in NAME section (patch by Jason McIntyre).
3429         + minor fixes to manpage NAME/SYNOPSIS sections to consistently use
3430           rule that either all functions which are prototyped in SYNOPSIS are
3431           listed in the NAME section, or the manual-page name is the sole item
3432           listed in the NAME section.  The latter is used to reduce clutter,
3433           e.g., for the top-level library manual pages as well as for certain
3434           feature-pages such as SP-funcs and threading (prompted by patches by
3435           Jason McIntyre).
3436
3437 20151128
3438         + add option to preserve leading whitespace in form fields (patch by
3439           Leon Winter).
3440         + add missing assignment in lib_getch.c to make notimeout() work
3441           (Debian #805618).
3442         + add 't' toggle for notimeout() function in test/ncurses.c a/A screens
3443         + add viewdata terminal description (Alexandre Montaron).
3444         + fix a case in tic/infocmp for formatting capabilities where a
3445           backslash at the end of a string was mishandled.
3446         + fix some typos in curs_inopts.3x (Benno Schulenberg).
3447
3448 20151121
3449         + fix some inconsistencies in the pccon* entries -TD
3450         + add bold to pccon+sgr+acs and pccon-base (Tati Chevron).
3451         + add keys f12-f124 to pccon+keys (Tati Chevron).
3452         + add test/test_sgr.c program to exercise all combinations of sgr.
3453
3454 20151107
3455         + modify tset's assignment to TERM in its output to reflect the name by
3456           which the terminal description is found, rather than the primary
3457           name.  That was an unnecessary part from the initial conversion of
3458           tset from termcap to terminfo.  The termcap program in 4.3BSD did
3459           this to avoid using the short 2-character name (report by Rich
3460           Burridge).
3461         + minor fix to configure script to ensure that rules for resulting.map
3462           are only generated when needed (cf: 20151101).
3463         + modify configure script to handle the case where tic-library is
3464           renamed, but the --with-debug option is used by itself without
3465           normal or shared libraries (prompted by comment in Debian #803482).
3466
3467 20151101
3468         + amend change for pkg-config which allows build of pc-files when no
3469           valid pkg-config library directory was configured to suppress the
3470           actual install if it is not overridden to a valid directory at
3471           install time (cf: 20150822).
3472         + modify editing script which generates resulting.map to work with the
3473           clang configuration on recent FreeBSD, which gives an error on an
3474           empty "local" section.
3475         + fix a spurious "(Part)" message in test/ncurses.c b/B tests due
3476           to incorrect attribute-masking.
3477
3478 20151024
3479         + modify MKexpanded.sh to update the expansion of a temporary filename
3480           to "expanded.c", for use in trace statements.
3481         + modify layout of b/B tests in test/ncurses.c to allow for additional
3482           annotation on the right margin; some terminals with partial support
3483           did not display well.
3484         + fix typo in curs_attr.3x (patch by Sven Joachim).
3485         + fix typo in INSTALL (patch by Tomas Cech).
3486         + improve configure check for setting WILDCARD_SYMS variable; on ppc64
3487           the variable is in the Data section rather than Text (patch by Michel
3488           Normand, Novell #946048).
3489         + using configure option "--without-fallbacks" incorrectly caused
3490           FALLBACK_LIST to be set to "no" (patch by Tomas Cech).
3491         + updated minitel entries to fix kel problem with emacs, and add
3492           minitel1b-nb (Alexandre Montaron).
3493         + reviewed/updated nsterm entry Terminal.app in OSX -TD
3494         + replace some dead URLs in comments with equivalents from the
3495           Internet Archive -TD
3496         + update config.guess, config.sub from
3497                 http://git.savannah.gnu.org/cgit/config.git
3498
3499 20151017
3500         + modify ncurses/Makefile.in to sort keys.list in POSIX locale
3501           (Debian #801864, patch by Esa Peuha).
3502         + remove an early-return from _nc_do_color, which can interfere with
3503           data needed by bkgd when ncurses is configured with extended colors
3504           (patch by Denis Tikhomirov).
3505         > fixes for OS/2 (patches by KO Myung-Hun)
3506         + use button instead of kbuf[0] in EMX-specific part of lib_mouse.c
3507         + support building with libtool on OS/2
3508         + use stdc++ on OS/2 kLIBC
3509         + clear cf_XOPEN_SOURCE on OS/2
3510
3511 20151010
3512         + add configure check for openpty to test/configure script, for ditto.
3513         + minor fixes to test/view.c in investigating Debian #790847.
3514         + update autoconf patch to 2.52.20150926, incorporates a fix for Cdk.
3515         + add workaround for breakage of POSIX makefiles by recent binutils
3516           change.
3517         + improve check for working poll() by using posix_openpt() as a
3518           fallback in case there is no valid terminal on the standard input
3519           (prompted by discussion on bug-ncurses mailing list, Debian #676461).
3520
3521 20150926
3522         + change makefile rule for removing resulting.map to distclean rather
3523           than clean.
3524         + add /lib/terminfo to terminfo-dirs in ".deb" test-package.
3525         + add note on portability of resizeterm and wresize to manual pages.
3526
3527 20150919
3528         + clarify in resizeterm.3x how KEY_RESIZE is pushed onto the input
3529           stream.
3530         + clarify in curs_getch.3x that the keypad mode affects ability to
3531           read KEY_MOUSE codes, but does not affect KEY_RESIZE.
3532         + add overlooked build-fix needed with Cygwin for separate Ada95
3533           configure script, cf: 20150606 (report by Nicolas Boulenguez)
3534
3535 20150912
3536         + fixes for configure/build using clang on OSX (prompted by report by
3537           William Gallafent).
3538           + do not redefine "inline" in ncurses_cfg.h; this was originally to
3539             solve a problem with gcc/g++, but is aggravated by clang's misuse
3540             of symbols to pretend it is gcc.
3541           + add braces to configure script to prevent unwanted add of
3542             "-lstdc++" to the CXXLIBS symbol.
3543           + improve/update test-program used for checking existence of stdc++
3544             library.
3545           + if $CXXLIBS is set, the linkage test uses that in addition to $LIBS
3546
3547 20150905
3548         + add note in curs_addch.3x about line-drawing when it depends upon
3549           UTF-8.
3550         + add tic -q option for consistency with infocmp, use it to suppress
3551           all comments from the "tic -I" output.
3552         + modify infocmp -q option to suppress the "Reconstructed from"
3553           header.
3554         + add infocmp/tic -Q option, which allows one to dump the compiled
3555           form of the terminal entry, in hexadecimal or base64.
3556
3557 20150822
3558         + sort options in usage message for infocmp, to make it simpler to
3559           see unused letters.
3560         + update usage message for tic, adding "-0" option.
3561         + documented differences in ESCDELAY versus AIX's implementation.
3562         + fix some compiler warnings from ports.
3563         + modify --with-pkg-config-libdir option to make it possible to install
3564           ".pc" files even if pkg-config is not found (adapted from patch by
3565           Joshua Root).
3566
3567 20150815
3568         + disallow "no" as a possible value for "--with-shlib-version" option,
3569           overlooked in cleanup-changes for 20000708 (report by Tommy Alex).
3570         + update release notes in INSTALL.
3571         + regenerate llib-* files to help with review for release notes.
3572
3573 20150810
3574         + workaround for Debian #65617, which was fixed in mawk's upstream
3575           releases in 2009 (report by Sven Joachim).  See
3576                 https://invisible-island.net/mawk/CHANGES.html#t20090727
3577
3578 20150808 6.0 release for upload to ftp.gnu.org
3579
3580 20150808
3581         + build-fix for Ada95 on older platforms without stdint.h
3582         + build-fix for Solaris, whose /bin/sh and /usr/bin/sed are non-POSIX.
3583         + update release announcement, summarizing more than 800 changes across
3584           more than 200 snapshots.
3585         + minor fixes to manpages, etc., to simplify linking from announcement
3586           page.
3587
3588 20150725
3589         + updated llib-* files.
3590         + build-fixes for ncurses library "test_progs" rule.
3591         + use alternate workaround for gcc 5.x feature (adapted from patch by
3592           Mikhail Peselnik).
3593         + add status line to tmux via xterm+sl (patch by Nicholas Marriott).
3594         + fixes for st 0.5 from testing with tack -TD
3595         + review/improve several manual pages to break up wall-of-text:
3596           curs_add_wch.3x, curs_attr.3x, curs_bkgd.3x, curs_bkgrnd.3x,
3597           curs_getcchar.3x, curs_getch.3x, curs_kernel.3x, curs_mouse.3x,
3598           curs_outopts.3x, curs_overlay.3x, curs_pad.3x, curs_termattrs.3x
3599           curs_trace.3x, and curs_window.3x
3600
3601 20150719
3602         + correct an old logic error for %A and %O in tparm (report by "zreed").
3603         + improve documentation for signal handlers by adding section in the
3604           curs_initscr.3x page.
3605         + modify logic in make_keys.c to not assume anything about the size
3606           of strnames and strfnames variables, since those may be functions
3607           in the thread- or broken-linker configurations (problem found by
3608           Coverity).
3609         + modify test/configure script to check for pthreads configuration,
3610           e.g., ncursestw library.
3611
3612 20150711
3613         + modify scripts to build/use test-packages for the pthreads
3614           configuration of ncurses6.
3615         + add references to ttytype and termcap symbols in demo_terminfo.c and
3616           demo_termcap.c to ensure that when building ncursest.map, etc., that
3617           the corresponding names such as _nc_ttytype are added to the list of
3618           versioned symbols (report by Werner Fink)
3619         + fix regression from 20150704 (report/patch by Werner Fink).
3620
3621 20150704
3622         + fix a few problems reported by Coverity.
3623         + fix comparison against "/usr/include" in misc/gen-pkgconfig.in
3624           (report by Daiki Ueno, Debian #790548, cf:  20141213).
3625
3626 20150627
3627         + modify configure script to remove deprecated ABI 5 symbols when
3628           building ABI 6.
3629         + add symbols _nc_Default_Field, _nc_Default_Form, _nc_has_mouse to
3630           map-files, but marked as deprecated so that they can easily be
3631           suppressed from ABI 6 builds (Debian #788610).
3632         + comment-out "screen.xterm" entry, and inherit screen.xterm-256color
3633           from xterm-new (report by Richard Birkett) -TD
3634         + modify read_entry.c to set the error-return to -1 if no terminal
3635           databases were found, as documented for setupterm.
3636         + add test_setupterm.c to demonstrate normal/error returns from the
3637           setupterm and restartterm functions.
3638         + amend cleanup change from 20110813 which removed redundant definition
3639           of ret_error, etc., from tinfo_driver.c, to account for the fact that
3640           it should return a bool rather than int (report/analysis by Johannes
3641           Schindelin).
3642
3643 20150613
3644         + fix overflow warning for OSX with lib_baudrate.c (cf: 20010630).
3645         + modify script used to generate map/sym files to mark 5.9.20150530 as
3646           the last "5.9" version, and regenerated the files.  That makes the
3647           files not use ".current" for the post-5.9 symbols.  This also
3648           corrects the label for _nc_sigprocmask used in when weak symbols are
3649           configured for the ncursest/ncursestw libraries (prompted by
3650           discussion with Sven Joachim).
3651         + fix typo in NEWS (report by Sven Joachim).
3652
3653 20150606 pre-release
3654         + make ABI 6 the default by updates to dist.mk and VERSION, with the
3655           intention that the existing ABI 5 should build as before using the
3656           "--with-abi-version=5" option.
3657         + regenerate ada- and man-html documentation.
3658         + minor fixes to color- and util-manpages.
3659         + fix a regression in Ada95/gen/Makefile.in, to handle special case of
3660           Cygwin, which uses the broken-linker feature.
3661         + amend fix for CF_NCURSES_CONFIG used in test/configure to assume that
3662           ncurses package scripts work when present for cross-compiling, as the
3663           lessor of two evils (cf: 20150530).
3664         + add check in configure script to disallow conflicting options
3665           "--with-termlib" and "--enable-term-driver".
3666         + move defaults for "--disable-lp64" and "--with-versioned-syms" into
3667           CF_ABI_DEFAULTS macro.
3668
3669 20150530
3670         + change private type for Event_Mask in Ada95 binding to work when
3671           mmask_t is set to 32-bits.
3672         + remove spurious "%;" from st entry (report by Daniel Pitts) -TD
3673         + add vte-2014, update vte to use that -TD
3674         + modify tic and infocmp to "move" a diagnostic for tparm strings that
3675           have a syntax error to tic's "-c" option (report by Daniel Pitts).
3676         + fix two problems with configure script macros (Debian #786436,
3677           cf: 20150425, cf: 20100529).
3678
3679 20150523
3680         + add 'P' menu item to test/ncurses.c, to show pad in color.
3681         + improve discussion in curs_color.3x about color rendering (prompted
3682           by comment on Stack Overflow forum):
3683         + remove screen-bce.mlterm, since mlterm does not do "bce" -TD
3684         + add several screen.XXX entries to support the respective variations
3685           for 256 colors -TD
3686         + add putty+fnkeys* building-block entries -TD
3687         + add smkx/rmkx to capabilities analyzed with infocmp "-i" option.
3688
3689 20150516
3690         + amend change to ".pc" files to only use the extra loader flags which
3691           may have rpath options (report by Sven Joachim, cf: 20150502).
3692         + change versioning for dpkg's in test-packages for Ada95 and
3693           ncurses-examples for consistency with Debian, to work with package
3694           updates.
3695         + regenerate html manpages.
3696         + clarify handling of carriage return in waddch manual page; it was
3697           discussed only in the portability section (prompted by comment on
3698           Stack Overflow forum):
3699
3700 20150509
3701         + add test-packages for cross-compiling ncurses-examples using the
3702           MinGW test-packages.  These are only the Debian packages; RPM later.
3703         + cleanup format of debian/copyright files
3704         + add pc-files to the MinGW cross-compiling test-packages.
3705         + correct a couple of places in gen-pkgconfig.in to handle renaming of
3706           the tinfo library.
3707
3708 20150502
3709         + modify the configure script to allow different default values
3710           for ABI 5 versus ABI 6.
3711         + add wgetch-events to test-packages.
3712         + add a note on how to build ncurses-examples to test/README.
3713         + fix a memory leak in delscreen (report by Daniel Kahn Gillmor,
3714           Debian #783486) -TD
3715         + remove unnecessary ';' from E3 capabilities -TD
3716         + add tmux entry, derived from screen (patch by Nicholas Marriott).
3717         + split-out recent change to nsterm-bce as nsterm-build326, and add
3718           nsterm-build342 to reflect changes with successive releases of OSX
3719           (discussion with Leonardo B Schenkel)
3720         + add xon, ich1, il1 to ibm3161 (patch by Stephen Powell, Debian
3721           #783806)
3722         + add sample "magic" file, to document ext-putwin.
3723         + modify gen-pkgconfig.in to add explicit -ltinfo, etc., to the
3724           generated ".pc" file when ld option "--as-needed" is used, or when
3725           ncurses and tinfo are installed without using rpath (prompted by
3726           discussion with Sylvain Bertrand).
3727         + modify test-package for ncurses6 to omit rpath feature when installed
3728           in /usr.
3729         + add OSX's "*.dSYM" to clean-rules in makefiles.
3730         + make extra-suffix work for OSX configuration, e.g., for shared
3731           libraries.
3732         + modify Ada95/configure script to work with pkg-config
3733         + move test-package for ncurses6 to /usr, since filename-conflicts have
3734           been eliminated.
3735         + corrected build rules for Ada95/gen/generate; it does not depend on
3736           the ncurses library aside from headers.
3737         + reviewed man pages, fixed a few other spelling errors.
3738         + fix a typo in curs_util.3x (Sven Joachim).
3739         + use extra-suffix in some overlooked shared library dependencies
3740           found by 20150425 changes for test-packages.
3741         + update config.guess, config.sub from
3742                 http://git.savannah.gnu.org/cgit/config.git
3743
3744 20150425
3745         + expanded description of tgetstr's area pointer in manual page
3746           (report by Todd M Lewis).
3747         + in-progress changes to modify test-packages to use ncursesw6 rather
3748           than ncursesw, with updated configure scripts.
3749         + modify CF_NCURSES_CONFIG in Ada95- and test-configure scripts to
3750           check for ".pc" files via pkg-config, but add a linkage check since
3751           frequently pkg-config configurations are broken.
3752         + modify misc/gen-pkgconfig.in to include EXTRA_LDFLAGS, e.g., for the
3753           rpath option.
3754         + add 'dim' capability to screen entry (report by Leonardo B Schenkel)
3755         + add several key definitions to nsterm-bce to match preconfigured
3756           keys, e.g., with OSX 10.9 and 10.10 (report by Leonardo B Schenkel)
3757         + fix repeated "extra-suffix" in ncurses-config.in (cf: 20150418).
3758         + improve term_variables manual page, adding section on the terminfo
3759           long-name symbols which are defined in the term.h header.
3760         + fix bug in lib_tracebits.c introduced in const-fixes (cf: 20150404).
3761
3762 20150418
3763         + avoid a blank line in output from tabs program by ending it with
3764           a carriage return as done in FreeBSD (patch by James Clarke).
3765         + build-fix for the "--enable-ext-putwin" feature when not using
3766           wide characters (report by Werner Fink).
3767         + modify autoconf macros to use scripting improvement from xterm.
3768         + add -brtl option to compiler options on AIX 5-7, needed to link
3769           with the shared libraries.
3770         + add --with-extra-suffix option to help with installing nonconflicting
3771           ncurses6 packages, e.g., avoiding header- and library-conflicts.
3772           NOTE: as a side-effect, this renames
3773                   adacurses-config to adacurses5-config and
3774                   adacursesw-config to adacursesw5-config
3775         + modify debian/rules test package to suffix programs with "6".
3776         + clarify in curs_inopts.3x that window-specific settings do not
3777           inherit into new windows.
3778
3779 20150404
3780         + improve description of start_color() in the manual.
3781         + modify several files in ncurses- and progs-directories to allow
3782           const data used in internal tables to be put by the linker into the
3783           readonly text segment.
3784
3785 20150329
3786         + correct cut/paste error for "--enable-ext-putwin" that made it the
3787           same as "--enable-ext-colors" (report by Roumen Petrov)
3788
3789 20150328
3790         + add "-f" option to test/savescreen.c to help with testing/debugging
3791           the extended putwin/getwin.
3792         + add logic for writing/reading combining characters in the extended
3793           putwin/getwin.
3794         + add "--enable-ext-putwin" configure option to turn on the extended
3795           putwin/getwin.
3796
3797 20150321
3798         + in-progress changes to provide an extended version of putwin and
3799           getwin which will be capable of reading screen-dumps between the
3800           wide/normal ncurses configurations.  These are text files, except
3801           for a magic code at the beginning:
3802           0       string          \210\210        Screen-dump (ncurses)
3803
3804 20150307
3805         + document limitations of getwin in manual page (prompted by discussion
3806           with John S Urban).
3807         + extend test/savescreen.c to demonstrate that color pair values
3808           and graphic characters can be restored using getwin.
3809
3810 20150228
3811         + modify win_driver.c to eliminate the constructor, to make it more
3812           usable in an application which may/may not need the console window
3813           (report by Grady Martin).
3814
3815 20150221
3816         + capture define's related to -D_XOPEN_SOURCE from the configure check
3817           and add those to the *-config and *.pc files, to simplify use for
3818           the wide-character libraries.
3819         + modify ncurses.spec to accommodate Fedora21's location of pkg-config
3820           directory.
3821         + correct sense of "--disable-lib-suffixes" configure option (report
3822           by Nicolas Boos, cf: 20140426).
3823
3824 20150214
3825         + regenerate html manpages using improved man2html from work on xterm.
3826         + regenerated ".map" and ".sym" files using improved script, accounting
3827           for the "--enable-weak-symbols" configure option (report by Werner
3828           Fink).
3829
3830 20150131
3831         + regenerated ".map" and ".sym" files using improved script, showing
3832           the combinations of configure options used at each stage.
3833
3834 20150124
3835         + add configure check to determine if "local: _*;" can be used in the
3836           ".map" files to selectively omit symbols beginning with "_".  On at
3837           least recent FreeBSD, the wildcard applies to all "_" symbols.
3838         + remove obsolete/conflicting rule for ncurses.map from
3839           ncurses/Makefile.in (cf:  20130706).
3840
3841 20150117
3842         + improve description in INSTALL of the --with-versioned-syms option.
3843         + add combination of --with-hashed-db and --with-ticlib to
3844           configurations for ".map" files (report by Werner Fink).
3845
3846 20150110
3847         + add a step to generating ".map" files, to declare any remaining
3848           symbols beginning with "_" as local, at the last version node.
3849         + improve configure checks for pkg-config, addressing a variant found
3850           with FreeBSD ports.
3851         + modify win_driver.c to provide characters for special keys, like
3852           ansi.sys, when keypad mode is off, rather than returning nothing at
3853           all (discussion with Eli Zaretskii).
3854         + add "broken_linker" and "hashed-db" configure options to combinations
3855           use for generating the ".map" and ".sym" files.
3856         + avoid using "ld" directly when creating shared library, to simplify
3857           cross-compiles.  Also drop "-Bsharable" option from shared-library
3858           rules for FreeBSD and DragonFly (FreeBSD #196592).
3859         + fix a memory leak in form library Free_RegularExpression_Type()
3860           (report by Pavel Balaev).
3861
3862 20150103
3863         + modify_nc_flush() to retry if interrupted (patch by Stian Skjelstad).
3864         + change map files to make _nc_freeall a global, since it may be used
3865           via the Ada95 binding when checking for memory leaks.
3866         + improve sed script used in 20141220 to account for wide-, threaded-
3867           variations in ABI 6.
3868
3869 20141227
3870         + regenerate ".map" files, using step overlooked in 20141213 to use
3871           the same patch-dates across each file to match ncurses.map (report by
3872           Sven Joachim).
3873
3874 20141221
3875         + fix an incorrect variable assignment in 20141220 changes (report by
3876           Sven Joachim).
3877
3878 20141220
3879         + updated Ada95/configure with macro changes from 20141213
3880         + tie configure options --with-abi-version and --with-versioned-syms
3881           together, so that ABI 6 libraries have distinct symbol versions from
3882           the ABI 5 libraries.
3883         + replace obsolete/nonworking link to man2html with current one,
3884           regenerate html-manpages.
3885
3886 20141213
3887         + modify misc/gen-pkgconfig.in to add -I option for include-directory
3888           when using both --prefix and --disable-overwrite (report by Misty
3889           De Meo).
3890         + add configure option --with-pc-suffix to allow minor renaming of
3891           ".pc" files and the corresponding library.  Use this in the test
3892           package for ncurses6.
3893         + modify configure script so that if pkg-config is not installed, it
3894           is still possible to install ".pc" files (report by Misty De Meo).
3895         + updated ".sym" files, removing symbols which are marked as "local"
3896           in the corresponding ".map" files.
3897         + updated ".map" files to reflect move of comp_captab and comp_hash
3898           from tic-library to tinfo-library in 20090711 (report by Sven
3899           Joachim).
3900
3901 20141206
3902         + updated ".map" files so that each symbol that may be shared across
3903           the different library configurations has the same label.  Some
3904           review is needed to ensure these are really compatible.
3905         + modify MKlib_gen.sh to work around change in development version of
3906           gcc introduced here:
3907                   https://gcc.gnu.org/ml/gcc-patches/2014-06/msg02185.html
3908                   https://gcc.gnu.org/ml/gcc-patches/2014-07/msg00236.html
3909           (reports by Marcus Shawcroft, Maohui Lei).
3910         + improved configure macro CF_SUBDIR_PATH, from lynx changes.
3911
3912 20141129
3913         + improved ".map" files by generating them with a script that builds
3914           ncurses with several related configurations and merges the results.
3915           A further refinement is planned, to make the tic- and tinfo-library
3916           symbols use the same versions across each of the four configurations
3917           which are represented (reports by Sven Joachim, Werner Fink).
3918
3919 20141115
3920         + improve description of limits for color values and color pairs in
3921           curs_color.3x (prompted by patch by Tim van der Molen).
3922         + add VERSION file, using first field in that to record the ABI version
3923           used for configure --with-libtool --disable-libtool-version
3924         + add configure options for applying the ".map" and ".sym" files to
3925           the ncurses, form, menu and panel libraries.
3926         + add ".map" and ".sym" files to show exported symbols, e.g., for
3927           symbol-versioning.
3928
3929 20141101
3930         + improve strict compiler-warnings by adding a cast in TRACE_RETURN
3931           and making a new TRACE_RETURN1 macro for cases where the cast does
3932           not apply.
3933
3934 20141025
3935         + in-progress changes to integrate the win32 console driver with the
3936           msys2 configuration.
3937
3938 20141018
3939         + reviewed terminology 0.6.1, add function key definitions.  None of
3940           the vt100-compatibility issues were improved -TD
3941         + improve infocmp conversion of extended capabilities to termcap by
3942           correcting the limit check against parametrized[], as well as filling
3943           in a check if the string happens to have parameters, e.g., "xm"
3944           in recent changes.
3945         + add check for zero/negative dimensions for resizeterm and resize_term
3946           (report by Mike Gran).
3947
3948 20141011
3949         + add experimental support for xterm's 1005 mouse mode, to use in a
3950           demonstration of its limitations.
3951         + add experimental support for "%u" format to terminfo.
3952         + modify test/ncurses.c to also show position reports in 'a' test.
3953         + minor formatting fixes to _nc_trace_mmask_t, make this function
3954           exported to help with debugging mouse changes.
3955         + improve behavior of wheel-mice for xterm protocol, noting that there
3956           are only button-presses for buttons "4" and "5", so there is no need
3957           to wait to combine events into double-clicks (report/analysis by
3958           Greg Field).
3959         + provide examples xterm-1005 and xterm-1006 terminfo entries -TD
3960         + implement decoder for xterm SGR 1006 mouse mode.
3961
3962 20140927
3963         + implement curs_set in win_driver.c
3964         + implement flash in win_driver.c
3965         + fix an infinite loop in win_driver.c if the command-window loses
3966           focus.
3967         + improve the non-buffered mode, i.e., NCURSES_CONSOLE2, of
3968           win_driver.c by temporarily changing the buffer-size to match the
3969           window-size to eliminate the scrollback.  Also enforce a minimum
3970           screen-size of 24x80 in the non-buffered mode.
3971         + modify generated misc/Makefile to suppress install.data from the
3972           dependencies if the --disable-db-install option is used, compensating
3973           for the top-level makefile changes used to add ncurses*-config in the
3974           20140920 changes (report by Steven Honeyman).
3975
3976 20140920
3977         + add ncurses*-config to bin-directory of sample package-scripts.
3978         + add check to ensure that getopt is available; this is a problem in
3979           some older cross-compiler environments.
3980         + expanded on the description of --disable-overwrite in INSTALL
3981           (prompted by reports by Joakim Tjernlund, Thomas Klausner).
3982           See Gentoo #522586 and NetBSD #49200 for examples.
3983           which relates to the clarified guidelines.
3984         + remove special logic from CF_INCLUDE_DIRS which adds the directory
3985           for the --includedir from the build (report by Joakim Tjernlund).
3986         + add case for Unixware to CF_XOPEN_SOURCE, from lynx changes.
3987         + update config.sub from
3988                 http://git.savannah.gnu.org/cgit/config.git
3989
3990 20140913
3991         + add a configure check to ignore some of the plethora of non-working
3992           C++ cross-compilers.
3993         + build-fixes for Ada95 with gnat 4.9
3994
3995 20140906
3996         + build-fix and other improvements for port of ncurses-examples to
3997           NetBSD.
3998         + minor compiler-warning fixes.
3999
4000 20140831
4001         + modify test/demo_termcap.c and test/demo_terminfo.c to make their
4002           options more directly comparable, and add "-i" option to specify
4003           a terminal description filename to parse for names to lookup.
4004
4005 20140823
4006         + fix special case where double-width character overwrites a single-
4007           width character in the first column (report by Egmont Koblinger,
4008           cf: 20050813).
4009
4010 20140816
4011         + fix colors in ncurses 'b' test which did not work after changing
4012           it to put the test-strings in subwindows (cf: 20140705).
4013         + merge redundant SEE-ALSO sections in form and menu manpages.
4014
4015 20140809
4016         + modify declarations for user-data pointers in C++ binding to use
4017           reinterpret_cast to facilitate converting typed pointers to void*
4018           in user's application (patch by Adam Jiang).
4019         + regenerated html manpages.
4020         + add note regarding cause and effect for TERM in ncurses manpage,
4021           having noted clueless verbiage in Terminal.app's "help" file
4022           which reverses cause/effect.
4023         + remove special fallback definition for NCURSES_ATTR_T, since macros
4024           have resolved type-mismatches using casts (cf: 970412).
4025         + fixes for win_driver.c:
4026           + handle repainting on endwin/refresh combination.
4027           + implement beep().
4028           + minor cleanup.
4029
4030 20140802
4031         + minor portability fixes for MinGW:
4032           + ensure WINVER is defined in makefiles rather than using headers
4033           + add check for gnatprep "-T" option
4034           + work around bug introduced by gcc 4.8.1 in MinGW which breaks
4035             "trace" feature:
4036             http://stackoverflow.com/questions/20877689/gcc-4-8-1-minggw-d-option-does-not-work-as-usual
4037         + fix most compiler warnings for Cygwin ncurses-examples.
4038         + restore "redundant" -I options in test/Makefile.in, since they are
4039           typically needed when building the derived ncurses-examples package
4040           (cf: 20140726).
4041
4042 20140726
4043         + eliminate some redundant -I options used for building libraries, and
4044           ensure that ${srcdir} is added to the include-options (prompted by
4045           discussion with Paul Gilmartin).
4046         + modify configure script to work with Minix3.2
4047         + add form library extension O_DYNAMIC_JUSTIFY option which can be
4048           used to override the different treatment of justification for static
4049           versus dynamic fields (adapted from patch by Leon Winter).
4050         + add a null pointer check in test/edit_field.c (report/analysis by
4051           Leon Winter, cf: 20130608).
4052
4053 20140719
4054         + make workarounds for compiling test-programs with NetBSD curses.
4055         + improve configure macro CF_ADD_LIBS, to eliminate repeated -l/-L
4056           options, from xterm changes.
4057
4058 20140712
4059         + correct Charable() macro check for A_ALTCHARSET in wide-characters.
4060         + build-fix for position-debug code in tty_update.c, to work with or
4061           without sp-funcs.
4062
4063 20140705
4064         + add w/W toggle to ncurses.c 'B' test, to demonstrate permutation of
4065           video-attributes and colors with double-width character strings.
4066
4067 20140629
4068         + correct check in win_driver.c for saving screen contents, e.g., when
4069           NCURSES_CONSOLE2 is set (cf: 20140503).
4070         + reorganize b/B menu items in ncurses.c, putting the test-strings into
4071           subwindows.  This is needed for a planned change to use Unicode
4072           fullwidth characters in the test-screens.
4073         + correct update to form status for _NEWTOP, broken by fixes for
4074           compiler warnings (patch by Leon Winter, cf: 20120616).
4075
4076 20140621
4077         + change shared-library suffix for AIX 5 and 6 to ".so", avoiding
4078           conflict with the static library (report by Ben Lentz).
4079         + document RPATH_LIST in INSTALLATION file, as part of workarounds for
4080           upgrading an ncurses library using the "--with-shared" option.
4081         + modify test/ncurses.c c/C tests to cycle through subsets of the
4082           total number of colors, to better illustrate 8/16/88/256-colors by
4083           providing directly comparable screens.
4084         + add test/dots_curses.c, for comparison with the low-level examples.
4085
4086 20140614
4087         + fix dereference before null check found by Coverity in tic.c
4088           (cf: 20140524).
4089         + fix sign-extension bug in read_entry.c which prevented "toe" from
4090           reading empty "screen+italics" entry.
4091         + modify sgr for screen.xterm-new to support dim capability -TD
4092         + add dim capability to nsterm+7 -TD
4093         + cancel dim capability for iterm -TD
4094         + add dim, invis capabilities to vte-2012 -TD
4095         + add sitm/ritm to konsole-base and mlterm3 -TD
4096
4097 20140609
4098         > fix regression in screen terminfo entries (reports by Christian
4099           Ebert, Gabriele Balducci) -TD
4100         + revert the change to screen; see notes for why this did not work -TD
4101         + cancel sitm/ritm for entries which extend "screen", to work around
4102           screen's hardcoded behavior for SGR 3 -TD
4103
4104 20140607
4105         + separate masking for sgr in vidputs from sitm/ritm, which do not
4106           overlap with sgr functionality.
4107         + remove unneeded -i option from adacurses-config; put -a in the -I
4108           option for consistency (patch by Pascal Pignard).
4109         + update xterm-new terminfo entry to xterm patch #305 -TD
4110         + change format of test-scripts for Debian Ada95 and ncurses-examples
4111           packages to quilted to work around Debian #700177 (cf: 20130907).
4112         + build fix for form_driver_w.c as part of ncurses-examples package for
4113           older ncurses than 20131207.
4114         + add Hello World example to adacurses-config manpage.
4115         + remove unused --enable-pc-files option from Ada95/configure.
4116         + add --disable-gnat-projects option for testing.
4117         + revert changes to Ada95 project-files configuration (cf: 20140524).
4118         + corrected usage message in adacurses-config.
4119
4120 20140524
4121         + fix typo in ncurses manpage for the NCURSES_NO_MAGIC_COOKIE
4122           environment variable.
4123         + improve discussion of input-echoing in curs_getch.3x
4124         + clarify discussion in curs_addch.3x of wrapping.
4125         + modify parametrized.h to make fln non-padded.
4126         + correct several entries which had termcap-style padding used in
4127           terminfo: adm21, aj510, alto-h19, att605-pc, x820 -TD
4128         + correct syntax for padding in some entries: dg211, h19 -TD
4129         + correct ti924-8 which had confused padding versus octal escapes -TD
4130         + correct padding in sbi entry -TD
4131         + fix an old bug in the termcap emulation; "%i" was ignored in tparm()
4132           because the parameters to be incremented were already on the internal
4133           stack (report by Corinna Vinschen).
4134         + modify tic's "-c" option to take into account the "-C" option to
4135           activate additional checks which compare the results from running
4136           tparm() on the terminfo expressions versus the translated termcap
4137           expressions.
4138         + modify tic to allow it to read from FIFOs (report by Matthieu Fronton,
4139           cf: 20120324).
4140         > patches by Nicolas Boulenguez:
4141         + explicit dereferences to suppress some style warnings.
4142         + when c_varargs_to_ada.c includes its header, use double quotes
4143           instead of <>.
4144         + samples/ncurses2-util.adb:  removed unused with clause.  The warning
4145           was removed by an obsolete pragma.
4146         + replaced Unreferenced pragmas with Warnings (Off).  The latter,
4147           available with older GNATs, needs no configure test.  This also
4148           replaces 3 untested Unreferenced pragmas.
4149         + simplified To_C usage in trace handling.  Using two parameters allows
4150           some basic formatting, and avoids a warning about security with some
4151           compiler flags.
4152         + for generated Ada sources, replace many snippets with one pure
4153           package.
4154         + removed C_Chtype and its conversions.
4155         + removed C_AttrType and its conversions.
4156         + removed conversions between int, Item_Option_Set, Menu_Option_Set.
4157         + removed int, Field_Option_Set, Item_Option_Set conversions.
4158         + removed C_TraceType, Attribute_Option_Set conversions.
4159         + replaced C.int with direct use of Eti_Error, now enumerated.  As it
4160           was used in a case statement, values were tested by the Ada compiler
4161           to be consecutive anyway.
4162         + src/Makefile.in: remove duplicate stanza
4163         + only consider using a project for shared libraries.
4164         + style. Silent gnat-4.9 warning about misplaced "then".
4165         + generate shared library project to honor ADAFLAGS, LDFLAGS.
4166
4167 20140510
4168         + cleanup recently introduced compiler warnings for MingW port.
4169         + workaround for ${MAKEFLAGS} configure check versus GNU make 4.0,
4170           which introduces more than one gratuitous incompatibility.
4171
4172 20140503
4173         + add vt520ansi terminfo entry (patch by Mike Gran)
4174         + further improve MinGW support for the scenario where there is an
4175           ANSI-escapes handler such as ansicon running in the console window
4176           (patch by Juergen Pfeifer).
4177
4178 20140426
4179         + add --disable-lib-suffixes option (adapted from patch by Juergen
4180           Pfeifer).
4181         + merge some changes from Juergen Pfeifer's work with MSYS2, to
4182           simplify later merging:
4183           + use NC_ISATTY() macro for isatty() in library
4184           + add _nc_mingw_isatty() and related functions to windows-driver
4185           + rename terminal driver entrypoints to simplify grep's
4186         + remove a check in the sp-funcs flavor of newterm() which allowed only
4187           the first call to newterm() to succeed (report by Thomas Beierlein,
4188           cf: 20090927).
4189
4190 20140419
4191         + update config.guess, config.sub from
4192                 http://git.savannah.gnu.org/cgit/config.git
4193
4194 20140412
4195         + modify configure script:
4196           + drop the -no-gcc option from Intel compiler, from lynx changes.
4197           + extend the --with-hashed-db configure option to simplify building
4198             with different versions of Berkeley database using FreeBSD ports.
4199         + improve initialization for MinGW port (Juergen Pfeifer):
4200           + enforce Windows-style path-separator if cross-compiling,
4201           + add a driver-name method to each of the drivers,
4202           + allow the Windows driver name to match "unknown", ignoring case,
4203           + lengthen the built-in name for the Windows console driver to
4204             "#win32console", and
4205           + move the comparison of driver-names allowing abbreviation, e.g.,
4206             to "#win32con" into the Windows console driver.
4207
4208 20140329
4209         + add check in tic for mismatch between ccc and initp/initc
4210         + cancel ccc in putty-256color and konsole-256color for consistency
4211           with the cancelled initc capability (patch by Sven Zuhlsdorf).
4212         + add xterm+256setaf building block for various terminals which only
4213           get the 256-color feature half-implemented -TD
4214         + updated "st" entry (leaving the 0.1.1 version as "simpleterm") to
4215           0.4.1 -TD
4216
4217 20140323
4218         + fix typo in "mlterm" entry (report by Gabriele Balducci) -TD
4219
4220 20140322
4221         + use types from <stdint.h> in sample build-scripts for chtype, etc.
4222         + modify configure script and curses.h.in to allow the types specified
4223           using --with-chtype and related options to be defined in <stdint.h>
4224         + add terminology entry -TD
4225         + add mlterm3 entry, use that as "mlterm" -TD
4226         + inherit mlterm-256color from mlterm -TD
4227
4228 20140315
4229         + modify _nc_New_TopRow_and_CurrentItem() to ensure that the menu's
4230           top-row is adjusted as needed to ensure that the current item is
4231           on the screen (patch by Johann Klammer).
4232         + add wgetdelay() to retrieve _delay member of WINDOW if it happens to
4233           be opaque, e.g., in the pthread configuration (prompted by patch by
4234           Soren Brinkmann).
4235
4236 20140308
4237         + modify ifdef in read_entry.c to handle the case where
4238           NCURSES_USE_DATABASE is not defined (patch by Xin Li).
4239         + add cast in form_driver_w() to fix ARM build (patch by Xin Li).
4240         + add logic to win_driver.c to save/restore screen contents when not
4241           allocating a console-buffer (cf: 20140215).
4242
4243 20140301
4244         + clarify error-returns from newwin (report by Ruslan Nabioullin).
4245
4246 20140222
4247         + fix some compiler warnings in win_driver.c
4248         + updated notes for wsvt25 based on tack and vttest -TD
4249         + add teken entry to show actual properties of FreeBSD's "xterm"
4250           console -TD
4251
4252 20140215
4253         + in-progress changes to win_driver.c to implement output without
4254           allocating a console-buffer.  This uses a pre-existing environment
4255           variable NCGDB used by Juergen Pfeifer for debugging (prompted by
4256           discussion with Erwin Waterlander regarding Console2, which hangs
4257           when reading in an allocated console-buffer).
4258         + add -t option to gdc.c, and modify to accept "S" to step through the
4259           scrolling-stages.
4260         + regenerate NCURSES-Programming-HOWTO.html to fix some of the broken
4261           html emitted by docbook.
4262
4263 20140209
4264         + modify CF_XOPEN_SOURCE macro to omit followup check to determine if
4265           _XOPEN_SOURCE can/should be defined.  g++ 4.7.2 built on Solaris 10
4266           has some header breakage due to its own predefinition of this symbol
4267           (report by Jean-Pierre Flori, Sage #15796).
4268
4269 20140201
4270         + add/use symbol NCURSES_PAIRS_T like NCURSES_COLOR_T, to illustrate
4271           which "short" types are for color pairs and which are color values.
4272         + fix build for s390x, by correcting field bit offsets in generated
4273           representation clauses when int=32 long=64 and endian=big, or at
4274           least on s390x (patch by Nicolas Boulenguez).
4275         + minor cleanup change to test/form_driver_w.c (patch by Gaute Hope).
4276
4277 20140125
4278         + remove unnecessary ifdef's in Ada95/gen/gen.c, which reportedly do
4279           not work as is with gcc 4.8 due to fixes using chtype cast made for
4280           new compiler warnings by gcc 4.8 in 20130824 (Debian #735753, patch
4281           by Nicolas Boulenguez).
4282
4283 20140118
4284         + apply includesubdir variable which was introduced in 20130805 to
4285           gen-pkgconfig.in (Debian #735782).
4286
4287 20131221
4288         + further improved man2html, used this to fix broken links in html
4289           manpages.  See
4290           ftp://ftp.invisible-island.net/ncurses/patches/man2html
4291
4292 20131214
4293         + modify configure-script/ifdef's to allow OLD_TTY feature to be
4294           suppressed if the type of ospeed is configured using the option
4295           --with-ospeed to not be a short.  By default, it is a short for
4296           termcap-compatibility (adapted from suggestion by Christian
4297           Weisgerber).
4298         + correct a typo in _nc_baudrate() (patch by Christian Weisgerber,
4299           cf: 20061230).
4300         + fix a few -Wlogical-op warnings.
4301         + updated llib-l* files.
4302
4303 20131207
4304         + add form_driver_w() entrypoint to wide-character forms library, as
4305           well as test program form_driver_w (adapted from patch by Gaute
4306           Hope).
4307
4308 20131123
4309         + minor fix for CF_GCC_WARNINGS to special-case options which are not
4310           recognized by clang.
4311
4312 20131116
4313         + add special case to configure script to move _XOPEN_SOURCE_EXTENDED
4314           definition from CPPFLAGS to CFLAGS if it happens to be needed for
4315           Solaris, because g++ errors with that definition (report by
4316           Jean-Pierre Flori, Sage #15268).
4317         + correct logic in infocmp's -i option which was intended to ignore
4318           strings which correspond to function-keys as candidates for piecing
4319           together initialization- or reset-strings.  The problem dates to
4320           1.9.7a, but was overlooked until changes in -Wlogical-op warnings for
4321           gcc 4.8 (report by David Binderman).
4322         + updated CF_GCC_WARNINGS to documented options for gcc 4.9.0, moving
4323           checks for -Wextra and -Wdeclaration-after-statement into the macro,
4324           and adding checks for -Wignored-qualifiers, -Wlogical-op and
4325           -Wvarargs
4326         + updated CF_CURSES_UNCTRL_H and CF_SHARED_OPTS macros from ongoing
4327           work on cdk.
4328         + update config.sub from
4329                 http://git.savannah.gnu.org/cgit/config.git
4330
4331 20131110
4332         + minor cleanup of terminfo.tail
4333
4334 20131102
4335         + use TS extension to describe xterm's title-escapes -TD
4336         + modify terminator and nsterm-s to use xterm+sl-twm building block -TD
4337         + update hurd.ti, add xenl to reflect 2011-03-06 change in
4338           http://git.savannah.gnu.org/cgit/hurd/hurd.git/log/console/display.c
4339           (Debian #727119).
4340         + simplify pfkey expression in ansi.sys -TD
4341
4342 20131027
4343         + correct/simplify ifdef's for cur_term versus broken-linker and
4344           reentrant options (report by Jean-Pierre Flori, cf: 20090530).
4345         + modify release/version combinations in test build-scripts to make
4346           them more consistent with other packages.
4347
4348 20131019
4349         + add nc_mingw.h to installed headers for MinGW port; needed for
4350           compiling ncurses-examples.
4351         + add rpm-script for testing cross-compile of ncurses-examples.
4352
4353 20131014
4354         + fix new typo in CF_ADA_INCLUDE_DIRS macro (report by Roumen Petrov).
4355
4356 20131012
4357         + fix a few compiler warnings in progs and test.
4358         + minor fix to package/debian-mingw/rules, do not strip dll's.
4359         + minor fixes to configure script for empty $prefix, e.g., when doing
4360           cross-compiles to MinGW.
4361         + add script for building test-packages of binaries cross-compiled to
4362           MinGW using NSIS.
4363
4364 20131005
4365         + minor fixes for ncurses-example package and makefile.
4366         + add scripts for test-builds of cross-compiler packages for ncurses6
4367           to MinGW.
4368
4369 20130928
4370         + some build-fixes for ncurses-examples with NetBSD-6.0 curses, though
4371           it lacks some common functions such as use_env() which is not yet
4372           addressed.
4373         + build-fix and some compiler warning fixes for ncurses-examples with
4374           OpenBSD 5.3
4375         + fix a possible null-pointer reference in a trace message from newterm.
4376         + quiet a few warnings from NetBSD 6.0 namespace pollution by
4377           nonstandard popcount() function in standard strings.h header.
4378         + ignore g++ 4.2.1 warnings for "-Weffc++" in c++/cursesmain.cc
4379         + fix a few overlooked places for --enable-string-hacks option.
4380
4381 20130921
4382         + fix typo in curs_attr.3x (patch by Sven Joachim, cf: 20130831).
4383         + build-fix for --with-shared option for DragonFly and FreeBSD (report
4384           by Rong-En Fan, cf: 20130727).
4385
4386 20130907
4387         + build-fixes for MSYS for two test-programs (patches by Ray Donnelly,
4388           Alexey Pavlov).
4389         + revert change to two of the dpkg format files, to work with dpkg
4390           before/after Debian #700177.
4391         + fix gcc -Wconversion warning in wattr_get() macro.
4392         + add msys and msysdll to known host/configuration types (patch by
4393           Alexey Pavlov).
4394         + modify CF_RPATH_HACK configure macro to not rely upon "-u" option
4395           of sort, improving portability.
4396         + minor improvements for test-programs from reviewing Solaris port.
4397         + update config.guess, config.sub from
4398                 http://git.savannah.gnu.org/cgit/config.git
4399
4400 20130831
4401         + modify test/ncurses.c b/B tests to display lines only for the
4402           attributes which a given terminal supports, to make room for an
4403           italics test.
4404         + completed ncv table in terminfo.tail; it did not list the wide
4405           character codes listed in X/Open Curses issue 7.
4406         + add A_ITALIC extension (prompted by discussion with Egmont Koblinger).
4407
4408 20130824
4409         + fix some gcc 4.8 -Wconversion warnings.
4410         + change format of dpkg test-scripts to quilted to work around bug
4411           introduced by Debian #700177.
4412         + discard cached keyname() values if meta() is changed after a value
4413           was cached using (report by Kurban Mallachiev).
4414
4415 20130816
4416         + add checks in tic to warn about terminals which lack cursor
4417           addressing, capabilities or having those, are marked as hard_copy or
4418           generic_type.
4419         + use --without-progs in mingw-ncurses rpm.
4420         + split out _nc_init_termtype() from alloc_entry.c to use in MinGW
4421           port when tic and other programs are not needed.
4422
4423 20130805
4424         + minor fixes to the --disable-overwrite logic, to ensure that the
4425           configured $(includedir) is not cancelled by the mingwxx-filesystem
4426           rpm macros.
4427         + add --disable-db-install configure option, to simplify building
4428           cross-compile support packages.
4429         + add mingw-ncurses.spec file, for testing cross-compiles.
4430
4431 20130727
4432         + improve configure macros from ongoing work on cdk, dialog, xterm:
4433           + CF_ADD_LIB_AFTER - fix a problem with -Wl options
4434           + CF_RPATH_HACK - add missing result-message
4435           + CF_SHARED_OPTS - modify to use $rel_builddir in cygwin and mingw
4436             dll symbols (which can be overridden) rather than explicit "../".
4437           + CF_SHARED_OPTS - modify NetBSD and DragonFly symbols to use ${CC}
4438             rather than ${LD} to improve rpath support.
4439           + CF_SHARED_OPTS - add a symbol to denote the temporary files that
4440             are created by the macro, to simplify clean-rules.
4441           + CF_X_ATHENA - trim extra libraries to work with -Wl,--as-needed
4442         + fix a regression in hashed-database support for NetBSD, which uses
4443           the key-size differently from other implementations (cf: 20121229).
4444
4445 20130720
4446         + further improvements for setupterm manpage, clarifying the
4447           initialization of cur_term.
4448
4449 20130713
4450         + improve manpages for initscr and setupterm.
4451         + minor compiler-warning fixes
4452
4453 20130706
4454         + add fallback defs for <inttypes.h> and <stdint.h> (cf: 20120225).
4455         + add check for size of wchar_t, use that to suppress a chunk of
4456           wcwidth.h in MinGW port.
4457         + quiet linker warnings for MinGW cross-compile with dll's using the
4458           --enable-auto-import flag.
4459         + add ncurses.map rule to ncurses/Makefile to help diagnose symbol
4460           table issues.
4461
4462 20130622
4463         + modify the clear program to take into account the E3 extended
4464           capability to clear the terminal's scrollback buffer (patch by
4465           Miroslav Lichvar, Redhat #815790).
4466         + clarify in resizeterm manpage that LINES and COLS are updated.
4467         + updated ansi example in terminfo.tail, correct misordered example
4468           of sgr.
4469         + fix other doclifter warnings for manpages
4470         + remove unnecessary ".ta" in terminfo.tail, add missing ".fi"
4471           (patch by Eric Raymond).
4472
4473 20130615
4474         + minor changes to some configure macros to make them more reusable.
4475         + fixes for tabs program (prompted by report by Nick Andrik).
4476           + corrected logic in command-line parsing of -a and -c predefined
4477             tab-lists options.
4478           + allow "-0" and "-8" options to be combined with others, e.g.,"-0d".
4479           + make warning messages more consistent with the other utilities by
4480             not printing the full pathname of the program.
4481           + add -V option for consistency with other utilities.
4482         + fix off-by-one in columns for tabs program when processing an option
4483           such as "-5" (patch by Nick Andrik).
4484
4485 20130608
4486         + add to test/demo_forms.c examples of using the menu-hooks as well
4487           as showing how the menu item user-data can be used to pass a callback
4488           function pointer.
4489         + add test/dots_termcap.c
4490         + remove setupterm call from test/demo_termcap.c
4491         + build-fix if --disable-ext-funcs configure option is used.
4492         + modified test/edit_field.c and test/demo_forms.c to move the lengths
4493           into a user-data structure, keeping the original string for later
4494           expansion to free-format input/out demo.
4495         + modified test/demo_forms.c to load data from file.
4496         + added note to clarify Terminal.app's non-emulation of the various
4497           terminal types listed in the preferences dialog -TD
4498         + fix regression in error-reporting in lib_setup.c (Debian #711134,
4499           cf: 20121117).
4500         + build-fix for a case where --enable-broken_linker and
4501           --enable-reentrant options are combined (report by George R Goffe).
4502
4503 20130525
4504         + modify mvcur() to distinguish between internal use by the ncurses
4505           library, and external callers, preventing it from reading the content
4506           of the screen which is only nonblank when curses calls have updated
4507           it.  This makes test/dots_mvcur.c avoid painting colored cells in
4508           the left margin of the display.
4509         + minor fix to test/dots_mvcur.c
4510         + move configured symbols USE_DATABASE and USE_TERMCAP to term.h as
4511           NCURSES_USE_DATABASE and NCURSES_USE_TERMCAP to allow consistent
4512           use of these symbols in term_entry.h
4513
4514 20130518
4515         + corrected ifdefs in test/testcurs.c to allow comparison of mouse
4516           interface versus pdcurses (cf: 20130316).
4517         + add pow() to configure-check for math library, needed since
4518           20121208 for test/hanoi (Debian #708056).
4519         + regenerated html manpages.
4520         + update doctype used for html documentation.
4521
4522 20130511
4523         + move nsterm-related entries out of "obsolete" section to more
4524           plausible "ansi consoles" -TD
4525         + additional cleanup of table-of-contents by reordering -TD
4526         + revise fix for check for 8-bit value in _nc_insert_ch(); prior fix
4527           prevented inserts when video attributes were attached to the data
4528           (cf: 20121215) (Redhat #959534).
4529
4530 20130504
4531         + fixes for issues found by Coverity:
4532           + correct FNKEY() macro in progs/dump_entry.c, allowing kf11-kf63 to
4533             display when infocmp's -R option is used for HP or AIX subsets.
4534           + fix dead-code issue with test/movewindow.c
4535           + improve limited-checking in _nc_read_termtype().
4536
4537 20130427
4538         + fix clang 3.2 warning in progs/dump_entry.c
4539         + drop AC_TYPE_SIGNAL check; ncurses relies on c89 and later.
4540
4541 20130413
4542         + add MinGW to cases where ncurses installs by default into /usr
4543           (prompted by discussion with Daniel Silva Ferreira).
4544         + add -D option to infocmp's usage-message (patch by Miroslav Lichvar).
4545         + add a missing 'int' type for main function in configure check for
4546           type of bool variable, to work with clang 3.2 (report by Dmitri
4547           Gribenko).
4548         + improve configure check for static_cast, to work with clang 3.2
4549           (report by Dmitri Gribenko).
4550         + re-order rule for demo.o and macros defining header dependencies in
4551           c++/Makefile.in to accommodate gmake (report by Dmitri Gribenko).
4552
4553 20130406
4554         + improve parameter checking in copywin().
4555         + modify configure script to work around OS X's "libtool" program, to
4556           choose glibtool instead.  At the same time, chance the autoconf macro
4557           to look for a "tool" rather than a "prog", to help with potential use
4558           in cross-compiling.
4559         + separate the rpath usage for c++ library from demo program
4560           (Redhat #911540)
4561         + update/correct header-dependencies in c++ makefile (report by Werner
4562           Fink).
4563         + add --with-cxx-shared to dpkg-script, as done for rpm-script.
4564
4565 20130324
4566         + build-fix for libtool configuration (reports by Daniel Silva Ferreira
4567           and Roumen Petrov).
4568
4569 20130323
4570         + build-fix for OS X, to handle changes for --with-cxx-shared feature
4571           (report by Christian Ebert).
4572         + change initialization for vt220, similar entries for consistency
4573           with cursor-key strings (NetBSD #47674) -TD
4574         + further improvements to linux-16color (Benjamin Sittler)
4575
4576 20130316
4577         + additional fix for tic.c, to allocate missing buffer space.
4578         + eliminate configure-script warnings for gen-pkgconfig.in
4579         + correct typo in sgr string for sun-color,
4580           add bold for consistency with sgr,
4581           change smso for consistency with sgr -TD
4582         + correct typo in sgr string for terminator -TD
4583         + add blink to the attributes masked by ncv in linux-16color (report
4584           by Benjamin Sittler)
4585         + improve warning message from post-load checking for missing "%?"
4586           operator by tic/infocmp by showing the entry name and capability.
4587         + minor formatting improvement to tic/infocmp -f option to ensure
4588           line split after "%;".
4589         + amend scripting for --with-cxx-shared option to handle the debug
4590           library "libncurses++_g.a" (report by Sven Joachim).
4591
4592 20130309
4593         + amend change to toe.c for reading from /dev/zero, to ensure that
4594           there is a buffer for the temporary filename (cf: 20120324).
4595         + regenerated html manpages.
4596         + fix typo in terminfo.head (report by Sven Joachim, cf: 20130302).
4597         + updated some autoconf macros:
4598           + CF_ACVERSION_CHECK, from byacc 1.9 20130304
4599           + CF_INTEL_COMPILER, CF_XOPEN_SOURCE from luit 2.0-20130217
4600         + add configure option --with-cxx-shared to permit building
4601           libncurses++ as a shared library when using g++, e.g., the same
4602           limitations as libtool but better integrated with the usual build
4603           configuration (Redhat #911540).
4604         + modify MKkey_defs.sh to filter out build-path which was unnecessarily
4605           shown in curses.h (Debian #689131).
4606
4607 20130302
4608         + add section to terminfo manpage discussing user-defined capabilities.
4609         + update manpage description of NCURSES_NO_SETBUF, explaining why it
4610           is obsolete.
4611         + add a check in waddch_nosync() to ensure that tab characters are
4612           treated as control characters; some broken locales claim they are
4613           printable.
4614         + add some traces to the Windows console driver.
4615         + initialize a temporary array in _nc_mbtowc, needed for some cases
4616           of raw input in MinGW port.
4617
4618 20130218
4619         + correct ifdef on change to lib_twait.c (report by  Werner Fink).
4620         + update config.guess, config.sub
4621
4622 20130216
4623         + modify test/testcurs.c to work with mouse for ncurses as it does for
4624           pdcurses.
4625         + modify test/knight.c to work with mouse for pdcurses as it does for
4626           ncurses.
4627         + modify internal recursion in wgetch() which handles cooked mode to
4628           check if the call to wgetnstr() returned an error.  This can happen
4629           when both nocbreak() and nodelay() are set, for instance (report by
4630           Nils Christopher Brause) (cf: 960418).
4631         + fixes for issues found by Coverity:
4632           + add a check for valid position in ClearToEOS()
4633           + fix in lib_twait.c when --enable-wgetch-events is used, pointer
4634             use after free.
4635           + improve a limit-check in make_hash.c
4636           + fix a memory leak in hashed_db.c
4637
4638 20130209
4639         + modify test/configure script to make it simpler to override names
4640           of curses-related libraries, to help with linking with pdcurses in
4641           MinGW environment.
4642         + if the --with-terminfo-dirs configure option is not used, there is
4643           no corresponding compiled-in value for that.  Fill in "no default
4644           value" for that part of the manpage substitution.
4645
4646 20130202
4647         + correct initialization in knight.c which let it occasionally make
4648           an incorrect move (cf: 20001028).
4649         + improve documentation of the terminfo/termcap search path.
4650
4651 20130126
4652         + further fixes to mvcur to pass callback function (cf: 20130112),
4653           needed to make test/dots_mvcur work.
4654         + reduce calls to SetConsoleActiveScreenBuffer in win_driver.c, to
4655           help reduce flicker.
4656         + modify configure script to omit "+b" from linker options for very
4657           old HP-UX systems (report by Dennis Grevenstein)
4658         + add HP-UX workaround for missing EILSEQ on old HP-UX systems (patch
4659           by Dennis Grevenstein).
4660         + restore memmove/strdup support for antique systems (request by
4661           Dennis Grevenstein).
4662         + change %l behavior in tparm to push the string length onto the stack
4663           rather than saving the formatted length into the output buffer
4664           (report by Roy Marples, cf: 980620).
4665
4666 20130119
4667         + fixes for issues found by Coverity:
4668           + fix memory leak in safe_sprintf.c
4669           + add check for return-value in tty_update.c
4670           + correct initialization for -s option in test/view.c
4671           + add check for numeric overflow in lib_instr.c
4672           + improve error-checking in copywin
4673         + add advice in infocmp manpage for termcap users (Debian #698469).
4674         + add "-y" option to test/demo_termcap and test/demo_terminfo to
4675           demonstrate behavior with/without extended capabilities.
4676         + updated termcap manpage to document legacy termcap behavior for
4677           matching capability names.
4678         + modify name-comparison for tgetstr, etc., to accommodate legacy
4679           applications as well as to improve compatibility with BSD 4.2
4680           termcap implementations (Debian #698299) (cf: 980725).
4681
4682 20130112
4683         + correct prototype in manpage for vid_puts.
4684         + drop ncurses/tty/tty_display.h, ncurses/tty/tty_input.h, since they
4685           are unused in the current driver model.
4686         + modify mvcur to use stdout except when called within the ncurses
4687           library.
4688         + modify vidattr and vid_attr to use stdout as documented in manpage.
4689         + amend changes made to buffering in 20120825 so that the low-level
4690           putp() call uses stdout rather than ncurses' internal buffering.
4691           The putp_sp() call does the same, for consistency (Redhat #892674).
4692
4693 20130105
4694         + add "-s" option to test/view.c to allow it to start in single-step
4695           mode, reducing size of trace files when it is used for debugging
4696           MinGW changes.
4697         + revert part of 20121222 change to tinfo_driver.c
4698         + add experimental logic in win_driver.c to improve optimization of
4699           screen updates.  This does not yet work with double-width characters,
4700           so it is ifdef'd out for the moment (prompted by report by Erwin
4701           Waterlander regarding screen flicker).
4702
4703 20121229
4704         + fix Coverity warnings regarding copying into fixed-size buffers.
4705         + add throw-declarations in the c++ binding per Coverity warning.
4706         + minor changes to new-items for consistent reference to bug-report
4707           numbers.
4708
4709 20121222
4710         + add *.dSYM directories to clean-rule in ncurses directory makefile,
4711           for Mac OS builds.
4712         + add a configure check for gcc option -no-cpp-precomp, which is not
4713           available in all Mac OS X configurations (report by Andras Salamon,
4714           cf: 20011208).
4715         + improve 20021221 workaround for broken acs, handling a case where
4716           that ACS_xxx character is not in the acsc string but there is a known
4717           wide-character which can be used.
4718
4719 20121215
4720         + fix several warnings from clang 3.1 --analyze, includes correcting
4721           a null-pointer check in _nc_mvcur_resume.
4722         + correct display of double-width characters with MinGW port (report
4723           by Erwin Waterlander).
4724         + replace MinGW's wcrtomb(), fixing a problem with _nc_viscbuf
4725         > fixes based on Coverity report:
4726         + correct coloring in test/bs.c
4727         + correct check for 8-bit value in _nc_insert_ch().
4728         + remove dead code in progs/tset.c, test/linedata.h
4729         + add null-pointer checks in lib_tracemse.c, panel.priv.h, and some
4730           test-programs.
4731
4732 20121208
4733         + modify test/knight.c to show the number of choices possible for
4734           each position in automove option, e.g., to allow user to follow
4735           Warnsdorff's rule to solve the puzzle.
4736         + modify test/hanoi.c to show the minimum number of moves possible for
4737           the given number of tiles (prompted by patch by Lucas Gioia).
4738         > fixes based on Coverity report:
4739         + remove a few redundant checks.
4740         + correct logic in test/bs.c, when randomly placing a specific type of
4741           ship.
4742         + check return value from remove/unlink in tic.
4743         + check return value from sscanf in test/ncurses.c
4744         + fix a null dereference in c++/cursesw.cc
4745         + fix two instances of uninitialized variables when configuring for the
4746           terminal driver.
4747         + correct scope of variable used in SetSafeOutcWrapper macro.
4748         + set umask when calling mkstemp in tic.
4749         + initialize wbkgrndset() temporary variable when extended-colors are
4750           used.
4751
4752 20121201
4753         + also replace MinGW's wctomb(), fixing a problem with setcchar().
4754         + modify test/view.c to load UTF-8 when built with MinGW by using
4755           regular win32 API because the MinGW functions mblen() and mbtowc()
4756           do not work.
4757
4758 20121124
4759         + correct order of color initialization versus display in some of the
4760           test-programs, e.g., test_addstr.c
4761         > fixes based on Coverity report:
4762         + delete windows on exit from some of the test-programs.
4763
4764 20121117
4765         > fixes based on Coverity report:
4766         + add missing braces around FreeAndNull in two places.
4767         + various fixes in test/ncurses.c
4768         + improve limit-checks in tinfo/make_hash.c, tinfo/read_entry.c
4769         + correct malloc size in progs/infocmp.c
4770         + guard against negative array indices in test/knight.c
4771         + fix off-by-one limit check in test/color_name.h
4772         + add null-pointer check in progs/tabs.c, test/bs.c, test/demo_forms.c,
4773           test/inchs.c
4774         + fix memory-leak in tinfo/lib_setup.c, progs/toe.c,
4775           test/clip_printw.c, test/demo_menus.c
4776         + delete unused windows in test/chgat.c, test/clip_printw.c,
4777           test/insdelln.c, test/newdemo.c on error-return.
4778
4779 20121110
4780         + modify configure macro CF_INCLUDE_DIRS to put $CPPFLAGS after the
4781           local -I include options in case someone has set conflicting -I
4782           options in $CPPFLAGS (prompted by patch for ncurses/Makefile.in by
4783           Vassili Courzakis).
4784         + modify the ncurses*-config scripts to eliminate relative paths from
4785           the RPATH_LIST variable, e.g., "../lib" as used in installing shared
4786           libraries or executables.
4787
4788 20121102
4789         + realign these related pages:
4790             curs_add_wchstr.3x
4791             curs_addchstr.3x
4792             curs_addstr.3x
4793             curs_addwstr.3x
4794           and fix a long-ago error in curs_addstr.3x which said that a -1
4795           length parameter would only write as much as fit onto one line
4796           (report by Reuben Thomas).
4797         + remove obsolete fallback _nc_memmove() for memmove()/bcopy().
4798         + remove obsolete fallback _nc_strdup() for strdup().
4799         + cancel any debug-rpm in package/ncurses.spec
4800         + reviewed vte-2012, reverted most of the change since it was incorrect
4801           based on testing with tack -TD
4802         + un-cancel the initc in vte-256color, since this was implemented
4803           starting with version 0.20 in 2009 -TD
4804
4805 20121026
4806         + improve malloc/realloc checking (prompted by discussion in Redhat
4807           #866989).
4808         + add ncurses test-program as "ncurses6" to the rpm- and dpkg-scripts.
4809         + updated configure macros CF_GCC_VERSION and CF_WITH_PATHLIST.  The
4810           first corrects pattern used for Mac OS X's customization of gcc.
4811
4812 20121017
4813         + fix change to _nc_scroll_optimize(), which incorrectly freed memory
4814           (Redhat #866989).
4815
4816 20121013
4817         + add vte-2012, gnome-2012, making these the defaults for vte/gnome
4818           (patch by Christian Persch).
4819
4820 20121006
4821         + improve CF_GCC_VERSION to work around Debian's customization of gcc
4822           --version message.
4823         + improve configure macros as done in byacc:
4824           + drop 2.13 compatibility; use 2.52.xxxx version only since EMX port
4825             has used that for a while.
4826           + add 3rd parameter to AC_DEFINE's to allow autoheader to run, i.e.,
4827             for experimental use.
4828           + remove unused configure macros.
4829         + modify configure script and makefiles to quiet new autoconf warning
4830           for LIBS_TO_MAKE variable.
4831         + modify configure script to show $PATH_SEPARATOR variable.
4832         + update config.guess, config.sub
4833
4834 20120922
4835         + modify setupterm to set its copy of TERM to "unknown" if configured
4836           for the terminal driver and TERM was null or empty.
4837         + modify treatment of TERM variable for MinGW port to allow explicit
4838           use of the windows console driver by checking if $TERM is set to
4839           "#win32con" or an abbreviation of that.
4840         + undo recent change to fallback definition of vsscanf() to build with
4841           older Solaris compilers (cf: 20120728).
4842
4843 20120908
4844         + add test-screens to test/ncurses to show 256-characters at a time,
4845           to help with MinGW port.
4846
4847 20120903
4848         + simplify varargs logic in lib_printw.c; va_copy is no longer needed
4849           there.
4850         + modifications for MinGW port to make wide-character display usable.
4851
4852 20120902
4853         + regenerate configure script (report by Sven Joachim, cf: 20120901).
4854
4855 20120901
4856         + add a null-pointer check in _nc_flush (cf: 20120825).
4857         + fix a case in _nc_scroll_optimize() where the _oldnums_list array
4858           might not be allocated.
4859         + improve comparisons in configure.in for unset shell variables.
4860
4861 20120826
4862         + increase size of ncurses' output-buffer, in case of very small
4863           initial screen-sizes.
4864         + fix evaluation of TERMINFO and TERMINFO_DIRS default values as needed
4865           after changes to use --datarootdir (reports by Gabriele Balducci,
4866           Roumen Petrov).
4867
4868 20120825
4869         + change output buffering scheme, using buffer maintained by ncurses
4870           rather than stdio, to avoid problems with SIGTSTP handling (report
4871           by Brian Bloniarz).
4872
4873 20120811
4874         + update autoconf patch to 2.52.20120811, adding --datarootdir
4875           (prompted by discussion with Erwin Waterlander).
4876         + improve description of --enable-reentrant option in README and the
4877           INSTALL file.
4878         + add nsterm-256color, make this the default nsterm -TD
4879         + remove bw from nsterm-bce, per testing with tack -TD
4880
4881 20120804
4882         + update test/configure, adding check for tinfo library.
4883         + improve limit-checks for the getch fifo (report by Werner Fink).
4884         + fix a remaining mismatch between $with_echo and the symbols updated
4885           for CF_DISABLE_ECHO affecting parameters for mk-2nd.awk (report by
4886           Sven Joachim, cf:  20120317).
4887         + modify followup check for pkg-config's library directory in the
4888           --enable-pc-files option to validate syntax (report by Sven Joachim,
4889           cf: 20110716).
4890
4891 20120728
4892         + correct path for ncurses_mingw.h in include/headers, in case build
4893           is done outside source-tree (patch by Roumen Petrov).
4894         + modify some older xterm entries to align with xterm source -TD
4895         + separate "xterm-old" alias from "xterm-r6" -TD
4896         + add E3 extended capability to xterm-basic and putty -TD
4897         + parenthesize parameters of other macros in curses.h -TD
4898         + parenthesize parameter of COLOR_PAIR and PAIR_NUMBER in curses.h
4899           in case it happens to be a comma-expression, etc.  (patch by Nick
4900           Black).
4901
4902 20120721
4903         + improved form_request_by_name() and menu_request_by_name().
4904         + eliminate two fixed-size buffers in toe.c
4905         + extend use_tioctl() to have expected behavior when use_env(FALSE) and
4906           use_tioctl(TRUE) are called.
4907         + modify ncurses test-program, adding -E and -T options to demonstrate
4908           use_env() versus use_tioctl().
4909
4910 20120714
4911         + add use_tioctl() function (adapted from patch by Werner Fink,
4912           Novell #769788):
4913
4914 20120707
4915         + add ncurses_mingw.h to installed headers (prompted by patch by
4916           Juergen Pfeifer).
4917         + clarify return-codes from wgetch() in response to SIGWINCH (prompted
4918           by Novell #769788).
4919         + modify resizeterm() to always push a KEY_RESIZE onto the fifo, even
4920           if screensize is unchanged.  Modify _nc_update_screensize() to push a
4921           KEY_RESIZE if there was a SIGWINCH, even if it does not call
4922           resizeterm().  These changes eliminate the case where a SIGWINCH is
4923           received, but ERR returned from wgetch or wgetnstr because the screen
4924           dimensions did not change (Novell #769788).
4925
4926 20120630
4927         + add --enable-interop to sample package scripts (suggested by Juergen
4928           Pfeifer).
4929         + update CF_PATH_SYNTAX macro, from mawk changes.
4930         + modify mk-0th.awk to allow for generating llib-ltic, etc., though
4931           some work is needed on cproto to work with lib_gen.c to update
4932           llib-lncurses.
4933         + remove redundant getenv() cal in database-iterator leftover from
4934           cleanup in 20120622 changes (report by Sven Joachim).
4935
4936 20120622
4937         + add -d, -e and -q options to test/demo_terminfo and test/demo_termcap
4938         + fix caching of environment variables in database-iterator (patch by
4939           Philippe Troin, Redhat #831366).
4940
4941 20120616
4942         + add configure check to distinguish clang from gcc to eliminate
4943           warnings about unused command-line parameters when compiler warnings
4944           are enabled.
4945         + improve behavior when updating terminfo entries which are hardlinked
4946           by allowing for the possibility that an alias has been repurposed to
4947           a new primary name.
4948         + fix some strict compiler warnings based on package scripts.
4949         + further fixes for configure check for working poll (Debian #676461).
4950
4951 20120608
4952         + fix an uninitialized variable in -c/-n logic for infocmp changes
4953           (cf: 20120526).
4954         + corrected fix for building c++ binding with clang 3.0 (report/patch
4955           by Richard Yao, Gentoo #417613, cf: 20110409)
4956         + correct configure check for working poll, fixing the case where stdin
4957           is redirected, e.g., in rpm/dpkg builds (Debian #676461).
4958         + add rpm- and dpkg-scripts, to test those build-environments.
4959           The resulting packages are used only for testing.
4960
4961 20120602
4962         + add kdch1 aka "Remove" to vt220 and vt220-8 entries -TD
4963         + add kdch1, etc., to qvt108 -TD
4964         + add dl1/il1 to some entries based on dl/il values -TD
4965         + add dl to simpleterm -TD
4966         + add consistency-checks in tic for insert-line vs delete-line
4967           controls, and insert/delete-char keys
4968         + correct no-leaks logic in infocmp when doing comparisons, fixing
4969           duplicate free of entries given via the command-line, and freeing
4970           entries loaded from the last-but-one of files specified on the
4971           command-line.
4972         + add kdch1 to wsvt25 entry from NetBSD CVS (reported by David Lord,
4973           analysis by Martin Husemann).
4974         + add cnorm/civis to wsvt25 entry from NetBSD CVS (report/analysis by
4975           Onno van der Linden).
4976
4977 20120526
4978         + extend -c and -n options of infocmp to allow comparing more than two
4979           entries.
4980         + correct check in infocmp for number of terminal names when more than
4981           two are given.
4982         + correct typo in curs_threads.3x (report by Yanhui Shen on
4983           freebsd-hackers mailing list).
4984
4985 20120512
4986         + corrected 'op' for bterm (report by Samuel Thibault) -TD
4987         + modify test/background.c to demonstrate a background character
4988           holding a colored ACS_HLINE.  The behavior differs from SVr4 due to
4989           the thick- and double-line extension (cf: 20091003).
4990         + modify handling of acs characters in PutAttrChar to avoid mapping an
4991           unmapped character to a space with A_ALTCHARSET set.
4992         + rewrite vt520 entry based on vt420 -TD
4993
4994 20120505
4995         + remove p6 (bold) from opus3n1+ for consistency -TD
4996         + remove acs stuff from env230 per clues in Ingres termcap -TD
4997         + modify env230 sgr/sgr0 to match other capabilities -TD
4998         + modify smacs/rmacs in bq300-8 to match sgr/sgr0 -TD
4999         + make sgr for dku7202 agree with other caps -TD
5000         + make sgr for ibmpc agree with other caps -TD
5001         + make sgr for tek4107 agree with other caps -TD
5002         + make sgr for ndr9500 agree with other caps -TD
5003         + make sgr for sco-ansi agree with other caps -TD
5004         + make sgr for d410 agree with other caps -TD
5005         + make sgr for d210 agree with other caps -TD
5006         + make sgr for d470c, d470c-7b agree with other caps -TD
5007         + remove redundant AC_DEFINE for NDEBUG versus Makefile definition.
5008         + fix a back-link in _nc_delink_entry(), which is needed if ncurses is
5009           configured with --enable-termcap and --disable-getcap.
5010
5011 20120428
5012         + fix some inconsistencies between vt320/vt420, e.g., cnorm/civis -TD
5013         + add eslok flag to dec+sl -TD
5014         + dec+sl applies to vt320 and up -TD
5015         + drop wsl width from xterm+sl -TD
5016         + reuse xterm+sl in putty and nsca-m -TD
5017         + add ansi+tabs to vt520 -TD
5018         + add ansi+enq to vt220-vt520 -TD
5019         + fix a compiler warning in example in ncurses-intro.doc (Paul Waring).
5020         + added paragraph in keyname manpage telling how extended capabilities
5021           are interpreted as key definitions.
5022         + modify tic's check of conflicting key definitions to include extended
5023           capability strings in addition to the existing check on predefined
5024           keys.
5025
5026 20120421
5027         + improve cleanup of temporary files in tic using atexit().
5028         + add msgr to vt420, similar DEC vtXXX entries -TD
5029         + add several missing vt420 capabilities from vt220 -TD
5030         + factor out ansi+pp from several entries -TD
5031         + change xterm+sl and xterm+sl-twm to include only the status-line
5032           capabilities and not "use=xterm", making them more generally useful
5033           as building-blocks -TD
5034         + add dec+sl building block, as example -TD
5035
5036 20120414
5037         + add XT to some terminfo entries to improve usefulness for other
5038           applications than screen, which would like to pretend that xterm's
5039           title is a status-line.  -TD
5040         + change use-clauses in ansi-mtabs, hp2626, and hp2622 based on review
5041           of ordering and overrides -TD
5042         + add consistency check in tic for screen's "XT" capability.
5043         + add section in terminfo.src summarizing the user-defined capabilities
5044           used in that file -TD
5045
5046 20120407
5047         + fix an inconsistency between tic/infocmp "-x" option; tic omits all
5048           non-standard capabilities, while infocmp was ignoring only the user
5049           definable capabilities.
5050         + improve special case in tic parsing of description to allow it to be
5051           followed by terminfo capabilities.  Previously the description had to
5052           be the last field on an input line to allow tic to distinguish
5053           between termcap and terminfo format while still allowing commas to be
5054           embedded in the description.
5055         + correct variable name in gen_edit.sh which broke configurability of
5056           the --with-xterm-kbs option.
5057         + revert 2011-07-16 change to "linux" alias, return to "linux2.2" -TD
5058         + further amend 20110910 change, providing for configure-script
5059           override of the "linux" terminfo entry to install and changing the
5060           default for that to "linux2.2" (Debian #665959).
5061
5062 20120331
5063         + update Ada95/configure to use CF_DISABLE_ECHO (cf: 20120317).
5064         + correct order of use-clauses in st-256color -TD
5065         + modify configure script to look for gnatgcc if the Ada95 binding
5066           is built, in preference to the default gcc/cc (suggested by
5067           Nicolas Boulenguez).
5068         + modify configure script to ensure that the same -On option used for
5069           the C compiler in CFLAGS is used for ADAFLAGS rather than simply
5070           using "-O3" (suggested by Nicolas Boulenguez)
5071
5072 20120324
5073         + amend an old fix so that next_char() exits properly for empty files,
5074           e.g., from reading /dev/null (cf: 20080804).
5075         + modify tic so that it can read from the standard input, or from
5076           a character device.  Because tic uses seek's, this requires writing
5077           the data to a temporary file first (prompted by remark by Sven
5078           Joachim) (cf: 20000923).
5079
5080 20120317
5081         + correct a check made in lib_napms.c, so that terminfo applications
5082           can again use napms() (cf: 20110604).
5083         + add a note in tic.h regarding required casts for ABSENT_BOOLEAN
5084           (cf: 20040327).
5085         + correct scripting for --disable-echo option in test/configure.
5086         + amend check for missing c++ compiler to work when no error is
5087           reported, and no variables set (cf: 20021206).
5088         + add/use configure macro CF_DISABLE_ECHO.
5089
5090 20120310
5091         + fix some strict compiler warnings for abi6 and 64-bits.
5092         + use begin_va_copy/end_va_copy macros in lib_printw.c (cf: 20120303).
5093         + improve a limit-check in infocmp.c (Werner Fink):
5094
5095 20120303
5096         + minor tidying of terminfo.tail, clarify reason for limitation
5097           regarding mapping of \0 to \200
5098         + minor improvement to _nc_copy_termtype(), using memcpy to replace
5099           loops.
5100         + fix no-leaks checking in test/demo_termcap.c to account for multiple
5101           calls to setupterm().
5102         + modified the libgpm change to show previous load as a problem in the
5103           debug-trace.
5104         > merge some patches from OpenSUSE rpm (Werner Fink):
5105         + ncurses-5.7-printw.dif, fixes for varargs handling in lib_printw.c
5106         + ncurses-5.7-gpm.dif, do not dlopen libgpm if already loaded by
5107           runtime linker
5108         + ncurses-5.6-fallback.dif, do not free arrays and strings from static
5109           fallback entries
5110
5111 20120228
5112         + fix breakage in tic/infocmp from 20120225 (report by Werner Fink).
5113
5114 20120225
5115         + modify configure script to allow creating dll's for MinGW when
5116           cross-compiling.
5117         + add --enable-string-hacks option to control whether strlcat and
5118           strlcpy may be used.  The same issue applies to OpenBSD's warnings
5119           about snprintf, noting that this function is weakly standardized.
5120         + add configure checks for strlcat, strlcpy and snprintf, to help
5121           reduce bogus warnings with OpenBSD builds.
5122         + build-fix for OpenBSD 4.9 to supply consistent intptr_t declaration
5123           (cf:20111231)
5124         + update config.guess, config.sub
5125
5126 20120218
5127         + correct CF_ETIP_DEFINES configure macro, making it exit properly on
5128           the first success (patch by Pierre Labastie).
5129         + improve configure macro CF_MKSTEMP by moving existence-check for
5130           mkstemp out of the AC_TRY_RUN, to help with cross-compiles.
5131         + improve configure macro CF_FUNC_POLL from luit changes to detect
5132           broken implementations, e.g., with Mac OS X.
5133         + add configure option --with-tparm-arg
5134         + build-fix for MinGW cross-compiling, so that make_hash does not
5135           depend on TTY definition (cf: 20111008).
5136
5137 20120211
5138         + make sgr for xterm-pcolor agree with other caps -TD
5139         + make sgr for att5425 agree with other caps -TD
5140         + make sgr for att630 agree with other caps -TD
5141         + make sgr for linux entries agree with other caps -TD
5142         + make sgr for tvi9065 agree with other caps -TD
5143         + make sgr for ncr260vt200an agree with other caps -TD
5144         + make sgr for ncr160vt100pp agree with other caps -TD
5145         + make sgr for ncr260vt300an agree with other caps -TD
5146         + make sgr for aaa-60-dec-rv, aaa+dec agree with other caps -TD
5147         + make sgr for cygwin, cygwinDBG agree with other caps -TD
5148         + add configure option --with-xterm-kbs to simplify configuration for
5149           Linux versus most other systems.
5150
5151 20120204
5152         + improved tic -D option, avoid making target directory and provide
5153           better diagnostics.
5154
5155 20120128
5156         + add mach-gnu (Debian #614316, patch by Samuel Thibault)
5157         + add mach-gnu-color, tweaks to mach-gnu terminfo -TD
5158         + make sgr for sun-color agree with smso -TD
5159         + make sgr for prism9 agree with other caps -TD
5160         + make sgr for icl6404 agree with other caps -TD
5161         + make sgr for ofcons agree with other caps -TD
5162         + make sgr for att5410v1, att4415, att620 agree with other caps -TD
5163         + make sgr for aaa-unk, aaa-rv agree with other caps -TD
5164         + make sgr for avt-ns agree with other caps -TD
5165         + amend fix intended to separate fixups for acsc to allow "tic -cv" to
5166           give verbose warnings (cf:  20110730).
5167         + modify misc/gen-edit.sh to make the location of the tabset directory
5168           consistent with misc/Makefile.in, i.e., using ${datadir}/tabset
5169           (Debian #653435, patch by Sven Joachim).
5170
5171 20120121
5172         + add --with-lib-prefix option to allow configuring for old/new flavors
5173           of OS/2 EMX.
5174         + modify check for gnat version to allow for year, as used in FreeBSD
5175           port.
5176         + modify check_existence() in db_iterator.c to simply check if the
5177           path is a directory or file, according to the need.  Checking for
5178           directory size also gives no usable result with OS/2 (cf: 20120107).
5179         + support OS/2 kLIBC (patch by KO Myung-Hun).
5180
5181 20120114
5182         + several improvements to test/movewindow.c (prompted by discussion on
5183           Linux Mint forum):
5184           + modify movement commands to make them continuous
5185           + rewrote the test for mvderwin
5186           + rewrote the test for recursive mvwin
5187         + split-out reusable CF_WITH_NCURSES_ETC macro in test/configure.in
5188         + updated configure macro CF_XOPEN_SOURCE, build-fixes for Mac OS X
5189           and OpenBSD.
5190         + regenerated html manpages.
5191
5192 20120107
5193         + various improvements for MinGW (Juergen Pfeifer):
5194           + modify stat() calls to ignore the st_size member
5195           + drop mk-dlls.sh script.
5196           + change recommended regular expression library.
5197           + modify rain.c to allow for threaded configuration.
5198           + modify tset.c to allow for case when size-change logic is not used.
5199
5200 20111231
5201         + modify toe's report when -a and -s options are combined, to add
5202           a column showing which entries belong to a given database.
5203         + add -s option to toe, to sort its output.
5204         + modify progs/toe.c, simplifying use of db-iterator results to use
5205           caching improvements from 20111001 and 20111126.
5206         + correct generation of pc-files when ticlib or termlib options are
5207           given to rename the corresponding tic- or tinfo-libraries (report
5208           by Sven Joachim).
5209
5210 20111224
5211         + document a portability issue with tput, i.e., that scripts which work
5212           with ncurses may fail in other implementations that do no parameter
5213           analysis.
5214         + add putty-sco entry -TD
5215
5216 20111217
5217         + review/fix places in manpages where --program-prefix configure option
5218           was not being used.
5219         + add -D option to infocmp, to show the database locations that it
5220           could use.
5221         + fix build for the special case where term-driver, ticlib and termlib
5222           are all enabled.  The terminal driver depends on a few features in
5223           the base ncurses library, so tic's dependencies include both ncurses
5224           and termlib.
5225         + fix build work for term-driver when --enable-wgetch-events option is
5226           enabled.
5227         + use <stdint.h> types to fix some questionable casts to void*.
5228
5229 20111210
5230         + modify configure script to check if thread library provides
5231           pthread_mutexattr_settype(), e.g., not provided by Solaris 2.6
5232         + modify configure script to suppress check to define _XOPEN_SOURCE
5233           for IRIX64, since its header files have a conflict versus
5234           _SGI_SOURCE.
5235         + modify configure script to add ".pc" files for tic- and
5236           tinfo-libraries, which were omitted in recent change (cf: 20111126).
5237         + fix inconsistent checks on $PKG_CONFIG variable in configure script.
5238
5239 20111203
5240         + modify configure-check for etip.h dependencies, supplying a temporary
5241           copy of ncurses_dll.h since it is a generated file (prompted by
5242           Debian #646977).
5243         + modify CF_CPP_PARAM_INIT "main" function to work with current C++.
5244
5245 20111126
5246         + correct database iterator's check for duplicate entries
5247           (cf: 20111001).
5248         + modify database iterator to ignore $TERMCAP when it is not an
5249           absolute pathname.
5250         + add -D option to tic, to show the database locations that it could
5251           use.
5252         + improve description of database locations in tic manpage.
5253         + modify the configure script to generate a list of the ".pc" files to
5254           generate, rather than deriving the list from the libraries which have
5255           been built (patch by Mike Frysinger).
5256         + use AC_CHECK_TOOLS in preference to AC_PATH_PROGS when searching for
5257           ncurses*-config, e.g., in Ada95/configure and test/configure (adapted
5258           from patch by Mike Frysinger).
5259
5260 20111119
5261         + remove obsolete/conflicting fallback definition for _POSIX_SOURCE
5262           from curses.priv.h, fixing a regression with IRIX64 and Tru64
5263           (cf: 20110416)
5264         + modify _nc_tic_dir() to ensure that its return-value is nonnull,
5265           i.e., the database iterator was not initialized.  This case is needed
5266           to when tic is translating to termcap, rather than loading the
5267           database (cf:  20111001).
5268
5269 20111112
5270         + add pccon entries for OpenBSD console (Alexei Malinin).
5271         + build-fix for OpenBSD 4.9 with gcc 4.2.1, setting _XOPEN_SOURCE to
5272           600 to work around inconsistent ifdef'ing of wcstof between C and
5273           C++ header files.
5274         + modify capconvert script to accept more than exact match on "xterm",
5275           e.g., the "xterm-*" variants, to exclude from the conversion (patch
5276           by Robert Millan).
5277         + add -lc_r as alternative for -lpthread, allows build of threaded code
5278           in older FreeBSD machines.
5279         + build-fix for MirBSD, which fails when either _XOPEN_SOURCE or
5280           _POSIX_SOURCE are defined.
5281         + fix a typo misc/Makefile.in, used in uninstalling pc-files.
5282
5283 20111030
5284         + modify make_db_path() to allow creating "terminfo.db" in the same
5285           directory as an existing "terminfo" directory.  This fixes a case
5286           where switching between hashed/filesystem databases would cause the
5287           new hashed database to be installed in the next best location -
5288           root's home directory.
5289         + add variable cf_cv_prog_gnat_correct to those passed to
5290           config.status, fixing a problem with Ada95 builds (cf: 20111022).
5291         + change feature test from _XPG5 to _XOPEN_SOURCE in two places, to
5292           accommodate broken implementations for _XPG6.
5293         + eliminate usage of NULL symbol from etip.h, to reduce header
5294           interdependencies.
5295         + add configure check to decide when to add _XOPEN_SOURCE define to
5296           compiler options, i.e., for Solaris 10 and later (cf: 20100403).
5297           This is a workaround for gcc 4.6, which fails to build the c++
5298           binding if that symbol is defined by the application, due to
5299           incorrectly combining the corresponding feature test macros
5300           (report by Peter Kruse).
5301
5302 20111022
5303         + correct logic for discarding mouse events, retaining the partial
5304           events used to build up click, double-click, etc, until needed
5305           (cf: 20110917).
5306         + fix configure script to avoid creating unused Ada95 makefile when
5307           gnat does not work.
5308         + cleanup width-related gcc 3.4.3 warnings for 64-bit platform, for the
5309           internal functions of libncurses.  The external interface of courses
5310           uses bool, which still produces these warnings.
5311
5312 20111015
5313         + improve description of --disable-tic-depends option to make it
5314           clear that it may be useful whether or not the --with-termlib
5315           option is also given (report by Sven Joachim).
5316         + amend termcap equivalent for set_pglen_inch to use the X/Open
5317           "YI" rather than the obsolete Solaris 2.5 "sL" (cf: 990109).
5318         + improve manpage for tgetent differences from termcap library.
5319
5320 20111008
5321         + moved static data from db_iterator.c to lib_data.c
5322         + modify db_iterator.c for memory-leak checking, fix one leak.
5323         + modify misc/gen-pkgconfig.in to use Requires.private for the parts
5324           of ncurses rather than Requires, as well as Libs.private for the
5325           other library dependencies (prompted by Debian #644728).
5326
5327 20111001
5328         + modify tic "-K" option to only set the strict-flag rather than force
5329           source-output.  That allows the same flag to control the parser for
5330           input and output of termcap source.
5331         + modify _nc_getent() to ignore backslash at the end of a comment line,
5332           making it consistent with ncurses' parser.
5333         + restore a special-case check for directory needed to make termcap
5334           text files load as if they were databases (cf: 20110924).
5335         + modify tic's resolution/collision checking to attempt to remove the
5336           conflicting alias from the second entry in the pair, which is
5337           normally following in the source file.  Also improved the warning
5338           message to make it simpler to see which alias is the problem.
5339         + improve performance of the database iterator by caching search-list.
5340
5341 20110925
5342         + add a missing "else" in changes to _nc_read_tic_entry().
5343
5344 20110924
5345         + modify _nc_read_tic_entry() so that hashed-database is checked before
5346           filesystem.
5347         + updated CF_CURSES_LIBS check in test/configure script.
5348         + modify configure script and makefiles to split TIC_ARGS and
5349           TINFO_ARGS into pieces corresponding to LDFLAGS and LIBS variables,
5350           to help separate searches for tic- and tinfo-libraries (patch by Nick
5351           Alcock aka "Nix").
5352         + build-fix for lib_mouse.c changes (cf: 20110917).
5353
5354 20110917
5355         + fix compiler warning for clang 2.9
5356         + improve merging of mouse events (integrated patch by Damien
5357           Guibouret).
5358         + correct mask-check used in lib_mouse for wheel mouse buttons 4/5
5359           (patch by Damien Guibouret).
5360
5361 20110910
5362         + modify misc/gen_edit.sh to select a "linux" entry which works with
5363           the current kernel rather than assuming it is always "linux3.0"
5364           (cf: 20110716).
5365         + revert a change to getmouse() which had the undesirable side-effect
5366           of suppressing button-release events (report by Damien Guibouret,
5367           cf: 20100102).
5368         + add xterm+kbs fragment from xterm #272 -TD
5369         + add configure option --with-pkg-config-libdir to provide control over
5370           the actual directory into which pc-files are installed, do not use
5371           the pkg-config environment variables (discussion with Frederic L W
5372           Meunier).
5373         + add link to mailing-list archive in announce.html.in, as done in
5374           FAQ (prompted by question by Andrius Bentkus).
5375         + improve manpage install by adjusting the "#include" examples to
5376           show the ncurses-subdirectory used when --disable-overwrite option
5377           is used.
5378         + install an alias for "curses" to the ncurses manpage, tied to the
5379           --with-curses-h configure option (suggested by Reuben Thomas).
5380
5381 20110903
5382         + propagate error-returns from wresize, i.e., the internal
5383           increase_size and decrease_size functions through resize_term (report
5384           by Tim van der Molen, cf:  20020713).
5385         + fix typo in tset manpage (patch by Sven Joachim).
5386
5387 20110820
5388         + add a check to ensure that termcap files which might have "^?" do
5389           not use the terminfo interpretation as "\177".
5390         + minor cleanup of X-terminal emulator section of terminfo.src -TD
5391         + add terminator entry -TD
5392         + add simpleterm entry -TD
5393         + improve wattr_get macros by ensuring that if the window pointer is
5394           null, then the attribute and color values returned will be zero
5395           (cf: 20110528).
5396
5397 20110813
5398         + add substitution for $RPATH_LIST to misc/ncurses-config.in
5399         + improve performance of tic with hashed-database by caching the
5400           database connection, using atexit() to cleanup.
5401         + modify treatment of 2-character aliases at the beginning of termcap
5402           entries so they are not counted in use-resolution, since these are
5403           guaranteed to be unique.  Also ignore these aliases when reporting
5404           the primary name of the entry (cf: 20040501)
5405         + double-check gn (generic) flag in terminal descriptions to
5406           accommodate old/buggy termcap databases which misused that feature.
5407         + minor fixes to _nc_tgetent(), ensure buffer is initialized even on
5408           error-return.
5409
5410 20110807
5411         + improve rpath fix from 20110730 by ensuring that the new $RPATH_LIST
5412           variable is defined in the makefiles which use it.
5413         + build-fix for DragonFlyBSD's pkgsrc in test/configure script.
5414         + build-fixes for NetBSD 5.1 with termcap support enabled.
5415         + corrected k9 in dg460-ansi, add other features based on manuals -TD
5416         + improve trimming of whitespace at the end of terminfo/termcap output
5417           from tic/infocmp.
5418         + when writing termcap source, ensure that colons in the description
5419           field are translated to a non-delimiter, i.e., "=".
5420         + add "-0" option to tic/infocmp, to make the termcap/terminfo source
5421           use a single line.
5422         + add a null-pointer check when handling the $CC variable.
5423
5424 20110730
5425         + modify configure script and makefiles in c++ and progs to allow the
5426           directory used for rpath option to be overridden, e.g., to work
5427           around updates to the variables used by tic during an install.
5428         + add -K option to tic/infocmp, to provide stricter BSD-compatibility
5429           for termcap output.
5430         + add _nc_strict_bsd variable in tic library which controls the
5431           "strict" BSD termcap compatibility from 20110723, plus these
5432           features:
5433           + allow escapes such as "\8" and "\9" when reading termcap
5434           + disallow "\a", "\e", "\l", "\s" and "\:" escapes when reading
5435             termcap files, passing through "a", "e", etc.
5436           + expand "\:" as "\072" on output.
5437         + modify _nc_get_token() to reset the token's string value in case
5438           there is a string-typed token lacking the "=" marker.
5439         + fix a few memory leaks in _nc_tgetent.
5440         + fix a few places where reading from a termcap file could refer to
5441           freed memory.
5442         + add an overflow check when converting terminfo/termcap numeric
5443           values, since terminfo stores those in a short, and they must be
5444           positive.
5445         + correct internal variables used for translating to termcap "%>"
5446           feature, and translating from termcap %B to terminfo, needed by
5447           tctest (cf: 19991211).
5448         + amend a minor fix to acsc when loading a termcap file to separate it
5449           from warnings needed for tic (cf: 20040710)
5450         + modify logic in _nc_read_entry() and _nc_read_tic_entry() to allow
5451           a termcap file to be handled via TERMINFO_DIRS.
5452         + modify _nc_infotocap() to include non-mandatory padding when
5453           translating to termcap.
5454         + modify _nc_read_termcap_entry(), passing a flag in the case where
5455           getcap is used, to reduce interactive warning messages.
5456
5457 20110723
5458         + add a check in start_color() to limit color-pairs to 256 when
5459           extended colors are not supported (patch by David Benjamin).
5460         + modify setcchar to omit no-longer-needed OR'ing of color pair in
5461           the SetAttr() macro (patch by David Benjamin).
5462         + add kich1 to sun terminfo entry (Yuri Pankov)
5463         + use bold rather than reverse for smso in sun-color terminfo entry
5464           (Yuri Pankov).
5465         + improve generation of termcap using tic/infocmp -C option, e.g.,
5466           to correspond with 4.2BSD (prompted by discussion with Yuri Pankov
5467           regarding Schilling's test program):
5468           + translate %02 and %03 to %2 and %3 respectively.
5469           + suppress string capabilities which use %s, not supported by tgoto
5470           + use \040 rather than \s
5471           + expand null characters as \200 rather than \0
5472         + modify configure script to support shared libraries for DragonFlyBSD.
5473
5474 20110716
5475         + replace an assert() in _nc_Free_Argument() with a regular null
5476           pointer check (report/analysis by Franjo Ivancic).
5477         + modify configure --enable-pc-files option to take into account the
5478           PKG_CONFIG_PATH variable (report by Frederic L W Meunier).
5479         + add/use xterm+tmux chunk from xterm #271 -TD
5480         + resync xterm-new entry from xterm #271 -TD
5481         + add E3 extended capability to linux-basic (Miroslav Lichvar)
5482         + add linux2.2, linux2.6, linux3.0 entries to give context for E3 -TD
5483         + add SI/SO change to linux2.6 entry (Debian #515609) -TD
5484         + fix inconsistent tabset path in pcmw (Todd C. Miller).
5485         + remove a backslash which continued comment, obscuring altos3
5486           definition with OpenBSD toolset (Nicholas Marriott).
5487
5488 20110702
5489         + add workaround from xterm #271 changes to ensure that compiler flags
5490           are not used in the $CC variable.
5491         + improve support for shared libraries, tested with AIX 5.3, 6.1 and
5492           7.1 with both gcc 4.2.4 and cc.
5493         + modify configure checks for AIX to include release 7.x
5494         + add loader flags/libraries to libtool options so that dynamic loading
5495           works properly, adapted from ncurses-5.7-ldflags-with-libtool.patch
5496           at gentoo prefix repository (patch by Michael Haubenwallner).
5497
5498 20110626
5499         + move include of nc_termios.h out of term_entry.h, since the latter
5500           is installed, e.g., for tack while the former is not (report by
5501           Sven Joachim).
5502
5503 20110625
5504         + improve cleanup() function in lib_tstp.c, using _exit() rather than
5505           exit() and checking for SIGTERM rather than SIGQUIT (prompted by
5506           comments forwarded by Nicholas Marriott).
5507         + reduce name pollution from term.h, moving fallback #define's for
5508           tcgetattr(), etc., to new private header nc_termios.h (report by
5509           Sergio NNX).
5510         + two minor fixes for tracing (patch by Vassili Courzakis).
5511         + improve trace initialization by starting it in use_env() and
5512           ripoffline().
5513         + review old email, add details for some changelog entries.
5514
5515 20110611
5516         + update minix entry to minix 3.2 (Thomas Cort).
5517         + fix a strict compiler warning in change to wattr_get (cf: 20110528).
5518
5519 20110604
5520         + fixes for MirBSD port:
5521           + set default prefix to /usr.
5522           + add support for shared libraries in configure script.
5523           + use S_ISREG and S_ISDIR consistently, with fallback definitions.
5524         + add a few more checks based on ncurses/link_test.
5525         + modify MKlib_gen.sh to handle sp-funcs renaming of NCURSES_OUTC type.
5526
5527 20110528
5528         + add case to CF_SHARED_OPTS for Interix (patch by Markus Duft).
5529         + used ncurses/link_test to check for behavior when the terminal has
5530           not been initialized and when an application passes null pointers
5531           to the library.  Added checks to cover this (prompted by Redhat
5532           #707344).
5533         + modify MKlib_gen.sh to make its main() function call each function
5534           with zero parameters, to help find inconsistent checking for null
5535           pointers, etc.
5536
5537 20110521
5538         + fix warnings from clang 2.7 "--analyze"
5539
5540 20110514
5541         + compiler-warning fixes in panel and progs.
5542         + modify CF_PKG_CONFIG macro, from changes to tin -TD
5543         + modify CF_CURSES_FUNCS configure macro, used in test directory
5544           configure script:
5545           + work around (non-optimizer) bug in gcc 4.2.1 which caused
5546             test-expression to be omitted from executable.
5547           + force the linker to see a link-time expression of a symbol, to
5548             help work around weak-symbol issues.
5549
5550 20110507
5551         + update discussion of MKfallback.sh script in INSTALL; normally the
5552           script is used automatically via the configured makefiles.  However
5553           there are still occasions when it might be used directly by packagers
5554           (report by Gunter Schaffler).
5555         + modify misc/ncurses-config.in to omit the "-L" option from the
5556           "--libs" output if the library directory is /usr/lib.
5557         + change order of tests for curses.h versus ncurses.h headers in the
5558           configure scripts for Ada95 and test-directories, to look for
5559           ncurses.h, from fixes to tin -TD
5560         + modify ncurses/tinfo/access.c to account for Tandem's root uid
5561           (report by Joachim Schmitz).
5562
5563 20110430
5564         + modify rules in Ada95/src/Makefile.in to ensure that the PIC option
5565           is not used when building a static library (report by Nicolas
5566           Boulenguez):
5567         + Ada95 build-fix for big-endian architectures such as sparc.  This
5568           undoes one of the fixes from 20110319, which added an "Unused" member
5569           to representation clauses, replacing that with pragmas to suppress
5570           warnings about unused bits (patch by Nicolas Boulenguez).
5571
5572 20110423
5573         + add check in test/configure for use_window, use_screen.
5574         + add configure-checks for getopt's variables, which may be declared
5575           as different types on some Unix systems.
5576         + add check in test/configure for some legacy curses types of the
5577           function pointer passed to tputs().
5578         + modify init_pair() to accept -1's for color value after
5579           assume_default_colors() has been called (Debian #337095).
5580         + modify test/background.c, adding command-line options to demonstrate
5581           assume_default_colors() and use_default_colors().
5582
5583 20110416
5584         + modify configure script/source-code to only define _POSIX_SOURCE if
5585           the checks for sigaction and/or termios fail, and if _POSIX_C_SOURCE
5586           and _XOPEN_SOURCE are undefined (report by Valentin Ochs).
5587         + update config.guess, config.sub
5588
5589 20110409
5590         + fixes to build c++ binding with clang 3.0 (patch by Alexander
5591           Kolesen).
5592         + add check for unctrl.h in test/configure, to work around breakage in
5593           some ncurses packages.
5594         + add "--disable-widec" option to test/configure script.
5595         + add "--with-curses-colr" and "--with-curses-5lib" options to the
5596           test/configure script to address testing with very old machines.
5597
5598 20110404 5.9 release for upload to ftp.gnu.org
5599
5600 20110402
5601         + various build-fixes for the rpm/dpkg scripts.
5602         + add "--enable-rpath-link" option to Ada95/configure, to allow
5603           packages to suppress the rpath feature which is normally used for
5604           the in-tree build of sample programs.
5605         + corrected definition of libdir variable in Ada95/src/Makefile.in,
5606           needed for rpm script.
5607         + add "--with-shared" option to Ada95/configure script, to allow
5608           making the C-language parts of the binding use appropriate compiler
5609           options if building a shared library with gnat.
5610
5611 20110329
5612         > portability fixes for Ada95 binding:
5613         + add configure check to ensure that SIGINT works with gnat.  This is
5614           needed for the "rain" sample program.  If SIGINT does not work, omit
5615           that sample program.
5616         + correct typo in check of $PKG_CONFIG variable in Ada95/configure
5617         + add ncurses_compat.c, to supply functions used in the Ada95 binding
5618           which were added in 5.7 and later.
5619         + modify sed expression in CF_NCURSES_ADDON to eliminate a dependency
5620           upon GNU sed.
5621
5622 20110326
5623         + add special check in Ada95/configure script for ncurses6 reentrant
5624           code.
5625         + regen Ada html documentation.
5626         + build-fix for Ada shared libraries versus the varargs workaround.
5627         + add rpm and dpkg scripts for Ada95 and test directories, for test
5628           builds.
5629         + update test/configure macros CF_CURSES_LIBS, CF_XOPEN_SOURCE and
5630           CF_X_ATHENA_LIBS.
5631         + add configure check to determine if gnat's project feature supports
5632           libraries, i.e., collections of .ali files.
5633         + make all dereferences in Ada95 samples explicit.
5634         + fix typo in comment in lib_add_wch.c (patch by Petr Pavlu).
5635         + add configure check for, ifdef's for math.h which is in a separate
5636           package on Solaris and potentially not installed (report by Petr
5637           Pavlu).
5638         > fixes for Ada95 binding (Nicolas Boulenguez):
5639         + improve type-checking in Ada95 by eliminating a few warning-suppress
5640           pragmas.
5641         + suppress unreferenced warnings.
5642         + make all dereferences in binding explicit.
5643
5644 20110319
5645         + regen Ada html documentation.
5646         + change order of -I options from ncurses*-config script when the
5647           --disable-overwrite option was used, so that the subdirectory include
5648           is listed first.
5649         + modify the make-tar.sh scripts to add a MANIFEST and NEWS file.
5650         + modify configure script to provide value for HTML_DIR in
5651           Ada95/gen/Makefile.in, which depends on whether the Ada95 binding is
5652           distributed separately (report by Nicolas Boulenguez).
5653         + modify configure script to add "-g" and/or "-O3" to ADAFLAGS if the
5654           CFLAGS for the build has these options.
5655         + amend change from 20070324, to not add 1 to the result of getmaxx
5656           and getmaxy in the Ada binding (report by Nicolas Boulenguez for
5657           thread in comp.lang.ada).
5658         + build-fix Ada95/samples for gnat 4.5
5659         + spelling fixes for Ada95/samples/explain.txt
5660         > fixes for Ada95 binding (Nicolas Boulenguez):
5661         + add item in Trace_Attribute_Set corresponding to TRACE_ATTRS.
5662         + add workaround for binding to set_field_type(), which uses varargs.
5663           The original binding from 990220 relied on the prevalent
5664           implementation of varargs which did not support or need va_copy().
5665         + add dependency on gen/Makefile.in needed for *-panels.ads
5666         + add Library_Options to library.gpr
5667         + add Languages to library.gpr, for gprbuild
5668
5669 20110307
5670         + revert changes to limit-checks from 20110122 (Debian #616711).
5671         > minor type-cleanup of Ada95 binding (Nicolas Boulenguez):
5672         + corrected a minor sign error in a field of Low_Level_Field_Type, to
5673           conform to form.h.
5674         + replaced C_Int by Curses_Bool as return type for some callbacks, see
5675           fieldtype(3FORM).
5676         + modify samples/sample-explain.adb to provide explicit message when
5677           explain.txt is not found.
5678
5679 20110305
5680         + improve makefiles for Ada95 tree (patch by Nicolas Boulenguez).
5681         + fix an off-by-one error in _nc_slk_initialize() from 20100605 fixes
5682           for compiler warnings (report by Nicolas Boulenguez).
5683         + modify Ada95/gen/gen.c to declare unused bits in generated layouts,
5684           needed to compile when chtype is 64-bits using gnat 4.4.5
5685
5686 20110226 5.8 release for upload to ftp.gnu.org
5687
5688 20110226
5689         + update release notes, for 5.8.
5690         + regenerated html manpages.
5691         + change open() in _nc_read_file_entry() to fopen() for consistency
5692           with write_file().
5693         + modify misc/run_tic.in to create parent directory, in case this is
5694           a new install of hashed database.
5695         + fix typo in Ada95/mk-1st.awk which causes error with original awk.
5696
5697 20110220
5698         + configure script rpath fixes from xterm #269.
5699         + workaround for cygwin's non-functional features.h, to force ncurses'
5700           configure script to define _XOPEN_SOURCE_EXTENDED when building
5701           wide-character configuration.
5702         + build-fix in run_tic.sh for OS/2 EMX install
5703         + add cons25-debian entry (patch by Brian M Carlson, Debian #607662).
5704
5705 20110212
5706         + regenerated html manpages.
5707         + use _tracef() in show_where() function of tic, to work correctly with
5708           special case of trace configuration.
5709
5710 20110205
5711         + add xterm-utf8 entry as a demo of the U8 feature -TD
5712         + add U8 feature to denote entries for terminal emulators which do not
5713           support VT100 SI/SO when processing UTF-8 encoding -TD
5714         + improve the NCURSES_NO_UTF8_ACS feature by adding a check for an
5715           extended terminfo capability U8 (prompted by mailing list
5716           discussion).
5717
5718 20110122
5719         + start documenting interface changes for upcoming 5.8 release.
5720         + correct limit-checks in derwin().
5721         + correct limit-checks in newwin(), to ensure that windows have nonzero
5722           size (report by Garrett Cooper).
5723         + fix a missing "weak" declaration for pthread_kill (patch by Nicholas
5724           Alcock).
5725         + improve documentation of KEY_ENTER in curs_getch.3x manpage (prompted
5726           by discussion with Kevin Martin).
5727
5728 20110115
5729         + modify Ada95/configure script to make the --with-curses-dir option
5730           work without requiring the --with-ncurses option.
5731         + modify test programs to allow them to be built with NetBSD curses.
5732         + document thick- and double-line symbols in curs_add_wch.3x manpage.
5733         + document WACS_xxx constants in curs_add_wch.3x manpage.
5734         + fix some warnings for clang 2.6 "--analyze"
5735         + modify Ada95 makefiles to make html-documentation with the project
5736           file configuration if that is used.
5737         + update config.guess, config.sub
5738
5739 20110108
5740         + regenerated html manpages.
5741         + minor fixes to enable lint when trace is not enabled, e.g., with
5742           clang --analyze.
5743         + fix typo in man/default_colors.3x (patch by Tim van der Molen).
5744         + update ncurses/llib-lncurses*
5745
5746 20110101
5747         + fix remaining strict compiler warnings in ncurses library ABI=5,
5748           except those dealing with function pointers, etc.
5749
5750 20101225
5751         + modify nc_tparm.h, adding guards against repeated inclusion, and
5752           allowing TPARM_ARG to be overridden.
5753         + fix some strict compiler warnings in ncurses library.
5754
5755 20101211
5756         + suppress ncv in screen entry, allowing underline (patch by Alejandro
5757           R Sedeno).
5758         + also suppress ncv in konsole-base -TD
5759         + fixes in wins_nwstr() and related functions to ensure that special
5760           characters, i.e., control characters are handled properly with the
5761           wide-character configuration.
5762         + correct a comparison in wins_nwstr() (Redhat #661506).
5763         + correct help-messages in some of the test-programs, which still
5764           referred to quitting with 'q'.
5765
5766 20101204
5767         + add special case to _nc_infotocap() to recognize the setaf/setab
5768           strings from xterm+256color and xterm+88color, and provide a reduced
5769           version which works with termcap.
5770         + remove obsolete emacs "Local Variables" section from documentation
5771           (request by Sven Joachim).
5772         + update doc/html/index.html to include NCURSES-Programming-HOWTO.html
5773           (report by Sven Joachim).
5774
5775 20101128
5776         + modify test/configure and test/Makefile.in to handle this special
5777           case of building within a build-tree (Debian #34182):
5778                 mkdir -p build && cd build && ../test/configure && make
5779
5780 20101127
5781         + miscellaneous build-fixes for Ada95 and test-directories when built
5782           out-of-tree.
5783         + use VPATH in makefiles to simplify out-of-tree builds (Debian #34182).
5784         + fix typo in rmso for tek4106 entry -Goran Weinholt
5785
5786 20101120
5787         + improve checks in test/configure for X libraries, from xterm #267
5788           changes.
5789         + modify test/configure to allow it to use the build-tree's libraries
5790           e.g., when using that to configure the test-programs without the
5791           rpath feature (request by Sven Joachim).
5792         + repurpose "gnome" terminfo entries as "vte", retaining "gnome" items
5793           for compatibility, but generally deprecating those since the VTE
5794           library is what actually defines the behavior of "gnome", etc.,
5795           since 2003 -TD
5796
5797 20101113
5798         + compiler warning fixes for test programs.
5799         + various build-fixes for test-programs with pdcurses.
5800         + updated configure checks for X packages in test/configure from xterm
5801           #267 changes.
5802         + add configure check to gnatmake, to accommodate cygwin.
5803
5804 20101106
5805         + correct list of sub-directories needed in Ada95 tree for building as
5806           a separate package.
5807         + modify scripts in test-directory to improve builds as a separate
5808           package.
5809
5810 20101023
5811         + correct parsing of relative tab-stops in tabs program (report by
5812           Philip Ganchev).
5813         + adjust configure script so that "t" is not added to library suffix
5814           when weak-symbols are used, allowing the pthread configuration to
5815           more closely match the non-thread naming (report by Werner Fink).
5816         + modify configure check for tic program, used for fallbacks, to a
5817           warning if not found.  This makes it simpler to use additional
5818           scripts to bootstrap the fallbacks code using tic from the build
5819           tree (report by Werner Fink).
5820         + fix several places in configure script using ${variable-value} form.
5821         + modify configure macro CF_LDFLAGS_STATIC to accommodate some loaders
5822           which do not support selectively linking against static libraries
5823           (report by John P. Hartmann)
5824         + fix an unescaped dash in man/tset.1 (report by Sven Joachim).
5825
5826 20101009
5827         + correct comparison used for setting 16-colors in linux-16color
5828           entry (Novell #644831) -TD
5829         + improve linux-16color entry, using "dim" for color-8 which makes it
5830           gray rather than black like color-0 -TD
5831         + drop misc/ncu-indent and misc/jpf-indent; they are provided by an
5832           external package "cindent".
5833
5834 20101002
5835         + improve linkages in html manpages, adding references to the newer
5836           pages, e.g., *_variables, curs_sp_funcs, curs_threads.
5837         + add checks in tic for inconsistent cursor-movement controls, and for
5838           inconsistent printer-controls.
5839         + fill in no-parameter forms of cursor-movement where a parameterized
5840           form is available -TD
5841         + fill in missing cursor controls where the form of the controls is
5842           ANSI -TD
5843         + fix inconsistent punctuation in form_variables manpage (patch by
5844           Sven Joachim).
5845         + add parameterized cursor-controls to linux-basic (report by Dae) -TD
5846         > patch by Juergen Pfeifer:
5847         + document how to build 32-bit libraries in README.MinGW
5848         + fixes to filename computation in mk-dlls.sh.in
5849         + use POSIX locale in mk-dlls.sh.in rather than en_US (report by Sven
5850           Joachim).
5851         + add a check in mk-dlls.sh.in to obtain the size of a pointer to
5852           distinguish between 32-bit and 64-bit hosts.  The result is stored
5853           in mingw_arch
5854
5855 20100925
5856         + add "XT" capability to entries for terminals that support both
5857           xterm-style mouse- and title-controls, for "screen" which
5858           special-cases TERM beginning with "xterm" or "rxvt" -TD
5859         > patch by Juergen Pfeifer:
5860         + use 64-Bit MinGW toolchain (recommended package from TDM, see
5861           README.MinGW).
5862         + support pthreads when using the TDM MinGW toolchain
5863
5864 20100918
5865         + regenerated html manpages.
5866         + minor fixes for symlinks to curs_legacy.3x and curs_slk.3x manpages.
5867         + add manpage for sp-funcs.
5868         + add sp-funcs to test/listused.sh, for documentation aids.
5869
5870 20100911
5871         + add manpages for summarizing public variables of curses-, terminfo-
5872           and form-libraries.
5873         + minor fixes to manpages for consistency (patch by Jason McIntyre).
5874         + modify tic's -I/-C dump to reformat acsc strings into canonical form
5875           (sorted, unique mapping) (cf: 971004).
5876         + add configure check for pthread_kill(), needed for some old
5877           platforms.
5878
5879 20100904
5880         + add configure option --without-tests, to suppress building test
5881           programs (request by Frederic L W Meunier).
5882
5883 20100828
5884         + modify nsterm, xnuppc and tek4115 to make sgr/sgr0 consistent -TD
5885         + add check in terminfo source-reader to provide more informative
5886           message when someone attempts to run tic on a compiled terminal
5887           description (prompted by Debian #593920).
5888         + note in infotocap and captoinfo manpages that they read terminal
5889           descriptions from text-files (Debian #593920).
5890         + improve acsc string for vt52, show arrow keys (patch by Benjamin
5891           Sittler).
5892
5893 20100814
5894         + document in manpages that "mv" functions first use wmove() to check
5895           the window pointer and whether the position lies within the window
5896           (suggested by Poul-Henning Kamp).
5897         + fixes to curs_color.3x, curs_kernel.3x and wresize.3x manpages (patch
5898           by Tim van der Molen).
5899         + modify configure script to transform library names for tic- and
5900           tinfo-libraries so that those build properly with Mac OS X shared
5901           library configuration.
5902         + modify configure script to ensure that it removes conftest.dSYM
5903           directory leftover on checks with Mac OS X.
5904         + modify configure script to cleanup after check for symbolic links.
5905
5906 20100807
5907         + correct a typo in mk-1st.awk (patch by Gabriele Balducci)
5908           (cf: 20100724)
5909         + improve configure checks for location of tic and infocmp programs
5910           used for installing database and for generating fallback data,
5911           e.g., for cross-compiling.
5912         + add Markus Kuhn's wcwidth function for compiling MinGW
5913         + add special case to CF_REGEX for cross-compiling to MinGW target.
5914
5915 20100731
5916         + modify initialization check for win32con driver to eliminate need for
5917           special case for TERM "unknown", using terminal database if available
5918           (prompted by discussion with Roumen Petrov).
5919         + for MinGW port, ensure that terminal driver is setup if tgetent()
5920           is called (patch by Roumen Petrov).
5921         + document tabs "-0" and "-8" options in manpage.
5922         + fix Debian "lintian" issues with manpages reported in
5923           http://lintian.debian.org/full/csmall@debian.org.html#ncurses
5924
5925 20100724
5926         + add a check in tic for missing set_tab if clear_all_tabs given.
5927         + improve use of symbolic links in makefiles by using "-f" option if
5928           it is supported, to eliminate temporary removal of the target
5929           (prompted by http://www.t2-project.org/packages/ncurses.html)
5930         + minor improvement to test/ncurses.c, reset color pairs in 'd' test
5931           after exit from 'm' main-menu command.
5932         + improved ncu-indent, from mawk changes, allows more than one of
5933           GCC_NORETURN, GCC_PRINTFLIKE and GCC_SCANFLIKE on a single line.
5934
5935 20100717
5936         + add hard-reset for rs2 to wsvt25 to help ensure that reset ends
5937           the alternate character set (patch by Nicholas Marriott)
5938         + remove tar-copy.sh and related configure/Makefile chunks, since the
5939           Ada95 binding is now installed using rules in Ada95/src.
5940
5941 20100703
5942         + continue integrating changes to use gnatmake project files in Ada95
5943           + add/use configure check to turn on project rules for Ada95/src.
5944         + revert the vfork change from 20100130, since it does not work.
5945
5946 20100626
5947         + continue integrating changes to use gnatmake project files in Ada95
5948           + old gnatmake (3.15) does not produce libraries using project-file;
5949             work around by adding script to generate alternate makefile.
5950
5951 20100619
5952         + continue integrating changes to use gnatmake project files in Ada95
5953           + add configure --with-ada-sharedlib option, for the test_make rule.
5954           + move Ada95-related logic into aclocal.m4, since additional checks
5955             will be needed to distinguish old/new implementations of gnat.
5956
5957 20100612
5958         + start integrating changes to use gnatmake project files in Ada95 tree
5959           + add test_make / test_clean / test_install rules in Ada95/src
5960           + change install-path for adainclude directory to /usr/share/ada (was
5961             /usr/lib/ada).
5962         + update Ada95/configure.
5963         + add mlterm+256color entry, for mlterm 3.0.0 -TD
5964         + modify test/configure to use macros to ensure consistent order
5965           of updating LIBS variable.
5966
5967 20100605
5968         + change search order of options for Solaris in CF_SHARED_OPTS, to
5969           work with 64-bit compiles.
5970         + correct quoting of assignment in CF_SHARED_OPTS case for aix
5971           (cf: 20081227)
5972
5973 20100529
5974         + regenerated html documentation.
5975         + modify test/configure to support pkg-config for checking X libraries
5976           used by PDCurses.
5977         + add/use configure macro CF_ADD_LIB to force consistency of
5978           assignments to $LIBS, etc.
5979         + fix configure script for combining --with-pthread
5980           and --enable-weak-symbols options.
5981
5982 20100522
5983         + correct cross-compiling configure check for CF_MKSTEMP macro, by
5984           adding a check cache variable set by AC_CHECK_FUNC (report by
5985           Pierre Labastie).
5986         + simplify include-dependencies of make_hash and make_keys, to reduce
5987           the need for setting BUILD_CPPFLAGS in cross-compiling when the
5988           build- and target-machines differ.
5989         + repair broken-linker configuration by restoring a definition of SP
5990           variable to curses.priv.h, and adjusting for cases where sp-funcs
5991           are used.
5992         + improve configure macro CF_AR_FLAGS, allowing ARFLAGS environment
5993           variable to override (prompted by report by Pablo Cazallas).
5994
5995 20100515
5996         + add configure option --enable-pthreads-eintr to control whether the
5997           new EINTR feature is enabled.
5998         + modify logic in pthread configuration to allow EINTR to interrupt
5999           a read operation in wgetch() (Novell #540571, patch by Werner Fink).
6000         + drop mkdirs.sh, use "mkdir -p".
6001         + add configure option --disable-libtool-version, to use the
6002           "-version-number" feature which was added in libtool 1.5 (report by
6003           Peter Haering).  The default value for the option uses the newer
6004           feature, which makes libraries generated using libtool compatible
6005           with the standard builds of ncurses.
6006         + updated test/configure to match configure script macros.
6007         + fixes for configure script from lynx changes:
6008           + improve CF_FIND_LINKAGE logic for the case where a function is
6009             found in predefined libraries.
6010           + revert part of change to CF_HEADER (cf: 20100424)
6011
6012 20100501
6013         + correct limit-check in wredrawln, accounting for begy/begx values
6014           (patch by David Benjamin).
6015         + fix most compiler warnings from clang.
6016         + amend build-fix for OpenSolaris, to ensure that a system header is
6017           included in curses.h before testing feature symbols, since they
6018           may be defined by that route.
6019
6020 20100424
6021         + fix some strict compiler warnings in ncurses library.
6022         + modify configure macro CF_HEADER_PATH to not look for variations in
6023           the predefined include directories.
6024         + improve configure macros CF_GCC_VERSION and CF_GCC_WARNINGS to work
6025           with gcc 4.x's c89 alias, which gives warning messages for cases
6026           where older versions would produce an error.
6027
6028 20100417
6029         + modify _nc_capcmp() to work with cancelled strings.
6030         + correct translation of "^" in _nc_infotocap(), used to transform
6031           terminfo to termcap strings
6032         + add configure --disable-rpath-hack, to allow disabling the feature
6033           which adds rpath options for libraries in unusual places.
6034         + improve CF_RPATH_HACK_2 by checking if the rpath option for a given
6035           directory was already added.
6036         + improve CF_RPATH_HACK_2 by using ldd to provide a standard list of
6037           directories (which will be ignored).
6038
6039 20100410
6040         + improve win_driver.c handling of mouse:
6041           + discard motion events
6042           + avoid calling _nc_timed_wait when there is a mouse event
6043           + handle 4th and "rightmost" buttons.
6044         + quote substitutions in CF_RPATH_HACK_2 configure macro, needed for
6045           cases where there are embedded blanks in the rpath option.
6046
6047 20100403
6048         + add configure check for exctags vs ctags, to work around pkgsrc.
6049         + simplify logic in _nc_get_screensize() to make it easier to see how
6050           environment variables may override system- and terminfo-values
6051           (prompted by discussion with Igor Bujna).
6052         + make debug-traces for COLOR_PAIR and PAIR_NUMBER less verbose.
6053         + improve handling of color-pairs embedded in attributes for the
6054           extended-colors configuration.
6055         + modify MKlib_gen.sh to build link_test with sp-funcs.
6056         + build-fixes for OpenSolaris aka Solaris 11, for wide-character
6057           configuration as well as for rpath feature in *-config scripts.
6058
6059 20100327
6060         + refactor CF_SHARED_OPTS configure macro, making CF_RPATH_HACK more
6061           reusable.
6062         + improve configure CF_REGEX, similar fixes.
6063         + improve configure CF_FIND_LINKAGE, adding add check between system
6064           (default) and explicit paths, where we can find the entrypoint in the
6065           given library.
6066         + add check if Gpm_Open() returns a -2, e.g., for "xterm".  This is
6067           normally suppressed but can be overridden using $NCURSES_GPM_TERMS.
6068           Ensure that Gpm_Close() is called in this case.
6069
6070 20100320
6071         + rename atari and st52 terminfo entries to atari-old, st52-old, use
6072           newer entries from FreeMiNT by Guido Flohr (from patch/report by Alan
6073           Hourihane).
6074
6075 20100313
6076         + modify install-rule for manpages so that *-config manpages will
6077           install when building with --srcdir (report by Sven Joachim).
6078         + modify CF_DISABLE_LEAKS configure macro so that the --enable-leaks
6079           option is not the same as --disable-leaks (GenToo #305889).
6080         + modify #define's for build-compiler to suppress cchar_t symbol from
6081           compile of make_hash and make_keys, improving cross-compilation of
6082           ncursesw (report by Bernhard Rosenkraenzer).
6083         + modify CF_MAN_PAGES configure macro to replace all occurrences of
6084           TPUT in tput.1's manpage (Debian #573597, report/analysis by Anders
6085           Kaseorg).
6086
6087 20100306
6088         + generate manpages for the *-config scripts, adapted from help2man
6089           (suggested by Sven Joachim).
6090         + use va_copy() in _nc_printf_string() to avoid conflicting use of
6091           va_list value in _nc_printf_length() (report by Wim Lewis).
6092
6093 20100227
6094         + add Ada95/configure script, to use in tar-file created by
6095           Ada95/make-tar.sh
6096         + fix typo in wresize.3x (patch by Tim van der Molen).
6097         + modify screen-bce.XXX entries to exclude ech, since screen's color
6098           model does not clear with color for that feature -TD
6099
6100 20100220
6101         + add make-tar.sh scripts to Ada95 and test subdirectories to help with
6102           making those separately distributable.
6103         + build-fix for static libraries without dlsym (Debian #556378).
6104         + fix a syntax error in man/form_field_opts.3x (patch by Ingo
6105           Schwarze).
6106
6107 20100213
6108         + add several screen-bce.XXX entries -TD
6109
6110 20100206
6111         + update mrxvt terminfo entry -TD
6112         + modify win_driver.c to support mouse single-clicks.
6113         + correct name for termlib in ncurses*-config, e.g., if it is renamed
6114           to provide a single file for ncurses/ncursesw libraries (patch by
6115           Miroslav Lichvar).
6116
6117 20100130
6118         + use vfork in test/ditto.c if available (request by Mike Frysinger).
6119         + miscellaneous cleanup of manpages.
6120         + fix typo in curs_bkgd.3x (patch by Tim van der Molen).
6121         + build-fix for --srcdir (patch by Miroslav Lichvar).
6122
6123 20100123
6124         + for term-driver configuration, ensure that the driver pointer is
6125           initialized in setupterm so that terminfo/termcap programs work.
6126         + amend fix for Debian #542031 to ensure that wattrset() returns only
6127           OK or ERR, rather than the attribute value (report by Miroslav
6128           Lichvar).
6129         + reorder WINDOWLIST to put WINDOW data after SCREEN pointer, making
6130           _nc_screen_of() compatible between normal/wide libraries again (patch
6131           by Miroslav Lichvar)
6132         + review/fix include-dependencies in modules files (report by Miroslav
6133           Lichvar).
6134
6135 20100116
6136         + modify win_driver.c to initialize acs_map for win32 console, so
6137           that line-drawing works.
6138         + modify win_driver.c to initialize TERMINAL struct so that programs
6139           such as test/lrtest.c and test/ncurses.c which test string
6140           capabilities can run.
6141         + modify term-driver modules to eliminate forward-reference
6142           declarations.
6143
6144 20100109
6145         + modify configure macro CF_XOPEN_SOURCE, etc., to use CF_ADD_CFLAGS
6146           consistently to add new -D's while removing duplicates.
6147         + modify a few configure macros to consistently put new options
6148           before older in the list.
6149         + add tiparm(), based on review of X/Open Curses Issue 7.
6150         + minor documentation cleanup.
6151         + update config.guess, config.sub from
6152                 http://savannah.gnu.org/projects/config
6153           (caveat - its maintainer put 2010 copyright date on files dated 2009)
6154
6155 20100102
6156         + minor improvement to tic's checking of similar SGR's to allow for the
6157           most common case of SGR 0.
6158         + modify getmouse() to act as its documentation implied, returning on
6159           each call the preceding event until none are left.  When no more
6160           events remain, it will return ERR.
6161
6162 20091227
6163         + change order of lookup in progs/tput.c, looking for terminfo data
6164           first.  This fixes a confusion between termcap "sg" and terminfo
6165           "sgr" or "sgr0", originally from 990123 changes, but exposed by
6166           20091114 fixes for hashing.  With this change, only "dl" and "ed" are
6167           ambiguous (Mandriva #56272).
6168
6169 20091226
6170         + add bterm terminfo entry, based on bogl 0.1.18 -TD
6171         + minor fix to rxvt+pcfkeys terminfo entry -TD
6172         + build-fixes for Ada95 tree for gnat 4.4 "style".
6173
6174 20091219
6175         + remove old check in mvderwin() which prevented moving a derived
6176           window whose origin happened to coincide with its parent's origin
6177           (report by Katarina Machalkova).
6178         + improve test/ncurses.c to put mouse droppings in the proper window.
6179         + update minix terminfo entry -TD
6180         + add bw (auto-left-margin) to nsterm* entries (Benjamin Sittler)
6181
6182 20091212
6183         + correct transfer of multicolumn characters in multirow
6184           field_buffer(), which stopped at the end of the first row due to
6185           filling of unused entries in a cchar_t array with nulls.
6186         + updated nsterm* entries (Benjamin Sittler, Emanuele Giaquinta)
6187         + modify _nc_viscbuf2() and _tracecchar_t2() to show wide-character
6188           nulls.
6189         + use strdup() in set_menu_mark(), restore .marklen struct member on
6190           failure.
6191         + eliminate clause 3 from the UCB copyrights in read_termcap.c and
6192           tset.c per
6193                 ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
6194           (patch by Nicholas Marriott).
6195         + replace a malloc in tic.c with strdup, checking for failure (patch by
6196           Nicholas Marriott).
6197         + update config.guess, config.sub from
6198                 http://savannah.gnu.org/projects/config
6199
6200 20091205
6201         + correct layout of working window used to extract data in
6202           wide-character configured by set_field_buffer (patch by Rafael
6203           Garrido Fernandez)
6204         + improve some limit-checks related to filename length in reading and
6205           writing terminfo entries.
6206         + ensure that filename is always filled in when attempting to read
6207           a terminfo entry, so that infocmp can report the filename (patch
6208           by Nicholas Marriott).
6209
6210 20091128
6211         + modify mk-1st.awk to allow tinfo library to be built when term-driver
6212           is enabled.
6213         + add error-check to configure script to ensure that sp-funcs is
6214           enabled if term-driver is, since some internal interfaces rely upon
6215           this.
6216
6217 20091121
6218         + fix case where progs/tput is used while sp-funcs is configure; this
6219           requires save/restore of out-character function from _nc_prescreen
6220           rather than the SCREEN structure (report by Charles Wilson).
6221         + fix typo in man/curs_trace.3x which caused incorrect symbolic links
6222         + improved configure macros CF_GCC_ATTRIBUTES, CF_PROG_LINT.
6223
6224 20091114
6225         + updated man/curs_trace.3x
6226         + limit hashing for termcap-names to 2-characters (Ubuntu #481740).
6227         + change a variable name in lib_newwin.c to make it clearer which
6228           value is being freed on error (patch by Nicholas Marriott).
6229
6230 20091107
6231         + improve test/ncurses.c color-cycling test by reusing attribute-
6232           and color-cycling logic from the video-attributes screen.
6233         + add ifdef'd with NCURSES_INTEROP_FUNCS experimental bindings in form
6234           library which help make it compatible with interop applications
6235           (patch by Juergen Pfeifer).
6236         + add configure option --enable-interop, for integrating changes
6237           for generic/interop support to form-library by Juergen Pfeifer
6238
6239 20091031
6240         + modify use of $CC environment variable which is defined by X/Open
6241           as a curses feature, to ignore it if it is not a single character
6242           (prompted by discussion with Benjamin C W Sittler).
6243         + add START_TRACE in slk_init
6244         + fix a regression in _nc_ripoffline which made test/ncurses.c not show
6245           soft-keys, broken in 20090927 merging.
6246         + change initialization of "hidden" flag for soft-keys from true to
6247           false, broken in 20090704 merging (Ubuntu #464274).
6248         + update nsterm entries (patch by Benjamin C W Sittler, prompted by
6249           discussion with Fabian Groffen in GenToo #206201).
6250         + add test/xterm-256color.dat
6251
6252 20091024
6253         + quiet some pedantic gcc warnings.
6254         + modify _nc_wgetch() to check for a -1 in the fifo, e.g., after a
6255           SIGWINCH, and discard that value, to avoid confusing application
6256           (patch by Eygene Ryabinkin, FreeBSD #136223).
6257
6258 20091017
6259         + modify handling of $PKG_CONFIG_LIBDIR to use only the first item in
6260           a possibly colon-separated list (Debian #550716).
6261
6262 20091010
6263         + supply a null-terminator to buffer in _nc_viswibuf().
6264         + fix a sign-extension bug in unget_wch() (report by Mike Gran).
6265         + minor fixes to error-returns in default function for tputs, as well
6266           as in lib_screen.c
6267
6268 20091003
6269         + add WACS_xxx definitions to wide-character configuration for thick-
6270           and double-lines (discussion with Slava Zanko).
6271         + remove unnecessary kcan assignment to ^C from putty (Sven Joachim)
6272         + add ccc and initc capabilities to xterm-16color -TD
6273         > patch by Benjamin C W Sittler:
6274         + add linux-16color
6275         + correct initc capability of linux-c-nc end-of-range
6276         + similar change for dg+ccc and dgunix+ccc
6277
6278 20090927
6279         + move leak-checking for comp_captab.c into _nc_leaks_tinfo() since
6280           that module since 20090711 is in libtinfo.
6281         + add configure option --enable-term-driver, to allow compiling with
6282           terminal-driver.  That is used in MinGW port, and (being somewhat
6283           more complicated) is an experimental alternative to the conventional
6284           termlib internals.  Currently, it requires the sp-funcs feature to
6285           be enabled.
6286         + completed integrating "sp-funcs" by Juergen Pfeifer in ncurses
6287           library (some work remains for forms library).
6288
6289 20090919
6290         + document return code from define_key (report by Mike Gran).
6291         + make some symbolic links in the terminfo directory-tree shorter
6292           (patch by Daniel Jacobowitz, forwarded by Sven Joachim).).
6293         + fix some groff warnings in terminfo.5, etc., from recent Debian
6294           changes.
6295         + change ncv and op capabilities in sun-color terminfo entry to match
6296           Sun's entry for this (report by Laszlo Peter).
6297         + improve interix smso terminfo capability by using reverse rather than
6298           bold (report by Kristof Zelechovski).
6299
6300 20090912
6301         + add some test programs (and make these use the same special keys
6302           by sharing linedata.h functions):
6303           test/test_addstr.c
6304           test/test_addwstr.c
6305           test/test_addchstr.c
6306           test/test_add_wchstr.c
6307         + correct internal _nc_insert_ch() to use _nc_insert_wch() when
6308           inserting wide characters, since the wins_wch() function that it used
6309           did not update the cursor position (report by Ciprian Craciun).
6310
6311 20090906
6312         + fix typo s/is_timeout/is_notimeout/ which made "man is_notimeout" not
6313           work.
6314         + add null-pointer checks to other opaque-functions.
6315         + add is_pad() and is_subwin() functions for opaque access to WINDOW
6316           (discussion with Mark Dickinson).
6317         + correct merge to lib_newterm.c, which broke when sp-funcs was
6318           enabled.
6319
6320 20090905
6321         + build-fix for building outside source-tree (report by Sven Joachim).
6322         + fix Debian lintian warning for man/tabs.1 by making section number
6323           agree with file-suffix (report by Sven Joachim).
6324         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
6325
6326 20090829
6327         + workaround for bug in g++ 4.1-4.4 warnings for wattrset() macro on
6328           amd64 (Debian #542031).
6329         + fix typo in curs_mouse.3x (Debian #429198).
6330
6331 20090822
6332         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
6333
6334 20090815
6335         + correct use of terminfo capabilities for initializing soft-keys,
6336           broken in 20090510 merging.
6337         + modify wgetch() to ensure it checks SIGWINCH when it gets an error
6338           in non-blocking mode (patch by Clemens Ladisch).
6339         + use PATH_SEPARATOR symbol when substituting into run_tic.sh, to
6340           help with builds on non-Unix platforms such as OS/2 EMX.
6341         + modify scripting for misc/run_tic.sh to test configure script's
6342           $cross_compiling variable directly rather than comparing host/build
6343           compiler names (prompted by comment in GenToo #249363).
6344         + fix configure script option --with-database, which was coded as an
6345           enable-type switch.
6346         + build-fixes for --srcdir (report by Frederic L W Meunier).
6347
6348 20090808
6349         + separate _nc_find_entry() and _nc_find_type_entry() from
6350           implementation details of hash function.
6351
6352 20090803
6353         + add tabs.1 to man/man_db.renames
6354         + modify lib_addch.c to compensate for removal of wide-character test
6355           from unctrl() in 20090704 (Debian #539735).
6356
6357 20090801
6358         + improve discussion in INSTALL for use of system's tic/infocmp for
6359           cross-compiling and building fallbacks.
6360         + modify test/demo_termcap.c to correspond better to options in
6361           test/demo_terminfo.c
6362         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
6363         + fix logic for 'V' in test/ncurses.c tests f/F.
6364
6365 20090728
6366         + correct logic in tigetnum(), which caused tput program to treat all
6367           string capabilities as numeric (report by Rajeev V Pillai,
6368           cf: 20090711).
6369
6370 20090725
6371         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
6372
6373 20090718
6374         + fix a null-pointer check in _nc_format_slks() in lib_slk.c, from
6375           20090704 changes.
6376         + modify _nc_find_type_entry() to use hashing.
6377         + make CCHARW_MAX value configurable, noting that changing this would
6378           change the size of cchar_t, and would be ABI-incompatible.
6379         + modify test-programs, e.g,.  test/view.c, to address subtle
6380           differences between Tru64/Solaris and HPUX/AIX getcchar() return
6381           values.
6382         + modify length returned by getcchar() to count the trailing null
6383           which is documented in X/Open (cf: 20020427).
6384         + fixes for test programs to build/work on HPUX and AIX, etc.
6385
6386 20090711
6387         + improve performance of tigetstr, etc., by using hashing code from tic.
6388         + minor fixes for memory-leak checking.
6389         + add test/demo_terminfo, for comparison with demo_termcap
6390
6391 20090704
6392         + remove wide-character checks from unctrl() (patch by Clemens Ladisch).
6393         + revise wadd_wch() and wecho_wchar() to eliminate dependency on
6394           unctrl().
6395         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
6396
6397 20090627
6398         + update llib-lncurses[wt] to use sp-funcs.
6399         + various code-fixes to build/work with --disable-macros configure
6400           option.
6401         + add several new files from Juergen Pfeifer which will be used when
6402           integration of "sp-funcs" is complete.  This includes a port to
6403           MinGW.
6404
6405 20090613
6406         + move definition for NCURSES_WRAPPED_VAR back to ncurses_dll.h, to
6407           make includes of term.h without curses.h work (report by "Nix").
6408         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
6409
6410 20090607
6411         + fix a regression in lib_tputs.c, from ongoing merges.
6412
6413 20090606
6414         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
6415
6416 20090530
6417         + fix an infinite recursion when adding a legacy-coding 8-bit value
6418           using insch() (report by Clemens Ladisch).
6419         + free home-terminfo string in del_curterm() (patch by Dan Weber).
6420         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
6421
6422 20090523
6423         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
6424
6425 20090516
6426         + work around antique BSD game's manipulation of stdscr, etc., versus
6427           SCREEN's copy of the pointer (Debian #528411).
6428         + add a cast to wattrset macro to avoid compiler warning when comparing
6429           its result against ERR (adapted from patch by Matt Kraii, Debian
6430           #528374).
6431
6432 20090510
6433         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
6434
6435 20090502
6436         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
6437         + add vwmterm terminfo entry (patch by Bryan Christ).
6438
6439 20090425
6440         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
6441
6442 20090419
6443         + build fix for _nc_free_and_exit() change in 20090418 (report by
6444           Christian Ebert).
6445
6446 20090418
6447         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
6448
6449 20090411
6450         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
6451           This change finishes merging for menu and panel libraries, does
6452           part of the form library.
6453
6454 20090404
6455         + suppress configure check for static/dynamic linker flags for gcc on
6456           Darwin (report by Nelson Beebe).
6457
6458 20090328
6459         + extend ansi.sys pfkey capability from kf1-kf10 to kf1-kf48, moving
6460           function key definitions from emx-base for consistency -TD
6461         + correct missing final 'p' in pfkey capability of ansi.sys-old (report
6462           by Kalle Olavi Niemitalo).
6463         + improve test/ncurses.c 'F' test, show combining characters in color.
6464         + quiet a false report by cppcheck in c++/cursesw.cc by eliminating
6465           a temporary variable.
6466         + use _nc_doalloc() rather than realloc() in a few places in ncurses
6467           library to avoid leak in out-of-memory condition (reports by William
6468           Egert and Martin Ettl based on cppcheck tool).
6469         + add --with-ncurses-wrap-prefix option to test/configure (discussion
6470           with Charles Wilson).
6471         + use ncurses*-config scripts if available for test/configure.
6472         + update test/aclocal.m4 and test/configure
6473         > patches by Charles Wilson:
6474         + modify CF_WITH_LIBTOOL configure check to allow unreleased libtool
6475           version numbers (e.g.  which include alphabetic chars, as well as
6476           digits, after the final '.').
6477         + improve use of -no-undefined option for libtool by setting an
6478           intermediate variable LT_UNDEF in the configure script, and then
6479           using that in the libtool link-commands.
6480         + fix an missing use of NCURSES_PUBLIC_VAR() in tinfo/MKcodes.awk
6481           from 20090321 changes.
6482         + improve mk-1st.awk script by writing separate cases for the
6483           LIBTOOL_LINK command, depending on which library (ncurses, ticlib,
6484           termlib) is to be linked.
6485         + modify configure.in to allow broken-linker configurations, not just
6486           enable-reentrant, to set public wrap prefix.
6487
6488 20090321
6489         + add TICS_LIST and SHLIB_LIST to allow libtool 2.2.6 on Cygwin to
6490           build with tic and term libraries (patch by Charles Wilson).
6491         + add -no-undefined option to libtool for Cygwin, MinGW, U/Win and AIX
6492           (report by Charles Wilson).
6493         + fix definition for c++/Makefile.in's SHLIB_LIST, which did not list
6494           the form, menu or panel libraries (patch by Charles Wilson).
6495         + add configure option --with-wrap-prefix to allow setting the prefix
6496           for functions used to wrap global variables to something other than
6497           "_nc_" (discussion with Charles Wilson).
6498
6499 20090314
6500         + modify scripts to generate ncurses*-config and pc-files to add
6501           dependency for tinfo library (patch by Charles Wilson).
6502         + improve comparison of program-names when checking for linked flavors
6503           such as "reset" by ignoring the executable suffix (reports by Charles
6504           Wilson, Samuel Thibault and Cedric Bretaudeau on Cygwin mailing
6505           list).
6506         + suppress configure check for static/dynamic linker flags for gcc on
6507           Solaris 10, since gcc is confused by absence of static libc, and
6508           does not switch back to dynamic mode before finishing the libraries
6509           (reports by Joel Bertrand, Alan Pae).
6510         + minor fixes to Intel compiler warning checks in configure script.
6511         + modify _nc_leaks_tinfo() so leak-checking in test/railroad.c works.
6512         + modify set_curterm() to make broken-linker configuration work with
6513           changes from 20090228 (report by Charles Wilson).
6514
6515 20090228
6516         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
6517         + modify declaration of cur_term when broken-linker is used, but
6518           enable-reentrant is not, to match pre-5.7 (report by Charles Wilson).
6519
6520 20090221
6521         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
6522
6523 20090214
6524         + add configure script --enable-sp-funcs to enable the new set of
6525           extended functions.
6526         + start integrating patches by Juergen Pfeifer:
6527           + add extended functions which specify the SCREEN pointer for several
6528             curses functions which use the global SP (these are incomplete;
6529             some internals work is needed to complete these).
6530           + add special cases to configure script for MinGW port.
6531
6532 20090207
6533         + update several configure macros from lynx changes
6534           + append (not prepend) to CFLAGS/CPPFLAGS
6535           + change variable from PATHSEP to PATH_SEPARATOR
6536         + improve install-rules for pc-files (patch by Miroslav Lichvar).
6537           + make it work with $DESTDIR
6538           + create the pkg-config library directory if needed.
6539
6540 20090124
6541         + modify init_pair() to allow caller to create extra color pairs beyond
6542           the color_pairs limit, which use default colors (request by Emanuele
6543           Giaquinta).
6544         + add misc/terminfo.tmp and misc/*.pc to "sources" rule.
6545         + fix typo "==" where "=" is needed in ncurses-config.in and
6546           gen-pkgconfig.in files (Debian #512161).
6547
6548 20090117
6549         + add -shared option to MK_SHARED_LIB when -Bsharable is used, for
6550           *BSD's, without which "main" might be one of the shared library's
6551           dependencies (report/analysis by Ken Dickey).
6552         + modify waddch_literal(), updating line-pointer after a multicolumn
6553           character is found to not fit on the current row, and wrapping is
6554           done.  Since the line-pointer was not updated, the wrapped
6555           multicolumn character was written to the beginning of the current row
6556           (cf: 20041023, reported by "Nick" regarding problem with ncmpc
6557           http://musicpd.org/mantis/bug_view_page.php?bug_id=1930).
6558
6559 20090110
6560         + add screen.Eterm terminfo entry (GenToo #124887) -TD
6561         + modify adacurses-config to look for ".ali" files in the adalib
6562           directory.
6563         + correct install for Ada95, which omitted libAdaCurses.a used in
6564           adacurses-config
6565         + change install for adacurses-config to provide additional flavors
6566           such as adacursesw-config, for ncursesw (GenToo #167849).
6567
6568 20090105
6569         + remove undeveloped feature in ncurses-config.in for setting
6570           prefix variable.
6571         + recent change to ncurses-config.in did not take into account the
6572           --disable-overwrite option, which sets $includedir to the
6573           subdirectory and using just that for a -I option does not work - fix
6574           (report by Frederic L W Meunier).
6575
6576 20090104
6577         + modify gen-pkgconfig.in to eliminate a dependency on rpath when
6578           deciding whether to add $LIBS to --libs output; that should be shown
6579           for the ncurses and tinfo libraries without taking rpath into
6580           account.
6581         + fix an overlooked change from $AR_OPTS to $ARFLAGS in mk-1st.awk,
6582           used in static libraries (report by Marty Jack).
6583
6584 20090103
6585         + add a configure-time check to pick a suitable value for
6586           CC_SHARED_OPTS for Solaris (report by Dagobert Michelsen).
6587         + add configure --with-pkg-config and --enable-pc-files options, along
6588           with misc/gen-pkgconfig.in which can be used to generate ".pc" files
6589           for pkg-config (request by Jan Engelhardt).
6590         + use $includedir symbol in misc/ncurses-config.in, add --includedir
6591           option.
6592         + change makefiles to use $ARFLAGS rather than $AR_OPTS, provide a
6593           configure check to detect whether a "-" is needed before "ar"
6594           options.
6595         + update config.guess, config.sub from
6596                 http://savannah.gnu.org/projects/config
6597
6598 20081227
6599         + modify mk-1st.awk to work with extra categories for tinfo library.
6600         + modify configure script to allow building shared libraries with gcc
6601           on AIX 5 or 6 (adapted from patch by Lital Natan).
6602
6603 20081220
6604         + modify to omit the opaque-functions from lib_gen.o when
6605           --disable-ext-funcs is used.
6606         + add test/clip_printw.c to illustrate how to use printw without
6607           wrapping.
6608         + modify ncurses 'F' test to demo wborder_set() with colored lines.
6609         + modify ncurses 'f' test to demo wborder() with colored lines.
6610
6611 20081213
6612         + add check for failure to open hashed-database needed for db4.6
6613           (GenToo #245370).
6614         + corrected --without-manpages option; previous change only suppressed
6615           the auxiliary rules install.man and uninstall.man
6616         + add case for FreeMINT to configure macro CF_XOPEN_SOURCE (patch from
6617           GenToo #250454).
6618         + fixes from NetBSD port at
6619           http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches
6620           patch-ac (build-fix for DragonFly)
6621           patch-ae (use INSTALL_SCRIPT for installing misc/ncurses*-config).
6622         + improve configure script macros CF_HEADER_PATH and CF_LIBRARY_PATH
6623           by adding CFLAGS, CPPFLAGS and LDFLAGS, LIBS values to the
6624           search-lists.
6625         + correct title string for keybound manpage (patch by Frederic Culot,
6626           OpenBSD documentation/6019),
6627
6628 20081206
6629         + move del_curterm() call from _nc_freeall() to _nc_leaks_tinfo() to
6630           work for progs/clear, progs/tabs, etc.
6631         + correct buffer-size after internal resizing of wide-character
6632           set_field_buffer(), broken in 20081018 changes (report by Mike Gran).
6633         + add "-i" option to test/filter.c to tell it to use initscr() rather
6634           than newterm(), to investigate report on comp.unix.programmer that
6635           ncurses would clear the screen in that case (it does not - the issue
6636           was xterm's alternate screen feature).
6637         + add check in mouse-driver to disable connection if GPM returns a
6638           zero, indicating that the connection is closed (Debian #506717,
6639           adapted from patch by Samuel Thibault).
6640
6641 20081129
6642         + improve a workaround in adding wide-characters, when a control
6643           character is found.  The library (cf: 20040207) uses unctrl() to
6644           obtain a printable version of the control character, but was not
6645           passing color or video attributes.
6646         + improve test/ncurses.c 'a' test, using unctrl() more consistently to
6647           display meta-characters.
6648         + turn on _XOPEN_CURSES definition in curses.h
6649         + add eterm-color entry (report by Vincent Lefevre) -TD
6650         + correct use of key_name() in test/ncurses.c 'A' test, which only
6651           displays wide-characters, not key-codes since 20070612 (report by
6652           Ricardo Cantu).
6653
6654 20081122
6655         + change _nc_has_mouse() to has_mouse(), reflect its use in C++ and
6656           Ada95 (patch by Juergen Pfeifer).
6657         + document in TO-DO an issue with Cygwin's package for GNAT (report
6658           by Mike Dennison).
6659         + improve error-checking of command-line options in "tabs" program.
6660
6661 20081115
6662         + change several terminfo entries to make consistent use of ANSI
6663           clear-all-tabs -TD
6664         + add "tabs" program (prompted by Debian #502260).
6665         + add configure --without-manpages option (request by Mike Frysinger).
6666
6667 20081102 5.7 release for upload to ftp.gnu.org
6668
6669 20081025
6670         + add a manpage to discuss memory leaks.
6671         + add support for shared libraries for QNX (other than libtool, which
6672           does not work well on that platform).
6673         + build-fix for QNX C++ binding.
6674
6675 20081018
6676         + build-fixes for OS/2 EMX.
6677         + modify form library to accept control characters such as newline
6678           in set_field_buffer(), which is compatible with Solaris (report by
6679           Nit Khair).
6680         + modify configure script to assume --without-hashed-db when
6681           --disable-database is used.
6682         + add "-e" option in ncurses/Makefile.in when generating source-files
6683           to force earlier exit if the build environment fails unexpectedly
6684           (prompted by patch by Adrian Bunk).
6685         + change configure script to use CF_UTF8_LIB, improved variant of
6686           CF_LIBUTF8.
6687
6688 20081012
6689         + add teraterm4.59 terminfo entry, use that as primary teraterm entry, rename
6690           original to teraterm2.3 -TD
6691         + update "gnome" terminfo to 2.22.3 -TD
6692         + update "konsole" terminfo to 1.6.6, needs today's fix for tic -TD
6693         + add "aterm" terminfo -TD
6694         + add "linux2.6.26" terminfo -TD
6695         + add logic to tic for cancelling strings in user-defined capabilities,
6696           overlooked til now.
6697
6698 20081011
6699         + regenerated html documentation.
6700         + add -m and -s options to test/keynames.c and test/key_names.c to test
6701           the meta() function with keyname() or key_name(), respectively.
6702         + correct return value of key_name() on error; it is null.
6703         + document some unresolved issues for rpath and pthreads in TO-DO.
6704         + fix a missing prototype for ioctl() on OpenBSD in tset.c
6705         + add configure option --disable-tic-depends to make explicit whether
6706           tic library depends on ncurses/ncursesw library, amends change from
6707           20080823 (prompted by Debian #501421).
6708
6709 20081004
6710         + some build-fixes for configure --disable-ext-funcs (incomplete, but
6711           works for C/C++ parts).
6712         + improve configure-check for awks unable to handle large strings, e.g.
6713           AIX 5.1 whose awk silently gives up on large printf's.
6714
6715 20080927
6716         + fix build for --with-dmalloc by workaround for redefinition of
6717           strndup between string.h and dmalloc.h
6718         + fix build for --disable-sigwinch
6719         + add environment variable NCURSES_GPM_TERMS to allow override to use
6720           GPM on terminals other than "linux", etc.
6721         + disable GPM mouse support when $TERM does not happen to contain
6722           "linux", since Gpm_Open() no longer limits its assertion to terminals
6723           that it might handle, e.g., within "screen" in xterm.
6724         + reset mouse file-descriptor when unloading GPM library (report by
6725           Miroslav Lichvar).
6726         + fix build for --disable-leaks --enable-widec --with-termlib
6727         > patch by Juergen Pfeifer:
6728         + use improved initialization for soft-label keys in Ada95 sample code.
6729         + discard internal symbol _nc_slk_format (unused since 20080112).
6730         + move call of slk_paint_info() from _nc_slk_initialize() to
6731           slk_intern_refresh(), improving initialization.
6732
6733 20080925
6734         + fix bug in mouse code for GPM from 20080920 changes (reported in
6735           Debian #500103, also Miroslav Lichvar).
6736
6737 20080920
6738         + fix shared-library rules for cygwin with tic- and tinfo-libraries.
6739         + fix a memory leak when failure to connect to GPM.
6740         + correct check for notimeout() in wgetch() (report on linux.redhat
6741           newsgroup by FurtiveBertie).
6742         + add an example warning-suppression file for valgrind,
6743           misc/ncurses.supp (based on example from Reuben Thomas)
6744
6745 20080913
6746         + change shared-library configuration for OpenBSD, make rpath work.
6747         + build-fixes for using libutf8, e.g., on OpenBSD 3.7
6748
6749 20080907
6750         + corrected fix for --enable-weak-symbols (report by Frederic L W
6751           Meunier).
6752
6753 20080906
6754         + corrected gcc options for building shared libraries on IRIX64.
6755         + add configure check for awk programs unable to handle big-strings,
6756           use that to improve the default for --enable-big-strings option.
6757         + makefile-fixes for --enable-weak-symbols (report by Frederic L W
6758           Meunier).
6759         + update test/configure script.
6760         + adapt ifdef's from library to make test/view.c build when mbrtowc()
6761           is unavailable, e.g., with HPUX 10.20.
6762         + add configure check for wcsrtombs, mbsrtowcs, which are used in
6763           test/ncurses.c, and use wcstombs, mbstowcs instead if available,
6764           fixing build of ncursew for HPUX 11.00
6765
6766 20080830
6767         + fixes to make Ada95 demo_panels() example work.
6768         + modify Ada95 'rain' test program to accept keyboard commands like the
6769           C-version.
6770         + modify BeOS-specific ifdef's to build on Haiku (patch by Scott
6771           Mccreary).
6772         + add configure-check to see if the std namespace is legal for cerr
6773           and endl, to fix a build issue with Tru64.
6774         + consistently use NCURSES_BOOL in lib_gen.c
6775         + filter #line's from lib_gen.c
6776         + change delimiter in MKlib_gen.sh from '%' to '@', to avoid
6777           substitution by IBM xlc to '#' as part of its extensions to digraphs.
6778         + update config.guess, config.sub from
6779                 http://savannah.gnu.org/projects/config
6780           (caveat - its maintainer removed support for older Linux systems).
6781
6782 20080823
6783         + modify configure check for pthread library to work with OSF/1 5.1,
6784           which uses #define's to associate its header and library.
6785         + use pthread_mutexattr_init() for initializing pthread_mutexattr_t,
6786           makes threaded code work on HPUX 11.23
6787         + fix a bug in demo_menus in freeing menus (cf: 20080804).
6788         + modify configure script for the case where tic library is used (and
6789           possibly renamed) to remove its dependency upon ncurses/ncursew
6790           library (patch by Dr Werner Fink).
6791         + correct manpage for menu_fore() which gave wrong default for
6792           the attribute used to display a selected entry (report by Mike Gran).
6793         + add Eterm-256color, Eterm-88color and rxvt-88color (prompted by
6794           Debian #495815) -TD
6795
6796 20080816
6797         + add configure option --enable-weak-symbols to turn on new feature.
6798         + add configure-check for availability of weak symbols.
6799         + modify linkage with pthread library to use weak symbols so that
6800           applications not linked to that library will not use the mutexes,
6801           etc.  This relies on gcc, and may be platform-specific (patch by Dr
6802           Werner Fink).
6803         + add note to INSTALL to document limitation of renaming of tic library
6804           using the --with-ticlib configure option (report by Dr Werner Fink).
6805         + document (in manpage) why tputs does not detect I/O errors (prompted
6806           by comments by Samuel Thibault).
6807         + fix remaining warnings from Klocwork report.
6808
6809 20080804
6810         + modify _nc_panelhook() data to account for a permanent memory leak.
6811         + fix memory leaks in test/demo_menus
6812         + fix most warnings from Klocwork tool (report by Larry Zhou).
6813         + modify configure script CF_XOPEN_SOURCE macro to add case for
6814           "dragonfly" from xterm #236 changes.
6815         + modify configure script --with-hashed-db to let $LIBS override the
6816           search for the db library (prompted by report by Samson Pierre).
6817
6818 20080726
6819         + build-fixes for gcc 4.3.1 (changes to gnat "warnings", and C inlining
6820           thresholds).
6821
6822 20080713
6823         + build-fix (reports by Christian Ebert, Funda Wang).
6824
6825 20080712
6826         + compiler-warning fixes for Solaris.
6827
6828 20080705
6829         + use NCURSES_MOUSE_MASK() in definition of BUTTON_RELEASE(), etc., to
6830           make those work properly with the "--enable-ext-mouse" configuration
6831           (cf: 20050205).
6832         + improve documentation of build-cc options in INSTALL.
6833         + work-around a bug in gcc 4.2.4 on AIX, which does not pass the
6834           -static/-dynamic flags properly to linker, causing test/bs to
6835           not link.
6836
6837 20080628
6838         + correct some ifdef's needed for the broken-linker configuration.
6839         + make debugging library's $BAUDRATE feature work for termcap
6840           interface.
6841         + make $NCURSES_NO_PADDING feature work for termcap interface (prompted
6842           by comment on FreeBSD mailing list).
6843         + add screen.mlterm terminfo entry -TD
6844         + improve mlterm and mlterm+pcfkeys terminfo entries -TD
6845
6846 20080621
6847         + regenerated html documentation.
6848         + expand manpage description of parameters for form_driver() and
6849           menu_driver() (prompted by discussion with Adam Spragg).
6850         + add null-pointer checks for cur_term in baudrate() and
6851           def_shell_mode(), def_prog_mode()
6852         + fix some memory leaks in delscreen() and wide acs.
6853
6854 20080614
6855         + modify test/ditto.c to illustrate multi-threaded use_screen().
6856         + change CC_SHARED_OPTS from -KPIC to -xcode=pic32 for Solaris.
6857         + add "-shared" option to MK_SHARED_LIB for gcc on Solaris (report
6858           by Poor Yorick).
6859
6860 20080607
6861         + finish changes to wgetch(), making it switch as needed to the
6862           window's actual screen when calling wrefresh() and wgetnstr().  That
6863           allows wgetch() to get used concurrently in different threads with
6864           some minor restrictions, e.g., the application should not delete a
6865           window which is being used in a wgetch().
6866         + simplify mutex's, combining the window- and screen-mutex's.
6867
6868 20080531
6869         + modify wgetch() to use the screen which corresponds to its window
6870           parameter rather than relying on SP; some dependent functions still
6871           use SP internally.
6872         + factor out most use of SP in lib_mouse.c, using parameter.
6873         + add internal _nc_keyname(), replacing keyname() to associate with a
6874           particular SCREEN rather than the global SP.
6875         + add internal _nc_unctrl(), replacing unctrl() to associate with a
6876           particular SCREEN rather than the global SP.
6877         + add internal _nc_tracemouse(), replacing _tracemouse() to eliminate
6878           its associated global buffer _nc_globals.tracemse_buf now in SCREEN.
6879         + add internal _nc_tracechar(), replacing _tracechar() to use SCREEN in
6880           preference to the global _nc_globals.tracechr_buf buffer.
6881
6882 20080524
6883         + modify _nc_keypad() to make it switch temporarily as needed to the
6884           screen which must be updated.
6885         + wrap cur_term variable to help make _nc_keymap() thread-safe, and
6886           always set the screen's copy of this variable in set_curterm().
6887         + restore curs_set() state after endwin()/refresh() (report/patch
6888           Miroslav Lichvar)
6889
6890 20080517
6891         + modify configure script to note that --enable-ext-colors and
6892           --enable-ext-mouse are not experimental, but extensions from
6893           the ncurses ABI 5.
6894         + corrected manpage description of setcchar() (discussion with
6895           Emanuele Giaquinta).
6896         + fix for adding a non-spacing character at the beginning of a line
6897           (report/patch by Miroslav Lichvar).
6898
6899 20080503
6900         + modify screen.* terminfo entries using new screen+fkeys to fix
6901           overridden keys in screen.rxvt (Debian #478094) -TD
6902         + modify internal interfaces to reduce wgetch()'s dependency on the
6903           global SP.
6904         + simplify some loops with macros each_screen(), each_window() and
6905           each_ripoff().
6906
6907 20080426
6908         + continue modifying test/ditto.c toward making it demonstrate
6909           multithreaded use_screen(), using fifos to pass data between screens.
6910         + fix typo in form.3x (report by Mike Gran).
6911
6912 20080419
6913         + add screen.rxvt terminfo entry -TD
6914         + modify tic -f option to format spaces as \s to prevent them from
6915           being lost when that is read back in unformatted strings.
6916         + improve test/ditto.c, using a "talk"-style layout.
6917
6918 20080412
6919         + change test/ditto.c to use openpty() and xterm.
6920         + add locks for copywin(), dupwin(), overlap(), overlay() on their
6921           window parameters.
6922         + add locks for initscr() and newterm() on updates to the SCREEN
6923           pointer.
6924         + finish table in curs_thread.3x manpage.
6925
6926 20080405
6927         + begin table in curs_thread.3x manpage describing the scope of data
6928           used by each function (or symbol) for threading analysis.
6929         + add null-pointer checks to setsyx() and getsyx() (prompted by
6930           discussion by Martin v. Lowis and Jeroen Ruigrok van der Werven on
6931           python-dev2 mailing list).
6932
6933 20080329
6934         + add null-pointer checks in set_term() and delscreen().
6935         + move _nc_windows into _nc_globals, since windows can be pads, which
6936           are not associated with a particular screen.
6937         + change use_screen() to pass the SCREEN* parameter rather than
6938           stdscr to the callback function.
6939         + force libtool to use tag for 'CC' in case it does not detect this,
6940           e.g., on aix when using CC=powerpc-ibm-aix5.3.0.0-gcc
6941           (report/patch by Michael Haubenwallner).
6942         + override OBJEXT to "lo" when building with libtool, to work on
6943           platforms such as AIX where libtool may use a different suffix for
6944           the object files than ".o" (report/patch by Michael Haubenwallner).
6945         + add configure --with-pthread option, for building with the POSIX
6946           thread library.
6947
6948 20080322
6949         + fill in extended-color pair two more places in wbkgrndset() and
6950           waddch_nosync() (prompted by Sedeno's patch).
6951         + fill in extended-color pair in _nc_build_wch() to make colors work
6952           for wide-characters using extended-colors (patch by Alejandro R
6953           Sedeno).
6954         + add x/X toggles to ncurses.c C color test to test/demo
6955           wide-characters with extended-colors.
6956         + add a/A toggles to ncurses.c c/C color tests.
6957         + modify test/ditto.c to use use_screen().
6958         + finish modifying test/rain.c to demonstrate threads.
6959
6960 20080308
6961         + start modifying test/rain.c for threading demo.
6962         + modify test/ncurses.c to make 'f' test accept the f/F/b/F/</> toggles
6963           that the 'F' accepts.
6964         + modify test/worm.c to show trail in reverse-video when other threads
6965           are working concurrently.
6966         + fix a deadlock from improper nesting of mutexes for windowlist and
6967           window.
6968
6969 20080301
6970         + fixes from 20080223 resolved issue with mutexes; change to use
6971           recursive mutexes to fix memory leak in delwin() as called from
6972           _nc_free_and_exit().
6973
6974 20080223
6975         + fix a size-difference in _nc_globals which caused hanging of mutex
6976           lock/unlock when termlib was built separately.
6977
6978 20080216
6979         + avoid using nanosleep() in threaded configuration since that often
6980           is implemented to suspend the entire process.
6981
6982 20080209
6983         + update test programs to build/work with various UNIX curses for
6984           comparisons.  This was to reinvestigate statement in X/Open Curses
6985           that insnstr and winsnstr perform wrapping.  None of the Unix-branded
6986           implementations do this, as noted in manpage (cf: 20040228).
6987
6988 20080203
6989         + modify _nc_setupscreen() to set the legacy-coding value the same
6990           for both narrow/wide models.  It had been set only for wide model,
6991           but is needed to make unctrl() work with locale in the narrow model.
6992         + improve waddch() and winsch() handling of EILSEQ from mbrtowc() by
6993           using unctrl() to display illegal bytes rather than trying to append
6994           further bytes to make up a valid sequence (reported by Andrey A
6995           Chernov).
6996         + modify unctrl() to check codes in 128-255 range versus isprint().
6997           If they are not printable, and locale was set, use a "M-" or "~"
6998           sequence.
6999
7000 20080126
7001         + improve threading in test/worm.c (wrap refresh calls, and KEY_RESIZE
7002           handling).  Now it hangs in napms(), no matter whether nanosleep()
7003           or poll() or select() are used on Linux.
7004
7005 20080119
7006         + fixes to build with --disable-ext-funcs
7007         + add manpage for use_window and use_screen.
7008         + add set_tabsize() and set_escdelay() functions.
7009
7010 20080112
7011         + remove recursive-mutex definitions, finish threading demo for worm.c
7012         + remove a redundant adjustment of lines in resizeterm.c's
7013           adjust_window() which caused occasional misadjustment of stdscr when
7014           softkeys were used.
7015
7016 20080105
7017         + several improvements to terminfo entries based on xterm #230 -TD
7018         + modify MKlib_gen.sh to handle keyname/key_name prototypes, so the
7019           "link_test" builds properly.
7020         + fix for toe command-line options -u/-U to ensure filename is given.
7021         + fix allocation-size for command-line parsing in infocmp from 20070728
7022           (report by Miroslav Lichvar)
7023         + improve resizeterm() by moving ripped-off lines, and repainting the
7024           soft-keys (report by Katarina Machalkova)
7025         + add clarification in wclear's manpage noting that the screen will be
7026           cleared even if a subwindow is cleared (prompted by Christer Enfors
7027           question).
7028         + change test/ncurses.c soft-key tests to work with KEY_RESIZE.
7029
7030 20071222
7031         + continue implementing support for threading demo by adding mutex
7032           for delwin().
7033
7034 20071215
7035         + add several functions to C++ binding which wrap C functions that
7036           pass a WINDOW* parameter (request by Chris Lee).
7037
7038 20071201
7039         + add note about configure options needed for Berkeley database to the
7040           INSTALL file.
7041         + improve checks for version of Berkeley database libraries.
7042         + amend fix for rpath to not modify LDFLAGS if the platform has no
7043           applicable transformation (report by Christian Ebert, cf: 20071124).
7044
7045 20071124
7046         + modify configure option --with-hashed-db to accept a parameter which
7047           is the install-prefix of a given Berkeley Database (prompted by
7048           pierre4d2 comments).
7049         + rewrite wrapper for wcrtomb(), making it work on Solaris.  This is
7050           used in the form library to determine the length of the buffer needed
7051           by field_buffer (report by Alfred Fung).
7052         + remove unneeded window-parameter from C++ binding for wresize (report
7053           by Chris Lee).
7054
7055 20071117
7056         + modify the support for filesystems which do not support mixed-case to
7057           generate 2-character (hexadecimal) codes for the lower-level of the
7058           filesystem terminfo database (request by Michail Vidiassov).
7059         + add configure option --enable-mixed-case, to allow overriding the
7060           configure script's check if the filesystem supports mixed-case
7061           filenames.
7062         + add wresize() to C++ binding (request by Chris Lee).
7063         + define NCURSES_EXT_FUNCS and NCURSES_EXT_COLORS in curses.h to make
7064           it simpler to tell if the extended functions and/or colors are
7065           declared.
7066
7067 20071103
7068         + update memory-leak checks for changes to names.c and codes.c
7069         + correct acsc strings in h19, z100 (patch by Benjamin C W Sittler).
7070
7071 20071020
7072         + continue implementing support for threading demo by adding mutex
7073           for use_window().
7074         + add mrxvt terminfo entry, add/fix xterm building blocks for modified
7075           cursor keys -TD
7076         + compile with FreeBSD "contemporary" TTY interface (patch by
7077           Rong-En Fan).
7078
7079 20071013
7080         + modify makefile rules to allow clear, tput and tset to be built
7081           without libtic.  The other programs (infocmp, tic and toe) rely on
7082           that library.
7083         + add/modify null-pointer checks in several functions for SP and/or
7084           the WINDOW* parameter (report by Thorben Krueger).
7085         + fixes for field_buffer() in formw library (see Redhat #310071,
7086           patches by Miroslav Lichvar).
7087         + improve performance of NCURSES_CHAR_EQ code (patch by Miroslav
7088           Lichvar).
7089         + update/improve mlterm and rxvt terminfo entries, e.g., for
7090           the modified cursor- and keypad-keys -TD
7091
7092 20071006
7093         + add code to curses.priv.h ifdef'd with NCURSES_CHAR_EQ, which
7094           changes the CharEq() macro to an inline function to allow comparing
7095           cchar_t struct's without comparing gaps in a possibly unpacked
7096           memory layout (report by Miroslav Lichvar).
7097
7098 20070929
7099         + add new functions to lib_trace.c to setup mutex's for the _tracef()
7100           calls within the ncurses library.
7101         + for the reentrant model, move _nc_tputs_trace and _nc_outchars into
7102           the SCREEN.
7103         + start modifying test/worm.c to provide threading demo (incomplete).
7104         + separated ifdef's for some BSD-related symbols in tset.c, to make
7105           it compile on LynxOS (report by Greg Gemmer).
7106 20070915
7107         + modify Ada95/gen/Makefile to use shlib script, to simplify building
7108           shared-library configuration on platforms lacking rpath support.
7109         + build-fix for Ada95/src/Makefile to reflect changed dependency for
7110           the terminal-interface-curses-aux.adb file which is now generated.
7111         + restructuring test/worm.c, for use_window() example.
7112
7113 20070908
7114         + add use_window() and use_screen() functions, to develop into support
7115           for threaded library (incomplete).
7116         + fix typos in man/curs_opaque.3x which kept the install script from
7117           creating symbolic links to two aliases created in 20070818 (report by
7118           Rong-En Fan).
7119
7120 20070901
7121         + remove a spurious newline from output of html.m4, which caused links
7122           for Ada95 html to be incorrect for the files generated using m4.
7123         + start investigating mutex's for SCREEN manipulation (incomplete).
7124         + minor cleanup of codes.c/names.c for --enable-const
7125         + expand/revise "Routine and Argument Names" section of ncurses manpage
7126           to address report by David Givens in newsgroup discussion.
7127         + fix interaction between --without-progs/--with-termcap configure
7128           options (report by Michail Vidiassov).
7129         + fix typo in "--disable-relink" option (report by Michail Vidiassov).
7130
7131 20070825
7132         + fix a sign-extension bug in infocmp's repair_acsc() function
7133           (cf: 971004).
7134         + fix old configure script bug which prevented "--disable-warnings"
7135           option from working (patch by Mike Frysinger).
7136
7137 20070818
7138         + add 9term terminal description (request by Juhapekka Tolvanen) -TD
7139         + modify comp_hash.c's string output to avoid misinterpreting a null
7140           "\0" followed by a digit.
7141         + modify MKnames.awk and MKcodes.awk to support big-strings.
7142           This only applies to the cases (broken linker, reentrant) where
7143           the corresponding arrays are accessed via wrapper functions.
7144         + split MKnames.awk into two scripts, eliminating the shell redirection
7145           which complicated the make process and also the bogus timestamp file
7146           which was introduced to fix "make -j".
7147         + add test/test_opaque.c, test/test_arrays.c
7148         + add wgetscrreg() and wgetparent() for applications that may need it
7149           when NCURSES_OPAQUE is defined (prompted by Bryan Christ).
7150
7151 20070812
7152         + amend treatment of infocmp "-r" option to retain the 1023-byte limit
7153           unless "-T" is given (cf: 981017).
7154         + modify comp_captab.c generation to use big-strings.
7155         + make _nc_capalias_table and _nc_infoalias_table private accessed via
7156           _nc_get_alias_table() since the tables are used only within the tic
7157           library.
7158         + modify configure script to skip Intel compiler in CF_C_INLINE.
7159         + make _nc_info_hash_table and _nc_cap_hash_table private accessed via
7160           _nc_get_hash_table() since the tables are used only within the tic
7161           library.
7162
7163 20070728
7164         + make _nc_capalias_table and _nc_infoalias_table private, accessed via
7165           _nc_get_alias_table() since they are used only by parse_entry.c
7166         + make _nc_key_names private since it is used only by lib_keyname.c
7167         + add --disable-big-strings configure option to control whether
7168           unctrl.c is generated using the big-string optimization - which may
7169           use strings longer than supported by a given compiler.
7170         + reduce relocation tables for tic, infocmp by changing type of
7171           internal hash tables to short, and make those private symbols.
7172         + eliminate large fixed arrays from progs/infocmp.c
7173
7174 20070721
7175         + change winnstr() to stop at the end of the line (cf: 970315).
7176         + add test/test_get_wstr.c
7177         + add test/test_getstr.c
7178         + add test/test_inwstr.c
7179         + add test/test_instr.c
7180
7181 20070716
7182         + restore a call to obtain screen-size in _nc_setupterm(), which
7183           is used in tput and other non-screen applications via setupterm()
7184           (Debian #433357, reported by Florent Bayle, Christian Ohm,
7185           cf: 20070310).
7186
7187 20070714
7188         + add test/savescreen.c test-program
7189         + add check to trace-file open, if the given name is a directory, add
7190           ".log" to the name and try again.
7191         + add konsole-256color entry -TD
7192         + add extra gcc warning options from xterm.
7193         + minor fixes for ncurses/hashmap test-program.
7194         + modify configure script to quiet c++ build with libtool when the
7195           --disable-echo option is used.
7196         + modify configure script to disable ada95 if libtool is selected,
7197           writing a warning message (addresses FreeBSD #114493).
7198         + update config.guess, config.sub
7199
7200 20070707
7201         + add continuous-move "M" to demo_panels to help test refresh changes.
7202         + improve fix for refresh of window on top of multi-column characters,
7203           taking into account some split characters on left/right window
7204           boundaries.
7205
7206 20070630
7207         + add "widec" row to _tracedump() output to help diagnose remaining
7208           problems with multi-column characters.
7209         + partial fix for refresh of window on top of multi-column characters
7210           which are partly overwritten (report by Sadrul H Chowdhury).
7211         + ignore A_CHARTEXT bits in vidattr() and vid_attr(), in case
7212           multi-column extension bits are passed there.
7213         + add setlocale() call to demo_panels.c, needed for wide-characters.
7214         + add some output flags to _nc_trace_ttymode to help diagnose a bug
7215           report by Larry Virden, i.e., ONLCR, OCRNL, ONOCR and ONLRET,
7216
7217 20070623
7218         + add test/demo_panels.c
7219         + implement opaque version of setsyx() and getsyx().
7220
7221 20070612
7222         + corrected xterm+pcf2 terminfo modifiers for F1-F4, to match xterm
7223           #226 -TD
7224         + split-out key_name() from MKkeyname.awk since it now depends upon
7225           wunctrl() which is not in libtinfo (report by Rong-En Fan).
7226
7227 20070609
7228         + add test/key_name.c
7229         + add stdscr cases to test/inchs.c and test/inch_wide.c
7230         + update test/configure
7231         + correct formatting of DEL (0x7f) in _nc_vischar().
7232         + null-terminate result of wunctrl().
7233         + add null-pointer check in key_name() (report by Andreas Krennmair,
7234           cf: 20020901).
7235
7236 20070602
7237         + adapt mouse-handling code from menu library in form-library
7238           (discussion with Clive Nicolson).
7239         + add a modification of test/dots.c, i.e., test/dots_mvcur.c to
7240           illustrate how to use mvcur().
7241         + modify wide-character flavor of SetAttr() to preserve the
7242           WidecExt() value stored in the .attr field, e.g., in case it
7243           is overwritten by chgat (report by Aleksi Torhamo).
7244         + correct buffer-size for _nc_viswbuf2n() (report by Aleksi Torhamo).
7245         + build-fixes for Solaris 2.6 and 2.7 (patch by Peter O'Gorman).
7246
7247 20070526
7248         + modify keyname() to use "^X" form only if meta() has been called, or
7249           if keyname() is called without initializing curses, e.g., via
7250           initscr() or newterm() (prompted by LinuxBase #1604).
7251         + document some portability issues in man/curs_util.3x
7252         + add a shadow copy of TTY buffer to _nc_prescreen to fix applications
7253           broken by moving that data into SCREEN (cf: 20061230).
7254
7255 20070512
7256         + add 'O' (wide-character panel test) in ncurses.c to demonstrate a
7257           problem reported by Sadrul H Chowdhury with repainting parts of
7258           a fullwidth cell.
7259         + modify slk_init() so that if there are preceding calls to
7260           ripoffline(), those affect the available lines for soft-keys (adapted
7261           from patch by Clive Nicolson).
7262         + document some portability issues in man/curs_getyx.3x
7263
7264 20070505
7265         + fix a bug in Ada95/samples/ncurses which caused a variable to
7266           become uninitialized in the "b" test.
7267         + fix Ada95/gen/Makefile.in adahtml rule to account for recent
7268           movement of files, fix a few incorrect manpage references in the
7269           generated html.
7270         + add Ada95 binding to _nc_freeall() as Curses_Free_All to help with
7271           memory-checking.
7272         + correct some functions in Ada95 binding which were using return value
7273           from C where none was returned:  idcok(), immedok() and wtimeout().
7274         + amend recent changes for Ada95 binding to make it build with
7275           Cygwin's linker, e.g., with configure options
7276                 --enable-broken-linker --with-ticlib
7277
7278 20070428
7279         + add a configure check for gcc's options for inlining, use that to
7280           quiet a warning message where gcc's default behavior changed from
7281           3.x to 4.x.
7282         + improve warning message when checking if GPM is linked to curses
7283           library by not warning if its use of "wgetch" is via a weak symbol.
7284         + add loader options when building with static libraries to ensure that
7285           an installed shared library for ncurses does not conflict.  This is
7286           reported as problem with Tru64, but could affect other platforms
7287           (report Martin Mokrejs, analysis by Tim Mooney).
7288         + fix build on cygwin after recent ticlib/termlib changes, i.e.,
7289           + adjust TINFO_SUFFIX value to work with cygwin's dll naming
7290           + revert a change from 20070303 which commented out dependency of
7291             SHLIB_LIST in form/menu/panel/c++ libraries.
7292         + fix initialization of ripoff stack pointer (cf: 20070421).
7293
7294 20070421
7295         + move most static variables into structures _nc_globals and
7296           _nc_prescreen, to simplify storage.
7297         + add/use configure script macro CF_SIG_ATOMIC_T, use the corresponding
7298           type for data manipulated by signal handlers (prompted by comments
7299           in mailing.openbsd.bugs newsgroup).
7300         + modify CF_WITH_LIBTOOL to allow one to pass options such as -static
7301           to the libtool create- and link-operations.
7302
7303 20070414
7304         + fix whitespace in curs_opaque.3x which caused a spurious ';' in
7305           the installed aliases (report by Peter Santoro).
7306         + fix configure script to not try to generate adacurses-config when
7307           Ada95 tree is not built.
7308
7309 20070407
7310         + add man/curs_legacy.3x, man/curs_opaque.3x
7311         + fix acs_map binding for Ada95 when --enable-reentrant is used.
7312         + add adacurses-config to the Ada95 install, based on version from
7313           FreeBSD port, in turn by Juergen Pfeifer in 2000 (prompted by
7314           comment on comp.lang.ada newsgroup).
7315         + fix includes in c++ binding to build with Intel compiler
7316           (cf: 20061209).
7317         + update install rule in Ada95 to use mkdirs.sh
7318         > other fixes prompted by inspection for Coverity report:
7319         + modify ifdef's for c++ binding to use try/catch/throw statements
7320         + add a null-pointer check in tack/ansi.c request_cfss()
7321         + fix a memory leak in ncurses/base/wresize.c
7322         + corrected check for valid memu/meml capabilities in
7323           progs/dump_entry.c when handling V_HPUX case.
7324         > fixes based on Coverity report:
7325         + remove dead code in test/bs.c
7326         + remove dead code in test/demo_defkey.c
7327         + remove an unused assignment in progs/infocmp.c
7328         + fix a limit check in tack/ansi.c tools_charset()
7329         + fix tack/ansi.c tools_status() to perform the VT320/VT420
7330           tests in request_cfss().  The function had exited too soon.
7331         + fix a memory leak in tic.c's make_namelist()
7332         + fix a couple of places in tack/output.c which did not check for EOF.
7333         + fix a loop-condition in test/bs.c
7334         + add index checks in lib_color.c for color palettes
7335         + add index checks in progs/dump_entry.c for version_filter() handling
7336           of V_BSD case.
7337         + fix a possible null-pointer dereference in copywin()
7338         + fix a possible null-pointer dereference in waddchnstr()
7339         + add a null-pointer check in _nc_expand_try()
7340         + add a null-pointer check in tic.c's make_namelist()
7341         + add a null-pointer check in _nc_expand_try()
7342         + add null-pointer checks in test/cardfile.c
7343         + fix a double-free in ncurses/tinfo/trim_sgr0.c
7344         + fix a double-free in ncurses/base/wresize.c
7345         + add try/catch block to c++/cursesmain.cc
7346
7347 20070331
7348         + modify Ada95 binding to build with --enable-reentrant by wrapping
7349           global variables (bug: acs_map does not yet work).
7350         + modify Ada95 binding to use the new access-functions, allowing it
7351           to build/run when NCURSES_OPAQUE is set.
7352         + add access-functions and macros to return properties of the WINDOW
7353           structure, e.g., when NCURSES_OPAQUE is set.
7354         + improved install-sh's quoting.
7355         + use mkdirs.sh rather than mkinstalldirs, e.g., to use fixes from
7356           other programs.
7357
7358 20070324
7359         + eliminate part of the direct use of WINDOW data from Ada95 interface.
7360         + fix substitutions for termlib filename to make configure option
7361           --enable-reentrant work with --with-termlib.
7362         + change a constructor for NCursesWindow to allow compiling with
7363           NCURSES_OPAQUE set, since we cannot pass a reference to
7364           an opaque pointer.
7365
7366 20070317
7367         + ignore --with-chtype=unsigned since unsigned is always added to
7368           the type in curses.h; do the same for --with-mmask-t.
7369         + change warning regarding --enable-ext-colors and wide-character
7370           in the configure script to an error.
7371         + tweak error message in CF_WITH_LIBTOOL to distinguish other programs
7372           such as Darwin's libtool program (report by Michail Vidiassov)
7373         + modify edit_man.sh to allow for multiple substitutions per line.
7374         + set locale in misc/ncurses-config.in since it uses a range
7375         + change permissions libncurses++.a install (report by Michail
7376           Vidiassov).
7377         + corrected length of temporary buffer in wide-character version
7378           of set_field_buffer() (related to report by Bryan Christ).
7379
7380 20070311
7381         + fix mk-1st.awk script install_shlib() function, broken in 20070224
7382           changes for cygwin (report by  Michail Vidiassov).
7383
7384 20070310
7385         + increase size of array in _nc_visbuf2n() to make "tic -v" work
7386           properly in its similar_sgr() function (report/analysis by Peter
7387           Santoro).
7388         + add --enable-reentrant configure option for ongoing changes to
7389           implement a reentrant version of ncurses:
7390           + libraries are suffixed with "t"
7391           + wrap several global variables (curscr, newscr, stdscr, ttytype,
7392             COLORS, COLOR_PAIRS, COLS, ESCDELAY, LINES and TABSIZE) as
7393             functions returning values stored in SCREEN or cur_term.
7394           + move some initialization (LINES, COLS) from lib_setup.c,
7395             i.e., setupterm() to _nc_setupscreen(), i.e., newterm().
7396
7397 20070303
7398         + regenerated html documentation.
7399         + add NCURSES_OPAQUE symbol to curses.h, will use to make structs
7400           opaque in selected configurations.
7401         + move the chunk in lib_acs.c which resets acs capabilities when
7402           running on a terminal whose locale interferes with those into
7403           _nc_setupscreen(), so the libtinfo/libtinfow files can be made
7404           identical (requested by Miroslav Lichvar).
7405         + do not use configure variable SHLIB_LIBS for building libraries
7406           outside the ncurses directory, since that symbol is customized
7407           only for that directory, and using it introduces an unneeded
7408           dependency on libdl (requested by Miroslav Lichvar).
7409         + modify mk-1st.awk so the generated makefile rules for linking or
7410           installing shared libraries do not first remove the library, in
7411           case it is in use, e.g., libncurses.so by /bin/sh (report by Jeff
7412           Chua).
7413         + revised section "Using NCURSES under XTERM" in ncurses-intro.html
7414           (prompted by newsgroup comment by Nick Guenther).
7415
7416 20070224
7417         + change internal return codes of _nc_wgetch() to check for cases
7418           where KEY_CODE_YES should be returned, e.g., if a KEY_RESIZE was
7419           ungetch'd, and read by wget_wch().
7420         + fix static-library build broken in 20070217 changes to remove "-ldl"
7421           (report by Miroslav Lichvar).
7422         + change makefile/scripts for cygwin to allow building termlib.
7423         + use Form_Hook in manpages to match form.h
7424         + use Menu_Hook in manpages, as well as a few places in menu.h
7425         + correct form- and menu-manpages to use specific Field_Options,
7426           Menu_Options and Item_Options types.
7427         + correct prototype for _tracechar() in manpage (cf: 20011229).
7428         + correct prototype for wunctrl() in manpage.
7429
7430 20070217
7431         + fixes for $(TICS_LIST) in ncurses/Makefile (report by Miroslav
7432           Lichvar).
7433         + modify relinking of shared libraries to apply only when rpath is
7434           enabled, and add --disable-relink option which can be used to
7435           disable the feature altogether (reports by Michail Vidiassov,
7436           Adam J Richter).
7437         + fix --with-termlib option for wide-character configuration, stripping
7438           the "w" suffix in one place (report by Miroslav Lichvar).
7439         + remove "-ldl" from some library lists to reduce dependencies in
7440           programs (report by Miroslav Lichvar).
7441         + correct description of --enable-signed-char in configure --help
7442           (report by Michail Vidiassov).
7443         + add pattern for GNU/kFreeBSD configuration to CF_XOPEN_SOURCE,
7444           which matches an earlier change to CF_SHARED_OPTS, from xterm #224
7445           fixes.
7446         + remove "${DESTDIR}" from -install_name option used for linking
7447           shared libraries on Darwin (report by Michail Vidiassov).
7448
7449 20070210
7450         + add test/inchs.c, test/inch_wide.c, to test win_wchnstr().
7451         + remove libdl from library list for termlib (report by Miroslav
7452           Lichvar).
7453         + fix configure.in to allow --without-progs --with-termlib (patch by
7454           Miroslav Lichvar).
7455         + modify win_wchnstr() to ensure that only a base cell is returned
7456           for each multi-column character (prompted by report by Wei Kong
7457           regarding change in mvwin_wch() cf: 20041023).
7458
7459 20070203
7460         + modify fix_wchnstr() in form library to strip attributes (and color)
7461           from the cchar_t array (field cells) read from a field's window.
7462           Otherwise, when copying the field cells back to the window, the
7463           associated color overrides the field's background color (report by
7464           Ricardo Cantu).
7465         + improve tracing for form library, showing created forms, fields, etc.
7466         + ignore --enable-rpath configure option if --with-shared was omitted.
7467         + add _nc_leaks_tinfo(), _nc_free_tic(), _nc_free_tinfo() entrypoints
7468           to allow leak-checking when both tic- and tinfo-libraries are built.
7469         + drop CF_CPP_VSCAN_FUNC macro from configure script, since C++ binding
7470           no longer relies on it.
7471         + disallow combining configure script options --with-ticlib and
7472           --enable-termcap (report by Rong-En Fan).
7473         + remove tack from ncurses tree.
7474
7475 20070128
7476         + fix typo in configure script that broke --with-termlib option
7477           (report by Rong-En Fan).
7478
7479 20070127
7480         + improve fix for FreeBSD gnu/98975, to allow for null pointer passed
7481           to tgetent() (report by Rong-en Fan).
7482         + update tack/HISTORY and tack/README to tell how to build it after
7483           it is removed from the ncurses tree.
7484         + fix configure check for libtool's version to trim blank lines
7485           (report by sci-fi@hush.ai).
7486         + review/eliminate other original-file artifacts in cursesw.cc, making
7487           its license consistent with ncurses.
7488         + use ncurses vw_scanw() rather than reading into a fixed buffer in
7489           the c++ binding for scanw() methods (prompted by report by Nuno Dias).
7490         + eliminate fixed-buffer vsprintf() calls in c++ binding.
7491
7492 20070120
7493         + add _nc_leaks_tic() to separate leak-checking of tic library from
7494           term/ncurses libraries, and thereby eliminate a library dependency.
7495         + fix test/mk-test.awk to ignore blank lines.
7496         + correct paths in include/headers, for --srcdir (patch by Miroslav
7497           Lichvar).
7498
7499 20070113
7500         + add a break-statement in misc/shlib to ensure that it exits on the
7501           _first_ matched directory (report by Paul Novak).
7502         + add tack/configure, which can be used to build tack outside the
7503           ncurses build-tree.
7504         + add --with-ticlib option, to build/install the tic-support functions
7505           in a separate library (suggested by Miroslav Lichvar).
7506
7507 20070106
7508         + change MKunctrl.awk to reduce relocation table for unctrl.o
7509         + change MKkeyname.awk to reduce relocation table for keyname.o
7510           (patch by Miroslav Lichvar).
7511
7512 20061230
7513         + modify configure check for libtool's version to trim blank lines
7514           (report by sci-fi@hush.ai).
7515         + modify some modules to allow them to be reentrant if _REENTRANT is
7516           defined: lib_baudrate.c, resizeterm.c (local data only)
7517         + eliminate static data from some modules: add_tries.c, hardscroll.c,
7518           lib_ttyflags.c, lib_twait.c
7519         + improve manpage install to add aliases for the transformed program
7520           names, e.g., from --program-prefix.
7521         + used linklint to verify links in the HTML documentation, made fixes
7522           to manpages as needed.
7523         + fix a typo in curs_mouse.3x (report by William McBrine).
7524         + fix install-rule for ncurses5-config to make the bin-directory.
7525
7526 20061223
7527         + modify configure script to omit the tic (terminfo compiler) support
7528           from ncurses library if --without-progs option is given.
7529         + modify install rule for ncurses5-config to do this via "install.libs"
7530         + modify shared-library rules to allow FreeBSD 3.x to use rpath.
7531         + update config.guess, config.sub
7532
7533 20061217 5.6 release for upload to ftp.gnu.org
7534
7535 20061217
7536         + add ifdef's for <wctype.h> for HPUX, which has the corresponding
7537           definitions in <wchar.h>.
7538         + revert the va_copy() change from 20061202, since it was neither
7539           correct nor portable.
7540         + add $(LOCAL_LIBS) definition to progs/Makefile.in, needed for
7541           rpath on Solaris.
7542         + ignore wide-acs line-drawing characters that wcwidth() claims are
7543           not one-column.  This is a workaround for Solaris' broken locale
7544           support.
7545
7546 20061216
7547         + modify configure --with-gpm option to allow it to accept a parameter,
7548           i.e., the name of the dynamic GPM library to load via dlopen()
7549           (requested by Bryan Henderson).
7550         + add configure option --with-valgrind, changes from vile.
7551         + modify configure script AC_TRY_RUN and AC_TRY_LINK checks to use
7552           'return' in preference to 'exit()'.
7553
7554 20061209
7555         + change default for --with-develop back to "no".
7556         + add XTABS to tracing of TTY bits.
7557         + updated autoconf patch to ifdef-out the misfeature which declares
7558           exit() for configure tests.  This fixes a redefinition warning on
7559           Solaris.
7560         + use ${CC} rather than ${LD} in shared library rules for IRIX64,
7561           Solaris to help ensure that initialization sections are provided for
7562           extra linkage requirements, e.g., of C++ applications (prompted by
7563           comment by Casper Dik in newsgroup).
7564         + rename "$target" in CF_MAN_PAGES to make it easier to distinguish
7565           from the autoconf predefined symbol.  There was no conflict,
7566           since "$target" was used only in the generated edit_man.sh file,
7567           but SuSE's rpm package contains a patch.
7568
7569 20061202
7570         + update man/term.5 to reflect extended terminfo support and hashed
7571           database configuration.
7572         + updates for test/configure script.
7573         + adapted from SuSE rpm package:
7574           + remove long-obsolete workaround for broken-linker which declared
7575             cur_term in tic.c
7576           + improve error recovery in PUTC() macro when wcrtomb() does not
7577             return usable results for an 8-bit character.
7578         + patches from rpm package (SuSE):
7579           + use va_copy() in extra varargs manipulation for tracing version
7580             of printw, etc.
7581           + use a va_list rather than a null in _nc_freeall()'s call to
7582             _nc_printf_string().
7583         + add some see-also references in manpages to show related
7584           wide-character functions (suggested by Claus Fischer).
7585
7586 20061125
7587         + add a check in lib_color.c to ensure caller does not increase COLORS
7588           above max_colors, which is used as an array index (discussion with
7589           Simon Sasburg).
7590         + add ifdef's allowing ncurses to be built with tparm() using either
7591           varargs (the existing status), or using a fixed-parameter list (to
7592           match X/Open).
7593
7594 20061104
7595         + fix redrawing of windows other than stdscr using wredrawln() by
7596           touching the corresponding rows in curscr (discussion with Dan
7597           Gookin).
7598         + add test/redraw.c
7599         + add test/echochar.c
7600         + review/cleanup manpage descriptions of error-returns for form- and
7601           menu-libraries (prompted by FreeBSD docs/46196).
7602
7603 20061028
7604         + add AUTHORS file -TD
7605         + omit the -D options from output of the new config script --cflags
7606           option (suggested by Ralf S Engelschall).
7607         + make NCURSES_INLINE unconditionally defined in curses.h
7608
7609 20061021
7610         + revert change to accommodate bash 3.2, since that breaks other
7611           platforms, e.g., Solaris.
7612         + minor fixes to NEWS file to simplify scripting to obtain list of
7613           contributors.
7614         + improve some shared-library configure scripting for Linux, FreeBSD
7615           and NetBSD to make "--with-shlib-version" work.
7616         + change configure-script rules for FreeBSD shared libraries to allow
7617           for rpath support in versions past 3.
7618         + use $(DESTDIR) in makefile rules for installing/uninstalling the
7619           package config script (reports/patches by Christian Wiese,
7620           Ralf S Engelschall).
7621         + fix a warning in the configure script for NetBSD 2.0, working around
7622           spurious blanks embedded in its ${MAKEFLAGS} symbol.
7623         + change test/Makefile to simplify installing test programs in a
7624           different directory when --enable-rpath is used.
7625
7626 20061014
7627         + work around bug in bash 3.2 by adding extra quotes (Jim Gifford).
7628         + add/install a package config script, e.g., "ncurses5-config" or
7629           "ncursesw5-config", according to configuration options.
7630
7631 20061007
7632         + add several GNU Screen terminfo variations with 16- and 256-colors,
7633           and status line (Alain Bench).
7634         + change the way shared libraries (other than libtool) are installed.
7635           Rather than copying the build-tree's libraries, link the shared
7636           objects into the install directory.  This makes the --with-rpath
7637           option work except with $(DESTDIR) (cf: 20000930).
7638
7639 20060930
7640         + fix ifdef in c++/internal.h for QNX 6.1
7641         + test-compiled with (old) egcs-1.1.2, modified configure script to
7642           not unset the $CXX and related variables which would prevent this.
7643         + fix a few terminfo.src typos exposed by improvements to "-f" option.
7644         + improve infocmp/tic "-f" option formatting.
7645
7646 20060923
7647         + make --disable-largefile option work (report by Thomas M Ott).
7648         + updated html documentation.
7649         + add ka2, kb1, kb3, kc2 to vt220-keypad as an extension -TD
7650         + minor improvements to rxvt+pcfkeys -TD
7651
7652 20060916
7653         + move static data from lib_mouse.c into SCREEN struct.
7654         + improve ifdef's for _POSIX_VDISABLE in tset to work with Mac OS X
7655           (report by Michail Vidiassov).
7656         + modify CF_PATH_SYNTAX to ensure it uses the result from --prefix
7657           option (from lynx changes) -TD
7658         + adapt AC_PROG_EGREP check, noting that this is likely to be another
7659           place aggravated by POSIXLY_CORRECT.
7660         + modify configure check for awk to ensure that it is found (prompted
7661           by report by Christopher Parker).
7662         + update config.sub
7663
7664 20060909
7665         + add kon, kon2 and jfbterm terminfo entry (request by Till Maas) -TD
7666         + remove invis capability from klone+sgr, mainly used by linux entry,
7667           since it does not really do this -TD
7668
7669 20060903
7670         + correct logic in wadd_wch() and wecho_wch(), which did not guard
7671           against passing the multi-column attribute into a call on waddch(),
7672           e.g., using data returned by win_wch() (cf: 20041023)
7673           (report by Sadrul H Chowdhury).
7674
7675 20060902
7676         + fix kterm's acsc string -TD
7677         + fix for change to tic/infocmp in 20060819 to ensure no blank is
7678           embedded into a termcap description.
7679         + workaround for 20050806 ifdef's change to allow visbuf.c to compile
7680           when using --with-termlib --with-trace options.
7681         + improve tgetstr() by making the return value point into the user's
7682           buffer, if provided (patch by Miroslav Lichvar (see Redhat #202480)).
7683         + correct libraries needed for foldkeys (report by Stanislav Ievlev)
7684
7685 20060826
7686         + add terminfo entries for xfce terminal (xfce) and multi gnome
7687           terminal (mgt) -TD
7688         + add test/foldkeys.c
7689
7690 20060819
7691         + modify tic and infocmp to avoid writing trailing blanks on terminfo
7692           source output (Debian #378783).
7693         + modify configure script to ensure that if the C compiler is used
7694           rather than the loader in making shared libraries, the $(CFLAGS)
7695           variable is also used (Redhat #199369).
7696         + port hashed-db code to db2 and db3.
7697         + fix a bug in tgetent() from 20060625 and 20060715 changes
7698           (patch/analysis by Miroslav Lichvar (see Redhat #202480)).
7699
7700 20060805
7701         + updated xterm function-keys terminfo to match xterm #216 -TD
7702         + add configure --with-hashed-db option (tested only with FreeBSD 6.0,
7703           e.g., the db 1.8.5 interface).
7704
7705 20060729
7706         + modify toe to access termcap data, e.g., via cgetent() functions,
7707           or as a text file if those are not available.
7708         + use _nc_basename() in tset to improve $SHELL check for csh/sh.
7709         + modify _nc_read_entry() and _nc_read_termcap_entry() so infocmp,
7710           can access termcap data when the terminfo database is disabled.
7711
7712 20060722
7713         + widen the test for xterm kmous a little to allow for other strings
7714           than \E[M, e.g., for xterm-sco functionality in xterm.
7715         + update xterm-related terminfo entries to match xterm patch #216 -TD
7716         + update config.guess, config.sub
7717
7718 20060715
7719         + fix for install-rule in Ada95 to add terminal_interface.ads
7720           and terminal_interface.ali (anonymous posting in comp.lang.ada).
7721         + correction to manpage for getcchar() (report by William McBrine).
7722         + add test/chgat.c
7723         + modify wchgat() to mark updated cells as changed so a refresh will
7724           repaint those cells (comments by Sadrul H Chowdhury and William
7725           McBrine).
7726         + split up dependency of names.c and codes.c in ncurses/Makefile to
7727           work with parallel make (report/analysis by Joseph S Myers).
7728         + suppress a warning message (which is ignored) for systems without
7729           an ldconfig program (patch by Justin Hibbits).
7730         + modify configure script --disable-symlinks option to allow one to
7731           disable symlink() in tic even when link() does not work (report by
7732           Nigel Horne).
7733         + modify MKfallback.sh to use tic -x when constructing fallback tables
7734           to allow extended capabilities to be retrieved from a fallback entry.
7735         + improve leak-checking logic in tgetent() from 20060625 to ensure that
7736           it does not free the current screen (report by Miroslav Lichvar).
7737
7738 20060708
7739         + add a check for _POSIX_VDISABLE in tset (NetBSD #33916).
7740         + correct _nc_free_entries() and related functions used for memory leak
7741           checking of tic.
7742
7743 20060701
7744         + revert a minor change for magic-cookie support from 20060513, which
7745           caused unexpected reset of attributes, e.g., when resizing test/view
7746           in color mode.
7747         + note in clear manpage that the program ignores command-line
7748           parameters (prompted by Debian #371855).
7749         + fixes to make lib_gen.c build properly with changes to the configure
7750           --disable-macros option and NCURSES_NOMACROS (cf:  20060527)
7751         + update/correct several terminfo entries -TD
7752         + add some notes regarding copyright to terminfo.src -TD
7753
7754 20060625
7755         + fixes to build Ada95 binding with gnat-4.1.0
7756         + modify read_termtype() so the term_names data is always allocated as
7757           part of the str_table, a better fix for a memory leak (cf: 20030809).
7758         + reduce memory leaks in repeated calls to tgetent() by remembering the
7759           last TERMINAL* value allocated to hold the corresponding data and
7760           freeing that if the tgetent() result buffer is the same as the
7761           previous call (report by "Matt" for FreeBSD gnu/98975).
7762         + modify tack to test extended capability function-key strings.
7763         + improved gnome terminfo entry (GenToo #122566).
7764         + improved xterm-256color terminfo entry (patch by Alain Bench).
7765
7766 20060617
7767         + fix two small memory leaks related to repeated tgetent() calls
7768           with TERM=screen (report by "Matt" for FreeBSD gnu/98975).
7769         + add --enable-signed-char to simplify Debian package.
7770         + reduce name-pollution in term.h by removing #define's for HAVE_xxx
7771           symbols.
7772         + correct typo in curs_terminfo.3x (Debian #369168).
7773
7774 20060603
7775         + enable the mouse in test/movewindow.c
7776         + improve a limit-check in frm_def.c (John Heasley).
7777         + minor copyright fixes.
7778         + change configure script to produce test/Makefile from data file.
7779
7780 20060527
7781         + add a configure option --enable-wgetch-events to enable
7782           NCURSES_WGETCH_EVENTS, and correct the associated loop-logic in
7783           lib_twait.c (report by Bernd Jendrissek).
7784         + remove include/nomacros.h from build, since the ifdef for
7785           NCURSES_NOMACROS makes that obsolete.
7786         + add entrypoints for some functions which were only provided as macros
7787           to make NCURSES_NOMACROS ifdef work properly:  getcurx(), getcury(),
7788           getbegx(), getbegy(), getmaxx(), getmaxy(), getparx() and getpary(),
7789           wgetbkgrnd().
7790         + provide ifdef for NCURSES_NOMACROS which suppresses most macro
7791           definitions from curses.h, i.e., where a macro is defined to override
7792           a function to improve performance.  Allowing a developer to suppress
7793           these definitions can simplify some application (discussion with
7794           Stanislav Ievlev).
7795         + improve description of memu/meml in terminfo manpage.
7796
7797 20060520
7798         + if msgr is false, reset video attributes when doing an automargin
7799           wrap to the next line.  This makes the ncurses 'k' test work properly
7800           for hpterm.
7801         + correct caching of keyname(), which was using only half of its table.
7802         + minor fixes to memory-leak checking.
7803         + make SCREEN._acs_map and SCREEN._screen_acs_map pointers rather than
7804           arrays, making ACS_LEN less visible to applications (suggested by
7805           Stanislav Ievlev).
7806         + move chunk in SCREEN ifdef'd for USE_WIDEC_SUPPORT to the end, so
7807           _screen_acs_map will have the same offset in both ncurses/ncursesw,
7808           making the corresponding tinfo/tinfow libraries binary-compatible
7809           (cf: 20041016, report by Stanislav Ievlev).
7810
7811 20060513
7812         + improve debug-tracing for EmitRange().
7813         + change default for --with-develop to "yes".  Add NCURSES_NO_HARD_TABS
7814           and NCURSES_NO_MAGIC_COOKIE environment variables to allow runtime
7815           suppression of the related hard-tabs and xmc-glitch features.
7816         + add ncurses version number to top-level manpages, e.g., ncurses, tic,
7817           infocmp, terminfo as well as form, menu, panel.
7818         + update config.guess, config.sub
7819         + modify ncurses.c to work around a bug in NetBSD 3.0 curses
7820           (field_buffer returning null for a valid field).  The 'r' test
7821           appears to not work with that configuration since the new_fieldtype()
7822           function is broken in that implementation.
7823
7824 20060506
7825         + add hpterm-color terminfo entry -TD
7826         + fixes to compile test-programs with HPUX 11.23
7827
7828 20060422
7829         + add copyright notices to files other than those that are generated,
7830           data or adapted from pdcurses (reports by William McBrine, David
7831           Taylor).
7832         + improve rendering on hpterm by not resetting attributes at the end
7833           of doupdate() if the terminal has the magic-cookie feature (report
7834           by Bernd Rieke).
7835         + add 256color variants of terminfo entries for programs which are
7836           reported to implement this feature -TD
7837
7838 20060416
7839         + fix typo in change to NewChar() macro from 20060311 changes, which
7840           broke tab-expansion (report by Frederic L W Meunier).
7841
7842 20060415
7843         + document -U option of tic and infocmp.
7844         + modify tic/infocmp to suppress smacs/rmacs when acsc is suppressed
7845           due to size limit, e.g., converting to termcap format.  Also
7846           suppress them if the output format does not contain acsc and it
7847           was not VT100-like, i.e., a one-one mapping (Novell #163715).
7848         + add configure check to ensure that SIGWINCH is defined on platforms
7849           such as OS X which exclude that when _XOPEN_SOURCE, etc., are
7850           defined (report by Nicholas Cole)
7851
7852 20060408
7853         + modify write_object() to not write coincidental extensions of an
7854           entry made due to it being referenced in a use= clause (report by
7855           Alain Bench).
7856         + another fix for infocmp -i option, which did not ensure that some
7857           escape sequences had comparable prefixes (report by Alain Bench).
7858
7859 20060401
7860         + improve discussion of init/reset in terminfo and tput manpages
7861           (report by Alain Bench).
7862         + use is3 string for a fallback of rs3 in the reset program; it was
7863           using is2 (report by Alain Bench).
7864         + correct logic for infocmp -i option, which did not account for
7865           multiple digits in a parameter (cf: 20040828) (report by Alain
7866           Bench).
7867         + move _nc_handle_sigwinch() to lib_setup.c to make --with-termlib
7868           option work after 20060114 changes (report by Arkadiusz Miskiewicz).
7869         + add copyright notices to test-programs as needed (report by William
7870           McBrine).
7871
7872 20060318
7873         + modify ncurses.c 'F' test to combine the wide-characters with color
7874           and/or video attributes.
7875         + modify test/ncurses to use CTL/Q or ESC consistently for exiting
7876           a test-screen (some commands used 'x' or 'q').
7877
7878 20060312
7879         + fix an off-by-one in the scrolling-region change (cf_ 20060311).
7880
7881 20060311
7882         + add checks in waddchnstr() and wadd_wchnstr() to stop copying when
7883           a null character is found (report by Igor Bogomazov).
7884         + modify progs/Makefile.in to make "tput init" work properly with
7885           cygwin, i.e., do not pass a ".exe" in the reference string used
7886           in check_aliases (report by Samuel Thibault).
7887         + add some checks to ensure current position is within scrolling
7888           region before scrolling on a new line (report by Dan Gookin).
7889         + change some NewChar() usage to static variables to work around
7890           stack garbage introduced when cchar_t is not packed (Redhat #182024).
7891
7892 20060225
7893         + workarounds to build test/movewindow with PDcurses 2.7.
7894         + fix for nsterm-16color entry (patch by Alain Bench).
7895         + correct a typo in infocmp manpage (Debian #354281).
7896
7897 20060218
7898         + add nsterm-16color entry -TD
7899         + updated mlterm terminfo entry -TD
7900         + remove 970913 feature for copying subwindows as they are moved in
7901           mvwin() (discussion with Bryan Christ).
7902         + modify test/demo_menus.c to demonstrate moving a menu (both the
7903           window and subwindow) using shifted cursor-keys.
7904         + start implementing recursive mvwin() in movewindow.c (incomplete).
7905         + add a fallback definition for GCC_PRINTFLIKE() in test.priv.h,
7906           for movewindow.c (report by William McBrine).
7907         + add help-message to test/movewindow.c
7908
7909 20060211
7910         + add test/movewindow.c, to test mvderwin().
7911         + fix ncurses soft-key test so color changes are shown immediately
7912           rather than delayed.
7913         + modify ncurses soft-key test to hide the keys when exiting the test
7914           screen.
7915         + fixes to build test programs with PDCurses 2.7, e.g., its headers
7916           rely on autoconf symbols, and it declares stubs for nonfunctional
7917           terminfo and termcap entrypoints.
7918
7919 20060204
7920         + improved test/configure to build test/ncurses on HPUX 11 using the
7921           vendor curses.
7922         + documented ALTERNATE CONFIGURATIONS in the ncurses manpage, for the
7923           benefit of developers who do not read INSTALL.
7924
7925 20060128
7926         + correct form library Window_To_Buffer() change (cf:  20040516), which
7927           should ignore the video attributes (report by Ricardo Cantu).
7928
7929 20060121
7930         + minor fixes to xmc-glitch experimental code:
7931           + suppress line-drawing
7932           + implement max_attributes
7933           tested with xterm.
7934         + minor fixes for the database iterator.
7935         + fix some buffer limits in c++ demo (comment by Falk Hueffner in
7936           Debian #348117).
7937
7938 20060114
7939         + add toe -a option, to show all databases.  This uses new private
7940           interfaces in the ncurses library for iterating through the list of
7941           databases.
7942         + fix toe from 20000909 changes which made it not look at
7943           $HOME/.terminfo
7944         + make toe's -v option parameter optional as per manpage.
7945         + improve SIGWINCH handling by postponing its effect during newterm(),
7946           etc., when allocating screens.
7947
7948 20060111
7949         + modify wgetnstr() to return KEY_RESIZE if a sigwinch occurs.  Use
7950           this in test/filter.c
7951         + fix an error in filter() modification which caused some applications
7952           to fail.
7953
7954 20060107
7955         + check if filter() was called when getting the screensize.  Keep it
7956           at 1 if so (based on Redhat #174498).
7957         + add extension nofilter().
7958         + refined the workaround for ACS mapping.
7959         + make ifdef's consistent in curses.h for the extended colors so the
7960           header file can be used for the normal curses library.  The header
7961           file installed for extended colors is a variation of the
7962           wide-character configuration (report by Frederic L W Meunier).
7963
7964 20051231
7965         + add a workaround to ACS mapping to allow applications such as
7966           test/blue.c to use the "PC ROM" characters by masking them with
7967           A_ALTCHARSET.  This worked up til 5.5, but was lost in the revision
7968           of legacy coding (report by Michael Deutschmann).
7969         + add a null-pointer check in the wide-character version of
7970           calculate_actual_width() (report by Victor Julien).
7971         + improve test/ncurses 'd' (color-edit) test by allowing the RGB
7972           values to be set independently (patch by William McBrine).
7973         + modify test/configure script to allow building test programs with
7974           PDCurses/X11.
7975         + modified test programs to allow some to work with NetBSD curses.
7976           Several do not because NetBSD curses implements a subset of X/Open
7977           curses, and also lacks much of SVr4 additions.  But it's enough for
7978           comparison.
7979         + update config.guess and config.sub
7980
7981 20051224
7982         + use BSD-specific fix for return-value from cgetent() from CVS where
7983           an unknown terminal type would be reportd as "database not found".
7984         + make tgetent() return code more readable using new symbols
7985           TGETENT_YES, etc.
7986         + remove references to non-existent "tctest" program.
7987         + remove TESTPROGS from progs/Makefile.in (it was referring to code
7988           that was never built in that directory).
7989         + typos in curs_addchstr.3x, some doc files (noticed in OpenBSD CVS).
7990
7991 20051217
7992         + add use_legacy_coding() function to support lynx's font-switching
7993           feature.
7994         + fix formatting in curs_termcap.3x (report by Mike Frysinger).
7995         + modify MKlib_gen.sh to change preprocessor-expanded _Bool back to
7996           bool.
7997
7998 20051210
7999         + extend test/ncurses.c 's' (overlay window) test to exercise overlay(),
8000           overwrite() and copywin() with different combinations of colors and
8001           attributes (including background color) to make it easy to see the
8002           effect of the different functions.
8003         + corrections to menu/m_global.c for wide-characters (report by
8004           Victor Julien).
8005
8006 20051203
8007         + add configure option --without-dlsym, allowing developers to
8008           configure GPM support without using dlsym() (discussion with Michael
8009           Setzer).
8010         + fix wins_nwstr(), which did not handle single-column non-8bit codes
8011           (Debian #341661).
8012
8013 20051126
8014         + move prototypes for wide-character trace functions from curses.tail
8015           to curses.wide to avoid accidental reference to those if
8016           _XOPEN_SOURCE_EXTENDED is defined without ensuring that <wchar.h> is
8017           included.
8018         + add/use NCURSES_INLINE definition.
8019         + change some internal functions to use int/unsigned rather than the
8020           short equivalents.
8021
8022 20051119
8023         + remove a redundant check in lib_color.c (Debian #335655).
8024         + use ld's -search_paths_first option on Darwin to work around odd
8025           search rules on that platform (report by Christian Gennerat, analysis
8026           by Andrea Govoni).
8027         + remove special case for Darwin in CF_XOPEN_SOURCE configure macro.
8028         + ignore EINTR in tcgetattr/tcsetattr calls (Debian #339518).
8029         + fix several bugs in test/bs.c (patch by Stephen Lindholm).
8030
8031 20051112
8032         + other minor fixes to cygwin based on tack -TD
8033         + correct smacs in cygwin (Debian #338234, report by Baurzhan
8034           Ismagulov, who noted that it was fixed in Cygwin).
8035
8036 20051029
8037         + add shifted up/down arrow codes to xterm-new as kind/kri strings -TD
8038         + modify wbkgrnd() to avoid clearing the A_CHARTEXT attribute bits
8039           since those record the state of multicolumn characters (Debian
8040           #316663).
8041         + modify werase to clear multicolumn characters that extend into
8042           a derived window (Debian #316663).
8043
8044 20051022
8045         + move assignment from environment variable ESCDELAY from initscr()
8046           down to newterm() so the environment variable affects timeouts for
8047           terminals opened with newterm() as well.
8048         + fix a memory leak in keyname().
8049         + add test/demo_altkeys.c
8050         + modify test/demo_defkey.c to exit from loop via 'q' to allow
8051           leak-checking, as well as fix a buffer size in winnstr() call.
8052
8053 20051015
8054         + correct order of use-clauses in rxvt-basic entry which made codes for
8055           f1-f4 vt100-style rather than vt220-style (report by Gabor Z Papp).
8056         + suppress configure check for gnatmake if Ada95/Makefile.in is not
8057           found.
8058         + correct a typo in configure --with-bool option for the case where
8059           --without-cxx is used (report by Daniel Jacobowitz).
8060         + add a note to INSTALL's discussion of --with-normal, pointing out
8061           that one may wish to use --without-gpm to ensure a completely
8062           static link (prompted by report by Felix von Leitner).
8063
8064 20051010 5.5 release for upload to ftp.gnu.org
8065
8066 20051008
8067         + document in demo_forms.c some portability issues.
8068
8069 20051001
8070         + document side-effect of werase() which sets the cursor position.
8071         + save/restore the current position in form field editing to make
8072           overlay mode work.
8073
8074 20050924
8075         + correct header dependencies in progs, allowing parallel make (report
8076           by Daniel Jacobowitz).
8077         + modify CF_BUILD_CC to ensure that pre-setting $BUILD_CC overrides
8078           the configure check for --with-build-cc (report by Daniel Jacobowitz).
8079         + modify CF_CFG_DEFAULTS to not use /usr as the default prefix for
8080           NetBSD.
8081         + update config.guess and config.sub from
8082                 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
8083
8084 20050917
8085         + modify sed expression which computes path for /usr/lib/terminfo
8086           symbolic link in install to ensure that it does not change unexpected
8087           levels of the path (Gentoo #42336).
8088         + modify default for --disable-lp64 configure option to reduce impact
8089           on existing 64-bit builds.  Enabling the _LP64 option may change the
8090           size of chtype and mmask_t.  However, for ABI 6, it is enabled by
8091           default (report by Mike Frysinger).
8092         + add configure script check for --enable-ext-mouse, bump ABI to 6 by
8093           default if it is used.
8094         + improve configure script logic for bumping ABI to omit this if the
8095           --with-abi-version option was used.
8096         + update address for Free Software Foundation in tack's source.
8097         + correct wins_wch(), which was not marking the filler-cells of
8098           multi-column characters (cf:  20041023).
8099
8100 20050910
8101         + modify mouse initialization to ensure that Gpm_Open() is called only
8102           once.  Otherwise GPM gets confused in its initialization of signal
8103           handlers (Debian #326709).
8104
8105 20050903
8106         + modify logic for backspacing in a multiline form field to ensure that
8107           it works even when the preceding line is full (report by Frank van
8108           Vugt).
8109         + remove comment about BUGS section of ncurses manpage (Debian #325481)
8110
8111 20050827
8112         + document some workarounds for shared and libtool library
8113           configurations in INSTALL (see --with-shared and --with-libtool).
8114         + modify CF_GCC_VERSION and CF_GXX_VERSION macros to accommodate
8115           cross-compilers which emit the platform name in their version
8116           message, e.g.,
8117                 arm-sa1100-linux-gnu-g++ (GCC) 4.0.1
8118           (report by Frank van Vugt).
8119
8120 20050820
8121         + start updating documentation for upcoming 5.5 release.
8122         + fix to make libtool  and libtinfo work together again (cf: 20050122).
8123         + fixes to allow building traces into libtinfo
8124         + add debug trace to tic that shows if/how ncurses will write to the
8125           lower corner of a terminal's screen.
8126         + update llib-l* files.
8127
8128 20050813
8129         + modify initializers in c++ binding to build with old versions of g++.
8130         + improve special case for 20050115 repainting fix, ensuring that if
8131           the first changed cell is not a character that the range to be
8132           repainted is adjusted to start at a character's beginning (Debian
8133           #316663).
8134
8135 20050806
8136         + fixes to build on QNX 6.1
8137         + improve configure script checks for Intel 9.0 compiler.
8138         + remove #include's for libc.h (obsolete).
8139         + adjust ifdef's in curses.priv.h so that when cross-compiling to
8140           produce comp_hash and make_keys, no dependency on wchar.h is needed.
8141           That simplifies the build-cppflags (report by Frank van Vugt).
8142         + move modules related to key-binding into libtinfo to fix linkage
8143           problem caused by 20050430 changes to MKkeyname.sh (report by
8144           Konstantin Andreev).
8145
8146 20050723
8147         + updates/fixes for configure script macros from vile -TD
8148         + make prism9's sgr string agree with the rest of the terminfo -TD
8149         + make vt220's sgr0 string consistent with sgr string, do this for
8150           several related cases -TD
8151         + improve translation to termcap by filtering the 'me' (sgr0) strings
8152           as in the runtime call to tgetent() (prompted by a discussion with
8153           Thomas Klausner).
8154         + improve tic check for sgr0 versus sgr(0), to help ensure that sgr0
8155           resets line-drawing.
8156
8157 20050716
8158         + fix special cases for trimming sgr0 for hurd and vt220 (Debian
8159           #318621).
8160         + split-out _nc_trim_sgr0() from modifications made to tgetent(), to
8161           allow it to be used by tic to provide information about the runtime
8162           changes that would be made to sgr0 for termcap applications.
8163         + modify make_sed.sh to make the group-name in the NAME section of
8164           form/menu library manpage agree with the TITLE string when renaming
8165           is done for Debian (Debian #78866).
8166
8167 20050702
8168         + modify parameter type in c++ binding for insch() and mvwinsch() to
8169           be consistent with underlying ncurses library (was char, is chtype).
8170         + modify treatment of Intel compiler to allow _GNU_SOURCE to be defined
8171           on Linux.
8172         + improve configure check for nanosleep(), checking that it works since
8173           some older systems such as AIX 4.3 have a nonworking version.
8174
8175 20050625
8176         + update config.guess and config.sub from
8177                 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
8178         + modify misc/shlib to work in test-directory.
8179         + suppress $suffix in misc/run_tic.sh when cross-compiling.  This
8180           allows cross-compiles to use the host's tic program to handle the
8181           "make install.data" step.
8182         + improve description of $LINES and $COLUMNS variables in manpages
8183           (prompted by report by Dave Ulrick).
8184         + improve description of cross-compiling in INSTALL
8185         + add NCURSES-Programming-HOWTO.html by Pradeep Padala
8186           (see http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/).
8187         + modify configure script to obtain soname for GPM library (discussion
8188           with Daniel Jacobowitz).
8189         + modify configure script so that --with-chtype option will still
8190           compute the unsigned literals suffix for constants in curses.h
8191           (report by Daniel Jacobowitz:
8192         + patches from Daniel Jacobowitz:
8193           + the man_db.renames entry for tack.1 was backwards.
8194           + tack.1 had some 1m's that should have been 1M's.
8195           + the section for curs_inwstr.3 was wrong.
8196
8197 20050619
8198         + correction to --with-chtype option (report by Daniel Jacobowitz).
8199
8200 20050618
8201         + move build-time edit_man.sh and edit_man.sed scripts to top directory
8202           to simplify reusing them for renaming tack's manpage (prompted by a
8203           review of Debian package).
8204         + revert minor optimization from 20041030 (Debian #313609).
8205         + libtool-specific fixes, tested with libtool 1.4.3, 1.5.0, 1.5.6,
8206           1.5.10 and 1.5.18 (all work except as noted previously for the c++
8207           install using libtool 1.5.0):
8208           + modify the clean-rule in c++/Makefile.in to work with IRIX64 make
8209             program.
8210           + use $(LIBTOOL_UNINSTALL) symbol, overlooked in 20030830
8211         + add configure options --with-chtype and --with-mmask-t, to allow
8212           overriding of the non-LP64 model's use of the corresponding types.
8213         + revise test for size of chtype (and mmask_t), which always returned
8214           "long" due to an uninitialized variable (report by Daniel Jacobowitz).
8215
8216 20050611
8217         + change _tracef's that used "%p" format for va_list values to ignore
8218           that, since on some platforms those are not pointers.
8219         + fixes for long-formats in printf's due to largefile support.
8220
8221 20050604
8222         + fixes for termcap support:
8223           + reset pointer to _nc_curr_token.tk_name when the input stream is
8224             closed, which could point to free memory (cf: 20030215).
8225           + delink TERMTYPE data which is used by the termcap reader, so that
8226             extended names data will be freed consistently.
8227           + free pointer to TERMTYPE data in _nc_free_termtype() rather than
8228             its callers.
8229           + add some entrypoints for freeing permanently allocated data via
8230             _nc_freeall() when NO_LEAKS is defined.
8231         + amend 20041030 change to _nc_do_color to ensure that optimization is
8232           applied only when the terminal supports back_color_erase (bce).
8233
8234 20050528
8235         + add sun-color terminfo entry -TD
8236         + correct a missing assignment in c++ binding's method
8237           NCursesPanel::UserPointer() from 20050409 changes.
8238         + improve configure check for large-files, adding check for dirent64
8239           from vile -TD
8240         + minor change to configure script to improve linker options for the
8241           Ada95 tree.
8242
8243 20050515
8244         + document error conditions for ncurses library functions (report by
8245           Stanislav Ievlev).
8246         + regenerated html documentation for ada binding.
8247           see ftp://ftp.invisible-island.net/ncurses/patches/gnathtml
8248
8249 20050507
8250         + regenerated html documentation for manpages.
8251         + add $(BUILD_EXEEXT) suffix to invocation of make_keys in
8252           ncurses/Makefile (Gentoo #89772).
8253         + modify c++/demo.cc to build with g++ -fno-implicit-templates option
8254           (patch by Mike Frysinger).
8255         + modify tic to filter out long extended names when translating to
8256           termcap format.  Only two characters are permissible for termcap
8257           capability names.
8258
8259 20050430
8260         + modify terminfo entries xterm-new and rxvt to add strings for
8261           shift-, control-cursor keys.
8262         + workaround to allow c++ binding to compile with g++ 2.95.3, which
8263           has a broken implementation of static_cast<> (patch by Jeff Chua).
8264         + modify initialization of key lookup table so that if an extended
8265           capability (tic -x) string is defined, and its name begins with 'k',
8266           it will automatically be treated as a key.
8267         + modify test/keynames.c to allow for the possibility of extended
8268           key names, e.g., via define_key(), or via "tic -x".
8269         + add test/demo_termcap.c to show the contents of given entry via the
8270           termcap interface.
8271
8272 20050423
8273         + minor fixes for vt100/vt52 entries -TD
8274         + add configure option --enable-largefile
8275         + corrected libraries used to build Ada95/gen/gen, found in testing
8276           gcc 4.0.0.
8277
8278 20050416
8279         + update config.guess, config.sub
8280         + modify configure script check for _XOPEN_SOURCE, disable that on
8281           Darwin whose header files have problems (patch by Chris Zubrzycki).
8282         + modify form library Is_Printable_String() to use iswprint() rather
8283           than wcwidth() for determining if a character is printable.  The
8284           latter caused it to reject menu items containing non-spacing
8285           characters.
8286         + modify ncurses test program's F-test to handle non-spacing characters
8287           by combining them with a reverse-video blank.
8288         + review/fix several gcc -Wconversion warnings.
8289
8290 20050409
8291         + correct an off-by-one error in m_driver() for mouse-clicks used to
8292           position the mouse to a particular item.
8293         + implement test/demo_menus.c
8294         + add some checks in lib_mouse to ensure SP is set.
8295         + modify C++ binding to make 20050403 changes work with the configure
8296           --enable-const option.
8297
8298 20050403
8299         + modify start_color() to return ERR if it cannot allocate memory.
8300         + address g++ compiler warnings in C++ binding by adding explicit
8301           member initialization, assignment operators and copy constructors.
8302           Most of the changes simply preserve the existing semantics of the
8303           binding, which can leak memory, etc., but by making these features
8304           visible, it provides a framework for improving the binding.
8305         + improve C++ binding using static_cast, etc.
8306         + modify configure script --enable-warnings to add options to g++ to
8307           correspond to the gcc --enable-warnings.
8308         + modify C++ binding to use some C internal functions to make it
8309           compile properly on Solaris (and other platforms).
8310
8311 20050327
8312         + amend change from 20050320 to limit it to configurations with a
8313           valid locale.
8314         + fix a bug introduced in 20050320 which broke the translation of
8315           nonprinting characters to uparrow form (report by Takahashi Tamotsu).
8316
8317 20050326
8318         + add ifdef's for _LP64 in curses.h to avoid using wasteful 64-bits for
8319           chtype and mmask_t, but add configure option --disable-lp64 in case
8320           anyone used that configuration.
8321         + update misc/shlib script to account for Mac OS X (report by Michail
8322           Vidiassov).
8323         + correct comparison for wrapping multibyte characters in
8324           waddch_literal() (report by Takahashi Tamotsu).
8325
8326 20050320
8327         + add -c and -w options to tset to allow user to suppress ncurses'
8328           resizing of the terminal emulator window in the special case where it
8329           is not able to detect the true size (report by Win Delvaux, Debian
8330           #300419).
8331         + modify waddch_nosync() to account for locale zn_CH.GBK, which uses
8332           codes 128-159 as part of multibyte characters (report by Wang
8333           WenRui, Debian #300512).
8334
8335 20050319
8336         + modify ncurses.c 'd' test to make it work with 88-color
8337           configuration, i.e., by implementing scrolling.
8338         + improve scrolling in ncurses.c 'c' and 'C' tests, e.g., for 88-color
8339           configuration.
8340
8341 20050312
8342         + change tracemunch to use strict checking.
8343         + modify ncurses.c 'p' test to test line-drawing within a pad.
8344         + implement environment variable NCURSES_NO_UTF8_ACS to support
8345           miscellaneous terminal emulators which ignore alternate character
8346           set escape sequences when in UTF-8 mode.
8347
8348 20050305
8349         + change NCursesWindow::err_handler() to a virtual function (request by
8350           Steve Beal).
8351         + modify fty_int.c and fty_num.c to handle wide characters (report by
8352           Wolfgang Gutjahr).
8353         + adapt fix for fty_alpha.c to fty_alnum.c, which also handled normal
8354           and wide characters inconsistently (report by Wolfgang Gutjahr).
8355         + update llib-* files to reflect internal interface additions/changes.
8356
8357 20050226
8358         + improve test/configure script, adding tests for _XOPEN_SOURCE, etc.,
8359           from lynx.
8360         + add aixterm-16color terminfo entry -TD
8361         + modified xterm-new terminfo entry to work with tgetent() changes -TD
8362         + extended changes in tgetent() from 20040710 to allow the substring of
8363           sgr0 which matches rmacs to be at the beginning of the sgr0 string
8364           (request by Thomas Wolff).  Wolff says the visual effect in
8365           combination with pre-20040710 ncurses is improved.
8366         + fix off-by-one in winnstr() call which caused form field validation
8367           of multibyte characters to ignore the last character in a field.
8368         + correct logic in winsch() for inserting multibyte strings; the code
8369           would clear cells after the insertion rather than push them to the
8370           right (cf: 20040228).
8371         + fix an inconsistency in Check_Alpha_Field() between normal and wide
8372           character logic (report by Wolfgang Gutjahr).
8373
8374 20050219
8375         + fix a bug in editing wide-characters in form library: deleting a
8376           nonwide character modified the previous wide-character.
8377         + update manpage to describe NCURSES_MOUSE_VERSION 2.
8378         + correct manpage description of mouseinterval() (Debian #280687).
8379         + add a note to default_colors.3x explaining why this extension was
8380           added (Debian #295083).
8381         + add traces to panel library.
8382
8383 20050212
8384         + improve editing of wide-characters in form library:  left/right
8385           cursor movement, and single-character deletions work properly.
8386         + disable GPM mouse support when $TERM happens to be prefixed with
8387           "xterm".  Gpm_Open() would otherwise assert that it can deal with
8388           mouse events in this case.
8389         + modify GPM mouse support so it closes the server connection when
8390           the caller disables the mouse (report by Stanislav Ievlev).
8391
8392 20050205
8393         + add traces for callback functions in form library.
8394         + add experimental configure option --enable-ext-mouse, which defines
8395           NCURSES_MOUSE_VERSION 2, and modifies the encoding of mouse events to
8396           support wheel mice, which may transmit buttons 4 and 5.  This works
8397           with xterm and similar X terminal emulators (prompted by question by
8398           Andreas Henningsson, this is also related to Debian #230990).
8399         + improve configure macros CF_XOPEN_SOURCE and CF_POSIX_C_SOURCE to
8400           avoid redefinition warnings on cygwin.
8401
8402 20050129
8403         + merge remaining development changes for extended colors (mostly
8404           complete, does not appear to break other configurations).
8405         + add xterm-88color.dat (part of extended colors testing).
8406         + improve _tracedump() handling of color pairs past 96.
8407         + modify return-value from start_color() to return OK if colors have
8408           already been started.
8409         + modify curs_color.3x list error conditions for init_pair(),
8410           pair_content() and color_content().
8411         + modify pair_content() to return -1 for consistency with init_pair()
8412           if it corresponds to the default-color.
8413         + change internal representation of default-color to allow application
8414           to use color number 255.  This does not affect the total number of
8415           color pairs which are allowed.
8416         + add a top-level tags rule.
8417
8418 20050122
8419         + add a null-pointer check in wgetch() in case it is called without
8420           first calling initscr().
8421         + add some null-pointer checks for SP, which is not set by libtinfo.
8422         + modify misc/shlib to ensure that absolute pathnames are used.
8423         + modify test/Makefile.in, etc., to link test programs only against the
8424           libraries needed, e.g., omit form/menu/panel library for the ones
8425           that are curses-specific.
8426         + change SP->_current_attr to a pointer, adjust ifdef's to ensure that
8427           libtinfo.so and libtinfow.so have the same ABI.  The reason for this
8428           is that the corresponding data which belongs to the upper-level
8429           ncurses library has a different size in each model (report by
8430           Stanislav Ievlev).
8431
8432 20050115
8433         + minor fixes to allow test-compiles with g++.
8434         + correct column value shown in tic's warnings, which did not account
8435           for leading whitespace.
8436         + add a check in _nc_trans_string() for improperly ended strings, i.e.,
8437           where a following line begins in column 1.
8438         + modify _nc_save_str() to return a null pointer on buffer overflow.
8439         + improve repainting while scrolling wide-character data (Eungkyu Song).
8440
8441 20050108
8442         + merge some development changes to extend color capabilities.
8443
8444 20050101
8445         + merge some development changes to extend color capabilities.
8446         + fix manpage typo (FreeBSD report docs/75544).
8447         + update config.guess, config.sub
8448         > patches for configure script (Albert Chin-A-Young):
8449         + improved fix to make mbstate_t recognized on HPUX 11i (cf:
8450           20030705), making vsscanf() prototype visible on IRIX64.  Tested for
8451           on HP-UX 11i, Solaris 7, 8, 9, AIX 4.3.3, 5.2, Tru64 UNIX 4.0D, 5.1,
8452           IRIX64 6.5, Redhat Linux 7.1, 9, and RHEL 2.1, 3.0.
8453         + print the result of the --disable-home-terminfo option.
8454         + use -rpath when compiling with SGI C compiler.
8455
8456 20041225
8457         + add trace calls to remaining public functions in form and menu
8458           libraries.
8459         + fix check for numeric digits in test/ncurses.c 'b' and 'B' tests.
8460         + fix typo in test/ncurses.c 'c' test from 20041218.
8461
8462 20041218
8463         + revise test/ncurses.c 'c' color test to improve use for xterm-88color
8464           and xterm-256color, added 'C' test using the wide-character color_set
8465           and attr_set functions.
8466
8467 20041211
8468         + modify configure script to work with Intel compiler.
8469         + fix an limit-check in wadd_wchnstr() which caused labels in the
8470           forms-demo to be one character short.
8471         + fix typo in curs_addchstr.3x (Jared Yanovich).
8472         + add trace calls to most functions in form and menu libraries.
8473         + update working-position for adding wide-characters when window is
8474           scrolled (prompted by related report by Eungkyu Song).
8475
8476 20041204
8477         + replace some references on Linux to wcrtomb() which use it to obtain
8478           the length of a multibyte string with _nc_wcrtomb, since wcrtomb() is
8479           broken in glibc (see Debian #284260).
8480         + corrected length-computation in wide-character support for
8481           field_buffer().
8482         + some fixes to frm_driver.c to allow it to accept multibyte input.
8483         + modify configure script to work with Intel 8.0 compiler.
8484
8485 20041127
8486         + amend change to setupterm() in 20030405 which would reuse the value
8487           of cur_term if the same output was selected.  This now reuses it only
8488           when setupterm() is called from tgetent(), which has no notion of
8489           separate SCREENs.  Note that tgetent() must be called after initscr()
8490           or newterm() to use this feature (Redhat #140326).
8491         + add a check in CF_BUILD_CC macro to ensure that developer has given
8492           the --with-build-cc option when cross-compiling (report by Alexandre
8493           Campo).
8494         + improved configure script checks for _XOPEN_SOURCE and
8495           _POSIX_C_SOURCE (fix for IRIX 5.3 from Georg Schwarz, _POSIX_C_SOURCE
8496           updates from lynx).
8497         + cosmetic fix to test/gdc.c to recolor the bottom edge of the box
8498           for consistency (comment by Dan Nelson).
8499
8500 20041120
8501         + update wsvt25 terminfo entry -TD
8502         + modify test/ins_wide.c to test all flavors of ins_wstr().
8503         + ignore filler-cells in wadd_wchnstr() when adding a cchar_t array
8504           which consists of multi-column characters, since this function
8505           constructs them (cf: 20041023).
8506         + modify winnstr() to return multibyte character strings for the
8507           wide-character configuration.
8508
8509 20041106
8510         + fixes to make slk_set() and slk_wset() accept and store multibyte
8511           or multicolumn characters.
8512
8513 20041030
8514         + improve color optimization a little by making _nc_do_color() check
8515           if the old/new pairs are equivalent to the default pair 0.
8516         + modify assume_default_colors() to not require that
8517           use_default_colors() be called first.
8518
8519 20041023
8520         + modify term_attrs() to use termattrs(), add the extended attributes
8521           such as enter_horizontal_hl_mode for WA_HORIZONTAL to term_attrs().
8522         + add logic in waddch_literal() to clear orphaned cells when one
8523           multi-column character partly overwrites another.
8524         + improved logic for clearing cells when a multi-column character
8525           must be wrapped to a new line.
8526         + revise storage of cells for multi-column characters to correct a
8527           problem with repainting.  In the old scheme, it was possible for
8528           doupdate() to decide that only part of a multi-column character
8529           should be repainted since the filler cells stored only an attribute
8530           to denote them as fillers, rather than the character value and the
8531           attribute.
8532
8533 20041016
8534         + minor fixes for traces.
8535         + add SP->_screen_acs_map[], used to ensure that mapping of missing
8536           line-drawing characters is handled properly.  For example, ACS_DARROW
8537           is absent from xterm-new, and it was coincidentally displayed the
8538           same as ACS_BTEE.
8539
8540 20041009
8541         + amend 20021221 workaround for broken acs to reset the sgr, rmacs
8542           and smacs strings as well.  Also modify the check for screen's
8543           limitations in that area to allow the multi-character shift-in
8544           and shift-out which seem to work.
8545         + change GPM initialization, using dl library to load it dynamically
8546           at runtime (Debian #110586).
8547
8548 20041002
8549         + correct logic for color pair in setcchar() and getcchar() (patch by
8550           Marcin 'Qrczak' Kowalczyk).
8551         + add t/T commands to ncurses b/B tests to allow a different color to
8552           be tested for the attrset part of the test than is used in the
8553           background color.
8554
8555 20040925
8556         + fix to make setcchar() to work when its wchar_t* parameter is
8557           pointing to a string which contains more data than can be converted.
8558         + modify wget_wstr() and example in ncurses.c to work if wchar_t and
8559           wint_t are different sizes (report by Marcin 'Qrczak' Kowalczyk).
8560
8561 20040918
8562         + remove check in wget_wch() added to fix an infinite loop, appears to
8563           have been working around a transitory glibc bug, and interferes
8564           with normal operation (report by Marcin 'Qrczak' Kowalczyk).
8565         + correct wadd_wch() and wecho_wch(), which did not pass the rendition
8566           information (report by Marcin 'Qrczak' Kowalczyk).
8567         + fix aclocal.m4 so that the wide-character version of ncurses gets
8568           compiled as libncursesw.5.dylib, instead of libncurses.5w.dylib
8569           (adapted from patch by James J Ramsey).
8570         + change configure script for --with-caps option to indicate that it
8571           is no longer experimental.
8572         + change configure script to reflect the fact that --enable-widec has
8573           not been "experimental" since 5.3 (report by Bruno Lustosa).
8574
8575 20040911
8576         + add 'B' test to ncurses.c, to exercise some wide-character functions.
8577
8578 20040828
8579         + modify infocmp -i option to match 8-bit controls against its table
8580           entries, e.g., so it can analyze the xterm-8bit entry.
8581         + add morphos terminfo entry, improve amiga-8bit entry (Pavel Fedin).
8582         + correct translation of "%%" in terminfo format to termcap, e.g.,
8583           using "tic -C" (Redhat #130921).
8584         + modified configure script CF_XOPEN_SOURCE macro to ensure that if
8585           it defines _POSIX_C_SOURCE, that it defines it to a specific value
8586           (comp.os.stratus newsgroup comment).
8587
8588 20040821
8589         + fixes to build with Ada95 binding with gnat 3.4 (all warnings are
8590           fatal, and gnat does not follow the guidelines for pragmas).
8591           However that did find a coding error in Assume_Default_Colors().
8592         + modify several terminfo entries to ensure xterm mouse and cursor
8593           visibility are reset in rs2 string:  hurd, putty, gnome,
8594           konsole-base, mlterm, Eterm, screen (Debian #265784, Debian #55637).
8595           The xterm entries are left alone - old ones for compatibility, and
8596           the new ones do not require this change. -TD
8597
8598 20040814
8599         + fake a SIGWINCH in newterm() to accommodate buggy terminal emulators
8600           and window managers (Debian #265631).
8601         > terminfo updates -TD
8602         + remove dch/dch1 from rxvt because they are implemented inconsistently
8603           with the common usage of bce/ech
8604         + remove khome from vt220 (vt220's have no home key)
8605         + add rxvt+pcfkeys
8606
8607 20040807
8608         + modify test/ncurses.c 'b' test, adding v/V toggles to cycle through
8609           combinations of video attributes so that for instance bold and
8610           underline can be tested.  This made the legend too crowded, added
8611           a help window as well.
8612         + modify test/ncurses.c 'b' test to cycle through default colors if
8613           the -d option is set.
8614         + update putty terminfo entry (Robert de Bath).
8615
8616 20040731
8617         + modify test/cardfile.c to allow it to read more data than can be
8618           displayed.
8619         + correct logic in resizeterm.c which kept it from processing all
8620           levels of window hierarchy (reports by Folkert van Heusden,
8621           Chris Share).
8622
8623 20040724
8624         + modify "tic -cv" to ignore delays when comparing strings.  Also
8625           modify it to ignore a canceled sgr string, e.g., for terminals which
8626           cannot properly combine attributes in one control sequence.
8627         + corrections for gnome and konsole entries (Redhat #122815, patch by
8628           Hans de Goede)
8629         > terminfo updates -TD
8630         + make ncsa-m rmacs/smacs consistent with sgr
8631         + add sgr, rc/sc and ech to syscons entries
8632         + add function-keys to decansi
8633         + add sgr to mterm-ansi
8634         + add sgr, civis, cnorm to emu
8635         + correct/simplify cup in addrinfo
8636
8637 20040717
8638         > terminfo updates -TD
8639         + add xterm-pc-fkeys
8640         + review/update gnome and gnome-rh90 entries (prompted by Redhat
8641           #122815).
8642         + review/update konsole entries
8643         + add sgr, correct sgr0 for kterm and mlterm
8644         + correct tsl string in kterm
8645
8646 20040711
8647         + add configure option --without-xterm-new
8648
8649 20040710
8650         + add check in wget_wch() for printable bytes that are not part of a
8651           multibyte character.
8652         + modify wadd_wchnstr() to render text using window's background
8653           attributes.
8654         + improve tic's check to compare sgr and sgr0.
8655         + fix c++ directory's .cc.i rule.
8656         + modify logic in tgetent() which adjusts the termcap "me" string
8657           to work with ISO-2022 string used in xterm-new (cf: 20010908).
8658         + modify tic's check for conflicting function keys to omit that if
8659           converting termcap to termcap format.
8660         + add -U option to tic and infocmp.
8661         + add rmam/smam to linux terminfo entry (Trevor Van Bremen)
8662         > terminfo updates -TD
8663         + minor fixes for emu
8664         + add emu-220
8665         + change wyse acsc strings to use 'i' map rather than 'I'
8666         + fixes for avatar0
8667         + fixes for vp3a+
8668
8669 20040703
8670         + use tic -x to install terminfo database -TD
8671         + add -x to infocmp's usage message.
8672         + correct field used for comparing O_ROWMAJOR in set_menu_format()
8673           (report/patch by Tony Li).
8674         + fix a missing nul check in set_field_buffer() from 20040508 changes.
8675         > terminfo updates -TD
8676           + make xterm-xf86-v43 derived from xterm-xf86-v40 rather than
8677             xterm-basic -TD
8678           + align with xterm patch #192's use of xterm-new -TD
8679           + update xterm-new and xterm-8bit for cvvis/cnorm strings -TD
8680           + make xterm-new the default "xterm" entry -TD
8681
8682 20040626
8683         + correct BUILD_CPPFLAGS substitution in ncurses/Makefile.in, to allow
8684           cross-compiling from a separate directory tree (report/patch by
8685           Dan Engel).
8686         + modify is_term_resized() to ensure that window sizes are nonzero,
8687           as documented in the manpage (report by Ian Collier).
8688         + modify CF_XOPEN_SOURCE configure macro to make Hurd port build
8689           (Debian #249214, report/patch by Jeff Bailey).
8690         + configure-script mods from xterm, e.g., updates to CF_ADD_CFLAGS
8691         + update config.guess, config.sub
8692         > terminfo updates -TD
8693           + add mlterm
8694           + add xterm-xf86-v44
8695           + modify xterm-new aka xterm-xfree86 to accommodate luit, which
8696             relies on G1 being used via an ISO-2022 escape sequence (report by
8697             Juliusz Chroboczek)
8698           + add 'hurd' entry
8699
8700 20040619
8701         + reconsidered winsnstr(), decided after comparing other
8702           implementations that wrapping is an X/Open documentation error.
8703         + modify test/inserts.c to test all flavors of insstr().
8704
8705 20040605
8706         + add setlocale() calls to a few test programs which may require it:
8707           demo_forms.c, filter.c, ins_wide.c, inserts.c
8708         + correct a few misspelled function names in ncurses-intro.html (report
8709           by Tony Li).
8710         + correct internal name of key_defined() manpage, which conflicted with
8711           define_key().
8712
8713 20040529
8714         + correct size of internal pad used for holding wide-character
8715           field_buffer() results.
8716         + modify data_ahead() to work with wide-characters.
8717
8718 20040522
8719         + improve description of terminfo if-then-else expressions (suggested
8720           by Arne Thomassen).
8721         + improve test/ncurses.c 'd' test, allow it to use external file for
8722           initial palette (added xterm-16color.dat and linux-color.dat), and
8723           reset colors to the initial palette when starting/ending the test.
8724         + change limit-check in init_color() to allow r/g/b component to
8725           reach 1000 (cf: 20020928).
8726
8727 20040516
8728         + modify form library to use cchar_t's rather than char's in the
8729           wide-character configuration for storing data for field buffers.
8730         + correct logic of win_wchnstr(), which did not work for more than
8731           one cell.
8732
8733 20040508
8734         + replace memset/memcpy usage in form library with for-loops to
8735           simplify changing the datatype of FIELD.buf, part of wide-character
8736           changes.
8737         + fix some inconsistent use of #if/#ifdef (report by Alain Guibert).
8738
8739 20040501
8740         + modify menu library to account for actual number of columns used by
8741           multibyte character strings, in the wide-character configuration
8742           (adapted from patch by Philipp Tomsich).
8743         + add "-x" option to infocmp like tic's "-x", for use in "-F"
8744           comparisons.  This modifies infocmp to only report extended
8745           capabilities if the -x option is given, making this more consistent
8746           with tic.  Some scripts may break, since infocmp previous gave this
8747           information without an option.
8748         + modify termcap-parsing to retain 2-character aliases at the beginning
8749           of an entry if the "-x" option is used in tic.
8750
8751 20040424
8752         + minor compiler-warning and test-program fixes.
8753
8754 20040417
8755         + modify tic's missing-sgr warning to apply to terminfo only.
8756         + free some memory leaks in tic.
8757         + remove check in post_menu() that prevented menus from extending
8758           beyond the screen (request by Max J. Werner).
8759         + remove check in newwin() that prevents allocating windows
8760           that extend beyond the screen.  Solaris curses does this.
8761         + add ifdef in test/color_set.c to allow it to compile with older
8762           curses.
8763         + add napms() calls to test/dots.c to make it not be a CPU hog.
8764
8765 20040403
8766         + modify unctrl() to return null if its parameter does not correspond
8767           to an unsigned char.
8768         + add some limit-checks to guard isprint(), etc., from being used on
8769           values that do not fit into an unsigned char (report by Sami Farin).
8770
8771 20040328
8772         + fix a typo in the _nc_get_locale() change.
8773
8774 20040327
8775         + modify _nc_get_locale() to use setlocale() to query the program's
8776           current locale rather than using getenv().  This fixes a case in tin
8777           which relies on legacy treatment of 8-bit characters when the locale
8778           is not initialized (reported by Urs Jansen).
8779         + add sgr string to screen's and rxvt's terminfo entries -TD.
8780         + add a check in tic for terminfo entries having an sgr0 but no sgr
8781           string.  This confuses Tru64 and HPUX curses when combined with
8782           color, e.g., making them leave line-drawing characters in odd places.
8783         + correct casts used in ABSENT_BOOLEAN, CANCELLED_BOOLEAN, matches the
8784           original definitions used in Debian package to fix PowerPC bug before
8785           20030802 (Debian #237629).
8786
8787 20040320
8788         + modify PutAttrChar() and PUTC() macro to improve use of
8789           A_ALTCHARSET attribute to prevent line-drawing characters from
8790           being lost in situations where the locale would otherwise treat the
8791           raw data as nonprintable (Debian #227879).
8792
8793 20040313
8794         + fix a redefinition of CTRL() macro in test/view.c for AIX 5.2 (report
8795           by Jim Idle).
8796         + remove ".PP" after ".SH NAME" in a few manpages; this confuses
8797           some apropos script (Debian #237831).
8798
8799 20040306
8800         + modify ncurses.c 'r' test so editing commands, like inserted text,
8801           set the field background, and the state of insert/overlay editing
8802           mode is shown in that test.
8803         + change syntax of dummy targets in Ada95 makefiles to work with pmake.
8804         + correct logic in test/ncurses.c 'b' for noncolor terminals which
8805           did not recognize a quit-command (cf: 20030419).
8806
8807 20040228
8808         + modify _nc_insert_ch() to allow for its input to be part of a
8809           multibyte string.
8810         + split out lib_insnstr.c, to prepare to rewrite it.  X/Open states
8811           that this function performs wrapping, unlike all of the other
8812           insert-functions.  Currently it does not wrap.
8813         + check for nl_langinfo(CODESET), use it if available (report by
8814           Stanislav Ievlev).
8815         + split-out CF_BUILD_CC macro, actually did this for lynx first.
8816         + fixes for configure script CF_WITH_DBMALLOC and CF_WITH_DMALLOC,
8817           which happened to work with bash, but not with Bourne shell (report
8818           by Marco d'Itri via tin-dev).
8819
8820 20040221
8821         + some changes to adapt the form library to wide characters, incomplete
8822           (request by Mike Aubury).
8823         + add symbol to curses.h which can be used to suppress include of
8824           stdbool.h, e.g.,
8825                 #define NCURSES_ENABLE_STDBOOL_H 0
8826                 #include <curses.h>
8827           (discussion on XFree86 mailing list).
8828
8829 20040214
8830         + modify configure --with-termlib option to accept a value which sets
8831           the name of the terminfo library.  This would allow a packager to
8832           build libtinfow.so renamed to coincide with libtinfo.so (discussion
8833           with Stanislav Ievlev).
8834         + improve documentation of --with-install-prefix, --prefix and
8835           $(DESTDIR) in INSTALL (prompted by discussion with Paul Lew).
8836         + add configure check if the compiler can use -c -o options to rename
8837           its output file, use that to omit the 'cd' command which was used to
8838           ensure object files are created in a separate staging directory
8839           (prompted by comments by Johnny Wezel, Martin Mokrejs).
8840
8841 20040208 5.4 release for upload to ftp.gnu.org
8842         + update TO-DO.
8843
8844 20040207 pre-release
8845         + minor fixes to _nc_tparm_analyze(), i.e., do not count %i as a param,
8846           and do not count %d if it follows a %p.
8847         + correct an inconsistency between handling of codes in the 128-255
8848           range, e.g., as illustrated by test/ncurses.c f/F tests.  In POSIX
8849           locale, the latter did not show printable results, while the former
8850           did.
8851         + modify MKlib_gen.sh to compensate for broken C preprocessor on Mac
8852           OS X, which alters "%%" to "% % " (report by Robert Simms, fix
8853           verified by Scott Corscadden).
8854
8855 20040131 pre-release
8856         + modify SCREEN struct to align it between normal/wide curses flavors
8857           to simplify future changes to build a single version of libtinfo
8858           (patch by Stanislav Ievlev).
8859         + document handling of carriage return by addch() in manpage.
8860         + document special features of unctrl() in manpage.
8861         + documented interface changes in INSTALL.
8862         + corrected control-char test in lib_addch.c to account for locale
8863           (Debian #230335, cf: 971206).
8864         + updated test/configure.in to use AC_EXEEXT and AC_OBJEXT.
8865         + fixes to compile Ada95 binding with Debian gnat 3.15p-4 package.
8866         + minor configure-script fixes for older ports, e.g., BeOS R4.5.
8867
8868 20040125 pre-release
8869         + amend change to PutAttrChar() from 20030614 which computed the number
8870           of cells for a possibly multi-cell character.  The 20030614 change
8871           forced the cell to a blank if the result from wcwidth() was not
8872           greater than zero.  However, wcwidth() called for parameters in the
8873           range 128-255 can give this return value.  The logic now simply
8874           ensures that the number of cells is greater than zero without
8875           modifying the displayed value.
8876
8877 20040124 pre-release
8878         + looked good for 5.4 release for upload to ftp.gnu.org (but see above)
8879         + modify configure script check for ranlib to use AC_CHECK_TOOL, since
8880           that works better for cross-compiling.
8881
8882 20040117 pre-release
8883         + modify lib_get_wch.c to prefer mblen/mbtowc over mbrlen/mbrtowc to
8884           work around core dump in Solaris 8's locale support, e.g., for
8885           zh_CN.GB18030 (report by Saravanan Bellan).
8886         + add includes for <stdarg.h> and <stdio.h> in configure script macro
8887           to make <wchar.h> check work with Tru64 4.0d.
8888         + add terminfo entry for U/Win -TD
8889         + add terminfo entries for SFU aka Interix aka OpenNT (Federico
8890           Bianchi).
8891         + modify tput's error messages to prefix them with the program name
8892           (report by Vincent Lefevre, patch by Daniel Jacobowitz (see Debian
8893           #227586)).
8894         + correct a place in tack where exit_standout_mode was used instead of
8895           exit_attribute_mode (patch by Jochen Voss (see Debian #224443)).
8896         + modify c++/cursesf.h to use const in the Enumeration_Field method.
8897         + remove an ambiguous (actually redundant) method from c++/cursesf.h
8898         + make $HOME/.terminfo update optional (suggested by Stanislav Ievlev).
8899         + improve sed script which extracts libtool's version in the
8900           CF_WITH_LIBTOOL macro.
8901         + add ifdef'd call to AC_PROG_LIBTOOL to CF_WITH_LIBTOOL macro (to
8902           simplify local patch for Albert Chin-A-Young)..
8903         + add $(CXXFLAGS) to link command in c++/Makefile.in (adapted from
8904           patch by Albert Chin-A-Young)..
8905         + fix a missing substitution in configure.in for "$target" needed for
8906           HPUX .so/.sl case.
8907         + resync CF_XOPEN_SOURCE configure macro with lynx; fixes IRIX64 and
8908           NetBSD 1.6 conflicts with _XOPEN_SOURCE.
8909         + make check for stdbool.h more specific, to ensure that including it
8910           will actually define/declare bool for the configured compiler.
8911         + rewrite ifdef's in curses.h relating NCURSES_BOOL and bool.  The
8912           intention of that is to #define NCURSES_BOOL as bool when the
8913           compiler declares bool, and to #define bool as NCURSES_BOOL when it
8914           does not (reported by Jim Gifford, Sam Varshavchik, cf: 20031213).
8915
8916 20040110 pre-release
8917         + change minor version to 4, i.e., ncurses 5.4
8918         + revised/improved terminfo entries for tvi912b, tvi920b (Benjamin C W
8919           Sittler).
8920         + simplified ncurses/base/version.c by defining the result from the
8921           configure script rather than using sprintf (suggested by Stanislav
8922           Ievlev).
8923         + remove obsolete casts from c++/cursesw.h (reported by Stanislav
8924           Ievlev).
8925         + modify configure script so that when configuring for termlib, programs
8926           such as tic are not linked with the upper-level ncurses library
8927           (suggested by Stanislav Ievlev).
8928         + move version.c from ncurses/base to ncurses/tinfo to allow linking
8929           of tic, etc., using libtinfo (suggested by Stanislav Ievlev).
8930
8931 20040103
8932         + adjust -D's to build ncursesw on OpenBSD.
8933         + modify CF_PROG_EXT to make OS/2 build with EXEEXT.
8934         + add pecho_wchar().
8935         + remove <wctype.h> include from lib_slk_wset.c which is not needed (or
8936           available) on older platforms.
8937
8938 20031227
8939         + add -D's to build ncursew on FreeBSD 5.1.
8940         + modify shared library configuration for FreeBSD 4.x/5.x to add the
8941           soname information (request by Marc Glisse).
8942         + modify _nc_read_tic_entry() to not use MAX_ALIAS, but PATH_MAX only
8943           for limiting the length of a filename in the terminfo database.
8944         + modify termname() to return the terminal name used by setupterm()
8945           rather than $TERM, without truncating to 14 characters as documented
8946           by X/Open (report by Stanislav Ievlev, cf:  970719).
8947         + re-add definition for _BSD_TYPES, lost in merge (cf: 20031206).
8948
8949 20031220
8950         + add configure option --with-manpage-format=catonly to address
8951           behavior of BSDI, allow install of man+cat files on NetBSD, whose
8952           behavior has diverged by requiring both to be present.
8953         + remove leading blanks from comment-lines in manlinks.sed script to
8954           work with Tru64 4.0d.
8955         + add screen.linux terminfo entry (discussion on mutt-users mailing
8956           list).
8957
8958 20031213
8959         + add a check for tic to flag missing backslashes for termcap
8960           continuation lines.  ncurses reads the whole entry, but termcap
8961           applications do not.
8962         + add configure option "--with-manpage-aliases" extending
8963           "--with-manpage-aliases" to provide the option of generating ".so"
8964           files rather than symbolic links for manpage aliases.
8965         + add bool definition in include/curses.h.in for configurations with no
8966           usable C++ compiler (cf: 20030607).
8967         + fix pathname of SigAction.h for building with --srcdir (reported by
8968           Mike Castle).
8969
8970 20031206
8971         + folded ncurses/base/sigaction.c into includes of ncurses/SigAction.h,
8972           since that header is used only within ncurses/tty/lib_tstp.c, for
8973           non-POSIX systems (discussion with Stanislav Ievlev).
8974         + remove obsolete _nc_outstr() function (report by Stanislav Ievlev
8975           <inger@altlinux.org>).
8976         + add test/background.c and test/color_set.c
8977         + modify color_set() function to work with color pair 0 (report by
8978           George Andreou <gbandreo@tem.uoc.gr>).
8979         + add configure option --with-trace, since defining TRACE seems too
8980           awkward for some cases.
8981         + remove a call to _nc_free_termtype() from read_termtype(), since the
8982           corresponding buffer contents were already zeroed by a memset (cf:
8983           20000101).
8984         + improve configure check for _XOPEN_SOURCE and related definitions,
8985           adding special cases for Solaris' __EXTENSIONS__ and FreeBSD's
8986           __BSD_TYPES (reports by Marc Glisse <marc.glisse@normalesup.org>).
8987         + small fixes to compile on Solaris and IRIX64 using cc.
8988         + correct typo in check for pre-POSIX sort options in MKkey_defs.sh
8989           (cf: 20031101).
8990
8991 20031129
8992         + modify _nc_gettime() to avoid a problem with arithmetic on unsigned
8993           values (Philippe Blain).
8994         + improve the nanosleep() logic in napms() by checking for EINTR and
8995           restarting (Philippe Blain).
8996         + correct expression for "%D" in lib_tgoto.c (Juha Jarvi
8997           <mooz@welho.com>).
8998
8999 20031122
9000         + add linux-vt terminfo entry (Andrey V Lukyanov <land@long.yar.ru>).
9001         + allow "\|" escape in terminfo; tic should not warn about this.
9002         + save the full pathname of the trace-file the first time it is opened,
9003           to avoid creating it in different directories if the application
9004           opens and closes it while changing its working directory.
9005         + modify configure script to provide a non-empty default for
9006           $BROKEN_LINKER
9007
9008 20031108
9009         + add DJGPP to special case of DOS-style drive letters potentially
9010           appearing in TERMCAP environment variable.
9011         + fix some spelling in comments (reports by Jason McIntyre, Jonathon
9012           Gray).
9013         + update config.guess, config.sub
9014
9015 20031101
9016         + fix a memory leak in error-return from setupterm() (report by
9017           Stanislav Ievlev <inger@altlinux.org>).
9018         + use EXEEXT and OBJEXT consistently in makefiles.
9019         + amend fixes for cross-compiling to use separate executable-suffix
9020           BUILD_EXEEXT (cf: 20031018).
9021         + modify MKkey_defs.sh to check for sort utility that does not
9022           recognize key options, e.g., busybox (report by Peter S Mazinger
9023           <ps.m@gmx.net>).
9024         + fix potential out-of-bounds indexing in _nc_infotocap() (found by
9025           David Krause using some of the new malloc debugging features
9026           under OpenBSD, patch by Ted Unangst).
9027         + modify CF_LIB_SUFFIX for Itanium releases of HP-UX, which use a
9028           ".so" suffix (patch by Jonathan Ward <Jonathan.Ward@hp.com>).
9029
9030 20031025
9031         + update terminfo for xterm-xfree86 -TD
9032         + add check for multiple "tc=" clauses in a termcap to tic.
9033         + check for missing op/oc in tic.
9034         + correct _nc_resolve_uses() and _nc_merge_entry() to allow infocmp and
9035           tic to show cancelled capabilities.  These functions were ignoring
9036           the state of the target entry, which should be untouched if cancelled.
9037         + correct comment in tack/output.c (Debian #215806).
9038         + add some null-pointer checks to lib_options.c (report by Michael
9039           Bienia).
9040         + regenerated html documentation.
9041         + correction to tar-copy.sh, remove a trap command that resulted in
9042           leaving temporary files (cf: 20030510).
9043         + remove contact/maintainer addresses for Juergen Pfeifer (his request).
9044
9045 20031018
9046         + updated test/configure to reflect changes for libtool (cf: 20030830).
9047         + fix several places in tack/pad.c which tested and used the parameter-
9048           and parameterless strings inconsistently, i.e., in pad_rin(),
9049           pad_il(), pad_indn() and pad_dl() (Debian #215805).
9050         + minor fixes for configure script and makefiles to cleanup executables
9051           generated when cross-compiling for DJGPP.
9052         + modify infocmp to omit check for $TERM for operations that do not
9053           require it, e.g., "infocmp -e" used to build fallback list (report by
9054           Egmont Koblinger).
9055
9056 20031004
9057         + add terminfo entries for DJGPP.
9058         + updated note about maintainer in ncurses-intro.html
9059
9060 20030927
9061         + update terminfo entries for gnome terminal.
9062         + modify tack to reset colors after each color test, correct a place
9063           where exit_standout_mode was used instead of exit_attribute_mode.
9064         + improve tack's bce test by making it set colors other than black
9065           on white.
9066         + plug a potential recursion between napms() and _nc_timed_wait()
9067           (report by Philippe Blain).
9068
9069 20030920
9070         + add --with-rel-version option to allow workaround to allow making
9071           libtool on Darwin generate the "same" library names as with the
9072           --with-shared option.  The Darwin ld program does not work well
9073           with a zero as the minor-version value (request by Chris Zubrzycki).
9074         + modify CF_MIXEDCASE_FILENAMES macro to work with cross-compiling.
9075         + modify tack to allow it to run from fallback terminfo data.
9076         > patch by Philippe Blain:
9077         + improve PutRange() by adjusting call to EmitRange() and corresponding
9078           return-value to not emit unchanged characters on the end of the
9079           range.
9080         + improve a check for changed-attribute by exiting a loop when the
9081           change is found.
9082         + improve logic in TransformLine(), eliminating a duplicated comparison
9083           in the clr_bol logic.
9084
9085 20030913
9086         > patch by Philippe Blain:
9087         + in ncurses/tty/lib_mvcur.c,
9088           move the label 'nonlocal' just before the second gettimeofday() to
9089           be able to compute the diff time when 'goto nonlocal' used.
9090           Rename 'msec' to 'microsec' in the debug-message.
9091         + in ncurses/tty/lib_mvcur.c,
9092           Use _nc_outch() in carriage return/newline movement instead of
9093           putchar() which goes to stdout.  Move test for xold>0 out of loop.
9094         + in ncurses/tinfo/setbuf.c,
9095           Set the flag SP->_buffered at the end of operations when all has been
9096           successful (typeMalloc can fail).
9097         + simplify NC_BUFFERED macro by moving check inside _nc_setbuf().
9098
9099 20030906
9100         + modify configure script to avoid using "head -1", which does not
9101           work if POSIXLY_CORRECT (sic) is set.
9102         + modify run_tic.in to avoid using wrong shared libraries when
9103           cross-compiling (Dan Kegel).
9104
9105 20030830
9106         + alter configure script help message to make it clearer that
9107           --with-build-cc does not specify a cross-compiler (suggested by Dan
9108           Kegel <dank@kegel.com>).
9109         + modify configure script to accommodate libtool 1.5, as well as add an
9110           parameter to the "--with-libtool" option which can specify the
9111           pathname of libtool (report by Chris Zubrzycki).  We note that
9112           libtool 1.5 has more than one bug in its C++ support, so it is not
9113           able to install libncurses++, for instance, if $DESTDIR or the option
9114           --with-install-prefix is used.
9115
9116 20030823
9117         > patch by Philippe Blain:
9118         + move assignments to SP->_cursrow, SP->_curscol into online_mvcur().
9119         + make baudrate computation in delay_output() consistent with the
9120           assumption in _nc_mvcur_init(), i.e., a byte is 9 bits.
9121
9122 20030816
9123         + modify logic in waddch_literal() to take into account zh_TW.Big5
9124           whose multibyte sequences may contain "printable" characters, e.g.,
9125           a "g" in the sequence "\247g" (Debian #204889, cf: 20030621).
9126         + improve storage used by _nc_safe_strcpy() by ensuring that the size
9127           is reset based on the initialization call, in case it were called
9128           after other strcpy/strcat calls (report by Philippe Blain).
9129         > patch by Philippe Blain:
9130         + remove an unused ifdef for REAL_ATTR & WANT_CHAR
9131         + correct a place where _cup_cost was used rather than _cuu_cost
9132
9133 20030809
9134         + fix a small memory leak in _nc_free_termtype().
9135         + close trace-file if trace() is called with a zero parameter.
9136         + free memory allocated for soft-key strings, in delscreen().
9137         + fix an allocation size in safe_sprintf.c for the "*" format code.
9138         + correct safe_sprintf.c to not return a null pointer if the format
9139           happens to be an empty string.  This applies to the "configure
9140           --enable-safe-sprintf" option (Redhat #101486).
9141
9142 20030802
9143         + modify casts used for ABSENT_BOOLEAN and CANCELLED_BOOLEAN (report by
9144           Daniel Jacobowitz).
9145         > patch by Philippe Blain:
9146         + change padding for change_scroll_region to not be proportional to
9147           the size of the scroll-region.
9148         + correct error-return in _nc_safe_strcat().
9149
9150 20030726
9151         + correct limit-checks in _nc_scroll_window() (report and test-case by
9152           Thomas Graf <graf@dms.at> cf: 20011020).
9153         + re-order configure checks for _XOPEN_SOURCE to avoid conflict with
9154           _GNU_SOURCE check.
9155
9156 20030719
9157         + use clr_eol in preference to blanks for bce terminals, so select and
9158           paste will have fewer trailing blanks, e.g., when using xterm
9159           (request by Vincent Lefevre).
9160         + correct prototype for wunctrl() in manpage.
9161         + add configure --with-abi-version option (discussion with Charles
9162           Wilson).
9163         > cygwin changes from Charles Wilson:
9164           + aclocal.m4: on cygwin, use autodetected prefix for import
9165             and static lib, but use "cyg" for DLL.
9166           + include/ncurses_dll.h: correct the comments to reflect current
9167             status of cygwin/mingw port.  Fix compiler warning.
9168           + misc/run_tic.in: ensure that tic.exe can find the uninstalled
9169             DLL, by adding the lib-directory to the PATH variable.
9170           + misc/terminfo.src (nxterm|xterm-color): make xterm-color
9171             primary instead of nxterm, to match XFree86's xterm.terminfo
9172             usage and to prevent circular links.
9173             (rxvt): add additional codes from rxvt.org.
9174             (rxvt-color): new alias
9175             (rxvt-xpm): new alias
9176             (rxvt-cygwin): like rxvt, but with special acsc codes.
9177             (rxvt-cygwin-native): ditto.  rxvt may be run under XWindows, or
9178             with a "native" MSWin GUI.  Each takes different acsc codes,
9179             which are both different from the "normal" rxvt's acsc.
9180             (cygwin): cygwin-in-cmd.exe window.  Lots of fixes.
9181             (cygwinDBG): ditto.
9182           + mk-1st.awk: use "cyg" for the DLL prefix, but "lib" for import
9183             and static libs.
9184
9185 20030712
9186         + update config.guess, config.sub
9187         + add triples for configuring shared libraries with the Debian
9188           GNU/FreeBSD packages (patch by Robert Millan <zeratul2@wanadoo.es>).
9189
9190 20030705
9191         + modify CF_GCC_WARNINGS so it only applies to gcc, not g++.  Some
9192           platforms have installed g++ along with the native C compiler, which
9193           would not accept gcc warning options.
9194         + add -D_XOPEN_SOURCE=500 when configuring with --enable-widec, to
9195           get mbstate_t declaration on HPUX 11.11 (report by David Ellement).
9196         + add _nc_pathlast() to get rid of casts in _nc_basename() calls.
9197         + correct a sign-extension in wadd_wch() and wecho_wchar() from
9198           20030628 (report by Tomohiro Kubota).
9199         + work around omission of btowc() and wctob() from wide-character
9200           support (sic) in NetBSD 1.6 using mbtowc() and wctomb() (report by
9201           Gabor Z Papp).
9202         + add portability note to curs_get_wstr.3x (Debian #199957).
9203
9204 20030628
9205         + rewrite wadd_wch() and wecho_wchar() to call waddch() and wechochar()
9206           respectively, to avoid calling waddch_noecho() with wide-character
9207           data, since that function assumes its input is 8-bit data.
9208           Similarly, modify waddnwstr() to call wadd_wch().
9209         + remove logic from waddnstr() which transformed multibyte character
9210           strings into wide-characters.  Rewrite of waddch_literal() from
9211           20030621 assumes its input is raw multibyte data rather than wide
9212           characters (report by Tomohiro Kubota).
9213
9214 20030621
9215         + write getyx() and related 2-return macros in terms of getcury(),
9216           getcurx(), etc.
9217         + modify waddch_literal() in case an application passes bytes of a
9218           multibyte character directly to waddch().  In this case, waddch()
9219           must reassemble the bytes into a wide-character (report by Tomohiro
9220           Kubota <kubota@debian.org>).
9221
9222 20030614
9223         + modify waddch_literal() in case a multibyte value occupies more than
9224           two cells.
9225         + modify PutAttrChar() to compute the number of character cells that
9226           are used in multibyte values.  This fixes a problem displaying
9227           double-width characters (report/test by Mitsuru Chinen
9228           <mchinen@yamato.ibm.com>).
9229         + add a null-pointer check for result of keyname() in _tracechar()
9230         + modify _tracechar() to work around glibc sprintf bug.
9231
9232 20030607
9233         + add a call to setlocale() in cursesmain.cc, making demo display
9234           properly in a UTF-8 locale.
9235         + add a fallback definition in curses.priv.h for MB_LEN_MAX (prompted
9236           by discussion with Gabor Z Papp).
9237         + use macros NCURSES_ACS() and NCURSES_WACS() to hide cast needed to
9238           appease -Wchar-subscript with g++ 3.3 (Debian #195732).
9239         + fix a redefinition of $RANLIB in the configure script when libtool
9240           is used, which broke configure on Mac OS X (report by Chris Zubrzycki
9241           <beren@mac.com>).
9242         + simplify ifdef for bool declaration in curses.h.in (suggested by
9243           Albert Chin-A-Young).
9244         + remove configure script check to allow -Wconversion for older
9245           versions of gcc (suggested by Albert Chin-A-Young).
9246
9247 20030531
9248         + regenerated html manpages.
9249         + modify ifdef's in curses.h.in that disabled use of __attribute__()
9250           for g++, since recent versions implement the cases which ncurses uses
9251           (Debian #195230).
9252         + modify _nc_get_token() to handle a case where an entry has no
9253           description, and capabilities begin on the same line as the entry
9254           name.
9255         + fix a typo in ncurses_dll.h reported by gcc 3.3.
9256         + add an entry for key_defined.3x to man_db.renames.
9257
9258 20030524
9259         + modify setcchar() to allow converting control characters to complex
9260           characters (report/test by Mitsuru Chinen <mchinen@yamato.ibm.com>).
9261         + add tkterm entry -TD
9262         + modify parse_entry.c to allow a terminfo entry with a leading
9263           2-character name (report by Don Libes).
9264         + corrected acsc in screen.teraterm, which requires a PC-style mapping.
9265         + fix trace statements in read_entry.c to use lseek() rather than
9266           tell().
9267         + fix signed/unsigned warnings from Sun's compiler (gcc should give
9268           these warnings, but it is unpredictable).
9269         + modify configure script to omit -Winline for gcc 3.3, since that
9270           feature is broken.
9271         + modify manlinks.sed to add a few functions that were overlooked since
9272           they return function pointers:  field_init, field_term, form_init,
9273           form_term, item_init, item_term, menu_init and menu_term.
9274
9275 20030517
9276         + prevent recursion in wgetch() via wgetnstr() if the connection cannot
9277           be switched between cooked/raw modes because it is not a TTY (report
9278           by Wolfgang Gutjahr <gutw@knapp.com>).
9279         + change parameter of define_key() and key_defined() to const (prompted
9280           by Debian #192860).
9281         + add a check in test/configure for ncurses extensions, since there
9282           are some older versions, etc., which would not compile with the
9283           current test programs.
9284         + corrected demo in test/ncurses.c of wgetn_wstr(), which did not
9285           convert wchar_t string to multibyte form before printing it.
9286         + corrections to lib_get_wstr.c:
9287           + null-terminate buffer passed to setcchar(), which occasionally
9288             failed.
9289           + map special characters such as erase- and kill-characters into
9290             key-codes so those will work as expected even if they are not
9291             mentioned in the terminfo.
9292         + modify PUTC() and Charable() macros to make wide-character line
9293           drawing work for POSIX locale on Linux console (cf: 20021221).
9294
9295 20030510
9296         + make typography for program options in manpages consistent (report
9297           by Miloslav Trmac <mitr@volny.cz>).
9298         + correct dependencies in Ada95/src/Makefile.in, so the builds with
9299           "--srcdir" work (report by Warren L Dodge).
9300         + correct missing definition of $(CC) in Ada95/gen/Makefile.in
9301           (reported by Warren L Dodge <warrend@mdhost.cse.tek.com>).
9302         + fix typos and whitespace in manpages (patch by Jason McIntyre
9303           <jmc@prioris.mini.pw.edu.pl>).
9304
9305 20030503
9306         + fix form_driver() cases for REQ_CLR_EOF, REQ_CLR_EOL, REQ_DEL_CHAR,
9307           REQ_DEL_PREV and REQ_NEW_LINE, which did not ensure the cursor was at
9308           the editing position before making modifications.
9309         + add test/demo_forms and associated test/edit_field.c demos.
9310         + modify test/configure.in to use test/modules for the list of objects
9311           to compile rather than using the list of programs.
9312
9313 20030419
9314         + modify logic of acsc to use the original character if no mapping is
9315           defined, noting that Solaris does this.
9316         + modify ncurses 'b' test to avoid using the acs_map[] array since
9317           20021231 changes it to no longer contain information from the acsc
9318           string.
9319         + modify makefile rules in c++, progs, tack and test to ensure that
9320           the compiler flags (e.g., $CFLAGS or $CCFLAGS) are used in the link
9321           command (report by Jose Luis Rico Botella <informatica@serpis.com>).
9322         + modify soft-key initialization to use A_REVERSE if A_STANDOUT would
9323           not be shown when colors are used, i.e., if ncv#1 is set in the
9324           terminfo as is done in "screen".
9325
9326 20030412
9327         + add a test for slk_color(), in ncurses.c
9328         + fix some issues reported by valgrind in the slk_set() and slk_wset()
9329           code, from recent rewrite.
9330         + modify ncurses 'E' test to use show previous label via slk_label(),
9331           as in 'e' test.
9332         + modify wide-character versions of NewChar(), NewChar2() macros to
9333           ensure that the whole struct is initialized.
9334
9335 20030405
9336         + modify setupterm() to check if the terminfo and terminal-modes have
9337           already been read.  This ensures that it does not reinvoke
9338           def_prog_mode() when an application calls more than one function,
9339           such as tgetent() and initscr() (report by Olaf Buddenhagen).
9340
9341 20030329
9342         + add 'E' test to ncurses.c, to exercise slk_wset().
9343         + correct handling of carriage-return in wgetn_wstr(), used in demo of
9344           slk_wset().
9345         + first draft of slk_wset() function.
9346
9347 20030322
9348         + improved warnings in tic when suppressing items to fit in termcap's
9349           1023-byte limit.
9350         + built a list in test/README showing which externals are being used
9351           by either programs in the test-directory or via internal library
9352           calls.
9353         + adjust include-options in CF_ETIP_DEFINES to avoid missing
9354           ncurses_dll.h, fixing special definitions that may be needed for
9355           etip.h (reported by Greg Schafer <gschafer@zip.com.au>).
9356
9357 20030315
9358         + minor fixes for cardfile.c, to make it write the updated fields to
9359           a file when ^W is given.
9360         + add/use _nc_trace_bufcat() to eliminate some fixed buffer limits in
9361           trace code.
9362
9363 20030308
9364         + correct a case in _nc_remove_string(), used by define_key(), to avoid
9365           infinite loop if the given string happens to be a substring of other
9366           strings which are assigned to keys (report by John McCutchan).
9367         + add key_defined() function, to tell which keycode a string is bound
9368           to (discussion with John McCutchan <ttb@tentacle.dhs.org>).
9369         + correct keybound(), which reported definitions in the wrong table,
9370           i.e., the list of definitions which are disabled by keyok().
9371         + modify demo_keydef.c to show the details it changes, and to check
9372           for errors.
9373
9374 20030301
9375         + restructured test/configure script, make it work for libncursesw.
9376         + add description of link_fieldtype() to manpage (report by
9377           L Dee Holtsclaw <dee@sunbeltsoft.com>).
9378
9379 20030222
9380         + corrected ifdef's relating to configure check for wchar_t, etc.
9381         + if the output is a socket or other non-tty device, use 1 millisecond
9382           for the cost in mvcur; previously it was 9 milliseconds because the
9383           baudrate was not known.
9384         + in _nc_get_tty_mode(), initialize the TTY buffer on error, since
9385           glibc copies uninitialized data in that case, as noted by valgrind.
9386         + modify tput to use the same parameter analysis as tparm() does, to
9387           provide for user-defined strings, e.g., for xterm title, a
9388           corresponding capability might be
9389                 title=\E]2;%p1%s^G,
9390         + modify MKlib_gen.sh to avoid passing "#" tokens through the C
9391           preprocessor.  This works around Mac OS X's preprocessor, which
9392           insists on adding a blank on each side of the token (report/analysis
9393           by Kevin Murphy <murphy@genome.chop.edu>).
9394
9395 20030215
9396         + add configure check for wchar_t and wint_t types, rather than rely
9397           on preprocessor definitions.  Also work around for gcc fixinclude
9398           bug which creates a shadow copy of curses.h if it sees these symbols
9399           apparently typedef'd.
9400         + if database is disabled, do not generate run_tic.sh
9401         + minor fixes for memory-leak checking when termcap is read.
9402
9403 20030208
9404         + add checking in tic for incomplete line-drawing character mapping.
9405         + updated configure script to reflect fix for AC_PROG_GCC_TRADITIONAL,
9406           which is broken in autoconf 2.5x for Mac OS X 10.2.3 (report by
9407           Gerben Wierda <Sherlock@rna.nl>).
9408         + make return value from _nc_printf_string() consistent.  Before,
9409           depending on whether --enable-safe-sprintf was used, it might not be
9410           cached for reallocating.
9411
9412 20030201
9413         + minor fixes for memory-leak checking in lib_tparm.c, hardscroll.c
9414         + correct a potentially-uninitialized value if _read_termtype() does
9415           not read as much data as expected (report by Wolfgang Rohdewald
9416           <wr6@uni.de>).
9417         + correct several places where the aclocal.m4 macros relied on cache
9418           variable names which were incompatible (as usual) between autoconf
9419           2.13 and 2.5x, causing the test for broken-linker to give incorrect
9420           results (reports by Gerben Wierda <Sherlock@rna.nl> and Thomas Esser
9421           <te@dbs.uni-hannover.de>).
9422         + do not try to open gpm mouse driver if standard output is not a tty;
9423           the gpm library does not make this check (bug report for dialog
9424           by David Oliveira <davidoliveira@develop.prozone.ws>).
9425
9426 20030125
9427         + modified emx.src to correspond more closely to terminfo.src, added
9428           emx-base to the latter -TD
9429         + add configure option for FreeBSD sysmouse, --with-sysmouse, and
9430           implement support for that in lib_mouse.c, lib_getch.c
9431
9432 20030118
9433         + revert 20030105 change to can_clear_with(), does not work for the
9434           case where the update is made on cells which are blanks with
9435           attributes, e.g., reverse.
9436         + improve ifdef's to guard against redefinition of wchar_t and wint_t
9437           in curses.h (report by Urs Jansen).
9438
9439 20030111
9440         + improve mvcur() by checking if it is safe to move when video
9441           attributes are set (msgr), and if not, reset/restore attributes
9442           within that function rather than doing it separately in the GoTo()
9443           function in tty_update.c (suggested by Philippe Blain).
9444         + add a message in run_tic.in to explain more clearly what does not
9445           work when attempting to create a symbolic link for /usr/lib/terminfo
9446           on OS/2 and other platforms with no symbolic links (report by John
9447           Polterak).
9448         + change several sed scripts to avoid using "\+" since it is not a BRE
9449           (basic regular expression).  One instance caused terminfo.5 to be
9450           misformatted on FreeBSD (report by Kazuo Horikawa
9451           <horikawa@FreeBSD.org> (see FreeBSD docs/46709)).
9452         + correct misspelled 'wint_t' in curs_get_wch.3x (Michael Elkins).
9453
9454 20030105
9455         + improve description of terminfo operators, especially static/dynamic
9456           variables (comments by Mark I Manning IV <mark4th@earthlink.net>).
9457         + demonstrate use of FIELDTYPE by modifying test/ncurses 'r' test to
9458           use the predefined TYPE_ALPHA field-type, and by defining a
9459           specialized type for the middle initial/name.
9460         + fix MKterminfo.sh, another workaround for POSIXLY_CORRECT misfeature
9461           of sed 4.0
9462         > patch by Philippe Blain:
9463         + optimize can_clear_with() a little by testing first if the parameter
9464           is indeed a "blank".
9465         + simplify ClrBottom() a little by allowing it to use clr_eos to clear
9466           sections as small as one line.
9467         + improve ClrToEOL() by checking if clr_eos is available before trying
9468           to use it.
9469         + use tputs() rather than putp() in a few cases in tty_update.c since
9470           the corresponding delays are proportional to the number of lines
9471           affected: repeat_char, clr_eos, change_scroll_region.
9472
9473 20021231
9474         + rewrite of lib_acs.c conflicts with copying of SCREEN acs_map to/from
9475           global acs_map[] array; removed the lines that did the copying.
9476
9477 20021228
9478         + change some overlooked tputs() calls in scrolling code to use putp()
9479           (report by Philippe Blain).
9480         + modify lib_getch.c to avoid recursion via wgetnstr() when the input
9481           is not a tty and consequently mode-changes do not work (report by
9482           <R.Chamberlin@querix.com>).
9483         + rewrote lib_acs.c to allow PutAttrChar() to decide how to render
9484           alternate-characters, i.e., to work with Linux console and UTF-8
9485           locale.
9486         + correct line/column reference in adjust_window(), needed to make
9487           special windows such as curscr track properly when resizing (report
9488           by Lucas Gonze <lgonze@panix.com>).
9489         > patch by Philippe Blain:
9490         + correct the value used for blank in ClrBottom() (broken in 20000708).
9491         + correct an off-by-one in GoTo() parameter in _nc_scrolln().
9492
9493 20021221
9494         + change several tputs() calls in scrolling code to use putp(), to
9495           enable padding which may be needed for some terminals (patch by
9496           Philippe Blain).
9497         + use '%' as sed substitute delimiter in run_tic script to avoid
9498           problems with pathname delimiters such as ':' and '@' (report by John
9499           Polterak).
9500         + implement a workaround so that line-drawing works with screen's
9501           crippled UTF-8 support (tested with 3.9.13).  This only works with
9502           the wide-character support (--enable-widec); the normal library will
9503           simply suppress line-drawing when running in a UTF-8 locale in screen.
9504
9505 20021214
9506         + allow BUILD_CC and related configure script variables to be
9507           overridden from the environment.
9508         + make build-tools variables in ncurses/Makefile.in consistent with
9509           the configure script variables (report by Maciej W Rozycki).
9510         + modify ncurses/modules to allow
9511                 configure --disable-leaks --disable-ext-funcs
9512           to build (report by Gary Samuelson).
9513         + fix a few places in configure.in which lacked quotes (report by
9514           Gary Samuelson <gary.samuelson@verizon.com>).
9515         + correct handling of multibyte characters in waddch_literal() which
9516           force wrapping because they are started too late on the line (report
9517           by Sam Varshavchik).
9518         + small fix for CF_GNAT_VERSION to ignore the help-message which
9519           gnatmake adds to its version-message.
9520         > Maciej W Rozycki <macro@ds2.pg.gda.pl>:
9521         + use AC_CHECK_TOOL to get proper values for AR and LD for cross
9522           compiling.
9523         + use $cross_compiling variable in configure script rather than
9524           comparing $host_alias and $target alias, since "host" is
9525           traditionally misused in autoconf to refer to the target platform.
9526         + change configure --help message to use "build" rather than "host"
9527           when referring to the --with-build-XXX options.
9528
9529 20021206
9530         + modify CF_GNAT_VERSION to print gnatmake's version, and to allow for
9531           possible gnat versions such as 3.2 (report by Chris Lingard
9532           <chris@stockwith.co.uk>).
9533         + modify #define's for CKILL and other default control characters in
9534           tset to use the system's default values if they are defined.
9535         + correct interchanged defaults for kill and interrupt characters
9536           in tset, which caused it to report unnecessarily (Debian #171583).
9537         + repair check for missing C++ compiler, which is broken in autoconf
9538           2.5x by hardcoding it to g++ (report by Martin Mokrejs).
9539         + update config.guess, config.sub (2002-11-30)
9540         + modify configure script to skip --with-shared, etc., when the
9541           --with-libtool option is given, since they would be ignored anyway.
9542         + fix to allow "configure --with-libtool --with-termlib" to build.
9543         + modify configure script to show version number of libtool, to help
9544           with bug reports.  libtool still gets confused if the installed
9545           ncurses libraries are old, since it ignores the -L options at some
9546           point (tested with libtool 1.3.3 and 1.4.3).
9547         + reorder configure script's updating of $CPPFLAGS and $CFLAGS to
9548           prevent -I options in the user's environment from introducing
9549           conflicts with the build -I options (may be related to reports by
9550           Patrick Ash and George Goffe).
9551         + rename test/define_key.c to test/demo_defkey.c, test/keyok.c to
9552           test/demo_keyok.c to allow building these with libtool.
9553
9554 20021123
9555         + add example program test/define_key.c for define_key().
9556         + add example program test/keyok.c for keyok().
9557         + add example program test/ins_wide.c for wins_wch() and wins_wstr().
9558         + modify wins_wch() and wins_wstr() to interpret tabs by using the
9559           winsch() internal function.
9560         + modify setcchar() to allow for wchar_t input strings that have
9561           more than one spacing character.
9562
9563 20021116
9564         + fix a boundary check in lib_insch.c (patch by Philippe Blain).
9565         + change type for *printw functions from NCURSES_CONST to const
9566           (prompted by comment by Pedro Palhoto Matos <plpm@mega.ist.utl.pt>,
9567           but really from a note on X/Open's website stating that either is
9568           acceptable, and the latter will be used in a future revision).
9569         + add xterm-1002, xterm-1003 terminfo entries to demonstrate changes in
9570           lib_mouse.c (20021026) -TD
9571         + add screen-bce, screen-s entries from screen 3.9.13 (report by
9572           Adam Lazur <zal@debian.org>) -TD
9573         + add mterm terminfo entries -TD
9574
9575 20021109
9576         + split-out useful fragments in terminfo for vt100 and vt220 numeric
9577           keypad, i.e., vt100+keypad, vt100+pfkeys, vt100+fnkeys and
9578           vt220+keypad.  The last as embedded in various entries had ka3 and
9579           kb2 interchanged (report/discussion with Leonard den Ottolander
9580           <leonardjo@hetnet.nl>).
9581         + add check in tic for keypads consistent with vt100 layout.
9582         + improve checks in tic for color capabilities
9583
9584 20021102
9585         + check for missing/empty/illegal terminfo name in _nc_read_entry()
9586           (report by Martin Mokrejs, where $TERM was set to an empty string).
9587         + rewrote lib_insch.c, combining it with lib_insstr.c so both handle
9588           tab and other control characters consistently (report by Philippe
9589           Blain).
9590         + remove an #undef for KEY_EVENT from curses.tail used in the
9591           experimental NCURSES_WGETCH_EVENTS feature.  The #undef confuses
9592           dpkg's build script (Debian #165897).
9593         + fix MKlib_gen.sh, working around the ironically named POSIXLY_CORRECT
9594           feature of GNU sed 4.0 (reported by Ervin Nemeth <airwin@inf.bme.hu>).
9595
9596 20021026
9597         + implement logic in lib_mouse.c to handle position reports which are
9598           generated when XFree86 xterm is initialized with private modes 1002
9599           or 1003.  These are returned to the application as the
9600           REPORT_MOUSE_POSITION mask, which was not implemented.  Tested both
9601           with ncurses 'a' menu (prompted by discussion with Larry Riedel
9602           <Larry@Riedel.org>).
9603         + modify lib_mouse.c to look for "XM" terminfo string, which allows
9604           one to override the escape sequence used to enable/disable mouse
9605           mode.  In particular this works for XFree86 xterm private modes
9606           1002 and 1003.  If "XM" is missing (note that this is an extended
9607           name), lib_mouse uses the conventional private mode 1000.
9608         + correct NOT_LOCAL() macro in lib_mvcur.c to refer to screen_columns
9609           where it used screen_lines (report by Philippe Blain).
9610         + correct makefile rules for the case when both --with-libtool and
9611           --with-gpm are given (report by Mr E_T <troll@logi.net.au>).
9612         + add note to terminfo manpage regarding the differences between
9613           setaf/setab and setf/setb capabilities (report by Pavel Roskin).
9614
9615 20021019
9616         + remove redundant initialization of TABSIZE in newterm(), since it is
9617           already done in setupterm() (report by Philippe Blain).
9618         + add test/inserts.c, to test winnstr() and winsch().
9619         + replace 'sort' in dist.mk with script that sets locale to POSIX.
9620         + update URLs in announce.html.in (patch by Frederic L W Meunier).
9621         + remove glibc add-on files, which are no longer needed (report by
9622           Frederic L W Meunier).
9623
9624 20021012 5.3 release for upload to ftp.gnu.org
9625         + modify ifdef's in etip.h.in to allow the etip.h header to compile
9626           with gcc 3.2 (patch by Dimitar Zhekov <jimmy@is-vn.bg>).
9627         + add logic to setupterm() to make it like initscr() and newterm(),
9628           by checking for $NCURSES_TRACE environment variable and enabling
9629           the debug trace in that case.
9630         + modify setupterm() to ensure that it initializes the baudrate, for
9631           applications such as tput (report by Frank Henigman).
9632         + modify definition of bits used for command-line and library debug
9633           traces to avoid overlap, using new definition TRACE_SHIFT to relate
9634           the two.
9635         + document tput's interpretation of parameterized strings according to
9636           whether parameters are given, etc. (discussion with Robert De Bath).
9637
9638 20021005 pre-release
9639         + correct winnwstr() to account for non-character cells generated when
9640           a double-width character is added (report by Michael Bienia
9641           <michael@vorlon.ping.de>).
9642         + modify _nc_viswbuf2n() to provide better results using wctomb().
9643         + correct logic in _nc_varargs() which broke tracing of parameters for
9644           formats such as "%.*s".
9645         + correct scale factor in linux-c and linux-c-nc terminfo entries
9646           (report Floyd Davidson).
9647         + change tic -A option to -t, add the same option to infocmp for
9648           consistency.
9649         + correct "%c" implementation in lib_tparm.c, which did not map a null
9650           character to a 128 (cf: 980620) (patch by Frank Henigman
9651           <fjhenigman@mud.cgl.uwaterloo.ca>).
9652
9653 20020928 pre-release
9654         + modify MKkey_defs.sh to check for POSIX sort -k option, use that if
9655           it is found, to accommodate newer utility which dropped the
9656           compatibility support for +number options (reported by Andrey A
9657           Chernov).
9658         + modify linux terminfo entry to use color palette feature from
9659           linux-c-nc entry (comments by Tomasz Wasiak and Floyd Davidson).
9660         + restore original color definitions in endwin() if init_color() was
9661           used, and resume those colors on the next doupdate() or refresh()
9662           (report by Tomasz Wasiak <tjwasiak@komputom.com.pl>).
9663         + improve debug-traces by modifying MKlib_gen.sh to generate calls
9664           to returnBool() and returnAttr().
9665         + add/use _nc_visbufn() and _nc_viswbufn() to limit the debug trace
9666           of waddnstr() and similar functions to match the parameters as used.
9667         + add/use _nc_retrace_bool() and _nc_retrace_unsigned().
9668         + correct type used by _nc_retrace_chtype().
9669         + add debug traces to some functions in lib_mouse.c
9670         + modify lib_addch.c to handle non-spacing characters.
9671         + correct parameter of RemAttr() in lib_bkgd.c, which caused the c++
9672           demo's boxes to lose the A_ALTCHARSET flag (broken in 20020629).
9673         + correct width computed in _tracedump(), which did not account for
9674           the attributes (broken in 20010602).
9675         + modify test/tracemunch to replace addresses for windows other than
9676           curscr, newscr and stdscr with window0, window1, etc.
9677
9678 20020921 pre-release
9679         + redid fix for edit_man.sed path.
9680         + workaround for Cygwin bug which makes subprocess writes to stdout
9681           result in core dump.
9682         + documented getbegx(), etc.
9683         + minor fixes to configure script to use '%' consistently as a sed
9684           delimiter rather than '@'.
9685         > patch by Philippe Blain:
9686         + add check in lib_overlay.c to ensure that the windows to be merged
9687           actually overlap, and in copywin(), limit the area to be touched
9688           to the lines given for the destination window.
9689
9690 20020914 pre-release
9691         + modified curses.h so that if the wide-character version is installed
9692           overwriting /usr/include/curses.h, and if it relied on libutf8.h,
9693           then applications that use that header for wide-character support
9694           must define HAVE_LIBUTF8_H.
9695         + modify putwin(), getwin() and dupwin() to allow them to operate on
9696           pads (request by Philippe Blain).
9697         + correct attribute-merging in wborder(), broken in 20020216 (report
9698           by Tomasz Wasiak <tjwasiak@grubasek.komputom.com.pl>).
9699         > patch by Philippe Blain:
9700         + corrected pop-counts in tparam_internal() to '!' and '~' cases.
9701         + use sizeof(NCURSES_CH_T) in one place that used sizeof(chtype).
9702         + remove some unused variables from mvcur test-driver.
9703
9704 20020907 pre-release
9705         + change configure script to allow install of widec-character
9706           (ncursesw) headers to overwrite normal (ncurses) headers, since the
9707           latter is a compatible subset of the former.
9708         + fix path of edit_man.sed in configure script, needed to regenerate
9709           html manpages on Debian.
9710         + fix mismatched enums in vsscanf.c, which caused warning on Solaris.
9711         + update README.emx to reflect current patch used for autoconf.
9712         + change web- and ftp-site to invisible-island.net
9713         > patch by Philippe Blain:
9714         + change case for 'P' in tparam_internal() to indicate that it pops
9715           a variable from the stack.
9716         + correct sense of precision and width in parse_format(), to avoid
9717           confusion.
9718         + modify lib_tparm.c, absorb really_get_space() into get_space().
9719         + modify getwin() and dupwin() to copy the _notimeout, _idlok and
9720           _idcok window fields.
9721         + better fix for _nc_set_type(), using typeMalloc().
9722
9723 20020901 pre-release
9724         + change minor version to 3, i.e., ncurses 5.3
9725         + update config.guess, config.sub
9726         + retest build with each configure option; minor ifdef fixes.
9727         + make keyname() return a null pointer rather than "UNKNOWN STRING" to
9728           match XSI.
9729         + modify handling of wide line-drawing character functions to use the
9730           normal line-drawing characters when not in UTF-8 locale.
9731         + add check/fix to comp_parse.c to suppress warning about missing acsc
9732           string.  This happens in configurations where raw termcap information
9733           is processed; tic already does this and other checks.
9734         + modify tic's check for ich/ich1 versus rmir/smir to only warn about
9735           ich1, to match xterm patch #70 notes.
9736         + moved information for ripped-off lines into SCREEN struct to allow
9737           use in resizeterm().
9738         + add experimental wgetch_events(), ifdef'd with NCURSES_WGETCH_EVENTS
9739           (adapted from patch by Ilya Zakharevich - see ncurses/README.IZ).
9740         + amend check in kgetch() from 20020824 to look only for function-keys,
9741           otherwise escape sequences are not resolved properly.
9742         > patch by Philippe Blain:
9743         + removed redundant assignment to SP->_checkfd from newterm().
9744         + check return-value of setupterm() in restartterm().
9745         + use sizeof(NCURSES_CH_T) in a few places that used sizeof(chtype).
9746         + prevent dupwin() from duplicating a pad.
9747         + prevent putwin() from writing a pad.
9748         + use typeRealloc() or typeMalloc() in preference to direct calls on
9749           _nc_doalloc().
9750
9751 20020824
9752         + add a check in kgetch() for cooked characters in the fifo to avoid
9753           calling fifo_push() when a KEY_RESIZE is available (report/analysis
9754           by Sam Varshavchik <mrsam@courier-mta.com>).
9755         + fix an overlooked case for Redhat #68199 (Philippe Blain).
9756         + ensure clearerr() is called before using ferror() e.g., in
9757           lib_screen.c (report by Philippe Blain).
9758
9759 20020817
9760         + modify lib_screen.c and lib_newwin.c to maintain the SCREEN-specific
9761           pointers for curscr/stdscr/newscr when scr_save() and scr_restore()
9762           modify the global curscr/stdscr/newscr variables.  Fixes Redhat
9763           #68199.
9764         + add checks for null pointer in calls to tparm() and tgoto() based on
9765           FreeBSD bug report.  If ncurses were built with termcap support, and
9766           the first call to tgoto() were a zero-length string, the result would
9767           be a null pointer, which was not handled properly.
9768         + correct a typo in terminfo.head, which gave the octal code for colon
9769           rather than comma.
9770         + remove the "tic -u" option from 20020810, since it did not account
9771           for nested "tc=" clauses, and when that was addressed, was still
9772           unsatisfactory.
9773
9774 20020810
9775         + add tic -A option to suppress capabilities which are commented out
9776           when translating to termcap.
9777         + add tic -u option to provide older behavior of "tc=" clauses.
9778         + modified tic to expand all but the final "tc=" clause in a termcap
9779           entry, to accommodate termcap libraries which do not handle multiple
9780           tc clauses.
9781         + correct typo in curs_inopts.3x regarding CS8/CS7 usage (report by
9782           Philippe Blain).
9783         + remove a couple of redundant uses of A_ATTRIBUTES in expressions
9784           using AttrOf(), which already incorporates that mask (report by
9785           Philippe Blain).
9786         + document TABSIZE variable.
9787         + add NCURSES_ASSUMED_COLORS environment variable, to allow users to
9788           override compiled-in default black-on-white assumption used in
9789           assume_default_colors().
9790         + correct an off-by-one comparison against max_colors in COLORFGBG
9791           logic.
9792         + correct a use of uninitialized memory found by valgrind (reported by
9793           Olaf Buddenhagen <olafBuddenhagen@web.de>).
9794         + modified wresize() to ensure that a failed realloc will not corrupt
9795           the window structure, and to make subwindows fit within the resized
9796           window (completes Debian #87678, Debian #101699)
9797
9798 20020803
9799         + fix an off-by-one in lib_pad.c check for limits of pad (patch by
9800           Philippe Blain).
9801         + revise logic for BeOS in lib_twait.c altered in 20011013 to restore
9802           logic used by lib_getch.c's support for GPM or EMX mouse (report by
9803           Philippe Blain)
9804         + remove NCURSES_CONST from several prototypes in curses.wide, to make
9805           the --enable-const --enable-widec configure options to work together
9806           (report by George Goffe <grgoffe@yahoo.com>).
9807
9808 20020727
9809         + finish no-leak checking in cardfile.c, using this for testing changes
9810           to resizeterm().
9811         + simplify _nc_freeall() using delscreen().
9812
9813 20020720
9814         + check error-return from _nc_set_tty_mode() in _nc_initscr() and
9815           reset_prog_mode() (report/patch by Philippe Blain).
9816         + regenerate configure using patch for autoconf 2.52, to address
9817           problem with identifying C++ bool type.
9818         + correct/improve logic to produce an exit status for errors in tput,
9819           which did not exit with an error when told to put a string not in the
9820           current terminfo entry (report by David Gomez <david@pleyades.net>).
9821         + modify configure script AC_OUTPUT() call to work around defect in
9822           autoconf 2.52 which adds an ifdef'd include to the generated
9823           configure definitions.
9824         + remove fstat() check from scr_init(), which also fixes a missing
9825           include for <sys/stat.h> from 20020713 (reported by David Ellement,
9826           fix suggested by Philippe Blain).
9827         + update curs_scanw.3x manpage to note that XSI curses differs from
9828           SVr4 curses: return-values are incompatible.
9829         + correct several prototypes in manpages which used const
9830           inconsistently with the curses.h file, and removed spurious const's
9831           in a few places from curses.h, e.g., for wbkgd() (report by Glenn
9832           Maynard <glenn@zewt.org>).
9833         + change internal type used by tparm() to long, to work with LP64 model.
9834         + modify nc_alloc.h to allow building with g++, for testing.
9835
9836 20020713
9837         + add resize-handling to cardfile.c test program.
9838         + altered resizeterm() to avoid having it fail when a child window
9839           cannot be resized because it would be larger than its parent.  (More
9840           work must be done on this, but it works well enough to integrate).
9841         + improve a limit-check in lib_refresh.c
9842         + remove check in lib_screen.c relating dumptime to file's modification
9843           times, since that would not necessarily work for remotely mounted
9844           filesystems.
9845         + modify lrtest to simplify debugging changes to resizeterm, e.g.,
9846           t/T commands to enable/disable tracing.
9847         + updated status of multibyte support in TO-DO.
9848         + update contact info in source-files (patch by Juergen Pfeifer).
9849
9850 20020706
9851         + add Caps.hpux11, as an example.
9852         + modify version_filter(), used to implement -R option for tic and
9853           infocmp, to use computed array offsets based on the Caps.* file which
9854           is actually configured, rather than constants which correspond to
9855           the Caps file.
9856         + reorganized lib_raw.c to avoid updating SP and cur_term state if the
9857           functions fail (reported by Philippe Blain).
9858         + add -Wundef to gcc warnings, adjust a few ifdef's to accommodate gcc.
9859
9860 20020629
9861         + correct parameters to setcchar() in ncurses.c (cf: 20020406).
9862         + set locale in most test programs (view.c and ncurses.c were the
9863           only ones).
9864         + add configure option --with-build-cppflags (report by Maksim A
9865           Nikulin <M.A.Nikulin@inp.nsk.su>).
9866         + correct a typo in wide-character logic for lib_bkgnd.c (Philippe
9867           Blain).
9868         + modify lib_wacs.c to not cancel the acsc, smacs, rmacs strings when
9869           in UTF-8 locale.  Wide-character functions use Unicode values, while
9870           narrow-character functions use the terminfo data.
9871         + fix a couple of places in Ada95/samples which did not compile with
9872           gnat 3.14
9873         + modify mkinstalldirs so the DOS-pathname case is locale-independent.
9874         + fix locale problem in MKlib_gen.sh by forcing related variables to
9875           POSIX (C), using same approach as autoconf (set variables only if
9876           they were set before).  Update MKterminfo.sh and MKtermsort.sh to
9877           match.
9878
9879 20020622
9880         + add charset to generated html.
9881         + add mvterm entry, adapted from a FreeBSD bug-report by Daniel Rudy
9882           <dcrudy@pacbell.net> -TD
9883         + add rxvt-16color, ibm+16color entries -TD
9884         + modify check in --disable-overwrite option so that it is used by
9885           default unless the --prefix/$prefix value is not /usr, in attempt to
9886           work around packagers, e.g., for Sun's freeware, who do not read the
9887           INSTALL notes.
9888
9889 20020615
9890         + modify wgetch() to allow returning ungetch'd KEY_RESIZE as a function
9891           key code in get_wch().
9892         + extended resize-handling in test/ncurses 'a' menu to the entire
9893           stack of windows created with 'w' commands.
9894         + improve $COLORFGBG feature by interpreting an out-of-range color
9895           value as an SGR 39 or 49, for foreground/background respectively.
9896         + correct a typo in configure --enable-colorfgbg option, and move it
9897           to the experimental section (cf: 20011208).
9898
9899 20020601
9900         + add logic to dump_entry.c to remove function-key definitions that do
9901           not fit into the 1023-byte limit for generated termcaps.  This makes
9902           hds200 fit.
9903         + more improvements to tic's warnings, including logic to ignore
9904           differences between delay values in sgr strings.
9905         + move definition of KEY_RESIZE into MKkeydefs.sh script, to
9906           accommodate Caps.osf1r5 which introduced a conflicting definition.
9907
9908 20020525
9909         + add simple resize-handling in test/ncurses.c 'a' menu.
9910         + fixes in keyname() and _tracechar() to handle negative values.
9911         + make tic's warnings about mismatches in sgr strings easier to follow.
9912         + correct tic checks for number of parameters in smgbp and smglp.
9913         + improve scoansi terminfo entry, and add scoansi-new entry -TD
9914         + add pcvt25-color terminfo entry -TD
9915         + add kf13-kf48 strings to cons25w terminfo entry (reported by Stephen
9916           Hurd <deuce@lordlegacy.org> in newsgroup lucky.freebsd.bugs) -TD
9917         + add entrypoint _nc_trace_ttymode(), use this to distinguish the
9918           Ottyb and Nttyb members of terminal (aka cur_term), for tracing.
9919
9920 20020523
9921         + correct and simplify logic for lib_pad.c change in 20020518 (reported
9922           by Mike Castle).
9923
9924 20020518
9925         + fix lib_pad.c for case of drawing a double-width character which
9926           falls off the left margin of the pad (patch by Kriang Lerdsuwanakij
9927           <lerdsuwa@users.sourceforge.net>)
9928         + modify configure script to work around broken gcc 3.1 "--version"
9929           option, which adds unnecessary trash to the requested information.
9930         + adjust ifdef's in case SIGWINCH is not defined, e.g., with DJGPP
9931           (reported by Ben Decker <deckerben@freenet.de>).
9932
9933 20020511
9934         + implement vid_puts(), vid_attr(), term_attrs() based on the narrow-
9935           character versions as well.
9936         + implement erasewchar(), killwchar() based on erasechar() and
9937           killchar().
9938         + modify erasechar() and killchar() to return ERR if the value was
9939           VDISABLE.
9940         + correct a bug in wresize() in handling subwindows (based on patch by
9941           Roger Gammans <rgammans@computer-surgery.co.uk>, report by Scott Beck
9942           <scott@gossamer-threads.com>).
9943         + improve test/tclock.c by making the second-hand update more often
9944           if gettimeofday() is available.
9945
9946 20020429
9947         + workaround for Solaris sed with MKlib_gen.sh (reported by Andy
9948           Tsouladze <andyt@mypoints.com>).
9949
9950 20020427
9951         + correct return-value from getcchar(), making it consistent with
9952           Solaris and Tru64.
9953         + reorder loops that generate makefile rules for different models vs
9954           subsets so configure --with-termlib works again.  This was broken by
9955           logic added to avoid duplicate rules in changes to accommodate cygwin
9956           dll's (reported by George.R.Goffe@seagate.com).
9957         + update config.guess, config.sub
9958
9959 20020421
9960         + modify ifdef's in write_entry.c to allow use of symbolic links on
9961           platforms with no hard links, e.g., BeOS.
9962         + modify a few includes to allow compile with BeOS, which has stdbool.h
9963           with a conflicting definition for 'bool' versus its OS.h definition.
9964         + amend MKlib_gen.sh to work with gawk, which defines 'func' as an
9965           alias for 'function'.
9966
9967 20020420
9968         + correct form of prototype for ripoffline().
9969         + modify MKlib_gen.sh to test that all functions marked as implemented
9970           can be linked.
9971
9972 20020413
9973         + add manpages: curs_get_wstr.3x, curs_in_wchstr.3x
9974         + implement wgetn_wstr().
9975         + implement win_wchnstr().
9976         + remove redefinition of unget_wch() in lib_gen.c (reported by
9977           Jungshik Shin <jshin@jtan.com>).
9978
9979 20020406
9980         + modified several of the test programs to allow them to compile with
9981           vendor curses implementations, e.g., Solaris, AIX -TD
9982
9983 20020323
9984         + modified test/configure to allow configuring against ncursesw.
9985         + change WACS_xxx definition to use address, to work like Tru64 curses.
9986
9987 20020317
9988         + add 'e' and 'm' toggles to 'a', 'A' tests in ncurses.c to demonstrate
9989           effect of echo/noecho and meta modes.
9990         + add 'A' test to ncurses.c to demonstrate wget_wch() and related
9991           functions.
9992         + add manpage: curs_get_wch.3x
9993         + implement unget_wch().
9994         + implement wget_wch().
9995
9996 20020310
9997         + regenerated html manpages.
9998         + add manpages: curs_in_wch.3x, curs_ins_wch.3x, curs_ins_wstr.3x
9999         + implement wins_wch().
10000         + implement win_wch().
10001         + implement wins_nwstr(), wins_wstr().
10002
10003 20020309
10004         + add manpages: curs_addwstr.3x, curs_winwstr.3x
10005         + implement winnwstr(), winwstr().
10006
10007 20020223
10008         + add manpages: curs_add_wchstr.3x, curs_bkgrnd.3x
10009         + document wunctrl, key_name.
10010         + implement key_name().
10011         + remove const's in lib_box.c incorrectly leftover after splitting off
10012           lib_box_set.c
10013         + update llib-lncurses, llib-ncursesw, fix configure script related to
10014           these.
10015
10016 20020218
10017         + remove quotes on "SYNOPSIS" in man/curs_box_set.3x, which resulted
10018           in spurious symlinks on install.
10019
10020 20020216
10021         + implement whline_set(), wvline_set(), add manpage curs_border_set.
10022         + add subtest 'b' to 'F' and 'f' in ncurses.c to demonstrate use of
10023           box() and box_set() functions.
10024         + add subtest 'u' to 'F' in ncurses.c, to demonstrate use of addstr()
10025           given UTF-8 string equivalents of WACS_xxx symbols.
10026         + minor fixes to several manpages based on groff -ww output.
10027         + add descriptions of external variables of termcap interface to
10028           the manpage (report by Bruce Evans <bde@zeta.org.au>).
10029         > patches by Bernhard Rosenkraenzer:
10030         + correct configure option --with-bool, which was executed as
10031           --with-ospeed.
10032         + add quotes for parameters of --with-bool and --with-ospeed configure
10033           options.
10034         > patch by Sven Verdoolaege (report by Gerhard Haering
10035           <haering_linux@gmx.de>):
10036         + correct typos in definitions of several wide-character macros:
10037           waddwstr, wgetbkgrnd, mvaddwstr, mvwadd_wchnstr, mvwadd_wchnstr,
10038           mvwaddwstr.
10039         + pass $(CPPFLAGS) to MKlib_gen.sh, thereby fixing a missing definition
10040           of _XOPEN_SOURCE_EXTENDED, e.g., on Solaris
10041
10042 20020209
10043         + implement wide-acs characters for UTF-8 locales.  When in UTF-8
10044           locale, ignore narrow version of acs.  Add 'F' test to test/ncurses.c
10045           to demonstrate.
10046         + correct prototype in keybound manpage (noted from a Debian mailing
10047           list item).
10048
10049 20020202
10050         + add several cases to the wscanw() example in testcurs.c, showing the
10051           format.
10052         + implement a simple vsscanf() fallback function which uses the %n
10053           conversion to help parse the input data (prompted by discussion with
10054           Albert Chin-A-Young).
10055         + modify mk-1st.awk and test/Makefile.in to add $(LDFLAGS) when making
10056           shared libraries, and to use $(CFLAGS) when linking test programs
10057           (patch by Albert Chin-A-Young).
10058         + add a call to _nc_keypad() in keypad() to accommodate applications
10059           such as nvi, which use curses for output but not for input (fixes
10060           Debian #131263, cf: 20011215).
10061         + add entrypoints to resizeterm.c which provide better control over the
10062           process:  is_term_resized() and resize_term().  The latter restores
10063           the original design of resizeterm() before KEY_RESIZE was added in
10064           970906.  Do this to accommodate 20010922 changes to view.c, but allow
10065           for programs with their own sigwinch handler, such as lynx (reported
10066           by Russell Ruby <russ@math.orst.edu>).
10067
10068 20020127
10069         + fix a typo in change to mk-1st.awk, which broke the shared-library
10070           makefile rules (reported by Martin Mokrejs).
10071
10072 20020126
10073         + update config.guess, config.sub
10074         + finish changes needed to build dll's on cygwin.
10075         + fix a typo in mvwchat() macro (reported by Cy <yam@homerow.net).
10076
10077 20020119
10078         + add case in lib_baudrate.c for B921600 (patch by Andrey A Chernov).
10079         + correct missing sed-editing stage in manpage installs which is used
10080           to rename manpages, broken in 20010324 fix for Debian #89939 (Debian
10081           #78866).
10082         + remove -L$(libdir) from linker flags, probably not needed any more
10083           since HPUX is handled properly (reported by Niibe Yutaka
10084           <gniibe@m17n.org>).
10085         + add configure check for mbstate_t, needed for wide-character
10086           configuration.  On some platforms we must include <wchar.h> to
10087           define this (reported by Daniel Jacobowitz).
10088         + incorporate some of the changes needed to build dll's on cygwin.
10089
10090 20020112a
10091         + workaround for awk did not work with mawk, adjusted shell script.
10092
10093 20020112
10094         + add Caps.osf1r5, as an example.
10095         + modify behavior of can_clear_with() so that if an application is
10096           running in a non-bce terminals with default colors enabled, it
10097           returns true, allowing the user to select/paste text without picking
10098           up extraneous trailing blanks (adapted from patch by Daniel
10099           Jacobowitz <dmj+@andrew.cmu.edu>).
10100         + modify generated curses.h to ifdef-out prototypes for extensions if
10101           they are disabled, and to define curses_version() as a string in that
10102           case.  This is needed to make the programs such as tic build in that
10103           configuration.
10104         + modified generated headers.sh to remove a gzip'd version of the
10105           target file if it exists, in case non-gzip'd manpages are installed
10106           into a directory where gzip'd ones exist.  In that case, the latter
10107           would be found.
10108         + corrected a redundant initialization of signal handlers from 20010922
10109           changes.
10110         + clarified bug-reporting address in terminfo.src (report by John H
10111           DuBois III <spcecdt@armory.com>).
10112         > several fixes from Robert Joop:
10113         + do not use "-v" option of awk in MKkey_defs.sh because it does not
10114           work with SunOS nawk.
10115         + modify definitions for libutf8 in curses.h to avoid redefinition
10116           warnings for mblen
10117         + quoted references to compiler in shell command in misc/Makefile, in
10118           case it uses multiple tokens.
10119
10120 20011229
10121         + restore special case from 20010922 changes to omit SA_RESTART when
10122           setting up SIGWINCH handler, which is needed to allow wgetch() to be
10123           interrupted by that signal.
10124         + updated configure macro CF_WITH_PATHLIST, to omit some double quotes
10125           not needed with autoconf 2.52
10126         + revert configure script to autoconf 2.13 patched with
10127                 autoconf-2.13-19990117.patch.gz (or later)
10128           from
10129                 ftp://invisible-island.net/autoconf/
10130           because autoconf 2.52 macro AC_PROG_AWK does not work on HPUX 11.0
10131           (report by David Ellement <ellement@sdd.hp.com>).  This also fixes a
10132           different problem configuring with Mac OS X (reported by Marc Smith
10133           <marc.a.smith@home.com>).
10134
10135 20011222
10136         + modify include/edit_cfg.h to eliminate BROKEN_LINKER symbol from
10137           term.h
10138         + move prototype for _nc_vsscanf() into curses.h.in to omit
10139           HAVE_VSSCANF symbol from curses.h, which was dependent upon the
10140           ncurses_cfg.h file which is not installed.
10141         + use ACS_LEN rather than SIZEOF(acs_map) in trace code of lib_acs.c,
10142           to work with broken linker configuration, e.g., cygwin (report by
10143           Robert Joop <rj@rainbow.in-berlin.de>).
10144         + make napms() call _nc_timed_wait() rather than poll() or select(),
10145           to work around broken implementations of these on cygwin.
10146
10147 20011218
10148         + drop configure macro CF_WIDEC_SHIFT, since that was rendered obsolete
10149           by Sven Verdoolaege's rewrite of wide-character support.  This makes
10150           libncursesw incompatible again, but makes the header files almost the
10151           same as in the narrow-character configuration.
10152         + simplify definitions that combine wide/narrow versions of bkgd, etc.,
10153           to eliminate differences between the wide/narrow versions of curses.h
10154         + correct typo in configure macro CF_FUNC_VSSCANF
10155         + correct location of call to _nc_keypad() from 20011215 changes which
10156           prevented keypad() from being disabled (reported by Lars Hecking).
10157
10158 20011215
10159         + rewrote ncurses 'a' test to exercise wgetch() and keypad() functions
10160           better, e.g., by adding a 'w' command to create new windows which
10161           may have different keypad() settings.
10162         + corrected logic of keypad() by adding internal screen state to track
10163           whether the terminal's keypad-mode has been set.  Use this in
10164           wgetch() to update the keypad-mode according to whether the
10165           associated window's keypad-mode has been set with keypad().  This
10166           corrects a related problem restoring terminal state after handling
10167           SIGTSTP (reported by Mike Castle).
10168         + regenerate configure using patch for autoconf 2.52
10169                 autoconf-2.52-patch.gz
10170           at
10171                 ftp://invisible-island.net/autoconf/
10172         + update config.guess, config.sub from
10173                 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
10174         + minor changes to quoting in configure script to allow it to work
10175           with autoconf 2.52
10176
10177 20011208
10178         + modify final checks in lib_setup.c for line and col values, making
10179           them independent.
10180         + modify acs_map[] if configure --broken-linker is specified, to make
10181           it use a function rather than an array (prompted by an incorrect
10182           implementation in cygwin package).
10183         + correct spelling of configure option --enable-colorfgbg, which
10184           happened to work if --with-develop was set (noted in cygwin package
10185           for ncurses).
10186         + modify ifdef for genericerror() to compile with SUNWspro Sun WorkShop
10187           6 update 1 C++ 5.2 (patch by Sullivan N Beck <sbeck@cise.ufl.edu>).
10188         + add configure checks to see if ncurses' fallback vsscanf() will
10189           compile either of the special cases for FILE structs, and if not,
10190           force it to the case which simply returns an error (report by
10191           Sullivan N Beck <sbeck@cise.ufl.edu> indicates that Solaris 8 with
10192           64-bits does not allow access to FILE's fields).
10193         + modify ifdef's for c++/cursesw.cc to use the fallback vsscanf() in
10194           the ncurses library if no better substitute for this can be found
10195           in the C++ runtime.
10196         + modify the build to name dynamic libraries according to the
10197           convention used on OS X and Darwin.  Rather than something like
10198           libncurses.dylib.5.2, Darwin would name it libncurses.  5.dylib.
10199           There are a few additional minor fixes, such as setting the library
10200           version and compatibility version numbers (patch by Jason Evans
10201           <jevans@apple.com>).
10202         + use 'sh' to run mkinstalldirs, to work around problems with buggy
10203           versions of 'make' on OS/2 (report by John Polterak <jp@eyup.org>).
10204         + correct typo in manpage description of curs_set() (Debian #121548).
10205         + replace the configure script existence-check for mkstemp() by one
10206           that checks if the function works, needed for older glibc and
10207           AmigaOS.
10208
10209 20011201
10210         + modify script that generates fallbacks.c to compile a temporary
10211           copy of the terminfo source in case the host does not contain all of
10212           the entries requested for fallbacks (request by Greg Roelofs).
10213         + modify configure script to accommodate systems such as Mac OS X whose
10214           <stdbool.h> header defines a 'bool' type inconsistent with ncurses,
10215           which normally makes 'bool' consistent with C++.  Include <stdbool.h>
10216           from curses.h to force consistent usage, define a new type
10217           NCURSES_BOOL and related that to the exported 'bool' as either a
10218           typedef or definition, according to whether <stdbool.h> is present
10219           (based on a bug report for tin 1.5.9 by Aaron Adams <adamsa@mac.com>).
10220
10221 20011124
10222         + added/updated terminfo entries for M$ telnet and KDE konsole -TD
10223
10224 20011117
10225         + updated/expanded Apple_Terminal and Darwin PowerPC terminfo entries
10226           (Benjamin C W Sittler).
10227         + add putty terminfo entry -TD
10228         + if configuring for wide-curses, define _XOPEN_SOURCE_EXTENDED, since
10229           this may not otherwise be defined to make test/view.c compile.
10230
10231 20011110
10232         + review/correct several missing/generated items in curses.wide, sorted
10233           the lists to make subsequent diff's easier to track.
10234
10235 20011103
10236         + add manual pages for add_wch(), echo_wchar(), getcchar(),
10237           mvadd_wch(), mvwadd_wch(), setcchar(), wadd_wch() and wecho_wchar().
10238         + implement wecho_wchar()
10239         + modify _tracedump() to handle wide-characters by mapping them to '?'
10240           and control-characters to '.', to make the trace file readable.  Also
10241           dynamically allocate the buffer used by _tracedump() for formatting
10242           the results.
10243         + modify T_CALLED/T_RETURN macros to ease balancing call/return lines
10244           in a trace by using curly braces.
10245         + implement _nc_viscbuf(), for tracing cchar_t arrays.
10246         + correct trace-calls in setcchar() and getcchar() functions, which
10247           traced the return values but not the entry to each function.
10248         + correct usage message in test/view.c, which still mentioned -u flag.
10249
10250 20011027
10251         + modify configure script to allow building with termcap only, or with
10252           fallbacks only.  In this case, we do not build tic and toe.
10253         + add configure --with-termpath option, to override default TERMPATH
10254           value of /etc/termcap:/usr/share/misc/termcap.
10255         + cosmetic change to tack: make menu descriptions agree with menu
10256           titles.
10257
10258 20011020
10259         + rewrote limit-checks in wscrl() and associated _nc_scroll_window(),
10260           to ensure that if the parameter of wscrl() is larger than the size of
10261           the scrolling region, then the scrolling region will be cleared
10262           (report by Ben Kohlen <bckohlen@yahoo.com>).
10263         + add trace/varargs.c, using this to trace parameters in lib_printw.c
10264         + implement _tracecchar_t2() and _tracecchar_t().
10265         + split-out trace/visbuf.c
10266         + correct typo in lib_printw.c changes from 20010922 (report by Mike
10267           Castle).
10268
10269 20011013
10270         + modify run_tic.sh to check if the build is a cross-compile.  In that
10271           case, do not use the build's tic to install the terminfo database
10272           (report by Rafael Rodriguez Velilla <rrv@tid.es>).
10273         + modify mouse click resolution so that mouseinterval(-1) will disable
10274           it, e.g., to handle touchscreens via a slow connection (request by
10275           Byron Stanoszek <gandalf@winds.org>).
10276         + correct mouseinterval() default value shown in curs_mouse.3x
10277         + remove conflicting definition of mouse_trafo() (reported by Lars
10278           Hecking, using gcc 2.95.3).
10279
10280 20011001
10281         + simpler fix for signal_name(), to replace the one overlooked in
10282           20010929 (reported by Larry Virden).
10283
10284 20010929
10285         + add -i option to view.c, to test ncurses' check for non-default
10286           signal handler for SIGINT, etc.
10287         + add cases for shared-libraries on Darwin/OS X (patch by Rob Braun
10288           <bbraun@synack.net>).
10289         + modify tset to restore original I/O modes if an error is encountered.
10290           Also modify to use buffered stderr consistently rather than mixing
10291           with write().
10292         + change signal_name() function to use if-then-else rather than case
10293           statement, since signal-values aren't really integers (reported by
10294           Larry Virden).
10295         + add limit checks in wredrawln(), fixing a problem where lynx was
10296           repainting a pad which was much larger than the screen.
10297
10298 20010922
10299         + fix:  PutRange() was counting the second part of a wide character as
10300           part of a run, resulting in a cursor position that was one too far
10301           (patch by Sven Verdoolaege).
10302         + modify resizeterm() to not queue a KEY_RESIZE if there was no
10303           SIGWINCH, thereby separating the two styles of SIGWINCH handling
10304           in test/view.c
10305         + simplified lib_tstp.c, modify it to use SA_RESTART flag for SIGWINCH.
10306         + eliminate several static buffers in the terminfo compiler, using
10307           allocated buffers.
10308         + modify MKkeyname.awk so that keyname() does not store its result into
10309           a static buffer that is overwritten by the next call.
10310         + reorganize the output of infocmp -E and -e options to compile cleanly
10311           with gcc -Wwrite-strings warnings.
10312         + remove redefinition of chgat/wchgat/mvwchgat from curses.wide
10313
10314 20010915
10315         + add label to test/view.c, showing the name of the last key or signal
10316           that made the screen repaint, to make it clearer when a sigwinch
10317           does this.
10318         + use ExitProgram() consistently in the test-programs to make it
10319           simpler to test leaks with dmalloc, etc.
10320         + move hashtab static data out of hashmap.c into SCREEN struct.
10321         + make NO_LEAK code compile with revised WINDOWLIST structs.
10322
10323 20010908
10324         + modify tgetent() to check if exit_attribute_mode resets the alternate
10325           character set, and if so, attempt to adjust the copy of the termcap
10326           "me" string which it will return to eliminate that part.  In
10327           particular, 'screen' would lose track of line-drawing characters
10328           (report by Frederic L W Meunier <0@pervalidus.net>, analysis by
10329           Michael Schroeder).
10330
10331 20010901
10332         + specify DOCTYPE in html manpages.
10333         + add missing macros for several "generated" functions:  attr_get(),
10334           attr_off(), attr_on(), attr_set(), chgat(), mvchgat(), mvwchgat() and
10335           mouse_trafo().
10336         + modify view.c to agree with non-experimental status of ncurses'
10337           sigwinch handler:
10338           + change the sense of the -r option, making it default to ncurses'
10339             sigwinch handler.
10340           + add a note explaining what functions are unsafe in a signal
10341             handler.
10342           + add a -c option, to set color display, for testing.
10343         + unset $data variable in MKterminfo.sh script, to address potential
10344           infinite loop if shell malfunction (report by Samuel Mikes
10345           <smikes@cubane.com>, for bash 2.05.0 on a Linux 2.0.36 system).
10346         + change kbs in mach terminfo entries to ^?  (Marcus Brinkmann
10347           <Marcus.Brinkmann@ruhr-uni-bochum.de>).
10348         + correct logic for COLORFGBG environment variable: if rxvt is compiled
10349           with xpm support, the variable has three fields, making it slightly
10350           incompatible with itself.  In either case, the background color is
10351           the last field.
10352
10353 20010825
10354         + move calls to def_shell_mode() and def_prog_mode() before loop with
10355           callbacks in lib_set_term.c, since the c++ demo otherwise initialized
10356           the tty modes before saving them (patch by John David Anglin
10357           <dave@hiauly1.hia.nrc.ca>).
10358         + duplicate logic used to initialize trace in newterm(), in initscr()
10359           to avoid confusing trace of initscr().
10360         + simplify allocation of WINDOW and WINDOWLIST structs by making the
10361           first a part of the second rather than storing a pointer.  This saves
10362           a call to malloc for each window (discussion with Philippe Blain).
10363         + remove unused variable 'used_ncv' from lib_vidattr.c (Philippe
10364           Blain).
10365         + modify c++/Makefile.in to accommodate archive programs that are
10366           different for C++ than for C, and add cases for vendor's C++
10367           compilers on Solaris and IRIX (report by Albert Chin-A-Young).
10368         + correct manpage description of criteria for deciding if the terminal
10369           supports xterm mouse controls.
10370         + add several configure script options to aid with cross-compiling:
10371           --with-build-cc, --with-build-cflags, --with-build-ldflags, and
10372           --with-build-libs (request by Greg Roelofs).
10373         + change criteria for deciding if configure is cross-compiling from
10374           host/build mismatch to host/target mismatch (request by Greg Roelofs
10375           <greg.roelofs@philips.com>).
10376         + correct logic for infocmp -e and -E options which writes the data for
10377           the ext_Names[] array.  This is needed if one constructs a fallback
10378           table for a terminfo entry which uses extended termcap names, e.g.,
10379           AX in a color xterm.
10380         + fix undefined NCURSES_PATHSEP when configure --disable-database
10381           option is given.
10382
10383 20010811
10384         + fix for VALID_BOOLEAN() macro when char is not signed.
10385         + modify 'clean' rule for C++ binding to work with Sun compiler, which
10386           caches additional information in a subdirectory of the objects.
10387         + added llib-ncursesw.
10388
10389 20010804
10390         + add Caps.keys example for experimental extended function keys
10391           (adapted from a patch by Ilya Zakharevich).
10392         + correct parameter types of vidputs() and vidattr() to agree with
10393           header files (report by William P Setzer).
10394         + fix typos in several man-pages (patch by William P Setzer).
10395         + remove unneeded ifdef for __GNUG__ in CF_CPP_VSCAN_FUNC configure
10396           macro, which made ncurses C++ binding fail to build with other
10397           C++ compilers such as HPUX 11.x (report by Albert Chin-A-Young).
10398         + workaround for bug in HPUX 11.x C compiler: add a blank after
10399           NCURSES_EXPORT macro in form.h (report by Albert Chin-A-Young)
10400         + ignore blank lines in Caps* files in MKkey_defs.sh script (report by
10401           Albert Chin-A-Young).
10402         + correct definition of key_end in Caps.aix4, which left KEY_END
10403           undefined (report by Albert Chin-A-Young).
10404         + remove a QNX-specific fallback prototype for vsscanf(), which is
10405           obsolete with QNX RTP.
10406         + review/fix some of the T() and TR() macro calls, having noticed that
10407           there was no data for delwin() in a trace of dialog because there was
10408           no returnVoid call for wtimeout().  Also, traces in lib_twait.c are
10409           now selected under TRACE_IEVENT rather than TRACE_CALLS.
10410
10411 20010728
10412         + add a _nc_access() check before opening files listed via $TERMPATH.
10413         + using modified man2html, regenerate some of the html manpages to fix
10414           broken HREF's where the link was hyphenated.
10415
10416 20010721
10417         + add some limit/pointer checks to -S option of tputs.
10418         + updated/expanded Apple_Terminal and Darwin PowerPC terminfo entries
10419           (Benjamin C W Sittler).
10420         + add a note in curs_termcap.3x regarding a defect in the XSI
10421           description of tgetent (based on a discussion with Urs Jansen
10422           regarding the HPUX 11.x implementation, whose termcap interface is
10423           not compatible with existing termcap programs).
10424         + modify manhtml rule in dist.mk to preserve copyright notice on the
10425           generated files, as well as to address HTML style issues reported by
10426           tidy and weblint.  Regenerated/updated corresponding html files.
10427         + comment out use of Protected_Character and related rarely used
10428           attributes in ncurses Ada95 test/demo to compile with wide-character
10429           configuration.
10430
10431 20010714
10432         + implement a simple example in C++ demo to test scanw().
10433         + corrected stdio function used to implement scanw() in cursesw.cc
10434         + correct definition of RemAttr() macro from 20010602 changes, which
10435           caused C++ SillyDemo to not show line-drawing characters.
10436         + modify C++ binding, adding getKey() which can be overridden by user
10437           to substitute functions other than getch() for keyboard processing
10438           of forms and menus (patch by Juergen Pfeifer).
10439
10440 20010707
10441         + fix some of the trace calls which needed modification to work with
10442           new wide-character structures.
10443         + modify magic-cookie code in tty_update.c to compile with new
10444           wide-character structures (report by <George.R.Goffe@seagate.com>).
10445         + ensure that _XOPEN_SOURCE_EXTENDED is defined in curses.priv.h if
10446           compiling for wide-character configuration.
10447         + make addwnstr() handle non-spacing characters (patch by Sven
10448           Verdoolaege).
10449
10450 20010630
10451         + add configure check to define _GNU_SOURCE, needed to prop up glibc
10452           header files.
10453         + split-out include/curses.wide to solve spurious redefinitions caused
10454           by defining _GNU_SOURCE, and move includes for <signal.h> before
10455           <curses.h> to work around misdefinition of ERR in glibc 2.1.3 header
10456           file.
10457         + extended ospeed change to NetBSD and OpenBSD -TD
10458         + modify logic in lib_baudrate.c for ospeed, for FreeBSD to make it
10459           work properly for termcap applications (patch by Andrey A Chernov).
10460
10461 20010623
10462         + correct an overlooked CharOf/UChar instance (reports by Eugene Lee
10463           <eugene@anime.net>, Sven Verdoolaege).
10464         + correct unneeded ifdef for wunctrl() (reported by Sven Verdoolaege)
10465
10466 20010618
10467         + change overlooked several CharOf/UChar instances.
10468         > several patches from Sven Verdoolaege:
10469         + correct a typo in wunctrl(), which made it appear that botwc() was
10470           needed (no such function: use btowc()).
10471         + reimplement wide-character demo in test/view.c, using new functions.
10472         + implement getcchar(), setcchar(), wadd_wchnstr() and related macros.
10473         + fix a syntax problem with do/if/while in PUTC macro (curses.priv.h).
10474
10475 20010616
10476         + add parentheses in macros for malloc in test.priv.h, fixes an
10477           expression in view.c (report by Wolfgang Gutjahr <gutw@knapp.co.at>).
10478         + add Caps.uwin, as an example.
10479         + change the way curses.h is generated, making the list of function
10480           key definitions extracted from the Caps file.
10481         + add #undef's before possible redefinition of ERR and OK in curses.h
10482         + modify logic in tic, toe, tput and tset which checks for basename of
10483           argv[0] to work properly on systems such as OS/2 which have
10484           case-independent filenames and/or program suffixes, e.g., ".ext".
10485
10486 20010609
10487         + add a configure check, if --enable-widec is specified, for putwc(),
10488           which may be in libutf8.
10489         + remove some unnecessary text from curs_extend.3x and
10490           default_colors.3x which caused man-db to make incorrect symbolic
10491           links (Debian #99550).
10492         + add configure check if cast for _IO_va_list is needed to compile
10493           C++ vscan code (Debian #97945).
10494         > several patches from Sven Verdoolaege:
10495         + correct code that used non-standard auto-initialization of a struct,
10496           which gcc allows (report by Larry Virden).
10497         + use putwc() in PUTC() macro.
10498         + make addstr() work for the special case where the codeset is
10499           non-stateful (eg. UTF-8), as well as stateful codesets.
10500
10501 20010603
10502         + correct loop expression in NEXT_CHAR macro for lib_addstr.c changes
10503           from 20010602 (report by Mike Castle).
10504
10505 20010602
10506         + modify mvcur() to avoid emitting newline characters when nonl() mode
10507           is set.  Normally this is not a problem since the actual terminal
10508           mode is set to suppress nl/crlf translations, however it is useful to
10509           allow the caller to manipulate the terminal mode to avoid staircasing
10510           effects after spawning a process which writes messages (for lynx
10511           2.8.4) -TD
10512         > several patches from Sven Verdoolaege <skimo@kotnet.org>:
10513         + remove redundant type-conversion in fifo_push()
10514         + correct definition of addwstr() macro in curses.h.in
10515         + remove _nc_utf8_outch()
10516         + rename most existing uses of CharOf() to UChar(), e.g., where it is
10517           used to prevent sign-extension in ctype macros.
10518         + change some chtype's to attr_t's where the corresponding variables
10519           are used to manipulate attributes.
10520         + UpdateAttr() was applied to both attributes (attr_t) and characters
10521           (chtype).  Modify macro and calls to it to make these distinct.
10522         + add CharEq() macro, use in places where wide-character configuration
10523           implementation uses a struct for cchar_t.
10524         + moved struct ldat into curses.priv.h, to hide implementation details.
10525         + change CharOf() macro to use it for masking A_CHARTEXT data from
10526           chtype's.
10527         + add L() macro to curses.priv.h, for long-character literals.
10528         + replace several assignments from struct ldat entries to chtype or
10529           char values with combinations of CharOf() and AttrOf() macros.
10530         + add/use intermediate ChAttrOf() and ChCharOf() macros where we know
10531           we are using chtype data.
10532         + add/use lowlevel attribute manipulation macros AddAttr(), RemAttr()
10533           and SetAttr().
10534         + add/use SetChar() macro, to change a cchar_t based on a character and
10535           attributes.
10536         + convert most internal use of chtype to NCURSES_CH_T, to simplify use
10537           of cchar_t for wide-character configuration.  Similarly, use ARG_CH_T
10538           where a pointer would be more useful.
10539         + add stubs for tracing cchar_t values.
10540         + add/use macro ISBLANK()
10541         + add/use constructors for cchar_t's: NewChar(), NewChar2().
10542         + add/use macros CHREF(), CHDEREF(), AttrOfD(), CharOfD() to facilitate
10543           passing cchar_t's by address.
10544         + add/use PUTC_DATA, PUTC() macros.
10545         + for wide-character configuration, move the window background data to
10546           the end of the WINDOW struct so that whether _XOPEN_SOURCE_EXTENDED
10547           is defined or not, the offsets in the struct will not change.
10548         + modify addch() to work with wide-characters.
10549         + mark several wide-character functions as generated in curses.h.in
10550         + implement wunctrl(), wadd_wch(), wbkgrndset(), wbkgrnd(),
10551           wborder_set() and waddnwstr().
10552
10553 20010526
10554         + add experimental --with-caps=XXX option to customize to similar
10555           terminfo database formats such as AIX 4.x
10556         + add Caps.aix4 as an example.
10557         + modify Caps to add columns for the the KEY_xxx symbols.
10558         + modify configure --with-widec to suppress overwrite of libcurses.so
10559           and curses.h
10560         + add checks to toe.c to avoid being confused by files and directories
10561           where we would expect the reverse, e.g., source-files in the
10562           top-level terminfo levels as is the case for AIX.
10563
10564 20010519
10565         + add top-level 'depend' rule for the C sources, assuming that the
10566           makedepend program is available.  As a side-effect, this makes
10567           the generated sources, as in "make sources" (prompted by a report
10568           by Mike Castle that "make -j" fails because the resulting parallel
10569           processes race to generate ncurses/names.c).
10570         + modify configure script so that --disable-overwrite option's action
10571           to add a symbolic link for libcurses applies to the static library as
10572           well as the shared library when both are configured (report by Felix
10573           Natter <f.natter@ndh.net>).
10574         + add ELKS terminfo entries (Federico Bianchi
10575           <bianchi@www.arte.unipi.it>)
10576         + add u6 (CSR) to Eterm (Michael Jennings).
10577
10578 20010512
10579         + modify test/ncurses.c to work with xterm-256color, which has fewer
10580           color pairs than colors*colors (report by David Ellement
10581           <ellement@sdd.hp.com>).
10582
10583 20010505
10584         + corrected screen.xterm-xfree86 entry.
10585         + update comment in Caps regarding IBM (AIX) function-key definitions.
10586
10587 20010421
10588         + modify c++/Makefile.in to link with libncurses++w.a when configured
10589           for wide-characters (patch by Sven Verdoolaege).
10590         + add check in _nc_trace_buf() to refrain from freeing a null pointer.
10591         + improve CF_PROG_INSTALL macro using CF_DIRNAME.
10592         + update config.guess, config.sub from autoconf 2.49e (alpha).
10593
10594 20010414
10595         + add secondary check in tic.c, similar_sgr() to see if the reason
10596           for mismatch was that the individual capabilities used a time-delay
10597           while sgr did not.  Used this to cleanup mismatches, e.g., in vt100,
10598           and remove time-delay from Apple_Terminal entries.
10599         + add Apple_Terminal terminfo entries (Benjamin C W Sittler
10600           <bsittler@iname.com>).
10601         + correct definitions of shifted editing keys for xterm-xfree86 -TD
10602         + fix a bug in test/bs.c from 20010407 (patch by Erik Sigra).
10603         + prevent relative_move() from doing an overwrite if it detects 8-bit
10604           characters when configured for UTF-8 (reported by Sven Verdoolaege
10605           <skimo@kotnet.org>).
10606
10607 20010407
10608         + add configure checks for strstream.h vscan function, and similar
10609           stdio-based function which may be used in C++ binding for gcc 3.0
10610           (reports by George Goffe, Lars Hecking, Mike Castle).
10611         + rewrite parts of configure.in which used changequote().  That feature
10612           is broken in the latest autoconf alphas (e.g., 2.49d).
10613         + add a missing pathname for ncurses_dll.h, needed when building in
10614           a directory outside the source tree (patch by Sven Verdoolaege
10615           <skimo@kotnet.org>).
10616         > fix 2 bugs in test/bs.c Erik Sigra <sigra@home.se>:
10617         + no ships were ever placed in the last row or in the last column.
10618           This made the game very easy to win, because you never had to waste
10619           any shots there, but the computer did.
10620         + the squares around a sunken ship that belonged to the player were not
10621           displayed as already hit by the computer, like it does for the
10622           player.
10623
10624 20010331
10625         + add some examples of customizing screen's terminfo:
10626           screen.xterm-xfree86, screen.xterm-r6, screen.teraterm -TD
10627         + modify screen's terminfo entry to match the khome/kend in screen
10628           3.09.08 (Debian #92215).
10629         + correct a memory leak in forms library (report by Stefan Vogtner
10630           <stefan@vogtner.de>) (patch by Juergen Pfeifer).
10631
10632 20010324
10633         + change symbols used to guard against repeated includes to begin
10634           consistently with "NCURSES_" rather than a leading underscore.  There
10635           are other symbols defined in the header files which begin with a
10636           leading underscore, but they are part of the legacy interface.
10637         + reorder includes in c++ binding so that rcs identifiers can be
10638           compiled-in.
10639         + add .cc.ii rule to c++ makefile, to get preprocessor output for
10640           debugging.
10641         + correct configure script handling of @keyword@ substitutions when the
10642           --with-manpage-renames option is given (cf: 20000715, fixes Debian
10643           #89939).
10644         + report stack underflow/overflow in tparm() when tic -cv option is
10645           given.
10646         + remove spurious "%|" operator from xterm-xfree86 terminfo entry,
10647           (reported by Adam Costello <amc@cs.berkeley.edu>, Debian #89222).
10648
10649 20010310
10650         + cleanup of newdemo.c, fixing some ambiguous expressions noted by gcc
10651           2.95.2, and correcting some conflicting color pair initializations.
10652         + add missing copyright notice for cursesw.h
10653         + review, make minor fixes for use of '::' for referring to C-language
10654           interface from C++ binding.
10655         + modify configure check for g++ library slightly to accommodate
10656           nonstandard version number, e.g., <vendor>-2.7 (report by Ronald Ho
10657           <rho@mipos2.intel.com>).
10658         + add configure check for c++ <sstream> header, replace hardcoded
10659           ifdef.
10660         + workaround for pre-release of gcc 3.0 libstdc++, which has dropped
10661           vscan from strstreambuf to follow standard, use wrapper for C vscanf
10662           instead (report by George Goffe <grgoffe@excite.com> and Matt Taggart
10663           <taggart@carmen.fc.hp.com>, fixes Debian .
10664
10665 20010303
10666         + modify interface of _nc_get_token() to pass 'silent' parameter to it,
10667           to make quieter loading of /etc/termcap (patch by Todd C Miller).
10668         + correct a few typos in curs_slk.3x and curs_outopts.3x manpages
10669           (patch by Todd C Miller).
10670
10671 20010224
10672         + compiler-warning fixes (reported by Nelson Beebe).
10673
10674 20010210
10675         + modify screen terminfo entry to use new 3.9.8 feature allowing xterm
10676           mouse controls -TD
10677
10678 20010203
10679         + broaden patterns used to match OS/2 EMX in configure script to cover
10680           variant used in newer config.guess/config.sub
10681         + remove changequote() calls from configure script, since this feature
10682           is broken in the autoconf 2.49c alpha, maintainers decline to fix.
10683         + remove macro callPutChar() from tty_update.c, since this is no longer
10684           needed (reported by Philippe Blain).
10685         + add a null-pointer check in tic.c to handle the case when the input
10686           file is really empty.  Modify the next_char() function in comp_scan.c
10687           to allow arbitrarily long lines, and incidentally supply a newline to
10688           files that do not end in a newline.  These changes improve tic's
10689           recovery from attempts to read binary files, e.g., its output from
10690           the terminfo database (reported by Bernhard Rosenkraenzer).
10691
10692 20010127
10693         + revert change to c++/demo.cc from 20001209, which changed definition
10694           of main() apparently to accommodate cygwin linker, but broke the demo
10695           program.
10696         + workaround for broken egcs 2.91.66 which calls member functions
10697           (i.e., lines() and colors() of NCursesWindow before calling its
10698           constructor.  Add calls to initialize() in a few constructors which
10699           did not do this already.
10700         + use the GNAT preprocessor to make the necessary switch between TRACE
10701           and NO_TRACE configurations (patch by Juergen Pfeifer).
10702         > patches by Bernhard Rosenkraenzer:
10703         + modify kterm terminfo entry to use SCS sequence to support alternate
10704           character set (it does not work with SI/SO).
10705         + --with-ospeed=something didn't work.  configure.in checked for a
10706           $enableval where it should check for $withval.  Also,
10707           ncurses/llib-lncurses still had a hardcoded short.
10708
10709 20010114
10710         + correction to my merge of Tom Riddle's patch that broke tic in some
10711           conditions (reported by Enoch Wexler <enoch@wexler.co.il>) -TD
10712
10713 20010113
10714         + modify view.c to test halfdelay().  Like other tests, this recognizes
10715           the 's' and space commands for stopping/starting polled input, shows
10716           a freerunning clock in the header.  If given a parameter to 's', that
10717           makes view.c use halfdelay() with that parameter rather than
10718           nodelay().
10719         + fix to allow compile with the experimental configure option
10720           --disable-hashmap.
10721         + modify postprocess_termcap() to avoid overwriting key_backspace,
10722           key_left, key_down when processing a non-base entry (report/patch by
10723           Tom Riddle).
10724         + modify _nc_wrap_entry(), adding option to reallocate the string
10725           table, needed in _nc_merge_entry() when merging termcap entries.
10726           (adapted from report/patch by Tom Riddle <ftr@oracom.com>).
10727         + modify a few configure script macros to keep $CFLAGS used only for
10728           compiler options, preprocessor options in $CPPFLAGS.
10729
10730 20001230
10731         + correct marker positions in lrtest.c after receiving a sigwinch.
10732         + fix ifdef's in ncurses.c to build against pre-5.2 for testing.
10733         + fixes to tclock for resizing behavior, redundant computation (report
10734           and patch by A M Kuchling <akuchlin@mems-exchange.org>).
10735
10736 20001216
10737         + improved scoansi terminfo entry -TD
10738         + modify configure script and makefile in Ada95/src to compile a stub
10739           for the trace functions when ncurses does not provide those.
10740
10741 20001209
10742         + add ncurses_dll.h and related definitions to support generating DLL's
10743           with cygwin (adapted from a patch by Charles Wilson
10744           <cwilson@ece.gatech.edu>, changed NCURSES_EXPORT macro to make it
10745           work with 'indent') -TD
10746
10747 20001202
10748         + correct prototypes for some functions in curs_termcap.3x, matching
10749           termcap.h, which matches X/Open.
10750         > patch by Juergen Pfeifer:
10751         + a revised version of the Ada enhancements sent in by "H.
10752           Nanosecond", aka Eugene V Melaragno <aldomel@ix.netcom.com>.  This
10753           patch includes
10754           - small fixes to the existing ncurses binding
10755           - addition of some more low-level functions to the binding, including
10756             termcap and terminfo functions
10757           - An Ada implementation of the "ncurses" test application originally
10758             written in C.
10759
10760 20001125
10761         + modify logic in lib_setup.c to allow either lines or columns value
10762           from terminfo to be used if the screen size cannot be determined
10763           dynamically rather than requiring both (patch by Ehud Karni
10764           <ehud@unix.simonwiesel.co.il>).
10765         + add check in lib_tgoto.c's is_termcap() function to reject null or
10766           empty strings (reported by Valentin Nechayev <netch@netch.kiev.ua> to
10767           freebsd-bugs).
10768         + add definition from configure script that denotes the path-separator,
10769           which is normally a colon.  The path-separator is a semicolon on
10770           OS/2 EMX and similar systems which may use a colon within pathnames.
10771         + alter logic to set default for --disable-overwrite option to set it
10772           to 'yes' if the --prefix/$prefix value is not /usr/local, thereby
10773           accommodating the most common cause of problems: gcc's nonstandard
10774           search rules.  Other locations such as /usr/local/ncurses will
10775           default to overwriting (report by Lars Hecking <lhecking@nmrc.ie>).
10776
10777 20001118
10778         + modify default for --disable-overwrite configure option to disable
10779           if the --prefix or $prefix value is not /usr.
10780         + add cygwin to systems for which ncurses is installed by default into
10781           /usr rather than /usr/local.
10782
10783 20001111
10784         + minor optimization in comp_error.c and lib_termname.c, using
10785           strncat() to replace strncpy() (patch by Solar Designer).
10786         + add a use_terminfo_vars() check for $HOME/.termcap, and check for
10787           geteuid() to use_terminfo_vars() (patch by Solar Designer
10788           <solar@false.com>).
10789         + improved cygwin terminfo entry, based on patch by
10790           <ernie_boyd@yahoo.com>.
10791         + modify _nc_write_entry() to allow for the possibility that linking
10792           aliases on a filesystem that ignores case would not succeed because
10793           the source and destination differ only by case, e.g., NCR260VT300WPP0
10794           on cygwin (report by Neil Zanella).
10795         + fix a typo in the curs_deleteln.3x man page (patch by Bernhard
10796           Rosenkraenzer <bero@redhat.de>).
10797
10798 20001104
10799         + add configure option --with-ospeed to assist packagers in transition
10800           to 5.3 change to ospeed type.
10801         + add/use CharOf() macro to suppress sign-extension of char type on
10802           platforms where this is a problem in ctype macros, e.g., Solaris.
10803         + change trace output to binary format.
10804         + correct a missing quote adjustment in CF_PATH_SYNTAX autoconf
10805           macro, for OS/2 EMX configuration.
10806         + rearrange a few configure macros, moving preprocessor options to
10807           $CPPFLAGS (a now-obsolete version of autoconf did not consistently
10808           use $CPPFLAGS in both the compile and preprocessor checks).
10809         + add a check in relative_move() to guard against buffer overflow in
10810           the overwrite logic.
10811
10812 20001028
10813         + add message to configure script showing g++ version.
10814         + resync config.guess, config.sub
10815         + modify lib_delwin.c, making it return ERR if the window did not exist
10816           (suggested by Neil Zanella).
10817         + add cases for FreeBSD 3.1 to tdlint and makellib scripts, used this
10818           to test/review ncurses library.  (Would use lclint, but it doesn't
10819           work).
10820         + reorganized knight.c to avoid forward references.  Correct screen
10821           updates when backtracking, especially to the first cell.  Add F/B/a
10822           commands.
10823
10824 20001021 5.2 release for upload to ftp.gnu.org
10825         + update generated html files from manpages.
10826         + modify dist.mk to use edit_man.sh to substitute autoconf'd variables
10827           in html manpages.
10828         + fix an uninitialized pointer in read_termcap.c (report by Todd C
10829           Miller, from report/patch by Philip Guenther <guenther@gac.edu>).
10830         + correct help-message and array limit in knight.c (patch by Brian
10831           Raiter <breadbox@muppetlabs.com>).
10832         > patch by Juergen Pfeifer:
10833         + fix to avoid warning by GNAT-3.13p about use of inconsistent casing
10834           for some identifiers defined in the standard package.
10835         + cosmetic change to forms/fty_enum.c
10836
10837 20001014
10838         + correct an off-by-one position in test/railroad.c which could cause
10839           wrapping at the right margin.
10840         + test/repair some issues with libtool configuration.  Make
10841           --disable-echo force libtool --silent.  (Libtool does not work for
10842           OS/2 EMX, works partly for SCO - libtool is still very specific to
10843           gcc).
10844         + change default of --with-manpage-tbl to "no", since for most of the
10845           platforms which do have tbl installed, the system "man" program
10846           understands how to run tbl automatically.
10847         + minor improvement to force_bar() in comp_parse.c (Bernhard
10848           Rosenkraenzer <bero@redhat.de>).
10849         + modify lib_tparm.c to use get_space() before writing terminating
10850           null character, both for consistency as well as to ensure that if
10851           save_char() was called immediately before, that the allocated memory
10852           is enough (patch by Sergei Ivanov).
10853         + add note about termcap ML capability which is duplicated between two
10854           different capabilities:  smgl and smglr (reported by Sergei Ivanov
10855           <svivanov@pdmi.ras.ru>).
10856         + correct parameter counts in include/Caps for dclk as well as some
10857           printer-specific capabilities: csnm, defc, scs, scsd, smgtp, smglp.
10858         > patch by Johnny C Lam <lamj@stat.cmu.edu>:
10859         + add support for building with libtool (apparently version 1.3.5,
10860           since old versions do not handle -L../lib), using new configure
10861           option --with-libtool.
10862         + add configure option --with-manpage-tbl, which causes the manpages to
10863           be preprocessed by tbl(1) prior to installation,
10864         + add configure option --without-curses-h, which causes the
10865           installation process to install curses.h as ncurses.h and make
10866           appropriate changes to headers and manpages.
10867
10868 20001009
10869         + correct order of options/parameters in run_tic.in invocation of tic,
10870           which did not work with standard getopt() (reported by Ethan
10871           Butterfield <primus@veris.org>).
10872         + correct logic for 'reverse' variable in lib_vidattr.c, which was
10873           setting it true without checking if newmode had A_REVERSE set, e.g.,
10874           using $TERM=ansi on OS/2 EMX (see 20000917).
10875         > patch by Todd C Miller:
10876         + add a few missing use_terminfo_vars() and fixes up _nc_tgetent().
10877           Previously, _nc_cgetset() would still get called on cp so the
10878           simplest thing is to set cp to NULL if !use_terminfo_vars().
10879         + added checks for an empty $HOME environment variable.
10880         > patches for OS/2 EMX (Ilya Zakharevich):
10881         + modify convert_configure.pl to support INSTALL.  Change compiler
10882           options in that script to use multithreading, needed for the mouse.
10883         + modify OS/2 mouse support, retrying as a 2-button mouse if code fails
10884           to set up a 3-button mouse.
10885         + improve code for OS/2 mouse support, using _nc_timed_wait() to
10886           replace select() call.
10887
10888 20001007
10889         + change type of ospeed variable back to short to match its use in
10890           legacy applications (reported by Andrey A Chernov).
10891         + add case to configure script for --enable-rpath on IRIX (patch by
10892           Albert Chin-A-Young).
10893         + minor fix to position_check() function, to ensure it gets the whole
10894           cursor report before decoding.
10895         + add configure option --disable-assumed-color, to allow pre-5.1
10896           convention of default colors used for color-pair 0 to be configured
10897           (see assume_default_colors()).
10898         + rename configure option --enable-hashmap --disable-hashmap, and
10899           reorder the configure options, splitting the experimental and
10900           development
10901         + add configure option --disable-root-environ, which tells ncurses to
10902           disregard $TERMINFO and similar environment variables if the current
10903           user is root, or running setuid/setgid (based on discussion with
10904           several people).
10905         + modified misc/run_tic.in to use tic -o, to eliminate dependency on
10906           $TERMINFO variable for installs.
10907         + add table entry for plab_norm to tput, so it passes in strings
10908           for that capability.
10909         + modify parse_format() in lib_tparm.c to ignore precision if it is
10910           longer than 10000 (report by Jouko Pynnonen).
10911         + rewrote limit checks in lib_mvcur.c using new functions
10912           _nc_safe_strcat(), etc.  Made other related changes to check lengths
10913           used for strcat/strcpy (report by Jouko Pynnonen
10914           <jouko@solutions.fi>).
10915
10916 20000930
10917         + modify several descriptions, including those for setaf, setab, in
10918           include/Caps to indicate that the entries are parameterized.  This
10919           information is used to tell which strings are translated when
10920           converting to termcap.  Fixes a problem where the generated termcap
10921           would contain a spurious "%p1" for the terminfo "%p1%d".
10922         + modify ld -rpath options (e.g., Linux, and Solaris) to use an
10923           absolute pathname for the build tree's lib directory (prompted by
10924           discussion with Albert Chin-A-Young).
10925         + modify "make install.man" and "make uninstall.man" to include tack's
10926           man-page.
10927         + various fixes for install scripts used to support configure --srcdir
10928           and --with-install-prefix (reported by Matthew Clarke
10929           <Matthew_Clarke@mindlink.bc.ca>).
10930         + make configure script checks on variables $GCC and $GXX consistently
10931           compare against 'yes' rather than test if they are nonnull, since
10932           either may be set to the corresponding name of the C or C++ compiler
10933           (report/patch by Albert Chin-A-Young).
10934
10935 20000923
10936         + modify rs2 capability in xterm-r6 and similar where cursor
10937           save/restore bracketed the sequence for resetting video attributes.
10938           The cursor restore would undo that (report by John Hawkinson
10939           <jhawk@MIT.EDU> (see NetBSD misc/11052)).
10940         + using parameter check added to tic, corrected 27 typos in
10941           terminfo.src -TD
10942         + modify tic to verify that its inputs are really files, in case
10943           someone tries to read a directory (or /dev/zero).
10944         + add a check for empty buffers returned by fgets() in comp_scan.c
10945           next_char() function, in case tic is run on a non-text file (fixes
10946           a core dump reported by Aaron Campbell <aaron@cs.dal.ca>).
10947         + add to railroad.c some code exercising tgoto(), providing an
10948           alternate form of display if the terminal supports cursor addressing.
10949         + split-out tgoto() again, this time into new file lib_tgoto.c, and
10950           implement a conventional BSD-style tgoto() which is used if the
10951           capability string does not contain terminfo-style padding or
10952           parameters (requested by Andrey A Chernov).
10953         + add check to tic which reports capabilities that do not reference
10954           the expected number of parameters.
10955         + add error checking to infocmp's -v and -m options to ensure that
10956           the option value is indeed a number.
10957         + some cleanup of logic in _nc_signal_handler() to verify if SIGWINCH
10958           handler is setup.  Separated the old/new sigaction data for SIGTSTP
10959           from the other signals.
10960
10961 20000917
10962         + add S0, E0 extensions to screen's terminfo entry, which is another
10963           way to solve the misconfiguration issue -TD
10964         + completed special case for tgoto from 20000916
10965
10966 20000916
10967         + update xterm terminfo entries to match XFree86 xterm patch #146 -TD
10968         + add Matrix Orbital terminfo entries (from Eric Z Ayers
10969           <eric@ale.org>).
10970         + add special case to lib_tparm.c to allow 'screen' program to use a
10971           termcap-style parameter "%." to tgoto() for switching character sets.
10972         + use LN_S substitution in run_tic.in, to work on OS/2 EMX which has
10973           no symbolic links.
10974         + updated notes in README.emx regarding autoconf patches.
10975         + replace a lookup table in lib_vidattr.c used to decode no_color_video
10976           with a logic expression (suggested by Philippe Blain).
10977         + add a/A toggle to ncurses.c 'b' test, which clears/sets alternate
10978           character set attribute from the displayed text.
10979         + correct inequality in parameter analysis of rewritten lib_tparm.c
10980           which had the effect of ignoring p9 in set_attributes (sgr), breaking
10981           alternate character set (reported by Piotr Majka <charvel@link.pl>).
10982         + correct ifdef'ing for GCC_PRINTF, GCC_SCANF which would not compile
10983           with Sun WorkShop compilers since these tokens were empty (cf:
10984           20000902, reported by Albert Chin-A-Young).
10985
10986 20000909
10987         + correct an uninitialized parameter to open_tempfile() in tic.c which
10988           made "tic -I" give an ambiguous error message about tmpnam.
10989         + add special case in lib_vidattr.c to reset underline and standout for
10990           devices that have no sgr0 defined (patch by Don Lewis
10991           <Don.Lewis@tsc.tdk.com>).  Note that this will not work for bold
10992           mode, since there is no exit-bold-mode capability.
10993         + improved patch for Make_Enum_Type (patch by Juergen Pfeifer).
10994         + modify tparm to disallow arithmetic on strings, analyze the varargs
10995           list to read strings as strings and numbers as numbers.
10996         + modify tparm's internal function spop() to treat a null pointer as
10997           an empty string.
10998         + modify tput program so it can be renamed or invoked via a link as
10999           'reset' or 'init', producing the same effect as 'tput reset' or 'tput
11000           init'.
11001         + add private entrypoint _nc_basename(), use to consolidate related
11002           code in progs, as well as accommodating OS/2 EMX pathnames.
11003         + remove NCURSES_CONST line from edit_cfg.sh to compensate for its
11004           removal (except via AC_SUBST) from configure.in, making
11005           --enable-const work again (reported by Juergen Pfeifer).
11006         + regen'd configure to pick up "hpux*" change from 20000902.
11007
11008 20000902
11009         + modify tset.c to check for transformed "reset" program name, if any.
11010         + add a check for null pointer in Make_Enum_Type() (reported by Steven
11011           W Orr <steveo@world.std.com>).
11012         + change functions _nc_parse_entry() and postprocess_termcap() to avoid
11013           using strtok(), because it is non-reentrant (reported by Andrey A
11014           Chernov <ache@nagual.pp.ru>).
11015         + remove "hpux10.*" case from CF_SHARED_OPTS configure script macro.
11016           This differed from the "hpux*" case by using reversed symbolic
11017           links, which made the 5.1 version not match the configuration of
11018           5.0 shared libraries (reported by Albert Chin-A-Young).
11019         + correct a dependency in Ada95/src/Makefile.in which prevented
11020           building with configure --srcdir (patch by H Nanosecond
11021           <aldomel@ix.netcom.com>).
11022         + modify ifdef's in curses.h.in to avoid warning if GCC_PRINTF or
11023           GCC_SCANF was not previously defined (reported by Pavel Roskin
11024           <proski@gnu.org>).
11025         + add MKncurses_def.sh to generate fallback definitions for
11026           ncurses_cfg.h, to quiet gcc -Wundef warnings, modified ifdef's in
11027           code to consistently use "#if" rather than "#ifdef".
11028
11029 20000826
11030         + add QNX qansi entries to terminfo -TD
11031         + add os2 entry to misc/emx.src (<jmcoopr@webmail.bmi.net>).
11032         + add configure option --with-database to allow specifying a different
11033           terminfo source-file to install.  On OS/2 EMX, this defaults to
11034           misc/emx.src
11035         + change misc/run_tic.sh to derive it from misc/run_tic.in, to simplify
11036           setting .exe extension on OS/2 EMX.
11037         + add .exe extension in Ada95/gen/Makefile.in,
11038           Ada95/samples/Makefile.in, for OS/2 EMX (reported by
11039           <jmcoopr@webmail.bmi.net>).
11040         + add configure check for filesystems (such as OS/2 EMX) which do not
11041           distinguish between upper/lowercase filenames, use this to fix tags
11042           rules in makefiles.
11043         + initialize fds[] array to 0's in _nc_timed_wait(); apparently poll()
11044           only sets the revents members of that array when there is activity
11045           corresponding to the related file (report by Glenn Cooper
11046           <gcooper@qantas.com.au>, using Purify on Solaris 5.6).
11047         + change configure script to use AC_CANONICAL_SYSTEM rather than
11048           AC_CANONICAL_HOST, which means that configure --target will set
11049           a default program-prefix.
11050         + add note on cross-compiling to INSTALL (which does not rely on the
11051           AC_CANONICAL_* macros).
11052
11053 20000819
11054         + add cases for EMX OS/2 to config.guess, config.sub
11055         + new version of config.guess, config.sub from lynx 2.8.4dev.7
11056         + add definitions via transform.h to allow tic and tput to check for
11057           the transformed aliases rather than the original infotocap, etc.
11058         + simplify transform-expressions in progs/Makefile.in, make the
11059           uninstall rule work for transformed program names.
11060         + change symbol used by --install-prefix configure option from
11061           INSTALL_PREFIX to DESTDIR (the latter has become common usage
11062           although the name is misleading).
11063         + modify programs to use curses_version() string to report the version
11064           of ncurses with which they are compiled rather than the
11065           NCURSES_VERSION string.  The function returns the patch level in
11066           addition to the major and minor version numbers.
11067
11068 20000812
11069         + modify CF_MAN_PAGES configure macro to make transformed program names
11070           a parameter to that macro rather than embedding them in the macro.
11071         + newer config.guess, config.sub (reference version used in lynx
11072           2.8.4dev.7).
11073         + add configure option --with-default-terminfo-dir=DIR to allow
11074           specifying the default terminfo database directory (request by Albert
11075           Chin-A-Young).
11076         + minor updates for terminfo.src from FreeBSD termcap change-history.
11077         + correct notes in README and INSTALL regarding documentation files
11078           that were moved from misc directory to doc (report by Rich Kulawiec
11079           <rsk@gsp.org>).
11080         + change most remaining unquoted parameters of 'test' in configure
11081           script to use quotes, for instance fixing a problem in the
11082           --disable-database option (reported by Christian Mondrup
11083           <scancm@biobase.dk>).
11084         + minor adjustments to work around some of the incompatibilities/bugs
11085           in autoconf 2.29a alpha.
11086         + add -I/usr/local/include when --with-ncurses option is used in
11087           test/configure script.
11088         + correct logic in adjust_cancels(), which did not check both
11089           alternatives when reclassifying an extended name between boolean,
11090           number and string, causing an infinite loop in tic.
11091
11092 20000730
11093         + correct a missing backslash in curses.priv.h
11094
11095 20000729
11096         + change handling of non_dest_scroll_region in tty_update.c to clear
11097           text after it is shifted in rather than before shifting out.  Also
11098           correct row computation (reported by Ruediger Kuhlmann
11099           <uck4@rz.uni-karlsruhe.de>).
11100         + add/use new trace function to display chtype values from winch() and
11101           getbkgd().
11102         + add trace mask TRACE_ATTRS, alter several existing _tracef calls that
11103           trace attribute changes under TRACE_CALLS to use this.
11104         + modify MKlib_gen.sh so that functions returning chtype will call
11105           returnChar().
11106         + add returnChar() trace, for functions returning chtype.
11107         + change indent.pro to line up parenthesis.
11108
11109 20000722
11110         + fix a heap problem with the c++ binding (report by
11111           <alexander_liberson@ninewest.com>, patch by Juergen Pfeifer).
11112         + minor adjustment to ClrToEOL() to handle an out-of-bounds parameter.
11113         + modify the check for big-core to force a couple of memory accesses,
11114           which may work as needed for older/less-capable machines (if not,
11115           there's still the explicit configure option).
11116         > fixes based on diff's for Amiga and BeOS found at
11117           http://www.mathematik.uni-karlsruhe.de/~kuhlmann/cross/ncurses/
11118         + alter definition of NCURSES_CONST to make it non-empty.
11119         + add amiga-vnc terminfo entry.
11120         + redefine 'TEXT' in menu.h for AMIGA, since it is reported to have
11121           an (unspecified) symbol conflict.
11122         + replaced case-statement in _nc_tracebits() for CSIZE with a table to
11123           simplify working around implementations that define random
11124           combinations of the related macros to zero.
11125         + modify configure test for tcgetattr() to allow for old
11126           implementations, e.g., on BeOS, which only defined it as a macro.
11127         > patches by Bruno Haible:
11128         + when checking LC_ALL/LC_CTYPE/LANG environment variables for UTF-8
11129           locale, ignore those which are set to an empty value, as per SUSV2.
11130         + encode 0xFFFD in UTF-8 with 3 bytes, not 2.
11131         + modify _nc_utf8_outch() to avoid sign-extension when checking for
11132           out-of-range value.
11133
11134 20000715
11135         + correct manlinks.sed script to avoid using ERE "\+", which is not
11136           understood by older versions of sed (patch by Albert Chin-A-Young).
11137         + implement configure script options that transform installed program
11138           names, e.g., --program-prefix, including the manpage names and cross
11139           references (patch by Albert Chin-A-Young <china@thewrittenword.com>).
11140         + correct several mismatches between manpage filename and ".TH"
11141           directives, renaming dft_fgbg.3x to default_colors.3x and
11142           menu_attribs.3x to menu_attributes.3x (report by Todd C Miller).
11143         + correct missing includes for <string.h> in several places, including
11144           the C++ binding.  This is not noted by gcc unless we use the
11145           -fno-builtin option (reported by Igor Schein <igor@txc.com>).
11146         + modified progs/tset.c and tack/sysdep.c to build with sgttyb
11147           interface if neither termio or termios is available.  Tested this
11148           with FreeBSD 2.1.5 (which does have termios - but the sgttyb does
11149           work).
11150
11151 20000708 5.1 release for upload to ftp.gnu.org
11152         + document configure options in INSTALL.
11153         + add man-page for ncurses trace functions.
11154         + correct return value shown in curs_touch.3x for is_linetouched() and
11155           is_wintouched(), in curs_initscr.3x for isendwin(), and in
11156           curs_termattr.3x for has_ic() and has_il().
11157         + add prototypes for touchline() and touchwin(), adding them to the
11158           list of generated functions.
11159         + modify fifo_push() to put ERR into the fifo just like other values to
11160           return from wgetch().  It was returning without doing that, making
11161           end-of-file condition incorrectly return a 0 (reported by Todd C
11162           Miller).
11163         + uncomment CC_SHARED_OPTS for progs and tack (see 971115), since they
11164           are needed for SCO OpenServer.
11165         + move _nc_disable_period from free_ttype.c to comp_scan.c to appease
11166           dynamic loaders on SCO and IRIX64.
11167         + add "-a" option to test/ncurses.c to invoke assume_default_colors()
11168           for testing.
11169         + correct assignment in assume_default_colors() which tells ncurses
11170           whether to use default colors, or the assumed ones (reported by Gary
11171           Funck <gary@Intrepid.Com>).
11172         + review/correct logic in mk-1st.awk for making symbolic links for
11173           shared libraries, in particular for FreeBSD, etc.
11174         + regenerate misc/*.def files for OS/2 EMX dll's.
11175         + correct quoting of values for CC_SHARED_OPTS in aclocal.m4 for
11176           cases openbsd2*, openbsd*, freebsd* and netbsd* (patch by Peter
11177           Wemm) (err in 20000610).
11178         + minor updates to release notes, as well as adding/updating URLs for
11179           examples cited in announce.html
11180         > several fixes from Philippe Blain <philippe.blain2@freesbee.fr>:
11181         + correct placement of ifdef for NCURSES_XNAMES in function
11182           _nc_free_termtype(), fixes a memory leak.
11183         + add a call to _nc_synchook() to the end of function whline() like
11184           that in wvline() (difference was in 1.9.4).
11185         + make ClearScreen() a little faster by moving two instances of
11186           UpdateAttr() out of for-loops.
11187         + simplify ClrBottom() by eliminating the tstLine data, using for-loops
11188           (cf: 960428).
11189
11190 20000701 pre-release
11191         + change minor version to 1, i.e., ncurses 5.1
11192         + add experimental configure option --enable-colorfgbg to check for
11193           $COLORFGBG variable as set by rxvt/aterm/Eterm.
11194         + add Eterm terminfo entry (Michael Jennings <mej@valinux.com>).
11195         + modify manlinks.sed to pick aliases from the SYNOPSIS section, and
11196           several manpages so manlinks.sed can find aliases for creating
11197           symbolic links.
11198         + add explanation to run_tic.sh regarding extended terminal
11199           capabilities.
11200         + change message format for edit_cfg.sh, since some people interpret
11201           it as a warning.
11202         + correct unescaped '$' in sysv5uw7*|unix_sv* rule for CF_SHARED_OPTS
11203           configure macro (report by Thanh Ma <Thanh.Ma@casi-rusco.com>).
11204         + correct logic in lib_twait.c as used by lib_mouse.c for GPM mouse
11205           support when poll() is used rather than select() (prompted by
11206           discussion with David Allen <DAllen24@aol.com>).
11207
11208 20000624 pre-release
11209         + modify TransformLine() to check for cells with different color pairs
11210           that happen to render the same display colors.
11211         + apply $NCURSES_NO_PADDING to cost-computation in mvcur().
11212         + improve cost computation in PutRange() by accounting for the use
11213           of parm_right_cursor in mvcur().
11214         + correct cost computation in EmitRange(), which was not using the
11215           normalized value for cursor_address.
11216         + newer config.guess, config.sub (reference version used in TIN 1.5.6).
11217
11218 20000617
11219         + update config.guess, config.sub (reference version used in PCRE 3.2).
11220         + resync changes to gnathtml against version 1.22, regenerated html
11221           files under doc/html/ada using this (1.22.1.1).
11222         + regenerated html files under doc/html/man after correcting top and
11223           bottom margin options for man2html in dist.mk
11224         + minor fixes to test programs ncurses 'i' and testcurs program to make
11225           the subwindow's background color cover the subwindow.
11226         + modify configure script so AC_MSG_ERROR is temporarily defined to a
11227           warning in AC_PROG_CXX to make it recover from a missing C++ compiler
11228           without requiring user to add --without-cxx option (adapted from
11229           comment by Akim Demaille <akim@epita.fr> to autoconf mailing list).
11230         + modify headers.sh to avoid creating temporary files in the build
11231           directory when installing headers (reported by Sergei Pokrovsky
11232           <pok@nbsp.nsk.su>)
11233
11234 20000610
11235         + regenerated the html files under doc/html/ada/files and
11236           doc/html/ada/funcs with a slightly-improved gnathtml.
11237         + add kmous capability to linux terminfo entry to allow it to use
11238           xterm-style events provided by gpm patch by Joerg Schoen.
11239         + make the configure macro CF_SHARED_OPTS a little smarter by testing
11240           if -fPIC is supported by gcc rather than -fpic.  The former option
11241           allows larger symbol tables.
11242         + update config.guess and config.sub (patches by
11243           Kevin Buettner <kev@primenet.com> (for elf64_ia64),
11244           Bernd Kuemmerlen <bkuemmer@mevis.de> (for MacOS X)).
11245         + add warning for 'tic -cv' about use of '^?' in terminfo source, which
11246           is an extension.
11247
11248 20000527
11249         + modify echo() behavior of getch() to match Solaris curses for
11250           carriage return and backspace (reported by Neil Zanella).
11251         + change _nc_flush() to a function.
11252         + modify delscreen() to check if the output stream has been closed, and
11253           if so, free the buffer allocated for setbuf (this provides an
11254           ncurses-specific way to avoid a memory leak when repeatedly calling
11255           newterm reported by Chipp C <at_1@zdnetonebox.com>).
11256         + correct typo in curs_getch.3x manpage regarding noecho (reported by
11257           David Malone <dwmalone@maths.tcd.ie>).
11258         + add a "make libs" rule.
11259         + make the Ada95 interface build with configure --enable-widec.
11260         + if the configure --enable-widec option is given, append 'w' to names
11261           of the generated libraries (e.g., libncursesw.so) to avoid conflict
11262           with existing ncurses libraries.
11263
11264 20000520
11265         + modify view.c to make a rudimentary viewer of UTF-8 text if ncurses
11266           is configured with the experimental wide-character support.
11267         + add a simple UTF-8 output driver to the experimental wide-character
11268           support.  If any of the environment variables LC_ALL, LC_CTYPE or
11269           LANG contain the string "UTF-8", this driver will be used to
11270           translate the output to UTF-8.  This works with XFree86 xterm.
11271         + modify configure script to allow building shared libraries on BeOS
11272           (from a patch by Valeriy E Ushakov).
11273         + modify lib_addch.c to allow repeated update to the lower-right
11274           corner, rather than displaying only the first character written until
11275           the cursor is moved.  Recent versions of SVr4 curses can update the
11276           lower-right corner, and behave this way (reported by Neil Zanella).
11277         + add a limit-check in _nc_do_color(), to avoid using invalid color
11278           pair value (report by Brendan O'Dea <bod@compusol.com.au>).
11279
11280 20000513
11281         + the tack program knows how to use smcup and rmcup but the "show caps
11282           that can be tested" feature did not reflect this knowledge.  Correct
11283           the display in the menu tack/test/edit/c (patch by Daniel Weaver).
11284         + xterm-16color does allow bold+colors, removed ncv#32 from that
11285           terminfo entry.
11286
11287 20000506
11288         + correct assignment to SP->_has_sgr_39_49 in lib_dft_fgbg.c, which
11289           broke check for screen's AX capability (reported by Valeriy E Ushakov
11290           <uwe@ptc.spbu.ru>).
11291         + change man2html rule in dist.mk to workaround bug in some
11292           man-programs that ignores locale when rendering hyphenation.
11293         + change web- and ftp-site to dickey.his.com
11294
11295 20000429
11296         + move _nc_curr_token from parse_entry.c to comp_scan.c, to work around
11297           problem linking tack on MacOS X DP3.
11298         + include <sys/time.h> in lib_napms.c to compile on MacOS X DP3
11299           (reported by Gerben Wierda <wierda@holmes.nl>).
11300         + modify lib_vidattr.c to check for ncv fixes when pair-0 is not
11301           default colors.
11302         + add -d option to ncurses.c, to turn on default-colors for testing.
11303         + add a check to _nc_makenew() to ensure that newwin() and newpad()
11304           calls do not silently fail by passing too-large limits.
11305         + add symbol NCURSES_SIZE_T to use rather than explicit 'short' for
11306           internal window and pad sizes.  Note that since this is visible in
11307           the WINDOW struct, it would be an ABI change to make this an 'int'
11308           (prompted by a question by Bastian Trompetter
11309           <btrompetter@firemail.de>, who attempted to create a 96000-line pad).
11310
11311 20000422
11312         + add mgterm terminfo entry from NetBSD, minor adjustments to sun-ss5,
11313           aixterm entries -TD
11314         + modify tack/ansi.c to make it more tolerant of bad ANSI replies.  An
11315           example of an illegal ANSI response can be found using Microsoft's
11316           Telnet client.  A correct display can be found using a VT-4xx
11317           terminal or XFree86 xterm with:
11318                 XTerm*VT100*decTerminalID:  450
11319           (patch by Daniel Weaver).
11320         + modify gdc.c to recognize 'q' for quit, 's' for single-step and ' '
11321           for resume.  Add '-n' option to force gdc's standard input to
11322           /dev/null, to both illustrate the use of newterm() for specifying
11323           alternate inputs as well as for testing signal handling.
11324         + minor fix for configure option --with-manpage-symlinks, for target
11325           directories that contain a period ('.') (reported by Larry Virden).
11326
11327 20000415
11328         + minor additions to beterm entry (feedback from Rico Tudor) -TD
11329         + corrections/updates for some IBM terminfo entries -TD
11330         + modify _nc_screen_wrap() so that when exiting curses mode with
11331           non-default colors, the last line on the screen will be cleared to
11332           the screen's default colors (request by Alexander V Lukyanov).
11333         + modify ncurses.c 'r' example to set nonl(), allowing control/M to be
11334           read for demonstrating the REQ_NEW_LINE operation (prompted by a
11335           question by Tony L Keith <tlkeith@keithconsulting.com>).
11336         + modify ncurses.c 'r' example of field_info() to work on Solaris 2.7,
11337           documented extension of ncurses which allows a zero pointer.
11338         + modify fmt_complex() to avoid buffer overflow in case of excess
11339           recursion, and to recognize "%e%?" as a synonym for else-if, which
11340           means that it will not recur for that special case.
11341         + add logic to support $TERMCAP variable in case the USE_GETCAP symbol
11342           is defined (patch by Todd C Miller).
11343         + modify one of the m4 files used to generate the Ada95 sources,
11344           to avoid using the token "symbols" (patch by Juergen Pfeifer).
11345
11346 20000408
11347         + add terminfo entries bsdos-pc-m, bsdos-pc-mono (Jeffrey C Honig)
11348         + correct spelling error in terminfo entry name:  bq300-rv was given as
11349           bg300-rv in esr's version.
11350         + modify redrawwin() macro so its parameter is fully parenthesized
11351           (fixes Debian #61088).
11352         + correct formatting error in dump_entry() which set incorrect column
11353           value when no newline trimming was needed at the end of an entry,
11354           before appending "use=" clauses (cf: 960406).
11355
11356 20000401
11357         + add configure option --with-manpage-symlinks
11358         + change unctrl() to render C1 characters (128-159) as ~@, ~A, etc.
11359         + change makefiles so trace() function is provided only if TRACE is
11360           defined, e.g., in the debug library.  Modify related calls to
11361           _tracechar() to use unctrl() instead.
11362
11363 20000325
11364         + add screen's AX capability (for ECMA SGR 39 and 49) to applicable
11365           terminfo entries, use presence of this as a check for a small
11366           improvement in setting default colors.
11367         + improve logic in _nc_do_color() implementing assume_default_colors()
11368           by passing in previous color pair info to eliminate redundant call to
11369           set_original_colors().  (Part of this is from a patch by Alexander
11370           V Lukyanov).
11371         + modify warning in _nc_trans_string() about a possibly too-long string
11372           to do this once only rather than for each character past the
11373           threshold (600).  Change interface of _nc_trans_string() to allow
11374           check for buffer overflow.
11375         + correct use of memset in _nc_read_entry_source() to initialize ENTRY
11376           struct each time before reading new data into it, rather than once
11377           per loop (cf:  990301).  This affects multi-entry in-core operations
11378           such as "infocmp -Fa".
11379
11380 20000319
11381         + remove a spurious pointer increment in _nc_infotocap() changes from
11382           20000311.  Add check for '.' in format of number, since that also
11383           is not permitted in termcap.
11384         + correct typo in rxvt-basic terminfo from temporary change made while
11385           integrating 20000318.
11386
11387 20000318
11388         + revert part of the vt220 change (request by Todd C Miller).
11389         + add ansi-* terminfo entries from ESR's version.
11390         + add -a option to tic and infocmp, which retains commented-out
11391           capabilities during source translation/comparison, e.g., captoinfo
11392           and infotocap.
11393         + modify cardfile.c to display an empty card if no input data file is
11394           found, fixes a core dump in that case (reported by Bruno Haible).
11395         + correct bracketing in CF_MATH_LIB configure macro, which gave wrong
11396           result for OS/2 EMX.
11397         + supply required parameter for _nc_resolve_uses() call in
11398           read_termcap.c, overlooked in 20000311 (reported by Todd C Miller).
11399         > patches by Bruno Haible <haible@ilog.fr>:
11400         + fix a compiler warning in fty_enum.c
11401         + correct LIB_PREFIX expression for DEPS_CURSES in progs, tack
11402           makefiles, which resulted in redundant linking (cf: 20000122).
11403
11404 20000311
11405         + make ifdef's for BROKEN_LINKER consistent (patch by Todd C Miller).
11406         + improved tack/README (patch by Daniel Weaver).
11407         + modify tput.c to ensure that unspecified parameters are passed to
11408           tparm() as 0's.
11409         + add a few checks in infocmp to guard against buffer overflow when
11410           displaying string capabilities.
11411         + add check for zero-uses in infocmp's file_comparison() function
11412           before calling _nc_align_termtype().  Otherwise one parameter is
11413           indexed past the end of the uses-array.
11414         + add an option -q to infocmp to specify the less verbose output,
11415           keeping the existing format as the default, though not retaining the
11416           previous behavior that made the -F option compare each entry to
11417           itself.
11418         + adapted patch by ESR to make infocmp -F less verbose -TD
11419           (the submitted patch was unusable because it did not compile
11420           properly)
11421           + modify write_entry.c to ensure that absent or cancelled booleans
11422             are written as FALSE, for consistency with infocmp which now
11423             assumes this.  Note that for the small-core configuration, tic
11424             may not produce the same result as before.
11425           + change some private library interfaces used by infocmp, e.g.,
11426             _nc_resolve_uses().
11427           + add a check in _nc_infotocap() to ensure that cm-style capabilities
11428             accept only %d codes when converting the format from terminfo to
11429             termcap.
11430           + modify ENTRY struct to separate the data in 'parent' into the name
11431             and link values (the original idea to merge both into 'parent' was
11432             not good).
11433           + discard repair_acsc(tterm);
11434         > patch by Juergen Pfeifer:
11435         + drop support for gnat 3.10
11436         + move generated documentation and html files under ./doc directory,
11437           adding makefile rules for this to dist.mk
11438
11439 20000304
11440         + correct conflicting use of tparm() in 20000226 change to tic, which
11441           made it check only one entry at a time.
11442         + fix errors in ncurses-intro.html and hackguide.html shown by Dave
11443           Raggett's tidy.
11444         + make the example in ncurses-intro.html do something plausible, and
11445           corrected misleading comment (reported by Neil Zanella).
11446         + modify pnoutrefresh() to set newscr->_leaveok as wnoutrefresh() does,
11447           to fix a case where the cursor position was not updated as in
11448           Solaris  (patch by David Mosberger <davidm@hpl.hp.com>).
11449         + add a limit-check for wresize() to ensure that a subwindow does not
11450           address out of bounds.
11451         + correct offsets used for subwindows in wresize() (patch by Michael
11452           Andres <ma@suse.de>).
11453         + regenerate html'ized manual pages with man2html 3.0.1 (patch by
11454           Juergen Pfeifer).  This generated a file with a space in its name,
11455           which I removed.
11456         + fix a few spelling errors in tack.
11457         + modify tack/Makefile.in to match linker options of progs/Makefile.in;
11458           otherwise it does not build properly for older HPUX shared library
11459           configurations.
11460         + add several terminfo entries from esr's "11.0".
11461
11462 20000226
11463         + make 'tput flash' work properly for xterm by flushing output in
11464           delay_output() when using napms(), and modifying xterm's terminfo to
11465           specify no padding character.  Otherwise, xterm's reported baud rate
11466           can mislead ncurses into producing too few padding characters
11467           (Debian #58530).
11468         + add a check to tic for consistency between sgr and the separate
11469           capabilities such as smso, use this to check/correct several
11470           terminfo entries (Debian #58530).
11471         + add a check to tic if cvvis is the same as cnorm, adjusted several
11472           terminfo entries to remove the conflict (Debian #58530).
11473         + correct prototype shown in attr_set()/wattr_set() manpages (fixes
11474           Debian #53962).
11475         + minor clarification for curs_set() and leaveok() manpages.
11476         + use mkstemp() for creating temporary file for tic's processing of
11477           $TERMCAP contents (fixes Debian #56465).
11478         + correct two errors from integrating Alexander's changes:  did not
11479           handle the non-bce case properly in can_erase_with() (noted by
11480           Alexander), and left fg/bg uninitialized in the pair-zero case of
11481           _nc_do_color() (reported by Dr Werner Fink <werner@suse.de> and
11482           Ismael Cordeiro <ismael@cordeiro.com>).
11483
11484 20000219
11485         + store default-color code consistently as C_MASK, even if given as
11486           -1 for convenience (adapted from patches by Alexander V Lukyanov).
11487         > patches by Alexander V Lukyanov:
11488         + change can_clear_with() macro to accommodate logic for
11489           assume_default_colors(), making most of the FILL_BCE logic
11490           unnecessary.  Made can_clear_with() an inline function to make it
11491           simpler to read.
11492
11493 20000212
11494         + corrected form of recent copyright dates.
11495         + minor corrections to xterm-xf86-v333 terminfo entry -TD
11496         > patches by Alexander V Lukyanov:
11497         + reworded dft_fgbg.3x to avoid assuming that the terminal's default
11498           colors are white on black.
11499         + fix initialization of tstLine so that it is filled with current blank
11500           character in any case.  Previously it was possible to have it filled
11501           with old blank.  The wrong over-optimization was introduced in 991002
11502           patch.  (it is not very critical as the only bad effect is not using
11503           clr_eos for clearing if blank has changed).
11504
11505 20000205
11506         + minor corrections/updates to several terminfo entries: rxvt-basic,
11507           vt520, vt525, ibm5151, xterm-xf86-v40 -TD
11508         + modify ifdef's for poll() to allow it to use <sys/poll.h>, thereby
11509           allowing poll() to be used on Linux.
11510         + add CF_FUNC_POLL macro to check if poll() is able to select from
11511           standard input.  If not we will not use it, preferring select()
11512           (adapted from patch by Michael Pakovic <mpakovic@fdn.com>).
11513         + update CF_SHARED_OPTS macro for SCO Unixware 7.1 to allow building
11514           shared libraries (reported/tested by Thanh <thanhma@mediaone.net>).
11515         + override $LANGUAGE in build to avoid incorrect ordering of keynames.
11516         + correct CF_MATH_LIB parameter, must be sin(x), not sqrt(x).
11517
11518 20000122
11519         + resync CF_CHECK_ERRNO and CF_LIB_PREFIX macros from tin and xterm -TD
11520         + modify CF_MATH_LIB configure macro to parameterize the test function
11521           used, for reuse in dialog and similar packages.
11522         + correct tests for file-descriptors in OS/2 EMX mouse support.  A
11523           negative value could be used by FD_SET, causing the select() call
11524           to wait indefinitely.
11525
11526 20000115
11527         + additional fixes for non-bce terminals (handling of delete_character)
11528           to work when assume_default_colors() is not specified.
11529         + modify warning message from _nc_parse_entry() regarding extended
11530           capability names to print only if tic/infocmp/toe have the -v flag
11531           set, and not at all in ordinary user applications.  Otherwise, this
11532           warning would be shown for screen's extended capabilities in programs
11533           that use the termcap interface (reported by Todd C Miller).
11534         + modify use of _nc_tracing from programs such as tic so their debug
11535           level is not in the same range as values set by trace() function.
11536         + small panel header cleanup (patch by Juergen Pfeifer).
11537         + add 'railroad' demo for termcap interface.
11538         + modify 'tic' to write its usage message to stderr (patch by Todd C
11539           Miller).
11540
11541 20000108
11542         + add prototype for erase() to curses.h.in, needed to make test
11543           programs build with c++/g++.
11544         + add .c.i and .c.h suffix rules to generated makefiles, for debugging.
11545         + correct install rule for tack.1; it assumed that file was in the
11546           current directory (reported by Mike Castle <dalgoda@ix.netcom.com>).
11547         + modify terminfo/termcap translation to suppress acsc before trying
11548           sgr if the entry would be too large (patch by Todd C Miller).
11549         + document a special case of incompatibility between ncurses 4.2 and
11550           5.0, add a section for this in INSTALL.
11551         + add TRACE_DATABASE flag for trace().
11552
11553 20000101
11554         + update mach, add mach-color terminfo entries based on Debian diffs
11555           for ncurses 5.0 -TD
11556         + add entries for xterm-hp, xterm-vt220, xterm-vt52 and xterm-noapp
11557           terminfo entries -TD
11558         + change OTrs capabilities to rs2 in terminfo.src -TD
11559         + add obsolete and extended capabilities to 'screen' terminfo -TD
11560         + corrected conversion from terminfo rs2 to termcap rs (cf: 980704)
11561         + make conversion to termcap ug (underline glitch) more consistently
11562           applied.
11563         + fix out-of-scope use of 'personal[]' buffer in 'toe' (this error
11564           was in the original pre-1.9.7 version, when $HOME/.terminfo was
11565           introduced).
11566         + modify 'toe' to ignore terminfo directories to which it has no
11567           permissions.
11568         + modify read_termtype(), fixing 'toe', which could dump core when it
11569           found an incomplete entry such as "dumb" because it did not
11570           initialize its buffer for _nc_read_file_entry().
11571         + use -fPIC rather than -fpic for shared libraries on Linux, not
11572           needed for i386 but some ports (from Debian diffs for 5.0) -TD
11573         + use explicit VALID_NUMERIC() checks in a few places that had been
11574           overlooked, and add a check to ensure that init_tabs is nonzero,
11575           to avoid divide-by-zero (reported by Todd C Miller).
11576         + minor fix for CF_ANSI_CC_CHECK configure macro, for HPUX 10.x (from
11577           tin) -TD
11578
11579 19991218
11580         + reorder tests during mouse initialization to allow for gpm to run in
11581           xterm, or for xterm to be used under OS/2 EMX.  Also drop test for
11582           $DISPLAY in favor of kmous=\E[M or $TERM containing "xterm" (report
11583           by Christian Weisgerber <naddy@mips.rhein-neckar.de>).
11584         + modify raw() and noraw() to clear/restore IEXTEN flag which affects
11585           stty lnext on systems such as FreeBSD (report by Bruce Evans
11586           <bde@zeta.org.au>, via Jason Evans <jasone@canonware.com>).
11587         + fix a potential (but unlikely) buffer overflow in failed() function
11588           of tset.c (reported by Todd C Miller).
11589         + add manual-page for ncurses extensions, documented curses_version(),
11590           use_extended_names().
11591
11592 19991211
11593         + treat as untranslatable to termcap those terminfo strings which
11594           contain non-decimal formatting, e.g., hexadecimal or octal.
11595         + correct commented-out capabilities that cannot be translated to
11596           termcap, which did not check if a colon must be escaped.
11597         + correct termcap translation for "%>" and "%+", which did not check
11598           if a colon must be escaped, for instance.
11599         + use save_string/save_char for _nc_captoinfo() to eliminate fixed
11600           buffer (originally for _nc_infotocap() in 960301 -TD).
11601         + correct expression used for terminfo equivalent of termcap %B,
11602           adjust regent100 entry which uses this.
11603         + some cleanup and commenting of ad hoc cases in _nc_infotocap().
11604         + eliminate a fixed-buffer in tic, used for translating comments.
11605         + add manpage for infotocap
11606
11607 19991204
11608         + add kvt and gnome terminfo entries -TD
11609         + correct translation of "%%" by infotocap, which was emitted as "%".
11610         + add "obsolete" termcap strings to terminfo.src
11611         + modify infocmp to default to showing obsolete capabilities rather
11612           than terminfo only.
11613         + modify write_entry.c so that if extended names (i.e., configure
11614           --enable-tcap-names) are active, then tic will also write "obsolete"
11615           capabilities that are present in the terminfo source.
11616         + modify tic so that when running as captoinfo or infotocap, it
11617           initializes the output format as in -C and -I options, respectively.
11618         + improve infocmp and tic -f option by splitting long strings that do
11619           not have if-then-else construct, but do have parameters, e.g., the
11620           initc for xterm-88color.
11621         + refine MKtermsort.sh slightly by using bool for the *_from_termcap
11622           arrays.
11623
11624 19991127
11625         + additional fixes for non-bce terminals (handling of clear_screen,
11626           clr_eol, clr_eos, scrolling) to work when assume_default_colors() is
11627           not specified.
11628         + several small changes to xterm terminfo entries -TD.
11629         + move logic for _nc_windows in lib_freeall.c inside check for nonnull
11630           SP, since it is part of that struct.
11631         + remove obsolete shlib-versions, which was unintentionally re-added
11632           in 970927.
11633         + modify infocmp -e, -E options to ensure that generated fallback.c
11634           type for Booleans agrees with term.h (reported by Eric Norum
11635           <eric@cls.usask.ca>).
11636         + correct configure script's use of $LIB_PREFIX, which did not work
11637           for installing the c++ directory if $libdir did not end with "/lib"
11638           (reported by Huy Le <huyle@ugcs.caltech.edu>).
11639         + modify infocmp so -L and -f options work together.
11640         + modify the initialization of SP->_color_table[] in start_color() so
11641           that color_content() will return usable values for COLORS greater
11642           than 8.
11643         + modify ncurses 'd' test in case COLORS is greater than 16, e.g., for
11644           xterm-88color, to limit the displayed/computed colors to 16.
11645         > patch by Juergen Pfeifer:
11646         + simplify coding of the panel library according to suggestions by
11647           Philippe Blain.
11648         + improve macro coding for a few macros in curses.priv.h
11649
11650 19991113
11651         + modify treatment of color pair 0 so that if ncurses is configured
11652           to support default colors, and they are not active, then ncurses
11653           will set that explicitly, not relying on orig_colors or orig_pair.
11654         + add new extension, assume_default_colors() to provide better control
11655           over the use of default colors.
11656         + modify test programs to use more-specific ifdef's for existence of
11657           wresize(), resizeterm() and use_default_colors().
11658         + modify configure script to add specific ifdef's for some functions
11659           that are included when --enable-ext-funcs is in effect, so their
11660           existence can be ifdef'd in the test programs.
11661         + reorder some configure options, moving those extensions that have
11662           evolved from experimental status into a new section.
11663         + change configure --enable-tcap-names to enable this by default.
11664
11665 19991106
11666         + install tack's manpage (reported by Robert Weiner
11667           <robert@progplus.com>)
11668         + correct worm.c's handling of KEY_RESIZE (patch by Frank Heckenbach).
11669         + modify curses.h.in, undef'ing some symbols to avoid conflict with C++
11670           STL (reported by Matt Gerassimoff <mgeras@ticon.net>)
11671
11672 19991030
11673         + modify linux terminfo entry to indicate that dim does not mix with
11674           color (reported by Klaus Weide <kweide@enteract.com>).
11675         + correct several typos in terminfo entries related to missing '['
11676           in CSI's -TD
11677         + fix several compiler warnings in c++ binding (reported by Tim
11678           Mooney for alphaev56-dec-osf4.0f
11679         + rename parameter of _nc_free_entries() to accommodate lint.
11680         + correct lint rule for tack, used incorrect list of source files.
11681         + add case to config.guess, config.sub for Rhapsody.
11682         + improve configure tests for libg++ and libstdc++ by omitting the
11683           math library (which is missing on Rhapsody), and improved test for
11684           the math library itself (adapted from path by Nelson H. F. Beebe).
11685         + explicitly initialize to zero several data items which were
11686           implicitly initialized, e.g., cur_term.  If not explicitly
11687           initialized, their storage type is C (common), and causes problems
11688           linking on Rhapsody 5.5 using gcc 2.7.2.1 (reported by Nelson H. F.
11689           Beebe).
11690         + modify Ada95 binding to not include the linker option for Ada
11691           bindings in the Ada headers, but in the Makefiles instead (patch by
11692           Juergen Pfeifer).
11693
11694 19991023 5.0 release for upload to ftp.gnu.org
11695         + effective with release of 5.0, change NCURSES_VERSION_PATCH to
11696           4-digit year.
11697         + add function curses_version(), to return ncurses library version
11698           (request by Bob van der Poel).
11699         + remove rmam, smam from cygwin terminfo entry.
11700         + modify FreeBSD cons25 terminfo entry to add cnorm and cvvis, as well
11701           as update ncv to indicate that 'dim' conflicts with colors.
11702         + modify configure script to use symbolic links for FreeBSD shared
11703           libraries by default.
11704         + correct ranf() function in rain and worm programs to ensure it does
11705           not return 1.0
11706         + hide the cursor in hanoi.c if it is running automatically.
11707         + amend lrtest.c to account for optimizations that exploit margin
11708           wrapping.
11709         + add a simple terminfo demo, dots.c
11710         + modify SIGINT/SIGQUIT handler to set a flag used in _nc_outch() to
11711           tell it to use write() rather than putc(), since the latter is not
11712           safe in a signal handler according to POSIX.
11713         + add/use internal macros _nc_flush() and NC_OUTPUT to hide details
11714           of output-file pointer in ncurses library.
11715         + uncomment CC_SHARED_OPTS (see 971115), since they are needed for SCO
11716           OpenServer.
11717         + correct CC_SHARED_OPTS for building shared libraries for SCO
11718           OpenServer.
11719         + remove usleep() from alternatives in napms(), since it may interact
11720           with alarm(), causing a process to be interrupted by SIGALRM (with
11721           advice from Bela Lubkin).
11722         + modify terminal_interface-curses-forms.ads.m4 to build/work with
11723           GNAT 3.10 (patch by Juergen Pfeifer).
11724         + remove part of CF_GPP_LIBRARY configure-script macro, which did not
11725           work with gcc 2.7.2.3
11726         + minor fix to test/tclock.c to avoid beeping more than once per second
11727         + add 's' and ' ' decoding to test/rain.c
11728
11729 991016  pre-release
11730         + corrected BeOS code for lib_twait.c, making nodelay() function work.
11731
11732 991009  pre-release
11733         + correct ncurses' value for cursor-column in PutCharLR(), which was
11734           off-by-one in one case (patch by Ilya Zakharevich).
11735         + fix some minor errors in position_check() debugging code, found while
11736           using this to validate the PutCharLR() patch.
11737         + modify firework, lrtest, worm examples to be resizable, and to
11738           recognize 'q' for quit, 's' for single-step and ' ' for resume.
11739         + restore reverted change to  terminal_interface-curses-forms.ads.m4,
11740           add a note on building with gnat 3.10p to Ada95/TODO.
11741         + add a copy of the standalone configure script for the test-directory
11742           to simplify testing on SCO and Solaris.
11743
11744 991002  pre-release
11745         + minor fixes for _nc_msec_cost(), color_content(), pair_content(),
11746           _nc_freewin(), ClrBottom() and onscreen_mvcur() (analysis by Philippe
11747           Blain, comments by Alexander V Lukyanov).
11748         + simplify definition of PANEL and eliminate internal functions
11749           _nc_calculate_obscure(), _nc_free_obscure() and _nc_override(),
11750           (patch by Juergen Pfeifer, analysis by Philippe Blain
11751           <bledp@voila.fr>)).
11752         + change renaming of dft_fgbg.3x to use_default_colors.3ncurses in
11753           man_db.renames, since Debian is not concerned with 14-character
11754           filename limitation (Debian bug report by Josip Rodin
11755           <joy@cibalia.gkvk.hr>).
11756         + corrected scoansi terminfo entry by testing with scoterm and console.
11757         + revert change from 990614 to terminal_interface-curses-forms.ads.m4,
11758           since this does not work for gnat 3.10p
11759         + modify tclock example to be resizable (if ncurses' sigwinch handler
11760           is used), and in color.
11761         + use $(CC) rather than 'gcc' in MK_SHARED_LIB symbols, used for Linux
11762           shared library rules.
11763
11764 990925  pre-release
11765         + add newer NetBSD console terminfo entries
11766         + add amiga-8bit terminfo entry (from Henning 'Faroul' Peters
11767           <Faroul@beyond.kn-bremen.de>)
11768         + remove -lcurses -ltermcap from configure script's check for the gpm
11769           library, since they are not really necessary (a properly configured
11770           gpm library has no dependency on any curses library), and if the
11771           curses library is not installed, this would cause the test to fail.
11772         + modify tic's -C option so that terminfo "use=" clauses are translated
11773           to "tc=" clauses even when running it as captoinfo.
11774         + modify CF_STDCPP_LIBRARY configure macro to perform its check only
11775           for GNU C++, since that library conflicts with SGI's libC on IRIX-6.2
11776         + modify CF_SHARED_OPTS configure macro to support build on NetBSD with
11777           ELF libraries (patch by Bernd Ernesti <bernd@arresum.inka.de>).
11778         + correct a problem in libpanel, where the _nc_top_panel variable was
11779           not set properly when bottom_panel() is called to hide a panel which
11780           is the only one on the stack (report/analysis by Michael Andres
11781           <ma@suse.de>, patch by Juergen Pfeifer).
11782
11783 990918  pre-release
11784         + add acsc string to HP 70092 terminfo entry (patch by Joerg Wunsch
11785           <j@interface-business.de>).
11786         + add top-level uninstall.data and uninstall.man makefile rules.
11787         + correct logic of CF_LINK_FUNCS configure script, from BeOS changes so
11788           that hard-links work on Unix again.
11789         + change default value of cf_cv_builtin_bool to 1 (suggested by
11790           Jeremy Buhler), making it less likely that a conflicting declaration
11791           of bool will be seen when compiling with C++.
11792
11793 990911  pre-release
11794         + improved configure checks for builtin.h
11795         + minor changes to C++ binding (remove static initializations, and make
11796           configure-test for parameter initializations) for features not
11797           allowed by vendor's C++ compilers (reported by Martin Mokrejs, this
11798           applies to SGI, though I found SCO has the same characteristics).
11799         + corrected quoting of ETIP_xxx definitions which support old versions
11800           of g++, e.g., those using -lg++
11801         + remove 'L' code from safe_sprintf.c, since 'long double' is not
11802           widely portable.  safe_sprintf.c is experimental, however, and
11803           exists mainly as a fallback for systems without snprintf (reported
11804           by Martin Mokrejs <mmokrejs@natur.cuni.cz>, for IRIX 6.2)
11805         + modify definition of _nc_tinfo_fkeys in broken-linker configuration
11806           so that it is not unnecessarily made extern (Jeffrey C Honig).
11807
11808 990904  pre-release
11809         + move definition for builtin.h in configure tests to specific check
11810           for libg++, since qt uses the same filename incompatibly.
11811         + correct logic of lib_termcap.c tgetstr function, which did not copy
11812           the result to the buffer parameter.  Testing shows Solaris does
11813           update this, though of course tgetent's buffer is untouched (reported
11814           in Peter Edwards <peter.edwards@ireland.com> in
11815           mpc.lists.freebsd.current newsgroup.
11816         + corrected beterm terminfo entry, which lists some capabilities which
11817           are not actually provided by the BeOS Terminal.
11818         + add special logic to replace select() calls on BeOS, whose select()
11819           function works only for sockets.
11820         + correct missing escape in mkterm.h.awk.in, which caused part
11821           of the copyright noticed to be omitted (reported by Peter
11822           Wemm <peter@netplex.com.au>).
11823         > several small changes to make the c++ binding and demo work on OS/2
11824           EMX (related to a clean reinstall of EMX):
11825         + correct library-prefix for c++ binding; none is needed.
11826         + add $x suffix to make_hash and make_keys so 'make distclean' works.
11827         + correct missing $x suffix for tack, c++ demo executables.
11828         + split CF_CXX_LIBRARY into CF_GPP_LIBRARY (for -lg++) and
11829           CF_STDCPP_LIBRARY (for -lstdc++)
11830
11831 990828  pre-release
11832         + add cygwin terminfo entry -TD
11833         + modify CF_PROG_EXT configure macro to set .exe extension for cygwin.
11834         + add configure option --without-cxx-binding, modifying the existing
11835           --without-cxx option to check only for the C++ compiler
11836           characteristics.  Whether or not the C++ binding is needed, the
11837           configure script checks for the size/type of bool, to make ncurses
11838           match.  Otherwise C++ applications cannot use ncurses.
11839
11840 990821  pre-release
11841         + updated configure macros CF_MAKEFLAGS, CF_CHECK_ERRNO
11842         + minor corrections to beterm terminfo entry.
11843         + modify lib_setup.c to reject values of $TERM which have a '/' in
11844           them.
11845         + add ifdef's to guard against CS5, CS6, CS7, CS8 being zero, as more
11846           than one is on BeOS.  That would break a switch statement.
11847         + add configure macro CF_LINK_FUNCS to detect and work around BeOS's
11848           nonfunctional link().
11849         + improved configure macros CF_BOOL_DECL and CF_BOOL_SIZE to detect
11850           BeOS's bool, which is declared as an unsigned char.
11851
11852 990814  pre-release
11853         + add ms-vt100 terminfo entry -TD
11854         + minor fixes for misc/emx.src, based on testing with tack.
11855         + minor fix for test/ncurses.c, test 'a', in case ncv is not set.
11856
11857 990731  pre-release
11858         + minor correction for 'screen' terminfo entry.
11859         + clarify description of errret values for setupterm in manpage.
11860         + modify tput to allow it to emit capabilities for hardcopy terminals
11861           (patch by Goran Uddeborg <goeran@uddeborg.pp.se>).
11862         + modify the 'o' (panel) test in ncurses.c to show the panels in color
11863           or at least in bold, to test Juergen's change to wrefresh().
11864         > patches by Juergen Pfeifer:
11865         + Fixes a problem using wbkgdset() with panels.  It has actually
11866           nothing to with panels but is a problem in the implementation of
11867           wrefresh().  Whenever a window changes its background attribute to
11868           something different than newscr's background attribute, the whole
11869           window is touched to force a copy to newscr.  This is an unwanted
11870           side-effect of wrefresh() and it is actually not necessary.  A
11871           changed background attribute affects only further outputs of
11872           background it doesn't mean anything to the current content of the
11873           window.  So there is no need to force a copy.  (reported by Frank
11874           Heckenbach <frank@g-n-u.de>).
11875         + an upward compatible enhancement of the NCursesPad class in the C++
11876           binding.  It allows one to add a "viewport" window to a pad and then
11877           to use panning to view the pad through the viewport window.
11878
11879 990724  pre-release
11880         + suppress a call to def_prog_mode() in the SIGTSTP handler if the
11881           signal was received while not in curses mode, e.g., endwin() was
11882           called in preparation for spawning a shell command (reported by Frank
11883           Heckenbach <frank@g-n-u.de>)
11884         + corrected/enhanced xterm-r5, xterm+sl, xterm+sl-twm terminfo entries.
11885         + change test for xterm mouse capability:  it now checks only if the
11886           user's $DISPLAY variable is set in conjunction with the kmous
11887           capability being present in the terminfo.  Before, it checked if any
11888           of "xterm", "rxvt" or "kterm" were substrings of the terminal name.
11889           However, some emulators which are incompatible with xterm in other
11890           ways do support the xterm mouse capability.
11891         + reviewed and made minor changes in ncurses to quiet g++ warnings
11892           about shadowed or uninitialized variables.  g++ incorrectly warns
11893           about uninitialized variables because it does not take into account
11894           short-circuit expression evaluation.
11895         + change ncurses 'b' test to start in color pair 0 and to show in the
11896           right margin those attributes which are suppressed by no_color_video,
11897           i.e., "(NCV)".
11898         + modify ifdef's in curses.h so that __attribute__ is not redefined
11899           when compiling with g++, but instead disabled the macros derived for
11900           __attribute__ since g++ does not consistently recognize the same
11901           keywords as gcc (reported by Stephan K Zitz <zitz@erf.net>).
11902         + update dependencies for term.h in ncurses/modules (reported by
11903           Ilya Zakharevich).
11904
11905 990710  pre-release
11906         + modify the form demo in ncurses.c to illustrate how to manipulate the
11907           field appearance, e.g, for highlighting or translating the field
11908           contents.
11909         + correct logic in write_entry from split-out of home_terminfo in
11910           980919, which prevented update of $HOME/.terminfo (reported by Philip
11911           Spencer <pspencer@fields.utoronto.ca>).
11912
11913 990703  pre-release
11914         + modify linux terminfo description to make use of kernel 2.2.x mods
11915           that support cursor style, e.g., to implement cvvis (patch by Frank
11916           Heckenbach <frank@g-n-u.de>)
11917         + add special-case in setupterm to retain previously-saved terminal
11918           settings in cur_term, which happens when curses and termcap calls are
11919           mixed (from report by Bjorn Helgaas <helgaas@dhc.net>).
11920         + suppress initialization of key-tries in _nc_keypad() if we are only
11921           disabling keypad mode, e.g., in endwin() called when keypad() was
11922           not.
11923         + modify the Ada95 makefile to ensure that always the Ada files from
11924           the development tree are used for building and not the eventually
11925           installed ones (patch by Juergen Pfeifer).
11926
11927 990626  pre-release
11928         + use TTY definition in tack/sysdep.c rather than struct termios
11929           (reported by Philippe De Muyter).
11930         + add a fallback for strstr, used in lib_mvcur.c and tack/edit.c,
11931           not present on sysV68 (reported by Philippe De Muyter).
11932         + correct definition in comp_hash.c to build with configure
11933           --with-rcs-ids option.
11934
11935 990619  pre-release
11936         + modified ifdef's for sigaction and sigvec to ensure we do not try to
11937           handle SIGTSTP if neither is available (from report by Philippe De
11938           Muyter).
11939         > patch by Philippe De Muyter:
11940         + in tic.c, use `unlink' if `remove' is not available.
11941         + use only `unsigned' as fallback value for `speed_t'.  Some files used
11942           `short' instead.
11943
11944 990616  pre-release
11945         + fix some compiler warnings in tack.
11946         + add a check for predefined bool type in CC, based on report that
11947           BeOS predefines a bool type.
11948         + correct logic for infocmp -e option, i.e., the configure
11949           --with-fallbacks option, which I'd not updated when implementing
11950           extended names (cf:  990301).  The new implementation adds a "-E"
11951           option to infocmp -TD
11952         > patch by Juergen Pfeifer:
11953         + introduce the private type Curses_Bool in the Ada95 binding
11954           implementation.  This is to clearly represent the use of "bool" also
11955           in the binding.  It should have no effect on the generated code.
11956         + improve the man page for field_buffer() to tell the people, that the
11957           whole buffer including leading/trailing spaces is returned.  This is
11958           a common source of confusion, so it's better to document it clearly.
11959
11960 990614  pre-release
11961         > patch by Juergen Pfeifer:
11962         + use pragma PreElaborate in several places.
11963         + change a few System.Address uses to more specific types.
11964         + change interface version-number to 1.0
11965         + regenerate Ada95 HTML files.
11966
11967 990612  pre-release
11968         + modify lib_endwin.c to avoid calling reset_shell_mode(), return ERR
11969           if it appears that curses was never initialized, e.g., by initscr().
11970           For instance, this guards against setting the terminal modes to
11971           strange values if endwin() is called after setupterm().  In the same
11972           context, Solaris curses will dump core.
11973         + modify logic that avoids a conflict in lib_vidattr.c between sgr0 and
11974           equivalent values in rmso or rmul by ensuring we do not modify the
11975           data which would be returned by the terminfo or termcap interfaces
11976           (reported by Brad Pepers <brad@linuxcanada.com>, cf:  960706).
11977         + add a null-pointer check for SP in lib_vidattr.c to logic that checks
11978           for magic cookies.
11979         + improve fallback declaration of 'bool' when the --without-cxx option
11980           is given, by using a 'char' on i386 and related hosts (prompted by
11981           discussion with Alexander V Lukyanov).
11982
11983 990605  pre-release
11984         + include time.h in lib_napms.c if nanosleep is used (patch by
11985           R Lindsay Todd <toddr@rpi.edu>).
11986         + add an "#undef bool" to curses.h, in case someone tries to define it,
11987           e.g., perl.
11988         + add check to tparm to guard against divide by zero (reported by Aaron
11989           Campbell <aaron@ug.cs.dal.ca>).
11990
11991 990516  pre-release
11992         + minor fix to build tack on CLIX (mismatched const).
11993         > patch by Juergen Pfeifer:
11994         + change Juergen's old email address with new one in the files where it
11995           is referenced.  The Ada95 HTML pages are regenerated.
11996         + update MANIFEST to list the tack files.
11997
11998 990509  pre-release
11999         + minor fixes to make 'tack' build/link on NeXT (reported by Francisco
12000           A. Tomei Torres).
12001
12002 990417  pre-release
12003         + add 'tack' program (which is GPL'd), updating it to work with the
12004           modified TERMTYPE struct and making a fix to support setaf/setab
12005           capabilities.  Note that the tack program is not part of the
12006           ncurses libraries, but an application which can be distributed with
12007           ncurses.  The configure script will ignore the directory if it is
12008           omitted, however.
12009         + modify gpm mouse support so that buttons 2 and 3 are used for
12010           select/paste only when shift key is pressed, making them available
12011           for use by an application (patch by Klaus Weide).
12012         + add complete list of function keys to scoansi terminfo entry - TD
12013
12014 990410  pre-release
12015         + add a simple test program cardfile.c to illustrate how to read form
12016           fields, and showing forms within panels.
12017         + change shared-library versioning for the Hurd to be like Linux rather
12018           than *BSD (patch by Mark Kettenis <kettenis@wins.uva.nl>).
12019         + add linux-lat terminfo entry.
12020         + back-out _nc_access check in read_termcap.c (both incorrect and
12021           unnecessary, except to guard against a small window where the file's
12022           ownership may change).
12023
12024 990403  pre-release
12025         + remove conflicting _nc_free_termtype() function from test module
12026           lib_freeall.c
12027         + use _nc_access check in read_termcap.c for termpaths[] array (noted
12028           by Jeremy Buhler, indicating that Alan Cox made a similar patch).
12029         > patch by Juergen Pfeifer:
12030         + modify menu creation to not inherit status flag from the default menu
12031           which says that the associated marker string has been allocated and
12032           should be freed (bug reported by Marek Paliwoda"
12033           <paliwoda@kki.net.pl>)
12034
12035 990327  pre-release (alpha.gnu.org:/gnu/ncurses-5.0-beta1.tar.gz)
12036         + minor fixes to xterm-xfree86 terminfo entry - TD.
12037         + split up an expression in configure script check for ldconfig to
12038           workaround limitation of BSD/OS sh (reported by Jeff Haas
12039           <jmh@mail.msen.com>).
12040         + correct a typo in man/form_hook.3x (Todd C Miller).
12041
12042 990318  pre-release
12043         + parenthesize and undef 'index' symbol in c++ binding and demo, to
12044           accommodate its definition on NeXT (reported by Francisco A. Tomei
12045           Torres).
12046         + add sigismember() to base/sigaction.c compatibility to link on NeXT
12047           (reported by Francisco A. Tomei Torres).
12048         + further refinements to inequality in hashmap.c to cover a case with
12049           ^U in nvi (patch by Alexander V Lukyanov).
12050
12051 990316  pre-release
12052         + add fallback definition for getcwd, to link on NeXT.
12053         + add a copy of cur_term to tic.c to make it link properly on NeXT
12054           (reported by Francisco A. Tomei Torres).
12055         + change inequality in hashmap.c which checks the distance traveled by
12056           a chunk so that ^D command in nvi (scrolls 1/2 screen) will use
12057           scrolling logic (patch by Alexander V Lukyanov, reported by Jeffrey
12058           C Honig).
12059
12060 990314  pre-release
12061         + modify lib_color.c to handle a special case where the curscr
12062           attributes have been made obsolete (patch by Alexander V Lukyanov).
12063         + update BSD/OS console terminfo entries to use klone+sgr and
12064           klone+color (patch by Jeffrey C Honig).
12065         + update glibc addon configure script for extended capabilities.
12066         + correct a couple of warnings in the --enable-const configuration.
12067         + make comp_hash build properly with _nc_strdup(), on NeXT (reported by
12068           Francisco A. Tomei Torres <francisco.tomei@cwix.com>).
12069
12070 990313  pre-release
12071         + correct typos in linux-c initc string - TD
12072         + add 'crt' terminfo entry, update xterm-xfree86 entry - TD
12073         + remove a spurious argument to tparm() in lib_sklrefr.c (patch by
12074           Alexander V Lukyanov).
12075
12076 990307  pre-release
12077         + back-out change to wgetch because it causes a problem with ^Z
12078           handling in lynx (reported by Kim DeVaughn).
12079
12080 990306  pre-release
12081         + add -G option to tic and infocmp, to reverse the "-g" option.
12082         + recode functions in name_match.c to avoid use of strncpy, which
12083           caused a 4-fold slowdown in tic (cf: 980530).
12084         + correct a few warnings about sign-extension in recent changes.
12085         > patch by Juergen Pfeifer:
12086         + fixes suggested by Jeff Bradbury <jibradbury@lucent.com>:
12087           + improved parameter checking in new_fieldtype().
12088           + fixed a typo in wgetch() timeout handling.
12089           + allow slk_init() to be called per newterm call.  The internal SLK
12090             state is stored in the SCREEN struct after every newterm() and then
12091             reset for the next newterm.
12092           + fix the problem that a slk_refresh() refreshes stdscr if the
12093             terminal has true SLKs.
12094         + update HTML documentation for Ada binding.
12095
12096 990301  pre-release
12097         + remove 'bool' casts from definitions of TRUE/FALSE so that statements
12098           such as "#if TRUE" work.  This was originally done to allow for a C++
12099           compiler which would warn of implicit conversions between enum and
12100           int, but is not needed for g++ (reported by Kim DeVaughn).
12101         + add use_extended_names() function to allow applications to suppress
12102           read of the extended capabilities.
12103         + add configure option --enable-tcap-names to support logic which
12104           allows ncurses' tic to define new (i.e., extended) terminal
12105           capabilities.  This is activated by the tic -x switch.  The infocmp
12106           program automatically shows or compares extended capabilities.
12107           Note:  This changes the Strings and similar arrays in the TERMTYPE
12108           struct so that applications which manipulate it must be recompiled.
12109         + use macros typeMalloc, typeCalloc and typeRealloc consistently
12110           throughout ncurses library.
12111         + add _nc_strdup() to doalloc.c.
12112         + modify define_key() to allow multiple strings to be bound to the
12113           same keycode.
12114         + correct logic error in _nc_remove_string, from 990220.
12115         > patch for Ada95 binding (Juergen Pfeifer):
12116         + regenerate some of the html documentation
12117         + minor cleanup in terminal_interface-curses.adb
12118
12119 990220  pre-release
12120         + resolve ambiguity of kend/kll/kslt and khome/kfnd/kich1 strings in
12121           xterm and ncsa terminfo entries by removing the unneeded ones.  Note
12122           that some entries will return kend & khome versus kslt and kfnd, for
12123           PC-style keyboards versus strict vt220 compatibility - TD
12124         + add function keybound(), which returns the definition associated with
12125           a given keycode.
12126         + modify define_key() to undefine the given string when no keycode is
12127           given.
12128         + modify keyok() so it works properly if there is more than one string
12129           defined for a keycode.
12130         + add check to tic to warn about terminfo descriptions that contain
12131           more than one key assigned to the same string.  This is shown only if
12132           the verbose (-v) option is given.  Moved related logic (tic -v) from
12133           comp_parse.c into the tic program.
12134         + add/use _nc_trace_tries() to show the function keys that will be
12135           recognized.
12136         + rename init_acs to _nc_init_acs (request by Alexander V Lukyanov).
12137         > patch for Ada95 binding (Juergen Pfeifer):
12138         + remove all the *_adabind.c from ncurses, menu and form projects.
12139           Those little helper routines have all been implemented in Ada and are
12140           no longer required.
12141         + The option handling routines in menu and form have been made more
12142           save.  They now make sure that the unused bits in options are always
12143           zero.
12144         + modify configuration scripts to
12145           + use gnatmake as default compiler name.  This is a safer choice than
12146             gcc, because some GNAT implementations use other names for the
12147             compilerdriver to avoid conflicts.
12148           + use new default installation locations for the Ada files according
12149             to the proposed GNU Ada filesystem standard (for Linux).
12150         + simplify the Makefiles for the Ada binding
12151         + rename ada_include directory to src.
12152
12153 990213
12154         + enable sigwinch handler by default.
12155         + disable logic that allows setbuf to be turned off/on, because some
12156           implementations will overrun the buffer after it has been disabled
12157           once.
12158
12159 990206
12160         + suppress sc/rc capabilities from terminal description if they appear
12161           in smcup/rmcup.  This affects only scrolling optimization, to fix a
12162           problem reported by several people with xterm's alternate screen,
12163           though the problem is more general.
12164         > patch for Ada95 binding (Juergen Pfeifer):
12165         + removed all pragma Preelaborate() stuff, because the just released
12166           gnat-3.11p complains on some constructs.
12167         + fixed some upper/lower case notations because gnat-3.11p found
12168           inconsistent use.
12169         + used a new method to generate the HTML documentation of the Ada95
12170           binding.  This invalidates nearly the whole ./Ada95/html subtree.
12171           Nearly all current files in this subtree are removed
12172
12173 990130
12174         + cache last result from _nc_baudrate, for performance (suggested by
12175           Alexander V Lukyanov).
12176         + modify ClrUpdate() function to workaround a problem in nvi, which
12177           uses redrawwin in SIGTSTP handling.  Jeffrey C Honig reported that
12178           ncurses repainted the screen with nulls before resuming normal
12179           operation (patch by Alexander V Lukyanov).
12180         + generalize is_xterm() function a little by letting xterm/rxvt/kterm
12181           be any substring rather than the prefix.
12182         + modify lib_data.c to initialize SP.  Some linkers, e.g., IBM's, will
12183           not link a module if the only symbols exported from the module are
12184           uninitialized ones (patch by Ilya Zakharevich).  Ilya says that he
12185           has seen messages claiming this behavior conforms to the standard.)
12186         + move call on _nc_signal_handler past _nc_initscr, to avoid a small
12187           window where Nttyb hasn't yet been filled (reported by Klaus Weide).
12188         + modify lib_tstp.c to block SIGTTOU when handling SIGTSTP, fixes a
12189           problem where ncurses applications which were run via a shell script
12190           would hang when given a ^Z.  Also, check if the terminal's process
12191           group is consistent, i.e., a shell has not taken ownership of it,
12192           before deciding to save the current terminal settings in the SIGTSTP
12193           handler (patch by Klaus Weide).
12194         + correct spelling of ACS_ names in curs_border.3x (reported by Bob van
12195           der Poel <bvdpoel@kootenay.com>).
12196         + correct a couple of typos in the macros supporting the configure
12197           --with-shlib-version option.
12198
12199 990123
12200         + modify fty_regex.c to compile on HAVE_REGEXPR_H_FUNCS machine (patch
12201           by Kimio Ishii <ishii@csl.sony.co.jp>).
12202         + rename BSDI console terminfo entries:  bsdos to bsdos-pc-nobold, and
12203           bsdos-bold to bsdos-pc (patch by Jeffrey C Honig).
12204         + modify tput to accept termcap names as an alternative to terminfo
12205           names (patch by Jeffrey C Honig).
12206         + correct a typo in term.7 (Todd C Miller).
12207         + add configure --with-shlib-version option to allow installing shared
12208           libraries named according to release or ABI versions.  This
12209           parametrizes some existing logic in the configure script, and is
12210           intended for compatibility upgrades on Digital Unix, which used
12211           versioned libraries in ncurses 4.2, but no longer does (cf:  980425).
12212         + resync configure script against autoconf 2.13 + patches
12213         + minor improvements for teraterm terminfo entry based on the program's
12214           source distribution.
12215
12216 990116
12217         + change default for configure --enable-big-core to assume machines do
12218           have enough memory to resolve terminfo.src in-memory.
12219         + correct name of ncurses library in TEST_ARGS when configuring with
12220           debug library.
12221         + minor fixes to compile ncurses library with broken-linker with g++.
12222         + add --enable-broken-linker configure option, default to environment
12223           variable $BROKEN_LINKER (request by Jeffrey C Honig).
12224         + change key_names[] array to static since it is not part of the curses
12225           interface (reported by Jeffrey C Honig <jch@bsdi.com>).
12226
12227 990110
12228         + add Tera Term terminfo entry - TD
12229
12230 990109
12231         + reviewed/corrected macros in curses.h as per XSI document.
12232         + provide support for termcap PC variable by copying it from terminfo
12233           data and using it as the padding character in tputs (reported by
12234           Alexander V Lukyanov).
12235         + corrected iris-ansi and iris-ansi-ap terminfo entries for kent and
12236           kf9-kf12 capabilities, as well as adding kcbt.
12237         + document the mouse handling mechanism in menu_driver and make a small
12238           change in menu_driver's return codes to provide more consistency
12239           (patch by Juergen Pfeifer).
12240         + add fallback definition for NCURSES_CONST to termcap.h.in (reported
12241           by Uchiyama Yasushi <uch@nop.or.jp>).
12242         + move lib_restart.c to ncurses/base, since it uses curses functions
12243           directly, and therefore cannot be used in libtinfo.so
12244         + rename micro_char_size to micro_col_size, adding #define to retain
12245           old name.
12246         + add set_a_attributes and set_pglen_inch to terminfo structure, as per
12247           XSI and Solaris 2.5.
12248         + minor makefile files to build ncurses test_progs
12249         + update html files in misc directory to reflect changes since 4.2
12250
12251 990102
12252         + disable scroll hints when hashmap is enabled (patch by Alexander
12253           V Lukyanov).
12254         + move logic for tic's verify of -e option versus -I and -C so that the
12255           terminfo data is not processed if we cannot handle -e (reported by
12256           Steven Schwartz <steves@unitrends.com>.
12257         + add test-driver traces to terminfo and termcap functions.
12258         + provide support for termcap ospeed variable by copying it from the
12259           internal cur_term member, and using ospeed as the baudrate reference
12260           for the delay_output and tputs functions.  If an application does not
12261           set ospeed, the library behaves as before, except that _nc_timed_wait
12262           is no longer used, or needed, since ospeed always has a value.  But
12263           the application can modify ospeed to adjust the output of padding
12264           characters (prompted by a bug report for screen 3.7.6 and email from
12265           Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>).
12266         + removed some unused ifdef's as part of Alexander's restructuring.
12267         + reviewed/updated curses.h, term.h against X/Open Curses Issue 4
12268           Version 2.  This includes making some parameters NCURSES_CONST
12269           rather than const, e.g., in termcap.h.
12270         + change linux terminfo entry to use ncv#2, since underline does not
12271           work with color
12272
12273 981226
12274         + miscellaneous corrections for curses.h to match XSI.
12275         + change --enable-no-padding configure option to be normally enabled.
12276         + add section to ncurses manpage for environment variables.
12277         + investigated Debian bug report that pertains to screen 3.7.4/3.7.6
12278           changes, found no sign of problems on Linux (or on SunOS, Solaris)
12279           running screen built with ncurses.
12280         + check if tmp_fp is opened in tic.c before closing it (patch by Pavel
12281           Roskin <pavel_roskin@geocities.com>).
12282         + correct several font specification typos in man-pages.
12283
12284 981220
12285         + correct default value for BUILD_CC (reported by Larry Virden).
12286
12287 981219
12288         + modify _nc_set_writedir() to set a flag in _nc_tic_dir() to prevent
12289           it from changing the terminfo directory after chdir'ing to it.
12290           Otherwise, a relative path in $TERMINFO would confuse tic (prompted
12291           by a Debian bug report).
12292         + correct/update ncsa terminfo entry (report by Larry Virden).
12293         + update xterm-xfree86 terminfo to current (patch 90), smcur/rmcur
12294           changes
12295         + add Mathew Vernon's mach console entries to terminfo.src
12296         + more changes, moving functions, as part of Alexander's restructuring.
12297         + modify configure script for GNU/Hurd share-library support, introduce
12298           BUILD_CC variable for cross compiling (patch by Uchiyama Yasushi
12299           <uch@nop.or.jp>)
12300
12301 981212
12302         + add environment variable NCURSES_NO_SETBUF to allow disabling the
12303           setbuf feature, for testing purposes.
12304         + correct ifdef's for termcap.h versus term.h that suppress redundant
12305           declarations of prototypes (reported by H.J.Lu).
12306         + modify Makefile.os2 to add linker flags which allow multiple copies
12307           of an application to coexist (reported by Ilya Zakharevich).
12308         + update Makefile.glibc and associated configure script so that ncurses
12309           builds as a glibc add-on with the new directory configuration
12310           (reported by H.J.Lu).
12311
12312 981205
12313         + modify gen_reps() function in gen.c to work properly on SunOS
12314           (sparc), which is a left-to-right architecture.
12315         + modify relative_move and tputs to avoid an interaction with the
12316           BSD-style padding.  The relative_move function could produce a string
12317           to replace on the screen which began with a numeric character, which
12318           was then interpreted by tputs as padding.  Now relative_move will not
12319           generate a string with a leading digit in that case (overwrite).
12320           Also, tputs will only interpret padding if the string begins with a
12321           digit; as coded it permitted a string to begin with a decimal point
12322           or asterisk (reported by Larry Virden).
12323         > patches by Juergen Pfeifer:
12324         + fix a typo in m_driver.c mouse handling and improves the error
12325           handling.
12326         + fix broken mouse handling in the Ada95 binding
12327         + make the Ada95 sample application menus work with the new menu mouse
12328           support
12329         + improve the mouse handling introduced by Ilya; it now handles menus
12330           with spacing.
12331         + repair a minor bug in the menu_driver code discovered during this
12332           rework.
12333         + add new function wmouse_trafo() to hide implementation details of
12334           _yoffset member of WINDOW struct needed for mouse coordinate
12335           transformation.
12336
12337 981128
12338         + modify Ada95/gen/gen.c to avoid using return-value of sprintf, since
12339           some older implementations (e.g., SunOS 4.x) return the buffer
12340           address rather than its length.
12341         > patch by Rick Ohnemus:
12342         + modify demo.cc to get it to compile with newer versions of egcs.
12343         + trim a space that appears at the end of the table preprocessor lines
12344           ('\" t).  This space prevents some versions of man from displaying
12345           the pages - changed to remove all trailing whitespace (TD)
12346         + finally, 'make clean' does not remove panel objects.
12347         > patches by Ilya Zakharevich:
12348         + allow remapping of OS/2 mouse buttons using environment variable
12349           MOUSE_BUTTONS_123 with the default value 132.
12350         + add mouse support to ncurses menus.
12351
12352 981121
12353         + modify misc/makedef.cmd to report old-style .def file symbols, and to
12354           generate the .def files sorted by increasing names rather than the
12355           reverse.
12356         + add misc/*.ref which are J.J.G.Ripoll's dll definition files (renamed
12357           from misc/*.old), and updated based on the entrypoint coding he used
12358           for an older version of ncurses.
12359         + add README.emx, to document how to build on OS/2 EMX.
12360         + updates for config.guess, config.sub from Lynx
12361         > patches by Ilya Zakharevich:
12362         + minor fixes for mouse handling mode:
12363           a) Do not initialize mouse if the request is to have no mouse;
12364           b) Allow switching of OS/2 VIO mouse on and off.
12365         + modify Makefile.os2 to support alternative means of generating
12366           configure script, by translating Unix script with Perl.
12367         > patches by Juergen Pfeifer:
12368         + Updates MANIFEST to reflect changes in source structure
12369         + Eliminates a problem introduced with my last patch for the C++
12370           binding in the panels code.  It removes the update() call done in the
12371           panel destructor.
12372         + Changes in the Ada95 binding to better support systems where
12373           sizeof(chtype)!=sizeof(int) (e.g.  DEC Alpha).
12374
12375 981114
12376         + modify install-script for manpages to skip over .orig and .rej files
12377           (request by Larry Virden).
12378         > patches/discussion by Alexander V Lukyanov:
12379         + move base-library sources into ncurses/base and tty (serial terminal)
12380           sources into ncurses/tty, as part of Alexander V Lukyanov's proposed
12381           changes to ncurses library.
12382         + copy _tracemouse() into ncurses.c so that lib_tracemse.c need not
12383           be linked into the normal ncurses library.
12384         + move macro winch to a function, to hide details of struct ldat
12385         > patches by Juergen Pfeifer:
12386         + fix a potential compile problem in cursesw.cc
12387         + some Ada95 cosmetics
12388         + fix a gen.c problem when compiling on 64-Bit machines
12389         + fix Ada95/gen/Makefile.in "-L" linker switch
12390         + modify Ada95 makefiles to use the INSTALL_PREFIX setting.
12391
12392 981107
12393         + ifdef'd out lib_freeall.c when not configured.
12394         + rename _tracebits() to _nc_tracebits().
12395         + move terminfo-library sources into ncurses/tinfo, and trace-support
12396           functions into ncurses/trace as part of Alexander V Lukyanov's
12397           proposed changes to ncurses library.
12398         + modify generated term.h to always specify its own definitions for
12399           HAVE_TERMIOS_H, etc., to guard against inclusion by programs with
12400           broken configure scripts.
12401
12402 981031
12403         + modify terminfo parsing to accept octal and hexadecimal constants,
12404           like Solaris.
12405         + remove an autoconf 2.10 artifact from the configure script's check
12406           for "-g" compiler options.  (Though harmless, this confused someone
12407           at Debian, who recently issued a patch that results in the opposite
12408           effect).
12409         + add configure option --with-ada-compiler to accommodate installations
12410           that do not use gcc as the driver for GNAT (patch by Juergen
12411           Pfeifer).
12412
12413 981017
12414         + ensure ./man exists in configure script, needed when configuring
12415           with --srcdir option.
12416         + modify infocmp "-r" option to remove limit on formatted termcap
12417           output, which makes it more like Solaris' version.
12418         + modify captoinfo to treat no-argument case more like Solaris'
12419           version, which uses the contents of $TERMCAP as the entry to format.
12420         + modify mk-2nd.awk to handle subdirectories, e.g., ncurses/tty
12421           (patch by Alexander V Lukyanov).
12422
12423 981010
12424         + modify --with-terminfo-dirs option so that the default value is the
12425           ${datadir} value, unless $TERMINFO_DIRS is already set.  This gets
12426           rid of a hardcoded list of candidate directories in the configure
12427           script.
12428         + add some error-checking to _nc_read_file_entry() to ensure that
12429           strings are properly terminated (Todd C Miller).
12430         + rename manpage file curs_scr_dmp.3x to curs_scr_dump.3x, to
12431           correspond with contents (reported by Neil Zanella
12432           <nzanella@cs.mun.ca>).
12433         + remove redundant configure check for C++ which did not work when $CXX
12434           was specified with a full pathname (reported by Andreas Jaeger).
12435         + corrected bcopy/memmove check; the macro was not standalone.
12436
12437 981003
12438         + remove unnecessary portion of OS/2 EMX mouse change from
12439           check_pending() (reported by Alexander V Lukyanov).
12440
12441 980926
12442         + implement mouse support for OS/2 EMX (adapted from patch against
12443           4.2(?) by Ilya Zakharevich).
12444         + add configure-check for bcopy/memmove, for 980919 changes to hashmap.
12445         + merge Data General terminfo from Hasufin <hasufin@vidnet.net> - TD
12446         + merge AIX 3.2.5 terminfo descriptions for IBM terminals, replaces
12447           some older entries - TD
12448         + modify tic to compile into %'char' form in preference to %{number},
12449           since that is a little more efficient.
12450         + minor correction to infocmp to avoid displaying "difference" between
12451           two capabilities that are rendered in equivalent forms.
12452         + add "-g" option to tic/infocmp to force character constants to be
12453           displayed in quoted form.  Otherwise their decimal values are shown.
12454         + modify setupterm so that cancelled strings are treated the same as
12455           absent strings, cancelled and absent booleans false (does not affect
12456           tic, infocmp).
12457         + modify tic, infocmp to discard redundant i3, r3 strings when output
12458           to termcap format.
12459         > patch by Alexander V Lukyanov:
12460         + improve performance of tparm, now it takes 19% instead of 25% when
12461           profiling worm.
12462         + rename maxlen/minlen to prec/width for better readability.
12463         + use format string for printing strings.
12464         + use len argument correctly in save_text, and pass it to save_number.
12465
12466 980919
12467         + make test_progs compile (but hashmap does not function).
12468         + correct NC_BUFFERED macro, used in lib_mvcur test-driver, modify
12469           associated logic to avoid freeing the SP->_setbuf data.
12470         + add modules home_terminfo and getenv_num to libtinfo.
12471         + move write_entry to libtinfo, to work with termcap caching.
12472         + minor fixes to blue.c to build with atac.
12473         + remove softscroll.c module; no longer needed for testing.
12474         > patches by Todd C Miller:
12475         + use strtol(3) instead of atoi(3) when parsing env variables so we can
12476           detect a bogus (non-numeric) value.
12477         + check for terminal names > MAX_NAME_SIZE in a few more places when
12478           dealing with env variables again.
12479         + fix a MAX_NAME_SIZE that should be MAX_NAME_SIZE+1
12480         + use sizeof instead of strlen(3) on PRIVATE_INFO since it is a fixed
12481           string #define (compile time vs runtime).
12482         + when setting errno to ENOMEM, set it right before the return, not
12483           before code that could, possibly, set errno to a different value.
12484         > patches by Alexander V Lukyanov:
12485         + use default background in update_cost_from_blank()
12486         + disable scroll-hints when hashmap is configured.
12487         + improve integration of hashmap scrolling code, by adding oldhash and
12488           newhash data to SP struct.
12489         + invoke del_curterm from delscreen.
12490         + modify del_curterm to set cur_term to null if it matches the
12491           function's parameter which is deleted.
12492         + modify lib_doupdate to prefer parm_ich to the enter_insert_mode and
12493           exit_insert_mode combination, adjusting InsCharCost to check
12494           enter_insert_mode, exit_insert_mode and insert_padding.  Add
12495           insert_padding in insert mode after each char.  This adds new costs
12496           to the SP struct.
12497
12498 980912
12499         + modify test-driver in lib_mvcur.s to use _nc_setbuffer, for
12500           consistent treatment.
12501         + modify ncurses to restore output to unbuffered on endwin, and resume
12502           buffering in refresh (see lib_set_term.c and NC_BUFFERED macro).
12503         + corrected HTML version numbers (according to the W3C validator, they
12504           never were HTML 2.0-compliant, but are acceptable 3.0).
12505
12506 980905
12507         + modify MKterminfo.sh to generate terminfo.5 with tables sorted by
12508           capability name, as in SVr4.
12509         + modified term.h, termcap.h headers to avoid redundant declarations.
12510         + change 'u_int' type in tset.c to unsigned, making this compile on
12511           Sequent PRX 4.1 (reported by Michael Sterrett <msterret@coat.com>).
12512
12513 980829
12514         + corrections to mailing addresses, and moving the magic line that
12515           causes the man program to invoke tbl to the first line of each
12516           manpage (patch by Rick Ohnemus <rick@ecompcon.com>).
12517         + add Makefile.os2 and supporting scripts to generate dll's on OS/2 EMX
12518           (from J.J.G.Ripoll, with further integration by TD).
12519         + correct a typo in icl6404 terminfo entry.
12520         + add xtermm and xtermc terminfo entries.
12521         > from esr's terminfo version:
12522         + Added Francesco Potorti's tuned Wyse 99 entries.
12523         + dtterm enacs (from Alexander V Lukyanov).
12524         + Add ncsa-ns, ncsa-m-ns and ncsa-m entries from esr version.
12525
12526 980822
12527         + document AT&T acs characters in terminfo.5 manpage.
12528         + use EMX _scrsize() function if terminfo and environment do not
12529           declare the screen size (reported by Ilya Zakharevich
12530           <ilya@math.ohio-state.edu>).
12531         + remove spurious '\' characters from eterm and osborne terminfo
12532           entries (prompted by an old Debian bug report).
12533         + correct reversed malloc/realloc calls in _nc_doalloc (reported by
12534           Hans-Joachim Widmaier <hjwidmai@foxboro.com>).
12535         + correct misplaced parenthesis which caused file-descriptor from
12536           opening termcap to be lost, from 980725 changes (reported by Andreas
12537           Jaeger).
12538
12539 980815
12540         + modify lib_setup.c to eliminate unneeded include of <sys/ioctl.h>
12541           when termios is not used (patch by Todd C Miller).
12542         + add function _nc_doalloc, to ensure that failed realloc calls do not
12543           leak memory (reported by Todd C Miller).
12544         + improved ncsa-telnet terminfo entry.
12545
12546 980809
12547         + correct missing braces around a trace statement in read_entry.c,
12548           from 980808 (reported by Kim DeVaughn <kimdv@best.com> and Liviu
12549           Daia).
12550
12551 980808
12552         + fix missing include <errno.h> in ditto.c (reported by Bernhard
12553           Rosenkraenzer <bero@k5.sucks.eu.org>)
12554         + add NCSA telnet terminfo entries from Francesco Potorti
12555           <F.Potorti@cnuce.cnr.it>, from Debian bug reports.
12556         + make handling of $LINES and $COLUMNS variables more compatible with
12557           Solaris by allowing them to individually override the window size
12558           as obtained via ioctl.
12559
12560 980801
12561         + modify lib_vidattr.c to allow for terminal types (e.g., xterm-color)
12562           which may reset all attributes in the 'op' capability, so that colors
12563           are set before turning on bold and other attributes, but still after
12564           turning attributes off.
12565         + add 'ditto.c' to test directory to illustrate use of newterm for
12566           initializing multiple screens.
12567         + modify _nc_write_entry() to recover from failed attempt to link alias
12568           for a terminfo on a filesystem which does not preserve character case
12569           (reported by Peter L Jordan <PJordan@chla.usc.edu>).
12570
12571 980725
12572         + updated versions of config.guess and config.sub based on automake 1.3
12573         + change name-comparisons in lib_termcap to compare no more than 2
12574           characters (gleaned from Debian distribution of 1.9.9g-8.8, verified
12575           with Solaris curses).
12576         + fix typo in curs_insstr.3x (patch by Todd C Miller)
12577         + use 'access()' to check if ncurses library should be permitted to
12578           open or modify files with fopen/open/link/unlink/remove calls, in
12579           case the calling application is running in setuid mode (request by
12580           Cristian Gafton <gafton@redhat.com>, responding to Duncan Simpson
12581           <dps@io.stargate.co.uk>).
12582         + arm100 terminfo entries from Dave Millen <dmill@globalnet.co.uk>).
12583         + qnxt2 and minitel terminfo entries from esr's version.
12584
12585 980718
12586         + use -R option with ldconfig on FreeBSD because otherwise it resets
12587           the search path to /usr/lib (reported by Dan Nelson).
12588         + add -soname option when building shared libraries on OpenBSD 2.x
12589           (request by QingLong).
12590         + add configure options --with-manpage-format and
12591           --with-manpage-renames (request by QingLong).
12592         + correct conversion of CANCELLED_NUMERIC in write_object(), which was
12593           omitting the high-order byte, producing a 254 in the compiled
12594           terminfo.
12595         + modify return-values of tgetflag, tgetnum, tgetstr, tigetflag,
12596           tigetnum and tigetstr to be compatible with Solaris (gleaned from
12597           Debian distribution of 1.9.9g-8.8).
12598         + modify _nc_syserr_abort to abort only when compiled for debugging,
12599           otherwise simply exit with an error.
12600
12601 980711
12602         + modify Ada95 'gen' program to use appropriate library suffix (e.g.,
12603           "_g" for a debug build).
12604         + update Ada95 'make clean' rule to include generics .ali files
12605         + add a configure test to ensure that if GNAT is found, that it can
12606           compile/link working Ada95 program.
12607         + flush output in beep and flash functions, fixing a problem with
12608           getstr (patch by Alexander V Lukyanov)
12609         + fix egcs 1.0.2 warning for etip.h (patch by Chris Johns).
12610         + correct ifdef/brace nesting in lib_sprintf.c (patch by Bernhard
12611           Rosenkraenzer <bero@Pool.Informatik.RWTH-Aachen.DE>).
12612         + correct typo in wattr_get macro from 980509 fixes (patch by Dan
12613           Nelson).
12614
12615 980704
12616         + merge changes from current XFree86 xterm terminfo descriptions.
12617         + add configure option '--without-ada'.
12618         + add a smart-default for termcap 'ac' to terminfo 'acs_chars' which
12619           corresponds to vt100.
12620         + change translation for termcap 'rs' to terminfo 'rs2', which is
12621           the documented equivalent, rather than 'rs1'.
12622
12623 980627
12624         + slow 'worm' down a little, for very fast machines.
12625         + corrected firstchar/lastchar computation in lib_hline.c
12626         + simplify some expressions with CHANGED_CELL, CHANGED_RANGE and
12627           CHANGED_TO_EOL macros.
12628         + modify init_pair so that if a color-pair is reinitialized, we will
12629           repaint the areas of the screen whose color changes, like SVr4 curses
12630           (reported by Christian Maurer <maurer@inf.fu-berlin.de>).
12631         + modify getsyx/setsyx macros to comply with SVr4 man-page which
12632           says that leaveok() affects their behavior (report by Darryl Miles,
12633           patch by Alexander V Lukyanov).
12634
12635 980620
12636         + review terminfo.5 against Solaris 2.6 curses version, corrected
12637           several minor errors/omissions.
12638         + implement tparm %l format.
12639         + implement tparm printf-style width and precision for %s, %d, %x, %o
12640           as per XSI.
12641         + implement tparm dynamic variables (reported by Xiaodan Tang).
12642
12643 980613
12644         + update man-page for for wattr_set, wattr_get (cf:  980509)
12645         + correct limits in hashtest, which would cause nonprinting characters
12646           to be written to large screens.
12647         + correct configure script, when --without-cxx was specified:  the
12648           wrong variable was used for cf_cv_type_of_bool.  Compilers up to gcc
12649           2.8 tolerated the missing 'int'.
12650         + remove the hardcoded name "gcc" for the GNU Ada compiler.  The
12651           compiler's name might be something like "egcs" (patch by Juergen
12652           Pfeifer).
12653         + correct curs_addch.3x, which implied that echochar could directly
12654           display control characters (patch by Alexander V Lukyanov).
12655         + fix typos in ncurses-intro.html (patch by Sidik Isani
12656           <isani@cfht.hawaii.edu>)
12657
12658 980606
12659         + add configure test for conflicting use of exception in math.h and
12660           other headers.
12661         + minor optimization to 'hash()' function in hashmap.c, reduces its
12662           time by 10%.
12663         + correct form of LD_SHARED_OPTS for HP-UX 10.x (patch by Tim Mooney).
12664         + fix missing quotes for 'print' in MKunctrl.awk script (reported by
12665           Mihai Budiu <mihaib@gs41.sp.cs.cmu.edu>).
12666         > patch by Alexander V Lukyanov:
12667         + correct problem on Solaris (with poll() function) where getch could
12668           hang indefinitely even if timeout(x) was called.  This turned out to
12669           be because milliseconds was not updated before 'goto retry' in
12670           _nc_timed_wait.
12671         + simplified the function _nc_timed_wait and fixed another bug, which
12672           was the assumption of !GOOD_SELECT && HAVE_GETTIMEOFDAY in *timeleft
12673           assignment.
12674         + removed the cycle on EINTR, as it seems to be useless.
12675
12676 980530
12677         + add makefile-rule for test/keynames
12678         + modify run_tic.sh and shlib to ensure that user's .profile does not
12679           override the $PATH used to run tic (patch by Tim Mooney).
12680         + restore LD_SHARED_OPTS to $(LD_SHARED_FLAGS) when linking programs,
12681           needed for HP-UX shared-library path (recommended by Tim Mooney).
12682         + remove special case of HP-UX -L options, use +b options to embed
12683           $(libdir) in the shared libraries (recommended by Tim Mooney).
12684         + add checks for some possible buffer overflows and unchecked
12685           malloc/realloc/calloc/strdup return values (patch by Todd C Miller
12686           <Todd.Miller@courtesan.com>)
12687
12688 980523
12689         + correct maxx/maxy expression for num_columns/num_lines in derwin
12690           (patch by Alexander V Lukyanov).
12691         + add /usr/share/lib/terminfo and /usr/lib/terminfo as compatibility
12692           fallbacks to _nc_read_entry(), along with --with-terminfo-dirs
12693           configure option (suggested by Mike Hopkirk).
12694         + modify config.guess to recognize Unixware 2.1 and 7 (patch by Mike
12695           Hopkirk <hops@sco.com>).
12696         + suppress definition of CC_SHARED_OPTS in LDFLAGS_SHARED in c++
12697           Makefile.in, since this conflicts when g++ is used with HP-UX
12698           compiler (reported by Tim Mooney).
12699         + parenthesize 'strcpy' calls in c++ binding to workaround redefinition
12700           in some C++ implementations (reported by several people running
12701           egcs with glibc 2.0.93, analysis by Andreas Jaeger.
12702
12703 980516
12704         + modify write_entry.c so that it will not attempt to link aliases
12705           with embedded '/', but give only a warning.
12706         + put -L$(libdir) first when linking programs, except for HP-UX.
12707         + modify comp_scan.c to handle SVr4 terminfo description for att477,
12708           which contains a colon in the description field.
12709         + modify configure script to support SCO osr5.0.5 shared libraries,
12710           from comp.unix.sco.programmer newsgroup item (Mike Hopkirk).
12711         + eliminate extra GoTo call in lib_doupdate.c (patch by Alexander V.
12712           Lukyanov).
12713         + minor adjustments of const/NCURSES_CONST from IRIX compile.
12714         + add updates based on esr's 980509 version of terminfo.src.
12715
12716 980509
12717         + correct macros for wattr_set, wattr_get, separate wattrset macro from
12718           these to preserve behavior that allows attributes to be combined with
12719           color pair numbers.
12720         + add configure option --enable-no-padding, to allow environment
12721           variable $NCURSES_NO_PADDING to eliminate non-mandatory padding,
12722           thereby making terminal emulators (e.g., for vt100) a little more
12723           efficient (request by Daniel Eisenbud <eisenbud@cs.swarthmore.edu>).
12724         + modify configure script to embed ABI in shared libraries for HP-UX
12725           10.x (detailed request by Tim Mooney).
12726         + add test/example of the 'filter()' function.
12727         + add nxterm and xterm-color terminfo description (request by Cristian
12728           Gafton <gafton@redhat.com>).
12729         + modify rxvt terminfo description to clear alternate screen before
12730           switching back to normal screen, for compatibility with applications
12731           which use xterm (reported by Manoj Kasichainula <manojk@io.com>).
12732         + modify linux terminfo description to reset color palette (reported
12733           by Telford Tendys <telford@eng.uts.edu.au>).
12734         + correction to doupdate, for case where terminal does not support
12735           insert/delete character.  The logic did not check that there was a
12736           difference in alignment of changes to old/new screens before
12737           repainting the whole non-blank portion of the line.  Modified to fall
12738           through into logic that reduces by the portion which does not differ
12739           (reported by Daniel Eisenbud <eisenbud@cs.swarthmore.edu>).
12740         + minor performance improvement to wnoutrefresh by moving some
12741           comparisons out of inner loop.
12742
12743 980425
12744         + modify configure script to substitute NCURSES_CONST in curses.h
12745         + updated terminfo entries for xterm-xf86-v40, xterm-16color,
12746           xterm-8bit to correspond to XFree86 3.9Ag.
12747         + remove restriction that forces ncurses to use setaf/setab if the
12748           number of colors is greater than 8.  (see 970524 for xterm-16color).
12749         + change order of -L options (so that $(libdir) is searched first) when
12750           linking tic and other programs, to workaround HP's linker.
12751           Otherwise, the -L../lib is embedded when linking against shared
12752           libraries and the installed program does not run (reported by Ralf
12753           Hildebrandt).
12754         + modify configuration of shared libraries on Digital Unix so that
12755           versioning is embedded in the library, rather than implied by
12756           links (patch by Tim Mooney).
12757
12758 980418
12759         + modify etip.h to avoid conflict with math.h on HP-UX 9.03 with gcc
12760           2.8.1 which redefines 'exception' (reported by Ralf Hildebrandt
12761           <R.Hildebrandt@tu-bs.de>).
12762         + correct configure tests in CF_SHARED_OPTS which used $CC value to
12763           check for gcc, rather than autoconf's $GCC value.  This did not
12764           work properly if the full pathname of the compiler were given
12765           (reported by Michael Yount <yount@csf.Colorado.edu>).
12766         + revise check for compiler options to force ANSI mode since repeating
12767           an option such as -Aa causes HP's compiler to fail on its own headers
12768           (reported by Clint Olsen <olsenc@ichips.intel.com>).
12769
12770 980411
12771         + ifdef'd has_key() and mcprint() as extended functions.
12772         + modified several prototypes to correspond with 1997 version of
12773           X/Open Curses (affects ABI since developers have used attr_get).
12774         + remove spurious trailing blanks in glibc addon-scripts (patch by
12775           H.J.Lu).
12776         + insert a few braces at locations where gcc-2.8.x asks to use them to
12777           avoid ambiguous else's, use -fpic rather than -fPIC for Linux (patch
12778           by Juergen Pfeifer).
12779
12780 980404
12781         + split SHLIB_LIST into SHLIB_DIRS/SHLIB_LIST to keep -L options
12782           before -l to accommodate Solaris' linker (reported by Larry Virden).
12783
12784 980328
12785         + modify lib_color.c to eliminate dependency on orig_colors and
12786           orig_pair, since SVr4 curses does not require these either, but
12787           uses them when they are available.
12788         + add detailed usage-message to infocmp.
12789         + correct a typo in att6386 entry (a "%?" which was "?").
12790         + add -f option to infocmp and tic, which formats the terminfo
12791           if/then/else/endif so that they are readable (with newlines and
12792           tabs).
12793         + fixes for glibc addon scripts (patch by H.J.Lu).
12794
12795 980321
12796         + revise configure macro CF_SPEED_TYPE so that termcap.h has speed_t
12797           declared (from Adam J Richter <adam@yggdrasil.com>)
12798         + remove spurious curs_set() call from leaveok() (J T Conklin).
12799         + corrected handling leaveok() in doupdate() (patch by Alexander V.
12800           Lukyanov).
12801         + improved version of wredrawln (patch by Alexander V. Lukyanov).
12802         + correct c++/Makefile.in so install target do not have embedded ../lib
12803           to confuse it (patch by Thomas Graf <graf@essi.fr>).
12804         + add warning to preinstall rule which checks if the installer would
12805           overwrite a curses.h or termcap.h that is not derived from ncurses.
12806           (The recommended configuration for developers who need both is to
12807           use --disable-overwrite).
12808         + modify preinstall rule in top-level Makefile to avoid implicit
12809           use of 'sh', to accommodate Ultrix 4.4 (reported by Joao Palhoto
12810           Matos <jmatos@math.ist.utl.pt>, patch by Thomas Esser
12811           <te@informatik.uni-hannover.de>)
12812         + refine ifdef's for TRACE so that libncurses has fewer dependencies
12813           on libtinfo when TRACE is disabled.
12814         + modify configure script so that if the --with-termlib option is used
12815           to generate a separate terminfo library, we chain it to the ncurses
12816           library with a "-l" option (reported by Darryl Miles and Ian T.
12817           Zimmerman).
12818
12819 980314
12820         + correct limits and window in wredrawln function (reported/analysis by
12821           Alexander V. Lukyanov).
12822         + correct sed expression in configure script for --with-fallback
12823           option (patch by Jesse Thilo).
12824         + correct some places in configure script where $enableval was used
12825           rather than $withval (patch by Darryl Miles <dlm@g7led.demon.co.uk>).
12826         + modify some man-pages so no '.' or '..' falls between TH and SH
12827           macros, to accommodate man_db program (reported by Ian T. Zimmerman
12828           <itz@rahul.net>).
12829         + terminfo.src 10.2.1 downloaded from ESR's webpage (ESR).
12830         > several changes by Juergen Pfeifer:
12831         + add copyright notices (and rcs id's) on remaining man-pages.
12832         + corrected prototypes for slk_* functions, using chtype rather than
12833           attr_t.
12834         + implemented the wcolor_set() and slk_color() functions
12835         + the slk_attr_{set,off,on} functions need an additional void*
12836           parameter according to XSI.
12837         + fix the C++ and Ada95 binding as well as the man pages to
12838           reflect above enhancements.
12839
12840 980307
12841         + use 'stat()' rather than 'access()' in toe.c to check for the
12842           existence of $HOME/.terminfo, since it may be a file.
12843         + suppress configure CF_CXX_LIBRARY check if we are not using g++
12844           2.7.x, since this is not needed with g++ 2.8 or egcs (patch by
12845           Juergen Pfeifer).
12846         + turn on hashmap scrolling code by default, intend to remedy defects
12847           by 4.3 release.
12848         + minor corrections to terminfo.src changelog.
12849
12850 980302  4.2 release for upload to prep.ai.mit.edu
12851         + correct Florian's email address in ncurses-intro.html
12852         + terminfo.src 10.2.0 (ESR).
12853
12854 980228  pre-release
12855         + add linux-koi8r replace linux-koi8, which is not KOI8 (patch by
12856           QingLong <qinglong@Bolizm.ihep.su>).
12857         + minor documentation fixes (patch by Juergen Pfeifer).
12858         + add setlocale() call to ncurses.c (reported by Claes G. Lindblad
12859           <claesg@algonet.se>).
12860         + correct sign-extension in lib_insstr.c (reported by Sotiris
12861           Vassilopoulos <svas@leon.nrcps.ariadne-t.gr>)
12862
12863 980221  pre-release
12864         + regenerated some documentation overlooked in 980214 patch
12865           (ncurses-intro.doc, curs_outopts.3x.html)
12866         + minor ifdef change to C++ binding to work with gcc 2.8.0 (patch by
12867           Juergen Pfeifer).
12868         + change maintainer's mailing address to florian@gnu.org, change
12869           tentative mailing list address to bug-ncurses-request@gnu.org (patch
12870           by Florian La Roche).
12871         + add definition of $(REL_VERSION) to c++/Makefile.in (reported by Gran
12872           Hasse <gh@raditex.se>).
12873         + restore version numbers to Ada95 binding, accidentally deleted by
12874           copyright patch (patch by Juergen Pfeifer).
12875
12876 980214  pre-release
12877         + remove ncurses.lsm from MANIFEST so that it won't be used in FSF
12878           distributions, though it is retained in development.
12879         + correct scaling of milliseconds to nanoseconds in lib_napms.c (patch
12880           by Jeremy Buhler).
12881         + update mailing-list information (bug-ncurses@gnu.org).
12882         + update announcement for upcoming 4.2 release.
12883         + modify -lm test to check for 'sin()' rather than 'floor()'
12884         + remove spurious commas from terminfo.src descriptions.
12885         + change copyright notices to Free Software Foundation
12886
12887 980207
12888         + minor fixes for autoconf macros CF_ERRNO, CF_HELP_MESSAGE and
12889           CF_SIZECHANGE
12890         + modify Makefile.glibc so that $(objpfx) is defined (H.J.Lu).
12891         + ifdef-out true-return from _nc_mouse_inline() which depends on
12892           merge of QNX patch (pending 4.2 release).
12893         > patch to split off seldom-used modules in ncurses (J T Conklin):
12894           This reduces size by up to 2.6kb.
12895         + move functionality of _nc_usleep into napms, add configuration case
12896           for nanosleep().
12897         + moved wchgat() from lib_addch.c to lib_chgat.c
12898         + moved clearok(), immedok(), leaveok(), and scrollok() from
12899           lib_options.c to lib_clearok.c, lib_immedok.c, lib_leaveok.c and
12900           lib_scrollok.c.
12901         + moved napms() from lib_kernel.c to lib_napms.c
12902         + moved echo() and noecho() from lib_raw.c to lib_echo.c
12903         + moved nl() and nonl() from lib_raw.c to lib_nl.c
12904
12905 980131
12906         + corrected conversion in tclock.c (cf: 971018).
12907         + updates to Makefile.glibc and associated Linux configure script
12908           (patch by H.J.Lu).
12909         + workaround a quoting problem on SunOS with tar-copy.sh
12910         + correct init_pair() calls in worm.c to work when use_default_colors()
12911           is not available.
12912         + include <sys/types.h> in CF_SYS_TIME_SELECT to work with FreeBSD
12913           2.1.5
12914         + add ncv capability to FreeBSD console (cons25w), making reverse
12915           work with color.
12916         + correct sense of configure-test for sys/time.h inclusion with
12917           sys/select.h
12918         + fixes for Ada95/ada_include/Makefile.in to work with --srcdir option.
12919         + remove unused/obsolete test-program rules from progs/Makefile.in
12920           (the rules in ncurses/Makefile.in work).
12921         + remove shared-library loader flags from test/Makefile.in, etc.
12922         + simplify test/configure.in using new version of autoconf to create
12923           test/ncurses_cfg.h
12924         + suppress suffix rules in test/Makefile.in, provide explicit
12925           dependency to work with --srcdir option and less capable 'make'
12926           programs.
12927         > adapted from patch for QNX by Xiaodan Tang:
12928         + initialize %P and %g variables set/used in tparm, and also ensure
12929           that empty strings don't return a null result from tparam_internal
12930         + add QNX-specific prototype for vsscanf()
12931         + move initialization of SP->_keytry from init_keytry() to newterm() to
12932           avoid resetting it via a keyok() call by mouse_activate().
12933         + reorganized some functions in lib_mouse() to use case-statements.
12934         + remove sgr string from qnx terminfo entry since it is reported to
12935           turn off attributes inconsistently.
12936
12937 980124
12938         + add f/F/b/B commands to ncurses 'b' test to toggle colors, providing
12939           test for no_color_video.
12940         + adjusted emx.src to use no_color_video, now works with ncurses 'b'
12941           and 'k' tests.
12942         + implement no_color_video attribute, and as a special case, reverse
12943           colors when the reverse attribute cannot be combined with color.
12944         + check for empty string in $TERM variable (reported by Brett Michaels
12945           <brett@xylan.com>).
12946         > from reports by Fred Fish:
12947         + add configure-test for isascii
12948         + add configure-test for -lm library.
12949         + modify CF_BOOL_SIZE to check if C++ bool types are unsigned.
12950         > patches by J.J.G.Ripoll
12951         + add configure/makefile variables to support .exe extension on
12952           OS/2 EMX (requires additional autoconf patches).
12953         + explicitly initialize variables in lib_data.c to appease OS/2 linker
12954         > patches by Fred Fish <fnf@ninemoons.com>
12955         + misc/Makefile.in (install.data):  Avoid trying to install the CVS
12956           directory.
12957         + aclocal.m4 (install.includes):  Remove files in the include directory
12958           where we are going to install new ones, not the original source
12959           files.
12960         + misc/terminfo.src:  Add entry for "beterm", derived from termcap
12961           distributed with BeOS PR2 using captoinfo.
12962         + aclocal.m4: Wrap $cf_cv_type_of_bool with quotes (contains space)
12963         + aclocal.m4: Assume bool types are unsigned.
12964         + progs/infocmp.c: workaround mwcc 32k function data limit
12965
12966 980117
12967         + correct initialization of color-pair (cf: 970524) in xmas.c, which
12968           was using only one color-pair for all colors (reported by
12969           J.J.G.Ripoll).
12970         + add multithread options for objects build on EMX, for compatibility
12971           with XFree86.
12972         + split up an expression in MKlib_gen.sh to work around a problem on
12973           OS/2 EMX, with 'ash' (patch by J.J.G.Ripoll).
12974         + change terminfo entries xterm (xterm-xf86-v40), xterm-8bit rs1 to use
12975           hard reset.
12976         + rename terminfo entry xterm-xf86-v39t to xterm-xf86-v40
12977         + remove bold/underline from sun console entries since they're not
12978           implemented.
12979         + correct _tracef calls in _tracedump(), which did not separate format
12980           from parameters.
12981         + correct getopt string for tic "-o" option, and add it to man-page
12982           synopsis (reported by Darren Hiebert <darren@hmi.com>).
12983         + correct typo in panel/Makefile.in, reversed if-statement in scrolling
12984           optimization (Alexander V.  Lukyanov).
12985         + test for 'remove()', use 'unlink() if not found (patch by Philippe De
12986           Muyter <phdm@macqel.be>).
12987         > patches by Juergen Pfeifer:
12988         + Improve a feature of the forms driver.  For invisible fields
12989           (O_VISIBLE off) only the contents but not the attributes are cleared.
12990           We now clear both.  (Reported by Javier Kohan
12991           <jkohan@adan.fceia.unr.edu.ar>)
12992         + The man page form_field_opts.3x makes now clear, that invisible
12993           fields are also always inactive.
12994         + adjust ifdef's to compile the C++ binding with the just released
12995           gcc-2.8.0 c++ and the corresponding new C++ libraries.
12996
12997 980110
12998         + correct "?" command in ncurses.c; it was performing non-screen writes
12999           while the program was in screen mode.  (It "worked" in 1.9.9e because
13000           that version sets OPOST and OCRNL incorrectly).
13001         + return error from functions in lib_kernel, lib_raw and lib_ti if
13002           cur_term is null, or if underlying I/O fails.
13003         + amend change to tputs() so that it does not return an error if
13004           cur_term is null, since some applications depend on being able to use
13005           tputs without initializing the terminal (reported by Christian J.
13006           Robinson <infynity@cyberhighway.net>).
13007
13008 980103
13009         + add a copy of emx.src from J.J.G.Ripoll's OS/2 EMX version of ncurses
13010           1.9.9e, together with fixes/additions for the "ansi" terminal type.
13011         + add tic check for save/restore cursor if change_scroll_region is
13012           defined (reference: O'Reilly book).
13013         + modify read_termcap.c to handle EMX-style pathnames (reported by
13014           J.J.G.Ripoll).
13015         + modify lib_raw.c to use EMX's setmode (patch from J.J.G.Ripoll).
13016           Ripoll says EMX's curses does this.
13017         + modify _nc_tic_expand() to generate \0 rather than \200.
13018         + move/revise 'expand()' from dump_entry.c to ncurses library as
13019           _nc_tic_expand(), for use by tack.
13020         + decode \a as \007 for terminfo, as per XSI.
13021         + correct translation of terminfo "^@", to \200, like \0.
13022         + modify next_char() to treat <cr><lf> the same as <newline>, for
13023           cross-platform compatibility.
13024         + use new version of autoconf (971230) to work around limited
13025           environment on CLIX, due to the way autoconf builds --help message.
13026         > patch by Juergen Pfeifer:
13027         + check that the Ada95 binding runs against the correct version of
13028           ncurses.
13029         + insert constants about the library version into the main spec-file of
13030           the Ada95 binding.
13031
13032 971227
13033         + modify open/fopen calls to use binary mode, needed for EMX.
13034         + modify configure script to work with autoconf 2.10 mods for OS/2
13035           EMX (from J.J.G.Ripoll).
13036         + generated ncurses_cfg.h with patch (971222) to autoconf 2.12 which
13037           bypasses limited sed buffer length.
13038         > several changes from Juan Jose Garcia Ripoll <worm@arrakis.es>
13039           (J.J.G.Ripoll) to support OS/2 EMX:
13040         + add a _scrolling flag to SP, to set when we encounter a terminal
13041           that simply cannot scroll.
13042         + corrected logic in _nc_add_to_try(), by ensuring that strings with
13043           embedded \200 characters are matched.
13044         + don't assume the host has 'link()' function, for linking terminfo
13045           entries.
13046
13047 971220
13048         + if there's no ioctl's to support sigwinch handler, disable it.
13049         + add configure option --disable-ext-funcs to remove the extended
13050           functions from the build.
13051         + add configure option --with-termlib to generate the terminfo
13052           functions as a separate library.
13053         + add 'sources' rule to facilitate cross-compiling.
13054         + review/fix order of mostlyclean/clean/distclean rules.
13055         + modify install-rule for headers to first remove old header, in
13056           case there was a symbolic link that confuses the install script.
13057         + corrected substitution for NCURSES_CONST in term.h (cf: 971108)
13058         + add null pointer checks in wnoutrefresh(), overlap() (patch by
13059           Xiaodan Tang <xtang@qnx.com>)
13060         + correct tputs(), which could dereference a null cur_term if invoked
13061           before terminal is initialized (patch by Christopher Seawood
13062           <cls@seawood.org>)
13063         > patch by Juergen Pfeifer:
13064         + makes better use of "pragma Inline" in the Ada95 binding
13065         + resynchronizes the generated html manpages
13066
13067 971213
13068         + additional fixes for man-pages section-references
13069         + add (for debugging) a check for ich/ich1 conflict with smir/rmir
13070           to tic, etc.
13071         + remove hpa/vpa from rxvt terminal description because they are not
13072           implemented correctly, added sgr0.
13073         + change ncurses 's' to use raw mode, so ^Q works (reported by Rudolf
13074           Leitgeb <leitgeb@leland.stanford.edu>)
13075
13076 971206
13077         + modify protection when installing libraries to (normally) not
13078           executable.  HP-UX shared libraries are an exception.
13079         + add configure check for 'tack'.
13080         + implement script for renaming section-references in man-page install,
13081           for Debian configuration.
13082         + add validity-check for SP in trace code in baudrate() (reported by
13083           Daniel Weaver).
13084         > patch by Alexander V. Lukyanov (fixes to match sol25 curses)
13085         + modify 'overlay()' so that copy applies target window background to
13086           characters.
13087         + correct 'mvwin()' so that it does not clear the previous locations.
13088         + correct lib_acs.c so that 8-bit character is not sign expanded in
13089           case of wide characters in chtype.
13090         + correct control-char test in lib_addch.c for use with wide chars
13091         + use attribute in the chtype when adding a control character in
13092           lib_addch.c control char was added with current attribute
13093
13094 971129
13095         + save/restore errno in _tracef() function
13096         + change treatment of initialize_color to use a range of 0..1000
13097           (recommended by Daniel Weaver).
13098         + set umask in mkinstalldirs, fixing problems reported by users who
13099           have set root's umask to 077.
13100         + correct bug in tic that caused capabilities to be reprinted at the
13101           end of output when they had embedded comments.
13102         + rewrote wredrawln to correspond to XSI, and split-out since it is
13103           not often used (from report by Alexander V. Lukyanov, 970825)
13104         + rewrote Dan Nelson's change to make it portable, as well as to
13105           correct logic for handling backslashes.
13106         + add code to _nc_tgetent() to make it work more like a real tgetent().
13107           It removes all empty fields, and removes all but the first in a group
13108           of duplicate caps.  The code was pulled from the BSD libtermcap code
13109           in termcap.c (patch by Dan Nelson <dnelson@emsphone.com>
13110         + don't include --enable-widec in the --with-develop configure option,
13111           since it is not binary-compatible with 4.1 (noted by Alexander V.
13112           Lukyanov)
13113         > patch by Juergen Pfeifer:
13114         + further improvements of the usage of elaboration pragmas in the Ada95
13115           binding
13116         + enhanced Ada95 sample to use the user_data mechanism for panels.
13117         + a fix for the configuration script to make gnat-3.10 the required
13118           version.
13119         + resync of the html version of the manpages
13120
13121 971122
13122         > fixes/updates for terminfo.src:
13123         + add vt220-js, pilot, rbcomm, datapoint entries from esr's 27-jun-97
13124           version.
13125         + add hds200 description (Walter Skorski)
13126         + add EMX 0.9b descriptions
13127         + correct rmso/smso capabilities in wy30-mc and wy50-mc (Daniel Weaver)
13128         + rename xhpterm back to hpterm.
13129         > patch by Juergen Pfeifer:
13130         + Improves the usage of elaboration pragmas for the Ada95 binding.
13131         + Adds a translation of the test/rain.c into Ada95 to the samples.
13132           This has been contributed to the project by Laurent Pautet
13133           (pautet@gnat.com)
13134
13135 971115
13136         + increase MAX_NAME_SIZE to 512 to handle extremely long alias list
13137           in HP-UX terminfo.
13138         + correction & simplification of delay computation in tputs, based on
13139           comments from Daniel Weaver.
13140         + replace test for SCO with more precise header tests.
13141         + add configure test for unsigned literals, use in NCURSES_BITS macro.
13142         + comment-out the -PIC, etc., flags from c++, progs and test makefiles
13143           since they probably are not needed, and are less efficient (noted by
13144           Juergen Fluk)
13145         + add -L$(libdir) to loader options, after -L../lib so that loaders
13146           that record this information will tend to do the right thing if
13147           the programs are moved around after installing them (suggested by
13148           Juergen Fluk).
13149         + add -R option to loader options for programs for Solaris if the
13150           --enable-rpath option is specified for the libraries.
13151
13152 971112
13153         + correct installed filename for shared libraries on *BSD (reported by
13154           Juergen Fluk).
13155
13156 971108
13157         + cleanup logic for deciding when tputs() should call delay_output(),
13158           based on comments from Daniel Weaver.
13159         + modified tputs() to avoid use of float.
13160         + correct use of trailpad in tputs(), which used the wrong variable
13161           in call to delay_output().
13162         + correct inverted expression for null-count in delay_output()
13163           (analysis by Daniel Weaver).
13164         + apply --enable-rpath option to Solaris (requested by Larry Virden).
13165         + correct substitution of EXTRA_CFLAGS for gcc 2.6.3
13166         + correct check for error-return by _nc_tgetent(), which returns 0
13167           for success.
13168         + add configure test for BSD 4.4 cgetent() function, modify
13169           read_termcap.c to use the host's version of that if found, using the
13170           terminal database on FreeBSD (reported by Peter Wemm).
13171         + add u8, u9 strings to sun-il description for Daniel Weaver.
13172         + use NCURSES_CONST in panel's user-pointer.
13173         + modify edit_cfg.sh and MKterm.h.awk.in to substitute NCURSES_CONST
13174           so that will work on NeXT.
13175         + use _nc_set_screen() rather than assignments to SP to fix port to
13176           NeXT (reported by Francisco A. Tomei Torres).
13177
13178 971101
13179         + force mandatory padding in bell and flash_screen, as specified in
13180           XSI.
13181         + don't allow padding_baud_rate to override mandatory delays (reported
13182           by Daniel Weaver).
13183         + modify delay_output() to use _nc_timed_wait() if no baudrate has been
13184           defined, or if the cur_term pointer is not initialized.  XSI treats
13185           this as unspecified.  (requested by Daniel Weaver).
13186         + change getcap-cache ifdef's to eliminate unnecessary chdir/mkdir
13187           when that feature is not configured.
13188         + remove _nc_err_abort() calls when write_entry.c finds a directory but
13189           cannot write to it, e.g., when translating part/all of /etc/termcap
13190           (reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>).
13191           (this dates back to 951102 in 1.9.7a).
13192         + minor ifdef fixes to compile with atac and glibc 2.0.5c
13193         + add check for -lgen when configuring regexpr.h
13194         + modify Solaris shared-library option "-d y" to "-dy" to workaround
13195           incompatibility of gcc 2.7.2 vs vendor's tools.
13196
13197 971026
13198         + correct ifdef's for struct winsize vs struct ttysize in lib_setup.c
13199           to compile on SCO.
13200         + remove dangling backslash in panel/Makefile.in
13201         + modify MKkeyname.awk to work with SCO's nawk, which dumps core in the
13202           length() function.
13203         + correct length of allocation in _nc_add_to_try(), to allow for
13204           trailing null.
13205         + correct logic in _nc_remove_key(), which was discarding too many
13206           nodes (patch by Alexander V. Lukyanov)
13207
13208 971025
13209         + add definition for $(REL_VERSION) to test/Makefile.in, so *BSD
13210           shared libraries link properly (see 970524).
13211         + modify Linux shared-library generation to include library
13212           dependencies (e.g., -lncurses and -lgpm) in the forms, menu and
13213           panel libraries (suggested by Juergen Pfeifer).
13214         + modify configure script to use config.guess and config.sub rather
13215           than uname, which is unreliable on some systems.
13216         + updated Makefile.glibc, test-built with glibc 2.0.5c
13217         + modify keyname() to return values consistent with SVr4 curses (patch
13218           by Juergen Fluk).
13219         > changes requested by Daniel Weaver:
13220         + modify delay_output() so that it uses the same output function as
13221           tputs() if called from that function.
13222         + move _baudrate from SCREEN to TERMINAL so that low-level use of
13223           tputs works when SP is not set.
13224         > patch by Juergen Pfeifer:
13225         + factor lib_menu and lib_form into smaller modules
13226         + clean up the interface between panel and SCREEN
13227         + minor changes to the Ada95 mouse support implementation
13228         + minor bugfix in C++ binding to ripoff windows
13229         + fix a few Ada95 html documentation pages
13230
13231 971018
13232         + split-out lib_ungetch.c, make runtime link to resizeterm() to
13233           decouple those modules from lib_restart.c
13234         + add xterm-xf86-v39t description to terminfo.src
13235         + reset SP->_endwin in lib_tstp.c cleanup() function after calling
13236           endwin() to avoid unnecessary repainting if the application has
13237           established an atexit function, etc.  Encountered this problem in
13238           the c++ demo, whose destructors repaint the screen.
13239         + combine _nc_get_screensize() and resizeterm() calls as new function
13240           _nc_update_screensize().
13241         + minor fixes to allow compile with g++ (suggested by Nelson H. F.
13242           Beebe).
13243         + implement install-rules for Ada95 makefiles.
13244         + use screen_lines or MAXLINES as needed where LINES was coded,
13245           as well as screen_columns for COLS, in the ncurses library.
13246         > patch by Alexander V. Lukyanov:
13247         + modify logic for ripped-off lines to handle several SCREENs.
13248         > patch by Juergen Pfeifer:
13249         + factors lib_slk.c into some smaller modules
13250         + factors panel.c into some smaller modules
13251         + puts the static information about the current panel stack into the
13252           SCREEN structure to allow different panel stacks on different
13253           screens.
13254         + preliminary fix for an error adjusting LINES to account for
13255           ripped-off lines.
13256
13257 971011
13258         + move _nc_max_click_interval and other mouse interface items to SCREEN
13259           struct so that they are associated with a single terminal, and also
13260           save memory when the application does not need a mouse (roughly 3k vs
13261           0.5k on Linux).
13262         + modify mouseinterval() so that a negative parameter queries the
13263           click-interval without modifying it.
13264         + modify ncurses 'i' test to work with ncurses' apparent extension from
13265           SVr4, i.e., allows nocbreak+noecho (analysis by Alexander V.
13266           Lukyanov).
13267         + add configure options --with-ada-includes and --with-ada-objects,
13268           to drive Ada95 binding install (not yet implemented).
13269         + install C++ binding as -lncurses++ and associated headers with the
13270           other ncurses headers.
13271         + fix header uninstall if configure --srcdir is used.
13272         > minor interface changes to support 'tack' program -TD
13273           (request by Daniel Weaver <danw@znyx.com>).
13274         + export functions _nc_trans_string() and _nc_msec_cost().
13275         + add variable _nc_nulls_sent, to record the number of padding
13276           characters output in delay_output().
13277         + move tests for generic_type and hard_copy terminals in setupterm()
13278           to the end of that function so that the library will still be
13279           initialized, though not generally useful for curses programs.
13280         > patches by Alexander V. Lukyanov:
13281         + modify ClrBottom() to avoid using clr_eos if there is only one line
13282           to erase.
13283         + typo in configure --help.
13284         > patch by J T Conklin (with minor resync against Juergen's changes)
13285         + split-out lib_flash.c from lib_beep.c
13286         + split-out lib_hline.c and lib_vline.c from lib_box.c
13287         + split-out lib_wattron.c, lib_wattroff.c from lib_addch.c
13288
13289 971005
13290         > patch by Juergen Pfeifer:
13291         + correct source/target of c++/edit_cfg.sh
13292
13293 971004
13294         + add color, mouse support to kterm terminfo entry.
13295         + modify lib_mouse.c to recognize rxvt, kterm, color_xterm also as
13296           providing "xterm"-style mouse.
13297         + updated rxvt's terminfo description to correspond to 2.21b, with
13298           fixes for the acsc (the box1 capability is incorrect, ech1 does not
13299           work).
13300         + fix logic in parse_entry.c that discarded acsc when 'synthesizing'
13301           an entry from equivalents in XENIX or AIX.  This lets ncurses handle
13302           the distribution copy of rxvt's terminfo.
13303         + modify acsc capability for linux and linux-koi8 terminfo descriptions
13304           (from Pavel Roskin <pavel@absolute.spb.su>).
13305         + corrected definition in curses.h for ACS_LANTERN, which was 'I'
13306           rather than 'i' (see 970802).
13307         + updated terminfo.src with reformatted acsc entries, and repaired the
13308           trashed entries with spurious '\' characters that this exposed.
13309         + add logic to dump_entry.c to reformat acsc entries into canonical
13310           form (sorted, unique mapping).
13311         + add configure script to generate c++/etip.h
13312         + add configure --with-develop option, to enable by default most of the
13313           experimental options (requested by Alexander V. Lukyanov).
13314         + rename 'deinstall' to 'uninstall', following GNU convention
13315           (suggested by Alexander V. Lukyanov).
13316         > patches by Alexander V. Lukyanov:
13317         + modify tactics 2 and 5 in onscreen_mvcur(), to allow them on the last
13318           line of the screen, since carriage return will not cause a newline.
13319         + remove clause from PutCharLR() that would try to use
13320           eat_newline_glitch since that apparently does not work on some
13321           terminals (e.g., M$ telnet).
13322         + correct a limit check in scroll_csr_backward()
13323         > patches by Juergen Pfeifer:
13324         + adds dummy implementations of methods above() and below() to the
13325           NCursesPanel class.
13326         + fixes missing returncode in NCursesWindow::ripoffline()
13327         + fixes missing returncode in TestApplication::run() in demo.cc
13328         + We should at least give a comment in etip.h why it is currently a
13329           problem to install the C++ binding somewhere
13330         + makes the WINDOW* argument of wenclose() a const.
13331         + modifies several of the routines in lib_adabind.c to use a const
13332           WINDOW* argument.
13333
13334 970927
13335         + add 'deinstall' rules.
13336         + use explicit assignments in configure --without-progs option to
13337           work around autoconf bug which doesn't always set $withval.
13338         + check for ldconfig, don't try to run it if not found.
13339         + implement simple/unoptimized case in lib_doupdate.c to handle
13340           display with magic cookie glitch, tested with ncurses.c program.
13341         + correct missing _tracef in getmouse(), to balance the returnCode
13342           macro.
13343         + simplify show_attr() in ncurses.c using termattrs().
13344         > patches by Juergen Pfeifer:
13345         + provides missing inlines for mvw[hv]line in cursesw.h of the C++
13346           binding
13347         + fixes a typo in a comment of frm_driver.c
13348         + Enhances Ada95 Makefiles to fulfill the requirement of GNAT-3.10 that
13349           generics should be compiled.  Proper fixes to the configuration
13350           scripts are also provided.
13351
13352 970920
13353         + several modifications to the configure script (requested by Ward
13354           Horner):
13355           + add configure options --without-progs, to suppress the build of the
13356             utility programs, e.g., for cross-compiling.
13357           + add $(HOSTCCFLAGS) and $(HOSTLDFLAGS) symbols to ncurses
13358             Makefile.in, to simplify setup for cross compiling.
13359           + add logic in configure script to recognize "--target=vxworks", and
13360             generate load/install actions for VxWorks objects.
13361         + move typedef for sigaction_t into SigAction.h to work around problem
13362           generating lint library.
13363         + modify fty_regex.c to reflect renaming of ifdef's for regular
13364           expressions.
13365         + simplify ifdef in lib_setup.c for TIOCGWINSZ since that symbol may
13366           reside in <sys/ioctl.h>.
13367         + merge testcurs.c with version from PDCurses 2.3, clarifying some of
13368           the more obscure tests, which rely upon color.
13369         + use macros getbegyx() and getmaxyx() in newdemo.c and testcurs.c
13370         + modify ncurses.c to use getbegyx() and getmaxyx() macros to cover up
13371           implementation difference wrt SVr4 curses, allow 's' test to work.
13372         + add missing endwin() to testscanw.c program (reported by Fausto
13373           Saporito <fausap@itb.it>).
13374         + fixes/updates for Makefile.glibc and related files under sysdeps
13375           (patch by H.J.Lu).
13376         > patches by Juergen Pfeifer:
13377         + add checks for null pointers, especially WINDOW's throughout the
13378           ncurses library.
13379         + solve a problem with wrong calculation of panel overlapping (reported
13380           by Ward Horner):
13381           + make sure that a panel's window isn't a pad.
13382           + do more error checking in module lib_touch.c
13383         + missing files for Ada95 binding from the last patch
13384         + synch. of generated html pages (RCS-Id's were wrong in html files)
13385         + support for Key_Resize in Ada binding
13386         + changed documentation style in ./c++/cursesm.h
13387         > patches by Alexander V. Lukyanov:
13388         + undo attempt to do recursive inlining for PutChar(), noting that it
13389           did not improve timing measurably, but inflated the size of
13390           lib_doupdate.o
13391
13392 970913
13393         + modify rain.c to use color.
13394         + correct scroll_csr_backward() to match scroll_csr_forward().
13395         + minor adjustment to llib-lncurses, to work with Solaris 2.5.1
13396         + minor fixes to sysdeps/unix/sysv/linux/configure to reflect renaming
13397           of configure cache variables in 970906.
13398         + correct logic involving changes to O_VISIBLE option in
13399           Synchronize_Options function in frm_driver.c (Tony Hoffmann
13400           <Tony.Hoffmann@hia.nrc.ca>)
13401         + add $(HOSTCC) symbol to ncurses Makefile.in, to simplify setup for
13402           cross compiling (suggested by Chris Johns).
13403         + modify ifdef in lib_setup.c to only include <sys/ioctl.h> if we can
13404           use it to support screen-size calculation (reported by Chris Johns).
13405         + #undef unctrl to avoid symbol conflict in port to RTEMS (reported by
13406           Chris Johns <cjohns@plessey.com.au>)
13407         > patches by Juergen Pfeifer:
13408         + simplified, made minor corrections to Ada95 binding to form
13409           fieldtype.
13410         + The C++ binding has been enhanced:
13411           + Improve NCursesWindow class:  added additional methods to cover
13412             more ncurses functionality.  Make refresh() and noutrefresh()
13413             virtual members to allow different implementation in the
13414             NCursesPanel class.
13415           + CAUTION:  changed order of parameters in vline() and hline() of
13416             NCursesWindow class.
13417           + Make refresh() in NCursesPanel non-static, it is now a
13418             reimplementation of refresh() in the base class.  Added
13419             noutrefresh() to NCursesPanel.
13420           + Added NCursesForm and related classes to support libform
13421             functionality.
13422           + Moved most of configuration related stuff from cursesw.h to etip.h
13423           + Added NCursesApplication class to support easy configuration of
13424             menu and forms related attributes as well as ripped of title lines
13425             and Soft-Label-Keys for an application.
13426           + Support of Auto-Cleanup for a menu's fieldlist.
13427           + Change of return type for current_item() and operator[] for menus.
13428           + Enhanced demo.
13429         + Fixed a bug in form/fld_def.c:  take into account that copyarg and
13430           freearg for a fieldtype may be NULL, makearg must not be NULL
13431         + Fixed a bug in form/fld_type.c:  in set_fieldtype_arg() makearg must
13432           not be NULL, copyarg and freearg may be NULL.
13433         + Fixed a bug in form/frm_def.c:  Allow Disconnect_Fields() if it is
13434           already disconnected.
13435         + Enhance form/frm_driver.c:  Allow growth of dynamic fields also on
13436           navigation requests.
13437         + Fixed a bug in form/fty_enum.c:  wrong position of postincrement in
13438           case-insensitiva comparison routine.
13439         + Enhanced form/lib_adabind.c with function _nc_get_field() to get a
13440           forms field by index.
13441         + Enhanced menu/m_adabind.c with function _nc_get_item() to get a menus
13442           item by index.
13443         + Fixed in curses.h.in:  make chtype argument for pechochar() constant.
13444           Mark wbkgdset() as implemented, remove wbkgdset macro, because it was
13445           broken (didn't handle colors correctly).
13446         + Enhanced lib_mouse.c: added _nc_has_mouse() function
13447         + Added _nc_has_mouse() prototype to curses.priv.h
13448         + Modified lib_bkgd.c:  hopefully correct implementation of wbkgdset();
13449           streamlined implementation of wbkgd()
13450         + Modified lib_mvwin.c:  Disable move of a pad.  Implement (costly)
13451           move of subwindows.  Fixed update behavior of movements of regular
13452           windows.
13453         + Fixed lib_pad.c:  make chtype argument of pechochar() const.
13454         + Fixed lib_window.c:  dupwin() is not(!) in every bit a really clone
13455           of the original.  Subwindows become regular windows by doing a
13456           dupwin().
13457         + Improved manpage form_fieldtype.3x
13458         > patches by Alexander V. Lukyanov:
13459         + simplify the PutChar() handling of exit_am_mode, because we already
13460           know that auto_right_margin is true.
13461         + add a check in PutChar() for ability to insert to the case of
13462           shifting character to LR corner.
13463         + in terminal initialization by _nc_screen_resume(), make sure that
13464           terminal right margin mode is known.
13465         + move logic that invokes touchline(), or does the equivalent, into
13466           _nc_scroll_window().
13467         + modify scrolling logic use of insert/delete line capability, assuming
13468           that they affect the screen contents only within the current
13469           scrolling region.
13470         + modify rain.c to demonstrate SIGWINCH handler.
13471         + remove logic from getch() that would return an ERR if the application
13472           called getch() when the cursor was at the lower-right corner of the
13473           physical screen, and the terminal does not have insert-character
13474           ability.
13475         + change view.c so that it breaks out of getch() loop if a KEY_RESIZE
13476           is read, and modify logic in getch() so this fix will yield the
13477           desired behavior, i.e., the screen is repainted automatically when
13478           the terminal window is resized.
13479
13480 970906
13481         + add configure option --enable-sigwinch
13482         + modify view.c to test KEY_RESIZE logic, with "-r" option.
13483         + modify testcurs.c to eliminate misleading display wrt cursor type
13484           by testing if the terminal supports cnorm, civis, cvvis.
13485         + several fixes for m68k/NeXT 4.0, to bring cur_term, _nc_curr_line and
13486           _nc_curr_col variables into linked programs:  move these variables,
13487           making new modules lib_cur_term and trace_buf (reported by Francisco
13488           Alberto Tomei Torres <fatomei@sandburg.unm.edu>).
13489         > patches by Alexander V. Lukyanov:
13490         + add pseudo-functionkey KEY_RESIZE which is returned by getch() when
13491           the SIGWINCH handler has been called since the last call to
13492           doupdate().
13493         + modify lib_twait.c to hide EINTR only if HIDE_EINTR is defined.
13494         + add SIGWINCH handler to ncurses library which is used if there is no
13495           application SIGWINCH handler in effect when the screen is
13496           initialized.
13497         + make linked list of all SCREEN structures.
13498         + move curses.h include before definition of SCREEN to use types in
13499           that structure.
13500         + correction to ensure that wgetstr uses only a newline to force a
13501           scroll (970831).
13502
13503 970831
13504         + add experimental configure option --enable-safe-sprintf; the normal
13505           mode now allocates a buffer as large as the screen for the
13506           lib_printw.c functions.
13507         + modify wgetch to refresh screen when reading ungetch'd characters,
13508           since the application may require this - SVr4 does this.
13509         + refine treatment of newline in wgetstr to echo only when this would
13510           force the screen to scroll.
13511
13512 970830
13513         + remove override in wgetstr() that forces keypad(), since SVr4 does
13514           not do this.
13515         + correct y-reference for erasure in wgetstr() when a wrap forces a
13516           scroll.
13517         + correct x-position in waddch() after a wrap forces a scroll.
13518         + echo newline in wgetstr(), making testscanw.c scroll properly when
13519           scanw is done.
13520         + modify vwscanw() to avoid potential buffer overflow.
13521         + rewrote lib_printw.c to eliminate fixed-buffer limits.
13522         > patches by Alexander V. Lukyanov:
13523         + correct an error in handling cooked mode in wgetch(); processing
13524           was in the wrong order.
13525         + simplified logic in wgetch() that handles backspace, etc., by using
13526           wechochar().
13527         + correct wechochar() so that it interprets the output character as
13528           in waddch().
13529         + modify pechochar() to use prefresh() rather than doupdate(), since
13530           the latter does not guarantee immediate refresh of the pad.
13531         + modify pechochar() so that if called with a non-pad WINDOW, will
13532           invoke wechochar() instead.
13533         + modify fifo indices to allow fifo to be longer than 127 bytes.
13534
13535 970823
13536         + add xterm-8bit to terminfo.src
13537         + moved logic for SP->_fifohold inside check_pending() to make it
13538           work properly when we add calls to that function.
13539         + ensure that bool functions return only TRUE or FALSE, and TRUE/FALSE
13540           are assigned to bool values (patch by H.J.Lu).
13541         > patches by Alexander V. Lukyanov:
13542         + several fixes to getch:
13543           1.  Separate cooked and raw keys in fifo
13544           2.  Fix the case of ungetch'ed KEY_MOUSE
13545           3.  wrap the code for hiding EINTR with ifdef HIDE_EINTR
13546           4.  correctly handle input errors (i.e., EINTR) without loss of raw
13547               keys
13548           5.  recognize ESC KEY_LEFT and similar
13549           6.  correctly handle the case of reception of KEY_MOUSE from gpm
13550         + correct off-by-one indexing error in _nc_mouse_parse(), that caused
13551           single mouse events (press/release) to be ignored in favor of
13552           composed events (click).  Improves on a fix from integrating gpm
13553           support in 961229.
13554         + add another call to check_pending, before scrolling, for
13555           line-breakout optimization
13556         + improve hashmap.c by
13557           1.  fixed loop condition in grow_hunks()
13558           2.  not marking lines with offset 0
13559           3.  fixed condition of 'too far' criteria, thus one-line hunks are
13560           ignored and two lines interchanged won't pass.
13561         + rewrote/simplified _nc_scroll_optimize() by separating into two
13562           passes, forward/backward, looking for chunks moving only in the given
13563           direction.
13564         + move logic that emits sgr0 when initializing the screen to
13565           _nc_screen_init(), now invoked from newterm.
13566         + move cursor-movement cleanup from endwin() into _nc_mvcur_wrap()
13567           function and screen cleanup (i.e., color) into _nc_screen_wrap()
13568           function.
13569         + add new functions _nc_screen_init(), _nc_screen_resume() and
13570           _nc_screen_wrap().
13571         + rename _nc_mvcur_scrolln() to _nc_scrolln().
13572         + add a copy of acs_map[] to the SCREEN structure, where it can be
13573           stored/retrieved via set_term().
13574         + move variables _nc_idcok, _nc_idlok, _nc_windows into the SCREEN
13575           structure.
13576
13577 970816
13578         + implement experimental _nc_perform_scroll().
13579         + modify newterm (actually _nc_setupscreen()) to emit an sgr0 when
13580           initializing the screen, as does SVr4 (reported by Alexander V.
13581           Lukyanov).
13582         + added test_progs rule to ncurses/Makefile.
13583         + modify test/configure.in to check if initscr is already in $LIBS
13584           before looking for (n)curses library.
13585         + correct version-number in configure script for OSF1 shared-library
13586           options (patch by Tim Mooney).
13587         + add -DNDEBUG to CPPFLAGS for --enable-assertions (as Juergen
13588           originally patched) since the c++ demo files do not necessarily
13589           include ncurses_cfg.h
13590         + supply default value for --enable-assertions option in configure
13591           script (reported by Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>).
13592         > patches by Alexander V. Lukyanov:
13593         + correct/simplify logic of werase(), wclrtoeol() and wclrbot().  See
13594           example firstlast.c
13595         + optimize waddch_literal() and waddch_nosync() by factoring out
13596           common subexpressions.
13597         + correct sense of NDEBUG ifdef for CHECK_POSITION macro.
13598         + corrections to render_char(), to make handling of colored blanks
13599           match SVr4 curses, as well as to correct a bug that xor'd space
13600           against the background character.
13601         + replaced hash function with a faster one (timed it)
13602         + rewrote the hashmap algorithm to be one-pass, this avoids multiple
13603           cost_effective() calls on the same lines.
13604         + modified cost_effective() so it is now slightly more precise.
13605         > patches for glibc integration (H.J.Lu):
13606         + add modules define_key, keyok, name_match, tries
13607         + add makefile rules for some of the unit tests in ncurses (mvcur,
13608           captoinfo, hardscroll, hashmap).
13609         + update Linux configure-script for wide-character definitions.
13610
13611 970809
13612         + modify _tracebits() to show the character size (e.g., CS8).
13613         + modify tparm() to emit '\200' where the generated string would have a
13614           null (reported by From:  Ian Dall <Ian.Dall@dsto.defence.gov.au> for
13615           terminal type ncr7900).
13616         + modify install process so that ldconfig is not invoked if the
13617           package is built with an install-prefix.
13618         + correct test program for chtype size (reported by Tim Mooney).
13619         + add configure option --disable-scroll-hints, using this to ifdef the
13620           logic that computes indices for _nc_scroll_optimize().
13621         + add module ncurses/softscroll.c, to perform single-stage computation
13622           of scroll indices used in _nc_scroll_optimize().  This is faster than
13623           the existing scrolling algorithm, but tends to make too-small hunks.
13624         + eliminate fixed buffer size in _nc_linedump().
13625         + minor fixes to lib_doupdate.c to add tradeoff between clr_eol (el)
13626           and clr_bol (el1), refine logic in ClrUpdate() and ClrBottom() (patch
13627           by Alexander V. Lukyanov).
13628         + add test/testaddch.c, from a pending patch by Alexander V. Lukyanov.
13629         + correct processing of "configure --enable-assertions" option (patch
13630           by Juergen Pfeifer).
13631
13632 970802
13633         + add '-s' (single-step) option too test/hashtest.c, correct an error
13634           in loop limit for '-f' (footer option), toggle scrollok() when
13635           writing footer to avoid wrap at lower-right corner.
13636         + correct behavior of clrtoeol() immediately after wrapping cursor,
13637           which was not clearing the line at the cursor position (reported by
13638           Liviu Daia <daia@stoilow.imar.ro>).
13639         + corrected mapping for ACS_LANTERN, which was 'I' rather than 'i'
13640           (reported by Klaus Weide <kweide@tezcat.com>).
13641         + many corrections to make progs/capconvert work, as well as make it
13642           reasonably portable and integrated with ncurses 4.1 (reported by Dave
13643           Furstenau <df@ravine.binary.net>).
13644
13645 970726
13646         + add flag SP->_fifohold, corresponding logic to modify the behavior of
13647           the line breakout logic so that if the application does not read
13648           input, refreshes will not be stopped, but only slowed.
13649         + generate slk_attr_off(), slk_attr_on(), slk_attr_set(), vid_attr(),
13650           ifdef'd for wide-character support, since ncurses' WA_xxx attribute
13651           masks are identical with the A_xxx masks.
13652         + modify MKlib_gen.sh to generate ifdef'd functions to support optional
13653           configuration of wide-characters.
13654         + modify tset to behave more like SVr4's tset, which does not modify
13655           the settings of intr, quit or erase unless they are given as command
13656           options (reported by Nelson H. F. Beebe <beebe@math.utah.edu>).
13657         + modify tset to look in /etc/ttys or /etc/ttytype if the configuration
13658           does not have getttynam().
13659         + extend baudrate table in tset.c to match baudrate() function.
13660         + add table entries for B230400 and B460800 to baudrate() function.
13661         + improve breakout logic by allowing it before the first line updated,
13662           which is what SVr4 curses does (patch by Alexander V. Lukyanov).
13663         + correct initialization of vcost in relative_move(), for cursor-down
13664           case (patch by Alexander V. Lukyanov).
13665         > nits gleaned from Debian distribution of 1.9.9g-3:
13666         + install symbolic link for intotocap.
13667         + reference libc directly when making shared libraries.
13668         + correct renaming of curs_scr_dmp.3x in man_db.renames.
13669         + guard tgetflag() and other termcap functions against null cur_term
13670           pointer.
13671
13672 970719
13673         + corrected initial state of software echo (error in 970405, reported
13674           by Alexander V. Lukyanov).
13675         + reviewed/added messages to configure script, so that all non-test
13676           options should be accompanied by a message.
13677         + add configure check for long filenames, using this to determine if
13678           it is safe to allow long aliases for terminal descriptions as does
13679           SVr4.
13680         + add configure options for widec (wide character), hashmap (both
13681           experimental).
13682         > patch by Alexander V. Lukyanov:
13683         + hashmap.c - improved by heuristic, so that scroll test works much
13684           better when csr is not available.
13685         + hardscroll.c - patched so that it continues to scroll other chunks
13686           after failure to scroll one.
13687         + lib_doupdate.c - _nc_mvcur_scrolln extended to handle more cases; csr
13688           is avoided as it is relative costly.  Fixed wrong coordinates in one
13689           case and wrong string in TRACE.
13690         > patch by Juergen Pfeifer:
13691         + modify C++ binding to compile on AIX 4.x with the IBM C-SET++
13692           compiler.
13693
13694 970712
13695         + remove alternate character set from kterm terminfo entry; it uses the
13696           shift-out control for a purpose incompatible with curses, i.e., font
13697           switching.
13698         + disentangle 'xterm' terminfo entry from some derived entries that
13699           should be based on xterm-r6 instead.
13700         + add cbt to xterm-xf86-xv32 terminfo entry; I added the emulation for
13701           XFree86 3.1.2F, but overlooked its use in terminfo then - T.Dickey.
13702         + correct logic in lib_mvcur.c that uses back_tab.
13703
13704 970706
13705         + correct change from 970628 to ClrUpdate() in lib_doupdate.c so that
13706           contents of curscr are saved in newscr before clearing the screen.
13707           This is needed to make repainting work with the present logic of
13708           TransformLine().
13709         + use napms() rather than sleep() in tset.c to avoid interrupting I/O.
13710
13711 970705
13712         + add limit checks to _nc_read_file_entry() to guard against overflow
13713           of buffer when reading incompatible terminfo format, e.g, from OSF/1.
13714         + correct some loop-variable errors in xmc support in lib_doupdate.c
13715         + modify ncurses 'b' test to add gaps, specified by user, to allow
13716           investigation of interaction with xmc (magic cookie) code.
13717         + correct typo in 970524 mods to xmas.c, had omitted empty parameter
13718           list from has_colors(), which gcc ignores, but SVr4 does not
13719           (reported by Larry Virden).
13720         + correct rmso capability in wy50-mc description.
13721         + add configure option "--enable-hard-tabs", renamed TABS_OK ifdef to
13722           USE_HARD_TABS.
13723         > patch by Juergen Pfeifer:
13724         + Add bindings for keyok() and define_key() to the Ada95 packages.
13725         + Improve man pages menu_post.3x and menu_format.3x
13726         + Fix the HTML pages in the Ada95/html directory to reflect the above
13727           changes.
13728
13729 970628
13730         + modify change from 970101 to ClrUpdate() in lib_doupdate.c so that
13731           pending changes to both curscr and newscr are flushed properly.
13732           This fixes a case where the first scrolling operation in nvi would
13733           cause the screen to be cleared unnecessarily and repainted before
13734           doing the indexing, i.e., by repeatedly pressing 'j' (reported by
13735           Juergen Pfeifer).
13736         + correct error in trans_string() which added embedded newlines in a
13737           terminfo description to the stored strings.
13738         + remove spurious newlines from sgr in wyse50 (and several other)
13739           terminfo descriptions.
13740         + add configure option for experimental xmc (magic cookie) code,
13741           "--enable-xmc-glitch".  When disabled (the default), attributes that
13742           would store a magic cookie are suppressed in vidputs().  The magic
13743           cookie code is far from workable at this stage; the configuration
13744           option is a stopgap.
13745         + move _nc_initscr() from lib_initscr.c to lib_newterm.c
13746         + correct path for invoking make_keys (a missing "./").
13747
13748 970621
13749         + correct sign-extension problem with "infocmp -e", which corrupted
13750           acsc values computed for linux fallback data.
13751         + correct dependency on ncurses/names.c (a missing "./").
13752         + modify configure script to use '&&' even for cd'ing to existing
13753           directories to work around broken shell interpreters.
13754         + correct a loop-limit in _nc_hash_map() (patch by Alexander V.
13755           Lukyanov).
13756
13757 970615
13758         + restore logic in _nc_scroll_optimize() which marks as touched the
13759           lines in curscr that are shifted.
13760         + add new utility 'make_keys' to compute keys.tries as a table rather
13761           than a series of function calls.
13762         + correct include-dependency for tic.h used by name_match
13763         + removed buffer-allocation for name and description from m_item_new.c,
13764           since this might result in incompatibilities with SVr4.  Also fixed
13765           the corresponding Ada95 binding module (patch by Juergen Pfeifer,
13766           report by Avery Pennarun <apenwarr@foxnet.net>)
13767         + removed the mechanism to timestamp the generated Ada95 sources.  This
13768           resulted always in generating patches for the HTML doc, even when
13769           nothing really changed (patch by Juergen Pfeifer).
13770         + improve man page mitem_new.3x (patch by Juergen Pfeifer).
13771
13772 970614
13773         + remove ech capability from rxvt description because it does not work.
13774         + add missing case logic for infocmp -I option (reported by Lorenzo M.
13775           Catucci <lorenzo@argon.roma2.infn.it>)
13776         + correct old bug in pnoutrefresh() unmasked by fix in 970531; this
13777           caused glitches in the ncurses 'p' test since the area outside the
13778           pad was not compared when setting up indices for _nc_scroll_optimize.
13779         + rewrote tracebits() to workaround misdefinition of TOSTOP on Ultrix
13780           4.4, as well as to eliminate fixed-size buffer (reported by Chris
13781           Tanner <tannerc@aecl.ca>)
13782         + correct prototype for termattrs() as per XPG4 version 2.
13783         + add placeholder prototypes for color_set(), erasewchar(),
13784           term_attrs(), wcolor_set() as per XPG4 version 2.
13785         + correct attribution for progs/progs.priv.h and lib_twait.c
13786         + improve line-breakout logic by checking based on changed lines rather
13787           than total lines (patch by Alexander V. Lukyanov).
13788         + correct loop limits for table-lookup of enumerated value in form
13789           (patch by Juergen Pfeifer).
13790         + improve threshold computation for determining when to call ClrToEOL
13791           (patch by Alexander V. Lukyanov).
13792
13793 970531
13794         + add configure option --disable-database to force the library to
13795           use only the fallback data.
13796         + add configure option --with-fallbacks, to specify list of fallback
13797           terminal descriptions.
13798         + add a symbolic link for ncurses.h during install; too many programs
13799           still assume there's an ncurses.h
13800         + add new terminfo.src entry for xterm-xf86-v33.
13801         + restore terminfo.src entry for emu to using setf/setb, since it is
13802           not, after all, generating ANSI sequences.  Corrected missing comma
13803           that caused setf/setb entries to merge.
13804         + modify mousemask() to use keyok() to enable/disable KEY_MOUSE, so
13805           that applications can disable ncurses' mouse and supply their own
13806           handler.
13807         + add extensions keyok() and define_key().  These are designed to allow
13808           the user's application better control over the use of function keys,
13809           e.g., disabling the ncurses KEY_MOUSE.  (The define_key idea was from
13810           a mailing-list thread started by Kenneth Albanowski
13811           <kjahds@kjahds.com> Nov'1995).
13812         + restore original behavior in ncurses 'g' test, i.e., explicitly
13813           set the keypad mode rather than use the default, since it confuses
13814           people.
13815         + rewrote the newdemo banner so it's readable (reported by Hugh
13816           Daniel).
13817         + tidy up exit from hashtest (reported by Hugh Daniel).
13818         + restore check for ^Q in ncurses 'g' test broken in 970510 (reported
13819           by Hugh Daniel)
13820         + correct tput program, checking return-value of setupterm (patch by
13821           Florian La Roche).
13822         + correct logic in pnoutrefresh() and pechochar() functions (reported
13823           by Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>).  The computation
13824           of 'wide' date to eric's #283 (1.9.9), and the pechochar bug to the
13825           original implementation (1.9.6).
13826         + correct typo in vt102-w terminfo.src entry (patch by Robert Wuest
13827           <rwuest@sire.vt.com>)
13828         + move calls of _nc_background() out of various loops, as its return
13829           value will be the same for the whole window being operated on (patch
13830           by J T Conklin).
13831         + add macros getcur[xy] getbeg[xy] getpar[xy], which are defined in
13832           SVr4 headers (patch by J T Conklin <jtc@NetBSD.ORG>)
13833         + modify glibc addon-configure scripts (patch by H.J.Lu).
13834         + correct a bug in hashmap.c: the size used for clearing the hashmap
13835           table was incorrect, causing stack corruption for large values of
13836           LINES, e.g., >MAXLINES/2 (patch by Alexander V. Lukyanov).
13837         + eric's terminfo 9.13.23 & 9.13.24 changes: replaced minitel-2 entry,
13838           added MGR, ansi-nt (note: the changes described for 9.13.24 have not
13839           been applied).
13840         > several changes by Juergen Pfeifer:
13841         + correct a missing error-return in form_driver.c when wrapping of a
13842           field is not possible.
13843         + correct logic in form_driver.c for configurations that do not have
13844           memccpy() (reported by Sidik Isani <isani@cfht.hawaii.edu>)
13845         + change several c++ binding functions to inline.
13846         + modify c++ menu binding to inherit from panels, for proper
13847           initialization.
13848         + correct freeing of menu items in c++ binding.
13849         + modify c++ binding to reflect removal of const from user data pointer
13850           in forms/menus libraries.
13851
13852 970524
13853         + add description of xterm-16color.
13854         + modify name of shared-library on *BSD to end with $(REL_VERSION)
13855           rather than $(ABI_VERSION) to match actual convention on FreeBSD
13856           (cf: 960713).
13857         + add OpenBSD to shared-library case, same as NetBSD and FreeBSD
13858           (reported by Hugh Daniel <hugh@rat.toad.com>).
13859         + corrected include-dependency in menu/Makefile so that "make install"
13860           works properly w/o first doing "make".
13861         + add fallback definition for isascii, used in infocmp.
13862         + modify xmas to use color, and to exit right away when a key is
13863           pressed.
13864         + modify gdc so that the scrolled digits function as described (there
13865           was no time delay between the stages, and the digits overwrote the
13866           bounding box without tidying up).
13867         + modify lib_color.c to use setaf/setab only for the ANSI color codes
13868           0 through 7.  Using 16 colors requires setf/setb.
13869         + modify ncurses 'c' test to work with 16 colors, as well as the normal
13870           8 colors.
13871         + remove const qualifier from user data pointer in forms and menus
13872           libraries (patch by Juergen Pfeifer).
13873         + rewrote 'waddchnstr()' to avoid using the _nc_waddch_nosync()
13874           function, thereby not interpreting tabs, etc., as per spec (patch by
13875           Alexander V. Lukyanov).
13876
13877 970517
13878         + suppress check for pre-existing ncurses header if the --prefix
13879           option is specified.
13880         + add configure options "--with-system-type" and
13881           "--with-system-release" to assist in checking the generated
13882           makefiles.
13883         + add configure option "--enable-rpath" to allow installers to specify
13884           that programs linked against shared libraries will have their library
13885           path embedded, allowing installs into nonstandard locations.
13886         + add flags to OSF1 shared-library options to specify version and
13887           symbol file (patch by Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>)
13888         + add missing definition for ABI_VERSION to c++/Makefile.in (reported
13889           by Satoshi Adachi <adachi@wisdom.aa.ap.titech.ac.jp>).
13890         + modify link flags to accommodate HP-UX linker which embeds absolute
13891           pathnames in executables linked against shared libraries (reported by
13892           Jason Evans <jasone@mrc.uidaho.edu>, solved by Alan Shutko
13893           <ats@hubert.wustl.edu>).
13894         + drop unnecessary check for attribute-change in onscreen_mvcur() since
13895           mvcur() is the only caller within the library, and that check in turn
13896           is exercised only from lib_doupdate.c (patch by Alexander V.
13897           Lukyanov).
13898         + add 'blank' parameter to _nc_scroll_window() so _nc_mvcur_scrolln()
13899           can use the background of stdscr as a parameter to that function
13900           (patch by Alexander V. Lukyanov).
13901         + moved _nc_mvcur_scrolln() from lib_mvcur.c to lib_doupdate.c, to use
13902           the latter's internal functions, as well as to eliminate unnecessary
13903           cursor save/restore operations (patch by Alexander V. Lukyanov).
13904         + omit parameter of ClrUpdate(), since it is called only for newscr,
13905           further optimized/reduced by using ClearScreen() and TransformLine()
13906           to get rid of duplicate code (patch by Alexander V. Lukyanov).
13907         + modify scrolling algorithm in _nc_scroll_optimize() to reject hunks
13908           that are smaller than the distance to be moved (patch by Alexander V.
13909           Lukyanov).
13910         + correct a place where the panel library was not ifdef'd in ncurses.c
13911           (Juergen Pfeifer)
13912         + documentation fixes (Juergen Pfeifer)
13913
13914 970515  4.1 release for upload to prep.ai.mit.edu
13915         + re-tag changes since 970505 as 4.1 release.
13916
13917 970510
13918         + modify ncurses 'g' test to allow mouse input
13919         + modify default xterm description to include mouse.
13920         + modify configure script to add -Wwrite-strings if gcc warnings are
13921           enabled while configuring --enable-const (and fixed related
13922           warnings).
13923         + add toggle, status display for keypad mode to ncurses 'g' test to
13924           verify that keypad and scrollok are not inherited from parent window
13925           during a call to newwin.
13926         + correction to MKexpanded.sh to make it work when configure --srcdir
13927           is used (reported by H.J.Lu).
13928         + revise test for bool-type, ensuring that it checks if builtin.h is
13929           available before including it, adding test for sizeof(bool) equal
13930           to sizeof(short), and warning user if the size cannot be determined
13931           (reported by Alexander V. Lukyanov).
13932         + add files to support configuration of ncurses as an add-on library
13933           for GNU libc (patch by H.J.Lu <hjl@lucon.org>)
13934
13935 970506
13936         + correct buffer overrun in lib_traceatr.c
13937         + modify change to lib_vidattr.c to avoid redundant orig_pair.
13938         + turn on 'echo()' in hanoi.c, since it is initially off.
13939         + rename local 'errno' variable in etip.h to avoid conflict with global
13940           (H.J.Lu).
13941         + modify configure script to cache LD, AR, AR_OPTS (patch by H.J.Lu
13942           <hjl@lucon.org>)
13943
13944 970505  4.1 pre-release
13945         + regenerate the misc directory html dumps without the link list, which
13946           is not useful.
13947         + correct dependency in form directory makefile which caused
13948           unnecessary recompiles.
13949         + correct substitution for ABI_VERSION in test-makefile
13950         + modify install rules for shared-library targets to remove the target
13951           before installing, since some install programs do not properly handle
13952           overwrite of symbolic links.
13953         + change order of top-level targets so that 'include' immediate
13954           precedes the 'ncurses' directory, reducing the time between new
13955           headers and new libraries (requested by Larry Virden).
13956         + modify lib_vidattr.c so that colors are turned off only before
13957           modifying other attributes, turned on after others.  This makes the
13958           hanoi.c program display correctly on FreeBSD console.
13959         + modify debug code in panel library to print user-data addresses
13960           rather than the strings which they (may) point to.
13961         + add check to ensure that C++ binding and demo are not built with g++
13962           versions below 2.7, since the binding uses templates.
13963         + modify c++ binding and demo to build and run with SGI's c++ compiler.
13964           (It also compiles with the Sun SparcWorks compiler, but the demo does
13965           not link, due to a vtbl problem).
13966         + corrections to demo.cc, to fix out-of-scope variables (Juergen
13967           Pfeifer).
13968
13969 970503
13970         + correct memory leak in _nc_trace_buf().
13971         + add configure test for regexpr.h, for Unixware 1.x.
13972         + correct missing "./" prefixing names of generated files in ncurses
13973           directory.
13974         + use single-quotes in configure scripts assignments for MK_SHARED_LIB
13975           to workaround shell bug on FreeBSD 2.1.5
13976         + remove tabs from intermediate #define's for GCC_PRINTF, GCC_SCANF
13977           that caused incorrect result in ncurses_cfg.h
13978         + correct initialization in lib_trace.c, which omitted version info.
13979         + remove ech, el1 attributes from cons25w description; they appear to
13980           malfunction in FreeBSD 2.1.5
13981         + correct color attributes in terminfo.src and lib_color.c to match
13982           SVr4 behavior by interchanging codes 1,4, 3,6 in the setf/setb
13983           capabilities.
13984         + use curs_set() rather than checks via tigetstr() for test programs
13985           that hide the cursor: firework, rain, worm.
13986         + ensure that if the terminal lacks change_scroll_region, parm_index
13987           and parm_rindex are used only to scroll the whole screen (patch by
13988           Peter Wemm).
13989         + correct curs_set() logic, which did not return ERR if the requested
13990           attributes did not exist, nor did it assume an unknown initial state
13991           for the cursor (patch by Alexander V. Lukyanov).
13992         + combine IDcTransformLine and NoIDcTransformLine to new TransformLine
13993           function in lib_doupdate.c (patch by Alexander V. Lukyanov).
13994         + correct hashmap.c, which did not update index information (patch by
13995           Alexander V. Lukyanov).
13996         + fixes for C++ binding and demo (see c++/NEWS) (Juergen Pfeifer).
13997         + correct index in lib_instr.c (Juergen Pfeifer).
13998         + correct typo in 970426 patch from Tom's cleanup of lib_overlay.c
13999           (patch by Juergen Pfeifer).
14000
14001 970426
14002         + corrected cost computation in PutRange(), which was using
14003           milliseconds compared to characters by adding two new members to the
14004           SCREEN struct, _hpa_ch_cost and _cup_ch_cost.
14005         + drop ncurses/lib_unctrl.c, add ncurses/MKunctrl.awk to generate a
14006           const array of strings (suggested by Alexander V. Lukyanov).  The
14007           original suggestion in 970118 used a perl script.
14008         + rewrote ncurses 'b' test to better exercise magic-cookie (xmc), as
14009           well as noting the attributes that are not supported by a terminal.
14010         + trace the computation of cost values in lib_mvcur.c
14011         + modify _nc_visbuf() to use octal rather than hex, corrected sign
14012           extension bug in that function that caused buffer overflow.
14013         + modify trace in lib_acs.c to use _nc_visbuf().
14014         + suppress trace within _traceattr2().
14015         + correct logic of _tracechtype2(), which did not account for repeats
14016           or redefinition within an acsc string.
14017         + modify debug-library version baudrate() to use environment variable
14018           $BAUDRATE to override speed computation.  This is needed for
14019           regression testing.
14020         + correct problems shown by "weblint -pedantic".
14021         + update mailing-list information (now ncurses@bsdi.com).
14022
14023 970419
14024         + Improve form_field_validation.3x manpage to better describe the
14025           precision parameter for TYPE_NUMERIC and TYPE_INTEGER.  Provide more
14026           precise information how the range checking can be avoided.  (patch by
14027           Juergen Pfeifer, reported by Bryan Henderson)
14028         + change type of min/max value of form types TYPE_INTEGER to long to
14029           match SVr4 documentation.
14030         + set the form window to stdscr in set_form_win() so that form_win()
14031           won't return null (patch by Juergen Pfeifer, reported by Bryan
14032           Henderson <bryanh@giraffe.netgate.net>).
14033
14034 970412
14035         + corrected ifdef'ing of inline (cf: 970321) for TRACE vs C++.
14036         + corrected toggle_attr_off() macro (patch by Andries Brouwer).
14037         + modify treatment of empty token in $MANPATH to /usr/man (reported by
14038           <Andries.Brouwer@cwi.nl>)
14039         + modify traces that record functions-called so that chtype and attr_t
14040           values are expressed symbolically, to simplify reuse of generated
14041           test-scripts on SVr4 regression testing.
14042         + add new trace functions _traceattr2() and _tracechtype2()
14043
14044 970405
14045         + add configure option --enable-const, to support the use of 'const'
14046           where XSI should have, but did not, specify.  This defines
14047           NCURSES_CONST, which is an empty token otherwise, for strict
14048           compatibility.
14049         + make processing of configure options more verbose by echoing the
14050           --enable/--with values.
14051         + add configure option --enable-big-core
14052         + set initial state of software echo off as per XSI.
14053         + check for C++ builtin.h header
14054         + correct computation of absolute-path for $INSTALL that dropped "-c"
14055           parameter from the expression.
14056         + rename config.h to ncurses_cfg.h to avoid naming-conflict when
14057           ncurses is integrated into larger systems (adapted from diffs by
14058           H.J.Lu for libc).
14059         + correct inequality in lib_doupdate.c that caused a single-char to not
14060           be updated when the char on the right-margin was not blank, idcok()
14061           was true (patch by Alexander V Lukyanov (in 970124), reported
14062           by Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu> in 970329).
14063         + modify 'clean' rule in include/Makefile so that files created by
14064           configure script are removed in 'distclean' rule instead.
14065
14066 970328
14067         + correct array limit in tparam_internal(), add case to interpret "%x"
14068           (patch by Andreas Schwab)
14069         + rewrote number-parsing in ncurses.c 'd' test; it did not reset the
14070           value properly when non-numeric characters were given (reported by
14071           Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>)
14072
14073 970321
14074         + move definition of __INTERNAL_CAPS_VISIBLE before include for
14075           progs.priv.h (patch by David MacKenzie).
14076         + add configuration summary, reordered check for default include
14077           directory to better accommodate a case where installer is configuring
14078           a second copy of ncurses (reported by Klaus Weide
14079           <kweide@tezcat.com>)
14080         + moved the #define for 'inline' as an empty token from the
14081           $(CFLAGS_DEBUG) symbol into config.h, to avoid redefinition warning
14082           (reported by Ward Horner).
14083         + modify test for bool builtin type to use 'unsigned' rather than
14084           'unknown' when cross-compiling (reported by Ward Horner).
14085
14086 970315
14087         + add header dependencies so that "make install.libs" will succeed
14088           even if "make all" is not done first.
14089         + moved some macros from lib_doupdate.c to curses.priv.h to use in
14090           expanded functions with ATAC.
14091         + correct implementation of lib_instr.c; both XSI and SVr4 agree that
14092           the winnstr functions can return more characters than will fit on one
14093           line.
14094
14095 970308
14096         + modify script that generates lib_gen.c to support traces of called &
14097           return.
14098         + add new configure option "--disable-macros", for testing calls within
14099           lib_gen.c
14100         + corrected logic that screens level-checking of called/return traces.
14101
14102 970301
14103         + use new configure macro NC_SUBST to replace AC_PATH_PROG, better
14104           addressing request by Ward Horner.
14105         + check for cross-compiling before trying to invoke the autoconf
14106           AC_FUNC_SETVBUF_REVERSED macro (reported by Ward Horner)
14107         + correct/simplify loop in _nc_visbuf(), 970201 changes omitted
14108           a pointer-increment.
14109         + eliminate obsolete symbol SHARED_ABI from dist.mk (noted by
14110           Florian La Roche).
14111
14112 970215
14113         + add configure option --enable-expanded, together with code that
14114           implements an expanded form of certain complex macros, for testing
14115           with ATAC.
14116         + disable CHECK_POSITION unless --with-assertions is configured
14117           (Alexander V Lukyanov pointed out that this is redundant).
14118         + use keyname() to show traced chtype values where applicable rather
14119           than _tracechar(), which truncates the value to 8-bits.
14120         + minor fixes to TRACE_ICALLS, added T_CREATE, TRACE_CCALLS macros.
14121         + modify makefiles in progs and test directories to avoid using C
14122           preprocessor options on link commands (reported by Ward Horner)
14123         + correct ifdef/include-order for nc_alloc.h vs lib_freeall.c (reported
14124           by Ward Horner)
14125         + modify ifdef's to use configure-defined symbols consistently
14126           (reported by Ward Horner)
14127         + add/use new makefile symbols AR, AR_OPTS and LD to assist in non-UNIX
14128           ports (reported by Ward Horner <whorner@tsi-telsys.com>)
14129         + rename struct try to struct tries, to avoid name conflict with C++
14130           (reported by Gary Johnson).
14131         + modify worm.c to hide cursor while running.
14132         + add -Wcast-qual to gcc warnings, fix accordingly.
14133         + use PutChar rather than PutAttrChar in ClrToEOL to properly handle
14134           wrapping (Alexander V Lukyanov).
14135         + correct spurious echoing of input in hanoi.c from eric's #291 & #292
14136           patches (reported by Vernon C. Hoxie <vern@zebra.alphacdc.com>).
14137         + extend IRIX configuration to IRIX64
14138         + supply missing install.libs rule needed after restructuring
14139           test/Makefile.in
14140
14141 970208
14142         + modify "make mostlyclean" to leave automatically-generated source
14143           in the ncurses directory, for use in cross-compiles.
14144         + autogenerated object-dependencies for test directory
14145         + add configure option --with-rcs-ids
14146         + modify configuration scripts to generate major/minor/patch versions
14147           (suggested by Alexander V Lukyanov).
14148         + supply missing va_end's in lib_scanw.c
14149         + use stream I/O for trace-output, to eliminate fixed-size buffer
14150         + add TRACE_ICALLS definition/support to lib_trace.c
14151         + modify Ada95 binding to work with GNAT 3.09 (Juergen Pfeifer).
14152
14153 970201
14154         + add/modify traces for called/return values to simplify extraction
14155           for test scripts.
14156         + changed _nc_visbuf to quote its result, and to dynamically allocate
14157           the returned buffer.
14158         + invoke ldconfig after installing shared library
14159         + modify install so that overwrite applies to shared library -lcurses
14160           in preference to static library (reported by Zeyd M Ben-Halim 960928).
14161         + correct missing ';' in 961221 mod to overwrite optional use of $(LN_S)
14162           symbol.
14163         + fixes to allow "make install" to work without first doing a "make
14164           all" (suggested by Larry Virden).
14165
14166 970125
14167         + correct order of #ifdef for TABS_OK.
14168         + instrumented toe.c to test memory-leaks.
14169         + correct memory-deallocation in toe.c (patch by Jesse Thilo).
14170         + include <sys/types.h> in configuration test for regex.h (patch by
14171           Andreas Schwab)
14172         + make infocmp recognize -I option, for SVr4 compatibility (reported by
14173           Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>)
14174
14175 970118
14176         + add extension 'use_default_colors()', modified test applications that
14177           use default background (firework, gdc, hanoi, knight, worm) to
14178           demonstrate.
14179         + correct some limit checks in lib_doupdate.c exposed while running
14180           worm.
14181         + use typeCalloc macro for readability.
14182         + add/use definition for CONST to accommodate testing with Solaris
14183           (SVr4) curses, which doesn't use 'const' in its prototypes.
14184         + modify ifdef's in test/hashtest.c and test/view.c to compile with
14185           Solaris curses.
14186         + modify _tracedump() to pad colors & attrs lines to match change
14187           in 970101 showing first/last changes.
14188         + corrected location of terminating null on dynamically allocated forms
14189           fields (patch by Per Foreby).
14190
14191 970111
14192         + added headers to make view.c compile on SCO with the resizeterm()
14193           code (i.e., struct winsize) - though this compiles, I don't have a
14194           suitable test configuration since SIGWINCH doesn't pass my network to
14195           that machine - T.Dickey.
14196         + update test/configure.in to supply some default substitutions.
14197         + modify configure script to add -lncurses after -lgpm to fix problem
14198           linking against static libraries.
14199         + add a missing noraw() to test/ncurses.c (places noted by Jeremy
14200           Buhler)
14201         + add a missing wclear() to test/testcurs.c (patch by Jeremy Buhler
14202           <jbuhler@cs.washington.edu>)
14203         + modify headers to accommodate compilers that don't allow duplicate
14204           "#define" lines for NCURSES_VERSION (reported by Larry W. Virden
14205           <lvirden@cas.org>)
14206         + fix formatting glitch in curs_getch.3x (patch by Jesse Thilo).
14207         + modify lib_doupdate to make el, el1 and ed optimization use the
14208           can_clear_with macro, and change EmitRange to allow leaving cursor at
14209           the middle of interval, rather than always at the end (patch by
14210           Alexander V Lukyanov).  This was originally 960929, resync 970106.
14211
14212 970104
14213         + workaround defect in autoconf 2.12 (which terminates configuration
14214           if no C++ compiler is found) by adding an option --without-cxx.
14215         + modify several man-pages to use tbl, where .nf/.fi was used (reported
14216           by Jesse Thilo).
14217         + correct font-codes in some man-pages (patch by Jesse Thilo
14218           <Jesse.Thilo@pobox.com>)
14219         + use configure script's knowledge of existence of g++ library for the
14220           c++ Makefile (reported by Paul Jackson).
14221         + correct misleading description of --datadir configuration option
14222           (reported by Paul Jackson <pj@sam.engr.sgi.com>)
14223
14224 970101
14225         + several corrections to _nc_mvcur_scrolln(), prompted by a bug report
14226           from Peter Wemm:
14227         > the logic for non_dest_scroll_region was interchanged between the
14228           forward & reverse scrolling cases.
14229         > multiple returns from the function allowed certain conditions to do
14230           part of an operation before discovering that it couldn't be
14231           completed, returning an error without restoring the cursor.
14232         > some returns were ERR, where the function had completed the
14233           operation, because the insert/delete line logic was improperly
14234           tested (this was probably the case Peter saw).
14235         > contrary to comments, some scrolling cases were tested after the
14236           insert/delete line method.
14237         + modify _tracedump() to show first/last changes.
14238         + modify param of ClrUpdate() in lib_doupdate.c to 'newscr', fixes
14239           refresh problem (reported by Peter Wemm) that caused nvi to not show
14240           result of ":r !ls" until a ^L was typed.
14241
14242 961229  (internal alpha)
14243         + correct some of the writable-strings warnings (reported by Gary
14244           Johnson <gjohnson@season.com>).  Note that most of the remaining ones
14245           are part of the XSI specification, and can't be "fixed".
14246         + improve include-dependencies in form, menu, panel directories.
14247         + correct logic of delay_output(), which would return early if
14248           there is data on stdin.
14249         + modify interface & logic of _nc_timed_wait() to support 2 file
14250           descriptors, needed for GPM.
14251         + integrate patch by Andrew Kuchling <amk@magnet.com> for GPM (mouse)
14252           support, correcting logic in wgetch() and _nc_mouse_parse() which
14253           prevented patch from working properly -TD
14254         + improve performance of panel algorithm (Juergen Pfeifer 961203).
14255         + strip RCS id's from generated .html files in Ada95 subtree.
14256         + resync with generated .html files (Juergen Pfeifer 961223).
14257         + terminfo.src 10.1.0 (ESR).
14258
14259 961224  4.0 release
14260         + release as 4.0 to accommodate Linux ld.so.1.8.5
14261         + correct syntax/spelling, regenerated .doc files from .html using
14262           lynx 2.5
14263         + refined forms/menus makefiles (Juergen Pfeifer 961223).
14264
14265 961221  - snapshot
14266         + remove logic in read_entry.c that attempts to refine errno by using
14267           'access()' for the directory (from patch by Florian La Roche).
14268         + correct configure test/substitution that inhibits generating
14269           include-path to /usr/include if gcc is used (reported by Florian La
14270           Roche).
14271         + modify setupterm() to allocate new TERMINAL for each call, just as
14272           solaris' curses does (Alexander V Lukyanov 960829).
14273         + corrected memory leaks in read_entry.c
14274         + add configure options --with-dbmalloc, --with-dmalloc, and
14275           --disable-leaks, tested by instrumenting infocmp, ncurses programs.
14276         + move #include's for stdlib.h and string.h to *.priv.h to accommodate
14277           use of dbmalloc.
14278         + modify use of $(LN_S) to follow recommendation in autoconf 2.12,
14279           i.e., set current directory before linking.
14280         + split-out panel.priv.h, improve dependencies for forms, menus
14281           (Juergen Pfeifer 961204).
14282         + modify _nc_freewin() to reset globals curscr/newscr/stdscr when
14283           freeing the corresponding WINDOW (found using Purify).
14284         + modify delwin() to return ERR if the window to be deleted has
14285           subwindows, needed as a side-effect of resizeterm() (found using
14286           Purify).  Tested and found that SVr4 curses behaves this way.
14287         + implement logic for _nc_freeall(), bringing stub up to date.
14288
14289 961215
14290         + modify wbkgd() so that it doesn't set nulls in the rendered text,
14291           even if its argument doesn't specify a character (fixes test case by
14292           Juergen Pfeifer for bug-report).
14293         + set window-attributes in wbkgd(), to simplify comparison against
14294           Solaris curses, which does this.
14295
14296 961214  - snapshot
14297         + replace most constants in ncurses 'o' test by expressions, making it
14298           work with wider range of screen sizes.
14299         + add options to ncurses.c to specify 'e' test softkey format, and the
14300           number of header/footer lines to rip-off.
14301         + add ^R (repaint after resize), ^L (refresh) commands to ncurses 'p'
14302           test.
14303         + add shell-out (!) command to ncurses 'p' test to allow test of
14304           resize between endwin/refresh.
14305         + correct line-wrap case in mvcur() by emitting carriage return,
14306           overlooked in 960928, but needed due to SVr4 compatibility changes to
14307           terminal modes in 960907.
14308         + correct logic in wresize that causes new lines to be allocated,
14309           broken for the special case of increasing rows only in 960907's fix
14310           for subwindows.
14311         + modify configure script to generate $(LDFLAGS) with -L and -l options
14312           in preference to explicit library filenames.  (NOTE: this may
14313           require further amending, since I vaguely recall a dynamic loader
14314           that did not work properly without the full names, but it should be
14315           handled as an exception to the rule, since some linkers do bulk
14316           inclusion of libraries when given the full name - T.Dickey).
14317         + modify configure script to allow user-supplied $CFLAGS to set the
14318           debug-option in all libraries (requested by lots of people) -TD
14319         + use return consistently from main(), rather than exit (reported by
14320           Florian La Roche).
14321         + add --enable-getcap-cache option to configure, normally disabled
14322           (requested by Florian La Roche).
14323         + make configure test for gettimeofday() and possibly -lbsd more
14324           efficient (requested by Florian La Roche <florian@knorke.saar.de>)
14325         + minor adjustments to Ada95 binding (patches by Juergen Pfeifer)
14326         + correct attributes after emitting orig_pair in lib_vidattr.c (patch
14327           by Alexander V Lukyanov).
14328
14329 961208
14330         + corrected README wrt Ada95 (Juergen Pfeifer)
14331
14332 961207  - snapshot
14333         + integrate resizeterm() into doupdate(), so that if screen size
14334           changes between endwin/refresh, ncurses will resize windows to fit
14335           (this needs additional testing with pads and softkeys).
14336         + add, for memory-leak testing, _nc_freeall() entrypoint to free all
14337           data used in ncurses library.
14338         + initialize _nc_idcok, _nc_idlok statically to resolve discrepancy
14339           between initscr() and newwin() initialization (reported by
14340           Alexander V Lukyanov).
14341         + test built VERSION=4.0, SHARED_ABI=4 with Linux ld.so.1.8.5
14342           (set beta versions to those values -- NOTE that subsequent pre-4.0
14343           beta may not be interchangeable).
14344         + modify configure script to work with autoconf 2.12
14345
14346 961130  1.9.9g release
14347         + add copyright notices to configuration scripts (written by Thomas
14348           Dickey).
14349
14350 961127
14351         > patch, mostly for panel (Juergen Pfeifer):
14352         + cosmetic improvement for a few routines in the ncurses core library
14353           to avoid warning messages.
14354         + the panel overlap detection was broken
14355         + the panel_window() function was not fool-proof.
14356         + Some inlining...
14357         + Cosmetic changes (also to avoid warning messages when compiling with
14358           -DTRACE).
14359
14360 961126
14361         > patch by Juergen Pfeifer:
14362         + eliminates warning messages for the compile of libform.
14363         + inserts Per Foreby's new field type TYPE_IPV4 into libform.
14364         + Updates man page and the Ada95 binding to reflect this.
14365         + Improves inlining in libmenu and libform.
14366
14367 961120
14368         + improve the use of the "const" qualifier in the
14369           panel library (Juergen Pfeifer)
14370         + change set_panel_userptr() and panel_userptr() to use void*
14371           (Juergen Pfeifer)
14372
14373 961119
14374         + change ABI to 3.4
14375         + package with 961119 version of Ada95 binding (fixes for gnat-3.07).
14376           (Juergen Pfeifer)
14377         + correct initialization of the stdscr pseudo panel in panel library
14378           (Juergen Pfeifer)
14379         + use MODULE_ID (rcs keywords) in forms and menus libraries (Juergen
14380           Pfeifer).
14381         > patch #324 (ESR):
14382         + typo in curs_termcap man page (reported by Hendrik Reichel
14383           <106065.2344@compuserve.com>)
14384         + change default xterm entry to xterm-r6.
14385         + add entry for color_xterm
14386
14387 961116  - snapshot
14388         + lint found several functions that had only #define implementations
14389           (e.g., attr_off), modified curses.h.in to generate them as per XSI
14390           Curses requirement that every macro be available as a function.
14391         + add check in infocmp.c to guard against string compare of
14392           CANCELLED_STRING values.
14393         + modify firework.c, rain.c to hide cursor while running.
14394         + correct missing va_end in lib_tparm.c
14395         + modify hanoi.c to work on non-color terminals, and to use timing
14396           delays when in autoplay mode.
14397         + correct 'echochar()' to refresh immediately (reported by Adrian
14398           Garside <94ajg2@eng.cam.ac.uk>)
14399         > patch #322 (ESR):
14400         + reorganize terminfo.src entries for xterm.
14401
14402 961109  - snapshot
14403         + corrected error in line-breakout logic (lib_doupdate.c)
14404         + modified newdemo to use wgetch(win) rather than getch() to eliminate
14405           a spurious clear-screen.
14406         + corrected ifdef's for 'poll()' configuration.
14407         + added modules to ncurses, form, menu for Ada95 binding (Juergen
14408           Pfeifer).
14409         + modify set_field_buffer() to allow assignment of string longer than
14410           the initial buffer length, and to return the complete string rather
14411           than only the initial size (Juergen Pfeifer and Per Foreby
14412           <perf@efd.lth.se>).
14413
14414 961102  - snapshot
14415         + configure for 'poll()' in preference to 'select()', since older
14416           systems are more likely to have a broken 'select()'.
14417         + modified render_char() to avoid OR'ing colors.
14418         + minor fixes to testcurs.c, newdemo.c test programs: ifdef'd out the
14419           resize test, use wbkgd and corrected box() parameters.
14420         + make flushinp() test work in ncurses.c by using napms() instead of
14421           sleep().
14422         + undo ESR's changes to xterm-x11r6 (it no longer matched the X11R6.1
14423           distribution, as stated)
14424         + terminfo 9.13.18 resync (ESR)
14425         + check for getenv("HOME") returning null (ESR).
14426         + change buffer used to decode xterm-mouse commands to unsigned to
14427           handle displays wider than 128 chars (Juergen Pfeifer).
14428         + correct typo curs_outopts.3x (Juergen Pfeifer).
14429         + correct limit-checking in wenclose() (Juergen Pfeifer).
14430         + correction to Peter Wemm's newwin change (Thomas Fehr
14431           <fehr@suse.de>).
14432         + corrections to logic that combines colors and attributes; they must
14433           not be OR'd (Juergen Pfeifer, extending from report/patch by Rick
14434           Marshall).
14435
14436 961026  - snapshot
14437         + reset flags in 'getwin()' that might cause refresh to attempt to
14438           manipulate the non-existent parent of a window that is read from a
14439           file (lib_screen.c).
14440         + restructure _nc_timed_wait() to log more information, and to try to
14441           recover from badly-behaved 'select()' calls (still testing this).
14442         + move define for GOOD_SELECT into configure script.
14443         + corrected extra '\' character inserted before ',' in comp_scan.c
14444         + corrected expansion of %-format characters in dump_entry.c; some were
14445           rendered as octal constants.
14446         + modify dump_entry.c to make terminfo output more readable and like
14447           SVr4, by using "\s" for spaces (leading/trailing only), "\," for
14448           comma, "\^" and "\:" as well.
14449         + corrected some memory leaks in ncurses.c, and a minor logic error
14450           in the top-level command-parser.
14451         + correction for label format 4 (PC style with info line), a
14452           slk_clear(), slk_restore() sequence didn't redraw the info line
14453           (Juergen Pfeifer).
14454         + modified the slk window (if simulated) to inherit the background and
14455           default character attributes from stdscr (Juergen Pfeifer).
14456         + corrected limit-check in set_top_row (Juergen Pfeifer).
14457
14458 961019  - snapshot
14459         + correct loop-limit in wnoutrefresh(), bug exposed during pipe-testing
14460           had '.lastchar' entry one beyond '._maxx'.
14461         + modify ncurses test-program to work with data piped to it.
14462         + corrected pathname computation in run_tic.sh, removing extra "../"
14463           (reported by Tim Mooney).
14464         + modified configure script to use previous install's location for
14465           curses.h
14466         + added NetBSD and FreeBSD to platforms that use --prefix=/usr as
14467           a default.
14468
14469 961013
14470         + revised xterm terminfo descriptions to reflect the several versions
14471           that are available.
14472         + corrected a pointer reference in dump_entry.c that didn't test if
14473           the pointer was -1.
14474
14475 961005  - snapshot
14476         + correct _nc_mvcur_scrolln for terminals w/o scrolling region.
14477         + add -x option to hashtest to control whether it allows writes to the
14478           lower-right corner.
14479         + ifdef'd (NCURSES_TEST) the logic for _nc_optimize_enable to make it
14480           simpler to construct tests (for double-check of _nc_hash_map tests).
14481         + correct ifdef's for c++ in curses.h
14482         + change default xterm type to xterm-x11r6.
14483         + correct quoting in configure that made man-pages installed with
14484           $datadir instead of actual terminfo path.
14485         + correct whitespace in include/Caps, which caused kf11, clr_eol and
14486           clr_end to be omitted from terminfo.5
14487         + fix memory leaks in delscreen() (adapted from Alexander V Lukyanov).
14488         + improve appearance of marker in multi-selection menu (Juergen
14489           Pfeifer)
14490         + fix behavior for forms with all fields inactive (Juergen Pfeifer)
14491         + document 'field_index()' (Juergen Pfeifer)
14492         > patch #321 (ESR):
14493         + add some more XENIX keycap translations to include/Caps.
14494         + modify newwin to set initial state of each line to 'touched'
14495           (from patch by Peter Wemm <peter@spinner.dialix.com>)
14496         + in SET_TTY, replace TCSANOW with TCSADRAIN (Alexander V Lukyanov).
14497
14498 960928  - snapshot
14499         + ifdef'd out _nc_hash_map (still slower)
14500         + add graphic characters to vt52 description.
14501         + use PutAttrChar in ClrToEOL to ensure proper background, position.
14502         + simplify/correct logic in 'mvcur()' that does wrapping; it was
14503           updating the position w/o actually moving the cursor, which broke
14504           relative moves.
14505         + ensure that 'doupdate()' sets the .oldindex values back to a sane
14506           state; this was causing a spurious refresh in ncurses 'r'.
14507         + add logic to configure (from vile) to guard against builders who
14508           don't remove config.cache & config.status when doing new builds -TD
14509         + corrected logic for 'repeat_char' in EmitRange (cf: eric #317), which
14510           did not follow the 2-parameter scheme specified in XSI.
14511         + corrected logic of wrefresh, wnoutrefresh broken in #319, making
14512           clearok work properly (report by Michael Elkins).
14513         + corrected problem with endwin introduced by #314 (removing the
14514           scrolling-region reset) that broke ncurses.c tests.
14515         + corrected order of args in AC_CHECK_LIB (from report by Ami Fischman
14516           <fischman@math.ucla.edu>).
14517         + corrected formatting of terminfo.5 tables (Juergen Ehling)
14518         > patch 320 (ESR):
14519         + change ABI to 3.3
14520         + emit a carriage-return in 'endwin()' to workaround a kernel bug in
14521           BSDI.  (requested by Mike Karels <karels@redrock.bsdi.com>)
14522         + reverse the default o configure --enable-termcap (consensus).
14523         > patch 319 (ESR):
14524         + modified logic for clearok and related functions (from report by
14525           Michael Elkins) - untested
14526         > patch 318 (ESR):
14527         + correction to #317.
14528         > patch 317 (ESR):
14529         + re-add _nc_hash_map
14530         + modify EmitRange to maintain position as per original design
14531           (patch by A. Lukyanov).
14532         + modify test/ncurses.c and tputs, etc., to allow trace counting
14533           output characters.
14534         + add hashtest.c program to time the hashmap optimization.
14535         > patch 316 (ESR):
14536         + add logic to deal with magic-cookie (how was this tested?)
14537           (lib_doupdate.c).
14538         + add ncurses.c driver for magic-cookie, some fixes to ncurses.c
14539         > patch 315 (ESR):
14540         + merge changes to lib_doupdate.c to use ech and rep - untested
14541           (patch by Alexander V Lukyanov).
14542         + modified handling of interrupted system calls - untested
14543           (lib_getch.c, lib_twait.c).
14544         + new function _nc_mvcur_resume()
14545         + fix return value for 'overlay()', 'overwrite()'
14546
14547 960914  - snapshot
14548         + implement subwindow-logic in wresize, minor fixes to ncurses 'g'
14549           test.
14550         + corrected bracketing of fallback.c (reported/suggested fix by Juergen
14551           Ehling <eh@eclipse.aball.de>).
14552         + update xterm-color to reflect XFree86 3.1.3G release.
14553         + correct broken dtterm description from #314 patch (e.g., spurious
14554           newline.  The 'pairs' change might work, but no one's tested it
14555           either ;-)
14556         + clarify the documentation for the builtin form fieldtypes (Juergen
14557           Pfeifer)
14558         > patch 314 (ESR):
14559         + reset scroll region on startup rather than at wrapup time
14560           (enhancement suggested by Alexander V Lukyanov).
14561         + make storage of palette tables and their size counts per-screen for
14562           multi-terminal applications (suggested by Alexander V Lukyanov).
14563         + Improved error reporting for infotocap translation errors.
14564         + Update terminfo.src to 9.13.14.
14565
14566 960907  - snapshot
14567         + rewrote wgetstr to make it erase control chars and also fix bogus use
14568           of _nc_outstr which caused the display to not wrap properly (display
14569           problem reported by John M. Flinchbaugh <glynis@netrax.net>)
14570         + modify ncurses 'f' test to accommodate terminal responses to C1 codes
14571           (and split up this screen to accommodate non-ANSI terminals).
14572         + test enter_insert_mode and exit_insert_mode in has_ic().
14573         + removed bogus logic in mvcur that assumes nl/nonl set output modes
14574           (XSI says they are input modes; SVr4 implements this).
14575         + added macros SET_TTY, GET_TTY to term.h
14576         + correct getstr() logic that altered terminal modes w/o restoring.
14577         + disable ICRNL, etc., during initialization to match SVr4, removing
14578           the corresponding logic from raw, cbreak, etc.
14579         + disable ONLCR during initialization, to match SVr4 (this is needed
14580           for cursor optimization when the cursor-down is a newline).
14581         + replaced ESR's imitation of wresize with my original (his didn't
14582           work).
14583
14584 960831  - snapshot
14585         + memory leaks (Alexander V. Lukyanov).
14586         + modified pnoutrefresh() to be more tolerant of too-large screen
14587           size (reported by Michael Elkins).
14588         + correct handling of terminfo files with no strings (Philippe De
14589           Muyter)
14590         + correct "tic -s" to take into account -I, -C options.
14591         + modify ncurses 'f' test to not print codes 80 through 9F, since they
14592           are considered control codes by ANSI terminals.
14593
14594 960824  - snapshot
14595         + correct speed variable-type in 'tgetent()' (reported by Peter Wemm)
14596         + make "--enable-getcap" configuration-option work (reported by
14597           Peter Wemm <peter@spinner.DIALix.COM>)
14598
14599 960820
14600         + correct err in 960817 that changed return-value of tigetflag()
14601           (reported by Alexander V. Lukyanov).
14602         + modify infocmp to use library default search-path for terminfo
14603           directory (Alexander V. Lukyanov).
14604
14605 960817  - snapshot
14606         + corrected an err in mvcur that broke resizing-behavior.
14607         + correct fall-thru behavior of _nc_read_entry(), which was not finding
14608           descriptions that existed in directories past the first one searched
14609           (reported by Alexander V. Lukyanov)
14610         + corrected typo in dtterm description.
14611         > patch 313 (ESR):
14612         + add dtterm description
14613         + clarify ncurses 'i' test (drop mvwscanw subtest)
14614
14615 960810  - snapshot
14616         + correct nl()/nonl() to work as per SVr4 & XSI.
14617         + minor fixes to ncurses.c (use 'noraw()', mvscanw return-code)
14618         + refine configure-test for "-g" option (Tim Mooney).
14619         + correct interaction between O_BLANK and NEW_LINE request in form
14620           library (Juergen Pfeifer)
14621
14622 960804
14623         + revised fix to tparm; previous fix reversed parameter order.
14624         > patch 312 (ESR):
14625           correct terminfo.src corrupted by #310
14626         > patch 311 (ESR):
14627         + fix idlok() and idcok() and the default of the idlok switch (report
14628           by Ville Sulko).
14629
14630 960803  - snapshot
14631         + corrected tparm to handle capability strings without explicit pop
14632           (reported by William P Setzer)
14633         + add fallback def for GCC_NORETURN, GCC_UNUSED for termcap users
14634           (reported by Tim Mooney).
14635         > patch 310 (ESR):
14636         + documentation and prototyping errors for has_color, immedok and idcok
14637           (reported by William P Setzer <wsetzer@pams.ncsu.edu>)
14638         + updated qnx terminfo entry (patch by Michael Hunter)
14639
14640 960730
14641         + eliminate quoted includes in ncurses subdirectory, ensure config.h
14642           is included first.
14643         + newterm initializes terminal settings the same as initscr (reported
14644           by Tim Mooney).
14645
14646 960727  - snapshot
14647         + call cbreak() in initscr(), as per XSI & SVr4.
14648         + turn off hardware echo in initscr() as per XSI & SVr4
14649         > patch 309 (ESR):
14650         + terminfo changes (9.3.9), from BRL
14651         + add more checks to terminfo parser.
14652         + add more symbols to infocmp.
14653
14654 960720  - snapshot
14655         + save previous-attribute in lib_vidattr.c if SP is null (reported by
14656           Juergen Fluk <louis@dachau.marco.de>)
14657         + corrected calls on _nc_render so that background character is set
14658           as per XSI.
14659         + corrected wbkgdset macro (XSI allows background character to be
14660           null), and tests that use it.
14661         + more corrections to terminfo (xterm & rxvt)
14662         + undid change to mcprint prototype (cannot use size_t in curses.h
14663           because not all systems declare it in the headers that we can safely
14664           include therein).
14665         + move the ifdefs for errno into curses.priv.h
14666         > patch 308 (ESR):
14667         + terminfo changes (9.3.8)
14668         + modified logic of error-reporting in terminfo parser
14669         + fix option-processing bug in toe.
14670
14671 960713  - snapshot
14672         + always check for <sys/bsdtypes.h> since ISC needs it to declare
14673           fd_set (Juergen Pfeifer)
14674         + install shared-libraries on NetBSD/FreeBSD with ABI-version (reported
14675           by Juergen Pfeifer, Mike Long)
14676         + add LOCAL_LDFLAGS2 symbol (Juergen Pfeifer)
14677         + corrected prototype for delay_output() -- bump ABI to 3.2
14678         + patch 307 (ESR):
14679         + enable more translations of nonstandard caps, and document them.
14680         + misc/terminfo.src update to 9.13.8
14681         + patch 306 (ESR):
14682         + moved logic that filters out rmul and rmso from setupterm to newterm
14683           where it is less likely to interfere with termcap applications.
14684         + cosmetic fixes to test/ncurses.c
14685         + modify open() call in ncurses/read_entry.c to use O_RDONLY symbol
14686           rather than constant (report by mib).
14687         + misc/terminfo.src sgr0 and acsc changes (report by Philippe De
14688           Muyter).
14689         + modify ncurses/comp_parse.c so that entries containing a "+" can
14690           have missing rmcup vs smcup.
14691
14692 960707
14693         + rollback ESR's #305 change to terminfo.src (it breaks existing
14694           applications, e.g., 'less 290').
14695         + correct path of edit_man.sh, and fix typo that made all man-pages
14696           preformatted.
14697         + restore man/menu_requestname.3x omitted in Zeyd's resync (oops).
14698         + auto-configure the GCC_PRINTFLIKE/GCC_SCANFLIKE macros (reported by
14699           Philippe De Muyter).
14700
14701 960706  - snapshot
14702         + make lib_vidattr.c more readable using macros.
14703         + filter out rmul, rmso that conflict with sgr0 when reading terminal
14704           descriptions.
14705         + work around autoconf bug, force $INSTALL to absolute path
14706           (reported by Zeyd).
14707         + modify man-page install for BSDI to install preformatted .0 files
14708           (reported by David MacKenzie).
14709         + add/use gcc __attribute__ for printf and scanf in curses.h
14710         + added SGR attributes test-case to ncurses
14711         + revised ncurses 't' logic to show trace-disable effect in the menu.
14712         + use getopt in ncurses program to process -s and -t options.
14713         + make ncurses 'p' legend toggle with '?'
14714         + disable scrollok during the ncurses 'p' test; if it is enabled the
14715           stdscr will scroll when putting the box-corners in the lower-right
14716           of the screen.
14717         > patch 305 (ESR):
14718         + added sanity-checking of various paired string attributes.
14719         + misc/terminfo.src update to 9.13.7 (report by A. Lukyanov).
14720         + modify man/Makefile.in to make terminfo.5 during normal build.
14721         > patch 304 (ESR):
14722         + corrected allocation-length for $HOME/.terminfo path.
14723
14724 960629  - snapshot
14725         + check return code of _nc_mvcur_scrolln() in _nc_scroll_optimize() for
14726           terminals with no scrolling-support (reported by Nikolay Shadrin
14727           <queen@qh.mirea.ac.ru>)
14728         + added ^S scrollok-toggle to ncurses 'g' test.
14729         + added ^T trace-toggle to ncurses tests.
14730         + modified ncurses test program to use ^Q or ESC consistently for
14731           terminating tests (rather than ^D), and to use control keys rather
14732           than function keys in 'g' test.
14733         + corrected misplaced wclrtoeol calls in addch to accommodate wrapping
14734           (reported by Philippe De Muyter).
14735         + modify lib_doupdate.c to use effective costs to tradeoff between
14736           delete-character/insert-character vs normal updating (reported by
14737           David MacKenzie).
14738         + compute effective costs for screen update operations (e.g., clr_eos,
14739           delete_character).
14740         + corrected error in knight.c exposed by wrap fixes in 960622; the
14741           msgwin needed scrollok set.
14742         + corrected last change to IDcTransformLine logic to avoid conflict
14743           between PutRange and InsStr
14744         + modified run_tic.sh to not use /usr/tmp (reported by David
14745           MacKenzie), and further revised it and aclocal.m4 to use $TMPDIR if
14746           set.
14747         + corrected off-by-one in RoomFor call in read_entry.c
14748
14749 960622  - snapshot
14750         + modified logic that wraps cursor in addch to follow the XSI spec,
14751           (implemented in SVr4) which states that the cursor position is
14752           updated when wrapping.  Renamed _NEED_WRAP to _WRAPPED to reflect the
14753           actual semantics.
14754         + added -s option to tic, to provide better diagnostics in run_tic.sh
14755         + improved error-recovery for tabset install.
14756         + change ABI to 3.1 (dropped tparam, corrected getbkgd(), added
14757           _yoffset to WINDOW).
14758         + modified initialization of SP->_ofp so that init_acs() is called with
14759           the "right" file pointer (reported by Rick Marshall <rjm@nlc.net.au>
14760         + documentation fixes (Juergen Pfeifer).
14761         + corrected, using new SCREEN and WINDOW members, the behavior of
14762           ncurses if one uses ripoffline() to remove a line from the top of the
14763           screen (Juergen Pfeifer).
14764         + modified autoconf scripts to prepare for Ada95 (GNAT) binding to
14765           ncurses (Juergen Pfeifer).
14766         + incorrect buffer-size in _nc_read_entry, reported by ESR.
14767
14768 960617
14769         + corrected two logic errors in read_entry.c, write_entry.c (called by
14770           tic, the write/read of terminfo entries used inconsistent rules for
14771           locating the entries; the $TERMINFO_DIRS code would find only the
14772           first entry in a list).
14773         + refined pathname computation in run_tic.sh and shlib.
14774         + corrected initialization of $IP in misc/run_tic.sh
14775
14776 960615  - snapshot
14777         + ifdef'd out _nc_hash_map() call because it does not improve speed.
14778         + display version of gcc if configure script identifies it.
14779         + modify configure script to use /usr as Linux's default prefix.
14780         + modify run_tic.sh to use shlib script, fixes some problems installing
14781           with a shared-library configuration.
14782         + adjusted configure script so that it doesn't run tests with the
14783           warnings turned on, which makes config.log hard to read.
14784         + added 'lint' rule to top-level Makefile.
14785         + added configure option '--with-install-prefix' for use by system
14786           builders to install into staging locations (requested by
14787           Charles Levert <charles@comm.polymtl.ca>).
14788         + corrected autoconfigure for Debian man program; it's not installed
14789           as "man_db".
14790         + set noecho in 'worm'; it was ifdef'd for debug only
14791         + updated test/configure.in for timing-display in ncurses 'p' test
14792         + corrected misspelled 'getbkgd()'.
14793         + corrected wbkgdset to work like observed syvr4 (sets A_CHARTEXT part
14794           to blank if no character given, copies attributes to window's
14795           attributes).
14796         + modified lib_doupdate.c to use lower-level SP's current_attr state
14797           instead of curscr's state, since it is redundant.
14798         + correction to IDcTransformLine logic which controls where InsStr is
14799           invoked (refined by Alexander V Lukyanov).
14800         > patch 303 (ESR):
14801         + conditionally include Chris Torek's hash function _nc_hash_map().
14802         + better fix for nvi refresh-bug (Rick Marshall)
14803         + fix for bug in handling of interrupted keystroke waits,
14804           (Werner Fleck).
14805         + misc/ncurses-intro.html syntax fix (Kajiyama Tamito).
14806
14807 960601  - snapshot
14808         + auto-configure man-page compression-format and renames for Debian.
14809         + corrected several typos in curses.h.in (i.e., the mvXXXX macros).
14810         + re-order curses.priv.h for lint.
14811         + added rules for lintlib, lint
14812         + corrected ifdef for BROKEN_LINKER in MKnames.awk.in
14813         + corrected missing INSTALL_DATA in misc/Makefile.in
14814         + flush output when changing cursor-visibility (Rick Marshall)
14815         + fix a minor bug in the _nc_ripoff() routine and improve error
14816           checking when creating the label window (Juergen Pfeifer).
14817         + enhancement to the control over the new PC-style soft key format.
14818           allow caller now to select whether or not one wants to have
14819           the index-line; see curs_slk.3x for documentation (Juergen Pfeifer).
14820         + typos, don't use inline with "-g" (Philippe De Muyter)
14821         + fixes for menus & wattr-, slk-functions (Juergen Pfeifer)
14822
14823 960526  - snapshot
14824         + removed --with-ticdir option altogether, maintain compatibility with
14825           existing applications via symbolic link in run_tic.sh
14826         + patch for termio.h, signal (Philippe De Muyter)
14827         + auto-configure gcc warning options rather than infer from version.
14828         + auto-configure __attribute__ for different gcc versions.
14829         + corrected special use of clearok() in hardscroll.c by resetting flag
14830           in wrefresh().
14831         + include stdlib.h before defs for EXIT_SUCCESS, for OSF/1.
14832         + include sys/types.h in case stdlib.h does not declare size_t.
14833         + fixes for makefile (Tim Mooney)
14834         + fixes for menus & forms (Juergen Pfeifer)
14835         > patch 302 (ESR):
14836         + improve hash function (suggested by Alexander V Lukyanov).
14837         + 9.13.4 update for terminfo.src
14838
14839 960518  - snapshot
14840         + revised ncurses.c panner test, let pad abut all 4 sides of screen.
14841         + refined case in lib_doupdate.c for ClrToEOL().
14842         + corrected prior change for PutRange (Alexander V Lukyanov
14843           <lav@yars.free.net>).
14844         + autoconf mods (Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>).
14845         + locale fix for forms (Philippe De Muyter <phdemuyt@ulb.ac.be>)
14846         + renamed "--with-datadir" option to "--with-ticdir" to avoid
14847           confusion, and made this check for the /usr/lib/terminfo pre-existing
14848           directory.
14849         > patches 299-301 (ESR):
14850         + html fixes (Phillippe de Muyter).
14851         + fix typo in ncurses-intro.html (report by Fabrizio Polacco).
14852         + added hashmap.c
14853         + mods to tracing, especially for ACS chars.
14854         + corrected off-by-one in IDCtransform.
14855         + corrected intermittent mouse bug by using return-value from read().
14856         + mods to parse_entry.c, for smarter defaults.
14857
14858 960512
14859         + use getopt in 'tic'; added -L option and modified -e option to allow
14860           list from a file.
14861
14862 960511
14863         + don't use fixed buffer-size in tparm().
14864         + modified tic to create terminfo directory if it doesn't exist.
14865         + added -T options to tic and infocmp (for testing/analysis)
14866         + refined the length criteria for termcap and terminfo
14867         + optimize lib_doupdate with memcpy, PutRange
14868         > patches 297, 298 (ESR):
14869         + implement TERMINFO_DIRS, and -o option of tic
14870         + added TRACE_IEVENT
14871         + fix REQ_TOGGLE_ITEM in menu/menu_driver.c; it could select but not
14872           deselect.
14873         + added lib_print.c (request by Rick Marshall).
14874         + added has_key() (request by Juergen Pfeifer).
14875         + do not issue clrtoeol or clrtobot if the relevant portion of the line
14876           is already blank (analysis by Keith Bostic).
14877         + add parentheses for parameters of COLOR_PAIR and PAIR_NUMBER macros
14878           (analysis by Jurgen Eidt).
14879         + update screen's notion of cursor position in endwin() (analysis by
14880           Alexander Lukyanov).
14881         + added 't' to ncurses.c test.
14882         + moved delay_output() to lib_tputs.c
14883         + removed tparam() (was added in 1.9.9, but conflicts with emacs and
14884           is not part of X/Open Curses).
14885         + removed boolean version of 'getm'.
14886         + misc cursor & optimization fixes.
14887
14888 960504  - snapshot
14889         + modified ncurses 'p' test to allow full-screen range for panner size.
14890         + fixes for locale (Philippe De Muyter <phdm@labauto1.ulb.ac.be>)
14891         + don't use fixed buffer-size in fmt_entry().
14892         + added usage-message to 'infocmp'.
14893         + modified install.includes rules to prepend subdirectory-name to
14894           "#include" if needed.
14895
14896 960430
14897         + protect wrefresh, wnoutrefresh from invocation with pad argument.
14898         + corrected default CCFLAGS in test/Makefile.
14899
14900 960428  - snapshot
14901         + implemented logic to support terminals with background color erase
14902           (e.g., rxvt and the newer color xterm).
14903         + improved screen update logic (off-by-one logic error; use clr_eos if
14904           possible)
14905
14906 960426  - snapshot
14907         + change ncurses 'a' test to run in raw mode.
14908         + make TIOCGWINSZ configure test less stringent, in case user
14909           configures via terminal that cannot get screen size.
14910         > patches 295, 296 (ESR):
14911         + split lib_kernel.c, lib_setup.c and names.c in order to reduce
14912           overhead for programs that use only termcap features.
14913         + new "-e" and "-h" options of tic (request by Tony Nugent).
14914         + fix bug in mandatory-delay logic in lib_tputs.c (report by Sven
14915           Verdoolaege).
14916         + fix for "infocmp -e" to emit correct initializers (reported by Manual
14917           J Novoa III).
14918         + restore working-directory in read_termcap.c (report by Kayvan
14919           Sylvan).
14920         + use "-h" option on Solaris when generating shared libraries on
14921           Solaris 2.5 to record the library name in the file, for assisting
14922           the loader (patch by Scott Kramer).
14923         + undo patch #294 changes to form and menu libraries (request by
14924           Juergen Pfeifer).
14925
14926 960418  - snapshot
14927         + use autoconf 2.9
14928         + fix for AIX 3.2.5 (must define _POSIX_SOURCE to get termios struct
14929           definitions via <termios.h>, modified macros in lib_raw.c to avoid
14930           K&R-style substitution)
14931         > patches 293, 294 (ESR):
14932         + rewrite wsyncup(), wsyncdown(), as well as small fixes to form and
14933           menu libraries to fix echo-breakage introduced by 1.8.9, 1.9.9e
14934           changes (patches by Juergen Pfeifer).
14935         + fix compile under QNX 4.2 by defining ONLCR in lib_raw.c when
14936           __QNX__ is defined (patch by Michael Hunter).
14937         + modify setupterm() to match documentation for its return value, fix
14938           newterm to work with this change (report by Emmet Lazich).
14939         + add checks in getch() for error, return ERR as appropriate (report by
14940           Emmet Lazich).
14941         + mods to wgetch() in cooked mode (report by Pete Seebach).
14942         + corrected askuser() logic in tset (patch by Remco Treffkorn).
14943         + correct interaction of endwin() with mouse processing (report by
14944           Michael Elkins).
14945         + added trace support for TTY flags
14946         + update terminfo.src to 9.13.1
14947         + FreeBSD console entries (patch by Andrew Chernov).
14948
14949 960406
14950         + fixes for NeXT, ISC and HPUX auto-configure
14951         + autogenerate development header-dependencies (config.h, *.priv.h)
14952         + corrected single-column formatting of "use=" (e.g., in tic)
14953         + modify tic to read full terminfo-names
14954         + corrected divide-by-zero that caused hang (or worse) when redirecting
14955           output
14956         + modify tic to generate directories only as-needed (and corrected
14957           instance of use of data from function that had already returned).
14958
14959 ### ncurses-1.9.8a -> 1.9.9e
14960
14961 * fixed broken wsyncup()/wysncdown(), as a result wnoutrefresh() now has
14962   copy-changed-lines behavior.
14963 * added and documented wresize() function.
14964 * more fixes to LOWER-RIGHT corner handling.
14965 * changed the line-breakout optimization code to allow some lines to be
14966   emitted before the first check.
14967 * added option for tic to use symbolic instead of hard links (for AFS)
14968 * fix to restore auto-wrap mode.
14969 * trace level can be controlled by environment variable.
14970 * better handling of NULs in terminal descriptions.
14971 * improved compatibility with observed SVR4 behavior.
14972 * the refresh behavior of over-lapping windows is now more efficient and
14973   behaves like SVR4.
14974 * use autoconf 2.7, which results in a working setup for SCO 5.0.
14975 * support for ESCDELAY.
14976 * small fixes for menu/form code.
14977 * the test directory has its own configure.
14978 * fixes to pads when optimizing scrolling.
14979 * fixed several off-by-one bugs.
14980 * fixes for termcap->terminfo translation; less restrictions more correct
14981   behavior.
14982
14983 ### ncurses-1.9.7 -> 1.9.8a
14984
14985 * teach infocmp -i to recognize ECMA highlight sequences
14986 * infocmp now dumps all SVr4 termcaps (not just the SVr4 ones) on -C
14987 * support infocmp -RBSD.
14988 * satisfy XSI Curses requirement that every macro be available as a function.
14989 * This represents the last big change to the public interface of ncurses. The
14990   ABI_VERSION has now been set at 3.0 and should stay there barring any great
14991   catastrophies or acts of God.
14992 * The C++ has been cleaned up in reaction to the changes to satisfy XSI's
14993   requirements.
14994 * libncurses now gets linked to libcurses to help seamless emulation
14995   (replacement) of a vendor's curses. --disable-overwrite turns this behavior
14996   off.
14997
14998 ### ncurses-1.9.6 -> 1.9.7
14999
15000 * corrected return values of setupterm()
15001 * Fixed some bugs in tput (it does padding now)
15002 * fixed a bug in tic that made it do the wrong thing on entries with more than
15003   one `use' capability.
15004 * corrected the screen-size calculation at startup time to alter the
15005   numeric capabilities as per SVr4, not just LINES and COLS.
15006 * toe(1) introduced; does what infocmp -T used to.
15007 * tic(1) can now translate AIX box1 and font[0123] capabilities.
15008 * tic uses much less core, the dotic.sh kluge can go away now.
15009 * fix read_entry() and write_entry() to pass through cancelled capabilities OK.
15010 * Add $HOME/.terminfo as source/target directory for terminfo entries.
15011 * termcap compilation now automatically dumps an entry to $HOME/.terminfo.
15012 * added -h option to toe(1).
15013 * added -R option to tic(1) and infocmp(1).
15014 * added fallback-entry-list feature.
15015 * added -i option to infocmp(1).
15016 * do a better job at detecting if we're on SCO.
15017
15018 ### ncurses-1.9.5 -> 1.9.6
15019
15020 * handling of TERMCAP environment variables now works correctly.
15021 * various changes to shorten termcap translations to less that 1024 chars.
15022 * tset(1) added
15023 * mouse support for xterm.
15024 * most data tables are now const and accordingly live in shareable text space.
15025 * Obey the XPG4/SVr4 practice that echo() is initially off.
15026 * tic is much better at translating XENIX and AIX termcap entries now.
15027 * tic can interpret ko capabilities now.
15028 * integrated Juergen Pfeifer's forms library.
15029 * taught write_entry() how not to write more than it needs to; this change
15030   reduces the size of the terminfo tree by a full 26%!
15031 * infocmp -T option added.
15032 * better warnings about historical tic quirks from tic.
15033
15034 ### ncurses 1.9.4 -> 1.9.5
15035
15036 * menus library is now included with documentation.
15037 * lib_mvcur has been carefully profiled and tuned.
15038 * Fixed a ^Z-handling bug that was tanking lynx(1).
15039 * HJ Lu's patches for ELF shared libraries under Linux
15040 * terminfo.src 9.8.2
15041 * tweaks for compiling in separate directories.
15042 * Thomas Dickey's patches to support NeXT's brain-dead linker
15043 * Eric Raymond's patches to fix problems with long termcap entries.
15044 * more support for shared libraries under SunOS and IRIX.
15045
15046 ### ncurses 1.9.3 -> 1.9.4
15047
15048 * fixed an undefined-order-of-evaluation bug in lib_acs.c
15049 * systematically gave non-API public functions and data an _nc_ prefix.
15050 * integrated Juergen Pfeifer's menu code into the distribution.
15051 * totally rewrote the knight test game's interface
15052
15053 ### ncurses 1.9.2c -> 1.9.3
15054
15055 * fixed the TERMCAP_FILE Support.
15056 * fixed off-by-one errors in scrolling code
15057 * added tracemunch to the test tools
15058 * took steps to cut the running time of make install.data
15059
15060 ### ncurses 1.9.2c -> 1.9.2d
15061
15062 * revised 'configure' script to produce libraries for normal, debug,
15063   profile and shared object models.
15064
15065 ### ncurses 1.9.1 -> 1.9.2
15066
15067 * use 'autoconf' to implement 'configure' script.
15068 * panels support added
15069 * tic now checks for excessively long termcap entries when doing translation
15070 * first cut at eliminating namespace pollution.
15071
15072 ### ncurses 1.8.9 -> 1.9
15073
15074 * cleanup gcc warnings for the following: use size_t where 'int' is not
15075   appropriate, fixed some shadowed variables, change attr_t to compatible with
15076   chtype, use attr_t in some places where it was confused with 'int'.
15077 * use chtype/attr_t casts as appropriate to ensure portability of masking
15078   operations.
15079 * added-back waddchnstr() to lib_addstr.c (it had been deleted).
15080 * supplied missing prototypes in curses.h
15081 * include <termcap.h> in lib_termcap.c to ensure that the prototypes
15082   are consistent (they weren't).
15083 * corrected prototype of tputs in <termcap.h>
15084 * rewrote varargs parsing in lib_tparm.c (to avoid referencing memory
15085   that may be out of bounds on the stack) -- Purify found this.
15086 * ensure that TRACE is defined in lib_trace.c (to solve prototype
15087   warnings from gcc).
15088 * corrected scrolling-region size in 'mvcur_wrap()'
15089 * more spelling fixes
15090 * use 'calloc()' to allocate WINDOW struct in lib_newwin.c (Purify).
15091 * set default value for SP->_ofp in lib_set_term.c (otherwise SunOS dumps
15092   core in init_acs()).
15093 * include <errno.h> in write_entry.c (most "braindead" includes declare errno
15094   in that file).
15095
15096 ### ncurses 1.8.8 -> 1.8.9
15097
15098 * compile (mostly) clean with gcc 2.5.8 -Wall -Wstrict-prototypes
15099   -Wmissing-prototypes -Wconversion and using __attribute__ to flush out
15100   non-portable use of "%x" for pointers, or for chtype data (which is declared
15101   as a long).
15102 * modified doupdate to ensure that typahead was turned on before attempting
15103   select-call (otherwise, some implementations hang).
15104 * added trace mask TRACE_FIFO, use this in lib_getch.c to allow finer
15105   resolution of traces.
15106 * improved bounds checking on several critical functions.
15107 * the data directory has been replaced by the new master terminfo file.
15108 * -F file-comparison option added to infocmp.
15109 * compatibility with XSI Curses is now documented in the man bages.
15110 * wsyncup/wsyncdown functions are reliable now; subwindow code in general
15111   is much less flaky.
15112 * capabilities ~msgr, tilde_glitch, insert_padding, generic_type, no_pad_char,
15113   memory_above, memory_below, and hard_copy are now used properly.
15114 * cursor-movement optimization has been completely rewritten.
15115 * vertical-movement optimization now uses hardware scrolling, il, dl.
15116
15117 ### ncurses 1.8.7 -> 1.8.8
15118 * untic no longer exists, infocmp replaces it.
15119 * tic can understand termcap now, especially if it is called captoinfo.
15120 * The Linux Standard Console terminfo entry is called linux insead of console.
15121   It also uses the kernel's new method of changing charsets.
15122 * initscr() will EXIT upon error (as the docs say) This will mostly happen if
15123   you try to run on an undefined terminal.
15124 * I can get things running on AIX but tic can't compile terminfo. I have to
15125   compile entries on another machine. Volunteers to hunt this bug are welcome.
15126 * wbkgd() and wbkgdset() can be used to set a windows background to color.
15127   wclear()/werase() DO NOT use the current attribute to clear the screen.
15128   This is the way SVR4 curses works. PDCurses 2.1 is broken in this respect,
15129   though PDCurses 2.2 has been fixed.
15130 * cleaned up the test/ directory.
15131 * test/worm will segfault after quite a while.
15132 * many spelling corrections courtesy of Thomas E. Dickey
15133
15134 ### ncurses 1.8.6 -> 1.8.7
15135 * cleaned up programs in test/ directory.
15136 * fixed wbkgdset() macro.
15137 * modified getstr() to stop it from advancing cursor in noecho mode.
15138 * modified linux terminfo entry to work with the latest kernel to get
15139   the correct alternate character set.
15140 * also added a linux-mono entry for those running on monochrome screens.
15141 * changed initscr() so that it behaves like the man page says it does.
15142   this fixes the problem with programs in test/ crashing with SIGSEV if
15143   a terminal is undefined.
15144 * modified addch() to avoid using any term.h #define's
15145 * removed duplicate tgoto() in lib_tparm.c
15146 * modified dump_entry.c so that infocmp deals correctly with ',' in acsc
15147 * modified delwin() to correctly handle deleting subwindows.
15148 * fixed Makefile.dist to stop installing an empty curses.h
15149 * fixed a couple of out-of-date notes in man pages.
15150
15151 ### ncurses 1.8.5 -> 1.8.6
15152 * Implemented wbkgd(), bkgd(), bkgdset(), and wbkgdset().
15153 * The handling of attributes has been improved and now does not turn off color
15154   if other attributes are turned off.
15155 * scrolling code is improved. Scrolling in subwindows is still broken.
15156 * Fixes to several bugs that manifest them on platforms other than Linux.
15157 * The default to meta now depends on the status of the terminal when ncurses
15158   is started.
15159 * The interface to the tracing facility has changed.  Instead of the pair of
15160   functions traceon() and traceoff(), there is just one function trace() which
15161   takes a trace mask argument.  The trace masks, defined in curses.h, are
15162   as follows:
15163
15164         #define TRACE_DISABLE   0x00    /* turn off tracing */
15165         #define TRACE_ORDINARY  0x01    /* ordinary trace mode */
15166         #define TRACE_CHARPUT   0x02    /* also trace all character outputs */
15167         #define TRACE_MAXIMUM   0x0f    /* maximum trace level */
15168
15169   More trace masks may be added, or these may be changed, in future releases.
15170 * The pad code has been improved and the pad test code in test/ncurses.c has
15171   been improved.
15172 * The prototype ansi entry has been changed to work with a wider variety
15173   of emulators.
15174 * Fix to the prototype ansi entry that enables it to work with PC emulators
15175   that treat trailing ";m" in a highlight sequence as ";0m"; this doesn't
15176   break operation with any emulators.
15177 * There are now working infocmp, captoinfo, tput, and tclear utilities.
15178 * tic can now compile entries in termcap syntax.
15179 * Core-dump bug in pnoutrefresh fixed.
15180 * We now recognize and compile all the nonstandard capabilities in Ross
15181   Ridge's mytinfo package (rendering it obsolete).
15182 * General cleanup and documentation improvements.
15183 * Fixes and additions to the installation-documentation files.
15184 * Take cursor to normal mode on endwin.
15185
15186 ### ncurses 1.8.4 -> 1.8.5
15187 * serious bugs in updating screen which caused erratic non-display,
15188   fixed.
15189 * fixed initialization for getch() related variable which cause
15190   unpredictable results.
15191 * fixed another doupdate bug which only appeared if you have
15192   parm_char.
15193 * implemented redrawln() and redrawwin().
15194 * implemented winsnstr() and related functions.
15195 * cleaned up insertln() and deleteln() and implemented (w)insdeln().
15196 * changed Makefile.dist so that installation of man pages will
15197   take note of the terminfo directory.
15198 * fixed Configure (removed the mysterious 'X').
15199 * Eric S. Raymond fixed the script.* files so that they work with
15200   stock awk.
15201
15202 #### ncurses 1.8.3 -> 1.8.4 #### ####
15203 * fixed bug in refreshing the screen after return from shell_mode.
15204   There are still problems but they don't manifest themselves on
15205   my machine (Linux 0.99.14f).
15206 * added wgetnstr() and modified things accordingly.
15207 * fixed the script.src script.test to work with awk not just gawk.
15208 * Configure can now take an argument of the target system.
15209 * added test/ncurses.c which replaces several other programs and
15210   performs more testing.
15211 [Thanks to Eric S Raymond for the last 4]
15212 * more fixes to lib_overlay.c and added test/over.c to illustrate
15213   how it works.
15214 * fixed ungetch() to take int instead of ch.
15215 * fixes to cure wgetch() if flushinp() is called.
15216
15217 One note I forgot to mention in 1.8.3 is that tracing is off by
15218 default starting in the version. If you want tracing output, put
15219 traceon(); in your code and link with -ldcurses.
15220
15221 #### ncurses 1.8.2 -> ncurses 1.8.3 #### ####
15222 MAJOR CHANGES:
15223 1) The order of capabilities has been changed in order to achieve
15224 binary compatibility with SVR4 terminfo database. This has the
15225 unfortunate effect of breaking application currently linked with
15226 ncurses. To ensure correct behavior, recompile all such programs.
15227 Most programs using color or newer capabilities will break, others
15228 will probably continue to work ok.
15229
15230 2) Pavel Curtis has renounced his copyright to the public domain.
15231 This means that his original sources (posted to comp.sources.unix,
15232 volume 1) are now in the public domain.  The current sources are
15233 NOT in the public domain, they are copyrighted by me.  I'm
15234 entertaining ideas on what the new terms ncurses is released under.
15235
15236 3) Eric S. Raymond has supplied a complete set of man pages for
15237 ncurses in ?roff format. They will eventually replace most of the
15238 current docs. Both sets are included in this release.
15239
15240 Other changes and notes from 1.8.2 include:
15241 * SIGSEGV during scrolling no longer occurs.
15242 * Other problems with scrolling and use of idl have been corrected.
15243 * lib_getch.c has been re-written and should perform flawlessly.
15244   please use test/getch.c and any other programs to test this.
15245 * ripoffline() is implemented (Thanks to Eric) and slk_ functions
15246   changed accordingly.
15247 * I've added support for terminals that scroll if you write in the
15248   bottom-right corner.
15249 * fixed more bugs in pads code. If anybody has a program that uses
15250   pads I'd love a copy.
15251 * correct handling for terminal with back_color_erase capability
15252   (such as Linux console, and most PC terminals)
15253 * ^Z handling apparently didn't work (I should never trust code
15254   sent me to me without extensive testing). It now seems to be
15255   fixed. Let me know if you have problems.
15256 * I've added support for Apollo and NeXT, but it may still be
15257   incomplete, especially when dealing with the lack of POSIX
15258   features.
15259 * scrolling should be more efficient on terminals with idl
15260   capabilities. Please see src/lib_scroll.c for more notes.
15261 * The line drawing routines were offset by 1 at both ends. This
15262   is now fixed.
15263 * added a few missing prototypes and macros (e.g. setterm())
15264 * fixed code in src/lib_overlay.c which used to crash.
15265 * added a few more programs in test/ The ones from the PDCurses
15266   package are useful, especially if you have SVR4 proper. I'm
15267   interested in the results you get on such a systems (Eric? ;-).
15268   They already exposed certain bugs in ncurses.
15269 * See src/README for porting notes.
15270 * The C++ code should really replace ncurses.h instead of working
15271   around it. It should avoid name-space clashes with nterm.h (use
15272   rows instead of lines, etc.)
15273 * The C++ should compile ok. I've added explicit rules to the
15274   Makefile because no C++ defaults are documented on the suns.
15275 * The docs say that echo() and nocbreak() are mutually exclusive.
15276   At the moment ncurses will switch to cbreak() if the case above
15277   occurs. Should it continue to do so? How about echo() and noraw()?
15278 * PDCurses seem to assume that wclear() will use current attribute
15279   when clearing the screen. According to Eric this is not the case
15280   with SVR4.
15281 * I have discovered, to my chagrin, SunOS 4.x (and probably other systems)
15282   * doesn't have vsscanf and God knows what else!  I've will do a vsscanf().
15283 * I've also found out that the src/script.* rely on gawk and will not
15284   work with stock awk or even with nawk. Any changes are welcome.
15285 * Linux is more tolerant of NULL dereferences than most systems. This
15286   fact was exposed by hanoi.
15287 * ncurses still seems inefficient in drawing the screen on a serial
15288   link between Linux and suns. The padding may be the culprit.
15289 * There seems to be one lingering problem with doupdate() after shelling
15290   out. Despite the fact the it is sending out the correct information
15291   to the terminal, nothing takes effect until you press ^L or another
15292   refresh takes place. And yes, output does get flushed.
15293
15294 #### ncurses 1.8.1 -> ncurses 1.8.2 #### Nov 28, 1993 ####
15295
15296 * added support for SVR4 and BSDI's BSD/386.
15297 * major update and fix to scrolling routine.
15298 * MORE fixes to stuff in lib_getch.c.
15299 * cleaned-up configuration options and can now generate
15300         Config.* files through an awk script.
15301 * changed setupterm() so it can be called more than once,
15302         add added set_curterm(), del_curterm().
15303 * a few minor cleanups.
15304 * added more prototypes in curses.h
15305
15306 #### ncurses 1.8 -> ncurses 1.8.1 #### Nov 4, 1993 ####
15307
15308 * added support for NeXTStep 3.0
15309 * added termcap emulation (not well tested).
15310 * more complete C++ interface to ncurses.
15311 * fixed overlay(), overwrite(), and added copywin().
15312 * a couple of bug fixes.
15313 * a few code cleanups.
15314
15315 #### ncurses 0.7.2/0.7.3 -> ncurses 1.8 #### Aug 31, 1993 ####
15316
15317 * The annoying message "can't open file." was due to missing
15318   terminfo entry for the used terminal. It has now been
15319   replaced by a hopefully more helpful message.
15320 * Problems with running on serial lines are now fixed.
15321 * Added configuration files for SunOS, Linux, HP/UX, Ultrix,
15322   386bsd/BSDI (if you have others send'em to me)
15323 * Cleaner Makefile.
15324 * The documentation in manual.doc is now more uptodate.
15325 * update optimization and support for hp terminals, and 386bsd
15326   console driver(s).
15327 * mvcur optimization for terminals without cursor addressing
15328   (doesn't work on Linux)
15329 * if cursor moved since last update, getch() will refresh the
15330   screen before working.
15331 * getch() & alarm() can now live together. in 0.7.3 a signal
15332   interrupted getch() (bug or feature?) now the getch is
15333   restarted.
15334 * scanw() et all were sick, now fixed.
15335 * support for 8-bit input (use meta()).
15336 * added default screen size to all terminfos.
15337 * added c++ Ncursesw class.
15338 * several minor bug fixes.
15339
15340 #### ncurses 0.7.2 -> ncurses 0.7.3 #### May 27, 1993 ####
15341
15342 * Config file to cope with different platforms (386BSD, BSDI, Ultrix, SunOS)
15343 * more fixes to lib_getch.c
15344 * changes related to Config
15345
15346 #### ncurses 0.7 -> ncurses 0.7.2 #### May 22, 1993 ####
15347
15348 * docs updated slightly (color usage is now documented).
15349 * yet another fix for getch(), this one fixes problems with ESC being swallowed
15350   if another character is typed before the 1 second timeout.
15351 * Hopefully, addstr() and addch() are 8-bit clean.
15352 * fixed lib_tparm.c to use stdarg.h (should run on suns now)
15353 * order of capabilities changed to reflect that specified in SYSV
15354   this will allow for binary-compatibility with existing terminfo dbs.
15355 * added halfdelay()
15356 * fixed problems with asc_init()
15357 * added A_PROTECT and A_INVIS
15358 * cleaned up vidputs()
15359 * general cleanup of the code
15360 * more attention to portability to other systems
15361 * added terminfos for hp70092 (won't work until changes to lib_update.c are
15362   made) and 386BSD pcvt drivers.
15363
15364 Thanks to Hellmuth Michaelis for his help.
15365 optimization code is slated for the next major release, stay tuned!
15366
15367 #### ncurses 0.6/0.61 -> ncurses 0.7 #### April 1, 1993
15368 Please note that the next release will be called 1.8. If you want to know about
15369 the rationale drop me a line.
15370
15371 Included are several test programs in test/.
15372 I've split up the panels library, reversi, tetris, sokoban. They are now
15373 available separately from netcom.com:pub/zmbenhal/
15374
15375 * color and ACS support is now fully compatible with SYSV at the terminfo
15376   level.
15377 * Capabilities now includes as many SYSV caps I could find.
15378 * tigetflag,tigetnum,tigetstr functions added.
15379 * boolnames, boolfnames, boolcodes numnames, numfnames, numcodes,
15380   strnames, strfnames, strcodes arrays are now added.
15381 * keyname() is added.
15382 * All function keys can be defined in terminfo entries.
15383 * fixed lin_tparm.c to behave properly.
15384 * terminfo entries for vt* and xterm are included (improvements are welcome)
15385 * more automation in handling caps and keys.
15386 * included fixes from 0.6.1
15387 * added a few more missing functions.
15388 * fixed a couple of minor bugs.
15389 * updated docs JUST a little (still miles behind in documenting the newer
15390         features).
15391
15392 #### ncurses 0.6 -> ncurses 0.61 ####
15393
15394 1) Included the missing data/console.
15395
15396 2) allow attributes when drawing boxes.
15397
15398 3) corrected usage of win->_delay value.
15399
15400 4) fixed a bug in lib_getch.c. if it didn't recognize a sequence it would
15401         simply return the last character in the sequence. The correct
15402         behavior is to return the entire sequence one character at a time.
15403
15404 #### ncurses0.5 -> ncurses0.6 #### March 1, 1993 ####
15405 * removed _numchngd from struct _win_st and made appropriate changes.
15406 * rewritten kgetch() to remove problems with interaction between alarm and
15407   read(). It caused SIGSEGV every now and then.
15408 * fixed a bug that miscounted the numbers of columns when updating.
15409   (in lib_doupdate.c(ClrUpdate() -- iterate to columns not columns-1)
15410 * fixed a bug that cause the lower-right corner to be incorrect.
15411   (in lib_doupdate.c(putChar() -- check against columns not columns-1)
15412 * made resize() and cleanup() static to lib_newterm.c
15413 * added notimeout().
15414 * added timeout() define in curses.h
15415 * added more function prototypes and fixed napms.
15416 * added use_env().
15417 * moved screen size detection to lib_setup.c.
15418 * fixed newterm() to confirm to prototype.
15419 * removed SIGWINCH support as SYSV does not define its semantics.
15420 * cleaned-up lib_touch.c
15421 * added waddnstr() and relatives.
15422 * added slk_* support.
15423 * fixed a bug in wdeleteln().
15424 * added PANEL library.
15425 * modified Makefile for smoother installation.
15426 * terminfo.h is really term.h
15427
15428 #### ncurses 0.4 -> ncurses 0.5 #### Feb 14, 1993 ####
15429 * changed _win_st structure to allow support for missing functionality.
15430 * Addition of terminfo support for all KEY_*.
15431 * Support for nodelay(), timeout(), notimeout().
15432 * fixed a bug with the keypad char reading that did not return ESC until
15433   another key is pressed.
15434 * nl mapping no longer occur on output (as should be)
15435   fixed bug '\n' no causing a LF.
15436 * fixed bug that reset terminal colors regardless of whether we use color
15437   or not.
15438 * Better support for ACS (not quite complete).
15439 * fixed bug in wvline().
15440 * added curs_set().
15441 * changed from signal() to sigaction().
15442 * re-included the contents of important.patch into source.
15443
15444 #### ncurses 0.3 -> ncurses 0.4 #### Feb 3, 1993 ####
15445 * Addition of more KEY_* definitions.
15446 * Addition of function prototypes.
15447 * Addition of several missing functions.
15448 * No more crashes if screen size is undefined (use SIGWINCH handler).
15449 * added a handler to cleanup after SIGSEGV (hopefully never needed).
15450 * changed SRCDIR from /etc/term to /usr/lib/terminfo.
15451 * renamed compile/dump to tic/untic.
15452 * New scrolling code.
15453 * fixed bug that reversed the sense of nl() and nonl().
15454
15455 #### ncurses 0.2 -> ncurses 0.3 #### Jan 20, 1993 ####
15456 * more support for color and graphics see test/ for examples.
15457 * fixed various files to allow correct update after shelling out.
15458 * more fixes for updates.
15459 * no more core dumps if you don't have a terminfo entry.
15460 * support for LINES and COLUMNS environment variables.
15461 * support for SIGWINCH signal.
15462 * added a handler for SIGINT for clean exits.
15463
15464 #### ncurses 0.1 -> ncurses 0.2 #### Aug 14, 1992 ####
15465 * support for color.
15466 * support for PC graphic characters.
15467 * lib_trace.c updated to use stdarg.h and vprintf routines.
15468 * added gdc.c (Great Digital Clock) as an example of using color.
15469
15470 #### ncurses -> ncurses 0.1 #### Jul 31, 1992 ####
15471 * replacing sgtty stuff by termios stuff.
15472 * ANSIfication of some functions.
15473 * Disabling cost analysis 'cause it's incorrect.
15474 * A quick hack for a terminfo entry.
15475
15476 -- vile:txtmode: