]> ncurses.scripts.mit.edu Git - ncurses.git/blob - NEWS
ncurses 6.2 - patch 20200711
[ncurses.git] / NEWS
1 -------------------------------------------------------------------------------
2 -- Copyright 2018-2019,2020 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.3519 2020/07/11 23:21:07 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 20200711
50         + fix pound-sign mapping in acsc of linux2.6 entry (report by Ingo
51           Bruckl).
52         + additional changes for building with Visual Studio C++ and msys2
53           (reports/patches by "Maarten Anonymous")
54         + build-improvements for Windows 10 and MinGW (patch by Juergen
55           Pfeifer).
56         + fix a typo in curs_printw.3x (patch by William Pursell).
57         + fix two errors in infotocap which allowed indexing outside the
58           buffer (report/testcases by Zhang Gan).
59         + update length of strings in infocmp's usage function to restore a
60           trailing null on the longest string (report/testcase by Zhang Gen).
61
62 20200704
63         + modify version-check with Ada generics to use the same pattern as in
64           the check for supported gnat versions (report by Pascal Pignard).
65         > additional changes for building with Visual Studio C++ and msys2
66           (patches by "Maarten Anonymous"):
67         + adjust headers/declarations to provide for "dllimport" vs "dllexport"
68           declarations when constructing DLLs, to worko with Visual Studio C++.
69
70 20200627
71         + build-fixes for gnat 10.1.1, whose gnatmake drops integration with
72           gprbuild.
73         + correct buffer-length in test/color_name.h
74
75 20200613
76         + update list of functions in ncurses.3x
77         + move dlclose() call from lib_mouse.c to delscreen() to avoid a case
78           in the former which could be called from SIGTSTP handler (Debian
79           #961097).
80
81 20200606
82         + add xterm+256color2, xterm+88color2, to deprecate nonstandard usage
83           in xterm+256color, xterm+88color -TD
84         + add shifted Linux console keys in linux+sfkeys entry for
85           screen.linux (report by Alexandre Montaron).
86         + use vt100+enq in screen (report by Alexandre Montaron).
87         + add screen.linux-s alias (suggested by Alexandre Montaron).
88
89 20200531
90         + correct configure version-check/warnng for g++ to allow for 10.x
91         + re-enable "bel" in konsole-base (report by Nia Huang)
92         + add linux-s entry (patch by Alexandre Montaron).
93         + drop long-obsolete convert_configure.pl 
94         + add test/test_parm.c, for checking tparm changes.
95         + improve parameter-checking for tparm, adding function _nc_tiparm() to
96           handle the most-used case, which accepts only numeric parameters
97           (report/testcase by "puppet-meteor").
98         + use a more conservative estimate of the buffer-size in lib_tparm.c's
99           save_text() and save_number(), in case the sprintf() function
100           passes-through unexpected characters from a format specifier
101           (report/testcase by "puppet-meteor").
102         + add a check for end-of-string in cvtchar to handle a malformed
103           string in infotocap (report/testcase by "puppet-meteor").
104
105 20200523
106         + update version-check for gnat to allow for gnat 10.x to 99.x
107         + fix an uninitialized variable in lib_mouse.c changes (cf: 20200502)
108         + add a check in EmitRange to guard against repeat_char emitting digits
109           which could be interpreted as BSD-style padding when --enable-bsdpad 
110           is configured (report/patch by Hiltjo Posthuma).
111         + add --disable-pkg-ldflags to suppress EXTRA_LDFLAGS from the
112           generated pkg-config and ncurses*-config files, to simplify
113           configuring in the case where rpath is used but the packager wants
114           to hide the feature (report by Michael Stapelberg).
115         > fixes for building with Visual Studio C++ and msys2 (patches by
116           "Maarten Anonymous"):
117         + modify CF_SHARED_OPTS to generate a script which translates linker
118           options into Visual Studio's dialect.
119         + omit parentheses around function-names in generated lib_gen.c to
120           work around a Visual Studio C++ limitation.
121
122 20200516
123         + add notes on termcap.h header in curs_termcap.3x
124         + update notes on vscode / xterm.js -TD
125
126 20200509
127         + add "-r" option to the dots test-programs, to help with scripting
128           a performance comparison.
129         + build-fix test/move_field.c for NetBSD curses, whose form headers
130           use different names than SVr4 or ncurses.
131
132 20200502
133         + add details on the change to Linux SGR 21 in 2018 -TD
134         + add xterm-direct16 and xterm-direct256 -TD
135         + modify lib_mouse.c to check for out-of-range button numbers, convert
136           those to position reports.
137
138 20200425
139         + use vt100+fnkeys in putty -TD
140         + fix a typo in tput.1; "columns" should be "cols".
141
142 20200418
143         + improve tracemunch logic for "RUN" compaction.
144         + fix a special case in wresize() where copying the old text did not
145           check if the last cell on a row was the beginning of a fullwidth
146           character (adapted from patch by Benno Schulenberg).
147         + use vt52+keypad in xterm-vt52, from xterm #354 -TD
148         + improve see-also section of user_caps.5
149
150 20200411
151         + fix find_pair(), overlooked when refactoring for _nc_reserve_pairs()
152           (report/testcase by Brad Town, cf: 20170812).
153         + add a trailing null for magic-string in putwin, flagged by gcc 10
154         + update check for gcc version versus gnat to work with gcc 10.x
155
156 20200404
157         + modify -fvisibility check to work with g++
158         > fixes for building with Visual Studio C++ and msys2 (patches by
159           "Maarten Anonymous"):
160         + add configure option and check for gcc -fvisibility=hidden feature
161         + define NCURSES_NOMACROS in lib_gen.c to work around Visual Studio
162           C++ preprocessor limitations.
163         + modify some of the configure-macros, as well as mk-1st.awk to work
164           with Visual Studio C++ default filenaming.
165
166 20200328
167         + correct length of buffer copied in dup_field().
168         + remove "$(srcdir)/" from path of library.gpr, needed for out-of-tree
169           builds of Ada95 (patch by Adam Van Ymeren).
170
171 20200321
172         + improve configure-checks to reduce warnings about unused variables.
173         + improve description of error-returns in waddch and waddnstr manual
174           pages (prompted by patch by Benno Schulenberg).
175         + add test/move_field.c to demonstrate move_field(), and a stub for
176           a corresponding demo of dup_field().
177
178 20200314
179         + add history note to curs_scanw.3x for <stdarg.h> and <varargs.h>
180         + add history note to curs_printw.3x for <stdarg.h> and <varargs.h>
181         + add portability note to ncurses.3x regarding <stdarg.h>
182
183 20200308
184         + update copyright notices in test-packages.
185         + modify tracemunch to guard against errors in its known_p1 table.
186         + add several --with-xxx-libname options, to help with pkgsrc (prompted
187           by discussion with Thomas Klausner).
188
189 20200301
190         + modify wbkgd() and wbkgrnd() to avoid storing a null in the
191           background character, because it may be used in cases where the
192           corresponding 0x80 is not treated as a null (report by Marc Rechte,
193           cf: 20181208).
194
195 20200229
196         + modify CF_NCURSES_CONFIG to work around xcode's c99 "-W" option,
197           which conflicts with conventional use for passing linker options.
198         > fixes for building with Visual Studio C++ and msys2 (patches by
199           "Maarten Anonymous"):
200         + check for pcre2posix.h instead of pcre2-posix.h
201         + add case in CF_SHARED_OPTS for msys2 + msvc
202         + add fallback definition for STDIN_FILENO in progs.priv.h
203         + modify win_driver.c to use _alloca() rather than gcc's variable
204           length array feature.
205         + add NCURSES_IMPEXP to ncurses wrapped-variable declarations
206         + remove NCURSES_IMPEXP from class variables in c++/cursslk.h
207         + remove fallback prototype for exit() from c++/etip.h.in
208         + use configured check for <sys/time.h> in a couple of places
209         + conditionally include winsock.h in ncurses/win32con/gettimeofday.c,
210           because Visual Studio needs this for the timestruct declaration.
211         + adjust syntax in a couple of files using the NCURSES_API symbol.
212
213 20200222
214         + expanded note in ncurses.3x regarding automatically-included headers
215         + improve vt50h and vt52 based on DECScope manual -TD
216         + add/use vt52+keypad and vt52-basic -TD
217         + check/workaround for line-too-long in Ada95 generate utility when
218           building out-of-tree.
219         + improve/update HEADER_DEPS in */Makefile.in
220         + add "check" rule to include/Makefile, to demonstrate that the headers
221           include all of the required headers for the types used.
222
223 20200215
224         + improve manual page for panel library, extending the portability
225           section as well as documenting error-returns.
226         + show tic's version when installing terminal database in run_tic.sh
227         + correct check for gcc vs other compilers used in ncurses 6.0, from
228           FreeBSD patch by Kyle Evans (cf: 20150725).
229         + add notes for 6.2 to INSTALL.
230
231 20200212 6.2 release for upload to ftp.gnu.org
232         + update release notes
233         + minor build-fixes, mostly to test-package scripts
234
235 20200208
236         + modify check for sizeof(wchar_t) to ensure it gives useful result
237           when cross-compiling.
238         + drop assumption in configure script that Cygwin's linker is broken.
239         + define NCURSES_BROKEN_LINKER if the broken-linker feature is used,
240           to simplify configure-checks for ncurses-examples.
241
242 20200202
243         + reassert copyright on ncurses, per discussion in ncurses FAQ:
244           https://invisible-island.net/ncurses/ncurses.faq.html#relicensed
245
246 20200201
247         + modify comparison in make_hash.c to correct a special case in
248           collision handling for Caps-hpux11
249         + add testing utility report_hashing to check hash-tables used for
250           terminfo and termcap names.
251         + fix a missing prototype for _nc_free_and_exit().
252         + update a few comments about tack 1.07
253         + use an awk script to split too-long pathnames used in Ada95 sample
254           programs for explain.txt
255
256 20200118
257         + expanded description of XM in user_caps.5
258         + improve xm example for xterm+x11mouse, xterm+sm+1006 -TD
259         + add history section to curs_slk.3x and curs_terminfo.3x manpages.
260         + update alacritty entries for 0.4.0 (prompted by patch by
261           Christian Durr) -TD
262         + correct spelling errors found with codespell.
263         + fix for test/configure, from xterm #352.
264
265 20200111
266         + improve configure macros which check for the X11/Intrinsic.h header,
267           to accommodate recent MacOS changes.
268         + suppress gcc's -Winline warning; it has not been useful for some time
269         + update config.guess, config.sub
270
271 20200104
272         + modify a couple of macros in aclocal.m4 to allow autoconf 2.69 to
273           "work", to help illustrate discussion in
274           https://invisible-island.net/autoconf/my-autoconf.html
275         + fix some warnings from autoheader-252
276
277 20191228
278         + in gen-pkgconfig.in, move the RPATH_LIST and PRIVATE_LIBS assignments
279           past the various prefix/libdir assignments, to allow for using those
280           symbols, e.g., as done via CF_SHARED_OPTS.
281         + improve ncurses*-config and pc-files by filtering out linker-specs.
282         + modify test-package to more closely match Fedora's configuration
283           for PIE/PIC feature and debug-packages.
284
285 20191221
286         + correct pathname used in Ada95 sample programs for explain.txt, to
287           work with test-packages.
288         + improve tracemunch:
289           + keep track of TERMINAL* values
290           + if tracing was first turned on after initialization, attempt to
291             show distinct screen, window and terminal names anyway.
292         + ensure that GCC_NORETURN is defined in term.h, because the prototype
293           for exit_terminfo() uses it (report by Werner Fink).
294
295 20191214
296         + add exit_curses() and exit_terminfo() to replace internal symbols for
297           leak-checking.
298
299 20191207
300         + fix a few warnings for test-package builds
301         + add curses_trace(), to replace trace().
302
303 20191130
304         + add portability section to curs_getcchar manpage (prompted by
305           discussion with Nick Black).
306         + improve portability discussion of ACS characters in curs_addch
307           manpage.
308         + improve typography for double-quotes in manpages.
309
310 20191123
311         + fix typo for MinGW rpm test-package.
312         + workaround in rpm specs for NFS problems in Fedora 31.
313
314 20191116
315         + modify ncurses/Makefile.in to fix a case where Debian/testing changes
316           to the ld --as-needed configuration broke ncurses-examples test
317           packages.
318         + drop library-dependency on psapi for MinGW port, since win_driver.c
319           defines PSAPI_VERSION to 2, making it use GetProcessImageFileName
320           from kernel32.dll (prompted by patch by Simon Sobish, cf: 20140503).
321
322 20191109
323         + add warning-check in tic for terminals with parm_dch vs parm_ich.
324         + drop ich1 from rxvt-basic, Eterm and mlterm to improve compatibility
325           with old non-curses programs -TD
326         + reviewed st 0.8.2, updated some details -TD
327         + use ansi+rep several places -TD
328         + corrected tic's check for ich1 (report by Sebastian J. Bronner,
329           cf: 20020901).
330
331 20191102
332         + check parameter of set_escdelay, return ERR if negative.
333         + check parameter of set_tabsize, return ERR if not greater than zero
334           (report/patch by Anthony Sottile).
335         + revise CF_ADD_LIBS macro to prepend rather than append libraries.
336         + add "xterm-mono" to help packagers (report by Sven Joachim) -TD
337
338 20191026
339         + add a note in man/curs_add_wch.3x about Unicode terminology for the
340           line-drawing characters (report by Nick Black).
341         + improve comment in lib_tgoto.c regarding the use of \200 where a
342           \0 would be intended by the caller (report by "64 bit", cf: 20000923).
343         + modify linux-16color to accommodate Linux console driver change in
344           early 2018 (report by Dino Petrucci).
345
346 20191019
347         + modify make_hash to not require --disable-leaks, to simplify building
348           with address-sanitizer.
349         + modify tic to exit if it cannot remove a conflicting name, because
350           treating that as a partial success can cause an infinite loop in
351           use-resolution (report/testcase by Hongxu Chen, cf: 20111001).
352
353 20191015
354         + improve buffer-checks in captoinfo.c, for some cases when the
355           input string is shorter than expected.
356         > fix two errata in tic (report/testcases by Hongxu Chen):
357         + check for missing character after backslash in write_it
358         + check for missing characters after "%>" when converting from termcap
359           syntax (cf: 980530).
360
361 20191012
362         + amend recent changes to ncurses*-config and pc-files to filter out
363           Debian linker-flags (report by Sven Joachim, cf: 20150516).
364         + clarify relationship between tic, infocmp and captoinfo in manpage.
365         + check for invalid hashcode in _nc_find_type_entry and
366           _nc_find_name_entry.
367         > fix several errata in tic (reports/testcases by "zjuchenyuan"):
368         + check for invalid hashcode in _nc_find_entry.
369         + check for missing character after backslash in fmt_entry
370         + check for acsc with odd length in dump_entry in check for one-one
371           mapping (cf: 20060415);
372         + check length when converting from old AIX box_chars_1 capability,
373           overlooked in changes to eliminate strcpy (cf: 20001007).
374
375 20191005
376         + modify the ncurse*-config and pc-files to more closely match for the
377           -I and -l options.
378
379 20190928
380         + amend the ncurses*-config and pc-files to take into account the rpath
381           hack which differed between those files.
382         + improve -L option filtering in ncurses*-config
383         + improve recovery from error when reading command-character in
384           test/ncurses.c, showing the relevant error message and not exiting on
385           EINTR (cf: 20180922)
386
387 20190921
388         + add a note in resizeterm manpage about top-level windows which touch
389           the screen's borders.
390         + modify configure-checks for gnat to identify each of the tools path
391           and version.
392
393 20190914
394         + build-fixes for Ada95 configure-script and corresponding test package
395
396 20190907
397         + add --with-ada-libname option and modify Ada95 configuration to 
398           allow renaming the "AdaCurses" library (prompted by proposed changes
399           by Pascal Pignard).
400         + modify configure script to distinguish gcc from icc and clang when
401           the --enable-warnings option is not used, to avoid unnecessary
402           warnings about unrecognized inline options (report by Sven Joachim).
403
404 20190831
405         + build-fixes for configuration using --program-suffix with Ada95,
406           noticed with MacOS but applicable to other platforms without
407           libpanelw, etc.
408
409 20190824
410         + fix some cppcheck warnings, mostly style, in ncurses test-programs.
411
412 20190817
413         + amend 20181208 changes for wbkgd() and wbkgrnd(), fixing a few
414           details where it still differed from SVr4.
415         + fix some cppcheck warnings, mostly style, in ncurses test-programs.
416
417 20190810
418         + fix a few more coverity warnings.
419
420 20190803
421         + improve loop limits in _nc_scroll_window() to handle a case where
422           the scrolled data is a pad which is taller than the window (patch
423           by Rob King).
424         + amend the change to screen, because tmux relies upon that entry
425           and does not support that feature (Debian #933572) -TD
426         + updated ms-terminal entry & notes -TD
427         + updated kitty entry & notes -TD
428         + updated alacritty+common entry & notes -TD
429         + use xterm+sl-twm for consistency -TD
430
431 20190728
432         + fix a few more coverity warnings.
433         + more documentation updates based on tctest.
434
435 20190727
436         + fix a few coverity warnings.
437         + documentation updates based on tctest.
438
439 20190720
440         + fix a few warnings for gcc 4.x
441         + add some portability/historical details to the tic, toe and infocmp
442           manual pages.
443         + correct fix for broken link from terminfo(5) to tabs(1) manpage
444           (report by Sven Joachim).
445
446 20190713
447         + change reset's behavior for margins to simply clear soft-margins if
448           possible, rather than clearing and then setting them according to the
449           terminal's width (suggested by Thomas Wolff).
450         + correct order of one wbkgd versus start_color call in test/padview.c
451
452 20190706
453         + add domterm -TD
454         + improve comments for recent changes, add alias xterm.js -TD
455
456 20190630
457         + add --with-tic-path and --with-infocmp-path to work around problems
458           building fallback source using pre-6.0 tic/infocmp.
459         + add a check in tic for paired indn/rin
460         + correct a buffer-limit in write_entry.c for systems that use caseless
461           filenames.
462         + add ms-terminal -TD
463         + add vscode, vscode-direct -TD
464
465 20190623
466         + improve the tabs.1 manual page to distinguish the PWB/Unix and 7th
467           Edition versions of the tabs utility.
468         + add configure check for getenv() to work around implementation shown
469           in Emscripten #6766, use that to optionally suppress START_TRACE
470           macro, whose call to getenv() may not work properly (report by Ilya
471           Ig Petrov).
472         + modify initialization functions to avoid relying upon persistent
473           data for the result from getenv().
474         + update config.guess, config.sub
475
476 20190615
477         + expand the portability section of the man/tabs.1 manual page.
478         + regenerate HTML manpages.
479
480 20190609
481         + add mintty, mintty-direct (adapted from patch by Thomas Wolff).
482           Some of the suggested user-defined capabilities are commented-out,
483           to allow builds with ncurses 5.9 and 6.0
484         + add Smol/Rmol for tmux, vte-2018 (patch by Nicholas Marriott).
485         + add rs1 to konsole, mlterm -TD
486         + modify _nc_merge_entry() to make a copy of the data which it merges,
487           to avoid modifying the source-data when aligning extended names.
488
489 20190601
490         + modify an internal call to vid_puts to pass extended color pairs
491           e.g., from tty_update.c and lib_mvcur.c (report by Niegodziwy Beru).
492         + improve manual page description of init_tabs capability and TABSIZE
493           variable.
494
495 20190525
496         + modify reset_cmd.c to allow for tabstops at intervals other than 8
497           (report by Vincent Huisman).
498
499 20190518
500         + update xterm-new to xterm patch #345 -TD
501         + add/use xterm+keypad in xterm-new (report by Alain D D Williams) -TD
502         + update terminator entry -TD
503         + remove hard-tabs from ti703 (report by Robert Clausecker)
504         + mention meml/memu/box1 in user_caps manual page.
505         + mention user_caps.5 in tic and infocmp manual pages.
506
507 20190511
508         + fix a spurious blank line seen with "infocmp -1fx xterm+x11mouse"
509         + add checks in repair_subwindows() to keep the current position and
510           scroll-margins inside the resized subwindow.
511         + add a limit check in newline_forces_scroll() for the case where the
512           row is inside scroll-margins, but not at the end (report by Toshio
513           Kuratomi, cf: 20170729).
514         + corrected a warning message in tic for extended capabilities versus
515           number of parameters.
516
517 20190504
518         + improve workaround for Solaris wcwidth versus line-drawing characters
519           (report by Pavel Stehule).
520         + add special case in tic to validate RGB string-capability extension.
521         + corrected string/parameter-field for RGB in Caps-ncurses.
522
523 20190427
524         + corrected problem in terminfo load/realignment which prevented
525           infocmp from comparing extended capabilities with the same name
526           but different types.
527
528 20190420
529         + improve ifdef's for TABSIZE variable, to help with AIX/HPUX ports.
530
531 20190413
532         + check for TABSIZE variable in test/configure script.
533         + used test/test_arrays.c to improve Caps.aix1 and Caps.hpux11
534         + corrected filtering of comments in MKparametrized.sh
535         + reduce duplication across Caps* files by moving some parts which do
536           not depend on order into Caps-ncurses.
537
538 20190406
539         + modify MKcaptab.sh, MKkey_defs.sh, and MKhashsize.sh to handle
540           split-up Caps-files.
541         + build-fixes if extended-functions are disabled.
542
543 20190330
544         + add "screen5", to mention italics (report by Stefan Assmann)
545         + modify description of xterm+x11hilite to eliminate unused p5 -TD
546         + add configure script checks to help with a port to Ultrix 3.1
547           (report by Dennis Grevenstein).
548           + check if "b" binary feature of fopen works
549           + check for missing feature of locale.h
550           + add fallback for strstr() in test-programs
551           + add fallback for STDOUT_FILENO in test-programs
552         + update config.guess, config.sub
553
554 20190323
555         + move macro for is_linetouched() inside NCURSES_NOMACROS ifndef.
556         + corrected prototypes in several manpages using script to extract
557           those in compilable form.
558         + use _nc_copy_termtype2() rather than direct assignment in setupterm,
559           in case it is called repeatedly using fallback terminfo descriptions
560           (report/patch by Werner Fink).
561
562 20190317
563         + regenerate llib-* files.
564         + modify tic to also use new function for user-defined capability info.
565         + modify _nc_parse_entry() to check if a user-defined capability has
566           an unexpected type; ignore it in that case.
567         + fix a special case of link-anchors in generated Ada html files.
568         + use newer rel=author tag in generated html rather than rev=made,
569           which did not become accepted.
570
571 20190309
572         + in-progress changes to add parameter-checking for common user-defined
573           capabilities in tic.
574         + update MKcodes.awk and MKnames.awk to ignore the new "userdef"
575           data in Caps-ncurses (cf: 20190302).
576
577 20190302
578         + corrected some of the undocumented terminfo names in Caps.hpux11
579         + add "Caps-ncurses" file to help with checking inconsistencies in some
580           user-defined capabilities.
581         + amend check for repeat_char to handle a case where setlocale() was
582           called after initscr() (report by "Ampera").
583
584 20190223
585         + fix typo in adds200 -TD
586         + add tic check for consistent alternate character set capabilities.
587         + improve check in mvcur() to decide whether to use hard-tabs, using
588           xt, tbc and hts as clues.
589         + replace check in reset command for obsolete "pt" capability using
590           tbc and hts capabilities as clues (report by Nicolas Marriott).
591
592 20190216
593         + improve manual page description of TABSIZE.
594         + add test/demo_tabs program.
595
596 20190209
597         + add check in tic to provide warnings for mismatched number of
598           parameters in the documented user-capability extensions.
599
600 20190202
601         + modify rpm test-package ".spec" file to work around naming conflict
602           with Redhat's package for ncurses6.
603         + modify no-leaks code in test/picsmap to avoid non-standard tdestroy.
604         + amend change to configure script which altered the top-level makefile
605           to avoid attempting to install the terminfo database when it was not
606           configured, to allow for installing the ".pc" files which are also
607           in the misc directory (report by Steve Wills).
608
609 20190126
610         + change some "%define" statements in test-packages for RPMs to
611           "%global" to work around changes in rpm 4.14 from recent Redhat.
612         + fixes for O_INPUT_FIELD extension (patch by Leon Winter).
613         + eliminate fixed buffer-size when reading $TERMCAP variable.
614         + correct logic in read_entry.c which prevented $TERMCAP variable from
615           being interpreted as a fallback to terminfo entry (prompted by
616           Savannah #54556, cf: 20110924).
617
618 20190121
619         + add a check in test/configure to work around non-ncurses termcap.h
620           file in Slackware.
621         + corrected flag for "seq" method of db 1.8.5 interface, needed by toe
622           on some of the BSDs.
623         + updated "string-hacks" feature.
624         + minor improvements to manpage typography.
625         + corrected conditionally-compiled limit on color pairs (report by
626           "Hudd").
627         + add -x option to test/pair_content, test/color_content for testing
628           init_extended_pair, extended_pair_content, init_extended_color,
629           extended_color_content
630         + add -p option to test/pair_content, test/color_content to show the
631           return values from the tested functions.
632         + improve manual page curs_color.3x discussion of error returns and
633           extensions.
634         + add O_INPUT_FIELD extension to form library (patch by Leon Winter).
635         + override/suppress --enable-db-install if --disable-database configure
636           option was given.
637         + change a too-large terminal entry in tic from a fatal error to a
638           warning (prompted by discussion with Gabriele Balducci).
639
640 20190112
641         + fix typo in term(5), improve explanation of format (report by Otto
642           Modinos).
643         + add nsterm-direct -TD
644         + use SGR 1006 mouse for konsole-base -TD
645         + use SGR 1006 mouse for putty -TD
646         + add ti703/ti707, ti703-w/ti707-w (Robert Clausecker)
647
648 20190105
649         + add dummy "check" rule in top-level and test-Makefile to simply
650           building test-packages for Arch.
651         + modify configure script to avoid conflict with a non-POSIX feature
652           that enables all parts of the system headers by default.  Some
653           packagers have come to rely upon this behavior (FreeBSD #234049).
654         + update config.guess, config.sub
655
656 20181229
657         + improve man/curs_mouse.3x with regard to xterm
658         + modify tracemunch to accept filename parameters in addition to use
659           as a pipe/filter.
660         + minor optimization to reduce calls to _nc_reserve_pairs (prompted by
661           discussion with Bryan Christ).
662         + add test/pair_content.c and test/color_content.c
663         + modify infocmp to omit filtering of "OTxx" names which are used for
664           obsolete capabilities, when the output is sorted by long-names.
665           Doing this helps when making a table of the short/long capability
666           names.
667
668 20181215
669         + several fixes for gcc8 strict compiler warnings.
670         + fix a typo in comments (Aaron Gyes).
671         + add nsterm-build309 to replace nsterm-256color, assigning the latter
672           as an alias of nsterm, to make mouse work with nsterm-256color -TD
673         + base gnome-256color entry on "gnome", not "vte", for consistency -TD
674         + updates for configure macros from work on tin and xterm:
675           + CF_GNU_SOURCE, allow for Cygwin's newlib when checking for the
676             _DEFAULT_SOURCE symbol.
677           + CF_VA_COPY, add fallback check if neither va_copy/__va_copy is
678             supported, to try copying the pointers for va_list, or as an array.
679             Also add another fallback check, for __builtin_va_copy(), which
680             could be used with AIX xlc in c89 mode.
681
682 20181208
683         + modify wbkgd() and wbkgrnd() to improve compatibility with SVr4
684           curses, changing the way the window rendition is updated when the
685           background character is modified (report by Valery Ushakov).
686
687 20181201
688         + add midnightbsd to CF_XOPEN_SOURCE macro (patch by Urs Jansen).
689         + add "@" command to test/ncurses F-test, to allow rapid jump to
690           different character pages.
691         + update config.guess, config.sub from
692                 http://git.savannah.gnu.org/cgit/config.git
693
694 20181125
695         + build-fix (reports by Chih-Hsuan Yen, Sven Joachim).
696
697 20181124
698         + check --with-fallbacks option to ensure there is a value, and add
699           the fallback information to top-level Makefile summary.
700         + add some traces in initialization to show whether a fallback entry is
701           used.
702         + build-fix for test/movewindow with ncurses-examples on Solaris.
703         + add "-l" option to test/background, to dump screen contents in a form
704           that lets different curses implementations be compared.
705         + modify the initialization checks for mouse so that the xterm+sm+1006
706           block will work with terminal descriptions not mentioning xterm
707           (report by Tomas Janousek).
708
709 20181117
710         + ignore the hex/b64 $TERMINFO in toe's listing.
711         + correct a status-check in _nc_read_tic_entry() so that if reading
712           a hex/b64 $TERMINFO, and the $TERM does not match, fall-through to
713           the compiled-in search list.
714
715 20181110
716         + several workarounds to ensure proper C compiler used in parts of
717           Ada95 tree.
718         + update config.guess, config.sub from
719                 http://git.savannah.gnu.org/cgit/config.git
720
721 20181027
722         + add OpenGL clients alacritty and kitty -TD
723         + add Smulx for tmux, vte-2018 -Nicholas Marriott
724
725 20181020
726         + ignore $TERMINFO as a default value in configure script if it came
727           from the infocmp -Q option.
728         + allow value for --with-versioned-syms to be a relative pathname
729         + add a couple of broken-linker symbols to the list of versioned
730           symbols to help with link-time optimization versus weak symbols.
731         + apply shift/control/alt logic when decoding xterm's 1006 mode to
732           wheel-mouse events (Redhat #1610681).
733
734 20181013
735         + amend change from 20180818, which undid a fix for the $INSTALL value
736           to make it an absolute path.
737
738 20181006
739         + improve a configure check to work with newer optimizers (report by
740           Denis Pronin, Gentoo #606142).
741         + fix typo in tput.c (Sven Joachim, cf: 20180825).
742
743 20180929
744         + fix typo in tvi955 -TD
745         + corrected acsc for regent60 -TD
746         + add alias n7900 -TD
747         + corrected acsc for tvi950 -TD
748         + remove bogus kf0 from tvi950 -TD
749         + added function-key definitions to agree with Televideo 950 manual -TD
750         + add bel to tvi950 -TD
751         + add shifted function-keys to regent60 -TD
752         + renumber regent40 function-keys to match manual -TD
753         + add cd (clr_eos) to adds200 -TD
754
755 20180923
756         + build-fix: remove a _tracef call which was used for debugging (report
757           by Chris Clayton).
758
759 20180922
760         + ignore interrupted system-call in test/ncurses's command-line, e.g.,
761           if the terminal were resized.
762         + add shift/control/alt logic for decoding xterm's 1006 mode (Redhat
763           #1610681, cf: 20141011).
764         + modify rpm test-packages to not use --disable-relink with Redhat,
765           since Fedora 28's tools do not work with that feature.
766
767 20180908
768         + document --with-pcre2 configure option in INSTALL.
769         + improve workaround for special case in PutAttrChar() where a cell is
770           marked as alternate-character set, to handle a case where the
771           character in the cell does not correspond to any of the ASCII
772           fallbacks (report by Leon Winter, cf: 20180505).
773         + amend change to form library which attempted to avoid unnecessary
774           update of cursor position in non-public fields, to simply disable
775           output in this case (patch by Leon Winter, cf: 20180414).
776         + improve check for LINE_MAX runtime limit, to accommodate broken
777           implementations of sysconf().
778
779 20180901
780         + improve manual page for wgetnstr, giving background for the length
781           parameter.
782         + define a limit for wgetnstr, wgetn_wstr when length is negative or
783           "too large".
784         + update configure script to autoconf 2.52.20180819 (Debian #887390).
785
786 20180825
787         + add a section to tput manual page clarifying how it determines the
788           terminal size (prompted by discussion with Grant Jenks).
789         + add "--disable-relink" to rpm test-packages, for consistency with the
790           deb test-packages.
791         + split spec-file into ncurses6.spec and ncursest6.spec to work around
792           toolset breakage in Fedora 28.
793         + drop mention of "--disable-touching", which was not in the final
794           20180818 updates.
795
796 20180818
797         + build-fix for PDCurses with ncurses-examples.
798         + improved CF_CC_ENV_FLAGS.
799         + modify configure scripts to reduce relinking/ranlib during library
800           install (Debian #903790):
801           + use "install -p" when available, to avoid need for ranlib of
802             static libraries.
803           + modify scripts which use "--disable-relink" to add a 1-second
804             sleep to work around tools which use whole-second timestamps, e.g.,
805             in utime() rather than the actual file system resolution.
806
807 20180804
808         + improve logic for clear with E3 extension, in case the terminal
809           scrolls content onto its saved-lines before actually clearing
810           the display, by clearing the saved-lines after clearing the
811           display (report/patch by Nicholas Marriott).
812
813 20180728
814         + improve documentation regarding feature-test macros in curses.h
815         + improve documentation regarding the virtual and physical screens.
816         + formatting fixes for manpages, regenerate man-html documentation.
817
818 20180721
819         + build-fixes for gcc8.
820         + corrected acsc for wy50 -TD
821         + add wy50 and wy60 shifted function-keys as kF1 to kF16 -TD
822         + remove ansi+rep mis-added to interix in 2018-02-23 -TD
823
824 20180714
825         + add enum, regex examples to test/demo_forms
826         + add configure check for pcre-posix library to help with MinGW port.
827
828 20180707
829         + build-fixes for gcc8.
830         + correct order of WINDOW._ttytype versus WINDOW._windowlist in
831           report_offsets.
832         + fix a case where tiparm could return null if the format-string was
833           empty (Debian #902630).
834
835 20180630
836         + add acsc string to vi200 (Nibby Nebbulous)
837           add right/down-arrow to vi200's acsc -TD
838         + add "x" to tput's getopt string so that "tput -x clear" works
839           (Nicholas Marriott).
840         + minor fixes prompted by anonymous report on stack overflow:
841           + correct order of checks in _nc_get_locale(), for systems lacking
842             locale support.
843           + add "#error" in a few places to flag unsupported configurations
844
845 20180623
846         + use _WIN32/_WIN64 in preference to __MINGW32__/__MINGW64__ symbols
847           to simplify building with MSVC, since the former are defined in both
848           compiler configurations (report by Ali Abdulkadir).
849         + further improvements to configure-checks from work on dialog, i.e.,
850           updated CF_ADD_INCDIR, CF_FIND_LINKAGE, CF_GCC_WARNINGS,
851           CF_GNU_SOURCE, CF_LARGEFILE, CF_POSIX_C_SOURCE, CF_SIZECHANGE, and
852           CF_TRY_XOPEN_SOURCE.
853         + update config.guess, config.sub from
854                 http://git.savannah.gnu.org/cgit/config.git
855
856 20180616
857         + build-fix for ncurses-examples related to gcc8-fixes (cf: 20180526).
858         + reduce use of _GNU_SOURCE for current glibc where _DEFAULT_SOURCE
859           combines with _XOPEN_SOURCE (Debian #900987).
860         + change target configure level for _XOPEN_SOURCE to 600 to address
861           use of vsscanf and setenv.
862         + improved configure-checks CF_SIZECHANGE and CF_STRUCT_TERMIOS from
863           work on dialog.
864
865 20180609
866         + modify generated ncurses*config and ncurses.pc, ncursesw.pc, etc.,
867           to list helper libraries such as gpm for static linking (Debian
868           #900839).
869         + marked vwprintw and vwscanw as deprecated; recommend using vw_printw
870           and vw_scanw, respectively.
871
872 20180602
873         + add RPM test-package "ncursest-examples".
874         + modified RPM test-package to work with Mageia6.
875
876 20180526
877         + add note in curs_util.3x about unctrl.h
878         + review/improve header files to ensure that those include necessary
879           files except for the previously-documented cases (report by Isaac
880           Pascual Monells).
881         + improved test-package scripts, adapted from byacc 1.9 20180525.
882         + fix some gcc8 warnings seen in Redhat package build, but
883           work around bug in gcc8 compiler warnings in comp_parse.c
884
885 20180519
886         + formatting fixes for manpages, regenerate man-html documentation.
887         + trim spurious whitespace from tmux in 2018-02-24 changes;
888           fix some inconsistencies in/between tmux- and iterm2-entries for SGR
889           (report by C Anthony Risinger)
890         + improve iterm2 using some xterm features which it has adapted -TD
891         + add check in pair_content() to handle the case where caller asks
892           for an uninitialized pair (Debian #898658).
893
894 20180512
895         + remove trailing ';' from GCC_DEPRECATED definition.
896         + repair a change from 20110730 which left an error-check/warning dead.
897         + fix several minor Coverity warnings.
898
899 20180505
900         + add deprecation warnings for internal functions called by older
901           versions of tack.
902         + fix a special case in PutAttrChar() where a cell is marked as
903           alternate-character set, but the terminal does not actually support
904           the given graphic character.  This would happen in an older terminal
905           such as vt52, which lacks most line-drawing capability.
906         + use configure --with-config-suffix option to work around filename
907           conflict with Debian packages versus test-packages.
908         + update tracemunch to work with perl 5.26.2, which changed the rules
909           for escaping regular expressions.
910
911 20180428
912         + document new form-extension O_EDGE_INSERT_STAY (report by Leon
913           Winter).
914         + correct error-returns listed in manual pages for a few form functions
915           (report by Leon Winter).
916         + add a check in form-library for null-pointer dereference:
917                 unfocus_current_field (form);
918                 form_driver (form, REQ_VALIDATION);
919           (patch by Leon Winter).
920
921 20180414
922         + modify form library to optionally delay cursor movement on a field
923           edge/boundary (patch by Leon Winter).
924         + modify form library to avoid unnecessary update of cursor position in
925           non-public fields (patch by Leon Winter).
926         + remove unused _nc_import_termtype2() function.
927         + also add/improve null-pointer checks in other places
928         + add a null-pointer check in _nc_parse_entry to handle an error when
929           a use-name is invalid syntax (report by Chung-Yi Lin).
930
931 20180407
932         + clarify in manual pages that vwprintw and vwscanw are obsolete,
933           not part of X/Open Curses since 2007.
934         + use "const" in some prototypes rather than NCURSES_CONST where X/Open
935           Curses was updated to do this, e.g., wscanw, newterm, the terminfo
936           interface.  Also use "const" for consistency in the termcap
937           interface, which was withdrawn by X/Open Curses in Issue 5 (2007).
938           As of Issue 7, X/Open Curses still lacks "const" for certain return
939           values, e.g., keyname().
940
941 20180331
942         + improve terminfo write/read by modifying the fourth item of the
943           extended header to denote the number of valid strings in the extended
944           string table (prompted by a comment in unibilium's sources).
945
946 20180324
947         + amend Scaled256() macro in test/picsmap.c to cover the full range
948           0..1000 (report by Roger Pau Monne).
949         + add some checks in tracemunch for undefined variables.
950         + trim some redundant capabilities from st-0.7 -TD
951         + trim unnecessary setf/setb from interix -TD
952
953 20180317
954         + fix a check in infotocap which may not have detected a problem when
955           it should have.
956         + add a check in tic for the case where setf/setb are given using
957           different strings, but provide identical results to setaf/setab.
958         + further improve fix for terminfo.5 (patch by Kir Kolyshkin).
959         + reorder loop-limit checks in winsnstr() in case the string has no
960           terminating null and only the number of characters is used (patch
961           by Gyorgy Jeney).
962
963 20180303
964         + modify TurnOn/TurnOff macros in lib_vidattr.c and lib_vid_attr.c to
965           avoid expansion of "CUR" in trace.
966         + improve a few lintian warnings in test-packages.
967         + modify lib_setup to avoid calling pthread_self() without first
968           verifying that the address is valid, i.e., for weak symbols
969           (report/patch by Werner Fink).
970         + modify generated terminfo.5 to not use "expand" and related width
971           on the last column of tables, making layout on wide terminals look
972           better (adapted from patch by Kir Kolyshkin).
973         + add a category to report_offsets, e.g., "w" for wide-character, "t"
974           for threads to make the report more readable.  Reorganized the
975           structures reported to make the categories more apparent.
976         + simplify some ifdef's for extended-colors.
977         + add NCURSES_GLOBALS and NCURSES_PRESCREEN to report_offsets, to show
978           how similar the different tinfo configurations are.
979
980 20180224
981         + modify _nc_resolve_uses2() to detect incompatible types when merging
982           a "use=" clause of extended capabilities.  The problem was seen in a
983           defective terminfo integrated from simpleterm sources in 20171111,
984           compounded by repair in 20180121.
985         + correct Ss/Ms interchange in st-0.7 entry (tmux #1264) -TD
986         + fix remaining flash capabilities with trailing mandatory delays -TD
987         + correct cut/paste in NEWS (report by Sven Joachim).
988
989 20180217
990         + remove incorrect free() from 20170617 changes (report by David Macek).
991         + correct type for "U8" in user_caps.5; it is a number not boolean.
992         + add a null-pointer check in safe_sprintf.c (report by Steven Noonan).
993         + improve fix for Debian #882620 by reusing limit2 variable (report by
994           Julien Cristau, Sven Joachim).
995
996 20180210
997         + modify misc/Makefile.in to install/uninstall explicit list in case
998           the build-directory happens to have no ".pc" files when an uninstall
999           is performed (report by Jeffrey Walton).
1000         + deprecate safe-sprintf, since the vsnprintf function, which does what
1001           was needed, was standardized long ago.
1002         + add several development/experimental options to development packages.
1003         + minor reordering of options in configure script to make the threaded
1004           and reentrant options distinct from the other extensions which are
1005           normally enabled.
1006
1007 20180203
1008         + minor fixes to test/*.h to make them idempotent.
1009         + add/use test/parse_rgb.h to show how the "RGB" capability works.
1010         + add a clarification in user_caps.5 regarding "RGB" capability.
1011         + add extended_slk_color{,_sp} symbols to the appropriate
1012           package/*.{map,sym} files (report by Sven Joachim, cf: 20170401).
1013
1014 20180129
1015         + update "VERSION" file, used in shared-library naming.
1016
1017 20180127 6.1 release for upload to ftp.gnu.org
1018
1019 20180127
1020         + updated release notes
1021         + amend a warning message from tic which should have flagged misuse
1022           of "XT" capability in "screen" terminal description.
1023         > terminfo changes:
1024         + trim "XT" from screen entry, add comments to explain why it was
1025           not suitable -TD
1026         + modify iterm to use xterm+sl-twm building block -TD
1027         + mark konsole-420pc, konsole-vt100, konsole-xf3x obsolete reflecting
1028           konsole's removal in 2008 -TD
1029         + expanded the history section of konsole to explain its flawed
1030           imitation of xterm's keyboard -TD
1031         + use xterm+x11mouse in screen.* entries because screen does not yet
1032           support xterm's 1006 mode -TD
1033         + add nsterm-build400 for macOS 10.13 -TD
1034         + add ansi+idc1, use that in ansi+idc adding dch for consistency -TD
1035         + update vte to vte-2017 -TD
1036         + add ecma+strikeout to vte-2017 -TD
1037         + add iterm2-direct -TD
1038         + updated teraterm, added teraterm-256color -TD
1039         + add mlterm-direct -TD
1040         + add descriptions for ANSI building-blocks -TD
1041
1042 20180121 pre-release
1043         > terminfo changes:
1044         + add xterm+noalt, xterm+titlestack, xterm+alt1049, xterm+alt+title
1045           blocks from xterm #331 -TD
1046         + add xterm+direct, xterm+indirect, xterm-direct entries from xterm
1047           #331 -TD
1048         + modify xterm+256color and xterm+256setaf to use correct number of
1049           color pairs, for ncurses 6.1 -TD
1050         + add rs1 capability to xterm-256color -TD
1051         + modify xterm-r5, xterm-r6 and xterm-xf86-v32 to use xterm+kbs to
1052           match xterm #272, reflecting packager's changes -TD
1053         + remove "boolean" Se, Ss from st-0.7 -TD
1054         + add konsole-direct and st-direct -TD
1055         + remove unsupported "Tc" capability from st-0.7; use st-direct if
1056           direct-colors are wanted -TD
1057         + add vte-direct -TD
1058         + add XT, hpa, indn, and vpa to screen, and invis, E3 to tmux (patch by
1059           Pierre Carru)
1060         + use xterm+sm+1006 in xterm-new, vte-2014 -TD
1061         + use xterm+x11mouse in iterm, iterm2, mlterm3 because xterm's 1006
1062           mode does not work with those programs.  konsole is debatable -TD
1063         + add "termite" entry (report by Markus Pfeiffer) -TD
1064         > merge branch begun April 2, 2017 which provides these features:
1065         + support read/write new binary-format for terminfo which stores
1066           numeric capabilities as a signed 32-bit integer.  The test programs
1067           such as picsmap, ncurses were created or updated during 2017 to use
1068           this feature.
1069         + the new format is written by the wide-character configuration of
1070           tic when it finds a numeric capability larger than 32767.
1071         + other applications such as infocmp built with the wide-character
1072           ncurses library work as expected.
1073         + applications built with the "narrow" (8-bit) configuration will
1074           read the new format, but will limit those extended values to 32767.
1075         + in either wide/narrow configuration, the structure defined in
1076           term.h still uses signed 16-bit values.
1077         + because it is incompatible with the legacy (mid-1980s) binary format,
1078           a new magic value is provided for the "file" program.
1079         + the term.5 manual page is updated to describe this new format.
1080         + the limit on file-size for compiled terminfo is increased in the
1081           wide-character configuration to 32768.
1082
1083 20180120
1084         + build-fix in picsmap.c for stdint.h existence.
1085         + add --disable-stripping option to configure scripts.
1086         + modify ncurses-examples to install test-scripts in the data directory.
1087         + work around tool-breakage in Debian 9 and later by invoking
1088           gprconfig to specify the C compiler to be used by gnatmake,
1089           and conditionally suppressing Library_Options line for static
1090           libraries.
1091         + bump the compat level for test-packages to 7, i.e., Debian 5.
1092
1093 20180106
1094         + fixes for writing extended color pairs in putwin.
1095         + modify test/savescreen.c to add test patterns that exercise 88-,
1096           256-, etc., colors.
1097         + modify configure option --with-build-cc, adding clang, c89 and c99
1098           as possible default values.
1099         + modify ncurses-examples configure script to use pkg-config for the
1100           extra form/menu/panel libraries, to be more consistent with the
1101           handling of the curses/ncurses library.
1102         + modify test-packages for mingw to supply "pc" files.
1103         + modify gen-pkgconfig.in to list -lpthread as a private library when
1104           configured to access it via weak symbols.
1105         + simplify gen-pkgconfig.in, adding -ltinfo without the special linker
1106           checks because some versions of the linker simply hard-code the
1107           behavior.
1108         + update URLs for ncurses website to use https.
1109         + modify CF_CURSES_LIBS to fill in $cf_nculib_root in case the
1110           ncurses-examples are built with a system ncurses that lacks the
1111           standard "curses" symbolic link, as done by SuSE.  The symbol is
1112           needed to make a followup check for the pthread library work, and
1113           would be set properly using the options "--with-screen", etc.
1114         + generate misc/*.pc with "all" rule, as done for "sources" rule
1115           (report by Jeffrey Walton).
1116
1117 20171230
1118         + build-fix for ncurses-examples with Fedora27, adding check for
1119           reset_color_pairs() -- not yet in Fedora's package.
1120         + consistently add $CFLAGS to $MK_SHARED_LIB symbol in configure
1121           script when the latter happens to use the C compiler rather than
1122           directly using the loader (report by Jeffrey Walton).
1123         + set ABI for upcoming 6.1 release in "*.map" files.  While there are
1124           some remaining internals to apply, no ABI-related changes are
1125           anticipated.
1126         + add configure --with-config-suffix option to work around filename
1127           conflict with Redhat packages versus test-packages.
1128
1129 20171223
1130         + modify ncurses-examples to quiet const-warnings when building with
1131           PDCurses.
1132         + modify toe to not exit if unable to read a terminal description,
1133           e.g., if there is a permission problem.
1134         + minor fix for progs/toe.c, using _nc_free_termtype2.
1135         + assign 0 to pointer in _nc_tgetent_leak() after freeing it. Also
1136           avoid reusing pointer from previous successful call to tgetent
1137           if the latest call is unsuccessful (patch by Michael Schroeder,
1138           OpenSuSE #1070450).
1139         + minor fix for test/tracemunch, initialize $awaiting variable.
1140
1141 20171216
1142         + repair template in test/package/ncurses-examples.spec (cf: 20171111).
1143         + improve tic's warning about the number of parameters tparm might use
1144           for u1-u9 by making a special case for u6.
1145         + improve curs_attr.3x discussion of color pairs.
1146
1147 20171209
1148         + modify misc/ncurses-config.in to make output with --includedir
1149           consistent with --cflags, i.e., when --disable-overwrite option was
1150           configured the output should show the subdirectory where headers
1151           are.
1152         + modify MKlib_gen.sh to suppress macros when calling an "implemented"
1153           function in link_test.c
1154         + updated ftp-url used in test-packages, etc.
1155         + modify order of -pie/-shared options in configure script in case
1156           LDFLAGS uses "-pie", working around a defect or limitation in the GNU
1157           linker (prompted by patch by Yogesh Prasad, forwarded by Jay Shah).
1158         + add entry in man_db.renames for user_caps.5
1159
1160 20171125
1161         + modify MKlib_gen.sh to avoid tracing result from getstr/getnstr
1162           before initialized.
1163         + add "-a" aspect-ratio option to picsmap.
1164         + add configure check for default path of rgb.txt, used in picsmap.
1165         + modify _nc_write_entry() to truncate too-long filename (report by
1166           Hosein Askari, Debian #882620).
1167         + build-fix for ncurses-examples with NetBSD curses:
1168           + it lacks the use_env() function.
1169           + it lacks libpanel; a recent change used the wrong ifdef symbol.
1170         + add a macro for is_linetouched() and adjust the function's return
1171           value to make it possible for most applications to check for an
1172           error-return (report by Midolikawa H).
1173         + additional manpage cleanup.
1174         + update config.guess, config.sub from
1175                 http://git.savannah.gnu.org/cgit/config.git
1176
1177 20171118
1178         + add a note to curs_addch.3x on portability.
1179         + add a note to curs_pad.3x on the origin and portability of pads.
1180         + improve manpage description of getattrs (report by Midolikawa H).
1181         + improve manpage macros (prompted by discussion in Debian #880551.
1182         + reviewed test-programs using KEY_RESIZE, made fixes to test/worm.c
1183         + add a "-d" option to picsmap for default-colors.
1184         + modify old terminology entry and a few other terminal emulators to
1185           account for xon -TD
1186         + correct sgr string for tmux, which used screen's "standout" code
1187           rather than the standard code (patch by Roman Kagan)
1188         + correct sgr/sgr0 strings in a few other cases reported by tic, making
1189           those correspond to the non-sgr settings where they differ, but
1190           otherwise use ECMA-48 consistently:
1191           jaixterm, aixterm, att5420_2, att4424, att500, decansi, d410-7b,
1192           dm80, hpterm, emu-220, hp2, iTerm2.app, mterm-ansi, ncrvt100an,
1193           st-0.7, vi603, vwmterm -TD
1194         + build-fix for diagnostics warning in lib_mouse.c for pre-5.0 versions
1195           of gcc which did not recognize the diagnostic "push" pragma (patch by
1196           Vassili Courzakis).
1197
1198 20171111
1199         + add "op" to xterm+256setaf -TD
1200         + reviewed terminology 1.0.0 -TD
1201         + reviewed st 0.7 -TD
1202         + suppress debug-package for ncurses-examples rpm build.
1203
1204 20171104
1205         + check for interrupt in color-pair initialization of dots_curses.c,
1206           dots_xcurses.c
1207         + add z/Z zoom feature to test/ncurses.c C/c screens.
1208         + add '<' and '>' commands to test/ncurses.c S/s screens, to better
1209           test off-by-ones in the overlap/copywin functions.
1210
1211 20171028
1212         + improve man/curs_inwstr.3x, correct end-logic for lib_inwstr.c
1213           (report by Midolikawa H).
1214         + fix typo in a few places for "improvements" (patch by Sven Joachim).
1215         + clear the other half of a double-width character on which a line
1216           drawing character is drawn.
1217         + make test/ncurses.c "s" test easier to understand which subtests are
1218           available; add a "S" wide-character overlap test-screen.
1219         + modify test/ncurses.c C/c tests to allow for extended color pairs.
1220         + add endwin() call in error-returns from test/ncurses.c omitted in
1221           recent redesign of its menu (cf: 20170923).
1222         + improve install of hashed-db by removing the ".db" file as done for
1223           directory-tree terminal databases.
1224         + repair a few overlooked items in include/ncurses_defs from recent
1225           port/refactoring of test-programs (cf: 20170909).
1226         + add test/padview.c, to compare pads with direct updates in view.c
1227
1228 20171021
1229         + modify test/view.c to expand tabs using the ncurses library rather
1230           than in the test-program.
1231         + remove very old SIGWINCH example in test/view.c, just use KEY_RESIZE.
1232         + add -T, -e, -f -m options to "dots" test-programs.
1233         + fix a few typos in usage-messages for test-programs.
1234
1235 20171014
1236         + minor cleanup to test/view.c:
1237           + eliminate "-n" option by simply reading the whole file.
1238           + implement page up/down commands.
1239         + add check in tput for init/reset operands to ensure those use a
1240           terminal.
1241         + improve manual pages which discuss chtype, cchar_t types and the
1242           attribute values which can be stored in those types.
1243         + correct array-index when parsing "-T" command-line option in tabs
1244           program.
1245         + modify demo_new_pair.c to pass extended pairs to setcchar().
1246         + add test/dots_xcurses.c to illustrate a different approach used for
1247           extended colors which can be contrasted with dots_curses.c.
1248         + add a check in tic to note when a description uses non-mandatory
1249           delays without xon_xoff.  This is not an error, but some descriptions
1250           for a terminal emulator may use the combination incorrectly.
1251
1252 20171007
1253         + modify "-T" option of clear and tput to call use_tioctl() to obtain
1254           the operating system's notion of the screensize if possible.
1255         + review/repair some exit-codes for tput, making usage-message exit
1256           with 2 rather than 1, and a failure to open terminal 4+errno.
1257         + amend check in tput, tabs and clear to allow those to use the
1258           database-only features in cron if a -T option gives a suitable
1259           terminal name (report by Lauri Tirkkonen).
1260         + correct an ifdef in test/ncurses.c for systems with soft-keys but
1261           not slk_color().
1262         + regenerate man-html documentation.
1263
1264 20170930
1265         + fix a symbol conflict that made ncurses.c C/c menu not work with
1266           Solaris xpg4 curses.
1267         + add refresh() call to dots_mvcur.c, needed to use mvcur() with
1268           Solaris xpg4 curses after calling newterm().
1269         + minor fixes for configure script from work on ncurses-examples and
1270           tin.
1271         + improve animation in test/xmas.c by adding a time-delay in blinkit().
1272         + modify several test programs to reflect that ncurses honors existing
1273           signal handlers in initscr(), while other implementations do not.
1274         + modify bs.c to make it easier to quit.
1275         + change ncurses-examples to use attr_t vs chtype to follow X/Open
1276           documentation more closely since Solaris xpg4-curses uses different
1277           values for WA_xxx vs A_xxx that rely on attr_t being an unsigned
1278           short.  Tru64 aka OSF1, HPUX, AIX did as ncurses does, equating the
1279           two sets.
1280
1281 20170923
1282         + modify menu for test/ncurses.c to fit on 24-line screen.
1283         + build-fix for configure --with-caps=uwin
1284         + add options to test_arrays.c, for selecting termcap vs terminfo, etc.
1285
1286 20170916
1287         + minor fix to test/filter.c to avoid clearing the command in one case.
1288         + modify filter() to discard clr_eos if back_color_erase is set.
1289
1290 20170909
1291         + improve wide-character implementation of myADDNSTR() in frm_driver.c,
1292           which was inconsistent with the normal implementation.
1293         + save/restore cursor position in Undo_Justification(), matching
1294           behavior of Buffer_To_Window() (report by Leon Winter).
1295         + modify test/knight to provide the "slow" solution for small screens
1296           using "R", noting that Warnsdorf's method is easily done with "a".
1297         + modify several test-programs which call use_default_colors() to
1298           consistently do this only if "-d" option is given.
1299         + additional changes to test with non-standard variants of curses:
1300           + modify a loop limit in firework.c to work around absence of limit
1301             checks in some libraries.
1302           + fill the last row of a window with "?" in firstlast if waddch does
1303             not return ERR on the lower-right corner.
1304         + add checks in test/configure for some functions not in 4.3BSD curses.
1305         + fix a regression in test/configure (cf: 20170826).
1306
1307 20170902
1308         + amend change for endwin-state for better consistency with the older
1309           logic (report/patch by Jeb Rosen, cf: 20170722).
1310         + modify check in fmt_entry() to handle a cancelled reset string
1311           (Debian #873746).  Make similar fixes in other parts of dump_entry.c
1312           and tput.c
1313
1314 20170827
1315         + fix a bug in repeat_char logic (cf: 20170729, report by Chris Clayton).
1316
1317 20170826
1318         + fixes for "iterm2" (report by Leonardo Brondani Schenkel) -TD
1319         + corrected a warning from tic about keys which are the same, to skip
1320           over missing/cancelled values.
1321         + add check in tic for unnecessary use of "2" to denote a shifted
1322           special key.
1323         + improve checks in trim_sgr0, comp_parse.c and parse_entry.c, for
1324           cancelled string capabilities.
1325         + add check in _nc_parse_entry() for invalid entry name, setting the
1326           name to "invalid" to avoid problems storing entries.
1327         + add/improve checks in tic's parser to address invalid input
1328           + add a check in comp_scan.c to handle the special case where a
1329             nontext file ending with a NUL rather than newline is given to tic
1330             as input (Redhat #1484274).
1331           + allow for cancelled capabilities in _nc_save_str (Redhat #1484276).
1332           + add validity checks for "use=" target in _nc_parse_entry (Redhat
1333             #1484284).
1334           + check for invalid strings in postprocess_termcap (Redhat #1484285)
1335           + reset secondary pointers on EOF in next_char() (Redhat #1484287).
1336           + guard _nc_safe_strcpy() and _nc_safe_strcat() against calls using
1337             cancelled strings (Redhat #1484291).
1338         + correct typo in curs_memleaks.3x (Sven Joachim).
1339         + improve test/configure checks for some curses variants not based on
1340           X/Open Curses.
1341         + add options for test/configure to disable checks for form, menu and
1342           panel libraries.
1343
1344 20170819
1345         + update "iterm" entry -TD
1346         + add "iterm2" entry (report by Leonardo Brondani Schenkel) -TD
1347         + regenerate llib-* files.
1348         + regenerate HTML manpages.
1349         + improve picsmap test-program:
1350           + reduce memory used for tsearch
1351           + add report in log file showing cumulative color coverage.
1352         + add -x option to clear/tput to make the E3 extension optional
1353           (cf: 20130622).
1354         + add options -T and -V to clear command for compatibility with tput.
1355         + add usage message to clear command (Debian #371855).
1356         + improve usage messages for tset and tput.
1357         + minor fixes to "RGB" extension and reset_color_pairs().
1358
1359 20170812
1360         + improve description of -R option in infocmp manual page (report by
1361           Stephane Chazelas).
1362         + add reset_color_pairs() function.
1363         + add user_caps.5 manual page to document the terminfo extensions used
1364           by ncurses.
1365         + improve build scripts, using SIGQUIT vs SIGTRAP; add other configure
1366           script fixes from work on xterm, lynx and tack.
1367         + modify install-rule for ncurses-examples to put the data files in
1368           /usr/share/ncurses-examples
1369         + improve tracemunch, by changing address-parameters of add_wch(),
1370           color_content() and pair_content() to dummy parameters.
1371         + minor optimization to _nc_change_pair, to return quickly when the
1372           current screen is marked for clearing.
1373         + in-progress changes to improve performance of test/picsmap.c for
1374           loading image files.
1375         + modify allocation for SCREEN's color-pair table to start small, grow
1376           on demand up to the existing limit.
1377         + add "RGB" extension capability for direct-color support, use this to
1378           improve color_content().
1379         + improve picsmap test-program:
1380           + if no palette file is needed, attempt to load one based on $TERM,
1381             checking first in the current directory, then by adding ".dat"
1382             suffix, and finally in the data-directory, e.g.,
1383             /usr/share/ncurses-examples
1384           + add "-l" option for logging
1385           + add "-d" option for debugging
1386           + add "-s" option for stepping automatically through list of images,
1387             with time delay.
1388           + use tsearch to improve time for loading color table for images.
1389         + update config.guess, config.sub from
1390                 http://git.savannah.gnu.org/cgit/config.git
1391
1392 20170729
1393         + update interix entry using tack and SFU on Windows 7 Ultimate -TD
1394         + use ^? for kdch1 in interix (reported by Jonathan de Boyne Pollard)
1395         + add "rep" to xterm-new, available since 1997/01/26 -TD
1396         + move SGR 24 and 27 from vte-2014 to vte-2012 (request by Alain
1397           Williams) -TD
1398         + add a check in newline_forces_scroll() in case a program moves the
1399           cursor outside scrolling margins (report by Robert King).
1400         + improve _nc_tparm_analyze, using that to extend the checks made by
1401           tic for reporting inconsistencies between the expected number of
1402           parameters for a capability and the actual.
1403         + amend handling of repeat_char capability in EmitRange (adapted from
1404           report/patch by Dick Wesseling):
1405           + translate the character to the alternate character set when the
1406             alternate character set is enabled.
1407           + do not use repeat_char for characters past 255.
1408         + document "_nc_free_tinfo" in manual page, because it could be used in
1409           tack for memory-leak checking.
1410         + add "--without-tack" configure option to refine "--with-progs"
1411           configure option.  Normally tack is no longer built in-tree, but
1412           a few packagers combine it during the build.  If term_entry.h is
1413           installed, there is no advantage to in-tree builds.
1414         + adjust configure-script to define HAVE_CURSES_DATA_BOOLNAMES symbol
1415           needed for tack 1.08 when built in-tree.  Rather than relying upon
1416           internal "_nc_" functions, tack now uses the boolean, number and
1417           string capability name-arrays provided by ncurses and SVr4 Unix
1418           curses.  It still uses term_entry.h for the definitions of the
1419           extended capability arrays.
1420         + add an overlooked null-pointer check in mvcur changes from 20170722
1421
1422 20170722
1423         + improve test-packages for ncurses-examples and AdaCurses for lintian
1424         + modify logic for endwin-state to be able to detect the case where
1425           the screen was never initialized, using that to trigger a flush of
1426           ncurses' buffer for mvcur, e.g., in test/dots_mvcur.c for the
1427           term-driver configuration.
1428         + add dependency upon ncurses_cfg.h to a few other internal header
1429           files to allow each to be compiled separately.
1430         + add dependency upon ncurses_cfg.h to tic's header-files; any program
1431           using tic-library will have to supply this file.  Legacy tack
1432           versions supply this file; ongoing tack development has dropped the
1433           dependency upon tic-library and new releases will not be affected.
1434
1435 20170715
1436         + modify command-line parameters for "convert" used in picsmap to work
1437           with ImageMagick 6.8 and newer.
1438         + fix build-problem with tack and ABI-5 (Debian #868328).
1439         + repair termcap-format from tic/infocmp broken in 20170701 fixes
1440           (Debian #868266).
1441         + reformat terminfo.src with 20170513 updates.
1442         + improve test-packages to address lintian warnings.
1443
1444 20170708
1445         + add a note to tic manual page about -W versus -f options.
1446         + correct a limit-check in fixes from 20170701 (report by Sven Joachim).
1447
1448 20170701
1449         + modify update_getenv() in db_iterator.c to ensure that environment
1450           variables which are not initially set will be checked later if an
1451           application happens to set them (patch by Guillaume Maudoux).
1452         + remove initialization-check for calling napms() in the term-driver
1453           configuration; none is needed.
1454         + add help-screen to test/test_getstr.c and test/test_get_wstr.c
1455         + improve compatibility between different configurations of new_prescr,
1456           fixing a case with threaded code and term-driver where c++/demo did
1457           not work (cf: 20160213).
1458         + the fixes for Redhat #1464685 obscured a problem subsequently
1459           reported in Redhat #1464687; the given test-case was no longer
1460           reproducible.  Testing without the fixes for the earlier reports
1461           showed a problem with buffer overflow in dump_entry.c, which is
1462           addressed by reducing the use of a fixed-size buffer.
1463         + add/improve checks in tic's parser to address invalid input
1464           (Redhat #1464684, #1464685, #1464686, #1464691).
1465           + alloc_entry.c, add a check for a null-pointer.
1466           + parse_entry.c, add several checks for valid pointers as well as
1467             one check to ensure that a single character on a line is not
1468             treated as the 2-character termcap short-name.
1469         + fix a memory leak in delscreen() (report by Bai Junq).
1470         + improve tracemunch, showing thread identifiers as names.
1471         + fix a use-after-free in NCursesMenu::~NCursesMenu()
1472         + further amend incorrect calls for memory-leaks from 20170617 changes
1473           (report by Allen Hewes).
1474
1475 20170624
1476         + modify c++/etip.h.in to accommodate deprecation of throw() and
1477           throws() in c++17 (prompted by patch by Romain Geissler).
1478         + remove some incorrect calls for memory-leaks from 20170617 changes
1479           (report by Allen Hewes).
1480         + add test-programs for termattrs and term_attrs.
1481         + modify _nc_outc_wrapper to use the standard output if the screen was
1482           not initialized, rather than returning an error.
1483         + improve checks for low-level terminfo functions when the terminal
1484           has not been initialized (Redhat #1345963).
1485         + modify make_hash to allow building with address-sanitizer,
1486           assuming that --disable-leaks is configured.
1487         + amend changes for number_format() in 20170506 to avoid undefined
1488           behavior when shifting (patch by Emanuele Giaquinta).
1489
1490 20170617
1491         + fill in some places where TERMTYPE2 vs TERMTYPE was not used
1492           (report by Allen Hewes).
1493         + use ExitTerminfo() internally in error-exits for ncurses' setupterm
1494           to help with leak checking.
1495         + use ExitProgram() in error-exit from initscr() to help with leak
1496           checking.
1497         + review test-programs, adding checks for cases where the terminal
1498           cannot be initialized.
1499
1500 20170610
1501         + add option "-xp" to picsmap.c, to use init_extended_pair().
1502         + make simple performance fixes for picsmap.c
1503         + improve aspect ratio of images read from "convert" in picsmap.c
1504
1505 20170603
1506         + add option to picsmap to use color-palette files, e.g., for mapping
1507           to xterm-256color.
1508         + move the data in SCREEN used for the alloc_pair() function to the
1509           end, to restore compatibility between ncurses/ncursesw libtinfo
1510           (report/patch by Miroslav Lichvar).
1511         + add build-time utility "report_offsets" to help show when the various
1512           configurations of tinfo library are compatible or not.
1513
1514 20170527
1515         + improved test/picsmap.c:
1516           + lookup named colors for xpm files in rgb.txt
1517           + accept blanks in color-keys for xpm files.
1518           + if neither xbm/xpm work, try "convert", which may be available.
1519
1520 20170520
1521         + modify test/picsmap.c to read xpm files.
1522         + modify package/debian/* to create documentation packages, so the
1523           related files can be checked with lintian.
1524         + fix some typos in manpages (report/patch by Sven Joachim).
1525
1526 20170513
1527         + add test/picsmap.c to fill in some testing issues not met by dots.
1528           The initial version reads X bitmap (".xbm") files.
1529         + repair logic which forces a repaint where a color-pair's content is
1530           changed (cf: 20170311).
1531         + improve tracemunch, showing screenXX pointers as names.
1532
1533 20170506
1534         + modify tic/infocmp display of numeric values to use hexadecimal when
1535           they are "close" to a power of two, making the result more readable.
1536         + improve discussion of portability in curs_mouse.3x
1537         + change line-length for generated html/manpages to 78 columns from 65.
1538         + improve discussion of line-drawing characters in curs_add_wch.3x
1539           (prompted by discussion with Lorinczy Zsigmond).
1540         + cleanup formatting of hackguide.html and ncurses-intro.html
1541         + add examples for WACS_D_PLUS and WACS_T_PLUS to test/ncurses.c
1542
1543 20170429
1544         + corrected a case where $with_gpm was set to "maybe" after CF_WITH_GPM,
1545           overlooked in 20160528 fixes (report by Alexandre Bury).
1546         + improve a couple of test-program's help-messages.
1547         + corrected loop in rain.c from 20170415 changes.
1548         + modify winnstr and winchnstr to return error if the output pointer is
1549           null, as well as adding a null pointer check of the window pointer
1550           for better compatibility with other implementations.
1551         + improve discussion of NetBSD curses in scr_dump.5
1552         + modify LIMIT_TYPED macro in new_pair.h to avoid changing sign of the
1553           value to be limited (reports by Darby Payne, Rob Boudreau).
1554         + update config.guess, config.sub from
1555                 http://git.savannah.gnu.org/cgit/config.git
1556
1557 20170422
1558         + build-fix for termcap-configuration (report by Chi-Hsuan Yen).
1559         + improve terminfo manual page discussion of control- and graphics-
1560           characters.
1561         + remove tic warning about "^?" in string capabilities, which was
1562           marked as an extension (cf: 20000610, 20110820); however all Unix
1563           implementations support this and X/Open Curses does not address it.
1564           On the other hand, termcap never did support this feature.
1565         + correct missing comma-separator between string capabilities in
1566           icl6402 and m2-nam -TD
1567         + restore rmir/smir in ansi+idc to better match original ansiterm+idc,
1568           add alias ansiterm (report by Robert King).
1569         + amend an old check for ambiguous use of "ma" in terminfo versus
1570           a termcap use, if the capability is cancelled to treat it as number.
1571         + correct a case in _nc_captoinfo() which read "%%" and emitted "%".
1572         + modify sscanf calls in _nc_infotocap() for patterns "%{number}%+%c"
1573           and "%'char'%+%c" to check that the final character is really 'c',
1574           avoiding a case in icl6404 which cannot be converted to termcap.
1575         + in _nc_infotocap(), add a check to ensure that terminfo "^?" is not
1576           written to termcap, because the BSDs did not implement that.
1577         + in _nc_tic_expand() and _nc_infotocap(), improve string-length check
1578           when deciding whether to use "^X" or "\xxx" format for control
1579           characters, to make the output of tic/infocmp more predictable.
1580         + limit termcap "%d" width to 2 digits on input, and use "%2" in
1581           preference to "%02" on output.
1582         + correct terminfo/termcap conversion of "%02" and "%03" into "%2" and
1583           "%3"; the result repeated the last character.
1584         + add man/scr_dump.5 to document screen-dump format.
1585
1586 20170415
1587         + modify several test programs to use new popup_msgs, adapted from
1588           help-screen used in test/edit_field.c
1589         + drop two symbols obsoleted in 2004: _nc_check_termtype, and
1590           _nc_resolve_uses
1591         + fix some old copyright dates (cf: 20031025).
1592         + build-fixes for test/savescreen.c to work with AIX and HPUX.
1593         + minor fix to configure script, adding a backslash/continuation.
1594         + extend TERMINAL structure for ABI 6 to store numbers internally as
1595           integers rather than short, by adding new data for this purpose.
1596         + more fixes for minor memory-leaks in test-programs.
1597
1598 20170408
1599         + change logic in wins_nwstr() to avoid addressing data past the output
1600           of mbstowcs().
1601         + correct a call to setcchar() in Data_Entry_w() from 20131207 changes.
1602         + fix minor memory-leaks in test-programs.
1603         + further improve ifdef in term_entry.h for internal definitions not
1604           used by tack.
1605
1606 20170401
1607         + minor fixes for vt100+4bsd, e.g., delay in sgr for consistency -TD
1608         + add smso for env230, to match sgr -TD
1609         + remove p7/protect from sgr in fbterm -TD
1610         + drop setf/setb from fbterm; setaf/setab are enough -TD
1611         + make xterm-pcolor sgr consistent with other capabilities -TD
1612         + add rmxx/smxx ECMA-48 strikeout extension to tmux and xterm-basic
1613           (discussion with Nicholas Marriott)
1614         + add test-programs sp_tinfo and extended_color
1615         + modify no-leaks code for lib_cur_term.c to account for the tgetent()
1616           cache.
1617         + modify setupterm() to save original tty-modes so that erasechar()
1618           works as expected.  Also modify _nc_setupscreen() to avoid redundant
1619           calls to get original tty-modes.
1620         + modify set_curterm() to update ttytype[] data used by longname().
1621         + modify wattr_set() and wattr_get() to return ERR if win-parameter is
1622           null, as documented.
1623         + improve cast used for null-pointer checks in header macros, to
1624           reduce compiler warnings.
1625         + modify several functions, using the reserved "opts" parameter to pass
1626           color- and pair-values larger than 16-bits:
1627           + getcchar(), setcchar(), slk_attr_set(), vid_puts(), wattr_get(),
1628             wattr_set(), wchgat(), wcolor_set().
1629           + Other functions call these with the corresponding altered behavior,
1630             including chgat(), mvchgat(), mvwchgat(), slk_color_on(),
1631             slk_color_off(), vid_attr().
1632         + add new functions for manipulating color- and pair-values larger
1633           than 16-bits.  These are extended_color_content(),
1634           extended_pair_content(), extended_slk_color(), init_extended_color(),
1635           init_extended_pair(), and the corresponding sp-funcs.
1636
1637 20170325
1638         + fix a memory leak in the window-list when creating multiple screens
1639           (reports by Andres Martinelli, Debian #783486).
1640         + reviewed calls from link_test.c, added a few more null-pointer
1641           checks.
1642         + add a null-pointer check in ungetmouse, in case mousemask was not
1643           called (report by "Kau").
1644         + updated curs_sp_funcs.3x for new functions.
1645
1646 20170318
1647         + change TERMINAL structure in term.h to make it opaque.  Some
1648           applications misuse its members, e.g., directly modifying it
1649           rather than using def_prog_mode().
1650         + modify utility headers such as tic.h to make it clearer which are
1651           externals that are used by tack.
1652         + improve curs_slk.3x in particular its discussion of portability.
1653         + fix cut/paste in legacy_encoding.3x
1654         + add prototype for find_pair() to new_pair.3x (report by Branden
1655           Robinson).
1656         + fix a couple of broken links in generated man-html documentation.
1657         + regenerate man-html documentation.
1658
1659 20170311
1660         + modify vt100 rs2 string to reset vt52 mode and scrolling regions
1661           (report/analysis by Robert King) -TD
1662         + add vt100+4bsd building block, use that for older terminals rather
1663           than "vt100" which is now mostly used as a building block for
1664           terminal emulators -TD
1665         + correct a few spelling errors in terminfo.src comments -TD
1666         + add fbterm -TD
1667         + fix a typo in ncurses.c test_attr legend (patch by Petr Vanek).
1668         + changed internal colorpair_t to a struct, eliminating an internal
1669           8-bit limit on colors
1670         + add ncurses/new_pair.h
1671         + add ncurses/base/new_pair.c with alloc_pair(), find_pair() and
1672           free_pair() functions
1673         + add test/demo_new_pair.c
1674
1675 20170304
1676         + improve terminfo manual description of terminfo syntax.
1677         + clarify the use of wint_t vs wchar_t in curs_get_wstr.3x
1678         + improve description of endwin() in manual.
1679         + modify setcchar() and getcchar() to treat negative color-pair as an
1680           error.
1681         + fix a typo in include/hashed_db.h (Andre Sa).
1682
1683 20170225
1684         + fixes for CF_CC_ENV_FLAGS (report by Ross Burton).
1685
1686 20170218
1687         + fix several formatting issues with manual pages.
1688         + correct read of terminfo entry in which all strings are absent or
1689           explicitly cancelled.  Before this fix, the result was that all were
1690           treated as only absent.
1691         + modify infocmp to suppress mixture of absent/cancelled capabilities
1692           that would only show as "NULL, NULL", unless the -q option is used,
1693           e.g., to show "-, @" or "@, -".
1694
1695 20170212
1696         + build-fixes for PGI compilers (report by Adam J. Stewart)
1697           + accept whitespace in sed expression for generating expanded.c
1698           + modify configure check that g++ compiler warnings are not used.
1699           + add configure check for -fPIC option needed for shared libraries.
1700         + let configure --disable-ext-funcs override the default for the
1701           --enable-sp-funcs option.
1702         + mark some structs in form/menu/panel libraries as potentially opaque
1703           without modifying API/ABI.
1704         + add configure option --enable-opaque-curses for ncurses library and
1705           similar options for the other libraries.
1706
1707 20170204
1708         + trim newlines, tabs and escaped newlines from terminfo "paths" passed
1709           to db-iterator.
1710         + ignore zero-length files in db-iterator; these are useful for
1711           instance to suppress "$HOME/.terminfo" when not wanted.
1712         + amended "b64:" encoder to work with the terminfo reader.
1713         + modify terminfo reader to accept "b64:" format using RFC-3548 in
1714           as well as RFC-4648 url/filename-safe format.
1715         + modify terminfo reader to accept "hex:" format as generated by
1716           "infocmp -0qQ1" (cf: 20150905).
1717         + adjust authors comment to reflect drop below 1% for SV.
1718
1719 20170128
1720         + minor comment-fixes to help automate links to bug-urls -TD
1721         + add dvtm, dvtm-256color -TD
1722         + add settings corresponding to xterm-keys option to tmux entry to
1723           reflect upcoming change to make that option "on" by default
1724           (patch by Nicholas Marriott).
1725         + uncancel Ms in tmux entry (Harry Gindi, Nicholas Marriott).
1726         + add dumb-emacs-ansi -TD
1727
1728 20170121
1729         + improve discussion of early history of tput program.
1730         + incorporate A_COLOR mask into COLOR_PAIR(), in case user application
1731           provides an out-of-range pair number (report by Elijah Stone).
1732         + clarify description in tput manual page regarding support for
1733           termcap names (prompted by FreeBSD #214709).
1734         + remove a restriction in tput's support for termcap names which
1735           omitted capabilities normally not shown in termcap translations
1736           (cf: 990123).
1737         + modify configure script for clang as used on FreeBSD, to work around
1738           clang's differences in exit codes vs gcc.
1739
1740 20170114
1741         + improve discussion of early history of tset/reset programs.
1742         + clarify in manual pages that the optional verbose option level is
1743           available only when ncurses is configured for tracing.
1744         + amend change from 20161231 to avoid writing traces to the standard
1745           error after initializing the trace feature using the environment
1746           variable.
1747
1748 20170107
1749         + amend changes for tput to reset tty modes to "sane" if the program
1750           is run as "reset", like tset.  Likewise, ensure that tset sends
1751           either reset- or init-strings.
1752         + improve manual page descriptions of tput init/reset and tset/reset,
1753           to make it easier to see how they are similar and different.
1754         + move a static result from key_name() to _nc_globals
1755         + modify _nc_get_screensize to allow for use_env() and use_tioctl()
1756           state to be per-screen when sp-funcs are configured, better matching
1757           the behavior when using the term-driver configuration.
1758         + improve cross-references in manual pages for often used functions
1759         + move SCREEN field for use_tioctl() data before the ncursesw fields,
1760           and limit that to the sp-funcs configuration to improve termlib
1761           compatibility (cf:  20120714).
1762         + correct order of initialization for traces in use_env() and
1763           use_tioctl() versus first trace calls.
1764
1765 20161231
1766         + fix errata for ncurses-howto (report by Damien Ruscoe).
1767         + fix a few places in configure/build scripts where DESTDIR and rpath
1768           were combined (report by Thomas Klausner).
1769         + merge current st description (report by Harry Gindi) -TD
1770         + modify flash capability for linux and wyse entries to put the delay
1771           between the reverse/normal escapes rather than after -TD
1772         + modify program tabs to pass the actual tty file descriptor to
1773           setupterm rather than the standard output, making padding work
1774           consistently.
1775         + explain in clear's manual page that it writes to stdout.
1776         + add special case for verbose debugging traces of command-line
1777           utilities which write to stderr (cf: 20161126).
1778         + remove a trace with literal escapes from skip_DECSCNM(), added in
1779           20161203.
1780         + update config.guess, config.sub from
1781                 http://git.savannah.gnu.org/cgit/config.git
1782
1783 20161224
1784         + correct parameters for copywin call in _nc_Synchronize_Attributes()
1785           (patch by Leon Winter).
1786         + improve color-handling section in terminfo manual page (prompted by
1787           patch by Mihail Konev).
1788         + modify programs clear, tput and tset to pass the actual tty file
1789           descriptor to setupterm rather than the standard output, making
1790           padding work.
1791
1792 20161217
1793         + add tput-colorcube demo script.
1794         + add -r and -s options to tput-initc demo, to match usage in xterm.
1795         + flush the standard output in _nc_flush for the case where SP is zero,
1796           e.g., when called via putp.  This fixes a scenario where "tput flash"
1797           did not work after changes in 20130112.
1798
1799 20161210
1800         + add configure script option --disable-wattr-macros for use in cases
1801           where one wants to use the same headers for ncurses5/ncurses6
1802           development, by suppressing the wattr* macros which differ due to
1803           the introduction of extended colors (prompted by comments in
1804           Debian #230990, Redhat #1270534).
1805         + add test/tput-initc to demonstrate tput used to initialize palette
1806           from a data file.
1807         + modify test/xterm*.dat to use the newer color4/color12 values.
1808
1809 20161203
1810         + improve discussion of field validation in form_driver.3x manual page.
1811         + update curs_trace.3x manual page.
1812
1813 20161126
1814         + modify linux-16color to not mask dim, standout or reverse with the
1815           ncv capability -TD
1816         + add 0.1sec mandatory delay to flash capabilities using the VT100
1817           reverse-video control -TD
1818         + omit selection of ISO-8859-1 for G0 in enacs capability from linux2.6
1819           entry, to avoid conflict with the user-defined mapping.  The reset
1820           feature will use ISO-8859-1 in any case (Mikulas Patocka).
1821         + improve check in tic for delays by also warning about beep/flash
1822           when a delay is not embedded, or if those use the VT100 reverse
1823           video escape without using a delay.
1824         + minor fix for syntax-check of delays from 20161119 changes.
1825         + modify trace() to avoid overwriting existing file (report by Maor
1826           Shwartz).
1827
1828 20161119
1829         + add check in tic for some syntax errors of delays, as well as use of
1830           proportional delays for non-line capabilities.
1831         + document history of the clear program and the E3 extension, prompted
1832           by various discussions including
1833           http://unix.stackexchange.com/questions/87469/clearing-the-old-scrollback-buffer
1834
1835 20161112
1836         + improve -W option in tic/infocmp:
1837           + correct order of size-adjustments in wrapped lines
1838           + if -f option splits line, do not further split it with -W
1839           + begin a new line when adding "use=" after a wrapped line
1840
1841 20161105
1842         + fix typo in man/terminfo.tail (Alain Williams).
1843         + correct program-name in adacurses6-config.1 manual page.
1844
1845 20161029
1846         + add new function "unfocus_current_field" (Leon Winter)
1847
1848 20161022
1849         + modify tset -w (and tput reset) to update the program's copy of the
1850           screensize if it was already set in the system, to improve tabstop
1851           setting which relies upon knowing the actual screensize.
1852         + add functionality of tset -w to tput, like the "-c" feature this is
1853           not optional in tput.
1854         + add "clear" as a possible link/alias to tput.
1855         + improve tput's check for being called as "init" or "reset" to allow
1856           for transformed names.
1857         + split-out the "clear" function from progs/clear.c, share with
1858           tput to get the same behavior, e.g., the E3 extension.
1859
1860 20161015
1861         + amend internal use of tputs to consistently use the number of lines
1862           affected, e.g., for insert/delete character operations.  While
1863           merging terminfo source early in 1995, several descriptions used the
1864           "*" proportional delay for these operations, prompting a change in
1865           doupdate.
1866         + regenerate llib-* files.
1867         + regenerate HTML manpages.
1868         + fix several formatting issues with manual pages.
1869
1870 20161008
1871         + adjust size in infocmp/tic to work with strlcpy.
1872         + fix configure script to record when strlcat is found on OpenBSD.
1873         + build-fix for "recent" OpenBSD vs baudrate.
1874
1875 20161001
1876         + add -W option to tic/infocmp to force long strings to wrap.  This is
1877           in addition to the -w option which attempts to fit capabilities into
1878           a given line-length.
1879         + add linux-m1 minitel entries (patch by Alexandre Montaron).
1880         + correct rs2 string for vt100-nam -TD
1881
1882 20160924
1883         + modify _nc_tic_expand to escape comma if it immediately follows a
1884           percent sign, to work with minitel change.
1885         + updated minitel and viewdata descriptions (Alexandre Montaron).
1886
1887 20160917
1888         + build-fix for gnat6, which unhelpfully attempts to compile C files.
1889         + fix typo in 20160910 changes (Debian #837892, patch by Sven Joachim).
1890
1891 20160910
1892         + trim dead code ifdef'd with HIDE_EINTR since 970830 (discussion with
1893           Leon Winter).
1894         + trim some obsolete/incorrect wording about EINTR from wgetch manual
1895           page (patch by Leon Winter).
1896         + really correct 20100515 change (patch by Rich Coe).
1897         + add "--enable-string-hacks" option to test/configure
1898         + completed string-hacks for "sprintf", etc., including test-programs.
1899         + make "--enable-string-hacks" work with Debian by checking for the
1900           "bsd" library and its associated "<bsd/string.h>" header.
1901
1902 20160903
1903         + correct 20100515 change for weak signals versus sigprocmask (report
1904           by Rich Coe).
1905         + modify misc/Makefile.in to work around OpenBSD "make" which unlike
1906           all other versions of "make" does not recognize continuation lines
1907           of comments.
1908         + amend the last change to CF_C_ENV_FLAGS to move only the
1909           preprocessor, optimization and warning flags to CPPFLAGS and CFLAGS,
1910           leaving the residue in CC.  That happens to work for gcc's various
1911           "model" options, but may require tuning for other compilers (report
1912           by Sven Joachim).
1913
1914 20160827
1915         + add "v" menu entry to test/ncurses.c to show baudrate and other
1916           values.
1917         + add "newer" baudrate symbols from Linux and FreeBSD to progs/tset.c,
1918           lib_baudrate.c
1919         + modify CF_XOPEN_SOURCE macro:
1920           + add "uclinux" to case for "linux" (patch by Yann E. Morin)
1921           + modify _GNU_SOURCE for cygwin headers, tested with cygwin 2.3, 2.5
1922             (patch by Corinna Vinschen, from changes to tin).
1923         + improve CF_CC_ENV_FLAGS macro to allow for compiler wrappers such
1924           as "ccache" (report by Enrico Scholz).
1925         + update config.guess, config.sub from
1926                 http://git.savannah.gnu.org/cgit/config.git
1927
1928 20160820
1929         + update tput manual page to reflect changes to manipulate terminal
1930           modes by sharing functions with tset.
1931         + add the terminal-mode parts of "reset" (aka tset) to the "tput reset"
1932           command, making the two almost the same except for window-size.
1933         + adapt logic used in dialog "--keep-tite" option for test/filter.c as
1934           "-a" option.  When set, test/filter attempts to suppress the
1935           alternate screen.
1936         + correct a typo in interix entry -TD
1937
1938 20160813
1939         + add a dependency upon generated-sources in Ada95/src/Makefile.in to
1940           handle a case of "configure && make install".
1941         + trim trailing blanks from include/Caps*, to work around a problem
1942           in sed (Debian #818067).
1943
1944 20160806
1945         + improve CF_GNU_SOURCE configure macro to optionally define
1946           _DEFAULT_SOURCE work around a nuisance in recent glibc releases.
1947         + move the terminfo-specific parts of tput's "reset" function into
1948           the shared reset_cmd.c, making the two forms of reset use the same
1949           strings.
1950         + split-out the terminal initialization functions from tset as
1951           progs/reset_cmd.c, as part of changes to merge the reset-feature
1952           with tput.
1953
1954 20160730
1955         + change tset's initialization to allow it to get settings from the
1956           standard input as well as /dev/tty, to be more effective when
1957           output or error are redirected.
1958         + improve discussion of history and portability for tset/reset/tput
1959           manual pages.
1960
1961 20160723
1962         + improve error message from tset/reset when both stderr/stdout are
1963           redirected to a file or pipe.
1964         + improve organization of curs_attr.3x, curs_color.3x
1965
1966 20160709
1967         + work around Debian's antique/unmaintained version of mawk when
1968           building link_test.
1969         + improve test/list_keys.c, showing ncurses's convention of modifiers
1970           for special keys, based on xterm.
1971
1972 20160702
1973         + improve test/list_keys.c, using $TERM if no parameters are given.
1974
1975 20160625
1976         + build-fixes for ncurses "test_progs" rule.
1977         + amend change to CF_CC_ENV_FLAGS in 20160521 to make multilib build
1978           work (report by Sven Joachim).
1979
1980 20160618
1981         + build-fixes for ncurses-examples with NetBSD curses.
1982         + improve test/list_keys.c, fixing column-widths and sorting the list
1983           to make it more readable.
1984
1985 20160611
1986         + revise fix for Debian #805618 (report by Vlado Potisk, cf: 20151128).
1987         + modify test/ncurses.c a/A screens to make exiting on an escape
1988           character depend on the start of keypad and timeout modes, to allow
1989           better testing of function-keys.
1990         + modify rs1 for xterm-16color, xterm-88color and xterm-256color to
1991           reset palette using "oc" string as in linux -TD
1992         + use ANSI reply for u8 in xterm-new, to reflect vt220-style responses
1993           that could be returned -TD
1994         + added a few capabilities fixed in recent vte -TD
1995
1996 20160604
1997         + correct logic for -f option in test/demo_terminfo.c
1998         + add test/list_keys.c
1999
2000 20160528
2001         + further workaround for PIE/PIC breakage which causes gpm to not link.
2002         + fix most cppcheck warnings, mostly style, in ncurses library.
2003
2004 20160521
2005         + improved manual page description of tset/reset versus window-size.
2006         + fixes to work with a slightly broken compiler configuration which
2007           cannot compile "Hello World!" without adding compiler options
2008           (report by Ola x Nilsson):
2009           + pass appropriate compiler options to the CF_PROG_CC_C_O macro.
2010           + when separating compiler and options in CF_CC_ENV_FLAGS, ensure
2011             that all options are split-off into CFLAGS or CPPFLAGS
2012           + restore some -I options removed in 20140726 because they appeared
2013             to be redundant.  In fact, they are needed for a compiler that
2014             cannot combine -c and -o options.
2015
2016 20160514
2017         + regenerate HTML manpages.
2018         + improve manual pages for wgetch and wget_wch to point out that they
2019           might return values without names in curses.h (Debian #822426).
2020         + make linux3.0 entry the default linux entry (Debian #823658) -TD
2021         + modify linux2.6 entry to improve line-drawing so that the linux3.0
2022           entry can be used in non-UTF-8 mode -TD
2023         + document return value of use_extended_names (report by Mike Gran).
2024
2025 20160507
2026         + amend change to _nc_do_color to restore the early return for the
2027           special case used in _nc_screen_wrap (report by Dick Streefland,
2028           cf: 20151017).
2029         + modify test/ncurses.c:
2030           + check return-value of putwin
2031           + correct ifdef which made the 'g' test's legend not reflect changes
2032             to keypad- and scroll-modes.
2033         + correct return-value of extended putwin (report by Mike Gran).
2034
2035 20160423
2036         + modify test/ncurses.c 'd' edit-color menu to optionally read xterm
2037           color palette directly from terminal, as well as handling KEY_RESIZE
2038           and screen-repainting with control/L and control/R.
2039         + add 'oc' capability to xterm+256color, allowing palette reset for
2040           xterm -TD
2041
2042 20160416
2043         + add workaround in configure script for inept transition to PIE vs
2044           PIC builds documented in
2045                   https://fedoraproject.org/wiki/Changes/Harden_All_Packages
2046         + add "reset" to list of programs whose names might change in manpages
2047           due to program-transformation configure options.
2048         + drop long-obsolete "-n" option from tset.
2049
2050 20160409
2051         + modify test/blue.c to use Unicode values for card-glyphs when
2052           available, as well as improving the check for CP437 and CP850.
2053
2054 20160402
2055         + regenerate HTML manpages.
2056         + improve manual pages for utilities with respect to POSIX versus
2057           X/Open Curses.
2058
2059 20160326
2060         + regenerate HTML manpages.
2061         + improve test/demo_menus.c, allowing mouse-click on the menu-headers
2062           to switch the active menu.  This requires a new extension option
2063           O_MOUSE_MENU to tell the menu driver to put mouse events which do not
2064           apply to the active menu back into the queue so that the application
2065           can handle the event.
2066
2067 20160319
2068         + improve description of tgoto parameters (report by Steffen Nurpmeso).
2069         + amend workaround for Solaris line-drawing to restore a special case
2070           that maps Unicode line-drawing characters into the acsc string for
2071           non-Unicode locales (Debian #816888).
2072
2073 20160312
2074         + modified test/filter.c to illustrate an alternative to getnstr, that
2075           polls for input while updating a clock on the right margin as well
2076           as responding to window size-changes.
2077
2078 20160305
2079         + omit a redefinition of "inline" when traces are enabled, since this
2080           does not work with gcc 5.3.x MinGW cross-compiling (cf: 20150912).
2081
2082 20160220
2083         + modify test/configure script to check for pthread dependency of
2084           ncursest or ncursestw library when building ncurses examples, e.g.,
2085           in case weak symbols are used.
2086         + modify configure macro for shared-library rules to use -Wl,-rpath
2087           rather than -rpath to work around a bug in scons (FreeBSD #178732,
2088           cf: 20061021).
2089         + double-width multibyte characters were not counted properly in
2090           winsnstr and wins_nwstr (report/example by Eric Pruitt).
2091         + update config.guess, config.sub from
2092                 http://git.savannah.gnu.org/cgit/config.git
2093
2094 20160213
2095         + amend fix for _nc_ripoffline from 20091031 to make test/ditto.c work
2096           in threaded configuration.
2097         + move _nc_tracebits, _tracedump and _tracemouse to curses.priv.h,
2098           since they are not part of the suggested ABI6.
2099
2100 20160206
2101         + define WIN32_LEAN_AND_MEAN for MinGW port, making builds faster.
2102         + modify test/ditto.c to allow $XTERM_PROG environment variable to
2103           override "xterm" as the name of the program to run in the threaded
2104           configuration.
2105
2106 20160130
2107         + improve formatting of man/curs_refresh.3x and man/tset.1 manpages
2108         + regenerate HTML manpages using newer man2html to eliminate some
2109           unwanted blank lines.
2110
2111 20160123
2112         + ifdef'd header-file definition of mouse_trafo() with NCURSES_NOMACROS
2113           (report by Corey Minyard).
2114         + fix some strict compiler-warnings in traces.
2115
2116 20160116
2117         + tidy up comments about hardcoded 256color palette (report by
2118           Leonardo Brondani Schenkel) -TD
2119         + add putty-noapp entry, and amend putty entry to use application mode
2120           for better consistency with xterm (report by Leonardo Brondani
2121           Schenkel) -TD
2122         + modify _nc_viscbuf2() and _tracecchar_t2() to trace wide-characters
2123           as a whole rather than their multibyte equivalents.
2124         + minor fix in wadd_wchnstr() to ensure that each cell has nonzero
2125           width.
2126         + move PUTC_INIT calls next to wcrtomb calls, to avoid carry-over of
2127           error status when processing Unicode values which are not mapped.
2128
2129 20160102
2130         + modify ncurses c/C color test-screens to take advantage of wide
2131           screens, reducing the number of lines used for 88- and 256-colors.
2132         + minor refinement to check versus ncv to ignore two parameters of
2133           SGR 38 and 48 when those come from color-capabilities.
2134
2135 20151226
2136         + add check in tic for use of bold, etc., video attributes in the
2137           color capabilities, accounting whether the feature is listed in ncv.
2138         + add check in tic for conflict between ritm, rmso, rmul versus sgr0.
2139
2140 20151219
2141         + add a paragraph to curs_getch.3x discussing key naming (discussion
2142           with James Crippen).
2143         + amend workaround for Solaris vs line-drawing to take the configure
2144           check into account.
2145         + add a configure check for wcwidth() versus the ncurses line-drawing
2146           characters, to use in special-casing systems such as Solaris.
2147
2148 20151212
2149         + improve CF_XOPEN_CURSES macro used in test/configure, to define as
2150           needed NCURSES_WIDECHAR for platforms where _XOPEN_SOURCE_EXTENDED
2151           does not work.  Also modified the test program to ensure that if
2152           building with ncurses, that the cchar_t type is checked, since that
2153           normally is since 20111030 ifdef'd depending on this test.
2154         + improve 20121222 workaround for broken acs, letting Solaris "work"
2155           in spite of its misconfigured wcwidth which marks all of the line
2156           drawing characters as double-width.
2157
2158 20151205
2159         + update form_cursor.3x, form_post.3x, menu_attributes.3x to list
2160           function names in NAME section (patch by Jason McIntyre).
2161         + minor fixes to manpage NAME/SYNOPSIS sections to consistently use
2162           rule that either all functions which are prototyped in SYNOPSIS are
2163           listed in the NAME section, or the manual-page name is the sole item
2164           listed in the NAME section.  The latter is used to reduce clutter,
2165           e.g., for the top-level library manual pages as well as for certain
2166           feature-pages such as SP-funcs and threading (prompted by patches by
2167           Jason McIntyre).
2168
2169 20151128
2170         + add option to preserve leading whitespace in form fields (patch by
2171           Leon Winter).
2172         + add missing assignment in lib_getch.c to make notimeout() work
2173           (Debian #805618).
2174         + add 't' toggle for notimeout() function in test/ncurses.c a/A screens
2175         + add viewdata terminal description (Alexandre Montaron).
2176         + fix a case in tic/infocmp for formatting capabilities where a
2177           backslash at the end of a string was mishandled.
2178         + fix some typos in curs_inopts.3x (Benno Schulenberg).
2179
2180 20151121
2181         + fix some inconsistencies in the pccon* entries -TD
2182         + add bold to pccon+sgr+acs and pccon-base (Tati Chevron).
2183         + add keys f12-f124 to pccon+keys (Tati Chevron).
2184         + add test/test_sgr.c program to exercise all combinations of sgr.
2185
2186 20151107
2187         + modify tset's assignment to TERM in its output to reflect the name by
2188           which the terminal description is found, rather than the primary
2189           name.  That was an unnecessary part from the initial conversion of
2190           tset from termcap to terminfo.  The termcap program in 4.3BSD did
2191           this to avoid using the short 2-character name (report by Rich
2192           Burridge).
2193         + minor fix to configure script to ensure that rules for resulting.map
2194           are only generated when needed (cf: 20151101).
2195         + modify configure script to handle the case where tic-library is
2196           renamed, but the --with-debug option is used by itself without
2197           normal or shared libraries (prompted by comment in Debian #803482).
2198
2199 20151101
2200         + amend change for pkg-config which allows build of pc-files when no
2201           valid pkg-config library directory was configured to suppress the
2202           actual install if it is not overridden to a valid directory at
2203           install time (cf: 20150822).
2204         + modify editing script which generates resulting.map to work with the
2205           clang configuration on recent FreeBSD, which gives an error on an
2206           empty "local" section.
2207         + fix a spurious "(Part)" message in test/ncurses.c b/B tests due
2208           to incorrect attribute-masking.
2209
2210 20151024
2211         + modify MKexpanded.sh to update the expansion of a temporary filename
2212           to "expanded.c", for use in trace statements.
2213         + modify layout of b/B tests in test/ncurses.c to allow for additional
2214           annotation on the right margin; some terminals with partial support
2215           did not display well.
2216         + fix typo in curs_attr.3x (patch by Sven Joachim).
2217         + fix typo in INSTALL (patch by Tomas Cech).
2218         + improve configure check for setting WILDCARD_SYMS variable; on ppc64
2219           the variable is in the Data section rather than Text (patch by Michel
2220           Normand, Novell #946048).
2221         + using configure option "--without-fallbacks" incorrectly caused
2222           FALLBACK_LIST to be set to "no" (patch by Tomas Cech).
2223         + updated minitel entries to fix kel problem with emacs, and add
2224           minitel1b-nb (Alexandre Montaron).
2225         + reviewed/updated nsterm entry Terminal.app in OSX -TD
2226         + replace some dead URLs in comments with equivalents from the
2227           Internet Archive -TD
2228         + update config.guess, config.sub from
2229                 http://git.savannah.gnu.org/cgit/config.git
2230
2231 20151017
2232         + modify ncurses/Makefile.in to sort keys.list in POSIX locale
2233           (Debian #801864, patch by Esa Peuha).
2234         + remove an early-return from _nc_do_color, which can interfere with
2235           data needed by bkgd when ncurses is configured with extended colors
2236           (patch by Denis Tikhomirov).
2237         > fixes for OS/2 (patches by KO Myung-Hun)
2238         + use button instead of kbuf[0] in EMX-specific part of lib_mouse.c
2239         + support building with libtool on OS/2
2240         + use stdc++ on OS/2 kLIBC
2241         + clear cf_XOPEN_SOURCE on OS/2
2242
2243 20151010
2244         + add configure check for openpty to test/configure script, for ditto.
2245         + minor fixes to test/view.c in investigating Debian #790847.
2246         + update autoconf patch to 2.52.20150926, incorporates a fix for Cdk.
2247         + add workaround for breakage of POSIX makefiles by recent binutils
2248           change.
2249         + improve check for working poll() by using posix_openpt() as a
2250           fallback in case there is no valid terminal on the standard input
2251           (prompted by discussion on bug-ncurses mailing list, Debian #676461).
2252
2253 20150926
2254         + change makefile rule for removing resulting.map to distclean rather
2255           than clean.
2256         + add /lib/terminfo to terminfo-dirs in ".deb" test-package.
2257         + add note on portability of resizeterm and wresize to manual pages.
2258
2259 20150919
2260         + clarify in resizeterm.3x how KEY_RESIZE is pushed onto the input
2261           stream.
2262         + clarify in curs_getch.3x that the keypad mode affects ability to
2263           read KEY_MOUSE codes, but does not affect KEY_RESIZE.
2264         + add overlooked build-fix needed with Cygwin for separate Ada95
2265           configure script, cf: 20150606 (report by Nicolas Boulenguez)
2266
2267 20150912
2268         + fixes for configure/build using clang on OSX (prompted by report by
2269           William Gallafent).
2270           + do not redefine "inline" in ncurses_cfg.h; this was originally to
2271             solve a problem with gcc/g++, but is aggravated by clang's misuse
2272             of symbols to pretend it is gcc.
2273           + add braces to configure script to prevent unwanted add of
2274             "-lstdc++" to the CXXLIBS symbol.
2275           + improve/update test-program used for checking existence of stdc++
2276             library.
2277           + if $CXXLIBS is set, the linkage test uses that in addition to $LIBS
2278
2279 20150905
2280         + add note in curs_addch.3x about line-drawing when it depends upon
2281           UTF-8.
2282         + add tic -q option for consistency with infocmp, use it to suppress
2283           all comments from the "tic -I" output.
2284         + modify infocmp -q option to suppress the "Reconstructed from"
2285           header.
2286         + add infocmp/tic -Q option, which allows one to dump the compiled
2287           form of the terminal entry, in hexadecimal or base64.
2288
2289 20150822
2290         + sort options in usage message for infocmp, to make it simpler to
2291           see unused letters.
2292         + update usage message for tic, adding "-0" option.
2293         + documented differences in ESCDELAY versus AIX's implementation.
2294         + fix some compiler warnings from ports.
2295         + modify --with-pkg-config-libdir option to make it possible to install
2296           ".pc" files even if pkg-config is not found (adapted from patch by
2297           Joshua Root).
2298
2299 20150815
2300         + disallow "no" as a possible value for "--with-shlib-version" option,
2301           overlooked in cleanup-changes for 20000708 (report by Tommy Alex).
2302         + update release notes in INSTALL.
2303         + regenerate llib-* files to help with review for release notes.
2304
2305 20150810
2306         + workaround for Debian #65617, which was fixed in mawk's upstream
2307           releases in 2009 (report by Sven Joachim).  See
2308                 https://invisible-island.net/mawk/CHANGES.html#t20090727
2309
2310 20150808 6.0 release for upload to ftp.gnu.org
2311
2312 20150808
2313         + build-fix for Ada95 on older platforms without stdint.h
2314         + build-fix for Solaris, whose /bin/sh and /usr/bin/sed are non-POSIX.
2315         + update release announcement, summarizing more than 800 changes across
2316           more than 200 snapshots.
2317         + minor fixes to manpages, etc., to simplify linking from announcement
2318           page.
2319
2320 20150725
2321         + updated llib-* files.
2322         + build-fixes for ncurses library "test_progs" rule.
2323         + use alternate workaround for gcc 5.x feature (adapted from patch by
2324           Mikhail Peselnik).
2325         + add status line to tmux via xterm+sl (patch by Nicholas Marriott).
2326         + fixes for st 0.5 from testing with tack -TD
2327         + review/improve several manual pages to break up wall-of-text:
2328           curs_add_wch.3x, curs_attr.3x, curs_bkgd.3x, curs_bkgrnd.3x,
2329           curs_getcchar.3x, curs_getch.3x, curs_kernel.3x, curs_mouse.3x,
2330           curs_outopts.3x, curs_overlay.3x, curs_pad.3x, curs_termattrs.3x
2331           curs_trace.3x, and curs_window.3x
2332
2333 20150719
2334         + correct an old logic error for %A and %O in tparm (report by "zreed").
2335         + improve documentation for signal handlers by adding section in the
2336           curs_initscr.3x page.
2337         + modify logic in make_keys.c to not assume anything about the size
2338           of strnames and strfnames variables, since those may be functions
2339           in the thread- or broken-linker configurations (problem found by
2340           Coverity).
2341         + modify test/configure script to check for pthreads configuration,
2342           e.g., ncursestw library.
2343
2344 20150711
2345         + modify scripts to build/use test-packages for the pthreads
2346           configuration of ncurses6.
2347         + add references to ttytype and termcap symbols in demo_terminfo.c and
2348           demo_termcap.c to ensure that when building ncursest.map, etc., that
2349           the corresponding names such as _nc_ttytype are added to the list of
2350           versioned symbols (report by Werner Fink)
2351         + fix regression from 20150704 (report/patch by Werner Fink).
2352
2353 20150704
2354         + fix a few problems reported by Coverity.
2355         + fix comparison against "/usr/include" in misc/gen-pkgconfig.in
2356           (report by Daiki Ueno, Debian #790548, cf:  20141213).
2357
2358 20150627
2359         + modify configure script to remove deprecated ABI 5 symbols when
2360           building ABI 6.
2361         + add symbols _nc_Default_Field, _nc_Default_Form, _nc_has_mouse to
2362           map-files, but marked as deprecated so that they can easily be
2363           suppressed from ABI 6 builds (Debian #788610).
2364         + comment-out "screen.xterm" entry, and inherit screen.xterm-256color
2365           from xterm-new (report by Richard Birkett) -TD
2366         + modify read_entry.c to set the error-return to -1 if no terminal
2367           databases were found, as documented for setupterm.
2368         + add test_setupterm.c to demonstrate normal/error returns from the
2369           setupterm and restartterm functions.
2370         + amend cleanup change from 20110813 which removed redundant definition
2371           of ret_error, etc., from tinfo_driver.c, to account for the fact that
2372           it should return a bool rather than int (report/analysis by Johannes
2373           Schindelin).
2374
2375 20150613
2376         + fix overflow warning for OSX with lib_baudrate.c (cf: 20010630).
2377         + modify script used to generate map/sym files to mark 5.9.20150530 as
2378           the last "5.9" version, and regenerated the files.  That makes the
2379           files not use ".current" for the post-5.9 symbols.  This also
2380           corrects the label for _nc_sigprocmask used in when weak symbols are
2381           configured for the ncursest/ncursestw libraries (prompted by
2382           discussion with Sven Joachim).
2383         + fix typo in NEWS (report by Sven Joachim).
2384
2385 20150606 pre-release
2386         + make ABI 6 the default by updates to dist.mk and VERSION, with the
2387           intention that the existing ABI 5 should build as before using the
2388           "--with-abi-version=5" option.
2389         + regenerate ada- and man-html documentation.
2390         + minor fixes to color- and util-manpages.
2391         + fix a regression in Ada95/gen/Makefile.in, to handle special case of
2392           Cygwin, which uses the broken-linker feature.
2393         + amend fix for CF_NCURSES_CONFIG used in test/configure to assume that
2394           ncurses package scripts work when present for cross-compiling, as the
2395           lessor of two evils (cf: 20150530).
2396         + add check in configure script to disallow conflicting options
2397           "--with-termlib" and "--enable-term-driver".
2398         + move defaults for "--disable-lp64" and "--with-versioned-syms" into
2399           CF_ABI_DEFAULTS macro.
2400
2401 20150530
2402         + change private type for Event_Mask in Ada95 binding to work when
2403           mmask_t is set to 32-bits.
2404         + remove spurious "%;" from st entry (report by Daniel Pitts) -TD
2405         + add vte-2014, update vte to use that -TD
2406         + modify tic and infocmp to "move" a diagnostic for tparm strings that
2407           have a syntax error to tic's "-c" option (report by Daniel Pitts).
2408         + fix two problems with configure script macros (Debian #786436,
2409           cf: 20150425, cf: 20100529).
2410
2411 20150523
2412         + add 'P' menu item to test/ncurses.c, to show pad in color.
2413         + improve discussion in curs_color.3x about color rendering (prompted
2414           by comment on Stack Overflow forum):
2415         + remove screen-bce.mlterm, since mlterm does not do "bce" -TD
2416         + add several screen.XXX entries to support the respective variations
2417           for 256 colors -TD
2418         + add putty+fnkeys* building-block entries -TD
2419         + add smkx/rmkx to capabilities analyzed with infocmp "-i" option.
2420
2421 20150516
2422         + amend change to ".pc" files to only use the extra loader flags which
2423           may have rpath options (report by Sven Joachim, cf: 20150502).
2424         + change versioning for dpkg's in test-packages for Ada95 and
2425           ncurses-examples for consistency with Debian, to work with package
2426           updates.
2427         + regenerate html manpages.
2428         + clarify handling of carriage return in waddch manual page; it was
2429           discussed only in the portability section (prompted by comment on
2430           Stack Overflow forum):
2431
2432 20150509
2433         + add test-packages for cross-compiling ncurses-examples using the
2434           MinGW test-packages.  These are only the Debian packages; RPM later.
2435         + cleanup format of debian/copyright files
2436         + add pc-files to the MinGW cross-compiling test-packages.
2437         + correct a couple of places in gen-pkgconfig.in to handle renaming of
2438           the tinfo library.
2439
2440 20150502
2441         + modify the configure script to allow different default values
2442           for ABI 5 versus ABI 6.
2443         + add wgetch-events to test-packages.
2444         + add a note on how to build ncurses-examples to test/README.
2445         + fix a memory leak in delscreen (report by Daniel Kahn Gillmor,
2446           Debian #783486) -TD
2447         + remove unnecessary ';' from E3 capabilities -TD
2448         + add tmux entry, derived from screen (patch by Nicholas Marriott).
2449         + split-out recent change to nsterm-bce as nsterm-build326, and add
2450           nsterm-build342 to reflect changes with successive releases of OSX
2451           (discussion with Leonardo B Schenkel)
2452         + add xon, ich1, il1 to ibm3161 (patch by Stephen Powell, Debian
2453           #783806)
2454         + add sample "magic" file, to document ext-putwin.
2455         + modify gen-pkgconfig.in to add explicit -ltinfo, etc., to the
2456           generated ".pc" file when ld option "--as-needed" is used, or when
2457           ncurses and tinfo are installed without using rpath (prompted by
2458           discussion with Sylvain Bertrand).
2459         + modify test-package for ncurses6 to omit rpath feature when installed
2460           in /usr.
2461         + add OSX's "*.dSYM" to clean-rules in makefiles.
2462         + make extra-suffix work for OSX configuration, e.g., for shared
2463           libraries.
2464         + modify Ada95/configure script to work with pkg-config
2465         + move test-package for ncurses6 to /usr, since filename-conflicts have
2466           been eliminated.
2467         + corrected build rules for Ada95/gen/generate; it does not depend on
2468           the ncurses library aside from headers.
2469         + reviewed man pages, fixed a few other spelling errors.
2470         + fix a typo in curs_util.3x (Sven Joachim).
2471         + use extra-suffix in some overlooked shared library dependencies
2472           found by 20150425 changes for test-packages.
2473         + update config.guess, config.sub from
2474                 http://git.savannah.gnu.org/cgit/config.git
2475
2476 20150425
2477         + expanded description of tgetstr's area pointer in manual page
2478           (report by Todd M Lewis).
2479         + in-progress changes to modify test-packages to use ncursesw6 rather
2480           than ncursesw, with updated configure scripts.
2481         + modify CF_NCURSES_CONFIG in Ada95- and test-configure scripts to
2482           check for ".pc" files via pkg-config, but add a linkage check since
2483           frequently pkg-config configurations are broken.
2484         + modify misc/gen-pkgconfig.in to include EXTRA_LDFLAGS, e.g., for the
2485           rpath option.
2486         + add 'dim' capability to screen entry (report by Leonardo B Schenkel)
2487         + add several key definitions to nsterm-bce to match preconfigured
2488           keys, e.g., with OSX 10.9 and 10.10 (report by Leonardo B Schenkel)
2489         + fix repeated "extra-suffix" in ncurses-config.in (cf: 20150418).
2490         + improve term_variables manual page, adding section on the terminfo
2491           long-name symbols which are defined in the term.h header.
2492         + fix bug in lib_tracebits.c introduced in const-fixes (cf: 20150404).
2493
2494 20150418
2495         + avoid a blank line in output from tabs program by ending it with
2496           a carriage return as done in FreeBSD (patch by James Clarke).
2497         + build-fix for the "--enable-ext-putwin" feature when not using
2498           wide characters (report by Werner Fink).
2499         + modify autoconf macros to use scripting improvement from xterm.
2500         + add -brtl option to compiler options on AIX 5-7, needed to link
2501           with the shared libraries.
2502         + add --with-extra-suffix option to help with installing nonconflicting
2503           ncurses6 packages, e.g., avoiding header- and library-conflicts.
2504           NOTE: as a side-effect, this renames
2505                   adacurses-config to adacurses5-config and
2506                   adacursesw-config to adacursesw5-config
2507         + modify debian/rules test package to suffix programs with "6".
2508         + clarify in curs_inopts.3x that window-specific settings do not
2509           inherit into new windows.
2510
2511 20150404
2512         + improve description of start_color() in the manual.
2513         + modify several files in ncurses- and progs-directories to allow
2514           const data used in internal tables to be put by the linker into the
2515           readonly text segment.
2516
2517 20150329
2518         + correct cut/paste error for "--enable-ext-putwin" that made it the
2519           same as "--enable-ext-colors" (report by Roumen Petrov)
2520
2521 20150328
2522         + add "-f" option to test/savescreen.c to help with testing/debugging
2523           the extended putwin/getwin.
2524         + add logic for writing/reading combining characters in the extended
2525           putwin/getwin.
2526         + add "--enable-ext-putwin" configure option to turn on the extended
2527           putwin/getwin.
2528
2529 20150321
2530         + in-progress changes to provide an extended version of putwin and
2531           getwin which will be capable of reading screen-dumps between the
2532           wide/normal ncurses configurations.  These are text files, except
2533           for a magic code at the beginning:
2534           0       string          \210\210        Screen-dump (ncurses)
2535
2536 20150307
2537         + document limitations of getwin in manual page (prompted by discussion
2538           with John S Urban).
2539         + extend test/savescreen.c to demonstrate that color pair values
2540           and graphic characters can be restored using getwin.
2541
2542 20150228
2543         + modify win_driver.c to eliminate the constructor, to make it more
2544           usable in an application which may/may not need the console window
2545           (report by Grady Martin).
2546
2547 20150221
2548         + capture define's related to -D_XOPEN_SOURCE from the configure check
2549           and add those to the *-config and *.pc files, to simplify use for
2550           the wide-character libraries.
2551         + modify ncurses.spec to accommodate Fedora21's location of pkg-config
2552           directory.
2553         + correct sense of "--disable-lib-suffixes" configure option (report
2554           by Nicolas Boos, cf: 20140426).
2555
2556 20150214
2557         + regenerate html manpages using improved man2html from work on xterm.
2558         + regenerated ".map" and ".sym" files using improved script, accounting
2559           for the "--enable-weak-symbols" configure option (report by Werner
2560           Fink).
2561
2562 20150131
2563         + regenerated ".map" and ".sym" files using improved script, showing
2564           the combinations of configure options used at each stage.
2565
2566 20150124
2567         + add configure check to determine if "local: _*;" can be used in the
2568           ".map" files to selectively omit symbols beginning with "_".  On at
2569           least recent FreeBSD, the wildcard applies to all "_" symbols.
2570         + remove obsolete/conflicting rule for ncurses.map from
2571           ncurses/Makefile.in (cf:  20130706).
2572
2573 20150117
2574         + improve description in INSTALL of the --with-versioned-syms option.
2575         + add combination of --with-hashed-db and --with-ticlib to
2576           configurations for ".map" files (report by Werner Fink).
2577
2578 20150110
2579         + add a step to generating ".map" files, to declare any remaining
2580           symbols beginning with "_" as local, at the last version node.
2581         + improve configure checks for pkg-config, addressing a variant found
2582           with FreeBSD ports.
2583         + modify win_driver.c to provide characters for special keys, like
2584           ansi.sys, when keypad mode is off, rather than returning nothing at
2585           all (discussion with Eli Zaretskii).
2586         + add "broken_linker" and "hashed-db" configure options to combinations
2587           use for generating the ".map" and ".sym" files.
2588         + avoid using "ld" directly when creating shared library, to simplify
2589           cross-compiles.  Also drop "-Bsharable" option from shared-library
2590           rules for FreeBSD and DragonFly (FreeBSD #196592).
2591         + fix a memory leak in form library Free_RegularExpression_Type()
2592           (report by Pavel Balaev).
2593
2594 20150103
2595         + modify_nc_flush() to retry if interrupted (patch by Stian Skjelstad).
2596         + change map files to make _nc_freeall a global, since it may be used
2597           via the Ada95 binding when checking for memory leaks.
2598         + improve sed script used in 20141220 to account for wide-, threaded-
2599           variations in ABI 6.
2600
2601 20141227
2602         + regenerate ".map" files, using step overlooked in 20141213 to use
2603           the same patch-dates across each file to match ncurses.map (report by
2604           Sven Joachim).
2605
2606 20141221
2607         + fix an incorrect variable assignment in 20141220 changes (report by
2608           Sven Joachim).
2609
2610 20141220
2611         + updated Ada95/configure with macro changes from 20141213
2612         + tie configure options --with-abi-version and --with-versioned-syms
2613           together, so that ABI 6 libraries have distinct symbol versions from
2614           the ABI 5 libraries.
2615         + replace obsolete/nonworking link to man2html with current one,
2616           regenerate html-manpages.
2617
2618 20141213
2619         + modify misc/gen-pkgconfig.in to add -I option for include-directory
2620           when using both --prefix and --disable-overwrite (report by Misty
2621           De Meo).
2622         + add configure option --with-pc-suffix to allow minor renaming of
2623           ".pc" files and the corresponding library.  Use this in the test
2624           package for ncurses6.
2625         + modify configure script so that if pkg-config is not installed, it
2626           is still possible to install ".pc" files (report by Misty De Meo).
2627         + updated ".sym" files, removing symbols which are marked as "local"
2628           in the corresponding ".map" files.
2629         + updated ".map" files to reflect move of comp_captab and comp_hash
2630           from tic-library to tinfo-library in 20090711 (report by Sven
2631           Joachim).
2632
2633 20141206
2634         + updated ".map" files so that each symbol that may be shared across
2635           the different library configurations has the same label.  Some
2636           review is needed to ensure these are really compatible.
2637         + modify MKlib_gen.sh to work around change in development version of
2638           gcc introduced here:
2639                   https://gcc.gnu.org/ml/gcc-patches/2014-06/msg02185.html
2640                   https://gcc.gnu.org/ml/gcc-patches/2014-07/msg00236.html
2641           (reports by Marcus Shawcroft, Maohui Lei).
2642         + improved configure macro CF_SUBDIR_PATH, from lynx changes.
2643
2644 20141129
2645         + improved ".map" files by generating them with a script that builds
2646           ncurses with several related configurations and merges the results.
2647           A further refinement is planned, to make the tic- and tinfo-library
2648           symbols use the same versions across each of the four configurations
2649           which are represented (reports by Sven Joachim, Werner Fink).
2650
2651 20141115
2652         + improve description of limits for color values and color pairs in
2653           curs_color.3x (prompted by patch by Tim van der Molen).
2654         + add VERSION file, using first field in that to record the ABI version
2655           used for configure --with-libtool --disable-libtool-version
2656         + add configure options for applying the ".map" and ".sym" files to
2657           the ncurses, form, menu and panel libraries.
2658         + add ".map" and ".sym" files to show exported symbols, e.g., for
2659           symbol-versioning.
2660
2661 20141101
2662         + improve strict compiler-warnings by adding a cast in TRACE_RETURN
2663           and making a new TRACE_RETURN1 macro for cases where the cast does
2664           not apply.
2665
2666 20141025
2667         + in-progress changes to integrate the win32 console driver with the
2668           msys2 configuration.
2669
2670 20141018
2671         + reviewed terminology 0.6.1, add function key definitions.  None of
2672           the vt100-compatibility issues were improved -TD
2673         + improve infocmp conversion of extended capabilities to termcap by
2674           correcting the limit check against parametrized[], as well as filling
2675           in a check if the string happens to have parameters, e.g., "xm"
2676           in recent changes.
2677         + add check for zero/negative dimensions for resizeterm and resize_term
2678           (report by Mike Gran).
2679
2680 20141011
2681         + add experimental support for xterm's 1005 mouse mode, to use in a
2682           demonstration of its limitations.
2683         + add experimental support for "%u" format to terminfo.
2684         + modify test/ncurses.c to also show position reports in 'a' test.
2685         + minor formatting fixes to _nc_trace_mmask_t, make this function
2686           exported to help with debugging mouse changes.
2687         + improve behavior of wheel-mice for xterm protocol, noting that there
2688           are only button-presses for buttons "4" and "5", so there is no need
2689           to wait to combine events into double-clicks (report/analysis by
2690           Greg Field).
2691         + provide examples xterm-1005 and xterm-1006 terminfo entries -TD
2692         + implement decoder for xterm SGR 1006 mouse mode.
2693
2694 20140927
2695         + implement curs_set in win_driver.c
2696         + implement flash in win_driver.c
2697         + fix an infinite loop in win_driver.c if the command-window loses
2698           focus.
2699         + improve the non-buffered mode, i.e., NCURSES_CONSOLE2, of
2700           win_driver.c by temporarily changing the buffer-size to match the
2701           window-size to eliminate the scrollback.  Also enforce a minimum
2702           screen-size of 24x80 in the non-buffered mode.
2703         + modify generated misc/Makefile to suppress install.data from the
2704           dependencies if the --disable-db-install option is used, compensating
2705           for the top-level makefile changes used to add ncurses*-config in the
2706           20140920 changes (report by Steven Honeyman).
2707
2708 20140920
2709         + add ncurses*-config to bin-directory of sample package-scripts.
2710         + add check to ensure that getopt is available; this is a problem in
2711           some older cross-compiler environments.
2712         + expanded on the description of --disable-overwrite in INSTALL
2713           (prompted by reports by Joakim Tjernlund, Thomas Klausner).
2714           See Gentoo #522586 and NetBSD #49200 for examples.
2715           which relates to the clarified guidelines.
2716         + remove special logic from CF_INCLUDE_DIRS which adds the directory
2717           for the --includedir from the build (report by Joakim Tjernlund).
2718         + add case for Unixware to CF_XOPEN_SOURCE, from lynx changes.
2719         + update config.sub from
2720                 http://git.savannah.gnu.org/cgit/config.git
2721
2722 20140913
2723         + add a configure check to ignore some of the plethora of non-working
2724           C++ cross-compilers.
2725         + build-fixes for Ada95 with gnat 4.9
2726
2727 20140906
2728         + build-fix and other improvements for port of ncurses-examples to
2729           NetBSD.
2730         + minor compiler-warning fixes.
2731
2732 20140831
2733         + modify test/demo_termcap.c and test/demo_terminfo.c to make their
2734           options more directly comparable, and add "-i" option to specify
2735           a terminal description filename to parse for names to lookup.
2736
2737 20140823
2738         + fix special case where double-width character overwrites a single-
2739           width character in the first column (report by Egmont Koblinger,
2740           cf: 20050813).
2741
2742 20140816
2743         + fix colors in ncurses 'b' test which did not work after changing
2744           it to put the test-strings in subwindows (cf: 20140705).
2745         + merge redundant SEE-ALSO sections in form and menu manpages.
2746
2747 20140809
2748         + modify declarations for user-data pointers in C++ binding to use
2749           reinterpret_cast to facilitate converting typed pointers to void*
2750           in user's application (patch by Adam Jiang).
2751         + regenerated html manpages.
2752         + add note regarding cause and effect for TERM in ncurses manpage,
2753           having noted clueless verbiage in Terminal.app's "help" file
2754           which reverses cause/effect.
2755         + remove special fallback definition for NCURSES_ATTR_T, since macros
2756           have resolved type-mismatches using casts (cf: 970412).
2757         + fixes for win_driver.c:
2758           + handle repainting on endwin/refresh combination.
2759           + implement beep().
2760           + minor cleanup.
2761
2762 20140802
2763         + minor portability fixes for MinGW:
2764           + ensure WINVER is defined in makefiles rather than using headers
2765           + add check for gnatprep "-T" option
2766           + work around bug introduced by gcc 4.8.1 in MinGW which breaks
2767             "trace" feature:
2768             http://stackoverflow.com/questions/20877689/gcc-4-8-1-minggw-d-option-does-not-work-as-usual
2769         + fix most compiler warnings for Cygwin ncurses-examples.
2770         + restore "redundant" -I options in test/Makefile.in, since they are
2771           typically needed when building the derived ncurses-examples package
2772           (cf: 20140726).
2773
2774 20140726
2775         + eliminate some redundant -I options used for building libraries, and
2776           ensure that ${srcdir} is added to the include-options (prompted by
2777           discussion with Paul Gilmartin).
2778         + modify configure script to work with Minix3.2
2779         + add form library extension O_DYNAMIC_JUSTIFY option which can be
2780           used to override the different treatment of justification for static
2781           versus dynamic fields (adapted from patch by Leon Winter).
2782         + add a null pointer check in test/edit_field.c (report/analysis by
2783           Leon Winter, cf: 20130608).
2784
2785 20140719
2786         + make workarounds for compiling test-programs with NetBSD curses.
2787         + improve configure macro CF_ADD_LIBS, to eliminate repeated -l/-L
2788           options, from xterm changes.
2789
2790 20140712
2791         + correct Charable() macro check for A_ALTCHARSET in wide-characters.
2792         + build-fix for position-debug code in tty_update.c, to work with or
2793           without sp-funcs.
2794
2795 20140705
2796         + add w/W toggle to ncurses.c 'B' test, to demonstrate permutation of
2797           video-attributes and colors with double-width character strings.
2798
2799 20140629
2800         + correct check in win_driver.c for saving screen contents, e.g., when
2801           NCURSES_CONSOLE2 is set (cf: 20140503).
2802         + reorganize b/B menu items in ncurses.c, putting the test-strings into
2803           subwindows.  This is needed for a planned change to use Unicode
2804           fullwidth characters in the test-screens.
2805         + correct update to form status for _NEWTOP, broken by fixes for
2806           compiler warnings (patch by Leon Winter, cf: 20120616).
2807
2808 20140621
2809         + change shared-library suffix for AIX 5 and 6 to ".so", avoiding
2810           conflict with the static library (report by Ben Lentz).
2811         + document RPATH_LIST in INSTALLATION file, as part of workarounds for
2812           upgrading an ncurses library using the "--with-shared" option.
2813         + modify test/ncurses.c c/C tests to cycle through subsets of the
2814           total number of colors, to better illustrate 8/16/88/256-colors by
2815           providing directly comparable screens.
2816         + add test/dots_curses.c, for comparison with the low-level examples.
2817
2818 20140614
2819         + fix dereference before null check found by Coverity in tic.c
2820           (cf: 20140524).
2821         + fix sign-extension bug in read_entry.c which prevented "toe" from
2822           reading empty "screen+italics" entry.
2823         + modify sgr for screen.xterm-new to support dim capability -TD
2824         + add dim capability to nsterm+7 -TD
2825         + cancel dim capability for iterm -TD
2826         + add dim, invis capabilities to vte-2012 -TD
2827         + add sitm/ritm to konsole-base and mlterm3 -TD
2828
2829 20140609
2830         > fix regression in screen terminfo entries (reports by Christian
2831           Ebert, Gabriele Balducci) -TD
2832         + revert the change to screen; see notes for why this did not work -TD
2833         + cancel sitm/ritm for entries which extend "screen", to work around
2834           screen's hardcoded behavior for SGR 3 -TD
2835
2836 20140607
2837         + separate masking for sgr in vidputs from sitm/ritm, which do not
2838           overlap with sgr functionality.
2839         + remove unneeded -i option from adacurses-config; put -a in the -I
2840           option for consistency (patch by Pascal Pignard).
2841         + update xterm-new terminfo entry to xterm patch #305 -TD
2842         + change format of test-scripts for Debian Ada95 and ncurses-examples
2843           packages to quilted to work around Debian #700177 (cf: 20130907).
2844         + build fix for form_driver_w.c as part of ncurses-examples package for
2845           older ncurses than 20131207.
2846         + add Hello World example to adacurses-config manpage.
2847         + remove unused --enable-pc-files option from Ada95/configure.
2848         + add --disable-gnat-projects option for testing.
2849         + revert changes to Ada95 project-files configuration (cf: 20140524).
2850         + corrected usage message in adacurses-config.
2851
2852 20140524
2853         + fix typo in ncurses manpage for the NCURSES_NO_MAGIC_COOKIE
2854           environment variable.
2855         + improve discussion of input-echoing in curs_getch.3x
2856         + clarify discussion in curs_addch.3x of wrapping.
2857         + modify parametrized.h to make fln non-padded.
2858         + correct several entries which had termcap-style padding used in
2859           terminfo: adm21, aj510, alto-h19, att605-pc, x820 -TD
2860         + correct syntax for padding in some entries: dg211, h19 -TD
2861         + correct ti924-8 which had confused padding versus octal escapes -TD
2862         + correct padding in sbi entry -TD
2863         + fix an old bug in the termcap emulation; "%i" was ignored in tparm()
2864           because the parameters to be incremented were already on the internal
2865           stack (report by Corinna Vinschen).
2866         + modify tic's "-c" option to take into account the "-C" option to
2867           activate additional checks which compare the results from running
2868           tparm() on the terminfo expressions versus the translated termcap
2869           expressions.
2870         + modify tic to allow it to read from FIFOs (report by Matthieu Fronton,
2871           cf: 20120324).
2872         > patches by Nicolas Boulenguez:
2873         + explicit dereferences to suppress some style warnings.
2874         + when c_varargs_to_ada.c includes its header, use double quotes
2875           instead of <>.
2876         + samples/ncurses2-util.adb:  removed unused with clause.  The warning
2877           was removed by an obsolete pragma.
2878         + replaced Unreferenced pragmas with Warnings (Off).  The latter,
2879           available with older GNATs, needs no configure test.  This also
2880           replaces 3 untested Unreferenced pragmas.
2881         + simplified To_C usage in trace handling.  Using two parameters allows
2882           some basic formatting, and avoids a warning about security with some
2883           compiler flags.
2884         + for generated Ada sources, replace many snippets with one pure
2885           package.
2886         + removed C_Chtype and its conversions.
2887         + removed C_AttrType and its conversions.
2888         + removed conversions between int, Item_Option_Set, Menu_Option_Set.
2889         + removed int, Field_Option_Set, Item_Option_Set conversions.
2890         + removed C_TraceType, Attribute_Option_Set conversions.
2891         + replaced C.int with direct use of Eti_Error, now enumerated.  As it
2892           was used in a case statement, values were tested by the Ada compiler
2893           to be consecutive anyway.
2894         + src/Makefile.in: remove duplicate stanza
2895         + only consider using a project for shared libraries.
2896         + style. Silent gnat-4.9 warning about misplaced "then".
2897         + generate shared library project to honor ADAFLAGS, LDFLAGS.
2898
2899 20140510
2900         + cleanup recently introduced compiler warnings for MingW port.
2901         + workaround for ${MAKEFLAGS} configure check versus GNU make 4.0,
2902           which introduces more than one gratuitous incompatibility.
2903
2904 20140503
2905         + add vt520ansi terminfo entry (patch by Mike Gran)
2906         + further improve MinGW support for the scenario where there is an
2907           ANSI-escapes handler such as ansicon running in the console window
2908           (patch by Juergen Pfeifer).
2909
2910 20140426
2911         + add --disable-lib-suffixes option (adapted from patch by Juergen
2912           Pfeifer).
2913         + merge some changes from Juergen Pfeifer's work with MSYS2, to
2914           simplify later merging:
2915           + use NC_ISATTY() macro for isatty() in library
2916           + add _nc_mingw_isatty() and related functions to windows-driver
2917           + rename terminal driver entrypoints to simplify grep's
2918         + remove a check in the sp-funcs flavor of newterm() which allowed only
2919           the first call to newterm() to succeed (report by Thomas Beierlein,
2920           cf: 20090927).
2921
2922 20140419
2923         + update config.guess, config.sub from
2924                 http://git.savannah.gnu.org/cgit/config.git
2925
2926 20140412
2927         + modify configure script:
2928           + drop the -no-gcc option from Intel compiler, from lynx changes.
2929           + extend the --with-hashed-db configure option to simplify building
2930             with different versions of Berkeley database using FreeBSD ports.
2931         + improve initialization for MinGW port (Juergen Pfeifer):
2932           + enforce Windows-style path-separator if cross-compiling,
2933           + add a driver-name method to each of the drivers,
2934           + allow the Windows driver name to match "unknown", ignoring case,
2935           + lengthen the built-in name for the Windows console driver to
2936             "#win32console", and
2937           + move the comparison of driver-names allowing abbreviation, e.g.,
2938             to "#win32con" into the Windows console driver.
2939
2940 20140329
2941         + add check in tic for mismatch between ccc and initp/initc
2942         + cancel ccc in putty-256color and konsole-256color for consistency
2943           with the cancelled initc capability (patch by Sven Zuhlsdorf).
2944         + add xterm+256setaf building block for various terminals which only
2945           get the 256-color feature half-implemented -TD
2946         + updated "st" entry (leaving the 0.1.1 version as "simpleterm") to
2947           0.4.1 -TD
2948
2949 20140323
2950         + fix typo in "mlterm" entry (report by Gabriele Balducci) -TD
2951
2952 20140322
2953         + use types from <stdint.h> in sample build-scripts for chtype, etc.
2954         + modify configure script and curses.h.in to allow the types specified
2955           using --with-chtype and related options to be defined in <stdint.h>
2956         + add terminology entry -TD
2957         + add mlterm3 entry, use that as "mlterm" -TD
2958         + inherit mlterm-256color from mlterm -TD
2959
2960 20140315
2961         + modify _nc_New_TopRow_and_CurrentItem() to ensure that the menu's
2962           top-row is adjusted as needed to ensure that the current item is
2963           on the screen (patch by Johann Klammer).
2964         + add wgetdelay() to retrieve _delay member of WINDOW if it happens to
2965           be opaque, e.g., in the pthread configuration (prompted by patch by
2966           Soren Brinkmann).
2967
2968 20140308
2969         + modify ifdef in read_entry.c to handle the case where
2970           NCURSES_USE_DATABASE is not defined (patch by Xin Li).
2971         + add cast in form_driver_w() to fix ARM build (patch by Xin Li).
2972         + add logic to win_driver.c to save/restore screen contents when not
2973           allocating a console-buffer (cf: 20140215).
2974
2975 20140301
2976         + clarify error-returns from newwin (report by Ruslan Nabioullin).
2977
2978 20140222
2979         + fix some compiler warnings in win_driver.c
2980         + updated notes for wsvt25 based on tack and vttest -TD
2981         + add teken entry to show actual properties of FreeBSD's "xterm"
2982           console -TD
2983
2984 20140215
2985         + in-progress changes to win_driver.c to implement output without
2986           allocating a console-buffer.  This uses a pre-existing environment
2987           variable NCGDB used by Juergen Pfeifer for debugging (prompted by
2988           discussion with Erwin Waterlander regarding Console2, which hangs
2989           when reading in an allocated console-buffer).
2990         + add -t option to gdc.c, and modify to accept "S" to step through the
2991           scrolling-stages.
2992         + regenerate NCURSES-Programming-HOWTO.html to fix some of the broken
2993           html emitted by docbook.
2994
2995 20140209
2996         + modify CF_XOPEN_SOURCE macro to omit followup check to determine if
2997           _XOPEN_SOURCE can/should be defined.  g++ 4.7.2 built on Solaris 10
2998           has some header breakage due to its own predefinition of this symbol
2999           (report by Jean-Pierre Flori, Sage #15796).
3000
3001 20140201
3002         + add/use symbol NCURSES_PAIRS_T like NCURSES_COLOR_T, to illustrate
3003           which "short" types are for color pairs and which are color values.
3004         + fix build for s390x, by correcting field bit offsets in generated
3005           representation clauses when int=32 long=64 and endian=big, or at
3006           least on s390x (patch by Nicolas Boulenguez).
3007         + minor cleanup change to test/form_driver_w.c (patch by Gaute Hope).
3008
3009 20140125
3010         + remove unnecessary ifdef's in Ada95/gen/gen.c, which reportedly do
3011           not work as is with gcc 4.8 due to fixes using chtype cast made for
3012           new compiler warnings by gcc 4.8 in 20130824 (Debian #735753, patch
3013           by Nicolas Boulenguez).
3014
3015 20140118
3016         + apply includesubdir variable which was introduced in 20130805 to
3017           gen-pkgconfig.in (Debian #735782).
3018
3019 20131221
3020         + further improved man2html, used this to fix broken links in html
3021           manpages.  See
3022           ftp://ftp.invisible-island.net/ncurses/patches/man2html
3023
3024 20131214
3025         + modify configure-script/ifdef's to allow OLD_TTY feature to be
3026           suppressed if the type of ospeed is configured using the option
3027           --with-ospeed to not be a short.  By default, it is a short for
3028           termcap-compatibility (adapted from suggestion by Christian
3029           Weisgerber).
3030         + correct a typo in _nc_baudrate() (patch by Christian Weisgerber,
3031           cf: 20061230).
3032         + fix a few -Wlogical-op warnings.
3033         + updated llib-l* files.
3034
3035 20131207
3036         + add form_driver_w() entrypoint to wide-character forms library, as
3037           well as test program form_driver_w (adapted from patch by Gaute
3038           Hope).
3039
3040 20131123
3041         + minor fix for CF_GCC_WARNINGS to special-case options which are not
3042           recognized by clang.
3043
3044 20131116
3045         + add special case to configure script to move _XOPEN_SOURCE_EXTENDED
3046           definition from CPPFLAGS to CFLAGS if it happens to be needed for
3047           Solaris, because g++ errors with that definition (report by
3048           Jean-Pierre Flori, Sage #15268).
3049         + correct logic in infocmp's -i option which was intended to ignore
3050           strings which correspond to function-keys as candidates for piecing
3051           together initialization- or reset-strings.  The problem dates to
3052           1.9.7a, but was overlooked until changes in -Wlogical-op warnings for
3053           gcc 4.8 (report by David Binderman).
3054         + updated CF_GCC_WARNINGS to documented options for gcc 4.9.0, moving
3055           checks for -Wextra and -Wdeclaration-after-statement into the macro,
3056           and adding checks for -Wignored-qualifiers, -Wlogical-op and
3057           -Wvarargs
3058         + updated CF_CURSES_UNCTRL_H and CF_SHARED_OPTS macros from ongoing
3059           work on cdk.
3060         + update config.sub from
3061                 http://git.savannah.gnu.org/cgit/config.git
3062
3063 20131110
3064         + minor cleanup of terminfo.tail
3065
3066 20131102
3067         + use TS extension to describe xterm's title-escapes -TD
3068         + modify terminator and nsterm-s to use xterm+sl-twm building block -TD
3069         + update hurd.ti, add xenl to reflect 2011-03-06 change in
3070           http://git.savannah.gnu.org/cgit/hurd/hurd.git/log/console/display.c
3071           (Debian #727119).
3072         + simplify pfkey expression in ansi.sys -TD
3073
3074 20131027
3075         + correct/simplify ifdef's for cur_term versus broken-linker and
3076           reentrant options (report by Jean-Pierre Flori, cf: 20090530).
3077         + modify release/version combinations in test build-scripts to make
3078           them more consistent with other packages.
3079
3080 20131019
3081         + add nc_mingw.h to installed headers for MinGW port; needed for
3082           compiling ncurses-examples.
3083         + add rpm-script for testing cross-compile of ncurses-examples.
3084
3085 20131014
3086         + fix new typo in CF_ADA_INCLUDE_DIRS macro (report by Roumen Petrov).
3087
3088 20131012
3089         + fix a few compiler warnings in progs and test.
3090         + minor fix to package/debian-mingw/rules, do not strip dll's.
3091         + minor fixes to configure script for empty $prefix, e.g., when doing
3092           cross-compiles to MinGW.
3093         + add script for building test-packages of binaries cross-compiled to
3094           MinGW using NSIS.
3095
3096 20131005
3097         + minor fixes for ncurses-example package and makefile.
3098         + add scripts for test-builds of cross-compiler packages for ncurses6
3099           to MinGW.
3100
3101 20130928
3102         + some build-fixes for ncurses-examples with NetBSD-6.0 curses, though
3103           it lacks some common functions such as use_env() which is not yet
3104           addressed.
3105         + build-fix and some compiler warning fixes for ncurses-examples with
3106           OpenBSD 5.3
3107         + fix a possible null-pointer reference in a trace message from newterm.
3108         + quiet a few warnings from NetBSD 6.0 namespace pollution by
3109           nonstandard popcount() function in standard strings.h header.
3110         + ignore g++ 4.2.1 warnings for "-Weffc++" in c++/cursesmain.cc
3111         + fix a few overlooked places for --enable-string-hacks option.
3112
3113 20130921
3114         + fix typo in curs_attr.3x (patch by Sven Joachim, cf: 20130831).
3115         + build-fix for --with-shared option for DragonFly and FreeBSD (report
3116           by Rong-En Fan, cf: 20130727).
3117
3118 20130907
3119         + build-fixes for MSYS for two test-programs (patches by Ray Donnelly,
3120           Alexey Pavlov).
3121         + revert change to two of the dpkg format files, to work with dpkg
3122           before/after Debian #700177.
3123         + fix gcc -Wconversion warning in wattr_get() macro.
3124         + add msys and msysdll to known host/configuration types (patch by
3125           Alexey Pavlov).
3126         + modify CF_RPATH_HACK configure macro to not rely upon "-u" option
3127           of sort, improving portability.
3128         + minor improvements for test-programs from reviewing Solaris port.
3129         + update config.guess, config.sub from
3130                 http://git.savannah.gnu.org/cgit/config.git
3131
3132 20130831
3133         + modify test/ncurses.c b/B tests to display lines only for the
3134           attributes which a given terminal supports, to make room for an
3135           italics test.
3136         + completed ncv table in terminfo.tail; it did not list the wide
3137           character codes listed in X/Open Curses issue 7.
3138         + add A_ITALIC extension (prompted by discussion with Egmont Koblinger).
3139
3140 20130824
3141         + fix some gcc 4.8 -Wconversion warnings.
3142         + change format of dpkg test-scripts to quilted to work around bug
3143           introduced by Debian #700177.
3144         + discard cached keyname() values if meta() is changed after a value
3145           was cached using (report by Kurban Mallachiev).
3146
3147 20130816
3148         + add checks in tic to warn about terminals which lack cursor
3149           addressing, capabilities or having those, are marked as hard_copy or
3150           generic_type.
3151         + use --without-progs in mingw-ncurses rpm.
3152         + split out _nc_init_termtype() from alloc_entry.c to use in MinGW
3153           port when tic and other programs are not needed.
3154
3155 20130805
3156         + minor fixes to the --disable-overwrite logic, to ensure that the
3157           configured $(includedir) is not cancelled by the mingwxx-filesystem
3158           rpm macros.
3159         + add --disable-db-install configure option, to simplify building
3160           cross-compile support packages.
3161         + add mingw-ncurses.spec file, for testing cross-compiles.
3162
3163 20130727
3164         + improve configure macros from ongoing work on cdk, dialog, xterm:
3165           + CF_ADD_LIB_AFTER - fix a problem with -Wl options
3166           + CF_RPATH_HACK - add missing result-message
3167           + CF_SHARED_OPTS - modify to use $rel_builddir in cygwin and mingw
3168             dll symbols (which can be overridden) rather than explicit "../".
3169           + CF_SHARED_OPTS - modify NetBSD and DragonFly symbols to use ${CC}
3170             rather than ${LD} to improve rpath support.
3171           + CF_SHARED_OPTS - add a symbol to denote the temporary files that
3172             are created by the macro, to simplify clean-rules.
3173           + CF_X_ATHENA - trim extra libraries to work with -Wl,--as-needed
3174         + fix a regression in hashed-database support for NetBSD, which uses
3175           the key-size differently from other implementations (cf: 20121229).
3176
3177 20130720
3178         + further improvements for setupterm manpage, clarifying the
3179           initialization of cur_term.
3180
3181 20130713
3182         + improve manpages for initscr and setupterm.
3183         + minor compiler-warning fixes
3184
3185 20130706
3186         + add fallback defs for <inttypes.h> and <stdint.h> (cf: 20120225).
3187         + add check for size of wchar_t, use that to suppress a chunk of
3188           wcwidth.h in MinGW port.
3189         + quiet linker warnings for MinGW cross-compile with dll's using the
3190           --enable-auto-import flag.
3191         + add ncurses.map rule to ncurses/Makefile to help diagnose symbol
3192           table issues.
3193
3194 20130622
3195         + modify the clear program to take into account the E3 extended
3196           capability to clear the terminal's scrollback buffer (patch by
3197           Miroslav Lichvar, Redhat #815790).
3198         + clarify in resizeterm manpage that LINES and COLS are updated.
3199         + updated ansi example in terminfo.tail, correct misordered example
3200           of sgr.
3201         + fix other doclifter warnings for manpages
3202         + remove unnecessary ".ta" in terminfo.tail, add missing ".fi"
3203           (patch by Eric Raymond).
3204
3205 20130615
3206         + minor changes to some configure macros to make them more reusable.
3207         + fixes for tabs program (prompted by report by Nick Andrik).
3208           + corrected logic in command-line parsing of -a and -c predefined
3209             tab-lists options.
3210           + allow "-0" and "-8" options to be combined with others, e.g.,"-0d".
3211           + make warning messages more consistent with the other utilities by
3212             not printing the full pathname of the program.
3213           + add -V option for consistency with other utilities.
3214         + fix off-by-one in columns for tabs program when processing an option
3215           such as "-5" (patch by Nick Andrik).
3216
3217 20130608
3218         + add to test/demo_forms.c examples of using the menu-hooks as well
3219           as showing how the menu item user-data can be used to pass a callback
3220           function pointer.
3221         + add test/dots_termcap.c
3222         + remove setupterm call from test/demo_termcap.c
3223         + build-fix if --disable-ext-funcs configure option is used.
3224         + modified test/edit_field.c and test/demo_forms.c to move the lengths
3225           into a user-data structure, keeping the original string for later
3226           expansion to free-format input/out demo.
3227         + modified test/demo_forms.c to load data from file.
3228         + added note to clarify Terminal.app's non-emulation of the various
3229           terminal types listed in the preferences dialog -TD
3230         + fix regression in error-reporting in lib_setup.c (Debian #711134,
3231           cf: 20121117).
3232         + build-fix for a case where --enable-broken_linker and
3233           --enable-reentrant options are combined (report by George R Goffe).
3234
3235 20130525
3236         + modify mvcur() to distinguish between internal use by the ncurses
3237           library, and external callers, preventing it from reading the content
3238           of the screen which is only nonblank when curses calls have updated
3239           it.  This makes test/dots_mvcur.c avoid painting colored cells in
3240           the left margin of the display.
3241         + minor fix to test/dots_mvcur.c
3242         + move configured symbols USE_DATABASE and USE_TERMCAP to term.h as
3243           NCURSES_USE_DATABASE and NCURSES_USE_TERMCAP to allow consistent
3244           use of these symbols in term_entry.h
3245
3246 20130518
3247         + corrected ifdefs in test/testcurs.c to allow comparison of mouse
3248           interface versus pdcurses (cf: 20130316).
3249         + add pow() to configure-check for math library, needed since
3250           20121208 for test/hanoi (Debian #708056).
3251         + regenerated html manpages.
3252         + update doctype used for html documentation.
3253
3254 20130511
3255         + move nsterm-related entries out of "obsolete" section to more
3256           plausible "ansi consoles" -TD
3257         + additional cleanup of table-of-contents by reordering -TD
3258         + revise fix for check for 8-bit value in _nc_insert_ch(); prior fix
3259           prevented inserts when video attributes were attached to the data
3260           (cf: 20121215) (Redhat #959534).
3261
3262 20130504
3263         + fixes for issues found by Coverity:
3264           + correct FNKEY() macro in progs/dump_entry.c, allowing kf11-kf63 to
3265             display when infocmp's -R option is used for HP or AIX subsets.
3266           + fix dead-code issue with test/movewindow.c
3267           + improve limited-checking in _nc_read_termtype().
3268
3269 20130427
3270         + fix clang 3.2 warning in progs/dump_entry.c
3271         + drop AC_TYPE_SIGNAL check; ncurses relies on c89 and later.
3272
3273 20130413
3274         + add MinGW to cases where ncurses installs by default into /usr
3275           (prompted by discussion with Daniel Silva Ferreira).
3276         + add -D option to infocmp's usage-message (patch by Miroslav Lichvar).
3277         + add a missing 'int' type for main function in configure check for
3278           type of bool variable, to work with clang 3.2 (report by Dmitri
3279           Gribenko).
3280         + improve configure check for static_cast, to work with clang 3.2
3281           (report by Dmitri Gribenko).
3282         + re-order rule for demo.o and macros defining header dependencies in
3283           c++/Makefile.in to accommodate gmake (report by Dmitri Gribenko).
3284
3285 20130406
3286         + improve parameter checking in copywin().
3287         + modify configure script to work around OS X's "libtool" program, to
3288           choose glibtool instead.  At the same time, chance the autoconf macro
3289           to look for a "tool" rather than a "prog", to help with potential use
3290           in cross-compiling.
3291         + separate the rpath usage for c++ library from demo program
3292           (Redhat #911540)
3293         + update/correct header-dependencies in c++ makefile (report by Werner
3294           Fink).
3295         + add --with-cxx-shared to dpkg-script, as done for rpm-script.
3296
3297 20130324
3298         + build-fix for libtool configuration (reports by Daniel Silva Ferreira
3299           and Roumen Petrov).
3300
3301 20130323
3302         + build-fix for OS X, to handle changes for --with-cxx-shared feature
3303           (report by Christian Ebert).
3304         + change initialization for vt220, similar entries for consistency
3305           with cursor-key strings (NetBSD #47674) -TD
3306         + further improvements to linux-16color (Benjamin Sittler)
3307
3308 20130316
3309         + additional fix for tic.c, to allocate missing buffer space.
3310         + eliminate configure-script warnings for gen-pkgconfig.in
3311         + correct typo in sgr string for sun-color,
3312           add bold for consistency with sgr,
3313           change smso for consistency with sgr -TD
3314         + correct typo in sgr string for terminator -TD
3315         + add blink to the attributes masked by ncv in linux-16color (report
3316           by Benjamin Sittler)
3317         + improve warning message from post-load checking for missing "%?"
3318           operator by tic/infocmp by showing the entry name and capability.
3319         + minor formatting improvement to tic/infocmp -f option to ensure
3320           line split after "%;".
3321         + amend scripting for --with-cxx-shared option to handle the debug
3322           library "libncurses++_g.a" (report by Sven Joachim).
3323
3324 20130309
3325         + amend change to toe.c for reading from /dev/zero, to ensure that
3326           there is a buffer for the temporary filename (cf: 20120324).
3327         + regenerated html manpages.
3328         + fix typo in terminfo.head (report by Sven Joachim, cf: 20130302).
3329         + updated some autoconf macros:
3330           + CF_ACVERSION_CHECK, from byacc 1.9 20130304
3331           + CF_INTEL_COMPILER, CF_XOPEN_SOURCE from luit 2.0-20130217
3332         + add configure option --with-cxx-shared to permit building
3333           libncurses++ as a shared library when using g++, e.g., the same
3334           limitations as libtool but better integrated with the usual build
3335           configuration (Redhat #911540).
3336         + modify MKkey_defs.sh to filter out build-path which was unnecessarily
3337           shown in curses.h (Debian #689131).
3338
3339 20130302
3340         + add section to terminfo manpage discussing user-defined capabilities.
3341         + update manpage description of NCURSES_NO_SETBUF, explaining why it
3342           is obsolete.
3343         + add a check in waddch_nosync() to ensure that tab characters are
3344           treated as control characters; some broken locales claim they are
3345           printable.
3346         + add some traces to the Windows console driver.
3347         + initialize a temporary array in _nc_mbtowc, needed for some cases
3348           of raw input in MinGW port.
3349
3350 20130218
3351         + correct ifdef on change to lib_twait.c (report by  Werner Fink).
3352         + update config.guess, config.sub
3353
3354 20130216
3355         + modify test/testcurs.c to work with mouse for ncurses as it does for
3356           pdcurses.
3357         + modify test/knight.c to work with mouse for pdcurses as it does for
3358           ncurses.
3359         + modify internal recursion in wgetch() which handles cooked mode to
3360           check if the call to wgetnstr() returned an error.  This can happen
3361           when both nocbreak() and nodelay() are set, for instance (report by
3362           Nils Christopher Brause) (cf: 960418).
3363         + fixes for issues found by Coverity:
3364           + add a check for valid position in ClearToEOS()
3365           + fix in lib_twait.c when --enable-wgetch-events is used, pointer
3366             use after free.
3367           + improve a limit-check in make_hash.c
3368           + fix a memory leak in hashed_db.c
3369
3370 20130209
3371         + modify test/configure script to make it simpler to override names
3372           of curses-related libraries, to help with linking with pdcurses in
3373           MinGW environment.
3374         + if the --with-terminfo-dirs configure option is not used, there is
3375           no corresponding compiled-in value for that.  Fill in "no default
3376           value" for that part of the manpage substitution.
3377
3378 20130202
3379         + correct initialization in knight.c which let it occasionally make
3380           an incorrect move (cf: 20001028).
3381         + improve documentation of the terminfo/termcap search path.
3382
3383 20130126
3384         + further fixes to mvcur to pass callback function (cf: 20130112),
3385           needed to make test/dots_mvcur work.
3386         + reduce calls to SetConsoleActiveScreenBuffer in win_driver.c, to
3387           help reduce flicker.
3388         + modify configure script to omit "+b" from linker options for very
3389           old HP-UX systems (report by Dennis Grevenstein)
3390         + add HP-UX workaround for missing EILSEQ on old HP-UX systems (patch
3391           by Dennis Grevenstein).
3392         + restore memmove/strdup support for antique systems (request by
3393           Dennis Grevenstein).
3394         + change %l behavior in tparm to push the string length onto the stack
3395           rather than saving the formatted length into the output buffer
3396           (report by Roy Marples, cf: 980620).
3397
3398 20130119
3399         + fixes for issues found by Coverity:
3400           + fix memory leak in safe_sprintf.c
3401           + add check for return-value in tty_update.c
3402           + correct initialization for -s option in test/view.c
3403           + add check for numeric overflow in lib_instr.c
3404           + improve error-checking in copywin
3405         + add advice in infocmp manpage for termcap users (Debian #698469).
3406         + add "-y" option to test/demo_termcap and test/demo_terminfo to
3407           demonstrate behavior with/without extended capabilities.
3408         + updated termcap manpage to document legacy termcap behavior for
3409           matching capability names.
3410         + modify name-comparison for tgetstr, etc., to accommodate legacy
3411           applications as well as to improve compatibility with BSD 4.2
3412           termcap implementations (Debian #698299) (cf: 980725).
3413
3414 20130112
3415         + correct prototype in manpage for vid_puts.
3416         + drop ncurses/tty/tty_display.h, ncurses/tty/tty_input.h, since they
3417           are unused in the current driver model.
3418         + modify mvcur to use stdout except when called within the ncurses
3419           library.
3420         + modify vidattr and vid_attr to use stdout as documented in manpage.
3421         + amend changes made to buffering in 20120825 so that the low-level
3422           putp() call uses stdout rather than ncurses' internal buffering.
3423           The putp_sp() call does the same, for consistency (Redhat #892674).
3424
3425 20130105
3426         + add "-s" option to test/view.c to allow it to start in single-step
3427           mode, reducing size of trace files when it is used for debugging
3428           MinGW changes.
3429         + revert part of 20121222 change to tinfo_driver.c
3430         + add experimental logic in win_driver.c to improve optimization of
3431           screen updates.  This does not yet work with double-width characters,
3432           so it is ifdef'd out for the moment (prompted by report by Erwin
3433           Waterlander regarding screen flicker).
3434
3435 20121229
3436         + fix Coverity warnings regarding copying into fixed-size buffers.
3437         + add throw-declarations in the c++ binding per Coverity warning.
3438         + minor changes to new-items for consistent reference to bug-report
3439           numbers.
3440
3441 20121222
3442         + add *.dSYM directories to clean-rule in ncurses directory makefile,
3443           for Mac OS builds.
3444         + add a configure check for gcc option -no-cpp-precomp, which is not
3445           available in all Mac OS X configurations (report by Andras Salamon,
3446           cf: 20011208).
3447         + improve 20021221 workaround for broken acs, handling a case where
3448           that ACS_xxx character is not in the acsc string but there is a known
3449           wide-character which can be used.
3450
3451 20121215
3452         + fix several warnings from clang 3.1 --analyze, includes correcting
3453           a null-pointer check in _nc_mvcur_resume.
3454         + correct display of double-width characters with MinGW port (report
3455           by Erwin Waterlander).
3456         + replace MinGW's wcrtomb(), fixing a problem with _nc_viscbuf
3457         > fixes based on Coverity report:
3458         + correct coloring in test/bs.c
3459         + correct check for 8-bit value in _nc_insert_ch().
3460         + remove dead code in progs/tset.c, test/linedata.h
3461         + add null-pointer checks in lib_tracemse.c, panel.priv.h, and some
3462           test-programs.
3463
3464 20121208
3465         + modify test/knight.c to show the number of choices possible for
3466           each position in automove option, e.g., to allow user to follow
3467           Warnsdorff's rule to solve the puzzle.
3468         + modify test/hanoi.c to show the minimum number of moves possible for
3469           the given number of tiles (prompted by patch by Lucas Gioia).
3470         > fixes based on Coverity report:
3471         + remove a few redundant checks.
3472         + correct logic in test/bs.c, when randomly placing a specific type of
3473           ship.
3474         + check return value from remove/unlink in tic.
3475         + check return value from sscanf in test/ncurses.c
3476         + fix a null dereference in c++/cursesw.cc
3477         + fix two instances of uninitialized variables when configuring for the
3478           terminal driver.
3479         + correct scope of variable used in SetSafeOutcWrapper macro.
3480         + set umask when calling mkstemp in tic.
3481         + initialize wbkgrndset() temporary variable when extended-colors are
3482           used.
3483
3484 20121201
3485         + also replace MinGW's wctomb(), fixing a problem with setcchar().
3486         + modify test/view.c to load UTF-8 when built with MinGW by using
3487           regular win32 API because the MinGW functions mblen() and mbtowc()
3488           do not work.
3489
3490 20121124
3491         + correct order of color initialization versus display in some of the
3492           test-programs, e.g., test_addstr.c
3493         > fixes based on Coverity report:
3494         + delete windows on exit from some of the test-programs.
3495
3496 20121117
3497         > fixes based on Coverity report:
3498         + add missing braces around FreeAndNull in two places.
3499         + various fixes in test/ncurses.c
3500         + improve limit-checks in tinfo/make_hash.c, tinfo/read_entry.c
3501         + correct malloc size in progs/infocmp.c
3502         + guard against negative array indices in test/knight.c
3503         + fix off-by-one limit check in test/color_name.h
3504         + add null-pointer check in progs/tabs.c, test/bs.c, test/demo_forms.c,
3505           test/inchs.c
3506         + fix memory-leak in tinfo/lib_setup.c, progs/toe.c,
3507           test/clip_printw.c, test/demo_menus.c
3508         + delete unused windows in test/chgat.c, test/clip_printw.c,
3509           test/insdelln.c, test/newdemo.c on error-return.
3510
3511 20121110
3512         + modify configure macro CF_INCLUDE_DIRS to put $CPPFLAGS after the
3513           local -I include options in case someone has set conflicting -I
3514           options in $CPPFLAGS (prompted by patch for ncurses/Makefile.in by
3515           Vassili Courzakis).
3516         + modify the ncurses*-config scripts to eliminate relative paths from
3517           the RPATH_LIST variable, e.g., "../lib" as used in installing shared
3518           libraries or executables.
3519
3520 20121102
3521         + realign these related pages:
3522             curs_add_wchstr.3x
3523             curs_addchstr.3x
3524             curs_addstr.3x
3525             curs_addwstr.3x
3526           and fix a long-ago error in curs_addstr.3x which said that a -1
3527           length parameter would only write as much as fit onto one line
3528           (report by Reuben Thomas).
3529         + remove obsolete fallback _nc_memmove() for memmove()/bcopy().
3530         + remove obsolete fallback _nc_strdup() for strdup().
3531         + cancel any debug-rpm in package/ncurses.spec
3532         + reviewed vte-2012, reverted most of the change since it was incorrect
3533           based on testing with tack -TD
3534         + un-cancel the initc in vte-256color, since this was implemented
3535           starting with version 0.20 in 2009 -TD
3536
3537 20121026
3538         + improve malloc/realloc checking (prompted by discussion in Redhat
3539           #866989).
3540         + add ncurses test-program as "ncurses6" to the rpm- and dpkg-scripts.
3541         + updated configure macros CF_GCC_VERSION and CF_WITH_PATHLIST.  The
3542           first corrects pattern used for Mac OS X's customization of gcc.
3543
3544 20121017
3545         + fix change to _nc_scroll_optimize(), which incorrectly freed memory
3546           (Redhat #866989).
3547
3548 20121013
3549         + add vte-2012, gnome-2012, making these the defaults for vte/gnome
3550           (patch by Christian Persch).
3551
3552 20121006
3553         + improve CF_GCC_VERSION to work around Debian's customization of gcc
3554           --version message.
3555         + improve configure macros as done in byacc:
3556           + drop 2.13 compatibility; use 2.52.xxxx version only since EMX port
3557             has used that for a while.
3558           + add 3rd parameter to AC_DEFINE's to allow autoheader to run, i.e.,
3559             for experimental use.
3560           + remove unused configure macros.
3561         + modify configure script and makefiles to quiet new autoconf warning
3562           for LIBS_TO_MAKE variable.
3563         + modify configure script to show $PATH_SEPARATOR variable.
3564         + update config.guess, config.sub
3565
3566 20120922
3567         + modify setupterm to set its copy of TERM to "unknown" if configured
3568           for the terminal driver and TERM was null or empty.
3569         + modify treatment of TERM variable for MinGW port to allow explicit
3570           use of the windows console driver by checking if $TERM is set to
3571           "#win32con" or an abbreviation of that.
3572         + undo recent change to fallback definition of vsscanf() to build with
3573           older Solaris compilers (cf: 20120728).
3574
3575 20120908
3576         + add test-screens to test/ncurses to show 256-characters at a time,
3577           to help with MinGW port.
3578
3579 20120903
3580         + simplify varargs logic in lib_printw.c; va_copy is no longer needed
3581           there.
3582         + modifications for MinGW port to make wide-character display usable.
3583
3584 20120902
3585         + regenerate configure script (report by Sven Joachim, cf: 20120901).
3586
3587 20120901
3588         + add a null-pointer check in _nc_flush (cf: 20120825).
3589         + fix a case in _nc_scroll_optimize() where the _oldnums_list array
3590           might not be allocated.
3591         + improve comparisons in configure.in for unset shell variables.
3592
3593 20120826
3594         + increase size of ncurses' output-buffer, in case of very small
3595           initial screen-sizes.
3596         + fix evaluation of TERMINFO and TERMINFO_DIRS default values as needed
3597           after changes to use --datarootdir (reports by Gabriele Balducci,
3598           Roumen Petrov).
3599
3600 20120825
3601         + change output buffering scheme, using buffer maintained by ncurses
3602           rather than stdio, to avoid problems with SIGTSTP handling (report
3603           by Brian Bloniarz).
3604
3605 20120811
3606         + update autoconf patch to 2.52.20120811, adding --datarootdir
3607           (prompted by discussion with Erwin Waterlander).
3608         + improve description of --enable-reentrant option in README and the
3609           INSTALL file.
3610         + add nsterm-256color, make this the default nsterm -TD
3611         + remove bw from nsterm-bce, per testing with tack -TD
3612
3613 20120804
3614         + update test/configure, adding check for tinfo library.
3615         + improve limit-checks for the getch fifo (report by Werner Fink).
3616         + fix a remaining mismatch between $with_echo and the symbols updated
3617           for CF_DISABLE_ECHO affecting parameters for mk-2nd.awk (report by
3618           Sven Joachim, cf:  20120317).
3619         + modify followup check for pkg-config's library directory in the
3620           --enable-pc-files option to validate syntax (report by Sven Joachim,
3621           cf: 20110716).
3622
3623 20120728
3624         + correct path for ncurses_mingw.h in include/headers, in case build
3625           is done outside source-tree (patch by Roumen Petrov).
3626         + modify some older xterm entries to align with xterm source -TD
3627         + separate "xterm-old" alias from "xterm-r6" -TD
3628         + add E3 extended capability to xterm-basic and putty -TD
3629         + parenthesize parameters of other macros in curses.h -TD
3630         + parenthesize parameter of COLOR_PAIR and PAIR_NUMBER in curses.h
3631           in case it happens to be a comma-expression, etc.  (patch by Nick
3632           Black).
3633
3634 20120721
3635         + improved form_request_by_name() and menu_request_by_name().
3636         + eliminate two fixed-size buffers in toe.c
3637         + extend use_tioctl() to have expected behavior when use_env(FALSE) and
3638           use_tioctl(TRUE) are called.
3639         + modify ncurses test-program, adding -E and -T options to demonstrate
3640           use_env() versus use_tioctl().
3641
3642 20120714
3643         + add use_tioctl() function (adapted from patch by Werner Fink,
3644           Novell #769788):
3645
3646 20120707
3647         + add ncurses_mingw.h to installed headers (prompted by patch by
3648           Juergen Pfeifer).
3649         + clarify return-codes from wgetch() in response to SIGWINCH (prompted
3650           by Novell #769788).
3651         + modify resizeterm() to always push a KEY_RESIZE onto the fifo, even
3652           if screensize is unchanged.  Modify _nc_update_screensize() to push a
3653           KEY_RESIZE if there was a SIGWINCH, even if it does not call
3654           resizeterm().  These changes eliminate the case where a SIGWINCH is
3655           received, but ERR returned from wgetch or wgetnstr because the screen
3656           dimensions did not change (Novell #769788).
3657
3658 20120630
3659         + add --enable-interop to sample package scripts (suggested by Juergen
3660           Pfeifer).
3661         + update CF_PATH_SYNTAX macro, from mawk changes.
3662         + modify mk-0th.awk to allow for generating llib-ltic, etc., though
3663           some work is needed on cproto to work with lib_gen.c to update
3664           llib-lncurses.
3665         + remove redundant getenv() cal in database-iterator leftover from
3666           cleanup in 20120622 changes (report by Sven Joachim).
3667
3668 20120622
3669         + add -d, -e and -q options to test/demo_terminfo and test/demo_termcap
3670         + fix caching of environment variables in database-iterator (patch by
3671           Philippe Troin, Redhat #831366).
3672
3673 20120616
3674         + add configure check to distinguish clang from gcc to eliminate
3675           warnings about unused command-line parameters when compiler warnings
3676           are enabled.
3677         + improve behavior when updating terminfo entries which are hardlinked
3678           by allowing for the possibility that an alias has been repurposed to
3679           a new primary name.
3680         + fix some strict compiler warnings based on package scripts.
3681         + further fixes for configure check for working poll (Debian #676461).
3682
3683 20120608
3684         + fix an uninitialized variable in -c/-n logic for infocmp changes
3685           (cf: 20120526).
3686         + corrected fix for building c++ binding with clang 3.0 (report/patch
3687           by Richard Yao, Gentoo #417613, cf: 20110409)
3688         + correct configure check for working poll, fixing the case where stdin
3689           is redirected, e.g., in rpm/dpkg builds (Debian #676461).
3690         + add rpm- and dpkg-scripts, to test those build-environments.
3691           The resulting packages are used only for testing.
3692
3693 20120602
3694         + add kdch1 aka "Remove" to vt220 and vt220-8 entries -TD
3695         + add kdch1, etc., to qvt108 -TD
3696         + add dl1/il1 to some entries based on dl/il values -TD
3697         + add dl to simpleterm -TD
3698         + add consistency-checks in tic for insert-line vs delete-line
3699           controls, and insert/delete-char keys
3700         + correct no-leaks logic in infocmp when doing comparisons, fixing
3701           duplicate free of entries given via the command-line, and freeing
3702           entries loaded from the last-but-one of files specified on the
3703           command-line.
3704         + add kdch1 to wsvt25 entry from NetBSD CVS (reported by David Lord,
3705           analysis by Martin Husemann).
3706         + add cnorm/civis to wsvt25 entry from NetBSD CVS (report/analysis by
3707           Onno van der Linden).
3708
3709 20120526
3710         + extend -c and -n options of infocmp to allow comparing more than two
3711           entries.
3712         + correct check in infocmp for number of terminal names when more than
3713           two are given.
3714         + correct typo in curs_threads.3x (report by Yanhui Shen on
3715           freebsd-hackers mailing list).
3716
3717 20120512
3718         + corrected 'op' for bterm (report by Samuel Thibault) -TD
3719         + modify test/background.c to demonstrate a background character
3720           holding a colored ACS_HLINE.  The behavior differs from SVr4 due to
3721           the thick- and double-line extension (cf: 20091003).
3722         + modify handling of acs characters in PutAttrChar to avoid mapping an
3723           unmapped character to a space with A_ALTCHARSET set.
3724         + rewrite vt520 entry based on vt420 -TD
3725
3726 20120505
3727         + remove p6 (bold) from opus3n1+ for consistency -TD
3728         + remove acs stuff from env230 per clues in Ingres termcap -TD
3729         + modify env230 sgr/sgr0 to match other capabilities -TD
3730         + modify smacs/rmacs in bq300-8 to match sgr/sgr0 -TD
3731         + make sgr for dku7202 agree with other caps -TD
3732         + make sgr for ibmpc agree with other caps -TD
3733         + make sgr for tek4107 agree with other caps -TD
3734         + make sgr for ndr9500 agree with other caps -TD
3735         + make sgr for sco-ansi agree with other caps -TD
3736         + make sgr for d410 agree with other caps -TD
3737         + make sgr for d210 agree with other caps -TD
3738         + make sgr for d470c, d470c-7b agree with other caps -TD
3739         + remove redundant AC_DEFINE for NDEBUG versus Makefile definition.
3740         + fix a back-link in _nc_delink_entry(), which is needed if ncurses is
3741           configured with --enable-termcap and --disable-getcap.
3742
3743 20120428
3744         + fix some inconsistencies between vt320/vt420, e.g., cnorm/civis -TD
3745         + add eslok flag to dec+sl -TD
3746         + dec+sl applies to vt320 and up -TD
3747         + drop wsl width from xterm+sl -TD
3748         + reuse xterm+sl in putty and nsca-m -TD
3749         + add ansi+tabs to vt520 -TD
3750         + add ansi+enq to vt220-vt520 -TD
3751         + fix a compiler warning in example in ncurses-intro.doc (Paul Waring).
3752         + added paragraph in keyname manpage telling how extended capabilities
3753           are interpreted as key definitions.
3754         + modify tic's check of conflicting key definitions to include extended
3755           capability strings in addition to the existing check on predefined
3756           keys.
3757
3758 20120421
3759         + improve cleanup of temporary files in tic using atexit().
3760         + add msgr to vt420, similar DEC vtXXX entries -TD
3761         + add several missing vt420 capabilities from vt220 -TD
3762         + factor out ansi+pp from several entries -TD
3763         + change xterm+sl and xterm+sl-twm to include only the status-line
3764           capabilities and not "use=xterm", making them more generally useful
3765           as building-blocks -TD
3766         + add dec+sl building block, as example -TD
3767
3768 20120414
3769         + add XT to some terminfo entries to improve usefulness for other
3770           applications than screen, which would like to pretend that xterm's
3771           title is a status-line.  -TD
3772         + change use-clauses in ansi-mtabs, hp2626, and hp2622 based on review
3773           of ordering and overrides -TD
3774         + add consistency check in tic for screen's "XT" capability.
3775         + add section in terminfo.src summarizing the user-defined capabilities
3776           used in that file -TD
3777
3778 20120407
3779         + fix an inconsistency between tic/infocmp "-x" option; tic omits all
3780           non-standard capabilities, while infocmp was ignoring only the user
3781           definable capabilities.
3782         + improve special case in tic parsing of description to allow it to be
3783           followed by terminfo capabilities.  Previously the description had to
3784           be the last field on an input line to allow tic to distinguish
3785           between termcap and terminfo format while still allowing commas to be
3786           embedded in the description.
3787         + correct variable name in gen_edit.sh which broke configurability of
3788           the --with-xterm-kbs option.
3789         + revert 2011-07-16 change to "linux" alias, return to "linux2.2" -TD
3790         + further amend 20110910 change, providing for configure-script
3791           override of the "linux" terminfo entry to install and changing the
3792           default for that to "linux2.2" (Debian #665959).
3793
3794 20120331
3795         + update Ada95/configure to use CF_DISABLE_ECHO (cf: 20120317).
3796         + correct order of use-clauses in st-256color -TD
3797         + modify configure script to look for gnatgcc if the Ada95 binding
3798           is built, in preference to the default gcc/cc (suggested by
3799           Nicolas Boulenguez).
3800         + modify configure script to ensure that the same -On option used for
3801           the C compiler in CFLAGS is used for ADAFLAGS rather than simply
3802           using "-O3" (suggested by Nicolas Boulenguez)
3803
3804 20120324
3805         + amend an old fix so that next_char() exits properly for empty files,
3806           e.g., from reading /dev/null (cf: 20080804).
3807         + modify tic so that it can read from the standard input, or from
3808           a character device.  Because tic uses seek's, this requires writing
3809           the data to a temporary file first (prompted by remark by Sven
3810           Joachim) (cf: 20000923).
3811
3812 20120317
3813         + correct a check made in lib_napms.c, so that terminfo applications
3814           can again use napms() (cf: 20110604).
3815         + add a note in tic.h regarding required casts for ABSENT_BOOLEAN
3816           (cf: 20040327).
3817         + correct scripting for --disable-echo option in test/configure.
3818         + amend check for missing c++ compiler to work when no error is
3819           reported, and no variables set (cf: 20021206).
3820         + add/use configure macro CF_DISABLE_ECHO.
3821
3822 20120310
3823         + fix some strict compiler warnings for abi6 and 64-bits.
3824         + use begin_va_copy/end_va_copy macros in lib_printw.c (cf: 20120303).
3825         + improve a limit-check in infocmp.c (Werner Fink):
3826
3827 20120303
3828         + minor tidying of terminfo.tail, clarify reason for limitation
3829           regarding mapping of \0 to \200
3830         + minor improvement to _nc_copy_termtype(), using memcpy to replace
3831           loops.
3832         + fix no-leaks checking in test/demo_termcap.c to account for multiple
3833           calls to setupterm().
3834         + modified the libgpm change to show previous load as a problem in the
3835           debug-trace.
3836         > merge some patches from OpenSUSE rpm (Werner Fink):
3837         + ncurses-5.7-printw.dif, fixes for varargs handling in lib_printw.c
3838         + ncurses-5.7-gpm.dif, do not dlopen libgpm if already loaded by
3839           runtime linker
3840         + ncurses-5.6-fallback.dif, do not free arrays and strings from static
3841           fallback entries
3842
3843 20120228
3844         + fix breakage in tic/infocmp from 20120225 (report by Werner Fink).
3845
3846 20120225
3847         + modify configure script to allow creating dll's for MinGW when
3848           cross-compiling.
3849         + add --enable-string-hacks option to control whether strlcat and
3850           strlcpy may be used.  The same issue applies to OpenBSD's warnings
3851           about snprintf, noting that this function is weakly standardized.
3852         + add configure checks for strlcat, strlcpy and snprintf, to help
3853           reduce bogus warnings with OpenBSD builds.
3854         + build-fix for OpenBSD 4.9 to supply consistent intptr_t declaration
3855           (cf:20111231)
3856         + update config.guess, config.sub
3857
3858 20120218
3859         + correct CF_ETIP_DEFINES configure macro, making it exit properly on
3860           the first success (patch by Pierre Labastie).
3861         + improve configure macro CF_MKSTEMP by moving existence-check for
3862           mkstemp out of the AC_TRY_RUN, to help with cross-compiles.
3863         + improve configure macro CF_FUNC_POLL from luit changes to detect
3864           broken implementations, e.g., with Mac OS X.
3865         + add configure option --with-tparm-arg
3866         + build-fix for MinGW cross-compiling, so that make_hash does not
3867           depend on TTY definition (cf: 20111008).
3868
3869 20120211
3870         + make sgr for xterm-pcolor agree with other caps -TD
3871         + make sgr for att5425 agree with other caps -TD
3872         + make sgr for att630 agree with other caps -TD
3873         + make sgr for linux entries agree with other caps -TD
3874         + make sgr for tvi9065 agree with other caps -TD
3875         + make sgr for ncr260vt200an agree with other caps -TD
3876         + make sgr for ncr160vt100pp agree with other caps -TD
3877         + make sgr for ncr260vt300an agree with other caps -TD
3878         + make sgr for aaa-60-dec-rv, aaa+dec agree with other caps -TD
3879         + make sgr for cygwin, cygwinDBG agree with other caps -TD
3880         + add configure option --with-xterm-kbs to simplify configuration for
3881           Linux versus most other systems.
3882
3883 20120204
3884         + improved tic -D option, avoid making target directory and provide
3885           better diagnostics.
3886
3887 20120128
3888         + add mach-gnu (Debian #614316, patch by Samuel Thibault)
3889         + add mach-gnu-color, tweaks to mach-gnu terminfo -TD
3890         + make sgr for sun-color agree with smso -TD
3891         + make sgr for prism9 agree with other caps -TD
3892         + make sgr for icl6404 agree with other caps -TD
3893         + make sgr for ofcons agree with other caps -TD
3894         + make sgr for att5410v1, att4415, att620 agree with other caps -TD
3895         + make sgr for aaa-unk, aaa-rv agree with other caps -TD
3896         + make sgr for avt-ns agree with other caps -TD
3897         + amend fix intended to separate fixups for acsc to allow "tic -cv" to
3898           give verbose warnings (cf:  20110730).
3899         + modify misc/gen-edit.sh to make the location of the tabset directory
3900           consistent with misc/Makefile.in, i.e., using ${datadir}/tabset
3901           (Debian #653435, patch by Sven Joachim).
3902
3903 20120121
3904         + add --with-lib-prefix option to allow configuring for old/new flavors
3905           of OS/2 EMX.
3906         + modify check for gnat version to allow for year, as used in FreeBSD
3907           port.
3908         + modify check_existence() in db_iterator.c to simply check if the
3909           path is a directory or file, according to the need.  Checking for
3910           directory size also gives no usable result with OS/2 (cf: 20120107).
3911         + support OS/2 kLIBC (patch by KO Myung-Hun).
3912
3913 20120114
3914         + several improvements to test/movewindow.c (prompted by discussion on
3915           Linux Mint forum):
3916           + modify movement commands to make them continuous
3917           + rewrote the test for mvderwin
3918           + rewrote the test for recursive mvwin
3919         + split-out reusable CF_WITH_NCURSES_ETC macro in test/configure.in
3920         + updated configure macro CF_XOPEN_SOURCE, build-fixes for Mac OS X
3921           and OpenBSD.
3922         + regenerated html manpages.
3923
3924 20120107
3925         + various improvements for MinGW (Juergen Pfeifer):
3926           + modify stat() calls to ignore the st_size member
3927           + drop mk-dlls.sh script.
3928           + change recommended regular expression library.
3929           + modify rain.c to allow for threaded configuration.
3930           + modify tset.c to allow for case when size-change logic is not used.
3931
3932 20111231
3933         + modify toe's report when -a and -s options are combined, to add
3934           a column showing which entries belong to a given database.
3935         + add -s option to toe, to sort its output.
3936         + modify progs/toe.c, simplifying use of db-iterator results to use
3937           caching improvements from 20111001 and 20111126.
3938         + correct generation of pc-files when ticlib or termlib options are
3939           given to rename the corresponding tic- or tinfo-libraries (report
3940           by Sven Joachim).
3941
3942 20111224
3943         + document a portability issue with tput, i.e., that scripts which work
3944           with ncurses may fail in other implementations that do no parameter
3945           analysis.
3946         + add putty-sco entry -TD
3947
3948 20111217
3949         + review/fix places in manpages where --program-prefix configure option
3950           was not being used.
3951         + add -D option to infocmp, to show the database locations that it
3952           could use.
3953         + fix build for the special case where term-driver, ticlib and termlib
3954           are all enabled.  The terminal driver depends on a few features in
3955           the base ncurses library, so tic's dependencies include both ncurses
3956           and termlib.
3957         + fix build work for term-driver when --enable-wgetch-events option is
3958           enabled.
3959         + use <stdint.h> types to fix some questionable casts to void*.
3960
3961 20111210
3962         + modify configure script to check if thread library provides
3963           pthread_mutexattr_settype(), e.g., not provided by Solaris 2.6
3964         + modify configure script to suppress check to define _XOPEN_SOURCE
3965           for IRIX64, since its header files have a conflict versus
3966           _SGI_SOURCE.
3967         + modify configure script to add ".pc" files for tic- and
3968           tinfo-libraries, which were omitted in recent change (cf: 20111126).
3969         + fix inconsistent checks on $PKG_CONFIG variable in configure script.
3970
3971 20111203
3972         + modify configure-check for etip.h dependencies, supplying a temporary
3973           copy of ncurses_dll.h since it is a generated file (prompted by
3974           Debian #646977).
3975         + modify CF_CPP_PARAM_INIT "main" function to work with current C++.
3976
3977 20111126
3978         + correct database iterator's check for duplicate entries
3979           (cf: 20111001).
3980         + modify database iterator to ignore $TERMCAP when it is not an
3981           absolute pathname.
3982         + add -D option to tic, to show the database locations that it could
3983           use.
3984         + improve description of database locations in tic manpage.
3985         + modify the configure script to generate a list of the ".pc" files to
3986           generate, rather than deriving the list from the libraries which have
3987           been built (patch by Mike Frysinger).
3988         + use AC_CHECK_TOOLS in preference to AC_PATH_PROGS when searching for
3989           ncurses*-config, e.g., in Ada95/configure and test/configure (adapted
3990           from patch by Mike Frysinger).
3991
3992 20111119
3993         + remove obsolete/conflicting fallback definition for _POSIX_SOURCE
3994           from curses.priv.h, fixing a regression with IRIX64 and Tru64
3995           (cf: 20110416)
3996         + modify _nc_tic_dir() to ensure that its return-value is nonnull,
3997           i.e., the database iterator was not initialized.  This case is needed
3998           to when tic is translating to termcap, rather than loading the
3999           database (cf:  20111001).
4000
4001 20111112
4002         + add pccon entries for OpenBSD console (Alexei Malinin).
4003         + build-fix for OpenBSD 4.9 with gcc 4.2.1, setting _XOPEN_SOURCE to
4004           600 to work around inconsistent ifdef'ing of wcstof between C and
4005           C++ header files.
4006         + modify capconvert script to accept more than exact match on "xterm",
4007           e.g., the "xterm-*" variants, to exclude from the conversion (patch
4008           by Robert Millan).
4009         + add -lc_r as alternative for -lpthread, allows build of threaded code
4010           in older FreeBSD machines.
4011         + build-fix for MirBSD, which fails when either _XOPEN_SOURCE or
4012           _POSIX_SOURCE are defined.
4013         + fix a typo misc/Makefile.in, used in uninstalling pc-files.
4014
4015 20111030
4016         + modify make_db_path() to allow creating "terminfo.db" in the same
4017           directory as an existing "terminfo" directory.  This fixes a case
4018           where switching between hashed/filesystem databases would cause the
4019           new hashed database to be installed in the next best location -
4020           root's home directory.
4021         + add variable cf_cv_prog_gnat_correct to those passed to
4022           config.status, fixing a problem with Ada95 builds (cf: 20111022).
4023         + change feature test from _XPG5 to _XOPEN_SOURCE in two places, to
4024           accommodate broken implementations for _XPG6.
4025         + eliminate usage of NULL symbol from etip.h, to reduce header
4026           interdependencies.
4027         + add configure check to decide when to add _XOPEN_SOURCE define to
4028           compiler options, i.e., for Solaris 10 and later (cf: 20100403).
4029           This is a workaround for gcc 4.6, which fails to build the c++
4030           binding if that symbol is defined by the application, due to
4031           incorrectly combining the corresponding feature test macros
4032           (report by Peter Kruse).
4033
4034 20111022
4035         + correct logic for discarding mouse events, retaining the partial
4036           events used to build up click, double-click, etc, until needed
4037           (cf: 20110917).
4038         + fix configure script to avoid creating unused Ada95 makefile when
4039           gnat does not work.
4040         + cleanup width-related gcc 3.4.3 warnings for 64-bit platform, for the
4041           internal functions of libncurses.  The external interface of courses
4042           uses bool, which still produces these warnings.
4043
4044 20111015
4045         + improve description of --disable-tic-depends option to make it
4046           clear that it may be useful whether or not the --with-termlib
4047           option is also given (report by Sven Joachim).
4048         + amend termcap equivalent for set_pglen_inch to use the X/Open
4049           "YI" rather than the obsolete Solaris 2.5 "sL" (cf: 990109).
4050         + improve manpage for tgetent differences from termcap library.
4051
4052 20111008
4053         + moved static data from db_iterator.c to lib_data.c
4054         + modify db_iterator.c for memory-leak checking, fix one leak.
4055         + modify misc/gen-pkgconfig.in to use Requires.private for the parts
4056           of ncurses rather than Requires, as well as Libs.private for the
4057           other library dependencies (prompted by Debian #644728).
4058
4059 20111001
4060         + modify tic "-K" option to only set the strict-flag rather than force
4061           source-output.  That allows the same flag to control the parser for
4062           input and output of termcap source.
4063         + modify _nc_getent() to ignore backslash at the end of a comment line,
4064           making it consistent with ncurses' parser.
4065         + restore a special-case check for directory needed to make termcap
4066           text files load as if they were databases (cf: 20110924).
4067         + modify tic's resolution/collision checking to attempt to remove the
4068           conflicting alias from the second entry in the pair, which is
4069           normally following in the source file.  Also improved the warning
4070           message to make it simpler to see which alias is the problem.
4071         + improve performance of the database iterator by caching search-list.
4072
4073 20110925
4074         + add a missing "else" in changes to _nc_read_tic_entry().
4075
4076 20110924
4077         + modify _nc_read_tic_entry() so that hashed-database is checked before
4078           filesystem.
4079         + updated CF_CURSES_LIBS check in test/configure script.
4080         + modify configure script and makefiles to split TIC_ARGS and
4081           TINFO_ARGS into pieces corresponding to LDFLAGS and LIBS variables,
4082           to help separate searches for tic- and tinfo-libraries (patch by Nick
4083           Alcock aka "Nix").
4084         + build-fix for lib_mouse.c changes (cf: 20110917).
4085
4086 20110917
4087         + fix compiler warning for clang 2.9
4088         + improve merging of mouse events (integrated patch by Damien
4089           Guibouret).
4090         + correct mask-check used in lib_mouse for wheel mouse buttons 4/5
4091           (patch by Damien Guibouret).
4092
4093 20110910
4094         + modify misc/gen_edit.sh to select a "linux" entry which works with
4095           the current kernel rather than assuming it is always "linux3.0"
4096           (cf: 20110716).
4097         + revert a change to getmouse() which had the undesirable side-effect
4098           of suppressing button-release events (report by Damien Guibouret,
4099           cf: 20100102).
4100         + add xterm+kbs fragment from xterm #272 -TD
4101         + add configure option --with-pkg-config-libdir to provide control over
4102           the actual directory into which pc-files are installed, do not use
4103           the pkg-config environment variables (discussion with Frederic L W
4104           Meunier).
4105         + add link to mailing-list archive in announce.html.in, as done in
4106           FAQ (prompted by question by Andrius Bentkus).
4107         + improve manpage install by adjusting the "#include" examples to
4108           show the ncurses-subdirectory used when --disable-overwrite option
4109           is used.
4110         + install an alias for "curses" to the ncurses manpage, tied to the
4111           --with-curses-h configure option (suggested by Reuben Thomas).
4112
4113 20110903
4114         + propagate error-returns from wresize, i.e., the internal
4115           increase_size and decrease_size functions through resize_term (report
4116           by Tim van der Molen, cf:  20020713).
4117         + fix typo in tset manpage (patch by Sven Joachim).
4118
4119 20110820
4120         + add a check to ensure that termcap files which might have "^?" do
4121           not use the terminfo interpretation as "\177".
4122         + minor cleanup of X-terminal emulator section of terminfo.src -TD
4123         + add terminator entry -TD
4124         + add simpleterm entry -TD
4125         + improve wattr_get macros by ensuring that if the window pointer is
4126           null, then the attribute and color values returned will be zero
4127           (cf: 20110528).
4128
4129 20110813
4130         + add substitution for $RPATH_LIST to misc/ncurses-config.in
4131         + improve performance of tic with hashed-database by caching the
4132           database connection, using atexit() to cleanup.
4133         + modify treatment of 2-character aliases at the beginning of termcap
4134           entries so they are not counted in use-resolution, since these are
4135           guaranteed to be unique.  Also ignore these aliases when reporting
4136           the primary name of the entry (cf: 20040501)
4137         + double-check gn (generic) flag in terminal descriptions to
4138           accommodate old/buggy termcap databases which misused that feature.
4139         + minor fixes to _nc_tgetent(), ensure buffer is initialized even on
4140           error-return.
4141
4142 20110807
4143         + improve rpath fix from 20110730 by ensuring that the new $RPATH_LIST
4144           variable is defined in the makefiles which use it.
4145         + build-fix for DragonFlyBSD's pkgsrc in test/configure script.
4146         + build-fixes for NetBSD 5.1 with termcap support enabled.
4147         + corrected k9 in dg460-ansi, add other features based on manuals -TD
4148         + improve trimming of whitespace at the end of terminfo/termcap output
4149           from tic/infocmp.
4150         + when writing termcap source, ensure that colons in the description
4151           field are translated to a non-delimiter, i.e., "=".
4152         + add "-0" option to tic/infocmp, to make the termcap/terminfo source
4153           use a single line.
4154         + add a null-pointer check when handling the $CC variable.
4155
4156 20110730
4157         + modify configure script and makefiles in c++ and progs to allow the
4158           directory used for rpath option to be overridden, e.g., to work
4159           around updates to the variables used by tic during an install.
4160         + add -K option to tic/infocmp, to provide stricter BSD-compatibility
4161           for termcap output.
4162         + add _nc_strict_bsd variable in tic library which controls the
4163           "strict" BSD termcap compatibility from 20110723, plus these
4164           features:
4165           + allow escapes such as "\8" and "\9" when reading termcap
4166           + disallow "\a", "\e", "\l", "\s" and "\:" escapes when reading
4167             termcap files, passing through "a", "e", etc.
4168           + expand "\:" as "\072" on output.
4169         + modify _nc_get_token() to reset the token's string value in case
4170           there is a string-typed token lacking the "=" marker.
4171         + fix a few memory leaks in _nc_tgetent.
4172         + fix a few places where reading from a termcap file could refer to
4173           freed memory.
4174         + add an overflow check when converting terminfo/termcap numeric
4175           values, since terminfo stores those in a short, and they must be
4176           positive.
4177         + correct internal variables used for translating to termcap "%>"
4178           feature, and translating from termcap %B to terminfo, needed by
4179           tctest (cf: 19991211).
4180         + amend a minor fix to acsc when loading a termcap file to separate it
4181           from warnings needed for tic (cf: 20040710)
4182         + modify logic in _nc_read_entry() and _nc_read_tic_entry() to allow
4183           a termcap file to be handled via TERMINFO_DIRS.
4184         + modify _nc_infotocap() to include non-mandatory padding when
4185           translating to termcap.
4186         + modify _nc_read_termcap_entry(), passing a flag in the case where
4187           getcap is used, to reduce interactive warning messages.
4188
4189 20110723
4190         + add a check in start_color() to limit color-pairs to 256 when
4191           extended colors are not supported (patch by David Benjamin).
4192         + modify setcchar to omit no-longer-needed OR'ing of color pair in
4193           the SetAttr() macro (patch by David Benjamin).
4194         + add kich1 to sun terminfo entry (Yuri Pankov)
4195         + use bold rather than reverse for smso in sun-color terminfo entry
4196           (Yuri Pankov).
4197         + improve generation of termcap using tic/infocmp -C option, e.g.,
4198           to correspond with 4.2BSD (prompted by discussion with Yuri Pankov
4199           regarding Schilling's test program):
4200           + translate %02 and %03 to %2 and %3 respectively.
4201           + suppress string capabilities which use %s, not supported by tgoto
4202           + use \040 rather than \s
4203           + expand null characters as \200 rather than \0
4204         + modify configure script to support shared libraries for DragonFlyBSD.
4205
4206 20110716
4207         + replace an assert() in _nc_Free_Argument() with a regular null
4208           pointer check (report/analysis by Franjo Ivancic).
4209         + modify configure --enable-pc-files option to take into account the
4210           PKG_CONFIG_PATH variable (report by Frederic L W Meunier).
4211         + add/use xterm+tmux chunk from xterm #271 -TD
4212         + resync xterm-new entry from xterm #271 -TD
4213         + add E3 extended capability to linux-basic (Miroslav Lichvar)
4214         + add linux2.2, linux2.6, linux3.0 entries to give context for E3 -TD
4215         + add SI/SO change to linux2.6 entry (Debian #515609) -TD
4216         + fix inconsistent tabset path in pcmw (Todd C. Miller).
4217         + remove a backslash which continued comment, obscuring altos3
4218           definition with OpenBSD toolset (Nicholas Marriott).
4219
4220 20110702
4221         + add workaround from xterm #271 changes to ensure that compiler flags
4222           are not used in the $CC variable.
4223         + improve support for shared libraries, tested with AIX 5.3, 6.1 and
4224           7.1 with both gcc 4.2.4 and cc.
4225         + modify configure checks for AIX to include release 7.x
4226         + add loader flags/libraries to libtool options so that dynamic loading
4227           works properly, adapted from ncurses-5.7-ldflags-with-libtool.patch
4228           at gentoo prefix repository (patch by Michael Haubenwallner).
4229
4230 20110626
4231         + move include of nc_termios.h out of term_entry.h, since the latter
4232           is installed, e.g., for tack while the former is not (report by
4233           Sven Joachim).
4234
4235 20110625
4236         + improve cleanup() function in lib_tstp.c, using _exit() rather than
4237           exit() and checking for SIGTERM rather than SIGQUIT (prompted by
4238           comments forwarded by Nicholas Marriott).
4239         + reduce name pollution from term.h, moving fallback #define's for
4240           tcgetattr(), etc., to new private header nc_termios.h (report by
4241           Sergio NNX).
4242         + two minor fixes for tracing (patch by Vassili Courzakis).
4243         + improve trace initialization by starting it in use_env() and
4244           ripoffline().
4245         + review old email, add details for some changelog entries.
4246
4247 20110611
4248         + update minix entry to minix 3.2 (Thomas Cort).
4249         + fix a strict compiler warning in change to wattr_get (cf: 20110528).
4250
4251 20110604
4252         + fixes for MirBSD port:
4253           + set default prefix to /usr.
4254           + add support for shared libraries in configure script.
4255           + use S_ISREG and S_ISDIR consistently, with fallback definitions.
4256         + add a few more checks based on ncurses/link_test.
4257         + modify MKlib_gen.sh to handle sp-funcs renaming of NCURSES_OUTC type.
4258
4259 20110528
4260         + add case to CF_SHARED_OPTS for Interix (patch by Markus Duft).
4261         + used ncurses/link_test to check for behavior when the terminal has
4262           not been initialized and when an application passes null pointers
4263           to the library.  Added checks to cover this (prompted by Redhat
4264           #707344).
4265         + modify MKlib_gen.sh to make its main() function call each function
4266           with zero parameters, to help find inconsistent checking for null
4267           pointers, etc.
4268
4269 20110521
4270         + fix warnings from clang 2.7 "--analyze"
4271
4272 20110514
4273         + compiler-warning fixes in panel and progs.
4274         + modify CF_PKG_CONFIG macro, from changes to tin -TD
4275         + modify CF_CURSES_FUNCS configure macro, used in test directory
4276           configure script:
4277           + work around (non-optimizer) bug in gcc 4.2.1 which caused
4278             test-expression to be omitted from executable.
4279           + force the linker to see a link-time expression of a symbol, to
4280             help work around weak-symbol issues.
4281
4282 20110507
4283         + update discussion of MKfallback.sh script in INSTALL; normally the
4284           script is used automatically via the configured makefiles.  However
4285           there are still occasions when it might be used directly by packagers
4286           (report by Gunter Schaffler).
4287         + modify misc/ncurses-config.in to omit the "-L" option from the
4288           "--libs" output if the library directory is /usr/lib.
4289         + change order of tests for curses.h versus ncurses.h headers in the
4290           configure scripts for Ada95 and test-directories, to look for
4291           ncurses.h, from fixes to tin -TD
4292         + modify ncurses/tinfo/access.c to account for Tandem's root uid
4293           (report by Joachim Schmitz).
4294
4295 20110430
4296         + modify rules in Ada95/src/Makefile.in to ensure that the PIC option
4297           is not used when building a static library (report by Nicolas
4298           Boulenguez):
4299         + Ada95 build-fix for big-endian architectures such as sparc.  This
4300           undoes one of the fixes from 20110319, which added an "Unused" member
4301           to representation clauses, replacing that with pragmas to suppress
4302           warnings about unused bits (patch by Nicolas Boulenguez).
4303
4304 20110423
4305         + add check in test/configure for use_window, use_screen.
4306         + add configure-checks for getopt's variables, which may be declared
4307           as different types on some Unix systems.
4308         + add check in test/configure for some legacy curses types of the
4309           function pointer passed to tputs().
4310         + modify init_pair() to accept -1's for color value after
4311           assume_default_colors() has been called (Debian #337095).
4312         + modify test/background.c, adding commmand-line options to demonstrate
4313           assume_default_colors() and use_default_colors().
4314
4315 20110416
4316         + modify configure script/source-code to only define _POSIX_SOURCE if
4317           the checks for sigaction and/or termios fail, and if _POSIX_C_SOURCE
4318           and _XOPEN_SOURCE are undefined (report by Valentin Ochs).
4319         + update config.guess, config.sub
4320
4321 20110409
4322         + fixes to build c++ binding with clang 3.0 (patch by Alexander
4323           Kolesen).
4324         + add check for unctrl.h in test/configure, to work around breakage in
4325           some ncurses packages.
4326         + add "--disable-widec" option to test/configure script.
4327         + add "--with-curses-colr" and "--with-curses-5lib" options to the
4328           test/configure script to address testing with very old machines.
4329
4330 20110404 5.9 release for upload to ftp.gnu.org
4331
4332 20110402
4333         + various build-fixes for the rpm/dpkg scripts.
4334         + add "--enable-rpath-link" option to Ada95/configure, to allow
4335           packages to suppress the rpath feature which is normally used for
4336           the in-tree build of sample programs.
4337         + corrected definition of libdir variable in Ada95/src/Makefile.in,
4338           needed for rpm script.
4339         + add "--with-shared" option to Ada95/configure script, to allow
4340           making the C-language parts of the binding use appropriate compiler
4341           options if building a shared library with gnat.
4342
4343 20110329
4344         > portability fixes for Ada95 binding:
4345         + add configure check to ensure that SIGINT works with gnat.  This is
4346           needed for the "rain" sample program.  If SIGINT does not work, omit
4347           that sample program.
4348         + correct typo in check of $PKG_CONFIG variable in Ada95/configure
4349         + add ncurses_compat.c, to supply functions used in the Ada95 binding
4350           which were added in 5.7 and later.
4351         + modify sed expression in CF_NCURSES_ADDON to eliminate a dependency
4352           upon GNU sed.
4353
4354 20110326
4355         + add special check in Ada95/configure script for ncurses6 reentrant
4356           code.
4357         + regen Ada html documentation.
4358         + build-fix for Ada shared libraries versus the varargs workaround.
4359         + add rpm and dpkg scripts for Ada95 and test directories, for test
4360           builds.
4361         + update test/configure macros CF_CURSES_LIBS, CF_XOPEN_SOURCE and
4362           CF_X_ATHENA_LIBS.
4363         + add configure check to determine if gnat's project feature supports
4364           libraries, i.e., collections of .ali files.
4365         + make all dereferences in Ada95 samples explicit.
4366         + fix typo in comment in lib_add_wch.c (patch by Petr Pavlu).
4367         + add configure check for, ifdef's for math.h which is in a separate
4368           package on Solaris and potentially not installed (report by Petr
4369           Pavlu).
4370         > fixes for Ada95 binding (Nicolas Boulenguez):
4371         + improve type-checking in Ada95 by eliminating a few warning-suppress
4372           pragmas.
4373         + suppress unreferenced warnings.
4374         + make all dereferences in binding explicit.
4375
4376 20110319
4377         + regen Ada html documentation.
4378         + change order of -I options from ncurses*-config script when the
4379           --disable-overwrite option was used, so that the subdirectory include
4380           is listed first.
4381         + modify the make-tar.sh scripts to add a MANIFEST and NEWS file.
4382         + modify configure script to provide value for HTML_DIR in
4383           Ada95/gen/Makefile.in, which depends on whether the Ada95 binding is
4384           distributed separately (report by Nicolas Boulenguez).
4385         + modify configure script to add "-g" and/or "-O3" to ADAFLAGS if the
4386           CFLAGS for the build has these options.
4387         + amend change from 20070324, to not add 1 to the result of getmaxx
4388           and getmaxy in the Ada binding (report by Nicolas Boulenguez for
4389           thread in comp.lang.ada).
4390         + build-fix Ada95/samples for gnat 4.5
4391         + spelling fixes for Ada95/samples/explain.txt
4392         > fixes for Ada95 binding (Nicolas Boulenguez):
4393         + add item in Trace_Attribute_Set corresponding to TRACE_ATTRS.
4394         + add workaround for binding to set_field_type(), which uses varargs.
4395           The original binding from 990220 relied on the prevalent
4396           implementation of varargs which did not support or need va_copy().
4397         + add dependency on gen/Makefile.in needed for *-panels.ads
4398         + add Library_Options to library.gpr
4399         + add Languages to library.gpr, for gprbuild
4400
4401 20110307
4402         + revert changes to limit-checks from 20110122 (Debian #616711).
4403         > minor type-cleanup of Ada95 binding (Nicolas Boulenguez):
4404         + corrected a minor sign error in a field of Low_Level_Field_Type, to
4405           conform to form.h.
4406         + replaced C_Int by Curses_Bool as return type for some callbacks, see
4407           fieldtype(3FORM).
4408         + modify samples/sample-explain.adb to provide explicit message when
4409           explain.txt is not found.
4410
4411 20110305
4412         + improve makefiles for Ada95 tree (patch by Nicolas Boulenguez).
4413         + fix an off-by-one error in _nc_slk_initialize() from 20100605 fixes
4414           for compiler warnings (report by Nicolas Boulenguez).
4415         + modify Ada95/gen/gen.c to declare unused bits in generated layouts,
4416           needed to compile when chtype is 64-bits using gnat 4.4.5
4417
4418 20110226 5.8 release for upload to ftp.gnu.org
4419
4420 20110226
4421         + update release notes, for 5.8.
4422         + regenerated html manpages.
4423         + change open() in _nc_read_file_entry() to fopen() for consistency
4424           with write_file().
4425         + modify misc/run_tic.in to create parent directory, in case this is
4426           a new install of hashed database.
4427         + fix typo in Ada95/mk-1st.awk which causes error with original awk.
4428
4429 20110220
4430         + configure script rpath fixes from xterm #269.
4431         + workaround for cygwin's non-functional features.h, to force ncurses'
4432           configure script to define _XOPEN_SOURCE_EXTENDED when building
4433           wide-character configuration.
4434         + build-fix in run_tic.sh for OS/2 EMX install
4435         + add cons25-debian entry (patch by Brian M Carlson, Debian #607662).
4436
4437 20110212
4438         + regenerated html manpages.
4439         + use _tracef() in show_where() function of tic, to work correctly with
4440           special case of trace configuration.
4441
4442 20110205
4443         + add xterm-utf8 entry as a demo of the U8 feature -TD
4444         + add U8 feature to denote entries for terminal emulators which do not
4445           support VT100 SI/SO when processing UTF-8 encoding -TD
4446         + improve the NCURSES_NO_UTF8_ACS feature by adding a check for an
4447           extended terminfo capability U8 (prompted by mailing list
4448           discussion).
4449
4450 20110122
4451         + start documenting interface changes for upcoming 5.8 release.
4452         + correct limit-checks in derwin().
4453         + correct limit-checks in newwin(), to ensure that windows have nonzero
4454           size (report by Garrett Cooper).
4455         + fix a missing "weak" declaration for pthread_kill (patch by Nicholas
4456           Alcock).
4457         + improve documentation of KEY_ENTER in curs_getch.3x manpage (prompted
4458           by discussion with Kevin Martin).
4459
4460 20110115
4461         + modify Ada95/configure script to make the --with-curses-dir option
4462           work without requiring the --with-ncurses option.
4463         + modify test programs to allow them to be built with NetBSD curses.
4464         + document thick- and double-line symbols in curs_add_wch.3x manpage.
4465         + document WACS_xxx constants in curs_add_wch.3x manpage.
4466         + fix some warnings for clang 2.6 "--analyze"
4467         + modify Ada95 makefiles to make html-documentation with the project
4468           file configuration if that is used.
4469         + update config.guess, config.sub
4470
4471 20110108
4472         + regenerated html manpages.
4473         + minor fixes to enable lint when trace is not enabled, e.g., with
4474           clang --analyze.
4475         + fix typo in man/default_colors.3x (patch by Tim van der Molen).
4476         + update ncurses/llib-lncurses*
4477
4478 20110101
4479         + fix remaining strict compiler warnings in ncurses library ABI=5,
4480           except those dealing with function pointers, etc.
4481
4482 20101225
4483         + modify nc_tparm.h, adding guards against repeated inclusion, and
4484           allowing TPARM_ARG to be overridden.
4485         + fix some strict compiler warnings in ncurses library.
4486
4487 20101211
4488         + suppress ncv in screen entry, allowing underline (patch by Alejandro
4489           R Sedeno).
4490         + also suppress ncv in konsole-base -TD
4491         + fixes in wins_nwstr() and related functions to ensure that special
4492           characters, i.e., control characters are handled properly with the
4493           wide-character configuration.
4494         + correct a comparison in wins_nwstr() (Redhat #661506).
4495         + correct help-messages in some of the test-programs, which still
4496           referred to quitting with 'q'.
4497
4498 20101204
4499         + add special case to _nc_infotocap() to recognize the setaf/setab
4500           strings from xterm+256color and xterm+88color, and provide a reduced
4501           version which works with termcap.
4502         + remove obsolete emacs "Local Variables" section from documentation
4503           (request by Sven Joachim).
4504         + update doc/html/index.html to include NCURSES-Programming-HOWTO.html
4505           (report by Sven Joachim).
4506
4507 20101128
4508         + modify test/configure and test/Makefile.in to handle this special
4509           case of building within a build-tree (Debian #34182):
4510                 mkdir -p build && cd build && ../test/configure && make
4511
4512 20101127
4513         + miscellaneous build-fixes for Ada95 and test-directories when built
4514           out-of-tree.
4515         + use VPATH in makefiles to simplify out-of-tree builds (Debian #34182).
4516         + fix typo in rmso for tek4106 entry -Goran Weinholt
4517
4518 20101120
4519         + improve checks in test/configure for X libraries, from xterm #267
4520           changes.
4521         + modify test/configure to allow it to use the build-tree's libraries
4522           e.g., when using that to configure the test-programs without the
4523           rpath feature (request by Sven Joachim).
4524         + repurpose "gnome" terminfo entries as "vte", retaining "gnome" items
4525           for compatibility, but generally deprecating those since the VTE
4526           library is what actually defines the behavior of "gnome", etc.,
4527           since 2003 -TD
4528
4529 20101113
4530         + compiler warning fixes for test programs.
4531         + various build-fixes for test-programs with pdcurses.
4532         + updated configure checks for X packages in test/configure from xterm
4533           #267 changes.
4534         + add configure check to gnatmake, to accommodate cygwin.
4535
4536 20101106
4537         + correct list of sub-directories needed in Ada95 tree for building as
4538           a separate package.
4539         + modify scripts in test-directory to improve builds as a separate
4540           package.
4541
4542 20101023
4543         + correct parsing of relative tab-stops in tabs program (report by
4544           Philip Ganchev).
4545         + adjust configure script so that "t" is not added to library suffix
4546           when weak-symbols are used, allowing the pthread configuration to
4547           more closely match the non-thread naming (report by Werner Fink).
4548         + modify configure check for tic program, used for fallbacks, to a
4549           warning if not found.  This makes it simpler to use additional
4550           scripts to bootstrap the fallbacks code using tic from the build
4551           tree (report by Werner Fink).
4552         + fix several places in configure script using ${variable-value} form.
4553         + modify configure macro CF_LDFLAGS_STATIC to accommodate some loaders
4554           which do not support selectively linking against static libraries
4555           (report by John P. Hartmann)
4556         + fix an unescaped dash in man/tset.1 (report by Sven Joachim).
4557
4558 20101009
4559         + correct comparison used for setting 16-colors in linux-16color
4560           entry (Novell #644831) -TD
4561         + improve linux-16color entry, using "dim" for color-8 which makes it
4562           gray rather than black like color-0 -TD
4563         + drop misc/ncu-indent and misc/jpf-indent; they are provided by an
4564           external package "cindent".
4565
4566 20101002
4567         + improve linkages in html manpages, adding references to the newer
4568           pages, e.g., *_variables, curs_sp_funcs, curs_threads.
4569         + add checks in tic for inconsistent cursor-movement controls, and for
4570           inconsistent printer-controls.
4571         + fill in no-parameter forms of cursor-movement where a parameterized
4572           form is available -TD
4573         + fill in missing cursor controls where the form of the controls is
4574           ANSI -TD
4575         + fix inconsistent punctuation in form_variables manpage (patch by
4576           Sven Joachim).
4577         + add parameterized cursor-controls to linux-basic (report by Dae) -TD
4578         > patch by Juergen Pfeifer:
4579         + document how to build 32-bit libraries in README.MinGW
4580         + fixes to filename computation in mk-dlls.sh.in
4581         + use POSIX locale in mk-dlls.sh.in rather than en_US (report by Sven
4582           Joachim).
4583         + add a check in mk-dlls.sh.in to obtain the size of a pointer to
4584           distinguish between 32-bit and 64-bit hosts.  The result is stored
4585           in mingw_arch
4586
4587 20100925
4588         + add "XT" capability to entries for terminals that support both
4589           xterm-style mouse- and title-controls, for "screen" which
4590           special-cases TERM beginning with "xterm" or "rxvt" -TD
4591         > patch by Juergen Pfeifer:
4592         + use 64-Bit MinGW toolchain (recommended package from TDM, see
4593           README.MinGW).
4594         + support pthreads when using the TDM MinGW toolchain
4595
4596 20100918
4597         + regenerated html manpages.
4598         + minor fixes for symlinks to curs_legacy.3x and curs_slk.3x manpages.
4599         + add manpage for sp-funcs.
4600         + add sp-funcs to test/listused.sh, for documentation aids.
4601
4602 20100911
4603         + add manpages for summarizing public variables of curses-, terminfo-
4604           and form-libraries.
4605         + minor fixes to manpages for consistency (patch by Jason McIntyre).
4606         + modify tic's -I/-C dump to reformat acsc strings into canonical form
4607           (sorted, unique mapping) (cf: 971004).
4608         + add configure check for pthread_kill(), needed for some old
4609           platforms.
4610
4611 20100904
4612         + add configure option --without-tests, to suppress building test
4613           programs (request by Frederic L W Meunier).
4614
4615 20100828
4616         + modify nsterm, xnuppc and tek4115 to make sgr/sgr0 consistent -TD
4617         + add check in terminfo source-reader to provide more informative
4618           message when someone attempts to run tic on a compiled terminal
4619           description (prompted by Debian #593920).
4620         + note in infotocap and captoinfo manpages that they read terminal
4621           descriptions from text-files (Debian #593920).
4622         + improve acsc string for vt52, show arrow keys (patch by Benjamin
4623           Sittler).
4624
4625 20100814
4626         + document in manpages that "mv" functions first use wmove() to check
4627           the window pointer and whether the position lies within the window
4628           (suggested by Poul-Henning Kamp).
4629         + fixes to curs_color.3x, curs_kernel.3x and wresize.3x manpages (patch
4630           by Tim van der Molen).
4631         + modify configure script to transform library names for tic- and
4632           tinfo-libraries so that those build properly with Mac OS X shared
4633           library configuration.
4634         + modify configure script to ensure that it removes conftest.dSYM
4635           directory leftover on checks with Mac OS X.
4636         + modify configure script to cleanup after check for symbolic links.
4637
4638 20100807
4639         + correct a typo in mk-1st.awk (patch by Gabriele Balducci)
4640           (cf: 20100724)
4641         + improve configure checks for location of tic and infocmp programs
4642           used for installing database and for generating fallback data,
4643           e.g., for cross-compiling.
4644         + add Markus Kuhn's wcwidth function for compiling MinGW
4645         + add special case to CF_REGEX for cross-compiling to MinGW target.
4646
4647 20100731
4648         + modify initialization check for win32con driver to eliminate need for
4649           special case for TERM "unknown", using terminal database if available
4650           (prompted by discussion with Roumen Petrov).
4651         + for MinGW port, ensure that terminal driver is setup if tgetent()
4652           is called (patch by Roumen Petrov).
4653         + document tabs "-0" and "-8" options in manpage.
4654         + fix Debian "lintian" issues with manpages reported in
4655           http://lintian.debian.org/full/csmall@debian.org.html#ncurses
4656
4657 20100724
4658         + add a check in tic for missing set_tab if clear_all_tabs given.
4659         + improve use of symbolic links in makefiles by using "-f" option if
4660           it is supported, to eliminate temporary removal of the target
4661           (prompted by http://www.t2-project.org/packages/ncurses.html)
4662         + minor improvement to test/ncurses.c, reset color pairs in 'd' test
4663           after exit from 'm' main-menu command.
4664         + improved ncu-indent, from mawk changes, allows more than one of
4665           GCC_NORETURN, GCC_PRINTFLIKE and GCC_SCANFLIKE on a single line.
4666
4667 20100717
4668         + add hard-reset for rs2 to wsvt25 to help ensure that reset ends
4669           the alternate character set (patch by Nicholas Marriott)
4670         + remove tar-copy.sh and related configure/Makefile chunks, since the
4671           Ada95 binding is now installed using rules in Ada95/src.
4672
4673 20100703
4674         + continue integrating changes to use gnatmake project files in Ada95
4675           + add/use configure check to turn on project rules for Ada95/src.
4676         + revert the vfork change from 20100130, since it does not work.
4677
4678 20100626
4679         + continue integrating changes to use gnatmake project files in Ada95
4680           + old gnatmake (3.15) does not produce libraries using project-file;
4681             work around by adding script to generate alternate makefile.
4682
4683 20100619
4684         + continue integrating changes to use gnatmake project files in Ada95
4685           + add configure --with-ada-sharedlib option, for the test_make rule.
4686           + move Ada95-related logic into aclocal.m4, since additional checks
4687             will be needed to distinguish old/new implementations of gnat.
4688
4689 20100612
4690         + start integrating changes to use gnatmake project files in Ada95 tree
4691           + add test_make / test_clean / test_install rules in Ada95/src
4692           + change install-path for adainclude directory to /usr/share/ada (was
4693             /usr/lib/ada).
4694         + update Ada95/configure.
4695         + add mlterm+256color entry, for mlterm 3.0.0 -TD
4696         + modify test/configure to use macros to ensure consistent order
4697           of updating LIBS variable.
4698
4699 20100605
4700         + change search order of options for Solaris in CF_SHARED_OPTS, to
4701           work with 64-bit compiles.
4702         + correct quoting of assignment in CF_SHARED_OPTS case for aix
4703           (cf: 20081227)
4704
4705 20100529
4706         + regenerated html documentation.
4707         + modify test/configure to support pkg-config for checking X libraries
4708           used by PDCurses.
4709         + add/use configure macro CF_ADD_LIB to force consistency of
4710           assignments to $LIBS, etc.
4711         + fix configure script for combining --with-pthread
4712           and --enable-weak-symbols options.
4713
4714 20100522
4715         + correct cross-compiling configure check for CF_MKSTEMP macro, by
4716           adding a check cache variable set by AC_CHECK_FUNC (report by
4717           Pierre Labastie).
4718         + simplify include-dependencies of make_hash and make_keys, to reduce
4719           the need for setting BUILD_CPPFLAGS in cross-compiling when the
4720           build- and target-machines differ.
4721         + repair broken-linker configuration by restoring a definition of SP
4722           variable to curses.priv.h, and adjusting for cases where sp-funcs
4723           are used.
4724         + improve configure macro CF_AR_FLAGS, allowing ARFLAGS environment
4725           variable to override (prompted by report by Pablo Cazallas).
4726
4727 20100515
4728         + add configure option --enable-pthreads-eintr to control whether the
4729           new EINTR feature is enabled.
4730         + modify logic in pthread configuration to allow EINTR to interrupt
4731           a read operation in wgetch() (Novell #540571, patch by Werner Fink).
4732         + drop mkdirs.sh, use "mkdir -p".
4733         + add configure option --disable-libtool-version, to use the
4734           "-version-number" feature which was added in libtool 1.5 (report by
4735           Peter Haering).  The default value for the option uses the newer
4736           feature, which makes libraries generated using libtool compatible
4737           with the standard builds of ncurses.
4738         + updated test/configure to match configure script macros.
4739         + fixes for configure script from lynx changes:
4740           + improve CF_FIND_LINKAGE logic for the case where a function is
4741             found in predefined libraries.
4742           + revert part of change to CF_HEADER (cf: 20100424)
4743
4744 20100501
4745         + correct limit-check in wredrawln, accounting for begy/begx values
4746           (patch by David Benjamin).
4747         + fix most compiler warnings from clang.
4748         + amend build-fix for OpenSolaris, to ensure that a system header is
4749           included in curses.h before testing feature symbols, since they
4750           may be defined by that route.
4751
4752 20100424
4753         + fix some strict compiler warnings in ncurses library.
4754         + modify configure macro CF_HEADER_PATH to not look for variations in
4755           the predefined include directories.
4756         + improve configure macros CF_GCC_VERSION and CF_GCC_WARNINGS to work
4757           with gcc 4.x's c89 alias, which gives warning messages for cases
4758           where older versions would produce an error.
4759
4760 20100417
4761         + modify _nc_capcmp() to work with cancelled strings.
4762         + correct translation of "^" in _nc_infotocap(), used to transform
4763           terminfo to termcap strings
4764         + add configure --disable-rpath-hack, to allow disabling the feature
4765           which adds rpath options for libraries in unusual places.
4766         + improve CF_RPATH_HACK_2 by checking if the rpath option for a given
4767           directory was already added.
4768         + improve CF_RPATH_HACK_2 by using ldd to provide a standard list of
4769           directories (which will be ignored).
4770
4771 20100410
4772         + improve win_driver.c handling of mouse:
4773           + discard motion events
4774           + avoid calling _nc_timed_wait when there is a mouse event
4775           + handle 4th and "rightmost" buttons.
4776         + quote substitutions in CF_RPATH_HACK_2 configure macro, needed for
4777           cases where there are embedded blanks in the rpath option.
4778
4779 20100403
4780         + add configure check for exctags vs ctags, to work around pkgsrc.
4781         + simplify logic in _nc_get_screensize() to make it easier to see how
4782           environment variables may override system- and terminfo-values
4783           (prompted by discussion with Igor Bujna).
4784         + make debug-traces for COLOR_PAIR and PAIR_NUMBER less verbose.
4785         + improve handling of color-pairs embedded in attributes for the
4786           extended-colors configuration.
4787         + modify MKlib_gen.sh to build link_test with sp-funcs.
4788         + build-fixes for OpenSolaris aka Solaris 11, for wide-character
4789           configuration as well as for rpath feature in *-config scripts.
4790
4791 20100327
4792         + refactor CF_SHARED_OPTS configure macro, making CF_RPATH_HACK more
4793           reusable.
4794         + improve configure CF_REGEX, similar fixes.
4795         + improve configure CF_FIND_LINKAGE, adding add check between system
4796           (default) and explicit paths, where we can find the entrypoint in the
4797           given library.
4798         + add check if Gpm_Open() returns a -2, e.g., for "xterm".  This is
4799           normally suppressed but can be overridden using $NCURSES_GPM_TERMS.
4800           Ensure that Gpm_Close() is called in this case.
4801
4802 20100320
4803         + rename atari and st52 terminfo entries to atari-old, st52-old, use
4804           newer entries from FreeMiNT by Guido Flohr (from patch/report by Alan
4805           Hourihane).
4806
4807 20100313
4808         + modify install-rule for manpages so that *-config manpages will
4809           install when building with --srcdir (report by Sven Joachim).
4810         + modify CF_DISABLE_LEAKS configure macro so that the --enable-leaks
4811           option is not the same as --disable-leaks (GenToo #305889).
4812         + modify #define's for build-compiler to suppress cchar_t symbol from
4813           compile of make_hash and make_keys, improving cross-compilation of
4814           ncursesw (report by Bernhard Rosenkraenzer).
4815         + modify CF_MAN_PAGES configure macro to replace all occurrences of
4816           TPUT in tput.1's manpage (Debian #573597, report/analysis by Anders
4817           Kaseorg).
4818
4819 20100306
4820         + generate manpages for the *-config scripts, adapted from help2man
4821           (suggested by Sven Joachim).
4822         + use va_copy() in _nc_printf_string() to avoid conflicting use of
4823           va_list value in _nc_printf_length() (report by Wim Lewis).
4824
4825 20100227
4826         + add Ada95/configure script, to use in tar-file created by
4827           Ada95/make-tar.sh
4828         + fix typo in wresize.3x (patch by Tim van der Molen).
4829         + modify screen-bce.XXX entries to exclude ech, since screen's color
4830           model does not clear with color for that feature -TD
4831
4832 20100220
4833         + add make-tar.sh scripts to Ada95 and test subdirectories to help with
4834           making those separately distributable.
4835         + build-fix for static libraries without dlsym (Debian #556378).
4836         + fix a syntax error in man/form_field_opts.3x (patch by Ingo
4837           Schwarze).
4838
4839 20100213
4840         + add several screen-bce.XXX entries -TD
4841
4842 20100206
4843         + update mrxvt terminfo entry -TD
4844         + modify win_driver.c to support mouse single-clicks.
4845         + correct name for termlib in ncurses*-config, e.g., if it is renamed
4846           to provide a single file for ncurses/ncursesw libraries (patch by
4847           Miroslav Lichvar).
4848
4849 20100130
4850         + use vfork in test/ditto.c if available (request by Mike Frysinger).
4851         + miscellaneous cleanup of manpages.
4852         + fix typo in curs_bkgd.3x (patch by Tim van der Molen).
4853         + build-fix for --srcdir (patch by Miroslav Lichvar).
4854
4855 20100123
4856         + for term-driver configuration, ensure that the driver pointer is
4857           initialized in setupterm so that terminfo/termcap programs work.
4858         + amend fix for Debian #542031 to ensure that wattrset() returns only
4859           OK or ERR, rather than the attribute value (report by Miroslav
4860           Lichvar).
4861         + reorder WINDOWLIST to put WINDOW data after SCREEN pointer, making
4862           _nc_screen_of() compatible between normal/wide libraries again (patch
4863           by Miroslav Lichvar)
4864         + review/fix include-dependencies in modules files (report by Miroslav
4865           Lichvar).
4866
4867 20100116
4868         + modify win_driver.c to initialize acs_map for win32 console, so
4869           that line-drawing works.
4870         + modify win_driver.c to initialize TERMINAL struct so that programs
4871           such as test/lrtest.c and test/ncurses.c which test string
4872           capabilities can run.
4873         + modify term-driver modules to eliminate forward-reference
4874           declarations.
4875
4876 20100109
4877         + modify configure macro CF_XOPEN_SOURCE, etc., to use CF_ADD_CFLAGS
4878           consistently to add new -D's while removing duplicates.
4879         + modify a few configure macros to consistently put new options
4880           before older in the list.
4881         + add tiparm(), based on review of X/Open Curses Issue 7.
4882         + minor documentation cleanup.
4883         + update config.guess, config.sub from
4884                 http://savannah.gnu.org/projects/config
4885           (caveat - its maintainer put 2010 copyright date on files dated 2009)
4886
4887 20100102
4888         + minor improvement to tic's checking of similar SGR's to allow for the
4889           most common case of SGR 0.
4890         + modify getmouse() to act as its documentation implied, returning on
4891           each call the preceding event until none are left.  When no more
4892           events remain, it will return ERR.
4893
4894 20091227
4895         + change order of lookup in progs/tput.c, looking for terminfo data
4896           first.  This fixes a confusion between termcap "sg" and terminfo
4897           "sgr" or "sgr0", originally from 990123 changes, but exposed by
4898           20091114 fixes for hashing.  With this change, only "dl" and "ed" are
4899           ambiguous (Mandriva #56272).
4900
4901 20091226
4902         + add bterm terminfo entry, based on bogl 0.1.18 -TD
4903         + minor fix to rxvt+pcfkeys terminfo entry -TD
4904         + build-fixes for Ada95 tree for gnat 4.4 "style".
4905
4906 20091219
4907         + remove old check in mvderwin() which prevented moving a derived
4908           window whose origin happened to coincide with its parent's origin
4909           (report by Katarina Machalkova).
4910         + improve test/ncurses.c to put mouse droppings in the proper window.
4911         + update minix terminfo entry -TD
4912         + add bw (auto-left-margin) to nsterm* entries (Benjamin Sittler)
4913
4914 20091212
4915         + correct transfer of multicolumn characters in multirow
4916           field_buffer(), which stopped at the end of the first row due to
4917           filling of unused entries in a cchar_t array with nulls.
4918         + updated nsterm* entries (Benjamin Sittler, Emanuele Giaquinta)
4919         + modify _nc_viscbuf2() and _tracecchar_t2() to show wide-character
4920           nulls.
4921         + use strdup() in set_menu_mark(), restore .marklen struct member on
4922           failure.
4923         + eliminate clause 3 from the UCB copyrights in read_termcap.c and
4924           tset.c per
4925                 ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
4926           (patch by Nicholas Marriott).
4927         + replace a malloc in tic.c with strdup, checking for failure (patch by
4928           Nicholas Marriott).
4929         + update config.guess, config.sub from
4930                 http://savannah.gnu.org/projects/config
4931
4932 20091205
4933         + correct layout of working window used to extract data in
4934           wide-character configured by set_field_buffer (patch by Rafael
4935           Garrido Fernandez)
4936         + improve some limit-checks related to filename length in reading and
4937           writing terminfo entries.
4938         + ensure that filename is always filled in when attempting to read
4939           a terminfo entry, so that infocmp can report the filename (patch
4940           by Nicholas Marriott).
4941
4942 20091128
4943         + modify mk-1st.awk to allow tinfo library to be built when term-driver
4944           is enabled.
4945         + add error-check to configure script to ensure that sp-funcs is
4946           enabled if term-driver is, since some internal interfaces rely upon
4947           this.
4948
4949 20091121
4950         + fix case where progs/tput is used while sp-funcs is configure; this
4951           requires save/restore of out-character function from _nc_prescreen
4952           rather than the SCREEN structure (report by Charles Wilson).
4953         + fix typo in man/curs_trace.3x which caused incorrect symbolic links
4954         + improved configure macros CF_GCC_ATTRIBUTES, CF_PROG_LINT.
4955
4956 20091114
4957         + updated man/curs_trace.3x
4958         + limit hashing for termcap-names to 2-characters (Ubuntu #481740).
4959         + change a variable name in lib_newwin.c to make it clearer which
4960           value is being freed on error (patch by Nicholas Marriott).
4961
4962 20091107
4963         + improve test/ncurses.c color-cycling test by reusing attribute-
4964           and color-cycling logic from the video-attributes screen.
4965         + add ifdef'd with NCURSES_INTEROP_FUNCS experimental bindings in form
4966           library which help make it compatible with interop applications
4967           (patch by Juergen Pfeifer).
4968         + add configure option --enable-interop, for integrating changes
4969           for generic/interop support to form-library by Juergen Pfeifer
4970
4971 20091031
4972         + modify use of $CC environment variable which is defined by X/Open
4973           as a curses feature, to ignore it if it is not a single character
4974           (prompted by discussion with Benjamin C W Sittler).
4975         + add START_TRACE in slk_init
4976         + fix a regression in _nc_ripoffline which made test/ncurses.c not show
4977           soft-keys, broken in 20090927 merging.
4978         + change initialization of "hidden" flag for soft-keys from true to
4979           false, broken in 20090704 merging (Ubuntu #464274).
4980         + update nsterm entries (patch by Benjamin C W Sittler, prompted by
4981           discussion with Fabian Groffen in GenToo #206201).
4982         + add test/xterm-256color.dat
4983
4984 20091024
4985         + quiet some pedantic gcc warnings.
4986         + modify _nc_wgetch() to check for a -1 in the fifo, e.g., after a
4987           SIGWINCH, and discard that value, to avoid confusing application
4988           (patch by Eygene Ryabinkin, FreeBSD #136223).
4989
4990 20091017
4991         + modify handling of $PKG_CONFIG_LIBDIR to use only the first item in
4992           a possibly colon-separated list (Debian #550716).
4993
4994 20091010
4995         + supply a null-terminator to buffer in _nc_viswibuf().
4996         + fix a sign-extension bug in unget_wch() (report by Mike Gran).
4997         + minor fixes to error-returns in default function for tputs, as well
4998           as in lib_screen.c
4999
5000 20091003
5001         + add WACS_xxx definitions to wide-character configuration for thick-
5002           and double-lines (discussion with Slava Zanko).
5003         + remove unnecessary kcan assignment to ^C from putty (Sven Joachim)
5004         + add ccc and initc capabilities to xterm-16color -TD
5005         > patch by Benjamin C W Sittler:
5006         + add linux-16color
5007         + correct initc capability of linux-c-nc end-of-range
5008         + similar change for dg+ccc and dgunix+ccc
5009
5010 20090927
5011         + move leak-checking for comp_captab.c into _nc_leaks_tinfo() since
5012           that module since 20090711 is in libtinfo.
5013         + add configure option --enable-term-driver, to allow compiling with
5014           terminal-driver.  That is used in MinGW port, and (being somewhat
5015           more complicated) is an experimental alternative to the conventional
5016           termlib internals.  Currently, it requires the sp-funcs feature to
5017           be enabled.
5018         + completed integrating "sp-funcs" by Juergen Pfeifer in ncurses
5019           library (some work remains for forms library).
5020
5021 20090919
5022         + document return code from define_key (report by Mike Gran).
5023         + make some symbolic links in the terminfo directory-tree shorter
5024           (patch by Daniel Jacobowitz, forwarded by Sven Joachim).).
5025         + fix some groff warnings in terminfo.5, etc., from recent Debian
5026           changes.
5027         + change ncv and op capabilities in sun-color terminfo entry to match
5028           Sun's entry for this (report by Laszlo Peter).
5029         + improve interix smso terminfo capability by using reverse rather than
5030           bold (report by Kristof Zelechovski).
5031
5032 20090912
5033         + add some test programs (and make these use the same special keys
5034           by sharing linedata.h functions):
5035           test/test_addstr.c
5036           test/test_addwstr.c
5037           test/test_addchstr.c
5038           test/test_add_wchstr.c
5039         + correct internal _nc_insert_ch() to use _nc_insert_wch() when
5040           inserting wide characters, since the wins_wch() function that it used
5041           did not update the cursor position (report by Ciprian Craciun).
5042
5043 20090906
5044         + fix typo s/is_timeout/is_notimeout/ which made "man is_notimeout" not
5045           work.
5046         + add null-pointer checks to other opaque-functions.
5047         + add is_pad() and is_subwin() functions for opaque access to WINDOW
5048           (discussion with Mark Dickinson).
5049         + correct merge to lib_newterm.c, which broke when sp-funcs was
5050           enabled.
5051
5052 20090905
5053         + build-fix for building outside source-tree (report by Sven Joachim).
5054         + fix Debian lintian warning for man/tabs.1 by making section number
5055           agree with file-suffix (report by Sven Joachim).
5056         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
5057
5058 20090829
5059         + workaround for bug in g++ 4.1-4.4 warnings for wattrset() macro on
5060           amd64 (Debian #542031).
5061         + fix typo in curs_mouse.3x (Debian #429198).
5062
5063 20090822
5064         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
5065
5066 20090815
5067         + correct use of terminfo capabilities for initializing soft-keys,
5068           broken in 20090510 merging.
5069         + modify wgetch() to ensure it checks SIGWINCH when it gets an error
5070           in non-blocking mode (patch by Clemens Ladisch).
5071         + use PATH_SEPARATOR symbol when substituting into run_tic.sh, to
5072           help with builds on non-Unix platforms such as OS/2 EMX.
5073         + modify scripting for misc/run_tic.sh to test configure script's
5074           $cross_compiling variable directly rather than comparing host/build
5075           compiler names (prompted by comment in GenToo #249363).
5076         + fix configure script option --with-database, which was coded as an
5077           enable-type switch.
5078         + build-fixes for --srcdir (report by Frederic L W Meunier).
5079
5080 20090808
5081         + separate _nc_find_entry() and _nc_find_type_entry() from
5082           implementation details of hash function.
5083
5084 20090803
5085         + add tabs.1 to man/man_db.renames
5086         + modify lib_addch.c to compensate for removal of wide-character test
5087           from unctrl() in 20090704 (Debian #539735).
5088
5089 20090801
5090         + improve discussion in INSTALL for use of system's tic/infocmp for
5091           cross-compiling and building fallbacks.
5092         + modify test/demo_termcap.c to correspond better to options in
5093           test/demo_terminfo.c
5094         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
5095         + fix logic for 'V' in test/ncurses.c tests f/F.
5096
5097 20090728
5098         + correct logic in tigetnum(), which caused tput program to treat all
5099           string capabilities as numeric (report by Rajeev V Pillai,
5100           cf: 20090711).
5101
5102 20090725
5103         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
5104
5105 20090718
5106         + fix a null-pointer check in _nc_format_slks() in lib_slk.c, from
5107           20090704 changes.
5108         + modify _nc_find_type_entry() to use hashing.
5109         + make CCHARW_MAX value configurable, noting that changing this would
5110           change the size of cchar_t, and would be ABI-incompatible.
5111         + modify test-programs, e.g,.  test/view.c, to address subtle
5112           differences between Tru64/Solaris and HPUX/AIX getcchar() return
5113           values.
5114         + modify length returned by getcchar() to count the trailing null
5115           which is documented in X/Open (cf: 20020427).
5116         + fixes for test programs to build/work on HPUX and AIX, etc.
5117
5118 20090711
5119         + improve performance of tigetstr, etc., by using hashing code from tic.
5120         + minor fixes for memory-leak checking.
5121         + add test/demo_terminfo, for comparison with demo_termcap
5122
5123 20090704
5124         + remove wide-character checks from unctrl() (patch by Clemens Ladisch).
5125         + revise wadd_wch() and wecho_wchar() to eliminate dependency on
5126           unctrl().
5127         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
5128
5129 20090627
5130         + update llib-lncurses[wt] to use sp-funcs.
5131         + various code-fixes to build/work with --disable-macros configure
5132           option.
5133         + add several new files from Juergen Pfeifer which will be used when
5134           integration of "sp-funcs" is complete.  This includes a port to
5135           MinGW.
5136
5137 20090613
5138         + move definition for NCURSES_WRAPPED_VAR back to ncurses_dll.h, to
5139           make includes of term.h without curses.h work (report by "Nix").
5140         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
5141
5142 20090607
5143         + fix a regression in lib_tputs.c, from ongoing merges.
5144
5145 20090606
5146         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
5147
5148 20090530
5149         + fix an infinite recursion when adding a legacy-coding 8-bit value
5150           using insch() (report by Clemens Ladisch).
5151         + free home-terminfo string in del_curterm() (patch by Dan Weber).
5152         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
5153
5154 20090523
5155         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
5156
5157 20090516
5158         + work around antique BSD game's manipulation of stdscr, etc., versus
5159           SCREEN's copy of the pointer (Debian #528411).
5160         + add a cast to wattrset macro to avoid compiler warning when comparing
5161           its result against ERR (adapted from patch by Matt Kraii, Debian
5162           #528374).
5163
5164 20090510
5165         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
5166
5167 20090502
5168         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
5169         + add vwmterm terminfo entry (patch by Bryan Christ).
5170
5171 20090425
5172         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
5173
5174 20090419
5175         + build fix for _nc_free_and_exit() change in 20090418 (report by
5176           Christian Ebert).
5177
5178 20090418
5179         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
5180
5181 20090411
5182         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
5183           This change finishes merging for menu and panel libraries, does
5184           part of the form library.
5185
5186 20090404
5187         + suppress configure check for static/dynamic linker flags for gcc on
5188           Darwin (report by Nelson Beebe).
5189
5190 20090328
5191         + extend ansi.sys pfkey capability from kf1-kf10 to kf1-kf48, moving
5192           function key definitions from emx-base for consistency -TD
5193         + correct missing final 'p' in pfkey capability of ansi.sys-old (report
5194           by Kalle Olavi Niemitalo).
5195         + improve test/ncurses.c 'F' test, show combining characters in color.
5196         + quiet a false report by cppcheck in c++/cursesw.cc by eliminating
5197           a temporary variable.
5198         + use _nc_doalloc() rather than realloc() in a few places in ncurses
5199           library to avoid leak in out-of-memory condition (reports by William
5200           Egert and Martin Ettl based on cppcheck tool).
5201         + add --with-ncurses-wrap-prefix option to test/configure (discussion
5202           with Charles Wilson).
5203         + use ncurses*-config scripts if available for test/configure.
5204         + update test/aclocal.m4 and test/configure
5205         > patches by Charles Wilson:
5206         + modify CF_WITH_LIBTOOL configure check to allow unreleased libtool
5207           version numbers (e.g.  which include alphabetic chars, as well as
5208           digits, after the final '.').
5209         + improve use of -no-undefined option for libtool by setting an
5210           intermediate variable LT_UNDEF in the configure script, and then
5211           using that in the libtool link-commands.
5212         + fix an missing use of NCURSES_PUBLIC_VAR() in tinfo/MKcodes.awk
5213           from 20090321 changes.
5214         + improve mk-1st.awk script by writing separate cases for the
5215           LIBTOOL_LINK command, depending on which library (ncurses, ticlib,
5216           termlib) is to be linked.
5217         + modify configure.in to allow broken-linker configurations, not just
5218           enable-reentrant, to set public wrap prefix.
5219
5220 20090321
5221         + add TICS_LIST and SHLIB_LIST to allow libtool 2.2.6 on Cygwin to
5222           build with tic and term libraries (patch by Charles Wilson).
5223         + add -no-undefined option to libtool for Cygwin, MinGW, U/Win and AIX
5224           (report by Charles Wilson).
5225         + fix definition for c++/Makefile.in's SHLIB_LIST, which did not list
5226           the form, menu or panel libraries (patch by Charles Wilson).
5227         + add configure option --with-wrap-prefix to allow setting the prefix
5228           for functions used to wrap global variables to something other than
5229           "_nc_" (discussion with Charles Wilson).
5230
5231 20090314
5232         + modify scripts to generate ncurses*-config and pc-files to add
5233           dependency for tinfo library (patch by Charles Wilson).
5234         + improve comparison of program-names when checking for linked flavors
5235           such as "reset" by ignoring the executable suffix (reports by Charles
5236           Wilson, Samuel Thibault and Cedric Bretaudeau on Cygwin mailing
5237           list).
5238         + suppress configure check for static/dynamic linker flags for gcc on
5239           Solaris 10, since gcc is confused by absence of static libc, and
5240           does not switch back to dynamic mode before finishing the libraries
5241           (reports by Joel Bertrand, Alan Pae).
5242         + minor fixes to Intel compiler warning checks in configure script.
5243         + modify _nc_leaks_tinfo() so leak-checking in test/railroad.c works.
5244         + modify set_curterm() to make broken-linker configuration work with
5245           changes from 20090228 (report by Charles Wilson).
5246
5247 20090228
5248         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
5249         + modify declaration of cur_term when broken-linker is used, but
5250           enable-reentrant is not, to match pre-5.7 (report by Charles Wilson).
5251
5252 20090221
5253         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
5254
5255 20090214
5256         + add configure script --enable-sp-funcs to enable the new set of
5257           extended functions.
5258         + start integrating patches by Juergen Pfeifer:
5259           + add extended functions which specify the SCREEN pointer for several
5260             curses functions which use the global SP (these are incomplete;
5261             some internals work is needed to complete these).
5262           + add special cases to configure script for MinGW port.
5263
5264 20090207
5265         + update several configure macros from lynx changes
5266           + append (not prepend) to CFLAGS/CPPFLAGS
5267           + change variable from PATHSEP to PATH_SEPARATOR
5268         + improve install-rules for pc-files (patch by Miroslav Lichvar).
5269           + make it work with $DESTDIR
5270           + create the pkg-config library directory if needed.
5271
5272 20090124
5273         + modify init_pair() to allow caller to create extra color pairs beyond
5274           the color_pairs limit, which use default colors (request by Emanuele
5275           Giaquinta).
5276         + add misc/terminfo.tmp and misc/*.pc to "sources" rule.
5277         + fix typo "==" where "=" is needed in ncurses-config.in and
5278           gen-pkgconfig.in files (Debian #512161).
5279
5280 20090117
5281         + add -shared option to MK_SHARED_LIB when -Bsharable is used, for
5282           *BSD's, without which "main" might be one of the shared library's
5283           dependencies (report/analysis by Ken Dickey).
5284         + modify waddch_literal(), updating line-pointer after a multicolumn
5285           character is found to not fit on the current row, and wrapping is
5286           done.  Since the line-pointer was not updated, the wrapped
5287           multicolumn character was written to the beginning of the current row
5288           (cf: 20041023, reported by "Nick" regarding problem with ncmpc
5289           http://musicpd.org/mantis/bug_view_page.php?bug_id=1930).
5290
5291 20090110
5292         + add screen.Eterm terminfo entry (GenToo #124887) -TD
5293         + modify adacurses-config to look for ".ali" files in the adalib
5294           directory.
5295         + correct install for Ada95, which omitted libAdaCurses.a used in
5296           adacurses-config
5297         + change install for adacurses-config to provide additional flavors
5298           such as adacursesw-config, for ncursesw (GenToo #167849).
5299
5300 20090105
5301         + remove undeveloped feature in ncurses-config.in for setting
5302           prefix variable.
5303         + recent change to ncurses-config.in did not take into account the
5304           --disable-overwrite option, which sets $includedir to the
5305           subdirectory and using just that for a -I option does not work - fix
5306           (report by Frederic L W Meunier).
5307
5308 20090104
5309         + modify gen-pkgconfig.in to eliminate a dependency on rpath when
5310           deciding whether to add $LIBS to --libs output; that should be shown
5311           for the ncurses and tinfo libraries without taking rpath into
5312           account.
5313         + fix an overlooked change from $AR_OPTS to $ARFLAGS in mk-1st.awk,
5314           used in static libraries (report by Marty Jack).
5315
5316 20090103
5317         + add a configure-time check to pick a suitable value for
5318           CC_SHARED_OPTS for Solaris (report by Dagobert Michelsen).
5319         + add configure --with-pkg-config and --enable-pc-files options, along
5320           with misc/gen-pkgconfig.in which can be used to generate ".pc" files
5321           for pkg-config (request by Jan Engelhardt).
5322         + use $includedir symbol in misc/ncurses-config.in, add --includedir
5323           option.
5324         + change makefiles to use $ARFLAGS rather than $AR_OPTS, provide a
5325           configure check to detect whether a "-" is needed before "ar"
5326           options.
5327         + update config.guess, config.sub from
5328                 http://savannah.gnu.org/projects/config
5329
5330 20081227
5331         + modify mk-1st.awk to work with extra categories for tinfo library.
5332         + modify configure script to allow building shared libraries with gcc
5333           on AIX 5 or 6 (adapted from patch by Lital Natan).
5334
5335 20081220
5336         + modify to omit the opaque-functions from lib_gen.o when
5337           --disable-ext-funcs is used.
5338         + add test/clip_printw.c to illustrate how to use printw without
5339           wrapping.
5340         + modify ncurses 'F' test to demo wborder_set() with colored lines.
5341         + modify ncurses 'f' test to demo wborder() with colored lines.
5342
5343 20081213
5344         + add check for failure to open hashed-database needed for db4.6
5345           (GenToo #245370).
5346         + corrected --without-manpages option; previous change only suppressed
5347           the auxiliary rules install.man and uninstall.man
5348         + add case for FreeMINT to configure macro CF_XOPEN_SOURCE (patch from
5349           GenToo #250454).
5350         + fixes from NetBSD port at
5351           http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches
5352           patch-ac (build-fix for DragonFly)
5353           patch-ae (use INSTALL_SCRIPT for installing misc/ncurses*-config).
5354         + improve configure script macros CF_HEADER_PATH and CF_LIBRARY_PATH
5355           by adding CFLAGS, CPPFLAGS and LDFLAGS, LIBS values to the
5356           search-lists.
5357         + correct title string for keybound manpage (patch by Frederic Culot,
5358           OpenBSD documentation/6019),
5359
5360 20081206
5361         + move del_curterm() call from _nc_freeall() to _nc_leaks_tinfo() to
5362           work for progs/clear, progs/tabs, etc.
5363         + correct buffer-size after internal resizing of wide-character
5364           set_field_buffer(), broken in 20081018 changes (report by Mike Gran).
5365         + add "-i" option to test/filter.c to tell it to use initscr() rather
5366           than newterm(), to investigate report on comp.unix.programmer that
5367           ncurses would clear the screen in that case (it does not - the issue
5368           was xterm's alternate screen feature).
5369         + add check in mouse-driver to disable connection if GPM returns a
5370           zero, indicating that the connection is closed (Debian #506717,
5371           adapted from patch by Samuel Thibault).
5372
5373 20081129
5374         + improve a workaround in adding wide-characters, when a control
5375           character is found.  The library (cf: 20040207) uses unctrl() to
5376           obtain a printable version of the control character, but was not
5377           passing color or video attributes.
5378         + improve test/ncurses.c 'a' test, using unctrl() more consistently to
5379           display meta-characters.
5380         + turn on _XOPEN_CURSES definition in curses.h
5381         + add eterm-color entry (report by Vincent Lefevre) -TD
5382         + correct use of key_name() in test/ncurses.c 'A' test, which only
5383           displays wide-characters, not key-codes since 20070612 (report by
5384           Ricardo Cantu).
5385
5386 20081122
5387         + change _nc_has_mouse() to has_mouse(), reflect its use in C++ and
5388           Ada95 (patch by Juergen Pfeifer).
5389         + document in TO-DO an issue with Cygwin's package for GNAT (report
5390           by Mike Dennison).
5391         + improve error-checking of command-line options in "tabs" program.
5392
5393 20081115
5394         + change several terminfo entries to make consistent use of ANSI
5395           clear-all-tabs -TD
5396         + add "tabs" program (prompted by Debian #502260).
5397         + add configure --without-manpages option (request by Mike Frysinger).
5398
5399 20081102 5.7 release for upload to ftp.gnu.org
5400
5401 20081025
5402         + add a manpage to discuss memory leaks.
5403         + add support for shared libraries for QNX (other than libtool, which
5404           does not work well on that platform).
5405         + build-fix for QNX C++ binding.
5406
5407 20081018
5408         + build-fixes for OS/2 EMX.
5409         + modify form library to accept control characters such as newline
5410           in set_field_buffer(), which is compatible with Solaris (report by
5411           Nit Khair).
5412         + modify configure script to assume --without-hashed-db when
5413           --disable-database is used.
5414         + add "-e" option in ncurses/Makefile.in when generating source-files
5415           to force earlier exit if the build environment fails unexpectedly
5416           (prompted by patch by Adrian Bunk).
5417         + change configure script to use CF_UTF8_LIB, improved variant of
5418           CF_LIBUTF8.
5419
5420 20081012
5421         + add teraterm4.59 terminfo entry, use that as primary teraterm entry, rename
5422           original to teraterm2.3 -TD
5423         + update "gnome" terminfo to 2.22.3 -TD
5424         + update "konsole" terminfo to 1.6.6, needs today's fix for tic -TD
5425         + add "aterm" terminfo -TD
5426         + add "linux2.6.26" terminfo -TD
5427         + add logic to tic for cancelling strings in user-defined capabilities,
5428           overlooked til now.
5429
5430 20081011
5431         + regenerated html documentation.
5432         + add -m and -s options to test/keynames.c and test/key_names.c to test
5433           the meta() function with keyname() or key_name(), respectively.
5434         + correct return value of key_name() on error; it is null.
5435         + document some unresolved issues for rpath and pthreads in TO-DO.
5436         + fix a missing prototype for ioctl() on OpenBSD in tset.c
5437         + add configure option --disable-tic-depends to make explicit whether
5438           tic library depends on ncurses/ncursesw library, amends change from
5439           20080823 (prompted by Debian #501421).
5440
5441 20081004
5442         + some build-fixes for configure --disable-ext-funcs (incomplete, but
5443           works for C/C++ parts).
5444         + improve configure-check for awks unable to handle large strings, e.g.
5445           AIX 5.1 whose awk silently gives up on large printf's.
5446
5447 20080927
5448         + fix build for --with-dmalloc by workaround for redefinition of
5449           strndup between string.h and dmalloc.h
5450         + fix build for --disable-sigwinch
5451         + add environment variable NCURSES_GPM_TERMS to allow override to use
5452           GPM on terminals other than "linux", etc.
5453         + disable GPM mouse support when $TERM does not happen to contain
5454           "linux", since Gpm_Open() no longer limits its assertion to terminals
5455           that it might handle, e.g., within "screen" in xterm.
5456         + reset mouse file-descriptor when unloading GPM library (report by
5457           Miroslav Lichvar).
5458         + fix build for --disable-leaks --enable-widec --with-termlib
5459         > patch by Juergen Pfeifer:
5460         + use improved initialization for soft-label keys in Ada95 sample code.
5461         + discard internal symbol _nc_slk_format (unused since 20080112).
5462         + move call of slk_paint_info() from _nc_slk_initialize() to
5463           slk_intern_refresh(), improving initialization.
5464
5465 20080925
5466         + fix bug in mouse code for GPM from 20080920 changes (reported in
5467           Debian #500103, also Miroslav Lichvar).
5468
5469 20080920
5470         + fix shared-library rules for cygwin with tic- and tinfo-libraries.
5471         + fix a memory leak when failure to connect to GPM.
5472         + correct check for notimeout() in wgetch() (report on linux.redhat
5473           newsgroup by FurtiveBertie).
5474         + add an example warning-suppression file for valgrind,
5475           misc/ncurses.supp (based on example from Reuben Thomas)
5476
5477 20080913
5478         + change shared-library configuration for OpenBSD, make rpath work.
5479         + build-fixes for using libutf8, e.g., on OpenBSD 3.7
5480
5481 20080907
5482         + corrected fix for --enable-weak-symbols (report by Frederic L W
5483           Meunier).
5484
5485 20080906
5486         + corrected gcc options for building shared libraries on IRIX64.
5487         + add configure check for awk programs unable to handle big-strings,
5488           use that to improve the default for --enable-big-strings option.
5489         + makefile-fixes for --enable-weak-symbols (report by Frederic L W
5490           Meunier).
5491         + update test/configure script.
5492         + adapt ifdef's from library to make test/view.c build when mbrtowc()
5493           is unavailable, e.g., with HPUX 10.20.
5494         + add configure check for wcsrtombs, mbsrtowcs, which are used in
5495           test/ncurses.c, and use wcstombs, mbstowcs instead if available,
5496           fixing build of ncursew for HPUX 11.00
5497
5498 20080830
5499         + fixes to make Ada95 demo_panels() example work.
5500         + modify Ada95 'rain' test program to accept keyboard commands like the
5501           C-version.
5502         + modify BeOS-specific ifdef's to build on Haiku (patch by Scott
5503           Mccreary).
5504         + add configure-check to see if the std namespace is legal for cerr
5505           and endl, to fix a build issue with Tru64.
5506         + consistently use NCURSES_BOOL in lib_gen.c
5507         + filter #line's from lib_gen.c
5508         + change delimiter in MKlib_gen.sh from '%' to '@', to avoid
5509           substitution by IBM xlc to '#' as part of its extensions to digraphs.
5510         + update config.guess, config.sub from
5511                 http://savannah.gnu.org/projects/config
5512           (caveat - its maintainer removed support for older Linux systems).
5513
5514 20080823
5515         + modify configure check for pthread library to work with OSF/1 5.1,
5516           which uses #define's to associate its header and library.
5517         + use pthread_mutexattr_init() for initializing pthread_mutexattr_t,
5518           makes threaded code work on HPUX 11.23
5519         + fix a bug in demo_menus in freeing menus (cf: 20080804).
5520         + modify configure script for the case where tic library is used (and
5521           possibly renamed) to remove its dependency upon ncurses/ncursew
5522           library (patch by Dr Werner Fink).
5523         + correct manpage for menu_fore() which gave wrong default for
5524           the attribute used to display a selected entry (report by Mike Gran).
5525         + add Eterm-256color, Eterm-88color and rxvt-88color (prompted by
5526           Debian #495815) -TD
5527
5528 20080816
5529         + add configure option --enable-weak-symbols to turn on new feature.
5530         + add configure-check for availability of weak symbols.
5531         + modify linkage with pthread library to use weak symbols so that
5532           applications not linked to that library will not use the mutexes,
5533           etc.  This relies on gcc, and may be platform-specific (patch by Dr
5534           Werner Fink).
5535         + add note to INSTALL to document limitation of renaming of tic library
5536           using the --with-ticlib configure option (report by Dr Werner Fink).
5537         + document (in manpage) why tputs does not detect I/O errors (prompted
5538           by comments by Samuel Thibault).
5539         + fix remaining warnings from Klocwork report.
5540
5541 20080804
5542         + modify _nc_panelhook() data to account for a permanent memory leak.
5543         + fix memory leaks in test/demo_menus
5544         + fix most warnings from Klocwork tool (report by Larry Zhou).
5545         + modify configure script CF_XOPEN_SOURCE macro to add case for
5546           "dragonfly" from xterm #236 changes.
5547         + modify configure script --with-hashed-db to let $LIBS override the
5548           search for the db library (prompted by report by Samson Pierre).
5549
5550 20080726
5551         + build-fixes for gcc 4.3.1 (changes to gnat "warnings", and C inlining
5552           thresholds).
5553
5554 20080713
5555         + build-fix (reports by Christian Ebert, Funda Wang).
5556
5557 20080712
5558         + compiler-warning fixes for Solaris.
5559
5560 20080705
5561         + use NCURSES_MOUSE_MASK() in definition of BUTTON_RELEASE(), etc., to
5562           make those work properly with the "--enable-ext-mouse" configuration
5563           (cf: 20050205).
5564         + improve documentation of build-cc options in INSTALL.
5565         + work-around a bug in gcc 4.2.4 on AIX, which does not pass the
5566           -static/-dynamic flags properly to linker, causing test/bs to
5567           not link.
5568
5569 20080628
5570         + correct some ifdef's needed for the broken-linker configuration.
5571         + make debugging library's $BAUDRATE feature work for termcap
5572           interface.
5573         + make $NCURSES_NO_PADDING feature work for termcap interface (prompted
5574           by comment on FreeBSD mailing list).
5575         + add screen.mlterm terminfo entry -TD
5576         + improve mlterm and mlterm+pcfkeys terminfo entries -TD
5577
5578 20080621
5579         + regenerated html documentation.
5580         + expand manpage description of parameters for form_driver() and
5581           menu_driver() (prompted by discussion with Adam Spragg).
5582         + add null-pointer checks for cur_term in baudrate() and
5583           def_shell_mode(), def_prog_mode()
5584         + fix some memory leaks in delscreen() and wide acs.
5585
5586 20080614
5587         + modify test/ditto.c to illustrate multi-threaded use_screen().
5588         + change CC_SHARED_OPTS from -KPIC to -xcode=pic32 for Solaris.
5589         + add "-shared" option to MK_SHARED_LIB for gcc on Solaris (report
5590           by Poor Yorick).
5591
5592 20080607
5593         + finish changes to wgetch(), making it switch as needed to the
5594           window's actual screen when calling wrefresh() and wgetnstr().  That
5595           allows wgetch() to get used concurrently in different threads with
5596           some minor restrictions, e.g., the application should not delete a
5597           window which is being used in a wgetch().
5598         + simplify mutex's, combining the window- and screen-mutex's.
5599
5600 20080531
5601         + modify wgetch() to use the screen which corresponds to its window
5602           parameter rather than relying on SP; some dependent functions still
5603           use SP internally.
5604         + factor out most use of SP in lib_mouse.c, using parameter.
5605         + add internal _nc_keyname(), replacing keyname() to associate with a
5606           particular SCREEN rather than the global SP.
5607         + add internal _nc_unctrl(), replacing unctrl() to associate with a
5608           particular SCREEN rather than the global SP.
5609         + add internal _nc_tracemouse(), replacing _tracemouse() to eliminate
5610           its associated global buffer _nc_globals.tracemse_buf now in SCREEN.
5611         + add internal _nc_tracechar(), replacing _tracechar() to use SCREEN in
5612           preference to the global _nc_globals.tracechr_buf buffer.
5613
5614 20080524
5615         + modify _nc_keypad() to make it switch temporarily as needed to the
5616           screen which must be updated.
5617         + wrap cur_term variable to help make _nc_keymap() thread-safe, and
5618           always set the screen's copy of this variable in set_curterm().
5619         + restore curs_set() state after endwin()/refresh() (report/patch
5620           Miroslav Lichvar)
5621
5622 20080517
5623         + modify configure script to note that --enable-ext-colors and
5624           --enable-ext-mouse are not experimental, but extensions from
5625           the ncurses ABI 5.
5626         + corrected manpage description of setcchar() (discussion with
5627           Emanuele Giaquinta).
5628         + fix for adding a non-spacing character at the beginning of a line
5629           (report/patch by Miroslav Lichvar).
5630
5631 20080503
5632         + modify screen.* terminfo entries using new screen+fkeys to fix
5633           overridden keys in screen.rxvt (Debian #478094) -TD
5634         + modify internal interfaces to reduce wgetch()'s dependency on the
5635           global SP.
5636         + simplify some loops with macros each_screen(), each_window() and
5637           each_ripoff().
5638
5639 20080426
5640         + continue modifying test/ditto.c toward making it demonstrate
5641           multithreaded use_screen(), using fifos to pass data between screens.
5642         + fix typo in form.3x (report by Mike Gran).
5643
5644 20080419
5645         + add screen.rxvt terminfo entry -TD
5646         + modify tic -f option to format spaces as \s to prevent them from
5647           being lost when that is read back in unformatted strings.
5648         + improve test/ditto.c, using a "talk"-style layout.
5649
5650 20080412
5651         + change test/ditto.c to use openpty() and xterm.
5652         + add locks for copywin(), dupwin(), overlap(), overlay() on their
5653           window parameters.
5654         + add locks for initscr() and newterm() on updates to the SCREEN
5655           pointer.
5656         + finish table in curs_thread.3x manpage.
5657
5658 20080405
5659         + begin table in curs_thread.3x manpage describing the scope of data
5660           used by each function (or symbol) for threading analysis.
5661         + add null-pointer checks to setsyx() and getsyx() (prompted by
5662           discussion by Martin v. Lowis and Jeroen Ruigrok van der Werven on
5663           python-dev2 mailing list).
5664
5665 20080329
5666         + add null-pointer checks in set_term() and delscreen().
5667         + move _nc_windows into _nc_globals, since windows can be pads, which
5668           are not associated with a particular screen.
5669         + change use_screen() to pass the SCREEN* parameter rather than
5670           stdscr to the callback function.
5671         + force libtool to use tag for 'CC' in case it does not detect this,
5672           e.g., on aix when using CC=powerpc-ibm-aix5.3.0.0-gcc
5673           (report/patch by Michael Haubenwallner).
5674         + override OBJEXT to "lo" when building with libtool, to work on
5675           platforms such as AIX where libtool may use a different suffix for
5676           the object files than ".o" (report/patch by Michael Haubenwallner).
5677         + add configure --with-pthread option, for building with the POSIX
5678           thread library.
5679
5680 20080322
5681         + fill in extended-color pair two more places in wbkgrndset() and
5682           waddch_nosync() (prompted by Sedeno's patch).
5683         + fill in extended-color pair in _nc_build_wch() to make colors work
5684           for wide-characters using extended-colors (patch by Alejandro R
5685           Sedeno).
5686         + add x/X toggles to ncurses.c C color test to test/demo
5687           wide-characters with extended-colors.
5688         + add a/A toggles to ncurses.c c/C color tests.
5689         + modify test/ditto.c to use use_screen().
5690         + finish modifying test/rain.c to demonstrate threads.
5691
5692 20080308
5693         + start modifying test/rain.c for threading demo.
5694         + modify test/ncurses.c to make 'f' test accept the f/F/b/F/</> toggles
5695           that the 'F' accepts.
5696         + modify test/worm.c to show trail in reverse-video when other threads
5697           are working concurrently.
5698         + fix a deadlock from improper nesting of mutexes for windowlist and
5699           window.
5700
5701 20080301
5702         + fixes from 20080223 resolved issue with mutexes; change to use
5703           recursive mutexes to fix memory leak in delwin() as called from
5704           _nc_free_and_exit().
5705
5706 20080223
5707         + fix a size-difference in _nc_globals which caused hanging of mutex
5708           lock/unlock when termlib was built separately.
5709
5710 20080216
5711         + avoid using nanosleep() in threaded configuration since that often
5712           is implemented to suspend the entire process.
5713
5714 20080209
5715         + update test programs to build/work with various UNIX curses for
5716           comparisons.  This was to reinvestigate statement in X/Open Curses
5717           that insnstr and winsnstr perform wrapping.  None of the Unix-branded
5718           implementations do this, as noted in manpage (cf: 20040228).
5719
5720 20080203
5721         + modify _nc_setupscreen() to set the legacy-coding value the same
5722           for both narrow/wide models.  It had been set only for wide model,
5723           but is needed to make unctrl() work with locale in the narrow model.
5724         + improve waddch() and winsch() handling of EILSEQ from mbrtowc() by
5725           using unctrl() to display illegal bytes rather than trying to append
5726           further bytes to make up a valid sequence (reported by Andrey A
5727           Chernov).
5728         + modify unctrl() to check codes in 128-255 range versus isprint().
5729           If they are not printable, and locale was set, use a "M-" or "~"
5730           sequence.
5731
5732 20080126
5733         + improve threading in test/worm.c (wrap refresh calls, and KEY_RESIZE
5734           handling).  Now it hangs in napms(), no matter whether nanosleep()
5735           or poll() or select() are used on Linux.
5736
5737 20080119
5738         + fixes to build with --disable-ext-funcs
5739         + add manpage for use_window and use_screen.
5740         + add set_tabsize() and set_escdelay() functions.
5741
5742 20080112
5743         + remove recursive-mutex definitions, finish threading demo for worm.c
5744         + remove a redundant adjustment of lines in resizeterm.c's
5745           adjust_window() which caused occasional misadjustment of stdscr when
5746           softkeys were used.
5747
5748 20080105
5749         + several improvements to terminfo entries based on xterm #230 -TD
5750         + modify MKlib_gen.sh to handle keyname/key_name prototypes, so the
5751           "link_test" builds properly.
5752         + fix for toe command-line options -u/-U to ensure filename is given.
5753         + fix allocation-size for command-line parsing in infocmp from 20070728
5754           (report by Miroslav Lichvar)
5755         + improve resizeterm() by moving ripped-off lines, and repainting the
5756           soft-keys (report by Katarina Machalkova)
5757         + add clarification in wclear's manpage noting that the screen will be
5758           cleared even if a subwindow is cleared (prompted by Christer Enfors
5759           question).
5760         + change test/ncurses.c soft-key tests to work with KEY_RESIZE.
5761
5762 20071222
5763         + continue implementing support for threading demo by adding mutex
5764           for delwin().
5765
5766 20071215
5767         + add several functions to C++ binding which wrap C functions that
5768           pass a WINDOW* parameter (request by Chris Lee).
5769
5770 20071201
5771         + add note about configure options needed for Berkeley database to the
5772           INSTALL file.
5773         + improve checks for version of Berkeley database libraries.
5774         + amend fix for rpath to not modify LDFLAGS if the platform has no
5775           applicable transformation (report by Christian Ebert, cf: 20071124).
5776
5777 20071124
5778         + modify configure option --with-hashed-db to accept a parameter which
5779           is the install-prefix of a given Berkeley Database (prompted by
5780           pierre4d2 comments).
5781         + rewrite wrapper for wcrtomb(), making it work on Solaris.  This is
5782           used in the form library to determine the length of the buffer needed
5783           by field_buffer (report by Alfred Fung).
5784         + remove unneeded window-parameter from C++ binding for wresize (report
5785           by Chris Lee).
5786
5787 20071117
5788         + modify the support for filesystems which do not support mixed-case to
5789           generate 2-character (hexadecimal) codes for the lower-level of the
5790           filesystem terminfo database (request by Michail Vidiassov).
5791         + add configure option --enable-mixed-case, to allow overriding the
5792           configure script's check if the filesystem supports mixed-case
5793           filenames.
5794         + add wresize() to C++ binding (request by Chris Lee).
5795         + define NCURSES_EXT_FUNCS and NCURSES_EXT_COLORS in curses.h to make
5796           it simpler to tell if the extended functions and/or colors are
5797           declared.
5798
5799 20071103
5800         + update memory-leak checks for changes to names.c and codes.c
5801         + correct acsc strings in h19, z100 (patch by Benjamin C W Sittler).
5802
5803 20071020
5804         + continue implementing support for threading demo by adding mutex
5805           for use_window().
5806         + add mrxvt terminfo entry, add/fix xterm building blocks for modified
5807           cursor keys -TD
5808         + compile with FreeBSD "contemporary" TTY interface (patch by
5809           Rong-En Fan).
5810
5811 20071013
5812         + modify makefile rules to allow clear, tput and tset to be built
5813           without libtic.  The other programs (infocmp, tic and toe) rely on
5814           that library.
5815         + add/modify null-pointer checks in several functions for SP and/or
5816           the WINDOW* parameter (report by Thorben Krueger).
5817         + fixes for field_buffer() in formw library (see Redhat #310071,
5818           patches by Miroslav Lichvar).
5819         + improve performance of NCURSES_CHAR_EQ code (patch by Miroslav
5820           Lichvar).
5821         + update/improve mlterm and rxvt terminfo entries, e.g., for
5822           the modified cursor- and keypad-keys -TD
5823
5824 20071006
5825         + add code to curses.priv.h ifdef'd with NCURSES_CHAR_EQ, which
5826           changes the CharEq() macro to an inline function to allow comparing
5827           cchar_t struct's without comparing gaps in a possibly unpacked
5828           memory layout (report by Miroslav Lichvar).
5829
5830 20070929
5831         + add new functions to lib_trace.c to setup mutex's for the _tracef()
5832           calls within the ncurses library.
5833         + for the reentrant model, move _nc_tputs_trace and _nc_outchars into
5834           the SCREEN.
5835         + start modifying test/worm.c to provide threading demo (incomplete).
5836         + separated ifdef's for some BSD-related symbols in tset.c, to make
5837           it compile on LynxOS (report by Greg Gemmer).
5838 20070915
5839         + modify Ada95/gen/Makefile to use shlib script, to simplify building
5840           shared-library configuration on platforms lacking rpath support.
5841         + build-fix for Ada95/src/Makefile to reflect changed dependency for
5842           the terminal-interface-curses-aux.adb file which is now generated.
5843         + restructuring test/worm.c, for use_window() example.
5844
5845 20070908
5846         + add use_window() and use_screen() functions, to develop into support
5847           for threaded library (incomplete).
5848         + fix typos in man/curs_opaque.3x which kept the install script from
5849           creating symbolic links to two aliases created in 20070818 (report by
5850           Rong-En Fan).
5851
5852 20070901
5853         + remove a spurious newline from output of html.m4, which caused links
5854           for Ada95 html to be incorrect for the files generated using m4.
5855         + start investigating mutex's for SCREEN manipulation (incomplete).
5856         + minor cleanup of codes.c/names.c for --enable-const
5857         + expand/revise "Routine and Argument Names" section of ncurses manpage
5858           to address report by David Givens in newsgroup discussion.
5859         + fix interaction between --without-progs/--with-termcap configure
5860           options (report by Michail Vidiassov).
5861         + fix typo in "--disable-relink" option (report by Michail Vidiassov).
5862
5863 20070825
5864         + fix a sign-extension bug in infocmp's repair_acsc() function
5865           (cf: 971004).
5866         + fix old configure script bug which prevented "--disable-warnings"
5867           option from working (patch by Mike Frysinger).
5868
5869 20070818
5870         + add 9term terminal description (request by Juhapekka Tolvanen) -TD
5871         + modify comp_hash.c's string output to avoid misinterpreting a null
5872           "\0" followed by a digit.
5873         + modify MKnames.awk and MKcodes.awk to support big-strings.
5874           This only applies to the cases (broken linker, reentrant) where
5875           the corresponding arrays are accessed via wrapper functions.
5876         + split MKnames.awk into two scripts, eliminating the shell redirection
5877           which complicated the make process and also the bogus timestamp file
5878           which was introduced to fix "make -j".
5879         + add test/test_opaque.c, test/test_arrays.c
5880         + add wgetscrreg() and wgetparent() for applications that may need it
5881           when NCURSES_OPAQUE is defined (prompted by Bryan Christ).
5882
5883 20070812
5884         + amend treatment of infocmp "-r" option to retain the 1023-byte limit
5885           unless "-T" is given (cf: 981017).
5886         + modify comp_captab.c generation to use big-strings.
5887         + make _nc_capalias_table and _nc_infoalias_table private accessed via
5888           _nc_get_alias_table() since the tables are used only within the tic
5889           library.
5890         + modify configure script to skip Intel compiler in CF_C_INLINE.
5891         + make _nc_info_hash_table and _nc_cap_hash_table private accessed via
5892           _nc_get_hash_table() since the tables are used only within the tic
5893           library.
5894
5895 20070728
5896         + make _nc_capalias_table and _nc_infoalias_table private, accessed via
5897           _nc_get_alias_table() since they are used only by parse_entry.c
5898         + make _nc_key_names private since it is used only by lib_keyname.c
5899         + add --disable-big-strings configure option to control whether
5900           unctrl.c is generated using the big-string optimization - which may
5901           use strings longer than supported by a given compiler.
5902         + reduce relocation tables for tic, infocmp by changing type of
5903           internal hash tables to short, and make those private symbols.
5904         + eliminate large fixed arrays from progs/infocmp.c
5905
5906 20070721
5907         + change winnstr() to stop at the end of the line (cf: 970315).
5908         + add test/test_get_wstr.c
5909         + add test/test_getstr.c
5910         + add test/test_inwstr.c
5911         + add test/test_instr.c
5912
5913 20070716
5914         + restore a call to obtain screen-size in _nc_setupterm(), which
5915           is used in tput and other non-screen applications via setupterm()
5916           (Debian #433357, reported by Florent Bayle, Christian Ohm,
5917           cf: 20070310).
5918
5919 20070714
5920         + add test/savescreen.c test-program
5921         + add check to trace-file open, if the given name is a directory, add
5922           ".log" to the name and try again.
5923         + add konsole-256color entry -TD
5924         + add extra gcc warning options from xterm.
5925         + minor fixes for ncurses/hashmap test-program.
5926         + modify configure script to quiet c++ build with libtool when the
5927           --disable-echo option is used.
5928         + modify configure script to disable ada95 if libtool is selected,
5929           writing a warning message (addresses FreeBSD #114493).
5930         + update config.guess, config.sub
5931
5932 20070707
5933         + add continuous-move "M" to demo_panels to help test refresh changes.
5934         + improve fix for refresh of window on top of multi-column characters,
5935           taking into account some split characters on left/right window
5936           boundaries.
5937
5938 20070630
5939         + add "widec" row to _tracedump() output to help diagnose remaining
5940           problems with multi-column characters.
5941         + partial fix for refresh of window on top of multi-column characters
5942           which are partly overwritten (report by Sadrul H Chowdhury).
5943         + ignore A_CHARTEXT bits in vidattr() and vid_attr(), in case
5944           multi-column extension bits are passed there.
5945         + add setlocale() call to demo_panels.c, needed for wide-characters.
5946         + add some output flags to _nc_trace_ttymode to help diagnose a bug
5947           report by Larry Virden, i.e., ONLCR, OCRNL, ONOCR and ONLRET,
5948
5949 20070623
5950         + add test/demo_panels.c
5951         + implement opaque version of setsyx() and getsyx().
5952
5953 20070612
5954         + corrected xterm+pcf2 terminfo modifiers for F1-F4, to match xterm
5955           #226 -TD
5956         + split-out key_name() from MKkeyname.awk since it now depends upon
5957           wunctrl() which is not in libtinfo (report by Rong-En Fan).
5958
5959 20070609
5960         + add test/key_name.c
5961         + add stdscr cases to test/inchs.c and test/inch_wide.c
5962         + update test/configure
5963         + correct formatting of DEL (0x7f) in _nc_vischar().
5964         + null-terminate result of wunctrl().
5965         + add null-pointer check in key_name() (report by Andreas Krennmair,
5966           cf: 20020901).
5967
5968 20070602
5969         + adapt mouse-handling code from menu library in form-library
5970           (discussion with Clive Nicolson).
5971         + add a modification of test/dots.c, i.e., test/dots_mvcur.c to
5972           illustrate how to use mvcur().
5973         + modify wide-character flavor of SetAttr() to preserve the
5974           WidecExt() value stored in the .attr field, e.g., in case it
5975           is overwritten by chgat (report by Aleksi Torhamo).
5976         + correct buffer-size for _nc_viswbuf2n() (report by Aleksi Torhamo).
5977         + build-fixes for Solaris 2.6 and 2.7 (patch by Peter O'Gorman).
5978
5979 20070526
5980         + modify keyname() to use "^X" form only if meta() has been called, or
5981           if keyname() is called without initializing curses, e.g., via
5982           initscr() or newterm() (prompted by LinuxBase #1604).
5983         + document some portability issues in man/curs_util.3x
5984         + add a shadow copy of TTY buffer to _nc_prescreen to fix applications
5985           broken by moving that data into SCREEN (cf: 20061230).
5986
5987 20070512
5988         + add 'O' (wide-character panel test) in ncurses.c to demonstrate a
5989           problem reported by Sadrul H Chowdhury with repainting parts of
5990           a fullwidth cell.
5991         + modify slk_init() so that if there are preceding calls to
5992           ripoffline(), those affect the available lines for soft-keys (adapted
5993           from patch by Clive Nicolson).
5994         + document some portability issues in man/curs_getyx.3x
5995
5996 20070505
5997         + fix a bug in Ada95/samples/ncurses which caused a variable to
5998           become uninitialized in the "b" test.
5999         + fix Ada95/gen/Makefile.in adahtml rule to account for recent
6000           movement of files, fix a few incorrect manpage references in the
6001           generated html.
6002         + add Ada95 binding to _nc_freeall() as Curses_Free_All to help with
6003           memory-checking.
6004         + correct some functions in Ada95 binding which were using return value
6005           from C where none was returned:  idcok(), immedok() and wtimeout().
6006         + amend recent changes for Ada95 binding to make it build with
6007           Cygwin's linker, e.g., with configure options
6008                 --enable-broken-linker --with-ticlib
6009
6010 20070428
6011         + add a configure check for gcc's options for inlining, use that to
6012           quiet a warning message where gcc's default behavior changed from
6013           3.x to 4.x.
6014         + improve warning message when checking if GPM is linked to curses
6015           library by not warning if its use of "wgetch" is via a weak symbol.
6016         + add loader options when building with static libraries to ensure that
6017           an installed shared library for ncurses does not conflict.  This is
6018           reported as problem with Tru64, but could affect other platforms
6019           (report Martin Mokrejs, analysis by Tim Mooney).
6020         + fix build on cygwin after recent ticlib/termlib changes, i.e.,
6021           + adjust TINFO_SUFFIX value to work with cygwin's dll naming
6022           + revert a change from 20070303 which commented out dependency of
6023             SHLIB_LIST in form/menu/panel/c++ libraries.
6024         + fix initialization of ripoff stack pointer (cf: 20070421).
6025
6026 20070421
6027         + move most static variables into structures _nc_globals and
6028           _nc_prescreen, to simplify storage.
6029         + add/use configure script macro CF_SIG_ATOMIC_T, use the corresponding
6030           type for data manipulated by signal handlers (prompted by comments
6031           in mailing.openbsd.bugs newsgroup).
6032         + modify CF_WITH_LIBTOOL to allow one to pass options such as -static
6033           to the libtool create- and link-operations.
6034
6035 20070414
6036         + fix whitespace in curs_opaque.3x which caused a spurious ';' in
6037           the installed aliases (report by Peter Santoro).
6038         + fix configure script to not try to generate adacurses-config when
6039           Ada95 tree is not built.
6040
6041 20070407
6042         + add man/curs_legacy.3x, man/curs_opaque.3x
6043         + fix acs_map binding for Ada95 when --enable-reentrant is used.
6044         + add adacurses-config to the Ada95 install, based on version from
6045           FreeBSD port, in turn by Juergen Pfeifer in 2000 (prompted by
6046           comment on comp.lang.ada newsgroup).
6047         + fix includes in c++ binding to build with Intel compiler
6048           (cf: 20061209).
6049         + update install rule in Ada95 to use mkdirs.sh
6050         > other fixes prompted by inspection for Coverity report:
6051         + modify ifdef's for c++ binding to use try/catch/throw statements
6052         + add a null-pointer check in tack/ansi.c request_cfss()
6053         + fix a memory leak in ncurses/base/wresize.c
6054         + corrected check for valid memu/meml capabilities in
6055           progs/dump_entry.c when handling V_HPUX case.
6056         > fixes based on Coverity report:
6057         + remove dead code in test/bs.c
6058         + remove dead code in test/demo_defkey.c
6059         + remove an unused assignment in progs/infocmp.c
6060         + fix a limit check in tack/ansi.c tools_charset()
6061         + fix tack/ansi.c tools_status() to perform the VT320/VT420
6062           tests in request_cfss().  The function had exited too soon.
6063         + fix a memory leak in tic.c's make_namelist()
6064         + fix a couple of places in tack/output.c which did not check for EOF.
6065         + fix a loop-condition in test/bs.c
6066         + add index checks in lib_color.c for color palettes
6067         + add index checks in progs/dump_entry.c for version_filter() handling
6068           of V_BSD case.
6069         + fix a possible null-pointer dereference in copywin()
6070         + fix a possible null-pointer dereference in waddchnstr()
6071         + add a null-pointer check in _nc_expand_try()
6072         + add a null-pointer check in tic.c's make_namelist()
6073         + add a null-pointer check in _nc_expand_try()
6074         + add null-pointer checks in test/cardfile.c
6075         + fix a double-free in ncurses/tinfo/trim_sgr0.c
6076         + fix a double-free in ncurses/base/wresize.c
6077         + add try/catch block to c++/cursesmain.cc
6078
6079 20070331
6080         + modify Ada95 binding to build with --enable-reentrant by wrapping
6081           global variables (bug: acs_map does not yet work).
6082         + modify Ada95 binding to use the new access-functions, allowing it
6083           to build/run when NCURSES_OPAQUE is set.
6084         + add access-functions and macros to return properties of the WINDOW
6085           structure, e.g., when NCURSES_OPAQUE is set.
6086         + improved install-sh's quoting.
6087         + use mkdirs.sh rather than mkinstalldirs, e.g., to use fixes from
6088           other programs.
6089
6090 20070324
6091         + eliminate part of the direct use of WINDOW data from Ada95 interface.
6092         + fix substitutions for termlib filename to make configure option
6093           --enable-reentrant work with --with-termlib.
6094         + change a constructor for NCursesWindow to allow compiling with
6095           NCURSES_OPAQUE set, since we cannot pass a reference to
6096           an opaque pointer.
6097
6098 20070317
6099         + ignore --with-chtype=unsigned since unsigned is always added to
6100           the type in curses.h; do the same for --with-mmask-t.
6101         + change warning regarding --enable-ext-colors and wide-character
6102           in the configure script to an error.
6103         + tweak error message in CF_WITH_LIBTOOL to distinguish other programs
6104           such as Darwin's libtool program (report by Michail Vidiassov)
6105         + modify edit_man.sh to allow for multiple substitutions per line.
6106         + set locale in misc/ncurses-config.in since it uses a range
6107         + change permissions libncurses++.a install (report by Michail
6108           Vidiassov).
6109         + corrected length of temporary buffer in wide-character version
6110           of set_field_buffer() (related to report by Bryan Christ).
6111
6112 20070311
6113         + fix mk-1st.awk script install_shlib() function, broken in 20070224
6114           changes for cygwin (report by  Michail Vidiassov).
6115
6116 20070310
6117         + increase size of array in _nc_visbuf2n() to make "tic -v" work
6118           properly in its similar_sgr() function (report/analysis by Peter
6119           Santoro).
6120         + add --enable-reentrant configure option for ongoing changes to
6121           implement a reentrant version of ncurses:
6122           + libraries are suffixed with "t"
6123           + wrap several global variables (curscr, newscr, stdscr, ttytype,
6124             COLORS, COLOR_PAIRS, COLS, ESCDELAY, LINES and TABSIZE) as
6125             functions returning values stored in SCREEN or cur_term.
6126           + move some initialization (LINES, COLS) from lib_setup.c,
6127             i.e., setupterm() to _nc_setupscreen(), i.e., newterm().
6128
6129 20070303
6130         + regenerated html documentation.
6131         + add NCURSES_OPAQUE symbol to curses.h, will use to make structs
6132           opaque in selected configurations.
6133         + move the chunk in lib_acs.c which resets acs capabilities when
6134           running on a terminal whose locale interferes with those into
6135           _nc_setupscreen(), so the libtinfo/libtinfow files can be made
6136           identical (requested by Miroslav Lichvar).
6137         + do not use configure variable SHLIB_LIBS for building libraries
6138           outside the ncurses directory, since that symbol is customized
6139           only for that directory, and using it introduces an unneeded
6140           dependency on libdl (requested by Miroslav Lichvar).
6141         + modify mk-1st.awk so the generated makefile rules for linking or
6142           installing shared libraries do not first remove the library, in
6143           case it is in use, e.g., libncurses.so by /bin/sh (report by Jeff
6144           Chua).
6145         + revised section "Using NCURSES under XTERM" in ncurses-intro.html
6146           (prompted by newsgroup comment by Nick Guenther).
6147
6148 20070224
6149         + change internal return codes of _nc_wgetch() to check for cases
6150           where KEY_CODE_YES should be returned, e.g., if a KEY_RESIZE was
6151           ungetch'd, and read by wget_wch().
6152         + fix static-library build broken in 20070217 changes to remove "-ldl"
6153           (report by Miroslav Lichvar).
6154         + change makefile/scripts for cygwin to allow building termlib.
6155         + use Form_Hook in manpages to match form.h
6156         + use Menu_Hook in manpages, as well as a few places in menu.h
6157         + correct form- and menu-manpages to use specific Field_Options,
6158           Menu_Options and Item_Options types.
6159         + correct prototype for _tracechar() in manpage (cf: 20011229).
6160         + correct prototype for wunctrl() in manpage.
6161
6162 20070217
6163         + fixes for $(TICS_LIST) in ncurses/Makefile (report by Miroslav
6164           Lichvar).
6165         + modify relinking of shared libraries to apply only when rpath is
6166           enabled, and add --disable-relink option which can be used to
6167           disable the feature altogether (reports by Michail Vidiassov,
6168           Adam J Richter).
6169         + fix --with-termlib option for wide-character configuration, stripping
6170           the "w" suffix in one place (report by Miroslav Lichvar).
6171         + remove "-ldl" from some library lists to reduce dependencies in
6172           programs (report by Miroslav Lichvar).
6173         + correct description of --enable-signed-char in configure --help
6174           (report by Michail Vidiassov).
6175         + add pattern for GNU/kFreeBSD configuration to CF_XOPEN_SOURCE,
6176           which matches an earlier change to CF_SHARED_OPTS, from xterm #224
6177           fixes.
6178         + remove "${DESTDIR}" from -install_name option used for linking
6179           shared libraries on Darwin (report by Michail Vidiassov).
6180
6181 20070210
6182         + add test/inchs.c, test/inch_wide.c, to test win_wchnstr().
6183         + remove libdl from library list for termlib (report by Miroslav
6184           Lichvar).
6185         + fix configure.in to allow --without-progs --with-termlib (patch by
6186           Miroslav Lichvar).
6187         + modify win_wchnstr() to ensure that only a base cell is returned
6188           for each multi-column character (prompted by report by Wei Kong
6189           regarding change in mvwin_wch() cf: 20041023).
6190
6191 20070203
6192         + modify fix_wchnstr() in form library to strip attributes (and color)
6193           from the cchar_t array (field cells) read from a field's window.
6194           Otherwise, when copying the field cells back to the window, the
6195           associated color overrides the field's background color (report by
6196           Ricardo Cantu).
6197         + improve tracing for form library, showing created forms, fields, etc.
6198         + ignore --enable-rpath configure option if --with-shared was omitted.
6199         + add _nc_leaks_tinfo(), _nc_free_tic(), _nc_free_tinfo() entrypoints
6200           to allow leak-checking when both tic- and tinfo-libraries are built.
6201         + drop CF_CPP_VSCAN_FUNC macro from configure script, since C++ binding
6202           no longer relies on it.
6203         + disallow combining configure script options --with-ticlib and
6204           --enable-termcap (report by Rong-En Fan).
6205         + remove tack from ncurses tree.
6206
6207 20070128
6208         + fix typo in configure script that broke --with-termlib option
6209           (report by Rong-En Fan).
6210
6211 20070127
6212         + improve fix for FreeBSD gnu/98975, to allow for null pointer passed
6213           to tgetent() (report by Rong-en Fan).
6214         + update tack/HISTORY and tack/README to tell how to build it after
6215           it is removed from the ncurses tree.
6216         + fix configure check for libtool's version to trim blank lines
6217           (report by sci-fi@hush.ai).
6218         + review/eliminate other original-file artifacts in cursesw.cc, making
6219           its license consistent with ncurses.
6220         + use ncurses vw_scanw() rather than reading into a fixed buffer in
6221           the c++ binding for scanw() methods (prompted by report by Nuno Dias).
6222         + eliminate fixed-buffer vsprintf() calls in c++ binding.
6223
6224 20070120
6225         + add _nc_leaks_tic() to separate leak-checking of tic library from
6226           term/ncurses libraries, and thereby eliminate a library dependency.
6227         + fix test/mk-test.awk to ignore blank lines.
6228         + correct paths in include/headers, for --srcdir (patch by Miroslav
6229           Lichvar).
6230
6231 20070113
6232         + add a break-statement in misc/shlib to ensure that it exits on the
6233           _first_ matched directory (report by Paul Novak).
6234         + add tack/configure, which can be used to build tack outside the
6235           ncurses build-tree.
6236         + add --with-ticlib option, to build/install the tic-support functions
6237           in a separate library (suggested by Miroslav Lichvar).
6238
6239 20070106
6240         + change MKunctrl.awk to reduce relocation table for unctrl.o
6241         + change MKkeyname.awk to reduce relocation table for keyname.o
6242           (patch by Miroslav Lichvar).
6243
6244 20061230
6245         + modify configure check for libtool's version to trim blank lines
6246           (report by sci-fi@hush.ai).
6247         + modify some modules to allow them to be reentrant if _REENTRANT is
6248           defined: lib_baudrate.c, resizeterm.c (local data only)
6249         + eliminate static data from some modules: add_tries.c, hardscroll.c,
6250           lib_ttyflags.c, lib_twait.c
6251         + improve manpage install to add aliases for the transformed program
6252           names, e.g., from --program-prefix.
6253         + used linklint to verify links in the HTML documentation, made fixes
6254           to manpages as needed.
6255         + fix a typo in curs_mouse.3x (report by William McBrine).
6256         + fix install-rule for ncurses5-config to make the bin-directory.
6257
6258 20061223
6259         + modify configure script to omit the tic (terminfo compiler) support
6260           from ncurses library if --without-progs option is given.
6261         + modify install rule for ncurses5-config to do this via "install.libs"
6262         + modify shared-library rules to allow FreeBSD 3.x to use rpath.
6263         + update config.guess, config.sub
6264
6265 20061217 5.6 release for upload to ftp.gnu.org
6266
6267 20061217
6268         + add ifdef's for <wctype.h> for HPUX, which has the corresponding
6269           definitions in <wchar.h>.
6270         + revert the va_copy() change from 20061202, since it was neither
6271           correct nor portable.
6272         + add $(LOCAL_LIBS) definition to progs/Makefile.in, needed for
6273           rpath on Solaris.
6274         + ignore wide-acs line-drawing characters that wcwidth() claims are
6275           not one-column.  This is a workaround for Solaris' broken locale
6276           support.
6277
6278 20061216
6279         + modify configure --with-gpm option to allow it to accept a parameter,
6280           i.e., the name of the dynamic GPM library to load via dlopen()
6281           (requested by Bryan Henderson).
6282         + add configure option --with-valgrind, changes from vile.
6283         + modify configure script AC_TRY_RUN and AC_TRY_LINK checks to use
6284           'return' in preference to 'exit()'.
6285
6286 20061209
6287         + change default for --with-develop back to "no".
6288         + add XTABS to tracing of TTY bits.
6289         + updated autoconf patch to ifdef-out the misfeature which declares
6290           exit() for configure tests.  This fixes a redefinition warning on
6291           Solaris.
6292         + use ${CC} rather than ${LD} in shared library rules for IRIX64,
6293           Solaris to help ensure that initialization sections are provided for
6294           extra linkage requirements, e.g., of C++ applications (prompted by
6295           comment by Casper Dik in newsgroup).
6296         + rename "$target" in CF_MAN_PAGES to make it easier to distinguish
6297           from the autoconf predefined symbol.  There was no conflict,
6298           since "$target" was used only in the generated edit_man.sh file,
6299           but SuSE's rpm package contains a patch.
6300
6301 20061202
6302         + update man/term.5 to reflect extended terminfo support and hashed
6303           database configuration.
6304         + updates for test/configure script.
6305         + adapted from SuSE rpm package:
6306           + remove long-obsolete workaround for broken-linker which declared
6307             cur_term in tic.c
6308           + improve error recovery in PUTC() macro when wcrtomb() does not
6309             return usable results for an 8-bit character.
6310         + patches from rpm package (SuSE):
6311           + use va_copy() in extra varargs manipulation for tracing version
6312             of printw, etc.
6313           + use a va_list rather than a null in _nc_freeall()'s call to
6314             _nc_printf_string().
6315         + add some see-also references in manpages to show related
6316           wide-character functions (suggested by Claus Fischer).
6317
6318 20061125
6319         + add a check in lib_color.c to ensure caller does not increase COLORS
6320           above max_colors, which is used as an array index (discussion with
6321           Simon Sasburg).
6322         + add ifdef's allowing ncurses to be built with tparm() using either
6323           varargs (the existing status), or using a fixed-parameter list (to
6324           match X/Open).
6325
6326 20061104
6327         + fix redrawing of windows other than stdscr using wredrawln() by
6328           touching the corresponding rows in curscr (discussion with Dan
6329           Gookin).
6330         + add test/redraw.c
6331         + add test/echochar.c
6332         + review/cleanup manpage descriptions of error-returns for form- and
6333           menu-libraries (prompted by FreeBSD docs/46196).
6334
6335 20061028
6336         + add AUTHORS file -TD
6337         + omit the -D options from output of the new config script --cflags
6338           option (suggested by Ralf S Engelschall).
6339         + make NCURSES_INLINE unconditionally defined in curses.h
6340
6341 20061021
6342         + revert change to accommodate bash 3.2, since that breaks other
6343           platforms, e.g., Solaris.
6344         + minor fixes to NEWS file to simplify scripting to obtain list of
6345           contributors.
6346         + improve some shared-library configure scripting for Linux, FreeBSD
6347           and NetBSD to make "--with-shlib-version" work.
6348         + change configure-script rules for FreeBSD shared libraries to allow
6349           for rpath support in versions past 3.
6350         + use $(DESTDIR) in makefile rules for installing/uninstalling the
6351           package config script (reports/patches by Christian Wiese,
6352           Ralf S Engelschall).
6353         + fix a warning in the configure script for NetBSD 2.0, working around
6354           spurious blanks embedded in its ${MAKEFLAGS} symbol.
6355         + change test/Makefile to simplify installing test programs in a
6356           different directory when --enable-rpath is used.
6357
6358 20061014
6359         + work around bug in bash 3.2 by adding extra quotes (Jim Gifford).
6360         + add/install a package config script, e.g., "ncurses5-config" or
6361           "ncursesw5-config", according to configuration options.
6362
6363 20061007
6364         + add several GNU Screen terminfo variations with 16- and 256-colors,
6365           and status line (Alain Bench).
6366         + change the way shared libraries (other than libtool) are installed.
6367           Rather than copying the build-tree's libraries, link the shared
6368           objects into the install directory.  This makes the --with-rpath
6369           option work except with $(DESTDIR) (cf: 20000930).
6370
6371 20060930
6372         + fix ifdef in c++/internal.h for QNX 6.1
6373         + test-compiled with (old) egcs-1.1.2, modified configure script to
6374           not unset the $CXX and related variables which would prevent this.
6375         + fix a few terminfo.src typos exposed by improvements to "-f" option.
6376         + improve infocmp/tic "-f" option formatting.
6377
6378 20060923
6379         + make --disable-largefile option work (report by Thomas M Ott).
6380         + updated html documentation.
6381         + add ka2, kb1, kb3, kc2 to vt220-keypad as an extension -TD
6382         + minor improvements to rxvt+pcfkeys -TD
6383
6384 20060916
6385         + move static data from lib_mouse.c into SCREEN struct.
6386         + improve ifdef's for _POSIX_VDISABLE in tset to work with Mac OS X
6387           (report by Michail Vidiassov).
6388         + modify CF_PATH_SYNTAX to ensure it uses the result from --prefix
6389           option (from lynx changes) -TD
6390         + adapt AC_PROG_EGREP check, noting that this is likely to be another
6391           place aggravated by POSIXLY_CORRECT.
6392         + modify configure check for awk to ensure that it is found (prompted
6393           by report by Christopher Parker).
6394         + update config.sub
6395
6396 20060909
6397         + add kon, kon2 and jfbterm terminfo entry (request by Till Maas) -TD
6398         + remove invis capability from klone+sgr, mainly used by linux entry,
6399           since it does not really do this -TD
6400
6401 20060903
6402         + correct logic in wadd_wch() and wecho_wch(), which did not guard
6403           against passing the multi-column attribute into a call on waddch(),
6404           e.g., using data returned by win_wch() (cf: 20041023)
6405           (report by Sadrul H Chowdhury).
6406
6407 20060902
6408         + fix kterm's acsc string -TD
6409         + fix for change to tic/infocmp in 20060819 to ensure no blank is
6410           embedded into a termcap description.
6411         + workaround for 20050806 ifdef's change to allow visbuf.c to compile
6412           when using --with-termlib --with-trace options.
6413         + improve tgetstr() by making the return value point into the user's
6414           buffer, if provided (patch by Miroslav Lichvar (see Redhat #202480)).
6415         + correct libraries needed for foldkeys (report by Stanislav Ievlev)
6416
6417 20060826
6418         + add terminfo entries for xfce terminal (xfce) and multi gnome
6419           terminal (mgt) -TD
6420         + add test/foldkeys.c
6421
6422 20060819
6423         + modify tic and infocmp to avoid writing trailing blanks on terminfo
6424           source output (Debian #378783).
6425         + modify configure script to ensure that if the C compiler is used
6426           rather than the loader in making shared libraries, the $(CFLAGS)
6427           variable is also used (Redhat #199369).
6428         + port hashed-db code to db2 and db3.
6429         + fix a bug in tgetent() from 20060625 and 20060715 changes
6430           (patch/analysis by Miroslav Lichvar (see Redhat #202480)).
6431
6432 20060805
6433         + updated xterm function-keys terminfo to match xterm #216 -TD
6434         + add configure --with-hashed-db option (tested only with FreeBSD 6.0,
6435           e.g., the db 1.8.5 interface).
6436
6437 20060729
6438         + modify toe to access termcap data, e.g., via cgetent() functions,
6439           or as a text file if those are not available.
6440         + use _nc_basename() in tset to improve $SHELL check for csh/sh.
6441         + modify _nc_read_entry() and _nc_read_termcap_entry() so infocmp,
6442           can access termcap data when the terminfo database is disabled.
6443
6444 20060722
6445         + widen the test for xterm kmous a little to allow for other strings
6446           than \E[M, e.g., for xterm-sco functionality in xterm.
6447         + update xterm-related terminfo entries to match xterm patch #216 -TD
6448         + update config.guess, config.sub
6449
6450 20060715
6451         + fix for install-rule in Ada95 to add terminal_interface.ads
6452           and terminal_interface.ali (anonymous posting in comp.lang.ada).
6453         + correction to manpage for getcchar() (report by William McBrine).
6454         + add test/chgat.c
6455         + modify wchgat() to mark updated cells as changed so a refresh will
6456           repaint those cells (comments by Sadrul H Chowdhury and William
6457           McBrine).
6458         + split up dependency of names.c and codes.c in ncurses/Makefile to
6459           work with parallel make (report/analysis by Joseph S Myers).
6460         + suppress a warning message (which is ignored) for systems without
6461           an ldconfig program (patch by Justin Hibbits).
6462         + modify configure script --disable-symlinks option to allow one to
6463           disable symlink() in tic even when link() does not work (report by
6464           Nigel Horne).
6465         + modify MKfallback.sh to use tic -x when constructing fallback tables
6466           to allow extended capabilities to be retrieved from a fallback entry.
6467         + improve leak-checking logic in tgetent() from 20060625 to ensure that
6468           it does not free the current screen (report by Miroslav Lichvar).
6469
6470 20060708
6471         + add a check for _POSIX_VDISABLE in tset (NetBSD #33916).
6472         + correct _nc_free_entries() and related functions used for memory leak
6473           checking of tic.
6474
6475 20060701
6476         + revert a minor change for magic-cookie support from 20060513, which
6477           caused unexpected reset of attributes, e.g., when resizing test/view
6478           in color mode.
6479         + note in clear manpage that the program ignores command-line
6480           parameters (prompted by Debian #371855).
6481         + fixes to make lib_gen.c build properly with changes to the configure
6482           --disable-macros option and NCURSES_NOMACROS (cf:  20060527)
6483         + update/correct several terminfo entries -TD
6484         + add some notes regarding copyright to terminfo.src -TD
6485
6486 20060625
6487         + fixes to build Ada95 binding with gnat-4.1.0
6488         + modify read_termtype() so the term_names data is always allocated as
6489           part of the str_table, a better fix for a memory leak (cf: 20030809).
6490         + reduce memory leaks in repeated calls to tgetent() by remembering the
6491           last TERMINAL* value allocated to hold the corresponding data and
6492           freeing that if the tgetent() result buffer is the same as the
6493           previous call (report by "Matt" for FreeBSD gnu/98975).
6494         + modify tack to test extended capability function-key strings.
6495         + improved gnome terminfo entry (GenToo #122566).
6496         + improved xterm-256color terminfo entry (patch by Alain Bench).
6497
6498 20060617
6499         + fix two small memory leaks related to repeated tgetent() calls
6500           with TERM=screen (report by "Matt" for FreeBSD gnu/98975).
6501         + add --enable-signed-char to simplify Debian package.
6502         + reduce name-pollution in term.h by removing #define's for HAVE_xxx
6503           symbols.
6504         + correct typo in curs_terminfo.3x (Debian #369168).
6505
6506 20060603
6507         + enable the mouse in test/movewindow.c
6508         + improve a limit-check in frm_def.c (John Heasley).
6509         + minor copyright fixes.
6510         + change configure script to produce test/Makefile from data file.
6511
6512 20060527
6513         + add a configure option --enable-wgetch-events to enable
6514           NCURSES_WGETCH_EVENTS, and correct the associated loop-logic in
6515           lib_twait.c (report by Bernd Jendrissek).
6516         + remove include/nomacros.h from build, since the ifdef for
6517           NCURSES_NOMACROS makes that obsolete.
6518         + add entrypoints for some functions which were only provided as macros
6519           to make NCURSES_NOMACROS ifdef work properly:  getcurx(), getcury(),
6520           getbegx(), getbegy(), getmaxx(), getmaxy(), getparx() and getpary(),
6521           wgetbkgrnd().
6522         + provide ifdef for NCURSES_NOMACROS which suppresses most macro
6523           definitions from curses.h, i.e., where a macro is defined to override
6524           a function to improve performance.  Allowing a developer to suppress
6525           these definitions can simplify some application (discussion with
6526           Stanislav Ievlev).
6527         + improve description of memu/meml in terminfo manpage.
6528
6529 20060520
6530         + if msgr is false, reset video attributes when doing an automargin
6531           wrap to the next line.  This makes the ncurses 'k' test work properly
6532           for hpterm.
6533         + correct caching of keyname(), which was using only half of its table.
6534         + minor fixes to memory-leak checking.
6535         + make SCREEN._acs_map and SCREEN._screen_acs_map pointers rather than
6536           arrays, making ACS_LEN less visible to applications (suggested by
6537           Stanislav Ievlev).
6538         + move chunk in SCREEN ifdef'd for USE_WIDEC_SUPPORT to the end, so
6539           _screen_acs_map will have the same offset in both ncurses/ncursesw,
6540           making the corresponding tinfo/tinfow libraries binary-compatible
6541           (cf: 20041016, report by Stanislav Ievlev).
6542
6543 20060513
6544         + improve debug-tracing for EmitRange().
6545         + change default for --with-develop to "yes".  Add NCURSES_NO_HARD_TABS
6546           and NCURSES_NO_MAGIC_COOKIE environment variables to allow runtime
6547           suppression of the related hard-tabs and xmc-glitch features.
6548         + add ncurses version number to top-level manpages, e.g., ncurses, tic,
6549           infocmp, terminfo as well as form, menu, panel.
6550         + update config.guess, config.sub
6551         + modify ncurses.c to work around a bug in NetBSD 3.0 curses
6552           (field_buffer returning null for a valid field).  The 'r' test
6553           appears to not work with that configuration since the new_fieldtype()
6554           function is broken in that implementation.
6555
6556 20060506
6557         + add hpterm-color terminfo entry -TD
6558         + fixes to compile test-programs with HPUX 11.23
6559
6560 20060422
6561         + add copyright notices to files other than those that are generated,
6562           data or adapted from pdcurses (reports by William McBrine, David
6563           Taylor).
6564         + improve rendering on hpterm by not resetting attributes at the end
6565           of doupdate() if the terminal has the magic-cookie feature (report
6566           by Bernd Rieke).
6567         + add 256color variants of terminfo entries for programs which are
6568           reported to implement this feature -TD
6569
6570 20060416
6571         + fix typo in change to NewChar() macro from 20060311 changes, which
6572           broke tab-expansion (report by Frederic L W Meunier).
6573
6574 20060415
6575         + document -U option of tic and infocmp.
6576         + modify tic/infocmp to suppress smacs/rmacs when acsc is suppressed
6577           due to size limit, e.g., converting to termcap format.  Also
6578           suppress them if the output format does not contain acsc and it
6579           was not VT100-like, i.e., a one-one mapping (Novell #163715).
6580         + add configure check to ensure that SIGWINCH is defined on platforms
6581           such as OS X which exclude that when _XOPEN_SOURCE, etc., are
6582           defined (report by Nicholas Cole)
6583
6584 20060408
6585         + modify write_object() to not write coincidental extensions of an
6586           entry made due to it being referenced in a use= clause (report by
6587           Alain Bench).
6588         + another fix for infocmp -i option, which did not ensure that some
6589           escape sequences had comparable prefixes (report by Alain Bench).
6590
6591 20060401
6592         + improve discussion of init/reset in terminfo and tput manpages
6593           (report by Alain Bench).
6594         + use is3 string for a fallback of rs3 in the reset program; it was
6595           using is2 (report by Alain Bench).
6596         + correct logic for infocmp -i option, which did not account for
6597           multiple digits in a parameter (cf: 20040828) (report by Alain
6598           Bench).
6599         + move _nc_handle_sigwinch() to lib_setup.c to make --with-termlib
6600           option work after 20060114 changes (report by Arkadiusz Miskiewicz).
6601         + add copyright notices to test-programs as needed (report by William
6602           McBrine).
6603
6604 20060318
6605         + modify ncurses.c 'F' test to combine the wide-characters with color
6606           and/or video attributes.
6607         + modify test/ncurses to use CTL/Q or ESC consistently for exiting
6608           a test-screen (some commands used 'x' or 'q').
6609
6610 20060312
6611         + fix an off-by-one in the scrolling-region change (cf_ 20060311).
6612
6613 20060311
6614         + add checks in waddchnstr() and wadd_wchnstr() to stop copying when
6615           a null character is found (report by Igor Bogomazov).
6616         + modify progs/Makefile.in to make "tput init" work properly with
6617           cygwin, i.e., do not pass a ".exe" in the reference string used
6618           in check_aliases (report by Samuel Thibault).
6619         + add some checks to ensure current position is within scrolling
6620           region before scrolling on a new line (report by Dan Gookin).
6621         + change some NewChar() usage to static variables to work around
6622           stack garbage introduced when cchar_t is not packed (Redhat #182024).
6623
6624 20060225
6625         + workarounds to build test/movewindow with PDcurses 2.7.
6626         + fix for nsterm-16color entry (patch by Alain Bench).
6627         + correct a typo in infocmp manpage (Debian #354281).
6628
6629 20060218
6630         + add nsterm-16color entry -TD
6631         + updated mlterm terminfo entry -TD
6632         + remove 970913 feature for copying subwindows as they are moved in
6633           mvwin() (discussion with Bryan Christ).
6634         + modify test/demo_menus.c to demonstrate moving a menu (both the
6635           window and subwindow) using shifted cursor-keys.
6636         + start implementing recursive mvwin() in movewindow.c (incomplete).
6637         + add a fallback definition for GCC_PRINTFLIKE() in test.priv.h,
6638           for movewindow.c (report by William McBrine).
6639         + add help-message to test/movewindow.c
6640
6641 20060211
6642         + add test/movewindow.c, to test mvderwin().
6643         + fix ncurses soft-key test so color changes are shown immediately
6644           rather than delayed.
6645         + modify ncurses soft-key test to hide the keys when exiting the test
6646           screen.
6647         + fixes to build test programs with PDCurses 2.7, e.g., its headers
6648           rely on autoconf symbols, and it declares stubs for nonfunctional
6649           terminfo and termcap entrypoints.
6650
6651 20060204
6652         + improved test/configure to build test/ncurses on HPUX 11 using the
6653           vendor curses.
6654         + documented ALTERNATE CONFIGURATIONS in the ncurses manpage, for the
6655           benefit of developers who do not read INSTALL.
6656
6657 20060128
6658         + correct form library Window_To_Buffer() change (cf:  20040516), which
6659           should ignore the video attributes (report by Ricardo Cantu).
6660
6661 20060121
6662         + minor fixes to xmc-glitch experimental code:
6663           + suppress line-drawing
6664           + implement max_attributes
6665           tested with xterm.
6666         + minor fixes for the database iterator.
6667         + fix some buffer limits in c++ demo (comment by Falk Hueffner in
6668           Debian #348117).
6669
6670 20060114
6671         + add toe -a option, to show all databases.  This uses new private
6672           interfaces in the ncurses library for iterating through the list of
6673           databases.
6674         + fix toe from 20000909 changes which made it not look at
6675           $HOME/.terminfo
6676         + make toe's -v option parameter optional as per manpage.
6677         + improve SIGWINCH handling by postponing its effect during newterm(),
6678           etc., when allocating screens.
6679
6680 20060111
6681         + modify wgetnstr() to return KEY_RESIZE if a sigwinch occurs.  Use
6682           this in test/filter.c
6683         + fix an error in filter() modification which caused some applications
6684           to fail.
6685
6686 20060107
6687         + check if filter() was called when getting the screensize.  Keep it
6688           at 1 if so (based on Redhat #174498).
6689         + add extension nofilter().
6690         + refined the workaround for ACS mapping.
6691         + make ifdef's consistent in curses.h for the extended colors so the
6692           header file can be used for the normal curses library.  The header
6693           file installed for extended colors is a variation of the
6694           wide-character configuration (report by Frederic L W Meunier).
6695
6696 20051231
6697         + add a workaround to ACS mapping to allow applications such as
6698           test/blue.c to use the "PC ROM" characters by masking them with
6699           A_ALTCHARSET.  This worked up til 5.5, but was lost in the revision
6700           of legacy coding (report by Michael Deutschmann).
6701         + add a null-pointer check in the wide-character version of
6702           calculate_actual_width() (report by Victor Julien).
6703         + improve test/ncurses 'd' (color-edit) test by allowing the RGB
6704           values to be set independently (patch by William McBrine).
6705         + modify test/configure script to allow building test programs with
6706           PDCurses/X11.
6707         + modified test programs to allow some to work with NetBSD curses.
6708           Several do not because NetBSD curses implements a subset of X/Open
6709           curses, and also lacks much of SVr4 additions.  But it's enough for
6710           comparison.
6711         + update config.guess and config.sub
6712
6713 20051224
6714         + use BSD-specific fix for return-value from cgetent() from CVS where
6715           an unknown terminal type would be reportd as "database not found".
6716         + make tgetent() return code more readable using new symbols
6717           TGETENT_YES, etc.
6718         + remove references to non-existent "tctest" program.
6719         + remove TESTPROGS from progs/Makefile.in (it was referring to code
6720           that was never built in that directory).
6721         + typos in curs_addchstr.3x, some doc files (noticed in OpenBSD CVS).
6722
6723 20051217
6724         + add use_legacy_coding() function to support lynx's font-switching
6725           feature.
6726         + fix formatting in curs_termcap.3x (report by Mike Frysinger).
6727         + modify MKlib_gen.sh to change preprocessor-expanded _Bool back to
6728           bool.
6729
6730 20051210
6731         + extend test/ncurses.c 's' (overlay window) test to exercise overlay(),
6732           overwrite() and copywin() with different combinations of colors and
6733           attributes (including background color) to make it easy to see the
6734           effect of the different functions.
6735         + corrections to menu/m_global.c for wide-characters (report by
6736           Victor Julien).
6737
6738 20051203
6739         + add configure option --without-dlsym, allowing developers to
6740           configure GPM support without using dlsym() (discussion with Michael
6741           Setzer).
6742         + fix wins_nwstr(), which did not handle single-column non-8bit codes
6743           (Debian #341661).
6744
6745 20051126
6746         + move prototypes for wide-character trace functions from curses.tail
6747           to curses.wide to avoid accidental reference to those if
6748           _XOPEN_SOURCE_EXTENDED is defined without ensuring that <wchar.h> is
6749           included.
6750         + add/use NCURSES_INLINE definition.
6751         + change some internal functions to use int/unsigned rather than the
6752           short equivalents.
6753
6754 20051119
6755         + remove a redundant check in lib_color.c (Debian #335655).
6756         + use ld's -search_paths_first option on Darwin to work around odd
6757           search rules on that platform (report by Christian Gennerat, analysis
6758           by Andrea Govoni).
6759         + remove special case for Darwin in CF_XOPEN_SOURCE configure macro.
6760         + ignore EINTR in tcgetattr/tcsetattr calls (Debian #339518).
6761         + fix several bugs in test/bs.c (patch by Stephen Lindholm).
6762
6763 20051112
6764         + other minor fixes to cygwin based on tack -TD
6765         + correct smacs in cygwin (Debian #338234, report by Baurzhan
6766           Ismagulov, who noted that it was fixed in Cygwin).
6767
6768 20051029
6769         + add shifted up/down arrow codes to xterm-new as kind/kri strings -TD
6770         + modify wbkgrnd() to avoid clearing the A_CHARTEXT attribute bits
6771           since those record the state of multicolumn characters (Debian
6772           #316663).
6773         + modify werase to clear multicolumn characters that extend into
6774           a derived window (Debian #316663).
6775
6776 20051022
6777         + move assignment from environment variable ESCDELAY from initscr()
6778           down to newterm() so the environment variable affects timeouts for
6779           terminals opened with newterm() as well.
6780         + fix a memory leak in keyname().
6781         + add test/demo_altkeys.c
6782         + modify test/demo_defkey.c to exit from loop via 'q' to allow
6783           leak-checking, as well as fix a buffer size in winnstr() call.
6784
6785 20051015
6786         + correct order of use-clauses in rxvt-basic entry which made codes for
6787           f1-f4 vt100-style rather than vt220-style (report by Gabor Z Papp).
6788         + suppress configure check for gnatmake if Ada95/Makefile.in is not
6789           found.
6790         + correct a typo in configure --with-bool option for the case where
6791           --without-cxx is used (report by Daniel Jacobowitz).
6792         + add a note to INSTALL's discussion of --with-normal, pointing out
6793           that one may wish to use --without-gpm to ensure a completely
6794           static link (prompted by report by Felix von Leitner).
6795
6796 20051010 5.5 release for upload to ftp.gnu.org
6797
6798 20051008
6799         + document in demo_forms.c some portability issues.
6800
6801 20051001
6802         + document side-effect of werase() which sets the cursor position.
6803         + save/restore the current position in form field editing to make
6804           overlay mode work.
6805
6806 20050924
6807         + correct header dependencies in progs, allowing parallel make (report
6808           by Daniel Jacobowitz).
6809         + modify CF_BUILD_CC to ensure that pre-setting $BUILD_CC overrides
6810           the configure check for --with-build-cc (report by Daniel Jacobowitz).
6811         + modify CF_CFG_DEFAULTS to not use /usr as the default prefix for
6812           NetBSD.
6813         + update config.guess and config.sub from
6814                 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
6815
6816 20050917
6817         + modify sed expression which computes path for /usr/lib/terminfo
6818           symbolic link in install to ensure that it does not change unexpected
6819           levels of the path (Gentoo #42336).
6820         + modify default for --disable-lp64 configure option to reduce impact
6821           on existing 64-bit builds.  Enabling the _LP64 option may change the
6822           size of chtype and mmask_t.  However, for ABI 6, it is enabled by
6823           default (report by Mike Frysinger).
6824         + add configure script check for --enable-ext-mouse, bump ABI to 6 by
6825           default if it is used.
6826         + improve configure script logic for bumping ABI to omit this if the
6827           --with-abi-version option was used.
6828         + update address for Free Software Foundation in tack's source.
6829         + correct wins_wch(), which was not marking the filler-cells of
6830           multi-column characters (cf:  20041023).
6831
6832 20050910
6833         + modify mouse initialization to ensure that Gpm_Open() is called only
6834           once.  Otherwise GPM gets confused in its initialization of signal
6835           handlers (Debian #326709).
6836
6837 20050903
6838         + modify logic for backspacing in a multiline form field to ensure that
6839           it works even when the preceding line is full (report by Frank van
6840           Vugt).
6841         + remove comment about BUGS section of ncurses manpage (Debian #325481)
6842
6843 20050827
6844         + document some workarounds for shared and libtool library
6845           configurations in INSTALL (see --with-shared and --with-libtool).
6846         + modify CF_GCC_VERSION and CF_GXX_VERSION macros to accommodate
6847           cross-compilers which emit the platform name in their version
6848           message, e.g.,
6849                 arm-sa1100-linux-gnu-g++ (GCC) 4.0.1
6850           (report by Frank van Vugt).
6851
6852 20050820
6853         + start updating documentation for upcoming 5.5 release.
6854         + fix to make libtool  and libtinfo work together again (cf: 20050122).
6855         + fixes to allow building traces into libtinfo
6856         + add debug trace to tic that shows if/how ncurses will write to the
6857           lower corner of a terminal's screen.
6858         + update llib-l* files.
6859
6860 20050813
6861         + modify initializers in c++ binding to build with old versions of g++.
6862         + improve special case for 20050115 repainting fix, ensuring that if
6863           the first changed cell is not a character that the range to be
6864           repainted is adjusted to start at a character's beginning (Debian
6865           #316663).
6866
6867 20050806
6868         + fixes to build on QNX 6.1
6869         + improve configure script checks for Intel 9.0 compiler.
6870         + remove #include's for libc.h (obsolete).
6871         + adjust ifdef's in curses.priv.h so that when cross-compiling to
6872           produce comp_hash and make_keys, no dependency on wchar.h is needed.
6873           That simplifies the build-cppflags (report by Frank van Vugt).
6874         + move modules related to key-binding into libtinfo to fix linkage
6875           problem caused by 20050430 changes to MKkeyname.sh (report by
6876           Konstantin Andreev).
6877
6878 20050723
6879         + updates/fixes for configure script macros from vile -TD
6880         + make prism9's sgr string agree with the rest of the terminfo -TD
6881         + make vt220's sgr0 string consistent with sgr string, do this for
6882           several related cases -TD
6883         + improve translation to termcap by filtering the 'me' (sgr0) strings
6884           as in the runtime call to tgetent() (prompted by a discussion with
6885           Thomas Klausner).
6886         + improve tic check for sgr0 versus sgr(0), to help ensure that sgr0
6887           resets line-drawing.
6888
6889 20050716
6890         + fix special cases for trimming sgr0 for hurd and vt220 (Debian
6891           #318621).
6892         + split-out _nc_trim_sgr0() from modifications made to tgetent(), to
6893           allow it to be used by tic to provide information about the runtime
6894           changes that would be made to sgr0 for termcap applications.
6895         + modify make_sed.sh to make the group-name in the NAME section of
6896           form/menu library manpage agree with the TITLE string when renaming
6897           is done for Debian (Debian #78866).
6898
6899 20050702
6900         + modify parameter type in c++ binding for insch() and mvwinsch() to
6901           be consistent with underlying ncurses library (was char, is chtype).
6902         + modify treatment of Intel compiler to allow _GNU_SOURCE to be defined
6903           on Linux.
6904         + improve configure check for nanosleep(), checking that it works since
6905           some older systems such as AIX 4.3 have a nonworking version.
6906
6907 20050625
6908         + update config.guess and config.sub from
6909                 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
6910         + modify misc/shlib to work in test-directory.
6911         + suppress $suffix in misc/run_tic.sh when cross-compiling.  This
6912           allows cross-compiles to use the host's tic program to handle the
6913           "make install.data" step.
6914         + improve description of $LINES and $COLUMNS variables in manpages
6915           (prompted by report by Dave Ulrick).
6916         + improve description of cross-compiling in INSTALL
6917         + add NCURSES-Programming-HOWTO.html by Pradeep Padala
6918           (see http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/).
6919         + modify configure script to obtain soname for GPM library (discussion
6920           with Daniel Jacobowitz).
6921         + modify configure script so that --with-chtype option will still
6922           compute the unsigned literals suffix for constants in curses.h
6923           (report by Daniel Jacobowitz:
6924         + patches from Daniel Jacobowitz:
6925           + the man_db.renames entry for tack.1 was backwards.
6926           + tack.1 had some 1m's that should have been 1M's.
6927           + the section for curs_inwstr.3 was wrong.
6928
6929 20050619
6930         + correction to --with-chtype option (report by Daniel Jacobowitz).
6931
6932 20050618
6933         + move build-time edit_man.sh and edit_man.sed scripts to top directory
6934           to simplify reusing them for renaming tack's manpage (prompted by a
6935           review of Debian package).
6936         + revert minor optimization from 20041030 (Debian #313609).
6937         + libtool-specific fixes, tested with libtool 1.4.3, 1.5.0, 1.5.6,
6938           1.5.10 and 1.5.18 (all work except as noted previously for the c++
6939           install using libtool 1.5.0):
6940           + modify the clean-rule in c++/Makefile.in to work with IRIX64 make
6941             program.
6942           + use $(LIBTOOL_UNINSTALL) symbol, overlooked in 20030830
6943         + add configure options --with-chtype and --with-mmask-t, to allow
6944           overriding of the non-LP64 model's use of the corresponding types.
6945         + revise test for size of chtype (and mmask_t), which always returned
6946           "long" due to an uninitialized variable (report by Daniel Jacobowitz).
6947
6948 20050611
6949         + change _tracef's that used "%p" format for va_list values to ignore
6950           that, since on some platforms those are not pointers.
6951         + fixes for long-formats in printf's due to largefile support.
6952
6953 20050604
6954         + fixes for termcap support:
6955           + reset pointer to _nc_curr_token.tk_name when the input stream is
6956             closed, which could point to free memory (cf: 20030215).
6957           + delink TERMTYPE data which is used by the termcap reader, so that
6958             extended names data will be freed consistently.
6959           + free pointer to TERMTYPE data in _nc_free_termtype() rather than
6960             its callers.
6961           + add some entrypoints for freeing permanently allocated data via
6962             _nc_freeall() when NO_LEAKS is defined.
6963         + amend 20041030 change to _nc_do_color to ensure that optimization is
6964           applied only when the terminal supports back_color_erase (bce).
6965
6966 20050528
6967         + add sun-color terminfo entry -TD
6968         + correct a missing assignment in c++ binding's method
6969           NCursesPanel::UserPointer() from 20050409 changes.
6970         + improve configure check for large-files, adding check for dirent64
6971           from vile -TD
6972         + minor change to configure script to improve linker options for the
6973           Ada95 tree.
6974
6975 20050515
6976         + document error conditions for ncurses library functions (report by
6977           Stanislav Ievlev).
6978         + regenerated html documentation for ada binding.
6979           see ftp://ftp.invisible-island.net/ncurses/patches/gnathtml
6980
6981 20050507
6982         + regenerated html documentation for manpages.
6983         + add $(BUILD_EXEEXT) suffix to invocation of make_keys in
6984           ncurses/Makefile (Gentoo #89772).
6985         + modify c++/demo.cc to build with g++ -fno-implicit-templates option
6986           (patch by Mike Frysinger).
6987         + modify tic to filter out long extended names when translating to
6988           termcap format.  Only two characters are permissible for termcap
6989           capability names.
6990
6991 20050430
6992         + modify terminfo entries xterm-new and rxvt to add strings for
6993           shift-, control-cursor keys.
6994         + workaround to allow c++ binding to compile with g++ 2.95.3, which
6995           has a broken implementation of static_cast<> (patch by Jeff Chua).
6996         + modify initialization of key lookup table so that if an extended
6997           capability (tic -x) string is defined, and its name begins with 'k',
6998           it will automatically be treated as a key.
6999         + modify test/keynames.c to allow for the possibility of extended
7000           key names, e.g., via define_key(), or via "tic -x".
7001         + add test/demo_termcap.c to show the contents of given entry via the
7002           termcap interface.
7003
7004 20050423
7005         + minor fixes for vt100/vt52 entries -TD
7006         + add configure option --enable-largefile
7007         + corrected libraries used to build Ada95/gen/gen, found in testing
7008           gcc 4.0.0.
7009
7010 20050416
7011         + update config.guess, config.sub
7012         + modify configure script check for _XOPEN_SOURCE, disable that on
7013           Darwin whose header files have problems (patch by Chris Zubrzycki).
7014         + modify form library Is_Printable_String() to use iswprint() rather
7015           than wcwidth() for determining if a character is printable.  The
7016           latter caused it to reject menu items containing non-spacing
7017           characters.
7018         + modify ncurses test program's F-test to handle non-spacing characters
7019           by combining them with a reverse-video blank.
7020         + review/fix several gcc -Wconversion warnings.
7021
7022 20050409
7023         + correct an off-by-one error in m_driver() for mouse-clicks used to
7024           position the mouse to a particular item.
7025         + implement test/demo_menus.c
7026         + add some checks in lib_mouse to ensure SP is set.
7027         + modify C++ binding to make 20050403 changes work with the configure
7028           --enable-const option.
7029
7030 20050403
7031         + modify start_color() to return ERR if it cannot allocate memory.
7032         + address g++ compiler warnings in C++ binding by adding explicit
7033           member initialization, assignment operators and copy constructors.
7034           Most of the changes simply preserve the existing semantics of the
7035           binding, which can leak memory, etc., but by making these features
7036           visible, it provides a framework for improving the binding.
7037         + improve C++ binding using static_cast, etc.
7038         + modify configure script --enable-warnings to add options to g++ to
7039           correspond to the gcc --enable-warnings.
7040         + modify C++ binding to use some C internal functions to make it
7041           compile properly on Solaris (and other platforms).
7042
7043 20050327
7044         + amend change from 20050320 to limit it to configurations with a
7045           valid locale.
7046         + fix a bug introduced in 20050320 which broke the translation of
7047           nonprinting characters to uparrow form (report by Takahashi Tamotsu).
7048
7049 20050326
7050         + add ifdef's for _LP64 in curses.h to avoid using wasteful 64-bits for
7051           chtype and mmask_t, but add configure option --disable-lp64 in case
7052           anyone used that configuration.
7053         + update misc/shlib script to account for Mac OS X (report by Michail
7054           Vidiassov).
7055         + correct comparison for wrapping multibyte characters in
7056           waddch_literal() (report by Takahashi Tamotsu).
7057
7058 20050320
7059         + add -c and -w options to tset to allow user to suppress ncurses'
7060           resizing of the terminal emulator window in the special case where it
7061           is not able to detect the true size (report by Win Delvaux, Debian
7062           #300419).
7063         + modify waddch_nosync() to account for locale zn_CH.GBK, which uses
7064           codes 128-159 as part of multibyte characters (report by Wang
7065           WenRui, Debian #300512).
7066
7067 20050319
7068         + modify ncurses.c 'd' test to make it work with 88-color
7069           configuration, i.e., by implementing scrolling.
7070         + improve scrolling in ncurses.c 'c' and 'C' tests, e.g., for 88-color
7071           configuration.
7072
7073 20050312
7074         + change tracemunch to use strict checking.
7075         + modify ncurses.c 'p' test to test line-drawing within a pad.
7076         + implement environment variable NCURSES_NO_UTF8_ACS to support
7077           miscellaneous terminal emulators which ignore alternate character
7078           set escape sequences when in UTF-8 mode.
7079
7080 20050305
7081         + change NCursesWindow::err_handler() to a virtual function (request by
7082           Steve Beal).
7083         + modify fty_int.c and fty_num.c to handle wide characters (report by
7084           Wolfgang Gutjahr).
7085         + adapt fix for fty_alpha.c to fty_alnum.c, which also handled normal
7086           and wide characters inconsistently (report by Wolfgang Gutjahr).
7087         + update llib-* files to reflect internal interface additions/changes.
7088
7089 20050226
7090         + improve test/configure script, adding tests for _XOPEN_SOURCE, etc.,
7091           from lynx.
7092         + add aixterm-16color terminfo entry -TD
7093         + modified xterm-new terminfo entry to work with tgetent() changes -TD
7094         + extended changes in tgetent() from 20040710 to allow the substring of
7095           sgr0 which matches rmacs to be at the beginning of the sgr0 string
7096           (request by Thomas Wolff).  Wolff says the visual effect in
7097           combination with pre-20040710 ncurses is improved.
7098         + fix off-by-one in winnstr() call which caused form field validation
7099           of multibyte characters to ignore the last character in a field.
7100         + correct logic in winsch() for inserting multibyte strings; the code
7101           would clear cells after the insertion rather than push them to the
7102           right (cf: 20040228).
7103         + fix an inconsistency in Check_Alpha_Field() between normal and wide
7104           character logic (report by Wolfgang Gutjahr).
7105
7106 20050219
7107         + fix a bug in editing wide-characters in form library: deleting a
7108           nonwide character modified the previous wide-character.
7109         + update manpage to describe NCURSES_MOUSE_VERSION 2.
7110         + correct manpage description of mouseinterval() (Debian #280687).
7111         + add a note to default_colors.3x explaining why this extension was
7112           added (Debian #295083).
7113         + add traces to panel library.
7114
7115 20050212
7116         + improve editing of wide-characters in form library:  left/right
7117           cursor movement, and single-character deletions work properly.
7118         + disable GPM mouse support when $TERM happens to be prefixed with
7119           "xterm".  Gpm_Open() would otherwise assert that it can deal with
7120           mouse events in this case.
7121         + modify GPM mouse support so it closes the server connection when
7122           the caller disables the mouse (report by Stanislav Ievlev).
7123
7124 20050205
7125         + add traces for callback functions in form library.
7126         + add experimental configure option --enable-ext-mouse, which defines
7127           NCURSES_MOUSE_VERSION 2, and modifies the encoding of mouse events to
7128           support wheel mice, which may transmit buttons 4 and 5.  This works
7129           with xterm and similar X terminal emulators (prompted by question by
7130           Andreas Henningsson, this is also related to Debian #230990).
7131         + improve configure macros CF_XOPEN_SOURCE and CF_POSIX_C_SOURCE to
7132           avoid redefinition warnings on cygwin.
7133
7134 20050129
7135         + merge remaining development changes for extended colors (mostly
7136           complete, does not appear to break other configurations).
7137         + add xterm-88color.dat (part of extended colors testing).
7138         + improve _tracedump() handling of color pairs past 96.
7139         + modify return-value from start_color() to return OK if colors have
7140           already been started.
7141         + modify curs_color.3x list error conditions for init_pair(),
7142           pair_content() and color_content().
7143         + modify pair_content() to return -1 for consistency with init_pair()
7144           if it corresponds to the default-color.
7145         + change internal representation of default-color to allow application
7146           to use color number 255.  This does not affect the total number of
7147           color pairs which are allowed.
7148         + add a top-level tags rule.
7149
7150 20050122
7151         + add a null-pointer check in wgetch() in case it is called without
7152           first calling initscr().
7153         + add some null-pointer checks for SP, which is not set by libtinfo.
7154         + modify misc/shlib to ensure that absolute pathnames are used.
7155         + modify test/Makefile.in, etc., to link test programs only against the
7156           libraries needed, e.g., omit form/menu/panel library for the ones
7157           that are curses-specific.
7158         + change SP->_current_attr to a pointer, adjust ifdef's to ensure that
7159           libtinfo.so and libtinfow.so have the same ABI.  The reason for this
7160           is that the corresponding data which belongs to the upper-level
7161           ncurses library has a different size in each model (report by
7162           Stanislav Ievlev).
7163
7164 20050115
7165         + minor fixes to allow test-compiles with g++.
7166         + correct column value shown in tic's warnings, which did not account
7167           for leading whitespace.
7168         + add a check in _nc_trans_string() for improperly ended strings, i.e.,
7169           where a following line begins in column 1.
7170         + modify _nc_save_str() to return a null pointer on buffer overflow.
7171         + improve repainting while scrolling wide-character data (Eungkyu Song).
7172
7173 20050108
7174         + merge some development changes to extend color capabilities.
7175
7176 20050101
7177         + merge some development changes to extend color capabilities.
7178         + fix manpage typo (FreeBSD report docs/75544).
7179         + update config.guess, config.sub
7180         > patches for configure script (Albert Chin-A-Young):
7181         + improved fix to make mbstate_t recognized on HPUX 11i (cf:
7182           20030705), making vsscanf() prototype visible on IRIX64.  Tested for
7183           on HP-UX 11i, Solaris 7, 8, 9, AIX 4.3.3, 5.2, Tru64 UNIX 4.0D, 5.1,
7184           IRIX64 6.5, Redhat Linux 7.1, 9, and RHEL 2.1, 3.0.
7185         + print the result of the --disable-home-terminfo option.
7186         + use -rpath when compiling with SGI C compiler.
7187
7188 20041225
7189         + add trace calls to remaining public functions in form and menu
7190           libraries.
7191         + fix check for numeric digits in test/ncurses.c 'b' and 'B' tests.
7192         + fix typo in test/ncurses.c 'c' test from 20041218.
7193
7194 20041218
7195         + revise test/ncurses.c 'c' color test to improve use for xterm-88color
7196           and xterm-256color, added 'C' test using the wide-character color_set
7197           and attr_set functions.
7198
7199 20041211
7200         + modify configure script to work with Intel compiler.
7201         + fix an limit-check in wadd_wchnstr() which caused labels in the
7202           forms-demo to be one character short.
7203         + fix typo in curs_addchstr.3x (Jared Yanovich).
7204         + add trace calls to most functions in form and menu libraries.
7205         + update working-position for adding wide-characters when window is
7206           scrolled (prompted by related report by Eungkyu Song).
7207
7208 20041204
7209         + replace some references on Linux to wcrtomb() which use it to obtain
7210           the length of a multibyte string with _nc_wcrtomb, since wcrtomb() is
7211           broken in glibc (see Debian #284260).
7212         + corrected length-computation in wide-character support for
7213           field_buffer().
7214         + some fixes to frm_driver.c to allow it to accept multibyte input.
7215         + modify configure script to work with Intel 8.0 compiler.
7216
7217 20041127
7218         + amend change to setupterm() in 20030405 which would reuse the value
7219           of cur_term if the same output was selected.  This now reuses it only
7220           when setupterm() is called from tgetent(), which has no notion of
7221           separate SCREENs.  Note that tgetent() must be called after initscr()
7222           or newterm() to use this feature (Redhat #140326).
7223         + add a check in CF_BUILD_CC macro to ensure that developer has given
7224           the --with-build-cc option when cross-compiling (report by Alexandre
7225           Campo).
7226         + improved configure script checks for _XOPEN_SOURCE and
7227           _POSIX_C_SOURCE (fix for IRIX 5.3 from Georg Schwarz, _POSIX_C_SOURCE
7228           updates from lynx).
7229         + cosmetic fix to test/gdc.c to recolor the bottom edge of the box
7230           for consistency (comment by Dan Nelson).
7231
7232 20041120
7233         + update wsvt25 terminfo entry -TD
7234         + modify test/ins_wide.c to test all flavors of ins_wstr().
7235         + ignore filler-cells in wadd_wchnstr() when adding a cchar_t array
7236           which consists of multi-column characters, since this function
7237           constructs them (cf: 20041023).
7238         + modify winnstr() to return multibyte character strings for the
7239           wide-character configuration.
7240
7241 20041106
7242         + fixes to make slk_set() and slk_wset() accept and store multibyte
7243           or multicolumn characters.
7244
7245 20041030
7246         + improve color optimization a little by making _nc_do_color() check
7247           if the old/new pairs are equivalent to the default pair 0.
7248         + modify assume_default_colors() to not require that
7249           use_default_colors() be called first.
7250
7251 20041023
7252         + modify term_attrs() to use termattrs(), add the extended attributes
7253           such as enter_horizontal_hl_mode for WA_HORIZONTAL to term_attrs().
7254         + add logic in waddch_literal() to clear orphaned cells when one
7255           multi-column character partly overwrites another.
7256         + improved logic for clearing cells when a multi-column character
7257           must be wrapped to a new line.
7258         + revise storage of cells for multi-column characters to correct a
7259           problem with repainting.  In the old scheme, it was possible for
7260           doupdate() to decide that only part of a multi-column character
7261           should be repainted since the filler cells stored only an attribute
7262           to denote them as fillers, rather than the character value and the
7263           attribute.
7264
7265 20041016
7266         + minor fixes for traces.
7267         + add SP->_screen_acs_map[], used to ensure that mapping of missing
7268           line-drawing characters is handled properly.  For example, ACS_DARROW
7269           is absent from xterm-new, and it was coincidentally displayed the
7270           same as ACS_BTEE.
7271
7272 20041009
7273         + amend 20021221 workaround for broken acs to reset the sgr, rmacs
7274           and smacs strings as well.  Also modify the check for screen's
7275           limitations in that area to allow the multi-character shift-in
7276           and shift-out which seem to work.
7277         + change GPM initialization, using dl library to load it dynamically
7278           at runtime (Debian #110586).
7279
7280 20041002
7281         + correct logic for color pair in setcchar() and getcchar() (patch by
7282           Marcin 'Qrczak' Kowalczyk).
7283         + add t/T commands to ncurses b/B tests to allow a different color to
7284           be tested for the attrset part of the test than is used in the
7285           background color.
7286
7287 20040925
7288         + fix to make setcchar() to work when its wchar_t* parameter is
7289           pointing to a string which contains more data than can be converted.
7290         + modify wget_wstr() and example in ncurses.c to work if wchar_t and
7291           wint_t are different sizes (report by Marcin 'Qrczak' Kowalczyk).
7292
7293 20040918
7294         + remove check in wget_wch() added to fix an infinite loop, appears to
7295           have been working around a transitory glibc bug, and interferes
7296           with normal operation (report by Marcin 'Qrczak' Kowalczyk).
7297         + correct wadd_wch() and wecho_wch(), which did not pass the rendition
7298           information (report by Marcin 'Qrczak' Kowalczyk).
7299         + fix aclocal.m4 so that the wide-character version of ncurses gets
7300           compiled as libncursesw.5.dylib, instead of libncurses.5w.dylib
7301           (adapted from patch by James J Ramsey).
7302         + change configure script for --with-caps option to indicate that it
7303           is no longer experimental.
7304         + change configure script to reflect the fact that --enable-widec has
7305           not been "experimental" since 5.3 (report by Bruno Lustosa).
7306
7307 20040911
7308         + add 'B' test to ncurses.c, to exercise some wide-character functions.
7309
7310 20040828
7311         + modify infocmp -i option to match 8-bit controls against its table
7312           entries, e.g., so it can analyze the xterm-8bit entry.
7313         + add morphos terminfo entry, improve amiga-8bit entry (Pavel Fedin).
7314         + correct translation of "%%" in terminfo format to termcap, e.g.,
7315           using "tic -C" (Redhat #130921).
7316         + modified configure script CF_XOPEN_SOURCE macro to ensure that if
7317           it defines _POSIX_C_SOURCE, that it defines it to a specific value
7318           (comp.os.stratus newsgroup comment).
7319
7320 20040821
7321         + fixes to build with Ada95 binding with gnat 3.4 (all warnings are
7322           fatal, and gnat does not follow the guidelines for pragmas).
7323           However that did find a coding error in Assume_Default_Colors().
7324         + modify several terminfo entries to ensure xterm mouse and cursor
7325           visibility are reset in rs2 string:  hurd, putty, gnome,
7326           konsole-base, mlterm, Eterm, screen (Debian #265784, Debian #55637).
7327           The xterm entries are left alone - old ones for compatibility, and
7328           the new ones do not require this change. -TD
7329
7330 20040814
7331         + fake a SIGWINCH in newterm() to accommodate buggy terminal emulators
7332           and window managers (Debian #265631).
7333         > terminfo updates -TD
7334         + remove dch/dch1 from rxvt because they are implemented inconsistently
7335           with the common usage of bce/ech
7336         + remove khome from vt220 (vt220's have no home key)
7337         + add rxvt+pcfkeys
7338
7339 20040807
7340         + modify test/ncurses.c 'b' test, adding v/V toggles to cycle through
7341           combinations of video attributes so that for instance bold and
7342           underline can be tested.  This made the legend too crowded, added
7343           a help window as well.
7344         + modify test/ncurses.c 'b' test to cycle through default colors if
7345           the -d option is set.
7346         + update putty terminfo entry (Robert de Bath).
7347
7348 20040731
7349         + modify test/cardfile.c to allow it to read more data than can be
7350           displayed.
7351         + correct logic in resizeterm.c which kept it from processing all
7352           levels of window hierarchy (reports by Folkert van Heusden,
7353           Chris Share).
7354
7355 20040724
7356         + modify "tic -cv" to ignore delays when comparing strings.  Also
7357           modify it to ignore a canceled sgr string, e.g., for terminals which
7358           cannot properly combine attributes in one control sequence.
7359         + corrections for gnome and konsole entries (Redhat #122815, patch by
7360           Hans de Goede)
7361         > terminfo updates -TD
7362         + make ncsa-m rmacs/smacs consistent with sgr
7363         + add sgr, rc/sc and ech to syscons entries
7364         + add function-keys to decansi
7365         + add sgr to mterm-ansi
7366         + add sgr, civis, cnorm to emu
7367         + correct/simplify cup in addrinfo
7368
7369 20040717
7370         > terminfo updates -TD
7371         + add xterm-pc-fkeys
7372         + review/update gnome and gnome-rh90 entries (prompted by Redhat
7373           #122815).
7374         + review/update konsole entries
7375         + add sgr, correct sgr0 for kterm and mlterm
7376         + correct tsl string in kterm
7377
7378 20040711
7379         + add configure option --without-xterm-new
7380
7381 20040710
7382         + add check in wget_wch() for printable bytes that are not part of a
7383           multibyte character.
7384         + modify wadd_wchnstr() to render text using window's background
7385           attributes.
7386         + improve tic's check to compare sgr and sgr0.
7387         + fix c++ directory's .cc.i rule.
7388         + modify logic in tgetent() which adjusts the termcap "me" string
7389           to work with ISO-2022 string used in xterm-new (cf: 20010908).
7390         + modify tic's check for conflicting function keys to omit that if
7391           converting termcap to termcap format.
7392         + add -U option to tic and infocmp.
7393         + add rmam/smam to linux terminfo entry (Trevor Van Bremen)
7394         > terminfo updates -TD
7395         + minor fixes for emu
7396         + add emu-220
7397         + change wyse acsc strings to use 'i' map rather than 'I'
7398         + fixes for avatar0
7399         + fixes for vp3a+
7400
7401 20040703
7402         + use tic -x to install terminfo database -TD
7403         + add -x to infocmp's usage message.
7404         + correct field used for comparing O_ROWMAJOR in set_menu_format()
7405           (report/patch by Tony Li).
7406         + fix a missing nul check in set_field_buffer() from 20040508 changes.
7407         > terminfo updates -TD
7408           + make xterm-xf86-v43 derived from xterm-xf86-v40 rather than
7409             xterm-basic -TD
7410           + align with xterm patch #192's use of xterm-new -TD
7411           + update xterm-new and xterm-8bit for cvvis/cnorm strings -TD
7412           + make xterm-new the default "xterm" entry -TD
7413
7414 20040626
7415         + correct BUILD_CPPFLAGS substitution in ncurses/Makefile.in, to allow
7416           cross-compiling from a separate directory tree (report/patch by
7417           Dan Engel).
7418         + modify is_term_resized() to ensure that window sizes are nonzero,
7419           as documented in the manpage (report by Ian Collier).
7420         + modify CF_XOPEN_SOURCE configure macro to make Hurd port build
7421           (Debian #249214, report/patch by Jeff Bailey).
7422         + configure-script mods from xterm, e.g., updates to CF_ADD_CFLAGS
7423         + update config.guess, config.sub
7424         > terminfo updates -TD
7425           + add mlterm
7426           + add xterm-xf86-v44
7427           + modify xterm-new aka xterm-xfree86 to accommodate luit, which
7428             relies on G1 being used via an ISO-2022 escape sequence (report by
7429             Juliusz Chroboczek)
7430           + add 'hurd' entry
7431
7432 20040619
7433         + reconsidered winsnstr(), decided after comparing other
7434           implementations that wrapping is an X/Open documentation error.
7435         + modify test/inserts.c to test all flavors of insstr().
7436
7437 20040605
7438         + add setlocale() calls to a few test programs which may require it:
7439           demo_forms.c, filter.c, ins_wide.c, inserts.c
7440         + correct a few misspelled function names in ncurses-intro.html (report
7441           by Tony Li).
7442         + correct internal name of key_defined() manpage, which conflicted with
7443           define_key().
7444
7445 20040529
7446         + correct size of internal pad used for holding wide-character
7447           field_buffer() results.
7448         + modify data_ahead() to work with wide-characters.
7449
7450 20040522
7451         + improve description of terminfo if-then-else expressions (suggested
7452           by Arne Thomassen).
7453         + improve test/ncurses.c 'd' test, allow it to use external file for
7454           initial palette (added xterm-16color.dat and linux-color.dat), and
7455           reset colors to the initial palette when starting/ending the test.
7456         + change limit-check in init_color() to allow r/g/b component to
7457           reach 1000 (cf: 20020928).
7458
7459 20040516
7460         + modify form library to use cchar_t's rather than char's in the
7461           wide-character configuration for storing data for field buffers.
7462         + correct logic of win_wchnstr(), which did not work for more than
7463           one cell.
7464
7465 20040508
7466         + replace memset/memcpy usage in form library with for-loops to
7467           simplify changing the datatype of FIELD.buf, part of wide-character
7468           changes.
7469         + fix some inconsistent use of #if/#ifdef (report by Alain Guibert).
7470
7471 20040501
7472         + modify menu library to account for actual number of columns used by
7473           multibyte character strings, in the wide-character configuration
7474           (adapted from patch by Philipp Tomsich).
7475         + add "-x" option to infocmp like tic's "-x", for use in "-F"
7476           comparisons.  This modifies infocmp to only report extended
7477           capabilities if the -x option is given, making this more consistent
7478           with tic.  Some scripts may break, since infocmp previous gave this
7479           information without an option.
7480         + modify termcap-parsing to retain 2-character aliases at the beginning
7481           of an entry if the "-x" option is used in tic.
7482
7483 20040424
7484         + minor compiler-warning and test-program fixes.
7485
7486 20040417
7487         + modify tic's missing-sgr warning to apply to terminfo only.
7488         + free some memory leaks in tic.
7489         + remove check in post_menu() that prevented menus from extending
7490           beyond the screen (request by Max J. Werner).
7491         + remove check in newwin() that prevents allocating windows
7492           that extend beyond the screen.  Solaris curses does this.
7493         + add ifdef in test/color_set.c to allow it to compile with older
7494           curses.
7495         + add napms() calls to test/dots.c to make it not be a CPU hog.
7496
7497 20040403
7498         + modify unctrl() to return null if its parameter does not correspond
7499           to an unsigned char.
7500         + add some limit-checks to guard isprint(), etc., from being used on
7501           values that do not fit into an unsigned char (report by Sami Farin).
7502
7503 20040328
7504         + fix a typo in the _nc_get_locale() change.
7505
7506 20040327
7507         + modify _nc_get_locale() to use setlocale() to query the program's
7508           current locale rather than using getenv().  This fixes a case in tin
7509           which relies on legacy treatment of 8-bit characters when the locale
7510           is not initialized (reported by Urs Jansen).
7511         + add sgr string to screen's and rxvt's terminfo entries -TD.
7512         + add a check in tic for terminfo entries having an sgr0 but no sgr
7513           string.  This confuses Tru64 and HPUX curses when combined with
7514           color, e.g., making them leave line-drawing characters in odd places.
7515         + correct casts used in ABSENT_BOOLEAN, CANCELLED_BOOLEAN, matches the
7516           original definitions used in Debian package to fix PowerPC bug before
7517           20030802 (Debian #237629).
7518
7519 20040320
7520         + modify PutAttrChar() and PUTC() macro to improve use of
7521           A_ALTCHARSET attribute to prevent line-drawing characters from
7522           being lost in situations where the locale would otherwise treat the
7523           raw data as nonprintable (Debian #227879).
7524
7525 20040313
7526         + fix a redefinition of CTRL() macro in test/view.c for AIX 5.2 (report
7527           by Jim Idle).
7528         + remove ".PP" after ".SH NAME" in a few manpages; this confuses
7529           some apropos script (Debian #237831).
7530
7531 20040306
7532         + modify ncurses.c 'r' test so editing commands, like inserted text,
7533           set the field background, and the state of insert/overlay editing
7534           mode is shown in that test.
7535         + change syntax of dummy targets in Ada95 makefiles to work with pmake.
7536         + correct logic in test/ncurses.c 'b' for noncolor terminals which
7537           did not recognize a quit-command (cf: 20030419).
7538
7539 20040228
7540         + modify _nc_insert_ch() to allow for its input to be part of a
7541           multibyte string.
7542         + split out lib_insnstr.c, to prepare to rewrite it.  X/Open states
7543           that this function performs wrapping, unlike all of the other
7544           insert-functions.  Currently it does not wrap.
7545         + check for nl_langinfo(CODESET), use it if available (report by
7546           Stanislav Ievlev).
7547         + split-out CF_BUILD_CC macro, actually did this for lynx first.
7548         + fixes for configure script CF_WITH_DBMALLOC and CF_WITH_DMALLOC,
7549           which happened to work with bash, but not with Bourne shell (report
7550           by Marco d'Itri via tin-dev).
7551
7552 20040221
7553         + some changes to adapt the form library to wide characters, incomplete
7554           (request by Mike Aubury).
7555         + add symbol to curses.h which can be used to suppress include of
7556           stdbool.h, e.g.,
7557                 #define NCURSES_ENABLE_STDBOOL_H 0
7558                 #include <curses.h>
7559           (discussion on XFree86 mailing list).
7560
7561 20040214
7562         + modify configure --with-termlib option to accept a value which sets
7563           the name of the terminfo library.  This would allow a packager to
7564           build libtinfow.so renamed to coincide with libtinfo.so (discussion
7565           with Stanislav Ievlev).
7566         + improve documentation of --with-install-prefix, --prefix and
7567           $(DESTDIR) in INSTALL (prompted by discussion with Paul Lew).
7568         + add configure check if the compiler can use -c -o options to rename
7569           its output file, use that to omit the 'cd' command which was used to
7570           ensure object files are created in a separate staging directory
7571           (prompted by comments by Johnny Wezel, Martin Mokrejs).
7572
7573 20040208 5.4 release for upload to ftp.gnu.org
7574         + update TO-DO.
7575
7576 20040207 pre-release
7577         + minor fixes to _nc_tparm_analyze(), i.e., do not count %i as a param,
7578           and do not count %d if it follows a %p.
7579         + correct an inconsistency between handling of codes in the 128-255
7580           range, e.g., as illustrated by test/ncurses.c f/F tests.  In POSIX
7581           locale, the latter did not show printable results, while the former
7582           did.
7583         + modify MKlib_gen.sh to compensate for broken C preprocessor on Mac
7584           OS X, which alters "%%" to "% % " (report by Robert Simms, fix
7585           verified by Scott Corscadden).
7586
7587 20040131 pre-release
7588         + modify SCREEN struct to align it between normal/wide curses flavors
7589           to simplify future changes to build a single version of libtinfo
7590           (patch by Stanislav Ievlev).
7591         + document handling of carriage return by addch() in manpage.
7592         + document special features of unctrl() in manpage.
7593         + documented interface changes in INSTALL.
7594         + corrected control-char test in lib_addch.c to account for locale
7595           (Debian #230335, cf: 971206).
7596         + updated test/configure.in to use AC_EXEEXT and AC_OBJEXT.
7597         + fixes to compile Ada95 binding with Debian gnat 3.15p-4 package.
7598         + minor configure-script fixes for older ports, e.g., BeOS R4.5.
7599
7600 20040125 pre-release
7601         + amend change to PutAttrChar() from 20030614 which computed the number
7602           of cells for a possibly multi-cell character.  The 20030614 change
7603           forced the cell to a blank if the result from wcwidth() was not
7604           greater than zero.  However, wcwidth() called for parameters in the
7605           range 128-255 can give this return value.  The logic now simply
7606           ensures that the number of cells is greater than zero without
7607           modifying the displayed value.
7608
7609 20040124 pre-release
7610         + looked good for 5.4 release for upload to ftp.gnu.org (but see above)
7611         + modify configure script check for ranlib to use AC_CHECK_TOOL, since
7612           that works better for cross-compiling.
7613
7614 20040117 pre-release
7615         + modify lib_get_wch.c to prefer mblen/mbtowc over mbrlen/mbrtowc to
7616           work around core dump in Solaris 8's locale support, e.g., for
7617           zh_CN.GB18030 (report by Saravanan Bellan).
7618         + add includes for <stdarg.h> and <stdio.h> in configure script macro
7619           to make <wchar.h> check work with Tru64 4.0d.
7620         + add terminfo entry for U/Win -TD
7621         + add terminfo entries for SFU aka Interix aka OpenNT (Federico
7622           Bianchi).
7623         + modify tput's error messages to prefix them with the program name
7624           (report by Vincent Lefevre, patch by Daniel Jacobowitz (see Debian
7625           #227586)).
7626         + correct a place in tack where exit_standout_mode was used instead of
7627           exit_attribute_mode (patch by Jochen Voss (see Debian #224443)).
7628         + modify c++/cursesf.h to use const in the Enumeration_Field method.
7629         + remove an ambiguous (actually redundant) method from c++/cursesf.h
7630         + make $HOME/.terminfo update optional (suggested by Stanislav Ievlev).
7631         + improve sed script which extracts libtool's version in the
7632           CF_WITH_LIBTOOL macro.
7633         + add ifdef'd call to AC_PROG_LIBTOOL to CF_WITH_LIBTOOL macro (to
7634           simplify local patch for Albert Chin-A-Young)..
7635         + add $(CXXFLAGS) to link command in c++/Makefile.in (adapted from
7636           patch by Albert Chin-A-Young)..
7637         + fix a missing substitution in configure.in for "$target" needed for
7638           HPUX .so/.sl case.
7639         + resync CF_XOPEN_SOURCE configure macro with lynx; fixes IRIX64 and
7640           NetBSD 1.6 conflicts with _XOPEN_SOURCE.
7641         + make check for stdbool.h more specific, to ensure that including it
7642           will actually define/declare bool for the configured compiler.
7643         + rewrite ifdef's in curses.h relating NCURSES_BOOL and bool.  The
7644           intention of that is to #define NCURSES_BOOL as bool when the
7645           compiler declares bool, and to #define bool as NCURSES_BOOL when it
7646           does not (reported by Jim Gifford, Sam Varshavchik, cf: 20031213).
7647
7648 20040110 pre-release
7649         + change minor version to 4, i.e., ncurses 5.4
7650         + revised/improved terminfo entries for tvi912b, tvi920b (Benjamin C W
7651           Sittler).
7652         + simplified ncurses/base/version.c by defining the result from the
7653           configure script rather than using sprintf (suggested by Stanislav
7654           Ievlev).
7655         + remove obsolete casts from c++/cursesw.h (reported by Stanislav
7656           Ievlev).
7657         + modify configure script so that when configuring for termlib, programs
7658           such as tic are not linked with the upper-level ncurses library
7659           (suggested by Stanislav Ievlev).
7660         + move version.c from ncurses/base to ncurses/tinfo to allow linking
7661           of tic, etc., using libtinfo (suggested by Stanislav Ievlev).
7662
7663 20040103
7664         + adjust -D's to build ncursesw on OpenBSD.
7665         + modify CF_PROG_EXT to make OS/2 build with EXEEXT.
7666         + add pecho_wchar().
7667         + remove <wctype.h> include from lib_slk_wset.c which is not needed (or
7668           available) on older platforms.
7669
7670 20031227
7671         + add -D's to build ncursew on FreeBSD 5.1.
7672         + modify shared library configuration for FreeBSD 4.x/5.x to add the
7673           soname information (request by Marc Glisse).
7674         + modify _nc_read_tic_entry() to not use MAX_ALIAS, but PATH_MAX only
7675           for limiting the length of a filename in the terminfo database.
7676         + modify termname() to return the terminal name used by setupterm()
7677           rather than $TERM, without truncating to 14 characters as documented
7678           by X/Open (report by Stanislav Ievlev, cf:  970719).
7679         + re-add definition for _BSD_TYPES, lost in merge (cf: 20031206).
7680
7681 20031220
7682         + add configure option --with-manpage-format=catonly to address
7683           behavior of BSDI, allow install of man+cat files on NetBSD, whose
7684           behavior has diverged by requiring both to be present.
7685         + remove leading blanks from comment-lines in manlinks.sed script to
7686           work with Tru64 4.0d.
7687         + add screen.linux terminfo entry (discussion on mutt-users mailing
7688           list).
7689
7690 20031213
7691         + add a check for tic to flag missing backslashes for termcap
7692           continuation lines.  ncurses reads the whole entry, but termcap
7693           applications do not.
7694         + add configure option "--with-manpage-aliases" extending
7695           "--with-manpage-aliases" to provide the option of generating ".so"
7696           files rather than symbolic links for manpage aliases.
7697         + add bool definition in include/curses.h.in for configurations with no
7698           usable C++ compiler (cf: 20030607).
7699         + fix pathname of SigAction.h for building with --srcdir (reported by
7700           Mike Castle).
7701
7702 20031206
7703         + folded ncurses/base/sigaction.c into includes of ncurses/SigAction.h,
7704           since that header is used only within ncurses/tty/lib_tstp.c, for
7705           non-POSIX systems (discussion with Stanislav Ievlev).
7706         + remove obsolete _nc_outstr() function (report by Stanislav Ievlev
7707           <inger@altlinux.org>).
7708         + add test/background.c and test/color_set.c
7709         + modify color_set() function to work with color pair 0 (report by
7710           George Andreou <gbandreo@tem.uoc.gr>).
7711         + add configure option --with-trace, since defining TRACE seems too
7712           awkward for some cases.
7713         + remove a call to _nc_free_termtype() from read_termtype(), since the
7714           corresponding buffer contents were already zeroed by a memset (cf:
7715           20000101).
7716         + improve configure check for _XOPEN_SOURCE and related definitions,
7717           adding special cases for Solaris' __EXTENSIONS__ and FreeBSD's
7718           __BSD_TYPES (reports by Marc Glisse <marc.glisse@normalesup.org>).
7719         + small fixes to compile on Solaris and IRIX64 using cc.
7720         + correct typo in check for pre-POSIX sort options in MKkey_defs.sh
7721           (cf: 20031101).
7722
7723 20031129
7724         + modify _nc_gettime() to avoid a problem with arithmetic on unsigned
7725           values (Philippe Blain).
7726         + improve the nanosleep() logic in napms() by checking for EINTR and
7727           restarting (Philippe Blain).
7728         + correct expression for "%D" in lib_tgoto.c (Juha Jarvi
7729           <mooz@welho.com>).
7730
7731 20031122
7732         + add linux-vt terminfo entry (Andrey V Lukyanov <land@long.yar.ru>).
7733         + allow "\|" escape in terminfo; tic should not warn about this.
7734         + save the full pathname of the trace-file the first time it is opened,
7735           to avoid creating it in different directories if the application
7736           opens and closes it while changing its working directory.
7737         + modify configure script to provide a non-empty default for
7738           $BROKEN_LINKER
7739
7740 20031108
7741         + add DJGPP to special case of DOS-style drive letters potentially
7742           appearing in TERMCAP environment variable.
7743         + fix some spelling in comments (reports by Jason McIntyre, Jonathon
7744           Gray).
7745         + update config.guess, config.sub
7746
7747 20031101
7748         + fix a memory leak in error-return from setupterm() (report by
7749           Stanislav Ievlev <inger@altlinux.org>).
7750         + use EXEEXT and OBJEXT consistently in makefiles.
7751         + amend fixes for cross-compiling to use separate executable-suffix
7752           BUILD_EXEEXT (cf: 20031018).
7753         + modify MKkey_defs.sh to check for sort utility that does not
7754           recognize key options, e.g., busybox (report by Peter S Mazinger
7755           <ps.m@gmx.net>).
7756         + fix potential out-of-bounds indexing in _nc_infotocap() (found by
7757           David Krause using some of the new malloc debugging features
7758           under OpenBSD, patch by Ted Unangst).
7759         + modify CF_LIB_SUFFIX for Itanium releases of HP-UX, which use a
7760           ".so" suffix (patch by Jonathan Ward <Jonathan.Ward@hp.com>).
7761
7762 20031025
7763         + update terminfo for xterm-xfree86 -TD
7764         + add check for multiple "tc=" clauses in a termcap to tic.
7765         + check for missing op/oc in tic.
7766         + correct _nc_resolve_uses() and _nc_merge_entry() to allow infocmp and
7767           tic to show cancelled capabilities.  These functions were ignoring
7768           the state of the target entry, which should be untouched if cancelled.
7769         + correct comment in tack/output.c (Debian #215806).
7770         + add some null-pointer checks to lib_options.c (report by Michael
7771           Bienia).
7772         + regenerated html documentation.
7773         + correction to tar-copy.sh, remove a trap command that resulted in
7774           leaving temporary files (cf: 20030510).
7775         + remove contact/maintainer addresses for Juergen Pfeifer (his request).
7776
7777 20031018
7778         + updated test/configure to reflect changes for libtool (cf: 20030830).
7779         + fix several places in tack/pad.c which tested and used the parameter-
7780           and parameterless strings inconsistently, i.e., in pad_rin(),
7781           pad_il(), pad_indn() and pad_dl() (Debian #215805).
7782         + minor fixes for configure script and makefiles to cleanup executables
7783           generated when cross-compiling for DJGPP.
7784         + modify infocmp to omit check for $TERM for operations that do not
7785           require it, e.g., "infocmp -e" used to build fallback list (report by
7786           Egmont Koblinger).
7787
7788 20031004
7789         + add terminfo entries for DJGPP.
7790         + updated note about maintainer in ncurses-intro.html
7791
7792 20030927
7793         + update terminfo entries for gnome terminal.
7794         + modify tack to reset colors after each color test, correct a place
7795           where exit_standout_mode was used instead of exit_attribute_mode.
7796         + improve tack's bce test by making it set colors other than black
7797           on white.
7798         + plug a potential recursion between napms() and _nc_timed_wait()
7799           (report by Philippe Blain).
7800
7801 20030920
7802         + add --with-rel-version option to allow workaround to allow making
7803           libtool on Darwin generate the "same" library names as with the
7804           --with-shared option.  The Darwin ld program does not work well
7805           with a zero as the minor-version value (request by Chris Zubrzycki).
7806         + modify CF_MIXEDCASE_FILENAMES macro to work with cross-compiling.
7807         + modify tack to allow it to run from fallback terminfo data.
7808         > patch by Philippe Blain:
7809         + improve PutRange() by adjusting call to EmitRange() and corresponding
7810           return-value to not emit unchanged characters on the end of the
7811           range.
7812         + improve a check for changed-attribute by exiting a loop when the
7813           change is found.
7814         + improve logic in TransformLine(), eliminating a duplicated comparison
7815           in the clr_bol logic.
7816
7817 20030913
7818         > patch by Philippe Blain:
7819         + in ncurses/tty/lib_mvcur.c,
7820           move the label 'nonlocal' just before the second gettimeofday() to
7821           be able to compute the diff time when 'goto nonlocal' used.
7822           Rename 'msec' to 'microsec' in the debug-message.
7823         + in ncurses/tty/lib_mvcur.c,
7824           Use _nc_outch() in carriage return/newline movement instead of
7825           putchar() which goes to stdout.  Move test for xold>0 out of loop.
7826         + in ncurses/tinfo/setbuf.c,
7827           Set the flag SP->_buffered at the end of operations when all has been
7828           successful (typeMalloc can fail).
7829         + simplify NC_BUFFERED macro by moving check inside _nc_setbuf().
7830
7831 20030906
7832         + modify configure script to avoid using "head -1", which does not
7833           work if POSIXLY_CORRECT (sic) is set.
7834         + modify run_tic.in to avoid using wrong shared libraries when
7835           cross-compiling (Dan Kegel).
7836
7837 20030830
7838         + alter configure script help message to make it clearer that
7839           --with-build-cc does not specify a cross-compiler (suggested by Dan
7840           Kegel <dank@kegel.com>).
7841         + modify configure script to accommodate libtool 1.5, as well as add an
7842           parameter to the "--with-libtool" option which can specify the
7843           pathname of libtool (report by Chris Zubrzycki).  We note that
7844           libtool 1.5 has more than one bug in its C++ support, so it is not
7845           able to install libncurses++, for instance, if $DESTDIR or the option
7846           --with-install-prefix is used.
7847
7848 20030823
7849         > patch by Philippe Blain:
7850         + move assignments to SP->_cursrow, SP->_curscol into online_mvcur().
7851         + make baudrate computation in delay_output() consistent with the
7852           assumption in _nc_mvcur_init(), i.e., a byte is 9 bits.
7853
7854 20030816
7855         + modify logic in waddch_literal() to take into account zh_TW.Big5
7856           whose multibyte sequences may contain "printable" characters, e.g.,
7857           a "g" in the sequence "\247g" (Debian #204889, cf: 20030621).
7858         + improve storage used by _nc_safe_strcpy() by ensuring that the size
7859           is reset based on the initialization call, in case it were called
7860           after other strcpy/strcat calls (report by Philippe Blain).
7861         > patch by Philippe Blain:
7862         + remove an unused ifdef for REAL_ATTR & WANT_CHAR
7863         + correct a place where _cup_cost was used rather than _cuu_cost
7864
7865 20030809
7866         + fix a small memory leak in _nc_free_termtype().
7867         + close trace-file if trace() is called with a zero parameter.
7868         + free memory allocated for soft-key strings, in delscreen().
7869         + fix an allocation size in safe_sprintf.c for the "*" format code.
7870         + correct safe_sprintf.c to not return a null pointer if the format
7871           happens to be an empty string.  This applies to the "configure
7872           --enable-safe-sprintf" option (Redhat #101486).
7873
7874 20030802
7875         + modify casts used for ABSENT_BOOLEAN and CANCELLED_BOOLEAN (report by
7876           Daniel Jacobowitz).
7877         > patch by Philippe Blain:
7878         + change padding for change_scroll_region to not be proportional to
7879           the size of the scroll-region.
7880         + correct error-return in _nc_safe_strcat().
7881
7882 20030726
7883         + correct limit-checks in _nc_scroll_window() (report and test-case by
7884           Thomas Graf <graf@dms.at> cf: 20011020).
7885         + re-order configure checks for _XOPEN_SOURCE to avoid conflict with
7886           _GNU_SOURCE check.
7887
7888 20030719
7889         + use clr_eol in preference to blanks for bce terminals, so select and
7890           paste will have fewer trailing blanks, e.g., when using xterm
7891           (request by Vincent Lefevre).
7892         + correct prototype for wunctrl() in manpage.
7893         + add configure --with-abi-version option (discussion with Charles
7894           Wilson).
7895         > cygwin changes from Charles Wilson:
7896           + aclocal.m4: on cygwin, use autodetected prefix for import
7897             and static lib, but use "cyg" for DLL.
7898           + include/ncurses_dll.h: correct the comments to reflect current
7899             status of cygwin/mingw port.  Fix compiler warning.
7900           + misc/run_tic.in: ensure that tic.exe can find the uninstalled
7901             DLL, by adding the lib-directory to the PATH variable.
7902           + misc/terminfo.src (nxterm|xterm-color): make xterm-color
7903             primary instead of nxterm, to match XFree86's xterm.terminfo
7904             usage and to prevent circular links.
7905             (rxvt): add additional codes from rxvt.org.
7906             (rxvt-color): new alias
7907             (rxvt-xpm): new alias
7908             (rxvt-cygwin): like rxvt, but with special acsc codes.
7909             (rxvt-cygwin-native): ditto.  rxvt may be run under XWindows, or
7910             with a "native" MSWin GUI.  Each takes different acsc codes,
7911             which are both different from the "normal" rxvt's acsc.
7912             (cygwin): cygwin-in-cmd.exe window.  Lots of fixes.
7913             (cygwinDBG): ditto.
7914           + mk-1st.awk: use "cyg" for the DLL prefix, but "lib" for import
7915             and static libs.
7916
7917 20030712
7918         + update config.guess, config.sub
7919         + add triples for configuring shared libraries with the Debian
7920           GNU/FreeBSD packages (patch by Robert Millan <zeratul2@wanadoo.es>).
7921
7922 20030705
7923         + modify CF_GCC_WARNINGS so it only applies to gcc, not g++.  Some
7924           platforms have installed g++ along with the native C compiler, which
7925           would not accept gcc warning options.
7926         + add -D_XOPEN_SOURCE=500 when configuring with --enable-widec, to
7927           get mbstate_t declaration on HPUX 11.11 (report by David Ellement).
7928         + add _nc_pathlast() to get rid of casts in _nc_basename() calls.
7929         + correct a sign-extension in wadd_wch() and wecho_wchar() from
7930           20030628 (report by Tomohiro Kubota).
7931         + work around omission of btowc() and wctob() from wide-character
7932           support (sic) in NetBSD 1.6 using mbtowc() and wctomb() (report by
7933           Gabor Z Papp).
7934         + add portability note to curs_get_wstr.3x (Debian #199957).
7935
7936 20030628
7937         + rewrite wadd_wch() and wecho_wchar() to call waddch() and wechochar()
7938           respectively, to avoid calling waddch_noecho() with wide-character
7939           data, since that function assumes its input is 8-bit data.
7940           Similarly, modify waddnwstr() to call wadd_wch().
7941         + remove logic from waddnstr() which transformed multibyte character
7942           strings into wide-characters.  Rewrite of waddch_literal() from
7943           20030621 assumes its input is raw multibyte data rather than wide
7944           characters (report by Tomohiro Kubota).
7945
7946 20030621
7947         + write getyx() and related 2-return macros in terms of getcury(),
7948           getcurx(), etc.
7949         + modify waddch_literal() in case an application passes bytes of a
7950           multibyte character directly to waddch().  In this case, waddch()
7951           must reassemble the bytes into a wide-character (report by Tomohiro
7952           Kubota <kubota@debian.org>).
7953
7954 20030614
7955         + modify waddch_literal() in case a multibyte value occupies more than
7956           two cells.
7957         + modify PutAttrChar() to compute the number of character cells that
7958           are used in multibyte values.  This fixes a problem displaying
7959           double-width characters (report/test by Mitsuru Chinen
7960           <mchinen@yamato.ibm.com>).
7961         + add a null-pointer check for result of keyname() in _tracechar()
7962         + modify _tracechar() to work around glibc sprintf bug.
7963
7964 20030607
7965         + add a call to setlocale() in cursesmain.cc, making demo display
7966           properly in a UTF-8 locale.
7967         + add a fallback definition in curses.priv.h for MB_LEN_MAX (prompted
7968           by discussion with Gabor Z Papp).
7969         + use macros NCURSES_ACS() and NCURSES_WACS() to hide cast needed to
7970           appease -Wchar-subscript with g++ 3.3 (Debian #195732).
7971         + fix a redefinition of $RANLIB in the configure script when libtool
7972           is used, which broke configure on Mac OS X (report by Chris Zubrzycki
7973           <beren@mac.com>).
7974         + simplify ifdef for bool declaration in curses.h.in (suggested by
7975           Albert Chin-A-Young).
7976         + remove configure script check to allow -Wconversion for older
7977           versions of gcc (suggested by Albert Chin-A-Young).
7978
7979 20030531
7980         + regenerated html manpages.
7981         + modify ifdef's in curses.h.in that disabled use of __attribute__()
7982           for g++, since recent versions implement the cases which ncurses uses
7983           (Debian #195230).
7984         + modify _nc_get_token() to handle a case where an entry has no
7985           description, and capabilities begin on the same line as the entry
7986           name.
7987         + fix a typo in ncurses_dll.h reported by gcc 3.3.
7988         + add an entry for key_defined.3x to man_db.renames.
7989
7990 20030524
7991         + modify setcchar() to allow converting control characters to complex
7992           characters (report/test by Mitsuru Chinen <mchinen@yamato.ibm.com>).
7993         + add tkterm entry -TD
7994         + modify parse_entry.c to allow a terminfo entry with a leading
7995           2-character name (report by Don Libes).
7996         + corrected acsc in screen.teraterm, which requires a PC-style mapping.
7997         + fix trace statements in read_entry.c to use lseek() rather than
7998           tell().
7999         + fix signed/unsigned warnings from Sun's compiler (gcc should give
8000           these warnings, but it is unpredictable).
8001         + modify configure script to omit -Winline for gcc 3.3, since that
8002           feature is broken.
8003         + modify manlinks.sed to add a few functions that were overlooked since
8004           they return function pointers:  field_init, field_term, form_init,
8005           form_term, item_init, item_term, menu_init and menu_term.
8006
8007 20030517
8008         + prevent recursion in wgetch() via wgetnstr() if the connection cannot
8009           be switched between cooked/raw modes because it is not a TTY (report
8010           by Wolfgang Gutjahr <gutw@knapp.com>).
8011         + change parameter of define_key() and key_defined() to const (prompted
8012           by Debian #192860).
8013         + add a check in test/configure for ncurses extensions, since there
8014           are some older versions, etc., which would not compile with the
8015           current test programs.
8016         + corrected demo in test/ncurses.c of wgetn_wstr(), which did not
8017           convert wchar_t string to multibyte form before printing it.
8018         + corrections to lib_get_wstr.c:
8019           + null-terminate buffer passed to setcchar(), which occasionally
8020             failed.
8021           + map special characters such as erase- and kill-characters into
8022             key-codes so those will work as expected even if they are not
8023             mentioned in the terminfo.
8024         + modify PUTC() and Charable() macros to make wide-character line
8025           drawing work for POSIX locale on Linux console (cf: 20021221).
8026
8027 20030510
8028         + make typography for program options in manpages consistent (report
8029           by Miloslav Trmac <mitr@volny.cz>).
8030         + correct dependencies in Ada95/src/Makefile.in, so the builds with
8031           "--srcdir" work (report by Warren L Dodge).
8032         + correct missing definition of $(CC) in Ada95/gen/Makefile.in
8033           (reported by Warren L Dodge <warrend@mdhost.cse.tek.com>).
8034         + fix typos and whitespace in manpages (patch by Jason McIntyre
8035           <jmc@prioris.mini.pw.edu.pl>).
8036
8037 20030503
8038         + fix form_driver() cases for REQ_CLR_EOF, REQ_CLR_EOL, REQ_DEL_CHAR,
8039           REQ_DEL_PREV and REQ_NEW_LINE, which did not ensure the cursor was at
8040           the editing position before making modifications.
8041         + add test/demo_forms and associated test/edit_field.c demos.
8042         + modify test/configure.in to use test/modules for the list of objects
8043           to compile rather than using the list of programs.
8044
8045 20030419
8046         + modify logic of acsc to use the original character if no mapping is
8047           defined, noting that Solaris does this.
8048         + modify ncurses 'b' test to avoid using the acs_map[] array since
8049           20021231 changes it to no longer contain information from the acsc
8050           string.
8051         + modify makefile rules in c++, progs, tack and test to ensure that
8052           the compiler flags (e.g., $CFLAGS or $CCFLAGS) are used in the link
8053           command (report by Jose Luis Rico Botella <informatica@serpis.com>).
8054         + modify soft-key initialization to use A_REVERSE if A_STANDOUT would
8055           not be shown when colors are used, i.e., if ncv#1 is set in the
8056           terminfo as is done in "screen".
8057
8058 20030412
8059         + add a test for slk_color(), in ncurses.c
8060         + fix some issues reported by valgrind in the slk_set() and slk_wset()
8061           code, from recent rewrite.
8062         + modify ncurses 'E' test to use show previous label via slk_label(),
8063           as in 'e' test.
8064         + modify wide-character versions of NewChar(), NewChar2() macros to
8065           ensure that the whole struct is initialized.
8066
8067 20030405
8068         + modify setupterm() to check if the terminfo and terminal-modes have
8069           already been read.  This ensures that it does not reinvoke
8070           def_prog_mode() when an application calls more than one function,
8071           such as tgetent() and initscr() (report by Olaf Buddenhagen).
8072
8073 20030329
8074         + add 'E' test to ncurses.c, to exercise slk_wset().
8075         + correct handling of carriage-return in wgetn_wstr(), used in demo of
8076           slk_wset().
8077         + first draft of slk_wset() function.
8078
8079 20030322
8080         + improved warnings in tic when suppressing items to fit in termcap's
8081           1023-byte limit.
8082         + built a list in test/README showing which externals are being used
8083           by either programs in the test-directory or via internal library
8084           calls.
8085         + adjust include-options in CF_ETIP_DEFINES to avoid missing
8086           ncurses_dll.h, fixing special definitions that may be needed for
8087           etip.h (reported by Greg Schafer <gschafer@zip.com.au>).
8088
8089 20030315
8090         + minor fixes for cardfile.c, to make it write the updated fields to
8091           a file when ^W is given.
8092         + add/use _nc_trace_bufcat() to eliminate some fixed buffer limits in
8093           trace code.
8094
8095 20030308
8096         + correct a case in _nc_remove_string(), used by define_key(), to avoid
8097           infinite loop if the given string happens to be a substring of other
8098           strings which are assigned to keys (report by John McCutchan).
8099         + add key_defined() function, to tell which keycode a string is bound
8100           to (discussion with John McCutchan <ttb@tentacle.dhs.org>).
8101         + correct keybound(), which reported definitions in the wrong table,
8102           i.e., the list of definitions which are disabled by keyok().
8103         + modify demo_keydef.c to show the details it changes, and to check
8104           for errors.
8105
8106 20030301
8107         + restructured test/configure script, make it work for libncursesw.
8108         + add description of link_fieldtype() to manpage (report by
8109           L Dee Holtsclaw <dee@sunbeltsoft.com>).
8110
8111 20030222
8112         + corrected ifdef's relating to configure check for wchar_t, etc.
8113         + if the output is a socket or other non-tty device, use 1 millisecond
8114           for the cost in mvcur; previously it was 9 milliseconds because the
8115           baudrate was not known.
8116         + in _nc_get_tty_mode(), initialize the TTY buffer on error, since
8117           glibc copies uninitialized data in that case, as noted by valgrind.
8118         + modify tput to use the same parameter analysis as tparm() does, to
8119           provide for user-defined strings, e.g., for xterm title, a
8120           corresponding capability might be
8121                 title=\E]2;%p1%s^G,
8122         + modify MKlib_gen.sh to avoid passing "#" tokens through the C
8123           preprocessor.  This works around Mac OS X's preprocessor, which
8124           insists on adding a blank on each side of the token (report/analysis
8125           by Kevin Murphy <murphy@genome.chop.edu>).
8126
8127 20030215
8128         + add configure check for wchar_t and wint_t types, rather than rely
8129           on preprocessor definitions.  Also work around for gcc fixinclude
8130           bug which creates a shadow copy of curses.h if it sees these symbols
8131           apparently typedef'd.
8132         + if database is disabled, do not generate run_tic.sh
8133         + minor fixes for memory-leak checking when termcap is read.
8134
8135 20030208
8136         + add checking in tic for incomplete line-drawing character mapping.
8137         + updated configure script to reflect fix for AC_PROG_GCC_TRADITIONAL,
8138           which is broken in autoconf 2.5x for Mac OS X 10.2.3 (report by
8139           Gerben Wierda <Sherlock@rna.nl>).
8140         + make return value from _nc_printf_string() consistent.  Before,
8141           depending on whether --enable-safe-sprintf was used, it might not be
8142           cached for reallocating.
8143
8144 20030201
8145         + minor fixes for memory-leak checking in lib_tparm.c, hardscroll.c
8146         + correct a potentially-uninitialized value if _read_termtype() does
8147           not read as much data as expected (report by Wolfgang Rohdewald
8148           <wr6@uni.de>).
8149         + correct several places where the aclocal.m4 macros relied on cache
8150           variable names which were incompatible (as usual) between autoconf
8151           2.13 and 2.5x, causing the test for broken-linker to give incorrect
8152           results (reports by Gerben Wierda <Sherlock@rna.nl> and Thomas Esser
8153           <te@dbs.uni-hannover.de>).
8154         + do not try to open gpm mouse driver if standard output is not a tty;
8155           the gpm library does not make this check (bug report for dialog
8156           by David Oliveira <davidoliveira@develop.prozone.ws>).
8157
8158 20030125
8159         + modified emx.src to correspond more closely to terminfo.src, added
8160           emx-base to the latter -TD
8161         + add configure option for FreeBSD sysmouse, --with-sysmouse, and
8162           implement support for that in lib_mouse.c, lib_getch.c
8163
8164 20030118
8165         + revert 20030105 change to can_clear_with(), does not work for the
8166           case where the update is made on cells which are blanks with
8167           attributes, e.g., reverse.
8168         + improve ifdef's to guard against redefinition of wchar_t and wint_t
8169           in curses.h (report by Urs Jansen).
8170
8171 20030111
8172         + improve mvcur() by checking if it is safe to move when video
8173           attributes are set (msgr), and if not, reset/restore attributes
8174           within that function rather than doing it separately in the GoTo()
8175           function in tty_update.c (suggested by Philippe Blain).
8176         + add a message in run_tic.in to explain more clearly what does not
8177           work when attempting to create a symbolic link for /usr/lib/terminfo
8178           on OS/2 and other platforms with no symbolic links (report by John
8179           Polterak).
8180         + change several sed scripts to avoid using "\+" since it is not a BRE
8181           (basic regular expression).  One instance caused terminfo.5 to be
8182           misformatted on FreeBSD (report by Kazuo Horikawa
8183           <horikawa@FreeBSD.org> (see FreeBSD docs/46709)).
8184         + correct misspelled 'wint_t' in curs_get_wch.3x (Michael Elkins).
8185
8186 20030105
8187         + improve description of terminfo operators, especially static/dynamic
8188           variables (comments by Mark I Manning IV <mark4th@earthlink.net>).
8189         + demonstrate use of FIELDTYPE by modifying test/ncurses 'r' test to
8190           use the predefined TYPE_ALPHA field-type, and by defining a
8191           specialized type for the middle initial/name.
8192         + fix MKterminfo.sh, another workaround for POSIXLY_CORRECT misfeature
8193           of sed 4.0
8194         > patch by Philippe Blain:
8195         + optimize can_clear_with() a little by testing first if the parameter
8196           is indeed a "blank".
8197         + simplify ClrBottom() a little by allowing it to use clr_eos to clear
8198           sections as small as one line.
8199         + improve ClrToEOL() by checking if clr_eos is available before trying
8200           to use it.
8201         + use tputs() rather than putp() in a few cases in tty_update.c since
8202           the corresponding delays are proportional to the number of lines
8203           affected: repeat_char, clr_eos, change_scroll_region.
8204
8205 20021231
8206         + rewrite of lib_acs.c conflicts with copying of SCREEN acs_map to/from
8207           global acs_map[] array; removed the lines that did the copying.
8208
8209 20021228
8210         + change some overlooked tputs() calls in scrolling code to use putp()
8211           (report by Philippe Blain).
8212         + modify lib_getch.c to avoid recursion via wgetnstr() when the input
8213           is not a tty and consequently mode-changes do not work (report by
8214           <R.Chamberlin@querix.com>).
8215         + rewrote lib_acs.c to allow PutAttrChar() to decide how to render
8216           alternate-characters, i.e., to work with Linux console and UTF-8
8217           locale.
8218         + correct line/column reference in adjust_window(), needed to make
8219           special windows such as curscr track properly when resizing (report
8220           by Lucas Gonze <lgonze@panix.com>).
8221         > patch by Philippe Blain:
8222         + correct the value used for blank in ClrBottom() (broken in 20000708).
8223         + correct an off-by-one in GoTo() parameter in _nc_scrolln().
8224
8225 20021221
8226         + change several tputs() calls in scrolling code to use putp(), to
8227           enable padding which may be needed for some terminals (patch by
8228           Philippe Blain).
8229         + use '%' as sed substitute delimiter in run_tic script to avoid
8230           problems with pathname delimiters such as ':' and '@' (report by John
8231           Polterak).
8232         + implement a workaround so that line-drawing works with screen's
8233           crippled UTF-8 support (tested with 3.9.13).  This only works with
8234           the wide-character support (--enable-widec); the normal library will
8235           simply suppress line-drawing when running in a UTF-8 locale in screen.
8236
8237 20021214
8238         + allow BUILD_CC and related configure script variables to be
8239           overridden from the environment.
8240         + make build-tools variables in ncurses/Makefile.in consistent with
8241           the configure script variables (report by Maciej W Rozycki).
8242         + modify ncurses/modules to allow
8243                 configure --disable-leaks --disable-ext-funcs
8244           to build (report by Gary Samuelson).
8245         + fix a few places in configure.in which lacked quotes (report by
8246           Gary Samuelson <gary.samuelson@verizon.com>).
8247         + correct handling of multibyte characters in waddch_literal() which
8248           force wrapping because they are started too late on the line (report
8249           by Sam Varshavchik).
8250         + small fix for CF_GNAT_VERSION to ignore the help-message which
8251           gnatmake adds to its version-message.
8252         > Maciej W Rozycki <macro@ds2.pg.gda.pl>:
8253         + use AC_CHECK_TOOL to get proper values for AR and LD for cross
8254           compiling.
8255         + use $cross_compiling variable in configure script rather than
8256           comparing $host_alias and $target alias, since "host" is
8257           traditionally misused in autoconf to refer to the target platform.
8258         + change configure --help message to use "build" rather than "host"
8259           when referring to the --with-build-XXX options.
8260
8261 20021206
8262         + modify CF_GNAT_VERSION to print gnatmake's version, and to allow for
8263           possible gnat versions such as 3.2 (report by Chris Lingard
8264           <chris@stockwith.co.uk>).
8265         + modify #define's for CKILL and other default control characters in
8266           tset to use the system's default values if they are defined.
8267         + correct interchanged defaults for kill and interrupt characters
8268           in tset, which caused it to report unnecessarily (Debian #171583).
8269         + repair check for missing C++ compiler, which is broken in autoconf
8270           2.5x by hardcoding it to g++ (report by Martin Mokrejs).
8271         + update config.guess, config.sub (2002-11-30)
8272         + modify configure script to skip --with-shared, etc., when the
8273           --with-libtool option is given, since they would be ignored anyway.
8274         + fix to allow "configure --with-libtool --with-termlib" to build.
8275         + modify configure script to show version number of libtool, to help
8276           with bug reports.  libtool still gets confused if the installed
8277           ncurses libraries are old, since it ignores the -L options at some
8278           point (tested with libtool 1.3.3 and 1.4.3).
8279         + reorder configure script's updating of $CPPFLAGS and $CFLAGS to
8280           prevent -I options in the user's environment from introducing
8281           conflicts with the build -I options (may be related to reports by
8282           Patrick Ash and George Goffe).
8283         + rename test/define_key.c to test/demo_defkey.c, test/keyok.c to
8284           test/demo_keyok.c to allow building these with libtool.
8285
8286 20021123
8287         + add example program test/define_key.c for define_key().
8288         + add example program test/keyok.c for keyok().
8289         + add example program test/ins_wide.c for wins_wch() and wins_wstr().
8290         + modify wins_wch() and wins_wstr() to interpret tabs by using the
8291           winsch() internal function.
8292         + modify setcchar() to allow for wchar_t input strings that have
8293           more than one spacing character.
8294
8295 20021116
8296         + fix a boundary check in lib_insch.c (patch by Philippe Blain).
8297         + change type for *printw functions from NCURSES_CONST to const
8298           (prompted by comment by Pedro Palhoto Matos <plpm@mega.ist.utl.pt>,
8299           but really from a note on X/Open's website stating that either is
8300           acceptable, and the latter will be used in a future revision).
8301         + add xterm-1002, xterm-1003 terminfo entries to demonstrate changes in
8302           lib_mouse.c (20021026) -TD
8303         + add screen-bce, screen-s entries from screen 3.9.13 (report by
8304           Adam Lazur <zal@debian.org>) -TD
8305         + add mterm terminfo entries -TD
8306
8307 20021109
8308         + split-out useful fragments in terminfo for vt100 and vt220 numeric
8309           keypad, i.e., vt100+keypad, vt100+pfkeys, vt100+fnkeys and
8310           vt220+keypad.  The last as embedded in various entries had ka3 and
8311           kb2 interchanged (report/discussion with Leonard den Ottolander
8312           <leonardjo@hetnet.nl>).
8313         + add check in tic for keypads consistent with vt100 layout.
8314         + improve checks in tic for color capabilities
8315
8316 20021102
8317         + check for missing/empty/illegal terminfo name in _nc_read_entry()
8318           (report by Martin Mokrejs, where $TERM was set to an empty string).
8319         + rewrote lib_insch.c, combining it with lib_insstr.c so both handle
8320           tab and other control characters consistently (report by Philippe
8321           Blain).
8322         + remove an #undef for KEY_EVENT from curses.tail used in the
8323           experimental NCURSES_WGETCH_EVENTS feature.  The #undef confuses
8324           dpkg's build script (Debian #165897).
8325         + fix MKlib_gen.sh, working around the ironically named POSIXLY_CORRECT
8326           feature of GNU sed 4.0 (reported by Ervin Nemeth <airwin@inf.bme.hu>).
8327
8328 20021026
8329         + implement logic in lib_mouse.c to handle position reports which are
8330           generated when XFree86 xterm is initialized with private modes 1002
8331           or 1003.  These are returned to the application as the
8332           REPORT_MOUSE_POSITION mask, which was not implemented.  Tested both
8333           with ncurses 'a' menu (prompted by discussion with Larry Riedel
8334           <Larry@Riedel.org>).
8335         + modify lib_mouse.c to look for "XM" terminfo string, which allows
8336           one to override the escape sequence used to enable/disable mouse
8337           mode.  In particular this works for XFree86 xterm private modes
8338           1002 and 1003.  If "XM" is missing (note that this is an extended
8339           name), lib_mouse uses the conventional private mode 1000.
8340         + correct NOT_LOCAL() macro in lib_mvcur.c to refer to screen_columns
8341           where it used screen_lines (report by Philippe Blain).
8342         + correct makefile rules for the case when both --with-libtool and
8343           --with-gpm are given (report by Mr E_T <troll@logi.net.au>).
8344         + add note to terminfo manpage regarding the differences between
8345           setaf/setab and setf/setb capabilities (report by Pavel Roskin).
8346
8347 20021019
8348         + remove redundant initialization of TABSIZE in newterm(), since it is
8349           already done in setupterm() (report by Philippe Blain).
8350         + add test/inserts.c, to test winnstr() and winsch().
8351         + replace 'sort' in dist.mk with script that sets locale to POSIX.
8352         + update URLs in announce.html.in (patch by Frederic L W Meunier).
8353         + remove glibc add-on files, which are no longer needed (report by
8354           Frederic L W Meunier).
8355
8356 20021012 5.3 release for upload to ftp.gnu.org
8357         + modify ifdef's in etip.h.in to allow the etip.h header to compile
8358           with gcc 3.2 (patch by Dimitar Zhekov <jimmy@is-vn.bg>).
8359         + add logic to setupterm() to make it like initscr() and newterm(),
8360           by checking for $NCURSES_TRACE environment variable and enabling
8361           the debug trace in that case.
8362         + modify setupterm() to ensure that it initializes the baudrate, for
8363           applications such as tput (report by Frank Henigman).
8364         + modify definition of bits used for command-line and library debug
8365           traces to avoid overlap, using new definition TRACE_SHIFT to relate
8366           the two.
8367         + document tput's interpretation of parameterized strings according to
8368           whether parameters are given, etc. (discussion with Robert De Bath).
8369
8370 20021005 pre-release
8371         + correct winnwstr() to account for non-character cells generated when
8372           a double-width character is added (report by Michael Bienia
8373           <michael@vorlon.ping.de>).
8374         + modify _nc_viswbuf2n() to provide better results using wctomb().
8375         + correct logic in _nc_varargs() which broke tracing of parameters for
8376           formats such as "%.*s".
8377         + correct scale factor in linux-c and linux-c-nc terminfo entries
8378           (report Floyd Davidson).
8379         + change tic -A option to -t, add the same option to infocmp for
8380           consistency.
8381         + correct "%c" implementation in lib_tparm.c, which did not map a null
8382           character to a 128 (cf: 980620) (patch by Frank Henigman
8383           <fjhenigman@mud.cgl.uwaterloo.ca>).
8384
8385 20020928 pre-release
8386         + modify MKkey_defs.sh to check for POSIX sort -k option, use that if
8387           it is found, to accommodate newer utility which dropped the
8388           compatibility support for +number options (reported by Andrey A
8389           Chernov).
8390         + modify linux terminfo entry to use color palette feature from
8391           linux-c-nc entry (comments by Tomasz Wasiak and Floyd Davidson).
8392         + restore original color definitions in endwin() if init_color() was
8393           used, and resume those colors on the next doupdate() or refresh()
8394           (report by Tomasz Wasiak <tjwasiak@komputom.com.pl>).
8395         + improve debug-traces by modifying MKlib_gen.sh to generate calls
8396           to returnBool() and returnAttr().
8397         + add/use _nc_visbufn() and _nc_viswbufn() to limit the debug trace
8398           of waddnstr() and similar functions to match the parameters as used.
8399         + add/use _nc_retrace_bool() and _nc_retrace_unsigned().
8400         + correct type used by _nc_retrace_chtype().
8401         + add debug traces to some functions in lib_mouse.c
8402         + modify lib_addch.c to handle non-spacing characters.
8403         + correct parameter of RemAttr() in lib_bkgd.c, which caused the c++
8404           demo's boxes to lose the A_ALTCHARSET flag (broken in 20020629).
8405         + correct width computed in _tracedump(), which did not account for
8406           the attributes (broken in 20010602).
8407         + modify test/tracemunch to replace addresses for windows other than
8408           curscr, newscr and stdscr with window0, window1, etc.
8409
8410 20020921 pre-release
8411         + redid fix for edit_man.sed path.
8412         + workaround for Cygwin bug which makes subprocess writes to stdout
8413           result in core dump.
8414         + documented getbegx(), etc.
8415         + minor fixes to configure script to use '%' consistently as a sed
8416           delimiter rather than '@'.
8417         > patch by Philippe Blain:
8418         + add check in lib_overlay.c to ensure that the windows to be merged
8419           actually overlap, and in copywin(), limit the area to be touched
8420           to the lines given for the destination window.
8421
8422 20020914 pre-release
8423         + modified curses.h so that if the wide-character version is installed
8424           overwriting /usr/include/curses.h, and if it relied on libutf8.h,
8425           then applications that use that header for wide-character support
8426           must define HAVE_LIBUTF8_H.
8427         + modify putwin(), getwin() and dupwin() to allow them to operate on
8428           pads (request by Philippe Blain).
8429         + correct attribute-merging in wborder(), broken in 20020216 (report
8430           by Tomasz Wasiak <tjwasiak@grubasek.komputom.com.pl>).
8431         > patch by Philippe Blain:
8432         + corrected pop-counts in tparam_internal() to '!' and '~' cases.
8433         + use sizeof(NCURSES_CH_T) in one place that used sizeof(chtype).
8434         + remove some unused variables from mvcur test-driver.
8435
8436 20020907 pre-release
8437         + change configure script to allow install of widec-character
8438           (ncursesw) headers to overwrite normal (ncurses) headers, since the
8439           latter is a compatible subset of the former.
8440         + fix path of edit_man.sed in configure script, needed to regenerate
8441           html manpages on Debian.
8442         + fix mismatched enums in vsscanf.c, which caused warning on Solaris.
8443         + update README.emx to reflect current patch used for autoconf.
8444         + change web- and ftp-site to invisible-island.net
8445         > patch by Philippe Blain:
8446         + change case for 'P' in tparam_internal() to indicate that it pops
8447           a variable from the stack.
8448         + correct sense of precision and width in parse_format(), to avoid
8449           confusion.
8450         + modify lib_tparm.c, absorb really_get_space() into get_space().
8451         + modify getwin() and dupwin() to copy the _notimeout, _idlok and
8452           _idcok window fields.
8453         + better fix for _nc_set_type(), using typeMalloc().
8454
8455 20020901 pre-release
8456         + change minor version to 3, i.e., ncurses 5.3
8457         + update config.guess, config.sub
8458         + retest build with each configure option; minor ifdef fixes.
8459         + make keyname() return a null pointer rather than "UNKNOWN STRING" to
8460           match XSI.
8461         + modify handling of wide line-drawing character functions to use the
8462           normal line-drawing characters when not in UTF-8 locale.
8463         + add check/fix to comp_parse.c to suppress warning about missing acsc
8464           string.  This happens in configurations where raw termcap information
8465           is processed; tic already does this and other checks.
8466         + modify tic's check for ich/ich1 versus rmir/smir to only warn about
8467           ich1, to match xterm patch #70 notes.
8468         + moved information for ripped-off lines into SCREEN struct to allow
8469           use in resizeterm().
8470         + add experimental wgetch_events(), ifdef'd with NCURSES_WGETCH_EVENTS
8471           (adapted from patch by Ilya Zakharevich - see ncurses/README.IZ).
8472         + amend check in kgetch() from 20020824 to look only for function-keys,
8473           otherwise escape sequences are not resolved properly.
8474         > patch by Philippe Blain:
8475         + removed redundant assignment to SP->_checkfd from newterm().
8476         + check return-value of setupterm() in restartterm().
8477         + use sizeof(NCURSES_CH_T) in a few places that used sizeof(chtype).
8478         + prevent dupwin() from duplicating a pad.
8479         + prevent putwin() from writing a pad.
8480         + use typeRealloc() or typeMalloc() in preference to direct calls on
8481           _nc_doalloc().
8482
8483 20020824
8484         + add a check in kgetch() for cooked characters in the fifo to avoid
8485           calling fifo_push() when a KEY_RESIZE is available (report/analysis
8486           by Sam Varshavchik <mrsam@courier-mta.com>).
8487         + fix an overlooked case for Redhat #68199 (Philippe Blain).
8488         + ensure clearerr() is called before using ferror() e.g., in
8489           lib_screen.c (report by Philippe Blain).
8490
8491 20020817
8492         + modify lib_screen.c and lib_newwin.c to maintain the SCREEN-specific
8493           pointers for curscr/stdscr/newscr when scr_save() and scr_restore()
8494           modify the global curscr/stdscr/newscr variables.  Fixes Redhat
8495           #68199.
8496         + add checks for null pointer in calls to tparm() and tgoto() based on
8497           FreeBSD bug report.  If ncurses were built with termcap support, and
8498           the first call to tgoto() were a zero-length string, the result would
8499           be a null pointer, which was not handled properly.
8500         + correct a typo in terminfo.head, which gave the octal code for colon
8501           rather than comma.
8502         + remove the "tic -u" option from 20020810, since it did not account
8503           for nested "tc=" clauses, and when that was addressed, was still
8504           unsatisfactory.
8505
8506 20020810
8507         + add tic -A option to suppress capabilities which are commented out
8508           when translating to termcap.
8509         + add tic -u option to provide older behavior of "tc=" clauses.
8510         + modified tic to expand all but the final "tc=" clause in a termcap
8511           entry, to accommodate termcap libraries which do not handle multiple
8512           tc clauses.
8513         + correct typo in curs_inopts.3x regarding CS8/CS7 usage (report by
8514           Philippe Blain).
8515         + remove a couple of redundant uses of A_ATTRIBUTES in expressions
8516           using AttrOf(), which already incorporates that mask (report by
8517           Philippe Blain).
8518         + document TABSIZE variable.
8519         + add NCURSES_ASSUMED_COLORS environment variable, to allow users to
8520           override compiled-in default black-on-white assumption used in
8521           assume_default_colors().
8522         + correct an off-by-one comparison against max_colors in COLORFGBG
8523           logic.
8524         + correct a use of uninitialized memory found by valgrind (reported by
8525           Olaf Buddenhagen <olafBuddenhagen@web.de>).
8526         + modified wresize() to ensure that a failed realloc will not corrupt
8527           the window structure, and to make subwindows fit within the resized
8528           window (completes Debian #87678, Debian #101699)
8529
8530 20020803
8531         + fix an off-by-one in lib_pad.c check for limits of pad (patch by
8532           Philippe Blain).
8533         + revise logic for BeOS in lib_twait.c altered in 20011013 to restore
8534           logic used by lib_getch.c's support for GPM or EMX mouse (report by
8535           Philippe Blain)
8536         + remove NCURSES_CONST from several prototypes in curses.wide, to make
8537           the --enable-const --enable-widec configure options to work together
8538           (report by George Goffe <grgoffe@yahoo.com>).
8539
8540 20020727
8541         + finish no-leak checking in cardfile.c, using this for testing changes
8542           to resizeterm().
8543         + simplify _nc_freeall() using delscreen().
8544
8545 20020720
8546         + check error-return from _nc_set_tty_mode() in _nc_initscr() and
8547           reset_prog_mode() (report/patch by Philippe Blain).
8548         + regenerate configure using patch for autoconf 2.52, to address
8549           problem with identifying C++ bool type.
8550         + correct/improve logic to produce an exit status for errors in tput,
8551           which did not exit with an error when told to put a string not in the
8552           current terminfo entry (report by David Gomez <david@pleyades.net>).
8553         + modify configure script AC_OUTPUT() call to work around defect in
8554           autoconf 2.52 which adds an ifdef'd include to the generated
8555           configure definitions.
8556         + remove fstat() check from scr_init(), which also fixes a missing
8557           include for <sys/stat.h> from 20020713 (reported by David Ellement,
8558           fix suggested by Philippe Blain).
8559         + update curs_scanw.3x manpage to note that XSI curses differs from
8560           SVr4 curses: return-values are incompatible.
8561         + correct several prototypes in manpages which used const
8562           inconsistently with the curses.h file, and removed spurious const's
8563           in a few places from curses.h, e.g., for wbkgd() (report by Glenn
8564           Maynard <glenn@zewt.org>).
8565         + change internal type used by tparm() to long, to work with LP64 model.
8566         + modify nc_alloc.h to allow building with g++, for testing.
8567
8568 20020713
8569         + add resize-handling to cardfile.c test program.
8570         + altered resizeterm() to avoid having it fail when a child window
8571           cannot be resized because it would be larger than its parent.  (More
8572           work must be done on this, but it works well enough to integrate).
8573         + improve a limit-check in lib_refresh.c
8574         + remove check in lib_screen.c relating dumptime to file's modification
8575           times, since that would not necessarily work for remotely mounted
8576           filesystems.
8577         + modify lrtest to simplify debugging changes to resizeterm, e.g.,
8578           t/T commands to enable/disable tracing.
8579         + updated status of multibyte support in TO-DO.
8580         + update contact info in source-files (patch by Juergen Pfeifer).
8581
8582 20020706
8583         + add Caps.hpux11, as an example.
8584         + modify version_filter(), used to implement -R option for tic and
8585           infocmp, to use computed array offsets based on the Caps.* file which
8586           is actually configured, rather than constants which correspond to
8587           the Caps file.
8588         + reorganized lib_raw.c to avoid updating SP and cur_term state if the
8589           functions fail (reported by Philippe Blain).
8590         + add -Wundef to gcc warnings, adjust a few ifdef's to accommodate gcc.
8591
8592 20020629
8593         + correct parameters to setcchar() in ncurses.c (cf: 20020406).
8594         + set locale in most test programs (view.c and ncurses.c were the
8595           only ones).
8596         + add configure option --with-build-cppflags (report by Maksim A
8597           Nikulin <M.A.Nikulin@inp.nsk.su>).
8598         + correct a typo in wide-character logic for lib_bkgnd.c (Philippe
8599           Blain).
8600         + modify lib_wacs.c to not cancel the acsc, smacs, rmacs strings when
8601           in UTF-8 locale.  Wide-character functions use Unicode values, while
8602           narrow-character functions use the terminfo data.
8603         + fix a couple of places in Ada95/samples which did not compile with
8604           gnat 3.14
8605         + modify mkinstalldirs so the DOS-pathname case is locale-independent.
8606         + fix locale problem in MKlib_gen.sh by forcing related variables to
8607           POSIX (C), using same approach as autoconf (set variables only if
8608           they were set before).  Update MKterminfo.sh and MKtermsort.sh to
8609           match.
8610
8611 20020622
8612         + add charset to generated html.
8613         + add mvterm entry, adapted from a FreeBSD bug-report by Daniel Rudy
8614           <dcrudy@pacbell.net> -TD
8615         + add rxvt-16color, ibm+16color entries -TD
8616         + modify check in --disable-overwrite option so that it is used by
8617           default unless the --prefix/$prefix value is not /usr, in attempt to
8618           work around packagers, e.g., for Sun's freeware, who do not read the
8619           INSTALL notes.
8620
8621 20020615
8622         + modify wgetch() to allow returning ungetch'd KEY_RESIZE as a function
8623           key code in get_wch().
8624         + extended resize-handling in test/ncurses 'a' menu to the entire
8625           stack of windows created with 'w' commands.
8626         + improve $COLORFGBG feature by interpreting an out-of-range color
8627           value as an SGR 39 or 49, for foreground/background respectively.
8628         + correct a typo in configure --enable-colorfgbg option, and move it
8629           to the experimental section (cf: 20011208).
8630
8631 20020601
8632         + add logic to dump_entry.c to remove function-key definitions that do
8633           not fit into the 1023-byte limit for generated termcaps.  This makes
8634           hds200 fit.
8635         + more improvements to tic's warnings, including logic to ignore
8636           differences between delay values in sgr strings.
8637         + move definition of KEY_RESIZE into MKkeydefs.sh script, to
8638           accommodate Caps.osf1r5 which introduced a conflicting definition.
8639
8640 20020525
8641         + add simple resize-handling in test/ncurses.c 'a' menu.
8642         + fixes in keyname() and _tracechar() to handle negative values.
8643         + make tic's warnings about mismatches in sgr strings easier to follow.
8644         + correct tic checks for number of parameters in smgbp and smglp.
8645         + improve scoansi terminfo entry, and add scoansi-new entry -TD
8646         + add pcvt25-color terminfo entry -TD
8647         + add kf13-kf48 strings to cons25w terminfo entry (reported by Stephen
8648           Hurd <deuce@lordlegacy.org> in newsgroup lucky.freebsd.bugs) -TD
8649         + add entrypoint _nc_trace_ttymode(), use this to distinguish the
8650           Ottyb and Nttyb members of terminal (aka cur_term), for tracing.
8651
8652 20020523
8653         + correct and simplify logic for lib_pad.c change in 20020518 (reported
8654           by Mike Castle).
8655
8656 20020518
8657         + fix lib_pad.c for case of drawing a double-width character which
8658           falls off the left margin of the pad (patch by Kriang Lerdsuwanakij
8659           <lerdsuwa@users.sourceforge.net>)
8660         + modify configure script to work around broken gcc 3.1 "--version"
8661           option, which adds unnecessary trash to the requested information.
8662         + adjust ifdef's in case SIGWINCH is not defined, e.g., with DJGPP
8663           (reported by Ben Decker <deckerben@freenet.de>).
8664
8665 20020511
8666         + implement vid_puts(), vid_attr(), term_attrs() based on the narrow-
8667           character versions as well.
8668         + implement erasewchar(), killwchar() based on erasechar() and
8669           killchar().
8670         + modify erasechar() and killchar() to return ERR if the value was
8671           VDISABLE.
8672         + correct a bug in wresize() in handling subwindows (based on patch by
8673           Roger Gammans <rgammans@computer-surgery.co.uk>, report by Scott Beck
8674           <scott@gossamer-threads.com>).
8675         + improve test/tclock.c by making the second-hand update more often
8676           if gettimeofday() is available.
8677
8678 20020429
8679         + workaround for Solaris sed with MKlib_gen.sh (reported by Andy
8680           Tsouladze <andyt@mypoints.com>).
8681
8682 20020427
8683         + correct return-value from getcchar(), making it consistent with
8684           Solaris and Tru64.
8685         + reorder loops that generate makefile rules for different models vs
8686           subsets so configure --with-termlib works again.  This was broken by
8687           logic added to avoid duplicate rules in changes to accommodate cygwin
8688           dll's (reported by George.R.Goffe@seagate.com).
8689         + update config.guess, config.sub
8690
8691 20020421
8692         + modify ifdef's in write_entry.c to allow use of symbolic links on
8693           platforms with no hard links, e.g., BeOS.
8694         + modify a few includes to allow compile with BeOS, which has stdbool.h
8695           with a conflicting definition for 'bool' versus its OS.h definition.
8696         + amend MKlib_gen.sh to work with gawk, which defines 'func' as an
8697           alias for 'function'.
8698
8699 20020420
8700         + correct form of prototype for ripoffline().
8701         + modify MKlib_gen.sh to test that all functions marked as implemented
8702           can be linked.
8703
8704 20020413
8705         + add manpages: curs_get_wstr.3x, curs_in_wchstr.3x
8706         + implement wgetn_wstr().
8707         + implement win_wchnstr().
8708         + remove redefinition of unget_wch() in lib_gen.c (reported by
8709           Jungshik Shin <jshin@jtan.com>).
8710
8711 20020406
8712         + modified several of the test programs to allow them to compile with
8713           vendor curses implementations, e.g., Solaris, AIX -TD
8714
8715 20020323
8716         + modified test/configure to allow configuring against ncursesw.
8717         + change WACS_xxx definition to use address, to work like Tru64 curses.
8718
8719 20020317
8720         + add 'e' and 'm' toggles to 'a', 'A' tests in ncurses.c to demonstrate
8721           effect of echo/noecho and meta modes.
8722         + add 'A' test to ncurses.c to demonstrate wget_wch() and related
8723           functions.
8724         + add manpage: curs_get_wch.3x
8725         + implement unget_wch().
8726         + implement wget_wch().
8727
8728 20020310
8729         + regenerated html manpages.
8730         + add manpages: curs_in_wch.3x, curs_ins_wch.3x, curs_ins_wstr.3x
8731         + implement wins_wch().
8732         + implement win_wch().
8733         + implement wins_nwstr(), wins_wstr().
8734
8735 20020309
8736         + add manpages: curs_addwstr.3x, curs_winwstr.3x
8737         + implement winnwstr(), winwstr().
8738
8739 20020223
8740         + add manpages: curs_add_wchstr.3x, curs_bkgrnd.3x
8741         + document wunctrl, key_name.
8742         + implement key_name().
8743         + remove const's in lib_box.c incorrectly leftover after splitting off
8744           lib_box_set.c
8745         + update llib-lncurses, llib-ncursesw, fix configure script related to
8746           these.
8747
8748 20020218
8749         + remove quotes on "SYNOPSIS" in man/curs_box_set.3x, which resulted
8750           in spurious symlinks on install.
8751
8752 20020216
8753         + implement whline_set(), wvline_set(), add manpage curs_border_set.
8754         + add subtest 'b' to 'F' and 'f' in ncurses.c to demonstrate use of
8755           box() and box_set() functions.
8756         + add subtest 'u' to 'F' in ncurses.c, to demonstrate use of addstr()
8757           given UTF-8 string equivalents of WACS_xxx symbols.
8758         + minor fixes to several manpages based on groff -ww output.
8759         + add descriptions of external variables of termcap interface to
8760           the manpage (report by Bruce Evans <bde@zeta.org.au>).
8761         > patches by Bernhard Rosenkraenzer:
8762         + correct configure option --with-bool, which was executed as
8763           --with-ospeed.
8764         + add quotes for parameters of --with-bool and --with-ospeed configure
8765           options.
8766         > patch by Sven Verdoolaege (report by Gerhard Haering
8767           <haering_linux@gmx.de>):
8768         + correct typos in definitions of several wide-character macros:
8769           waddwstr, wgetbkgrnd, mvaddwstr, mvwadd_wchnstr, mvwadd_wchnstr,
8770           mvwaddwstr.
8771         + pass $(CPPFLAGS) to MKlib_gen.sh, thereby fixing a missing definition
8772           of _XOPEN_SOURCE_EXTENDED, e.g., on Solaris
8773
8774 20020209
8775         + implement wide-acs characters for UTF-8 locales.  When in UTF-8
8776           locale, ignore narrow version of acs.  Add 'F' test to test/ncurses.c
8777           to demonstrate.
8778         + correct prototype in keybound manpage (noted from a Debian mailing
8779           list item).
8780
8781 20020202
8782         + add several cases to the wscanw() example in testcurs.c, showing the
8783           format.
8784         + implement a simple vsscanf() fallback function which uses the %n
8785           conversion to help parse the input data (prompted by discussion with
8786           Albert Chin-A-Young).
8787         + modify mk-1st.awk and test/Makefile.in to add $(LDFLAGS) when making
8788           shared libraries, and to use $(CFLAGS) when linking test programs
8789           (patch by Albert Chin-A-Young).
8790         + add a call to _nc_keypad() in keypad() to accommodate applications
8791           such as nvi, which use curses for output but not for input (fixes
8792           Debian #131263, cf: 20011215).
8793         + add entrypoints to resizeterm.c which provide better control over the
8794           process:  is_term_resized() and resize_term().  The latter restores
8795           the original design of resizeterm() before KEY_RESIZE was added in
8796           970906.  Do this to accommodate 20010922 changes to view.c, but allow
8797           for programs with their own sigwinch handler, such as lynx (reported
8798           by Russell Ruby <russ@math.orst.edu>).
8799
8800 20020127
8801         + fix a typo in change to mk-1st.awk, which broke the shared-library
8802           makefile rules (reported by Martin Mokrejs).
8803
8804 20020126
8805         + update config.guess, config.sub
8806         + finish changes needed to build dll's on cygwin.
8807         + fix a typo in mvwchat() macro (reported by Cy <yam@homerow.net).
8808
8809 20020119
8810         + add case in lib_baudrate.c for B921600 (patch by Andrey A Chernov).
8811         + correct missing sed-editing stage in manpage installs which is used
8812           to rename manpages, broken in 20010324 fix for Debian #89939 (Debian
8813           #78866).
8814         + remove -L$(libdir) from linker flags, probably not needed any more
8815           since HPUX is handled properly (reported by Niibe Yutaka
8816           <gniibe@m17n.org>).
8817         + add configure check for mbstate_t, needed for wide-character
8818           configuration.  On some platforms we must include <wchar.h> to
8819           define this (reported by Daniel Jacobowitz).
8820         + incorporate some of the changes needed to build dll's on cygwin.
8821
8822 20020112a
8823         + workaround for awk did not work with mawk, adjusted shell script.
8824
8825 20020112
8826         + add Caps.osf1r5, as an example.
8827         + modify behavior of can_clear_with() so that if an application is
8828           running in a non-bce terminals with default colors enabled, it
8829           returns true, allowing the user to select/paste text without picking
8830           up extraneous trailing blanks (adapted from patch by Daniel
8831           Jacobowitz <dmj+@andrew.cmu.edu>).
8832         + modify generated curses.h to ifdef-out prototypes for extensions if
8833           they are disabled, and to define curses_version() as a string in that
8834           case.  This is needed to make the programs such as tic build in that
8835           configuration.
8836         + modified generated headers.sh to remove a gzip'd version of the
8837           target file if it exists, in case non-gzip'd manpages are installed
8838           into a directory where gzip'd ones exist.  In that case, the latter
8839           would be found.
8840         + corrected a redundant initialization of signal handlers from 20010922
8841           changes.
8842         + clarified bug-reporting address in terminfo.src (report by John H
8843           DuBois III <spcecdt@armory.com>).
8844         > several fixes from Robert Joop:
8845         + do not use "-v" option of awk in MKkey_defs.sh because it does not
8846           work with SunOS nawk.
8847         + modify definitions for libutf8 in curses.h to avoid redefinition
8848           warnings for mblen
8849         + quoted references to compiler in shell command in misc/Makefile, in
8850           case it uses multiple tokens.
8851
8852 20011229
8853         + restore special case from 20010922 changes to omit SA_RESTART when
8854           setting up SIGWINCH handler, which is needed to allow wgetch() to be
8855           interrupted by that signal.
8856         + updated configure macro CF_WITH_PATHLIST, to omit some double quotes
8857           not needed with autoconf 2.52
8858         + revert configure script to autoconf 2.13 patched with
8859                 autoconf-2.13-19990117.patch.gz (or later)
8860           from
8861                 ftp://invisible-island.net/autoconf/
8862           because autoconf 2.52 macro AC_PROG_AWK does not work on HPUX 11.0
8863           (report by David Ellement <ellement@sdd.hp.com>).  This also fixes a
8864           different problem configuring with Mac OS X (reported by Marc Smith
8865           <marc.a.smith@home.com>).
8866
8867 20011222
8868         + modify include/edit_cfg.h to eliminate BROKEN_LINKER symbol from
8869           term.h
8870         + move prototype for _nc_vsscanf() into curses.h.in to omit
8871           HAVE_VSSCANF symbol from curses.h, which was dependent upon the
8872           ncurses_cfg.h file which is not installed.
8873         + use ACS_LEN rather than SIZEOF(acs_map) in trace code of lib_acs.c,
8874           to work with broken linker configuration, e.g., cygwin (report by
8875           Robert Joop <rj@rainbow.in-berlin.de>).
8876         + make napms() call _nc_timed_wait() rather than poll() or select(),
8877           to work around broken implementations of these on cygwin.
8878
8879 20011218
8880         + drop configure macro CF_WIDEC_SHIFT, since that was rendered obsolete
8881           by Sven Verdoolaege's rewrite of wide-character support.  This makes
8882           libncursesw incompatible again, but makes the header files almost the
8883           same as in the narrow-character configuration.
8884         + simplify definitions that combine wide/narrow versions of bkgd, etc.,
8885           to eliminate differences between the wide/narrow versions of curses.h
8886         + correct typo in configure macro CF_FUNC_VSSCANF
8887         + correct location of call to _nc_keypad() from 20011215 changes which
8888           prevented keypad() from being disabled (reported by Lars Hecking).
8889
8890 20011215
8891         + rewrote ncurses 'a' test to exercise wgetch() and keypad() functions
8892           better, e.g., by adding a 'w' command to create new windows which
8893           may have different keypad() settings.
8894         + corrected logic of keypad() by adding internal screen state to track
8895           whether the terminal's keypad-mode has been set.  Use this in
8896           wgetch() to update the keypad-mode according to whether the
8897           associated window's keypad-mode has been set with keypad().  This
8898           corrects a related problem restoring terminal state after handling
8899           SIGTSTP (reported by Mike Castle).
8900         + regenerate configure using patch for autoconf 2.52
8901                 autoconf-2.52-patch.gz
8902           at
8903                 ftp://invisible-island.net/autoconf/
8904         + update config.guess, config.sub from
8905                 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
8906         + minor changes to quoting in configure script to allow it to work
8907           with autoconf 2.52
8908
8909 20011208
8910         + modify final checks in lib_setup.c for line and col values, making
8911           them independent.
8912         + modify acs_map[] if configure --broken-linker is specified, to make
8913           it use a function rather than an array (prompted by an incorrect
8914           implementation in cygwin package).
8915         + correct spelling of configure option --enable-colorfgbg, which
8916           happened to work if --with-develop was set (noted in cygwin package
8917           for ncurses).
8918         + modify ifdef for genericerror() to compile with SUNWspro Sun WorkShop
8919           6 update 1 C++ 5.2 (patch by Sullivan N Beck <sbeck@cise.ufl.edu>).
8920         + add configure checks to see if ncurses' fallback vsscanf() will
8921           compile either of the special cases for FILE structs, and if not,
8922           force it to the case which simply returns an error (report by
8923           Sullivan N Beck <sbeck@cise.ufl.edu> indicates that Solaris 8 with
8924           64-bits does not allow access to FILE's fields).
8925         + modify ifdef's for c++/cursesw.cc to use the fallback vsscanf() in
8926           the ncurses library if no better substitute for this can be found
8927           in the C++ runtime.
8928         + modify the build to name dynamic libraries according to the
8929           convention used on OS X and Darwin.  Rather than something like
8930           libncurses.dylib.5.2, Darwin would name it libncurses.  5.dylib.
8931           There are a few additional minor fixes, such as setting the library
8932           version and compatibility version numbers (patch by Jason Evans
8933           <jevans@apple.com>).
8934         + use 'sh' to run mkinstalldirs, to work around problems with buggy
8935           versions of 'make' on OS/2 (report by John Polterak <jp@eyup.org>).
8936         + correct typo in manpage description of curs_set() (Debian #121548).
8937         + replace the configure script existence-check for mkstemp() by one
8938           that checks if the function works, needed for older glibc and
8939           AmigaOS.
8940
8941 20011201
8942         + modify script that generates fallbacks.c to compile a temporary
8943           copy of the terminfo source in case the host does not contain all of
8944           the entries requested for fallbacks (request by Greg Roelofs).
8945         + modify configure script to accommodate systems such as Mac OS X whose
8946           <stdbool.h> header defines a 'bool' type inconsistent with ncurses,
8947           which normally makes 'bool' consistent with C++.  Include <stdbool.h>
8948           from curses.h to force consistent usage, define a new type
8949           NCURSES_BOOL and related that to the exported 'bool' as either a
8950           typedef or definition, according to whether <stdbool.h> is present
8951           (based on a bug report for tin 1.5.9 by Aaron Adams <adamsa@mac.com>).
8952
8953 20011124
8954         + added/updated terminfo entries for M$ telnet and KDE konsole -TD
8955
8956 20011117
8957         + updated/expanded Apple_Terminal and Darwin PowerPC terminfo entries
8958           (Benjamin C W Sittler).
8959         + add putty terminfo entry -TD
8960         + if configuring for wide-curses, define _XOPEN_SOURCE_EXTENDED, since
8961           this may not otherwise be defined to make test/view.c compile.
8962
8963 20011110
8964         + review/correct several missing/generated items in curses.wide, sorted
8965           the lists to make subsequent diff's easier to track.
8966
8967 20011103
8968         + add manual pages for add_wch(), echo_wchar(), getcchar(),
8969           mvadd_wch(), mvwadd_wch(), setcchar(), wadd_wch() and wecho_wchar().
8970         + implement wecho_wchar()
8971         + modify _tracedump() to handle wide-characters by mapping them to '?'
8972           and control-characters to '.', to make the trace file readable.  Also
8973           dynamically allocate the buffer used by _tracedump() for formatting
8974           the results.
8975         + modify T_CALLED/T_RETURN macros to ease balancing call/return lines
8976           in a trace by using curly braces.
8977         + implement _nc_viscbuf(), for tracing cchar_t arrays.
8978         + correct trace-calls in setcchar() and getcchar() functions, which
8979           traced the return values but not the entry to each function.
8980         + correct usage message in test/view.c, which still mentioned -u flag.
8981
8982 20011027
8983         + modify configure script to allow building with termcap only, or with
8984           fallbacks only.  In this case, we do not build tic and toe.
8985         + add configure --with-termpath option, to override default TERMPATH
8986           value of /etc/termcap:/usr/share/misc/termcap.
8987         + cosmetic change to tack: make menu descriptions agree with menu
8988           titles.
8989
8990 20011020
8991         + rewrote limit-checks in wscrl() and associated _nc_scroll_window(),
8992           to ensure that if the parameter of wscrl() is larger than the size of
8993           the scrolling region, then the scrolling region will be cleared
8994           (report by Ben Kohlen <bckohlen@yahoo.com>).
8995         + add trace/varargs.c, using this to trace parameters in lib_printw.c
8996         + implement _tracecchar_t2() and _tracecchar_t().
8997         + split-out trace/visbuf.c
8998         + correct typo in lib_printw.c changes from 20010922 (report by Mike
8999           Castle).
9000
9001 20011013
9002         + modify run_tic.sh to check if the build is a cross-compile.  In that
9003           case, do not use the build's tic to install the terminfo database
9004           (report by Rafael Rodriguez Velilla <rrv@tid.es>).
9005         + modify mouse click resolution so that mouseinterval(-1) will disable
9006           it, e.g., to handle touchscreens via a slow connection (request by
9007           Byron Stanoszek <gandalf@winds.org>).
9008         + correct mouseinterval() default value shown in curs_mouse.3x
9009         + remove conflicting definition of mouse_trafo() (reported by Lars
9010           Hecking, using gcc 2.95.3).
9011
9012 20011001
9013         + simpler fix for signal_name(), to replace the one overlooked in
9014           20010929 (reported by Larry Virden).
9015
9016 20010929
9017         + add -i option to view.c, to test ncurses' check for non-default
9018           signal handler for SIGINT, etc.
9019         + add cases for shared-libraries on Darwin/OS X (patch by Rob Braun
9020           <bbraun@synack.net>).
9021         + modify tset to restore original I/O modes if an error is encountered.
9022           Also modify to use buffered stderr consistently rather than mixing
9023           with write().
9024         + change signal_name() function to use if-then-else rather than case
9025           statement, since signal-values aren't really integers (reported by
9026           Larry Virden).
9027         + add limit checks in wredrawln(), fixing a problem where lynx was
9028           repainting a pad which was much larger than the screen.
9029
9030 20010922
9031         + fix:  PutRange() was counting the second part of a wide character as
9032           part of a run, resulting in a cursor position that was one too far
9033           (patch by Sven Verdoolaege).
9034         + modify resizeterm() to not queue a KEY_RESIZE if there was no
9035           SIGWINCH, thereby separating the two styles of SIGWINCH handling
9036           in test/view.c
9037         + simplified lib_tstp.c, modify it to use SA_RESTART flag for SIGWINCH.
9038         + eliminate several static buffers in the terminfo compiler, using
9039           allocated buffers.
9040         + modify MKkeyname.awk so that keyname() does not store its result into
9041           a static buffer that is overwritten by the next call.
9042         + reorganize the output of infocmp -E and -e options to compile cleanly
9043           with gcc -Wwrite-strings warnings.
9044         + remove redefinition of chgat/wchgat/mvwchgat from curses.wide
9045
9046 20010915
9047         + add label to test/view.c, showing the name of the last key or signal
9048           that made the screen repaint, to make it clearer when a sigwinch
9049           does this.
9050         + use ExitProgram() consistently in the test-programs to make it
9051           simpler to test leaks with dmalloc, etc.
9052         + move hashtab static data out of hashmap.c into SCREEN struct.
9053         + make NO_LEAK code compile with revised WINDOWLIST structs.
9054
9055 20010908
9056         + modify tgetent() to check if exit_attribute_mode resets the alternate
9057           character set, and if so, attempt to adjust the copy of the termcap
9058           "me" string which it will return to eliminate that part.  In
9059           particular, 'screen' would lose track of line-drawing characters
9060           (report by Frederic L W Meunier <0@pervalidus.net>, analysis by
9061           Michael Schroeder).
9062
9063 20010901
9064         + specify DOCTYPE in html manpages.
9065         + add missing macros for several "generated" functions:  attr_get(),
9066           attr_off(), attr_on(), attr_set(), chgat(), mvchgat(), mvwchgat() and
9067           mouse_trafo().
9068         + modify view.c to agree with non-experimental status of ncurses'
9069           sigwinch handler:
9070           + change the sense of the -r option, making it default to ncurses'
9071             sigwinch handler.
9072           + add a note explaining what functions are unsafe in a signal
9073             handler.
9074           + add a -c option, to set color display, for testing.
9075         + unset $data variable in MKterminfo.sh script, to address potential
9076           infinite loop if shell malfunction (report by Samuel Mikes
9077           <smikes@cubane.com>, for bash 2.05.0 on a Linux 2.0.36 system).
9078         + change kbs in mach terminfo entries to ^?  (Marcus Brinkmann
9079           <Marcus.Brinkmann@ruhr-uni-bochum.de>).
9080         + correct logic for COLORFGBG environment variable: if rxvt is compiled
9081           with xpm support, the variable has three fields, making it slightly
9082           incompatible with itself.  In either case, the background color is
9083           the last field.
9084
9085 20010825
9086         + move calls to def_shell_mode() and def_prog_mode() before loop with
9087           callbacks in lib_set_term.c, since the c++ demo otherwise initialized
9088           the tty modes before saving them (patch by John David Anglin
9089           <dave@hiauly1.hia.nrc.ca>).
9090         + duplicate logic used to initialize trace in newterm(), in initscr()
9091           to avoid confusing trace of initscr().
9092         + simplify allocation of WINDOW and WINDOWLIST structs by making the
9093           first a part of the second rather than storing a pointer.  This saves
9094           a call to malloc for each window (discussion with Philippe Blain).
9095         + remove unused variable 'used_ncv' from lib_vidattr.c (Philippe
9096           Blain).
9097         + modify c++/Makefile.in to accommodate archive programs that are
9098           different for C++ than for C, and add cases for vendor's C++
9099           compilers on Solaris and IRIX (report by Albert Chin-A-Young).
9100         + correct manpage description of criteria for deciding if the terminal
9101           supports xterm mouse controls.
9102         + add several configure script options to aid with cross-compiling:
9103           --with-build-cc, --with-build-cflags, --with-build-ldflags, and
9104           --with-build-libs (request by Greg Roelofs).
9105         + change criteria for deciding if configure is cross-compiling from
9106           host/build mismatch to host/target mismatch (request by Greg Roelofs
9107           <greg.roelofs@philips.com>).
9108         + correct logic for infocmp -e and -E options which writes the data for
9109           the ext_Names[] array.  This is needed if one constructs a fallback
9110           table for a terminfo entry which uses extended termcap names, e.g.,
9111           AX in a color xterm.
9112         + fix undefined NCURSES_PATHSEP when configure --disable-database
9113           option is given.
9114
9115 20010811
9116         + fix for VALID_BOOLEAN() macro when char is not signed.
9117         + modify 'clean' rule for C++ binding to work with Sun compiler, which
9118           caches additional information in a subdirectory of the objects.
9119         + added llib-ncursesw.
9120
9121 20010804
9122         + add Caps.keys example for experimental extended function keys
9123           (adapted from a patch by Ilya Zakharevich).
9124         + correct parameter types of vidputs() and vidattr() to agree with
9125           header files (report by William P Setzer).
9126         + fix typos in several man-pages (patch by William P Setzer).
9127         + remove unneeded ifdef for __GNUG__ in CF_CPP_VSCAN_FUNC configure
9128           macro, which made ncurses C++ binding fail to build with other
9129           C++ compilers such as HPUX 11.x (report by Albert Chin-A-Young).
9130         + workaround for bug in HPUX 11.x C compiler: add a blank after
9131           NCURSES_EXPORT macro in form.h (report by Albert Chin-A-Young)
9132         + ignore blank lines in Caps* files in MKkey_defs.sh script (report by
9133           Albert Chin-A-Young).
9134         + correct definition of key_end in Caps.aix4, which left KEY_END
9135           undefined (report by Albert Chin-A-Young).
9136         + remove a QNX-specific fallback prototype for vsscanf(), which is
9137           obsolete with QNX RTP.
9138         + review/fix some of the T() and TR() macro calls, having noticed that
9139           there was no data for delwin() in a trace of dialog because there was
9140           no returnVoid call for wtimeout().  Also, traces in lib_twait.c are
9141           now selected under TRACE_IEVENT rather than TRACE_CALLS.
9142
9143 20010728
9144         + add a _nc_access() check before opening files listed via $TERMPATH.
9145         + using modified man2html, regenerate some of the html manpages to fix
9146           broken HREF's where the link was hyphenated.
9147
9148 20010721
9149         + add some limit/pointer checks to -S option of tputs.
9150         + updated/expanded Apple_Terminal and Darwin PowerPC terminfo entries
9151           (Benjamin C W Sittler).
9152         + add a note in curs_termcap.3x regarding a defect in the XSI
9153           description of tgetent (based on a discussion with Urs Jansen
9154           regarding the HPUX 11.x implementation, whose termcap interface is
9155           not compatible with existing termcap programs).
9156         + modify manhtml rule in dist.mk to preserve copyright notice on the
9157           generated files, as well as to address HTML style issues reported by
9158           tidy and weblint.  Regenerated/updated corresponding html files.
9159         + comment out use of Protected_Character and related rarely used
9160           attributes in ncurses Ada95 test/demo to compile with wide-character
9161           configuration.
9162
9163 20010714
9164         + implement a simple example in C++ demo to test scanw().
9165         + corrected stdio function used to implement scanw() in cursesw.cc
9166         + correct definition of RemAttr() macro from 20010602 changes, which
9167           caused C++ SillyDemo to not show line-drawing characters.
9168         + modify C++ binding, adding getKey() which can be overridden by user
9169           to substitute functions other than getch() for keyboard processing
9170           of forms and menus (patch by Juergen Pfeifer).
9171
9172 20010707
9173         + fix some of the trace calls which needed modification to work with
9174           new wide-character structures.
9175         + modify magic-cookie code in tty_update.c to compile with new
9176           wide-character structures (report by <George.R.Goffe@seagate.com>).
9177         + ensure that _XOPEN_SOURCE_EXTENDED is defined in curses.priv.h if
9178           compiling for wide-character configuration.
9179         + make addwnstr() handle non-spacing characters (patch by Sven
9180           Verdoolaege).
9181
9182 20010630
9183         + add configure check to define _GNU_SOURCE, needed to prop up glibc
9184           header files.
9185         + split-out include/curses.wide to solve spurious redefinitions caused
9186           by defining _GNU_SOURCE, and move includes for <signal.h> before
9187           <curses.h> to work around misdefinition of ERR in glibc 2.1.3 header
9188           file.
9189         + extended ospeed change to NetBSD and OpenBSD -TD
9190         + modify logic in lib_baudrate.c for ospeed, for FreeBSD to make it
9191           work properly for termcap applications (patch by Andrey A Chernov).
9192
9193 20010623
9194         + correct an overlooked CharOf/UChar instance (reports by Eugene Lee
9195           <eugene@anime.net>, Sven Verdoolaege).
9196         + correct unneeded ifdef for wunctrl() (reported by Sven Verdoolaege)
9197
9198 20010618
9199         + change overlooked several CharOf/UChar instances.
9200         > several patches from Sven Verdoolaege:
9201         + correct a typo in wunctrl(), which made it appear that botwc() was
9202           needed (no such function: use btowc()).
9203         + reimplement wide-character demo in test/view.c, using new functions.
9204         + implement getcchar(), setcchar(), wadd_wchnstr() and related macros.
9205         + fix a syntax problem with do/if/while in PUTC macro (curses.priv.h).
9206
9207 20010616
9208         + add parentheses in macros for malloc in test.priv.h, fixes an
9209           expression in view.c (report by Wolfgang Gutjahr <gutw@knapp.co.at>).
9210         + add Caps.uwin, as an example.
9211         + change the way curses.h is generated, making the list of function
9212           key definitions extracted from the Caps file.
9213         + add #undef's before possible redefinition of ERR and OK in curses.h
9214         + modify logic in tic, toe, tput and tset which checks for basename of
9215           argv[0] to work properly on systems such as OS/2 which have
9216           case-independent filenames and/or program suffixes, e.g., ".ext".
9217
9218 20010609
9219         + add a configure check, if --enable-widec is specified, for putwc(),
9220           which may be in libutf8.
9221         + remove some unnecessary text from curs_extend.3x and
9222           default_colors.3x which caused man-db to make incorrect symbolic
9223           links (Debian #99550).
9224         + add configure check if cast for _IO_va_list is needed to compile
9225           C++ vscan code (Debian #97945).
9226         > several patches from Sven Verdoolaege:
9227         + correct code that used non-standard auto-initialization of a struct,
9228           which gcc allows (report by Larry Virden).
9229         + use putwc() in PUTC() macro.
9230         + make addstr() work for the special case where the codeset is
9231           non-stateful (eg. UTF-8), as well as stateful codesets.
9232
9233 20010603
9234         + correct loop expression in NEXT_CHAR macro for lib_addstr.c changes
9235           from 20010602 (report by Mike Castle).
9236
9237 20010602
9238         + modify mvcur() to avoid emitting newline characters when nonl() mode
9239           is set.  Normally this is not a problem since the actual terminal
9240           mode is set to suppress nl/crlf translations, however it is useful to
9241           allow the caller to manipulate the terminal mode to avoid staircasing
9242           effects after spawning a process which writes messages (for lynx
9243           2.8.4) -TD
9244         > several patches from Sven Verdoolaege <skimo@kotnet.org>:
9245         + remove redundant type-conversion in fifo_push()
9246         + correct definition of addwstr() macro in curses.h.in
9247         + remove _nc_utf8_outch()
9248         + rename most existing uses of CharOf() to UChar(), e.g., where it is
9249           used to prevent sign-extension in ctype macros.
9250         + change some chtype's to attr_t's where the corresponding variables
9251           are used to manipulate attributes.
9252         + UpdateAttr() was applied to both attributes (attr_t) and characters
9253           (chtype).  Modify macro and calls to it to make these distinct.
9254         + add CharEq() macro, use in places where wide-character configuration
9255           implementation uses a struct for cchar_t.
9256         + moved struct ldat into curses.priv.h, to hide implementation details.
9257         + change CharOf() macro to use it for masking A_CHARTEXT data from
9258           chtype's.
9259         + add L() macro to curses.priv.h, for long-character literals.
9260         + replace several assignments from struct ldat entries to chtype or
9261           char values with combinations of CharOf() and AttrOf() macros.
9262         + add/use intermediate ChAttrOf() and ChCharOf() macros where we know
9263           we are using chtype data.
9264         + add/use lowlevel attribute manipulation macros AddAttr(), RemAttr()
9265           and SetAttr().
9266         + add/use SetChar() macro, to change a cchar_t based on a character and
9267           attributes.
9268         + convert most internal use of chtype to NCURSES_CH_T, to simplify use
9269           of cchar_t for wide-character configuration.  Similarly, use ARG_CH_T
9270           where a pointer would be more useful.
9271         + add stubs for tracing cchar_t values.
9272         + add/use macro ISBLANK()
9273         + add/use constructors for cchar_t's: NewChar(), NewChar2().
9274         + add/use macros CHREF(), CHDEREF(), AttrOfD(), CharOfD() to facilitate
9275           passing cchar_t's by address.
9276         + add/use PUTC_DATA, PUTC() macros.
9277         + for wide-character configuration, move the window background data to
9278           the end of the WINDOW struct so that whether _XOPEN_SOURCE_EXTENDED
9279           is defined or not, the offsets in the struct will not change.
9280         + modify addch() to work with wide-characters.
9281         + mark several wide-character functions as generated in curses.h.in
9282         + implement wunctrl(), wadd_wch(), wbkgrndset(), wbkgrnd(),
9283           wborder_set() and waddnwstr().
9284
9285 20010526
9286         + add experimental --with-caps=XXX option to customize to similar
9287           terminfo database formats such as AIX 4.x
9288         + add Caps.aix4 as an example.
9289         + modify Caps to add columns for the the KEY_xxx symbols.
9290         + modify configure --with-widec to suppress overwrite of libcurses.so
9291           and curses.h
9292         + add checks to toe.c to avoid being confused by files and directories
9293           where we would expect the reverse, e.g., source-files in the
9294           top-level terminfo levels as is the case for AIX.
9295
9296 20010519
9297         + add top-level 'depend' rule for the C sources, assuming that the
9298           makedepend program is available.  As a side-effect, this makes
9299           the generated sources, as in "make sources" (prompted by a report
9300           by Mike Castle that "make -j" fails because the resulting parallel
9301           processes race to generate ncurses/names.c).
9302         + modify configure script so that --disable-overwrite option's action
9303           to add a symbolic link for libcurses applies to the static library as
9304           well as the shared library when both are configured (report by Felix
9305           Natter <f.natter@ndh.net>).
9306         + add ELKS terminfo entries (Federico Bianchi
9307           <bianchi@www.arte.unipi.it>)
9308         + add u6 (CSR) to Eterm (Michael Jennings).
9309
9310 20010512
9311         + modify test/ncurses.c to work with xterm-256color, which has fewer
9312           color pairs than colors*colors (report by David Ellement
9313           <ellement@sdd.hp.com>).
9314
9315 20010505
9316         + corrected screen.xterm-xfree86 entry.
9317         + update comment in Caps regarding IBM (AIX) function-key definitions.
9318
9319 20010421
9320         + modify c++/Makefile.in to link with libncurses++w.a when configured
9321           for wide-characters (patch by Sven Verdoolaege).
9322         + add check in _nc_trace_buf() to refrain from freeing a null pointer.
9323         + improve CF_PROG_INSTALL macro using CF_DIRNAME.
9324         + update config.guess, config.sub from autoconf 2.49e (alpha).
9325
9326 20010414
9327         + add secondary check in tic.c, similar_sgr() to see if the reason
9328           for mismatch was that the individual capabilities used a time-delay
9329           while sgr did not.  Used this to cleanup mismatches, e.g., in vt100,
9330           and remove time-delay from Apple_Terminal entries.
9331         + add Apple_Terminal terminfo entries (Benjamin C W Sittler
9332           <bsittler@iname.com>).
9333         + correct definitions of shifted editing keys for xterm-xfree86 -TD
9334         + fix a bug in test/bs.c from 20010407 (patch by Erik Sigra).
9335         + prevent relative_move() from doing an overwrite if it detects 8-bit
9336           characters when configured for UTF-8 (reported by Sven Verdoolaege
9337           <skimo@kotnet.org>).
9338
9339 20010407
9340         + add configure checks for strstream.h vscan function, and similar
9341           stdio-based function which may be used in C++ binding for gcc 3.0
9342           (reports by George Goffe, Lars Hecking, Mike Castle).
9343         + rewrite parts of configure.in which used changequote().  That feature
9344           is broken in the latest autoconf alphas (e.g., 2.49d).
9345         + add a missing pathname for ncurses_dll.h, needed when building in
9346           a directory outside the source tree (patch by Sven Verdoolaege
9347           <skimo@kotnet.org>).
9348         > fix 2 bugs in test/bs.c Erik Sigra <sigra@home.se>:
9349         + no ships were ever placed in the last row or in the last column.
9350           This made the game very easy to win, because you never had to waste
9351           any shots there, but the computer did.
9352         + the squares around a sunken ship that belonged to the player were not
9353           displayed as already hit by the computer, like it does for the
9354           player.
9355
9356 20010331
9357         + add some examples of customizing screen's terminfo:
9358           screen.xterm-xfree86, screen.xterm-r6, screen.teraterm -TD
9359         + modify screen's terminfo entry to match the khome/kend in screen
9360           3.09.08 (Debian #92215).
9361         + correct a memory leak in forms library (report by Stefan Vogtner
9362           <stefan@vogtner.de>) (patch by Juergen Pfeifer).
9363
9364 20010324
9365         + change symbols used to guard against repeated includes to begin
9366           consistently with "NCURSES_" rather than a leading underscore.  There
9367           are other symbols defined in the header files which begin with a
9368           leading underscore, but they are part of the legacy interface.
9369         + reorder includes in c++ binding so that rcs identifiers can be
9370           compiled-in.
9371         + add .cc.ii rule to c++ makefile, to get preprocessor output for
9372           debugging.
9373         + correct configure script handling of @keyword@ substitutions when the
9374           --with-manpage-renames option is given (cf: 20000715, fixes Debian
9375           #89939).
9376         + report stack underflow/overflow in tparm() when tic -cv option is
9377           given.
9378         + remove spurious "%|" operator from xterm-xfree86 terminfo entry,
9379           (reported by Adam Costello <amc@cs.berkeley.edu>, Debian #89222).
9380
9381 20010310
9382         + cleanup of newdemo.c, fixing some ambiguous expressions noted by gcc
9383           2.95.2, and correcting some conflicting color pair initializations.
9384         + add missing copyright notice for cursesw.h
9385         + review, make minor fixes for use of '::' for referring to C-language
9386           interface from C++ binding.
9387         + modify configure check for g++ library slightly to accommodate
9388           nonstandard version number, e.g., <vendor>-2.7 (report by Ronald Ho
9389           <rho@mipos2.intel.com>).
9390         + add configure check for c++ <sstream> header, replace hardcoded
9391           ifdef.
9392         + workaround for pre-release of gcc 3.0 libstdc++, which has dropped
9393           vscan from strstreambuf to follow standard, use wrapper for C vscanf
9394           instead (report by George Goffe <grgoffe@excite.com> and Matt Taggart
9395           <taggart@carmen.fc.hp.com>, fixes Debian .
9396
9397 20010303
9398         + modify interface of _nc_get_token() to pass 'silent' parameter to it,
9399           to make quieter loading of /etc/termcap (patch by Todd C Miller).
9400         + correct a few typos in curs_slk.3x and curs_outopts.3x manpages
9401           (patch by Todd C Miller).
9402
9403 20010224
9404         + compiler-warning fixes (reported by Nelson Beebe).
9405
9406 20010210
9407         + modify screen terminfo entry to use new 3.9.8 feature allowing xterm
9408           mouse controls -TD
9409
9410 20010203
9411         + broaden patterns used to match OS/2 EMX in configure script to cover
9412           variant used in newer config.guess/config.sub
9413         + remove changequote() calls from configure script, since this feature
9414           is broken in the autoconf 2.49c alpha, maintainers decline to fix.
9415         + remove macro callPutChar() from tty_update.c, since this is no longer
9416           needed (reported by Philippe Blain).
9417         + add a null-pointer check in tic.c to handle the case when the input
9418           file is really empty.  Modify the next_char() function in comp_scan.c
9419           to allow arbitrarily long lines, and incidentally supply a newline to
9420           files that do not end in a newline.  These changes improve tic's
9421           recovery from attempts to read binary files, e.g., its output from
9422           the terminfo database (reported by Bernhard Rosenkraenzer).
9423
9424 20010127
9425         + revert change to c++/demo.cc from 20001209, which changed definition
9426           of main() apparently to accommodate cygwin linker, but broke the demo
9427           program.
9428         + workaround for broken egcs 2.91.66 which calls member functions
9429           (i.e., lines() and colors() of NCursesWindow before calling its
9430           constructor.  Add calls to initialize() in a few constructors which
9431           did not do this already.
9432         + use the GNAT preprocessor to make the necessary switch between TRACE
9433           and NO_TRACE configurations (patch by Juergen Pfeifer).
9434         > patches by Bernhard Rosenkraenzer:
9435         + modify kterm terminfo entry to use SCS sequence to support alternate
9436           character set (it does not work with SI/SO).
9437         + --with-ospeed=something didn't work.  configure.in checked for a
9438           $enableval where it should check for $withval.  Also,
9439           ncurses/llib-lncurses still had a hardcoded short.
9440
9441 20010114
9442         + correction to my merge of Tom Riddle's patch that broke tic in some
9443           conditions (reported by Enoch Wexler <enoch@wexler.co.il>) -TD
9444
9445 20010113
9446         + modify view.c to test halfdelay().  Like other tests, this recognizes
9447           the 's' and space commands for stopping/starting polled input, shows
9448           a freerunning clock in the header.  If given a parameter to 's', that
9449           makes view.c use halfdelay() with that parameter rather than
9450           nodelay().
9451         + fix to allow compile with the experimental configure option
9452           --disable-hashmap.
9453         + modify postprocess_termcap() to avoid overwriting key_backspace,
9454           key_left, key_down when processing a non-base entry (report/patch by
9455           Tom Riddle).
9456         + modify _nc_wrap_entry(), adding option to reallocate the string
9457           table, needed in _nc_merge_entry() when merging termcap entries.
9458           (adapted from report/patch by Tom Riddle <ftr@oracom.com>).
9459         + modify a few configure script macros to keep $CFLAGS used only for
9460           compiler options, preprocessor options in $CPPFLAGS.
9461
9462 20001230
9463         + correct marker positions in lrtest.c after receiving a sigwinch.
9464         + fix ifdef's in ncurses.c to build against pre-5.2 for testing.
9465         + fixes to tclock for resizing behavior, redundant computation (report
9466           and patch by A M Kuchling <akuchlin@mems-exchange.org>).
9467
9468 20001216
9469         + improved scoansi terminfo entry -TD
9470         + modify configure script and makefile in Ada95/src to compile a stub
9471           for the trace functions when ncurses does not provide those.
9472
9473 20001209
9474         + add ncurses_dll.h and related definitions to support generating DLL's
9475           with cygwin (adapted from a patch by Charles Wilson
9476           <cwilson@ece.gatech.edu>, changed NCURSES_EXPORT macro to make it
9477           work with 'indent') -TD
9478
9479 20001202
9480         + correct prototypes for some functions in curs_termcap.3x, matching
9481           termcap.h, which matches X/Open.
9482         > patch by Juergen Pfeifer:
9483         + a revised version of the Ada enhancements sent in by "H.
9484           Nanosecond", aka Eugene V Melaragno <aldomel@ix.netcom.com>.  This
9485           patch includes
9486           - small fixes to the existing ncurses binding
9487           - addition of some more low-level functions to the binding, including
9488             termcap and terminfo functions
9489           - An Ada implementation of the "ncurses" test application originally
9490             written in C.
9491
9492 20001125
9493         + modify logic in lib_setup.c to allow either lines or columns value
9494           from terminfo to be used if the screen size cannot be determined
9495           dynamically rather than requiring both (patch by Ehud Karni
9496           <ehud@unix.simonwiesel.co.il>).
9497         + add check in lib_tgoto.c's is_termcap() function to reject null or
9498           empty strings (reported by Valentin Nechayev <netch@netch.kiev.ua> to
9499           freebsd-bugs).
9500         + add definition from configure script that denotes the path-separator,
9501           which is normally a colon.  The path-separator is a semicolon on
9502           OS/2 EMX and similar systems which may use a colon within pathnames.
9503         + alter logic to set default for --disable-overwrite option to set it
9504           to 'yes' if the --prefix/$prefix value is not /usr/local, thereby
9505           accommodating the most common cause of problems: gcc's nonstandard
9506           search rules.  Other locations such as /usr/local/ncurses will
9507           default to overwriting (report by Lars Hecking <lhecking@nmrc.ie>).
9508
9509 20001118
9510         + modify default for --disable-overwrite configure option to disable
9511           if the --prefix or $prefix value is not /usr.
9512         + add cygwin to systems for which ncurses is installed by default into
9513           /usr rather than /usr/local.
9514
9515 20001111
9516         + minor optimization in comp_error.c and lib_termname.c, using
9517           strncat() to replace strncpy() (patch by Solar Designer).
9518         + add a use_terminfo_vars() check for $HOME/.termcap, and check for
9519           geteuid() to use_terminfo_vars() (patch by Solar Designer
9520           <solar@false.com>).
9521         + improved cygwin terminfo entry, based on patch by
9522           <ernie_boyd@yahoo.com>.
9523         + modify _nc_write_entry() to allow for the possibility that linking
9524           aliases on a filesystem that ignores case would not succeed because
9525           the source and destination differ only by case, e.g., NCR260VT300WPP0
9526           on cygwin (report by Neil Zanella).
9527         + fix a typo in the curs_deleteln.3x man page (patch by Bernhard
9528           Rosenkraenzer <bero@redhat.de>).
9529
9530 20001104
9531         + add configure option --with-ospeed to assist packagers in transition
9532           to 5.3 change to ospeed type.
9533         + add/use CharOf() macro to suppress sign-extension of char type on
9534           platforms where this is a problem in ctype macros, e.g., Solaris.
9535         + change trace output to binary format.
9536         + correct a missing quote adjustment in CF_PATH_SYNTAX autoconf
9537           macro, for OS/2 EMX configuration.
9538         + rearrange a few configure macros, moving preprocessor options to
9539           $CPPFLAGS (a now-obsolete version of autoconf did not consistently
9540           use $CPPFLAGS in both the compile and preprocessor checks).
9541         + add a check in relative_move() to guard against buffer overflow in
9542           the overwrite logic.
9543
9544 20001028
9545         + add message to configure script showing g++ version.
9546         + resync config.guess, config.sub
9547         + modify lib_delwin.c, making it return ERR if the window did not exist
9548           (suggested by Neil Zanella).
9549         + add cases for FreeBSD 3.1 to tdlint and makellib scripts, used this
9550           to test/review ncurses library.  (Would use lclint, but it doesn't
9551           work).
9552         + reorganized knight.c to avoid forward references.  Correct screen
9553           updates when backtracking, especially to the first cell.  Add F/B/a
9554           commands.
9555
9556 20001021 5.2 release for upload to ftp.gnu.org
9557         + update generated html files from manpages.
9558         + modify dist.mk to use edit_man.sh to substitute autoconf'd variables
9559           in html manpages.
9560         + fix an uninitialized pointer in read_termcap.c (report by Todd C
9561           Miller, from report/patch by Philip Guenther <guenther@gac.edu>).
9562         + correct help-message and array limit in knight.c (patch by Brian
9563           Raiter <breadbox@muppetlabs.com>).
9564         > patch by Juergen Pfeifer:
9565         + fix to avoid warning by GNAT-3.13p about use of inconsistent casing
9566           for some identifiers defined in the standard package.
9567         + cosmetic change to forms/fty_enum.c
9568
9569 20001014
9570         + correct an off-by-one position in test/railroad.c which could cause
9571           wrapping at the right margin.
9572         + test/repair some issues with libtool configuration.  Make
9573           --disable-echo force libtool --silent.  (Libtool does not work for
9574           OS/2 EMX, works partly for SCO - libtool is still very specific to
9575           gcc).
9576         + change default of --with-manpage-tbl to "no", since for most of the
9577           platforms which do have tbl installed, the system "man" program
9578           understands how to run tbl automatically.
9579         + minor improvement to force_bar() in comp_parse.c (Bernhard
9580           Rosenkraenzer <bero@redhat.de>).
9581         + modify lib_tparm.c to use get_space() before writing terminating
9582           null character, both for consistency as well as to ensure that if
9583           save_char() was called immediately before, that the allocated memory
9584           is enough (patch by Sergei Ivanov).
9585         + add note about termcap ML capability which is duplicated between two
9586           different capabilities:  smgl and smglr (reported by Sergei Ivanov
9587           <svivanov@pdmi.ras.ru>).
9588         + correct parameter counts in include/Caps for dclk as well as some
9589           printer-specific capabilities: csnm, defc, scs, scsd, smgtp, smglp.
9590         > patch by Johnny C Lam <lamj@stat.cmu.edu>:
9591         + add support for building with libtool (apparently version 1.3.5,
9592           since old versions do not handle -L../lib), using new configure
9593           option --with-libtool.
9594         + add configure option --with-manpage-tbl, which causes the manpages to
9595           be preprocessed by tbl(1) prior to installation,
9596         + add configure option --without-curses-h, which causes the
9597           installation process to install curses.h as ncurses.h and make
9598           appropriate changes to headers and manpages.
9599
9600 20001009
9601         + correct order of options/parameters in run_tic.in invocation of tic,
9602           which did not work with standard getopt() (reported by Ethan
9603           Butterfield <primus@veris.org>).
9604         + correct logic for 'reverse' variable in lib_vidattr.c, which was
9605           setting it true without checking if newmode had A_REVERSE set, e.g.,
9606           using $TERM=ansi on OS/2 EMX (see 20000917).
9607         > patch by Todd C Miller:
9608         + add a few missing use_terminfo_vars() and fixes up _nc_tgetent().
9609           Previously, _nc_cgetset() would still get called on cp so the
9610           simplest thing is to set cp to NULL if !use_terminfo_vars().
9611         + added checks for an empty $HOME environment variable.
9612         > patches for OS/2 EMX (Ilya Zakharevich):
9613         + modify convert_configure.pl to support INSTALL.  Change compiler
9614           options in that script to use multithreading, needed for the mouse.
9615         + modify OS/2 mouse support, retrying as a 2-button mouse if code fails
9616           to set up a 3-button mouse.
9617         + improve code for OS/2 mouse support, using _nc_timed_wait() to
9618           replace select() call.
9619
9620 20001007
9621         + change type of ospeed variable back to short to match its use in
9622           legacy applications (reported by Andrey A Chernov).
9623         + add case to configure script for --enable-rpath on IRIX (patch by
9624           Albert Chin-A-Young).
9625         + minor fix to position_check() function, to ensure it gets the whole
9626           cursor report before decoding.
9627         + add configure option --disable-assumed-color, to allow pre-5.1
9628           convention of default colors used for color-pair 0 to be configured
9629           (see assume_default_colors()).
9630         + rename configure option --enable-hashmap --disable-hashmap, and
9631           reorder the configure options, splitting the experimental and
9632           development
9633         + add configure option --disable-root-environ, which tells ncurses to
9634           disregard $TERMINFO and similar environment variables if the current
9635           user is root, or running setuid/setgid (based on discussion with
9636           several people).
9637         + modified misc/run_tic.in to use tic -o, to eliminate dependency on
9638           $TERMINFO variable for installs.
9639         + add table entry for plab_norm to tput, so it passes in strings
9640           for that capability.
9641         + modify parse_format() in lib_tparm.c to ignore precision if it is
9642           longer than 10000 (report by Jouko Pynnonen).
9643         + rewrote limit checks in lib_mvcur.c using new functions
9644           _nc_safe_strcat(), etc.  Made other related changes to check lengths
9645           used for strcat/strcpy (report by Jouko Pynnonen
9646           <jouko@solutions.fi>).
9647
9648 20000930
9649         + modify several descriptions, including those for setaf, setab, in
9650           include/Caps to indicate that the entries are parameterized.  This
9651           information is used to tell which strings are translated when
9652           converting to termcap.  Fixes a problem where the generated termcap
9653           would contain a spurious "%p1" for the terminfo "%p1%d".
9654         + modify ld -rpath options (e.g., Linux, and Solaris) to use an
9655           absolute pathname for the build tree's lib directory (prompted by
9656           discussion with Albert Chin-A-Young).
9657         + modify "make install.man" and "make uninstall.man" to include tack's
9658           man-page.
9659         + various fixes for install scripts used to support configure --srcdir
9660           and --with-install-prefix (reported by Matthew Clarke
9661           <Matthew_Clarke@mindlink.bc.ca>).
9662         + make configure script checks on variables $GCC and $GXX consistently
9663           compare against 'yes' rather than test if they are nonnull, since
9664           either may be set to the corresponding name of the C or C++ compiler
9665           (report/patch by Albert Chin-A-Young).
9666
9667 20000923
9668         + modify rs2 capability in xterm-r6 and similar where cursor
9669           save/restore bracketed the sequence for resetting video attributes.
9670           The cursor restore would undo that (report by John Hawkinson
9671           <jhawk@MIT.EDU> (see NetBSD misc/11052)).
9672         + using parameter check added to tic, corrected 27 typos in
9673           terminfo.src -TD
9674         + modify tic to verify that its inputs are really files, in case
9675           someone tries to read a directory (or /dev/zero).
9676         + add a check for empty buffers returned by fgets() in comp_scan.c
9677           next_char() function, in case tic is run on a non-text file (fixes
9678           a core dump reported by Aaron Campbell <aaron@cs.dal.ca>).
9679         + add to railroad.c some code exercising tgoto(), providing an
9680           alternate form of display if the terminal supports cursor addressing.
9681         + split-out tgoto() again, this time into new file lib_tgoto.c, and
9682           implement a conventional BSD-style tgoto() which is used if the
9683           capability string does not contain terminfo-style padding or
9684           parameters (requested by Andrey A Chernov).
9685         + add check to tic which reports capabilities that do not reference
9686           the expected number of parameters.
9687         + add error checking to infocmp's -v and -m options to ensure that
9688           the option value is indeed a number.
9689         + some cleanup of logic in _nc_signal_handler() to verify if SIGWINCH
9690           handler is setup.  Separated the old/new sigaction data for SIGTSTP
9691           from the other signals.
9692
9693 20000917
9694         + add S0, E0 extensions to screen's terminfo entry, which is another
9695           way to solve the misconfiguration issue -TD
9696         + completed special case for tgoto from 20000916
9697
9698 20000916
9699         + update xterm terminfo entries to match XFree86 xterm patch #146 -TD
9700         + add Matrix Orbital terminfo entries (from Eric Z Ayers
9701           <eric@ale.org>).
9702         + add special case to lib_tparm.c to allow 'screen' program to use a
9703           termcap-style parameter "%." to tgoto() for switching character sets.
9704         + use LN_S substitution in run_tic.in, to work on OS/2 EMX which has
9705           no symbolic links.
9706         + updated notes in README.emx regarding autoconf patches.
9707         + replace a lookup table in lib_vidattr.c used to decode no_color_video
9708           with a logic expression (suggested by Philippe Blain).
9709         + add a/A toggle to ncurses.c 'b' test, which clears/sets alternate
9710           character set attribute from the displayed text.
9711         + correct inequality in parameter analysis of rewritten lib_tparm.c
9712           which had the effect of ignoring p9 in set_attributes (sgr), breaking
9713           alternate character set (reported by Piotr Majka <charvel@link.pl>).
9714         + correct ifdef'ing for GCC_PRINTF, GCC_SCANF which would not compile
9715           with Sun WorkShop compilers since these tokens were empty (cf:
9716           20000902, reported by Albert Chin-A-Young).
9717
9718 20000909
9719         + correct an uninitialized parameter to open_tempfile() in tic.c which
9720           made "tic -I" give an ambiguous error message about tmpnam.
9721         + add special case in lib_vidattr.c to reset underline and standout for
9722           devices that have no sgr0 defined (patch by Don Lewis
9723           <Don.Lewis@tsc.tdk.com>).  Note that this will not work for bold
9724           mode, since there is no exit-bold-mode capability.
9725         + improved patch for Make_Enum_Type (patch by Juergen Pfeifer).
9726         + modify tparm to disallow arithmetic on strings, analyze the varargs
9727           list to read strings as strings and numbers as numbers.
9728         + modify tparm's internal function spop() to treat a null pointer as
9729           an empty string.
9730         + modify tput program so it can be renamed or invoked via a link as
9731           'reset' or 'init', producing the same effect as 'tput reset' or 'tput
9732           init'.
9733         + add private entrypoint _nc_basename(), use to consolidate related
9734           code in progs, as well as accommodating OS/2 EMX pathnames.
9735         + remove NCURSES_CONST line from edit_cfg.sh to compensate for its
9736           removal (except via AC_SUBST) from configure.in, making
9737           --enable-const work again (reported by Juergen Pfeifer).
9738         + regen'd configure to pick up "hpux*" change from 20000902.
9739
9740 20000902
9741         + modify tset.c to check for transformed "reset" program name, if any.
9742         + add a check for null pointer in Make_Enum_Type() (reported by Steven
9743           W Orr <steveo@world.std.com>).
9744         + change functions _nc_parse_entry() and postprocess_termcap() to avoid
9745           using strtok(), because it is non-reentrant (reported by Andrey A
9746           Chernov <ache@nagual.pp.ru>).
9747         + remove "hpux10.*" case from CF_SHARED_OPTS configure script macro.
9748           This differed from the "hpux*" case by using reversed symbolic
9749           links, which made the 5.1 version not match the configuration of
9750           5.0 shared libraries (reported by Albert Chin-A-Young).
9751         + correct a dependency in Ada95/src/Makefile.in which prevented
9752           building with configure --srcdir (patch by H Nanosecond
9753           <aldomel@ix.netcom.com>).
9754         + modify ifdef's in curses.h.in to avoid warning if GCC_PRINTF or
9755           GCC_SCANF was not previously defined (reported by Pavel Roskin
9756           <proski@gnu.org>).
9757         + add MKncurses_def.sh to generate fallback definitions for
9758           ncurses_cfg.h, to quiet gcc -Wundef warnings, modified ifdef's in
9759           code to consistently use "#if" rather than "#ifdef".
9760
9761 20000826
9762         + add QNX qansi entries to terminfo -TD
9763         + add os2 entry to misc/emx.src (<jmcoopr@webmail.bmi.net>).
9764         + add configure option --with-database to allow specifying a different
9765           terminfo source-file to install.  On OS/2 EMX, this defaults to
9766           misc/emx.src
9767         + change misc/run_tic.sh to derive it from misc/run_tic.in, to simplify
9768           setting .exe extension on OS/2 EMX.
9769         + add .exe extension in Ada95/gen/Makefile.in,
9770           Ada95/samples/Makefile.in, for OS/2 EMX (reported by
9771           <jmcoopr@webmail.bmi.net>).
9772         + add configure check for filesystems (such as OS/2 EMX) which do not
9773           distinguish between upper/lowercase filenames, use this to fix tags
9774           rules in makefiles.
9775         + initialize fds[] array to 0's in _nc_timed_wait(); apparently poll()
9776           only sets the revents members of that array when there is activity
9777           corresponding to the related file (report by Glenn Cooper
9778           <gcooper@qantas.com.au>, using Purify on Solaris 5.6).
9779         + change configure script to use AC_CANONICAL_SYSTEM rather than
9780           AC_CANONICAL_HOST, which means that configure --target will set
9781           a default program-prefix.
9782         + add note on cross-compiling to INSTALL (which does not rely on the
9783           AC_CANONICAL_* macros).
9784
9785 20000819
9786         + add cases for EMX OS/2 to config.guess, config.sub
9787         + new version of config.guess, config.sub from lynx 2.8.4dev.7
9788         + add definitions via transform.h to allow tic and tput to check for
9789           the transformed aliases rather than the original infotocap, etc.
9790         + simplify transform-expressions in progs/Makefile.in, make the
9791           uninstall rule work for transformed program names.
9792         + change symbol used by --install-prefix configure option from
9793           INSTALL_PREFIX to DESTDIR (the latter has become common usage
9794           although the name is misleading).
9795         + modify programs to use curses_version() string to report the version
9796           of ncurses with which they are compiled rather than the
9797           NCURSES_VERSION string.  The function returns the patch level in
9798           addition to the major and minor version numbers.
9799
9800 20000812
9801         + modify CF_MAN_PAGES configure macro to make transformed program names
9802           a parameter to that macro rather than embedding them in the macro.
9803         + newer config.guess, config.sub (reference version used in lynx
9804           2.8.4dev.7).
9805         + add configure option --with-default-terminfo-dir=DIR to allow
9806           specifying the default terminfo database directory (request by Albert
9807           Chin-A-Young).
9808         + minor updates for terminfo.src from FreeBSD termcap change-history.
9809         + correct notes in README and INSTALL regarding documentation files
9810           that were moved from misc directory to doc (report by Rich Kulawiec
9811           <rsk@gsp.org>).
9812         + change most remaining unquoted parameters of 'test' in configure
9813           script to use quotes, for instance fixing a problem in the
9814           --disable-database option (reported by Christian Mondrup
9815           <scancm@biobase.dk>).
9816         + minor adjustments to work around some of the incompatibilities/bugs
9817           in autoconf 2.29a alpha.
9818         + add -I/usr/local/include when --with-ncurses option is used in
9819           test/configure script.
9820         + correct logic in adjust_cancels(), which did not check both
9821           alternatives when reclassifying an extended name between boolean,
9822           number and string, causing an infinite loop in tic.
9823
9824 20000730
9825         + correct a missing backslash in curses.priv.h
9826
9827 20000729
9828         + change handling of non_dest_scroll_region in tty_update.c to clear
9829           text after it is shifted in rather than before shifting out.  Also
9830           correct row computation (reported by Ruediger Kuhlmann
9831           <uck4@rz.uni-karlsruhe.de>).
9832         + add/use new trace function to display chtype values from winch() and
9833           getbkgd().
9834         + add trace mask TRACE_ATTRS, alter several existing _tracef calls that
9835           trace attribute changes under TRACE_CALLS to use this.
9836         + modify MKlib_gen.sh so that functions returning chtype will call
9837           returnChar().
9838         + add returnChar() trace, for functions returning chtype.
9839         + change indent.pro to line up parenthesis.
9840
9841 20000722
9842         + fix a heap problem with the c++ binding (report by
9843           <alexander_liberson@ninewest.com>, patch by Juergen Pfeifer).
9844         + minor adjustment to ClrToEOL() to handle an out-of-bounds parameter.
9845         + modify the check for big-core to force a couple of memory accesses,
9846           which may work as needed for older/less-capable machines (if not,
9847           there's still the explicit configure option).
9848         > fixes based on diff's for Amiga and BeOS found at
9849           http://www.mathematik.uni-karlsruhe.de/~kuhlmann/cross/ncurses/
9850         + alter definition of NCURSES_CONST to make it non-empty.
9851         + add amiga-vnc terminfo entry.
9852         + redefine 'TEXT' in menu.h for AMIGA, since it is reported to have
9853           an (unspecified) symbol conflict.
9854         + replaced case-statement in _nc_tracebits() for CSIZE with a table to
9855           simplify working around implementations that define random
9856           combinations of the related macros to zero.
9857         + modify configure test for tcgetattr() to allow for old
9858           implementations, e.g., on BeOS, which only defined it as a macro.
9859         > patches by Bruno Haible:
9860         + when checking LC_ALL/LC_CTYPE/LANG environment variables for UTF-8
9861           locale, ignore those which are set to an empty value, as per SUSV2.
9862         + encode 0xFFFD in UTF-8 with 3 bytes, not 2.
9863         + modify _nc_utf8_outch() to avoid sign-extension when checking for
9864           out-of-range value.
9865
9866 20000715
9867         + correct manlinks.sed script to avoid using ERE "\+", which is not
9868           understood by older versions of sed (patch by Albert Chin-A-Young).
9869         + implement configure script options that transform installed program
9870           names, e.g., --program-prefix, including the manpage names and cross
9871           references (patch by Albert Chin-A-Young <china@thewrittenword.com>).
9872         + correct several mismatches between manpage filename and ".TH"
9873           directives, renaming dft_fgbg.3x to default_colors.3x and
9874           menu_attribs.3x to menu_attributes.3x (report by Todd C Miller).
9875         + correct missing includes for <string.h> in several places, including
9876           the C++ binding.  This is not noted by gcc unless we use the
9877           -fno-builtin option (reported by Igor Schein <igor@txc.com>).
9878         + modified progs/tset.c and tack/sysdep.c to build with sgttyb
9879           interface if neither termio or termios is available.  Tested this
9880           with FreeBSD 2.1.5 (which does have termios - but the sgttyb does
9881           work).
9882
9883 20000708 5.1 release for upload to ftp.gnu.org
9884         + document configure options in INSTALL.
9885         + add man-page for ncurses trace functions.
9886         + correct return value shown in curs_touch.3x for is_linetouched() and
9887           is_wintouched(), in curs_initscr.3x for isendwin(), and in
9888           curs_termattr.3x for has_ic() and has_il().
9889         + add prototypes for touchline() and touchwin(), adding them to the
9890           list of generated functions.
9891         + modify fifo_push() to put ERR into the fifo just like other values to
9892           return from wgetch().  It was returning without doing that, making
9893           end-of-file condition incorrectly return a 0 (reported by Todd C
9894           Miller).
9895         + uncomment CC_SHARED_OPTS for progs and tack (see 971115), since they
9896           are needed for SCO OpenServer.
9897         + move _nc_disable_period from free_ttype.c to comp_scan.c to appease
9898           dynamic loaders on SCO and IRIX64.
9899         + add "-a" option to test/ncurses.c to invoke assume_default_colors()
9900           for testing.
9901         + correct assignment in assume_default_colors() which tells ncurses
9902           whether to use default colors, or the assumed ones (reported by Gary
9903           Funck <gary@Intrepid.Com>).
9904         + review/correct logic in mk-1st.awk for making symbolic links for
9905           shared libraries, in particular for FreeBSD, etc.
9906         + regenerate misc/*.def files for OS/2 EMX dll's.
9907         + correct quoting of values for CC_SHARED_OPTS in aclocal.m4 for
9908           cases openbsd2*, openbsd*, freebsd* and netbsd* (patch by Peter
9909           Wemm) (err in 20000610).
9910         + minor updates to release notes, as well as adding/updating URLs for
9911           examples cited in announce.html
9912         > several fixes from Philippe Blain <philippe.blain2@freesbee.fr>:
9913         + correct placement of ifdef for NCURSES_XNAMES in function
9914           _nc_free_termtype(), fixes a memory leak.
9915         + add a call to _nc_synchook() to the end of function whline() like
9916           that in wvline() (difference was in 1.9.4).
9917         + make ClearScreen() a little faster by moving two instances of
9918           UpdateAttr() out of for-loops.
9919         + simplify ClrBottom() by eliminating the tstLine data, using for-loops
9920           (cf: 960428).
9921
9922 20000701 pre-release
9923         + change minor version to 1, i.e., ncurses 5.1
9924         + add experimental configure option --enable-colorfgbg to check for
9925           $COLORFGBG variable as set by rxvt/aterm/Eterm.
9926         + add Eterm terminfo entry (Michael Jennings <mej@valinux.com>).
9927         + modify manlinks.sed to pick aliases from the SYNOPSIS section, and
9928           several manpages so manlinks.sed can find aliases for creating
9929           symbolic links.
9930         + add explanation to run_tic.sh regarding extended terminal
9931           capabilities.
9932         + change message format for edit_cfg.sh, since some people interpret
9933           it as a warning.
9934         + correct unescaped '$' in sysv5uw7*|unix_sv* rule for CF_SHARED_OPTS
9935           configure macro (report by Thanh Ma <Thanh.Ma@casi-rusco.com>).
9936         + correct logic in lib_twait.c as used by lib_mouse.c for GPM mouse
9937           support when poll() is used rather than select() (prompted by
9938           discussion with David Allen <DAllen24@aol.com>).
9939
9940 20000624 pre-release
9941         + modify TransformLine() to check for cells with different color pairs
9942           that happen to render the same display colors.
9943         + apply $NCURSES_NO_PADDING to cost-computation in mvcur().
9944         + improve cost computation in PutRange() by accounting for the use
9945           of parm_right_cursor in mvcur().
9946         + correct cost computation in EmitRange(), which was not using the
9947           normalized value for cursor_address.
9948         + newer config.guess, config.sub (reference version used in TIN 1.5.6).
9949
9950 20000617
9951         + update config.guess, config.sub (reference version used in PCRE 3.2).
9952         + resync changes to gnathtml against version 1.22, regenerated html
9953           files under doc/html/ada using this (1.22.1.1).
9954         + regenerated html files under doc/html/man after correcting top and
9955           bottom margin options for man2html in dist.mk
9956         + minor fixes to test programs ncurses 'i' and testcurs program to make
9957           the subwindow's background color cover the subwindow.
9958         + modify configure script so AC_MSG_ERROR is temporarily defined to a
9959           warning in AC_PROG_CXX to make it recover from a missing C++ compiler
9960           without requiring user to add --without-cxx option (adapted from
9961           comment by Akim Demaille <akim@epita.fr> to autoconf mailing list).
9962         + modify headers.sh to avoid creating temporary files in the build
9963           directory when installing headers (reported by Sergei Pokrovsky
9964           <pok@nbsp.nsk.su>)
9965
9966 20000610
9967         + regenerated the html files under doc/html/ada/files and
9968           doc/html/ada/funcs with a slightly-improved gnathtml.
9969         + add kmous capability to linux terminfo entry to allow it to use
9970           xterm-style events provided by gpm patch by Joerg Schoen.
9971         + make the configure macro CF_SHARED_OPTS a little smarter by testing
9972           if -fPIC is supported by gcc rather than -fpic.  The former option
9973           allows larger symbol tables.
9974         + update config.guess and config.sub (patches by
9975           Kevin Buettner <kev@primenet.com> (for elf64_ia64),
9976           Bernd Kuemmerlen <bkuemmer@mevis.de> (for MacOS X)).
9977         + add warning for 'tic -cv' about use of '^?' in terminfo source, which
9978           is an extension.
9979
9980 20000527
9981         + modify echo() behavior of getch() to match Solaris curses for
9982           carriage return and backspace (reported by Neil Zanella).
9983         + change _nc_flush() to a function.
9984         + modify delscreen() to check if the output stream has been closed, and
9985           if so, free the buffer allocated for setbuf (this provides an
9986           ncurses-specific way to avoid a memory leak when repeatedly calling
9987           newterm reported by Chipp C <at_1@zdnetonebox.com>).
9988         + correct typo in curs_getch.3x manpage regarding noecho (reported by
9989           David Malone <dwmalone@maths.tcd.ie>).
9990         + add a "make libs" rule.
9991         + make the Ada95 interface build with configure --enable-widec.
9992         + if the configure --enable-widec option is given, append 'w' to names
9993           of the generated libraries (e.g., libncursesw.so) to avoid conflict
9994           with existing ncurses libraries.
9995
9996 20000520
9997         + modify view.c to make a rudimentary viewer of UTF-8 text if ncurses
9998           is configured with the experimental wide-character support.
9999         + add a simple UTF-8 output driver to the experimental wide-character
10000           support.  If any of the environment variables LC_ALL, LC_CTYPE or
10001           LANG contain the string "UTF-8", this driver will be used to
10002           translate the output to UTF-8.  This works with XFree86 xterm.
10003         + modify configure script to allow building shared libraries on BeOS
10004           (from a patch by Valeriy E Ushakov).
10005         + modify lib_addch.c to allow repeated update to the lower-right
10006           corner, rather than displaying only the first character written until
10007           the cursor is moved.  Recent versions of SVr4 curses can update the
10008           lower-right corner, and behave this way (reported by Neil Zanella).
10009         + add a limit-check in _nc_do_color(), to avoid using invalid color
10010           pair value (report by Brendan O'Dea <bod@compusol.com.au>).
10011
10012 20000513
10013         + the tack program knows how to use smcup and rmcup but the "show caps
10014           that can be tested" feature did not reflect this knowledge.  Correct
10015           the display in the menu tack/test/edit/c (patch by Daniel Weaver).
10016         + xterm-16color does allow bold+colors, removed ncv#32 from that
10017           terminfo entry.
10018
10019 20000506
10020         + correct assignment to SP->_has_sgr_39_49 in lib_dft_fgbg.c, which
10021           broke check for screen's AX capability (reported by Valeriy E Ushakov
10022           <uwe@ptc.spbu.ru>).
10023         + change man2html rule in dist.mk to workaround bug in some
10024           man-programs that ignores locale when rendering hyphenation.
10025         + change web- and ftp-site to dickey.his.com
10026
10027 20000429
10028         + move _nc_curr_token from parse_entry.c to comp_scan.c, to work around
10029           problem linking tack on MacOS X DP3.
10030         + include <sys/time.h> in lib_napms.c to compile on MacOS X DP3
10031           (reported by Gerben Wierda <wierda@holmes.nl>).
10032         + modify lib_vidattr.c to check for ncv fixes when pair-0 is not
10033           default colors.
10034         + add -d option to ncurses.c, to turn on default-colors for testing.
10035         + add a check to _nc_makenew() to ensure that newwin() and newpad()
10036           calls do not silently fail by passing too-large limits.
10037         + add symbol NCURSES_SIZE_T to use rather than explicit 'short' for
10038           internal window and pad sizes.  Note that since this is visible in
10039           the WINDOW struct, it would be an ABI change to make this an 'int'
10040           (prompted by a question by Bastian Trompetter
10041           <btrompetter@firemail.de>, who attempted to create a 96000-line pad).
10042
10043 20000422
10044         + add mgterm terminfo entry from NetBSD, minor adjustments to sun-ss5,
10045           aixterm entries -TD
10046         + modify tack/ansi.c to make it more tolerant of bad ANSI replies.  An
10047           example of an illegal ANSI resonse can be found using Microsoft's
10048           Telnet client.  A correct display can be found using a VT-4xx
10049           terminal or XFree86 xterm with:
10050                 XTerm*VT100*decTerminalID:  450
10051           (patch by Daniel Weaver).
10052         + modify gdc.c to recognize 'q' for quit, 's' for single-step and ' '
10053           for resume.  Add '-n' option to force gdc's standard input to
10054           /dev/null, to both illustrate the use of newterm() for specifying
10055           alternate inputs as well as for testing signal handling.
10056         + minor fix for configure option --with-manpage-symlinks, for target
10057           directories that contain a period ('.') (reported by Larry Virden).
10058
10059 20000415
10060         + minor additions to beterm entry (feedback from Rico Tudor) -TD
10061         + corrections/updates for some IBM terminfo entries -TD
10062         + modify _nc_screen_wrap() so that when exiting curses mode with
10063           non-default colors, the last line on the screen will be cleared to
10064           the screen's default colors (request by Alexander V Lukyanov).
10065         + modify ncurses.c 'r' example to set nonl(), allowing control/M to be
10066           read for demonstrating the REQ_NEW_LINE operation (prompted by a
10067           question by Tony L Keith <tlkeith@keithconsulting.com>).
10068         + modify ncurses.c 'r' example of field_info() to work on Solaris 2.7,
10069           documented extension of ncurses which allows a zero pointer.
10070         + modify fmt_complex() to avoid buffer overflow in case of excess
10071           recursion, and to recognize "%e%?" as a synonym for else-if, which
10072           means that it will not recur for that special case.
10073         + add logic to support $TERMCAP variable in case the USE_GETCAP symbol
10074           is defined (patch by Todd C Miller).
10075         + modify one of the m4 files used to generate the Ada95 sources,
10076           to avoid using the token "symbols" (patch by Juergen Pfeifer).
10077
10078 20000408
10079         + add terminfo entries bsdos-pc-m, bsdos-pc-mono (Jeffrey C Honig)
10080         + correct spelling error in terminfo entry name:  bq300-rv was given as
10081           bg300-rv in esr's version.
10082         + modify redrawwin() macro so its parameter is fully parenthesized
10083           (fixes Debian #61088).
10084         + correct formatting error in dump_entry() which set incorrect column
10085           value when no newline trimming was needed at the end of an entry,
10086           before appending "use=" clauses (cf: 960406).
10087
10088 20000401
10089         + add configure option --with-manpage-symlinks
10090         + change unctrl() to render C1 characters (128-159) as ~@, ~A, etc.
10091         + change makefiles so trace() function is provided only if TRACE is
10092           defined, e.g., in the debug library.  Modify related calls to
10093           _tracechar() to use unctrl() instead.
10094
10095 20000325
10096         + add screen's AX capability (for ECMA SGR 39 and 49) to applicable
10097           terminfo entries, use presence of this as a check for a small
10098           improvement in setting default colors.
10099         + improve logic in _nc_do_color() implementing assume_default_colors()
10100           by passing in previous color pair info to eliminate redundant call to
10101           set_original_colors().  (Part of this is from a patch by Alexander
10102           V Lukyanov).
10103         + modify warning in _nc_trans_string() about a possibly too-long string
10104           to do this once only rather than for each character past the
10105           threshold (600).  Change interface of _nc_trans_string() to allow
10106           check for buffer overflow.
10107         + correct use of memset in _nc_read_entry_source() to initialize ENTRY
10108           struct each time before reading new data into it, rather than once
10109           per loop (cf:  990301).  This affects multi-entry in-core operations
10110           such as "infocmp -Fa".
10111
10112 20000319
10113         + remove a spurious pointer increment in _nc_infotocap() changes from
10114           20000311.  Add check for '.' in format of number, since that also
10115           is not permitted in termcap.
10116         + correct typo in rxvt-basic terminfo from temporary change made while
10117           integrating 20000318.
10118
10119 20000318
10120         + revert part of the vt220 change (request by Todd C Miller).
10121         + add ansi-* terminfo entries from ESR's version.
10122         + add -a option to tic and infocmp, which retains commented-out
10123           capabilities during source translation/comparison, e.g., captoinfo
10124           and infotocap.
10125         + modify cardfile.c to display an empty card if no input data file is
10126           found, fixes a core dump in that case (reported by Bruno Haible).
10127         + correct bracketing in CF_MATH_LIB configure macro, which gave wrong
10128           result for OS/2 EMX.
10129         + supply required parameter for _nc_resolve_uses() call in
10130           read_termcap.c, overlooked in 20000311 (reported by Todd C Miller).
10131         > patches by Bruno Haible <haible@ilog.fr>:
10132         + fix a compiler warning in fty_enum.c
10133         + correct LIB_PREFIX expression for DEPS_CURSES in progs, tack
10134           makefiles, which resulted in redundant linking (cf: 20000122).
10135
10136 20000311
10137         + make ifdef's for BROKEN_LINKER consistent (patch by Todd C Miller).
10138         + improved tack/README (patch by Daniel Weaver).
10139         + modify tput.c to ensure that unspecified parameters are passed to
10140           tparm() as 0's.
10141         + add a few checks in infocmp to guard against buffer overflow when
10142           displaying string capabilities.
10143         + add check for zero-uses in infocmp's file_comparison() function
10144           before calling _nc_align_termtype().  Otherwise one parameter is
10145           indexed past the end of the uses-array.
10146         + add an option -q to infocmp to specify the less verbose output,
10147           keeping the existing format as the default, though not retaining the
10148           previous behavior that made the -F option compare each entry to
10149           itself.
10150         + adapted patch by ESR to make infocmp -F less verbose -TD
10151           (the submitted patch was unusable because it did not compile
10152           properly)
10153           + modify write_entry.c to ensure that absent or cancelled booleans
10154             are written as FALSE, for consistency with infocmp which now
10155             assumes this.  Note that for the small-core configuration, tic
10156             may not produce the same result as before.
10157           + change some private library interfaces used by infocmp, e.g.,
10158             _nc_resolve_uses().
10159           + add a check in _nc_infotocap() to ensure that cm-style capabilities
10160             accept only %d codes when converting the format from terminfo to
10161             termcap.
10162           + modify ENTRY struct to separate the data in 'parent' into the name
10163             and link values (the original idea to merge both into 'parent' was
10164             not good).
10165           + discard repair_acsc(tterm);
10166         > patch by Juergen Pfeifer:
10167         + drop support for gnat 3.10
10168         + move generated documentation and html files under ./doc directory,
10169           adding makefile rules for this to dist.mk
10170
10171 20000304
10172         + correct conflicting use of tparm() in 20000226 change to tic, which
10173           made it check only one entry at a time.
10174         + fix errors in ncurses-intro.html and hackguide.html shown by Dave
10175           Raggett's tidy.
10176         + make the example in ncurses-intro.html do something plausible, and
10177           corrected misleading comment (reported by Neil Zanella).
10178         + modify pnoutrefresh() to set newscr->_leaveok as wnoutrefresh() does,
10179           to fix a case where the cursor position was not updated as in
10180           Solaris  (patch by David Mosberger <davidm@hpl.hp.com>).
10181         + add a limit-check for wresize() to ensure that a subwindow does not
10182           address out of bounds.
10183         + correct offsets used for subwindows in wresize() (patch by Michael
10184           Andres <ma@suse.de>).
10185         + regenerate html'ized manual pages with man2html 3.0.1 (patch by
10186           Juergen Pfeifer).  This generated a file with a space in its name,
10187           which I removed.
10188         + fix a few spelling errors in tack.
10189         + modify tack/Makefile.in to match linker options of progs/Makefile.in;
10190           otherwise it does not build properly for older HPUX shared library
10191           configurations.
10192         + add several terminfo entries from esr's "11.0".
10193
10194 20000226
10195         + make 'tput flash' work properly for xterm by flushing output in
10196           delay_output() when using napms(), and modifying xterm's terminfo to
10197           specify no padding character.  Otherwise, xterm's reported baud rate
10198           can mislead ncurses into producing too few padding characters
10199           (Debian #58530).
10200         + add a check to tic for consistency between sgr and the separate
10201           capabilities such as smso, use this to check/correct several
10202           terminfo entries (Debian #58530).
10203         + add a check to tic if cvvis is the same as cnorm, adjusted several
10204           terminfo entries to remove the conflict (Debian #58530).
10205         + correct prototype shown in attr_set()/wattr_set() manpages (fixes
10206           Debian #53962).
10207         + minor clarification for curs_set() and leaveok() manpages.
10208         + use mkstemp() for creating temporary file for tic's processing of
10209           $TERMCAP contents (fixes Debian #56465).
10210         + correct two errors from integrating Alexander's changes:  did not
10211           handle the non-bce case properly in can_erase_with() (noted by
10212           Alexander), and left fg/bg uninitialized in the pair-zero case of
10213           _nc_do_color() (reported by Dr Werner Fink <werner@suse.de> and
10214           Ismael Cordeiro <ismael@cordeiro.com>).
10215
10216 20000219
10217         + store default-color code consistently as C_MASK, even if given as
10218           -1 for convenience (adapted from patches by Alexander V Lukyanov).
10219         > patches by Alexander V Lukyanov:
10220         + change can_clear_with() macro to accommodate logic for
10221           assume_default_colors(), making most of the FILL_BCE logic
10222           unnecessary.  Made can_clear_with() an inline function to make it
10223           simpler to read.
10224
10225 20000212
10226         + corrected form of recent copyright dates.
10227         + minor corrections to xterm-xf86-v333 terminfo entry -TD
10228         > patches by Alexander V Lukyanov:
10229         + reworded dft_fgbg.3x to avoid assuming that the terminal's default
10230           colors are white on black.
10231         + fix initialization of tstLine so that it is filled with current blank
10232           character in any case.  Previously it was possible to have it filled
10233           with old blank.  The wrong over-optimization was introduced in 991002
10234           patch.  (it is not very critical as the only bad effect is not using
10235           clr_eos for clearing if blank has changed).
10236
10237 20000205
10238         + minor corrections/updates to several terminfo entries: rxvt-basic,
10239           vt520, vt525, ibm5151, xterm-xf86-v40 -TD
10240         + modify ifdef's for poll() to allow it to use <sys/poll.h>, thereby
10241           allowing poll() to be used on Linux.
10242         + add CF_FUNC_POLL macro to check if poll() is able to select from
10243           standard input.  If not we will not use it, preferring select()
10244           (adapted from patch by Michael Pakovic <mpakovic@fdn.com>).
10245         + update CF_SHARED_OPTS macro for SCO Unixware 7.1 to allow building
10246           shared libraries (reported/tested by Thanh <thanhma@mediaone.net>).
10247         + override $LANGUAGE in build to avoid incorrect ordering of keynames.
10248         + correct CF_MATH_LIB parameter, must be sin(x), not sqrt(x).
10249
10250 20000122
10251         + resync CF_CHECK_ERRNO and CF_LIB_PREFIX macros from tin and xterm -TD
10252         + modify CF_MATH_LIB configure macro to parameterize the test function
10253           used, for reuse in dialog and similar packages.
10254         + correct tests for file-descriptors in OS/2 EMX mouse support.  A
10255           negative value could be used by FD_SET, causing the select() call
10256           to wait indefinitely.
10257
10258 20000115
10259         + additional fixes for non-bce terminals (handling of delete_character)
10260           to work when assume_default_colors() is not specified.
10261         + modify warning message from _nc_parse_entry() regarding extended
10262           capability names to print only if tic/infocmp/toe have the -v flag
10263           set, and not at all in ordinary user applications.  Otherwise, this
10264           warning would be shown for screen's extended capabilities in programs
10265           that use the termcap interface (reported by Todd C Miller).
10266         + modify use of _nc_tracing from programs such as tic so their debug
10267           level is not in the same range as values set by trace() function.
10268         + small panel header cleanup (patch by Juergen Pfeifer).
10269         + add 'railroad' demo for termcap interface.
10270         + modify 'tic' to write its usage message to stderr (patch by Todd C
10271           Miller).
10272
10273 20000108
10274         + add prototype for erase() to curses.h.in, needed to make test
10275           programs build with c++/g++.
10276         + add .c.i and .c.h suffix rules to generated makefiles, for debugging.
10277         + correct install rule for tack.1; it assumed that file was in the
10278           current directory (reported by Mike Castle <dalgoda@ix.netcom.com>).
10279         + modify terminfo/termcap translation to suppress acsc before trying
10280           sgr if the entry would be too large (patch by Todd C Miller).
10281         + document a special case of incompatibility between ncurses 4.2 and
10282           5.0, add a section for this in INSTALL.
10283         + add TRACE_DATABASE flag for trace().
10284
10285 20000101
10286         + update mach, add mach-color terminfo entries based on Debian diffs
10287           for ncurses 5.0 -TD
10288         + add entries for xterm-hp, xterm-vt220, xterm-vt52 and xterm-noapp
10289           terminfo entries -TD
10290         + change OTrs capabilities to rs2 in terminfo.src -TD
10291         + add obsolete and extended capabilities to 'screen' terminfo -TD
10292         + corrected conversion from terminfo rs2 to termcap rs (cf: 980704)
10293         + make conversion to termcap ug (underline glitch) more consistently
10294           applied.
10295         + fix out-of-scope use of 'personal[]' buffer in 'toe' (this error
10296           was in the original pre-1.9.7 version, when $HOME/.terminfo was
10297           introduced).
10298         + modify 'toe' to ignore terminfo directories to which it has no
10299           permissions.
10300         + modify read_termtype(), fixing 'toe', which could dump core when it
10301           found an incomplete entry such as "dumb" because it did not
10302           initialize its buffer for _nc_read_file_entry().
10303         + use -fPIC rather than -fpic for shared libraries on Linux, not
10304           needed for i386 but some ports (from Debian diffs for 5.0) -TD
10305         + use explicit VALID_NUMERIC() checks in a few places that had been
10306           overlooked, and add a check to ensure that init_tabs is nonzero,
10307           to avoid divide-by-zero (reported by Todd C Miller).
10308         + minor fix for CF_ANSI_CC_CHECK configure macro, for HPUX 10.x (from
10309           tin) -TD
10310
10311 19991218
10312         + reorder tests during mouse initialization to allow for gpm to run in
10313           xterm, or for xterm to be used under OS/2 EMX.  Also drop test for
10314           $DISPLAY in favor of kmous=\E[M or $TERM containing "xterm" (report
10315           by Christian Weisgerber <naddy@mips.rhein-neckar.de>).
10316         + modify raw() and noraw() to clear/restore IEXTEN flag which affects
10317           stty lnext on systems such as FreeBSD (report by Bruce Evans
10318           <bde@zeta.org.au>, via Jason Evans <jasone@canonware.com>).
10319         + fix a potential (but unlikely) buffer overflow in failed() function
10320           of tset.c (reported by Todd C Miller).
10321         + add manual-page for ncurses extensions, documented curses_version(),
10322           use_extended_names().
10323
10324 19991211
10325         + treat as untranslatable to termcap those terminfo strings which
10326           contain non-decimal formatting, e.g., hexadecimal or octal.
10327         + correct commented-out capabilities that cannot be translated to
10328           termcap, which did not check if a colon must be escaped.
10329         + correct termcap translation for "%>" and "%+", which did not check
10330           if a colon must be escaped, for instance.
10331         + use save_string/save_char for _nc_captoinfo() to eliminate fixed
10332           buffer (originally for _nc_infotocap() in 960301 -TD).
10333         + correct expression used for terminfo equivalent of termcap %B,
10334           adjust regent100 entry which uses this.
10335         + some cleanup and commenting of ad hoc cases in _nc_infotocap().
10336         + eliminate a fixed-buffer in tic, used for translating comments.
10337         + add manpage for infotocap
10338
10339 19991204
10340         + add kvt and gnome terminfo entries -TD
10341         + correct translation of "%%" by infotocap, which was emitted as "%".
10342         + add "obsolete" termcap strings to terminfo.src
10343         + modify infocmp to default to showing obsolete capabilities rather
10344           than terminfo only.
10345         + modify write_entry.c so that if extended names (i.e., configure
10346           --enable-tcap-names) are active, then tic will also write "obsolete"
10347           capabilities that are present in the terminfo source.
10348         + modify tic so that when running as captoinfo or infotocap, it
10349           initializes the output format as in -C and -I options, respectively.
10350         + improve infocmp and tic -f option by splitting long strings that do
10351           not have if-then-else construct, but do have parameters, e.g., the
10352           initc for xterm-88color.
10353         + refine MKtermsort.sh slightly by using bool for the *_from_termcap
10354           arrays.
10355
10356 19991127
10357         + additional fixes for non-bce terminals (handling of clear_screen,
10358           clr_eol, clr_eos, scrolling) to work when assume_default_colors() is
10359           not specified.
10360         + several small changes to xterm terminfo entries -TD.
10361         + move logic for _nc_windows in lib_freeall.c inside check for nonnull
10362           SP, since it is part of that struct.
10363         + remove obsolete shlib-versions, which was unintentionally re-added
10364           in 970927.
10365         + modify infocmp -e, -E options to ensure that generated fallback.c
10366           type for Booleans agrees with term.h (reported by Eric Norum
10367           <eric@cls.usask.ca>).
10368         + correct configure script's use of $LIB_PREFIX, which did not work
10369           for installing the c++ directory if $libdir did not end with "/lib"
10370           (reported by Huy Le <huyle@ugcs.caltech.edu>).
10371         + modify infocmp so -L and -f options work together.
10372         + modify the initialization of SP->_color_table[] in start_color() so
10373           that color_content() will return usable values for COLORS greater
10374           than 8.
10375         + modify ncurses 'd' test in case COLORS is greater than 16, e.g., for
10376           xterm-88color, to limit the displayed/computed colors to 16.
10377         > patch by Juergen Pfeifer:
10378         + simplify coding of the panel library according to suggestions by
10379           Philippe Blain.
10380         + improve macro coding for a few macros in curses.priv.h
10381
10382 19991113
10383         + modify treatment of color pair 0 so that if ncurses is configured
10384           to support default colors, and they are not active, then ncurses
10385           will set that explicitly, not relying on orig_colors or orig_pair.
10386         + add new extension, assume_default_colors() to provide better control
10387           over the use of default colors.
10388         + modify test programs to use more-specific ifdef's for existence of
10389           wresize(), resizeterm() and use_default_colors().
10390         + modify configure script to add specific ifdef's for some functions
10391           that are included when --enable-ext-funcs is in effect, so their
10392           existence can be ifdef'd in the test programs.
10393         + reorder some configure options, moving those extensions that have
10394           evolved from experimental status into a new section.
10395         + change configure --enable-tcap-names to enable this by default.
10396
10397 19991106
10398         + install tack's manpage (reported by Robert Weiner
10399           <robert@progplus.com>)
10400         + correct worm.c's handling of KEY_RESIZE (patch by Frank Heckenbach).
10401         + modify curses.h.in, undef'ing some symbols to avoid conflict with C++
10402           STL (reported by Matt Gerassimoff <mgeras@ticon.net>)
10403
10404 19991030
10405         + modify linux terminfo entry to indicate that dim does not mix with
10406           color (reported by Klaus Weide <kweide@enteract.com>).
10407         + correct several typos in terminfo entries related to missing '['
10408           in CSI's -TD
10409         + fix several compiler warnings in c++ binding (reported by Tim
10410           Mooney for alphaev56-dec-osf4.0f
10411         + rename parameter of _nc_free_entries() to accommodate lint.
10412         + correct lint rule for tack, used incorrect list of source files.
10413         + add case to config.guess, config.sub for Rhapsody.
10414         + improve configure tests for libg++ and libstdc++ by omitting the
10415           math library (which is missing on Rhapsody), and improved test for
10416           the math library itself (adapted from path by Nelson H. F. Beebe).
10417         + explicitly initialize to zero several data items which were
10418           implicitly initialized, e.g., cur_term.  If not explicitly
10419           initialized, their storage type is C (common), and causes problems
10420           linking on Rhapsody 5.5 using gcc 2.7.2.1 (reported by Nelson H. F.
10421           Beebe).
10422         + modify Ada95 binding to not include the linker option for Ada
10423           bindings in the Ada headers, but in the Makefiles instead (patch by
10424           Juergen Pfeifer).
10425
10426 19991023 5.0 release for upload to ftp.gnu.org
10427         + effective with release of 5.0, change NCURSES_VERSION_PATCH to
10428           4-digit year.
10429         + add function curses_version(), to return ncurses library version
10430           (request by Bob van der Poel).
10431         + remove rmam, smam from cygwin terminfo entry.
10432         + modify FreeBSD cons25 terminfo entry to add cnorm and cvvis, as well
10433           as update ncv to indicate that 'dim' conflicts with colors.
10434         + modify configure script to use symbolic links for FreeBSD shared
10435           libraries by default.
10436         + correct ranf() function in rain and worm programs to ensure it does
10437           not return 1.0
10438         + hide the cursor in hanoi.c if it is running automatically.
10439         + amend lrtest.c to account for optimizations that exploit margin
10440           wrapping.
10441         + add a simple terminfo demo, dots.c
10442         + modify SIGINT/SIGQUIT handler to set a flag used in _nc_outch() to
10443           tell it to use write() rather than putc(), since the latter is not
10444           safe in a signal handler according to POSIX.
10445         + add/use internal macros _nc_flush() and NC_OUTPUT to hide details
10446           of output-file pointer in ncurses library.
10447         + uncomment CC_SHARED_OPTS (see 971115), since they are needed for SCO
10448           OpenServer.
10449         + correct CC_SHARED_OPTS for building shared libraries for SCO
10450           OpenServer.
10451         + remove usleep() from alternatives in napms(), since it may interact
10452           with alarm(), causing a process to be interrupted by SIGALRM (with
10453           advice from Bela Lubkin).
10454         + modify terminal_interface-curses-forms.ads.m4 to build/work with
10455           GNAT 3.10 (patch by Juergen Pfeifer).
10456         + remove part of CF_GPP_LIBRARY configure-script macro, which did not
10457           work with gcc 2.7.2.3
10458         + minor fix to test/tclock.c to avoid beeping more than once per second
10459         + add 's' and ' ' decoding to test/rain.c
10460
10461 991016  pre-release
10462         + corrected BeOS code for lib_twait.c, making nodelay() function work.
10463
10464 991009  pre-release
10465         + correct ncurses' value for cursor-column in PutCharLR(), which was
10466           off-by-one in one case (patch by Ilya Zakharevich).
10467         + fix some minor errors in position_check() debugging code, found while
10468           using this to validate the PutCharLR() patch.
10469         + modify firework, lrtest, worm examples to be resizable, and to
10470           recognize 'q' for quit, 's' for single-step and ' ' for resume.
10471         + restore reverted change to  terminal_interface-curses-forms.ads.m4,
10472           add a note on building with gnat 3.10p to Ada95/TODO.
10473         + add a copy of the standalone configure script for the test-directory
10474           to simplify testing on SCO and Solaris.
10475
10476 991002  pre-release
10477         + minor fixes for _nc_msec_cost(), color_content(), pair_content(),
10478           _nc_freewin(), ClrBottom() and onscreen_mvcur() (analysis by Philippe
10479           Blain, comments by Alexander V Lukyanov).
10480         + simplify definition of PANEL and eliminate internal functions
10481           _nc_calculate_obscure(), _nc_free_obscure() and _nc_override(),
10482           (patch by Juergen Pfeifer, analysis by Philippe Blain
10483           <bledp@voila.fr>)).
10484         + change renaming of dft_fgbg.3x to use_default_colors.3ncurses in
10485           man_db.renames, since Debian is not concerned with 14-character
10486           filename limitation (Debian bug report by Josip Rodin
10487           <joy@cibalia.gkvk.hr>).
10488         + corrected scoansi terminfo entry by testing with scoterm and console.
10489         + revert change from 990614 to terminal_interface-curses-forms.ads.m4,
10490           since this does not work for gnat 3.10p
10491         + modify tclock example to be resizable (if ncurses' sigwinch handler
10492           is used), and in color.
10493         + use $(CC) rather than 'gcc' in MK_SHARED_LIB symbols, used for Linux
10494           shared library rules.
10495
10496 990925  pre-release
10497         + add newer NetBSD console terminfo entries
10498         + add amiga-8bit terminfo entry (from Henning 'Faroul' Peters
10499           <Faroul@beyond.kn-bremen.de>)
10500         + remove -lcurses -ltermcap from configure script's check for the gpm
10501           library, since they are not really necessary (a properly configured
10502           gpm library has no dependency on any curses library), and if the
10503           curses library is not installed, this would cause the test to fail.
10504         + modify tic's -C option so that terminfo "use=" clauses are translated
10505           to "tc=" clauses even when running it as captoinfo.
10506         + modify CF_STDCPP_LIBRARY configure macro to perform its check only
10507           for GNU C++, since that library conflicts with SGI's libC on IRIX-6.2
10508         + modify CF_SHARED_OPTS configure macro to support build on NetBSD with
10509           ELF libraries (patch by Bernd Ernesti <bernd@arresum.inka.de>).
10510         + correct a problem in libpanel, where the _nc_top_panel variable was
10511           not set properly when bottom_panel() is called to hide a panel which
10512           is the only one on the stack (report/analysis by Michael Andres
10513           <ma@suse.de>, patch by Juergen Pfeifer).
10514
10515 990918  pre-release
10516         + add acsc string to HP 70092 terminfo entry (patch by Joerg Wunsch
10517           <j@interface-business.de>).
10518         + add top-level uninstall.data and uninstall.man makefile rules.
10519         + correct logic of CF_LINK_FUNCS configure script, from BeOS changes so
10520           that hard-links work on Unix again.
10521         + change default value of cf_cv_builtin_bool to 1 (suggested by
10522           Jeremy Buhler), making it less likely that a conflicting declaration
10523           of bool will be seen when compiling with C++.
10524
10525 990911  pre-release
10526         + improved configure checks for builtin.h
10527         + minor changes to C++ binding (remove static initializations, and make
10528           configure-test for parameter initializations) for features not
10529           allowed by vendor's C++ compilers (reported by Martin Mokrejs, this
10530           applies to SGI, though I found SCO has the same characteristics).
10531         + corrected quoting of ETIP_xxx definitions which support old versions
10532           of g++, e.g., those using -lg++
10533         + remove 'L' code from safe_sprintf.c, since 'long double' is not
10534           widely portable.  safe_sprintf.c is experimental, however, and
10535           exists mainly as a fallback for systems without snprintf (reported
10536           by Martin Mokrejs <mmokrejs@natur.cuni.cz>, for IRIX 6.2)
10537         + modify definition of _nc_tinfo_fkeys in broken-linker configuration
10538           so that it is not unnecessarily made extern (Jeffrey C Honig).
10539
10540 990904  pre-release
10541         + move definition for builtin.h in configure tests to specific check
10542           for libg++, since qt uses the same filename incompatibly.
10543         + correct logic of lib_termcap.c tgetstr function, which did not copy
10544           the result to the buffer parameter.  Testing shows Solaris does
10545           update this, though of course tgetent's buffer is untouched (reported
10546           in Peter Edwards <peter.edwards@ireland.com> in
10547           mpc.lists.freebsd.current newsgroup.
10548         + corrected beterm terminfo entry, which lists some capabilities which
10549           are not actually provided by the BeOS Terminal.
10550         + add special logic to replace select() calls on BeOS, whose select()
10551           function works only for sockets.
10552         + correct missing escape in mkterm.h.awk.in, which caused part
10553           of the copyright noticed to be omitted (reported by Peter
10554           Wemm <peter@netplex.com.au>).
10555         > several small changes to make the c++ binding and demo work on OS/2
10556           EMX (related to a clean reinstall of EMX):
10557         + correct library-prefix for c++ binding; none is needed.
10558         + add $x suffix to make_hash and make_keys so 'make distclean' works.
10559         + correct missing $x suffix for tack, c++ demo executables.
10560         + split CF_CXX_LIBRARY into CF_GPP_LIBRARY (for -lg++) and
10561           CF_STDCPP_LIBRARY (for -lstdc++)
10562
10563 990828  pre-release
10564         + add cygwin terminfo entry -TD
10565         + modify CF_PROG_EXT configure macro to set .exe extension for cygwin.
10566         + add configure option --without-cxx-binding, modifying the existing
10567           --without-cxx option to check only for the C++ compiler
10568           characteristics.  Whether or not the C++ binding is needed, the
10569           configure script checks for the size/type of bool, to make ncurses
10570           match.  Otherwise C++ applications cannot use ncurses.
10571
10572 990821  pre-release
10573         + updated configure macros CF_MAKEFLAGS, CF_CHECK_ERRNO
10574         + minor corrections to beterm terminfo entry.
10575         + modify lib_setup.c to reject values of $TERM which have a '/' in
10576           them.
10577         + add ifdef's to guard against CS5, CS6, CS7, CS8 being zero, as more
10578           than one is on BeOS.  That would break a switch statement.
10579         + add configure macro CF_LINK_FUNCS to detect and work around BeOS's
10580           nonfunctional link().
10581         + improved configure macros CF_BOOL_DECL and CF_BOOL_SIZE to detect
10582           BeOS's bool, which is declared as an unsigned char.
10583
10584 990814  pre-release
10585         + add ms-vt100 terminfo entry -TD
10586         + minor fixes for misc/emx.src, based on testing with tack.
10587         + minor fix for test/ncurses.c, test 'a', in case ncv is not set.
10588
10589 990731  pre-release
10590         + minor correction for 'screen' terminfo entry.
10591         + clarify description of errret values for setupterm in manpage.
10592         + modify tput to allow it to emit capabilities for hardcopy terminals
10593           (patch by Goran Uddeborg <goeran@uddeborg.pp.se>).
10594         + modify the 'o' (panel) test in ncurses.c to show the panels in color
10595           or at least in bold, to test Juergen's change to wrefresh().
10596         > patches by Juergen Pfeifer:
10597         + Fixes a problem using wbkgdset() with panels.  It has actually
10598           nothing to with panels but is a problem in the implementation of
10599           wrefresh().  Whenever a window changes its background attribute to
10600           something different than newscr's background attribute, the whole
10601           window is touched to force a copy to newscr.  This is an unwanted
10602           side-effect of wrefresh() and it is actually not necessary.  A
10603           changed background attribute affects only further outputs of
10604           background it doesn't mean anything to the current content of the
10605           window.  So there is no need to force a copy.  (reported by Frank
10606           Heckenbach <frank@g-n-u.de>).
10607         + an upward compatible enhancement of the NCursesPad class in the C++
10608           binding.  It allows one to add a "viewport" window to a pad and then
10609           to use panning to view the pad through the viewport window.
10610
10611 990724  pre-release
10612         + suppress a call to def_prog_mode() in the SIGTSTP handler if the
10613           signal was received while not in curses mode, e.g., endwin() was
10614           called in preparation for spawning a shell command (reported by Frank
10615           Heckenbach <frank@g-n-u.de>)
10616         + corrected/enhanced xterm-r5, xterm+sl, xterm+sl-twm terminfo entries.
10617         + change test for xterm mouse capability:  it now checks only if the
10618           user's $DISPLAY variable is set in conjunction with the kmous
10619           capability being present in the terminfo.  Before, it checked if any
10620           of "xterm", "rxvt" or "kterm" were substrings of the terminal name.
10621           However, some emulators which are incompatible with xterm in other
10622           ways do support the xterm mouse capability.
10623         + reviewed and made minor changes in ncurses to quiet g++ warnings
10624           about shadowed or uninitialized variables.  g++ incorrectly warns
10625           about uninitialized variables because it does not take into account
10626           short-circuit expression evaluation.
10627         + change ncurses 'b' test to start in color pair 0 and to show in the
10628           right margin those attributes which are suppressed by no_color_video,
10629           i.e., "(NCV)".
10630         + modify ifdef's in curses.h so that __attribute__ is not redefined
10631           when compiling with g++, but instead disabled the macros derived for
10632           __attribute__ since g++ does not consistently recognize the same
10633           keywords as gcc (reported by Stephan K Zitz <zitz@erf.net>).
10634         + update dependencies for term.h in ncurses/modules (reported by
10635           Ilya Zakharevich).
10636
10637 990710  pre-release
10638         + modify the form demo in ncurses.c to illustrate how to manipulate the
10639           field appearance, e.g, for highlighting or translating the field
10640           contents.
10641         + correct logic in write_entry from split-out of home_terminfo in
10642           980919, which prevented update of $HOME/.terminfo (reported by Philip
10643           Spencer <pspencer@fields.utoronto.ca>).
10644
10645 990703  pre-release
10646         + modify linux terminfo description to make use of kernel 2.2.x mods
10647           that support cursor style, e.g., to implement cvvis (patch by Frank
10648           Heckenbach <frank@g-n-u.de>)
10649         + add special-case in setupterm to retain previously-saved terminal
10650           settings in cur_term, which happens when curses and termcap calls are
10651           mixed (from report by Bjorn Helgaas <helgaas@dhc.net>).
10652         + suppress initialization of key-tries in _nc_keypad() if we are only
10653           disabling keypad mode, e.g., in endwin() called when keypad() was
10654           not.
10655         + modify the Ada95 makefile to ensure that always the Ada files from
10656           the development tree are used for building and not the eventually
10657           installed ones (patch by Juergen Pfeifer).
10658
10659 990626  pre-release
10660         + use TTY definition in tack/sysdep.c rather than struct termios
10661           (reported by Philippe De Muyter).
10662         + add a fallback for strstr, used in lib_mvcur.c and tack/edit.c,
10663           not present on sysV68 (reported by Philippe De Muyter).
10664         + correct definition in comp_hash.c to build with configure
10665           --with-rcs-ids option.
10666
10667 990619  pre-release
10668         + modified ifdef's for sigaction and sigvec to ensure we do not try to
10669           handle SIGTSTP if neither is available (from report by Philippe De
10670           Muyter).
10671         > patch by Philippe De Muyter:
10672         + in tic.c, use `unlink' if `remove' is not available.
10673         + use only `unsigned' as fallback value for `speed_t'.  Some files used
10674           `short' instead.
10675
10676 990616  pre-release
10677         + fix some compiler warnings in tack.
10678         + add a check for predefined bool type in CC, based on report that
10679           BeOS predefines a bool type.
10680         + correct logic for infocmp -e option, i.e., the configure
10681           --with-fallbacks option, which I'd not updated when implementing
10682           extended names (cf:  990301).  The new implementation adds a "-E"
10683           option to infocmp -TD
10684         > patch by Juergen Pfeifer:
10685         + introduce the private type Curses_Bool in the Ada95 binding
10686           implementation.  This is to clearly represent the use of "bool" also
10687           in the binding.  It should have no effect on the generated code.
10688         + improve the man page for field_buffer() to tell the people, that the
10689           whole buffer including leading/trailing spaces is returned.  This is
10690           a common source of confusion, so it's better to document it clearly.
10691
10692 990614  pre-release
10693         > patch by Juergen Pfeifer:
10694         + use pragma PreElaborate in several places.
10695         + change a few System.Address uses to more specific types.
10696         + change interface version-number to 1.0
10697         + regenerate Ada95 HTML files.
10698
10699 990612  pre-release
10700         + modify lib_endwin.c to avoid calling reset_shell_mode(), return ERR
10701           if it appears that curses was never initialized, e.g., by initscr().
10702           For instance, this guards against setting the terminal modes to
10703           strange values if endwin() is called after setupterm().  In the same
10704           context, Solaris curses will dump core.
10705         + modify logic that avoids a conflict in lib_vidattr.c between sgr0 and
10706           equivalent values in rmso or rmul by ensuring we do not modify the
10707           data which would be returned by the terminfo or termcap interfaces
10708           (reported by Brad Pepers <brad@linuxcanada.com>, cf:  960706).
10709         + add a null-pointer check for SP in lib_vidattr.c to logic that checks
10710           for magic cookies.
10711         + improve fallback declaration of 'bool' when the --without-cxx option
10712           is given, by using a 'char' on i386 and related hosts (prompted by
10713           discussion with Alexander V Lukyanov).
10714
10715 990605  pre-release
10716         + include time.h in lib_napms.c if nanosleep is used (patch by
10717           R Lindsay Todd <toddr@rpi.edu>).
10718         + add an "#undef bool" to curses.h, in case someone tries to define it,
10719           e.g., perl.
10720         + add check to tparm to guard against divide by zero (reported by Aaron
10721           Campbell <aaron@ug.cs.dal.ca>).
10722
10723 990516  pre-release
10724         + minor fix to build tack on CLIX (mismatched const).
10725         > patch by Juergen Pfeifer:
10726         + change Juergen's old email address with new one in the files where it
10727           is referenced.  The Ada95 HTML pages are regenerated.
10728         + update MANIFEST to list the tack files.
10729
10730 990509  pre-release
10731         + minor fixes to make 'tack' build/link on NeXT (reported by Francisco
10732           A. Tomei Torres).
10733
10734 990417  pre-release
10735         + add 'tack' program (which is GPL'd), updating it to work with the
10736           modified TERMTYPE struct and making a fix to support setaf/setab
10737           capabilities.  Note that the tack program is not part of the
10738           ncurses libraries, but an application which can be distributed with
10739           ncurses.  The configure script will ignore the directory if it is
10740           omitted, however.
10741         + modify gpm mouse support so that buttons 2 and 3 are used for
10742           select/paste only when shift key is pressed, making them available
10743           for use by an application (patch by Klaus Weide).
10744         + add complete list of function keys to scoansi terminfo entry - TD
10745
10746 990410  pre-release
10747         + add a simple test program cardfile.c to illustrate how to read form
10748           fields, and showing forms within panels.
10749         + change shared-library versioning for the Hurd to be like Linux rather
10750           than *BSD (patch by Mark Kettenis <kettenis@wins.uva.nl>).
10751         + add linux-lat terminfo entry.
10752         + back-out _nc_access check in read_termcap.c (both incorrect and
10753           unnecessary, except to guard against a small window where the file's
10754           ownership may change).
10755
10756 990403  pre-release
10757         + remove conflicting _nc_free_termtype() function from test module
10758           lib_freeall.c
10759         + use _nc_access check in read_termcap.c for termpaths[] array (noted
10760           by Jeremy Buhler, indicating that Alan Cox made a similar patch).
10761         > patch by Juergen Pfeifer:
10762         + modify menu creation to not inherit status flag from the default menu
10763           which says that the associated marker string has been allocated and
10764           should be freed (bug reported by Marek Paliwoda"
10765           <paliwoda@kki.net.pl>)
10766
10767 990327  pre-release (alpha.gnu.org:/gnu/ncurses-5.0-beta1.tar.gz)
10768         + minor fixes to xterm-xfree86 terminfo entry - TD.
10769         + split up an expression in configure script check for ldconfig to
10770           workaround limitation of BSD/OS sh (reported by Jeff Haas
10771           <jmh@mail.msen.com>).
10772         + correct a typo in man/form_hook.3x (Todd C Miller).
10773
10774 990318  pre-release
10775         + parenthesize and undef 'index' symbol in c++ binding and demo, to
10776           accommodate its definition on NeXT (reported by Francisco A. Tomei
10777           Torres).
10778         + add sigismember() to base/sigaction.c compatibility to link on NeXT
10779           (reported by Francisco A. Tomei Torres).
10780         + further refinements to inequality in hashmap.c to cover a case with
10781           ^U in nvi (patch by Alexander V Lukyanov).
10782
10783 990316  pre-release
10784         + add fallback definition for getcwd, to link on NeXT.
10785         + add a copy of cur_term to tic.c to make it link properly on NeXT
10786           (reported by Francisco A. Tomei Torres).
10787         + change inequality in hashmap.c which checks the distance traveled by
10788           a chunk so that ^D command in nvi (scrolls 1/2 screen) will use
10789           scrolling logic (patch by Alexander V Lukyanov, reported by Jeffrey
10790           C Honig).
10791
10792 990314  pre-release
10793         + modify lib_color.c to handle a special case where the curscr
10794           attributes have been made obsolete (patch by Alexander V Lukyanov).
10795         + update BSD/OS console terminfo entries to use klone+sgr and
10796           klone+color (patch by Jeffrey C Honig).
10797         + update glibc addon configure script for extended capabilities.
10798         + correct a couple of warnings in the --enable-const configuration.
10799         + make comp_hash build properly with _nc_strdup(), on NeXT (reported by
10800           Francisco A. Tomei Torres <francisco.tomei@cwix.com>).
10801
10802 990313  pre-release
10803         + correct typos in linux-c initc string - TD
10804         + add 'crt' terminfo entry, update xterm-xfree86 entry - TD
10805         + remove a spurious argument to tparm() in lib_sklrefr.c (patch by
10806           Alexander V Lukyanov).
10807
10808 990307  pre-release
10809         + back-out change to wgetch because it causes a problem with ^Z
10810           handling in lynx (reported by Kim DeVaughn).
10811
10812 990306  pre-release
10813         + add -G option to tic and infocmp, to reverse the "-g" option.
10814         + recode functions in name_match.c to avoid use of strncpy, which
10815           caused a 4-fold slowdown in tic (cf: 980530).
10816         + correct a few warnings about sign-extension in recent changes.
10817         > patch by Juergen Pfeifer:
10818         + fixes suggested by Jeff Bradbury <jibradbury@lucent.com>:
10819           + improved parameter checking in new_fieldtype().
10820           + fixed a typo in wgetch() timeout handling.
10821           + allow slk_init() to be called per newterm call.  The internal SLK
10822             state is stored in the SCREEN struct after every newterm() and then
10823             reset for the next newterm.
10824           + fix the problem that a slk_refresh() refreshes stdscr if the
10825             terminal has true SLKs.
10826         + update HTML documentation for Ada binding.
10827
10828 990301  pre-release
10829         + remove 'bool' casts from definitions of TRUE/FALSE so that statements
10830           such as "#if TRUE" work.  This was originally done to allow for a C++
10831           compiler which would warn of implicit conversions between enum and
10832           int, but is not needed for g++ (reported by Kim DeVaughn).
10833         + add use_extended_names() function to allow applications to suppress
10834           read of the extended capabilities.
10835         + add configure option --enable-tcap-names to support logic which
10836           allows ncurses' tic to define new (i.e., extended) terminal
10837           capabilities.  This is activated by the tic -x switch.  The infocmp
10838           program automatically shows or compares extended capabilities.
10839           Note:  This changes the Strings and similar arrays in the TERMTYPE
10840           struct so that applications which manipulate it must be recompiled.
10841         + use macros typeMalloc, typeCalloc and typeRealloc consistently
10842           throughout ncurses library.
10843         + add _nc_strdup() to doalloc.c.
10844         + modify define_key() to allow multiple strings to be bound to the
10845           same keycode.
10846         + correct logic error in _nc_remove_string, from 990220.
10847         > patch for Ada95 binding (Juergen Pfeifer):
10848         + regenerate some of the html documentation
10849         + minor cleanup in terminal_interface-curses.adb
10850
10851 990220  pre-release
10852         + resolve ambiguity of kend/kll/kslt and khome/kfnd/kich1 strings in
10853           xterm and ncsa terminfo entries by removing the unneeded ones.  Note
10854           that some entries will return kend & khome versus kslt and kfnd, for
10855           PC-style keyboards versus strict vt220 compatibility - TD
10856         + add function keybound(), which returns the definition associated with
10857           a given keycode.
10858         + modify define_key() to undefine the given string when no keycode is
10859           given.
10860         + modify keyok() so it works properly if there is more than one string
10861           defined for a keycode.
10862         + add check to tic to warn about terminfo descriptions that contain
10863           more than one key assigned to the same string.  This is shown only if
10864           the verbose (-v) option is given.  Moved related logic (tic -v) from
10865           comp_parse.c into the tic program.
10866         + add/use _nc_trace_tries() to show the function keys that will be
10867           recognized.
10868         + rename init_acs to _nc_init_acs (request by Alexander V Lukyanov).
10869         > patch for Ada95 binding (Juergen Pfeifer):
10870         + remove all the *_adabind.c from ncurses, menu and form projects.
10871           Those little helper routines have all been implemented in Ada and are
10872           no longer required.
10873         + The option handling routines in menu and form have been made more
10874           save.  They now make sure that the unused bits in options are always
10875           zero.
10876         + modify configuration scripts to
10877           + use gnatmake as default compiler name.  This is a safer choice than
10878             gcc, because some GNAT implementations use other names for the
10879             compilerdriver to avoid conflicts.
10880           + use new default installation locations for the Ada files according
10881             to the proposed GNU Ada filesystem standard (for Linux).
10882         + simplify the Makefiles for the Ada binding
10883         + rename ada_include directory to src.
10884
10885 990213
10886         + enable sigwinch handler by default.
10887         + disable logic that allows setbuf to be turned off/on, because some
10888           implementations will overrun the buffer after it has been disabled
10889           once.
10890
10891 990206
10892         + suppress sc/rc capabilities from terminal description if they appear
10893           in smcup/rmcup.  This affects only scrolling optimization, to fix a
10894           problem reported by several people with xterm's alternate screen,
10895           though the problem is more general.
10896         > patch for Ada95 binding (Juergen Pfeifer):
10897         + removed all pragma Preelaborate() stuff, because the just released
10898           gnat-3.11p complains on some constructs.
10899         + fixed some upper/lower case notations because gnat-3.11p found
10900           inconsistent use.
10901         + used a new method to generate the HTML documentation of the Ada95
10902           binding.  This invalidates nearly the whole ./Ada95/html subtree.
10903           Nearly all current files in this subtree are removed
10904
10905 990130
10906         + cache last result from _nc_baudrate, for performance (suggested by
10907           Alexander V Lukyanov).
10908         + modify ClrUpdate() function to workaround a problem in nvi, which
10909           uses redrawwin in SIGTSTP handling.  Jeffrey C Honig reported that
10910           ncurses repainted the screen with nulls before resuming normal
10911           operation (patch by Alexander V Lukyanov).
10912         + generalize is_xterm() function a little by letting xterm/rxvt/kterm
10913           be any substring rather than the prefix.
10914         + modify lib_data.c to initialize SP.  Some linkers, e.g., IBM's, will
10915           not link a module if the only symbols exported from the module are
10916           uninitialized ones (patch by Ilya Zakharevich).  Ilya says that he
10917           has seen messages claiming this behavior conforms to the standard.)
10918         + move call on _nc_signal_handler past _nc_initscr, to avoid a small
10919           window where Nttyb hasn't yet been filled (reported by Klaus Weide).
10920         + modify lib_tstp.c to block SIGTTOU when handling SIGTSTP, fixes a
10921           problem where ncurses applications which were run via a shell script
10922           would hang when given a ^Z.  Also, check if the terminal's process
10923           group is consistent, i.e., a shell has not taken ownership of it,
10924           before deciding to save the current terminal settings in the SIGTSTP
10925           handler (patch by Klaus Weide).
10926         + correct spelling of ACS_ names in curs_border.3x (reported by Bob van
10927           der Poel <bvdpoel@kootenay.com>).
10928         + correct a couple of typos in the macros supporting the configure
10929           --with-shlib-version option.
10930
10931 990123
10932         + modify fty_regex.c to compile on HAVE_REGEXPR_H_FUNCS machine (patch
10933           by Kimio Ishii <ishii@csl.sony.co.jp>).
10934         + rename BSDI console terminfo entries:  bsdos to bsdos-pc-nobold, and
10935           bsdos-bold to bsdos-pc (patch by Jeffrey C Honig).
10936         + modify tput to accept termcap names as an alternative to terminfo
10937           names (patch by Jeffrey C Honig).
10938         + correct a typo in term.7 (Todd C Miller).
10939         + add configure --with-shlib-version option to allow installing shared
10940           libraries named according to release or ABI versions.  This
10941           parameterizes some existing logic in the configure script, and is
10942           intended for compatibility upgrades on Digital Unix, which used
10943           versioned libraries in ncurses 4.2, but no longer does (cf:  980425).
10944         + resync configure script against autoconf 2.13 + patches
10945         + minor improvements for teraterm terminfo entry based on the program's
10946           source distribution.
10947
10948 990116
10949         + change default for configure --enable-big-core to assume machines do
10950           have enough memory to resolve terminfo.src in-memory.
10951         + correct name of ncurses library in TEST_ARGS when configuring with
10952           debug library.
10953         + minor fixes to compile ncurses library with broken-linker with g++.
10954         + add --enable-broken-linker configure option, default to environment
10955           variable $BROKEN_LINKER (request by Jeffrey C Honig).
10956         + change key_names[] array to static since it is not part of the curses
10957           interface (reported by Jeffrey C Honig <jch@bsdi.com>).
10958
10959 990110
10960         + add Tera Term terminfo entry - TD
10961
10962 990109
10963         + reviewed/corrected macros in curses.h as per XSI document.
10964         + provide support for termcap PC variable by copying it from terminfo
10965           data and using it as the padding character in tputs (reported by
10966           Alexander V Lukyanov).
10967         + corrected iris-ansi and iris-ansi-ap terminfo entries for kent and
10968           kf9-kf12 capabilities, as well as adding kcbt.
10969         + document the mouse handling mechanism in menu_driver and make a small
10970           change in menu_driver's return codes to provide more consistency
10971           (patch by Juergen Pfeifer).
10972         + add fallback definition for NCURSES_CONST to termcap.h.in (reported
10973           by Uchiyama Yasushi <uch@nop.or.jp>).
10974         + move lib_restart.c to ncurses/base, since it uses curses functions
10975           directly, and therefore cannot be used in libtinfo.so
10976         + rename micro_char_size to micro_col_size, adding #define to retain
10977           old name.
10978         + add set_a_attributes and set_pglen_inch to terminfo structure, as per
10979           XSI and Solaris 2.5.
10980         + minor makefile files to build ncurses test_progs
10981         + update html files in misc directory to reflect changes since 4.2
10982
10983 990102
10984         + disable scroll hints when hashmap is enabled (patch by Alexander
10985           V Lukyanov).
10986         + move logic for tic's verify of -e option versus -I and -C so that the
10987           terminfo data is not processed if we cannot handle -e (reported by
10988           Steven Schwartz <steves@unitrends.com>.
10989         + add test-driver traces to terminfo and termcap functions.
10990         + provide support for termcap ospeed variable by copying it from the
10991           internal cur_term member, and using ospeed as the baudrate reference
10992           for the delay_output and tputs functions.  If an application does not
10993           set ospeed, the library behaves as before, except that _nc_timed_wait
10994           is no longer used, or needed, since ospeed always has a value.  But
10995           the application can modify ospeed to adjust the output of padding
10996           characters (prompted by a bug report for screen 3.7.6 and email from
10997           Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>).
10998         + removed some unused ifdef's as part of Alexander's restructuring.
10999         + reviewed/updated curses.h, term.h against X/Open Curses Issue 4
11000           Version 2.  This includes making some parameters NCURSES_CONST
11001           rather than const, e.g., in termcap.h.
11002         + change linux terminfo entry to use ncv#2, since underline does not
11003           work with color
11004
11005 981226
11006         + miscellaneous corrections for curses.h to match XSI.
11007         + change --enable-no-padding configure option to be normally enabled.
11008         + add section to ncurses manpage for environment variables.
11009         + investigated Debian bug report that pertains to screen 3.7.4/3.7.6
11010           changes, found no sign of problems on Linux (or on SunOS, Solaris)
11011           running screen built with ncurses.
11012         + check if tmp_fp is opened in tic.c before closing it (patch by Pavel
11013           Roskin <pavel_roskin@geocities.com>).
11014         + correct several font specification typos in man-pages.
11015
11016 981220
11017         + correct default value for BUILD_CC (reported by Larry Virden).
11018
11019 981219
11020         + modify _nc_set_writedir() to set a flag in _nc_tic_dir() to prevent
11021           it from changing the terminfo directory after chdir'ing to it.
11022           Otherwise, a relative path in $TERMINFO would confuse tic (prompted
11023           by a Debian bug report).
11024         + correct/update ncsa terminfo entry (report by Larry Virden).
11025         + update xterm-xfree86 terminfo to current (patch 90), smcur/rmcur
11026           changes
11027         + add Mathew Vernon's mach console entries to terminfo.src
11028         + more changes, moving functions, as part of Alexander's restructuring.
11029         + modify configure script for GNU/Hurd share-library support, introduce
11030           BUILD_CC variable for cross compiling (patch by Uchiyama Yasushi
11031           <uch@nop.or.jp>)
11032
11033 981212
11034         + add environment variable NCURSES_NO_SETBUF to allow disabling the
11035           setbuf feature, for testing purposes.
11036         + correct ifdef's for termcap.h versus term.h that suppress redundant
11037           declarations of prototypes (reported by H.J.Lu).
11038         + modify Makefile.os2 to add linker flags which allow multiple copies
11039           of an application to coexist (reported by Ilya Zakharevich).
11040         + update Makefile.glibc and associated configure script so that ncurses
11041           builds as a glibc add-on with the new directory configuration
11042           (reported by H.J.Lu).
11043
11044 981205
11045         + modify gen_reps() function in gen.c to work properly on SunOS
11046           (sparc), which is a left-to-right architecture.
11047         + modify relative_move and tputs to avoid an interaction with the
11048           BSD-style padding.  The relative_move function could produce a string
11049           to replace on the screen which began with a numeric character, which
11050           was then interpreted by tputs as padding.  Now relative_move will not
11051           generate a string with a leading digit in that case (overwrite).
11052           Also, tputs will only interpret padding if the string begins with a
11053           digit; as coded it permitted a string to begin with a decimal point
11054           or asterisk (reported by Larry Virden).
11055         > patches by Juergen Pfeifer:
11056         + fix a typo in m_driver.c mouse handling and improves the error
11057           handling.
11058         + fix broken mouse handling in the Ada95 binding
11059         + make the Ada95 sample application menus work with the new menu mouse
11060           support
11061         + improve the mouse handling introduced by Ilya; it now handles menus
11062           with spacing.
11063         + repair a minor bug in the menu_driver code discovered during this
11064           rework.
11065         + add new function wmouse_trafo() to hide implementation details of
11066           _yoffset member of WINDOW struct needed for mouse coordinate
11067           transformation.
11068
11069 981128
11070         + modify Ada95/gen/gen.c to avoid using return-value of sprintf, since
11071           some older implementations (e.g., SunOS 4.x) return the buffer
11072           address rather than its length.
11073         > patch by Rick Ohnemus:
11074         + modify demo.cc to get it to compile with newer versions of egcs.
11075         + trim a space that appears at the end of the table preprocessor lines
11076           ('\" t).  This space prevents some versions of man from displaying
11077           the pages - changed to remove all trailing whitespace (TD)
11078         + finally, 'make clean' does not remove panel objects.
11079         > patches by Ilya Zakharevich:
11080         + allow remapping of OS/2 mouse buttons using environment variable
11081           MOUSE_BUTTONS_123 with the default value 132.
11082         + add mouse support to ncurses menus.
11083
11084 981121
11085         + modify misc/makedef.cmd to report old-style .def file symbols, and to
11086           generate the .def files sorted by increasing names rather than the
11087           reverse.
11088         + add misc/*.ref which are J.J.G.Ripoll's dll definition files (renamed
11089           from misc/*.old), and updated based on the entrypoint coding he used
11090           for an older version of ncurses.
11091         + add README.emx, to document how to build on OS/2 EMX.
11092         + updates for config.guess, config.sub from Lynx
11093         > patches by Ilya Zakharevich:
11094         + minor fixes for mouse handling mode:
11095           a) Do not initialize mouse if the request is to have no mouse;
11096           b) Allow switching of OS/2 VIO mouse on and off.
11097         + modify Makefile.os2 to support alternative means of generating
11098           configure script, by translating Unix script with Perl.
11099         > patches by Juergen Pfeifer:
11100         + Updates MANIFEST to reflect changes in source structure
11101         + Eliminates a problem introduced with my last patch for the C++
11102           binding in the panels code.  It removes the update() call done in the
11103           panel destructor.
11104         + Changes in the Ada95 binding to better support systems where
11105           sizeof(chtype)!=sizeof(int) (e.g.  DEC Alpha).
11106
11107 981114
11108         + modify install-script for manpages to skip over .orig and .rej files
11109           (request by Larry Virden).
11110         > patches/discussion by Alexander V Lukyanov:
11111         + move base-library sources into ncurses/base and tty (serial terminal)
11112           sources into ncurses/tty, as part of Alexander V Lukyanov's proposed
11113           changes to ncurses library.
11114         + copy _tracemouse() into ncurses.c so that lib_tracemse.c need not
11115           be linked into the normal ncurses library.
11116         + move macro winch to a function, to hide details of struct ldat
11117         > patches by Juergen Pfeifer:
11118         + fix a potential compile problem in cursesw.cc
11119         + some Ada95 cosmetics
11120         + fix a gen.c problem when compiling on 64-Bit machines
11121         + fix Ada95/gen/Makefile.in "-L" linker switch
11122         + modify Ada95 makefiles to use the INSTALL_PREFIX setting.
11123
11124 981107
11125         + ifdef'd out lib_freeall.c when not configured.
11126         + rename _tracebits() to _nc_tracebits().
11127         + move terminfo-library sources into ncurses/tinfo, and trace-support
11128           functions into ncurses/trace as part of Alexander V Lukyanov's
11129           proposed changes to ncurses library.
11130         + modify generated term.h to always specify its own definitions for
11131           HAVE_TERMIOS_H, etc., to guard against inclusion by programs with
11132           broken configure scripts.
11133
11134 981031
11135         + modify terminfo parsing to accept octal and hexadecimal constants,
11136           like Solaris.
11137         + remove an autoconf 2.10 artifact from the configure script's check
11138           for "-g" compiler options.  (Though harmless, this confused someone
11139           at Debian, who recently issued a patch that results in the opposite
11140           effect).
11141         + add configure option --with-ada-compiler to accommodate installations
11142           that do not use gcc as the driver for GNAT (patch by Juergen
11143           Pfeifer).
11144
11145 981017
11146         + ensure ./man exists in configure script, needed when configuring
11147           with --srcdir option.
11148         + modify infocmp "-r" option to remove limit on formatted termcap
11149           output, which makes it more like Solaris' version.
11150         + modify captoinfo to treat no-argument case more like Solaris'
11151           version, which uses the contents of $TERMCAP as the entry to format.
11152         + modify mk-2nd.awk to handle subdirectories, e.g., ncurses/tty
11153           (patch by Alexander V Lukyanov).
11154
11155 981010
11156         + modify --with-terminfo-dirs option so that the default value is the
11157           ${datadir} value, unless $TERMINFO_DIRS is already set.  This gets
11158           rid of a hardcoded list of candidate directories in the configure
11159           script.
11160         + add some error-checking to _nc_read_file_entry() to ensure that
11161           strings are properly terminated (Todd C Miller).
11162         + rename manpage file curs_scr_dmp.3x to curs_scr_dump.3x, to
11163           correspond with contents (reported by Neil Zanella
11164           <nzanella@cs.mun.ca>).
11165         + remove redundant configure check for C++ which did not work when $CXX
11166           was specified with a full pathname (reported by Andreas Jaeger).
11167         + corrected bcopy/memmove check; the macro was not standalone.
11168
11169 981003
11170         + remove unnecessary portion of OS/2 EMX mouse change from
11171           check_pending() (reported by Alexander V Lukyanov).
11172
11173 980926
11174         + implement mouse support for OS/2 EMX (adapted from patch against
11175           4.2(?) by Ilya Zakharevich).
11176         + add configure-check for bcopy/memmove, for 980919 changes to hashmap.
11177         + merge Data General terminfo from Hasufin <hasufin@vidnet.net> - TD
11178         + merge AIX 3.2.5 terminfo descriptions for IBM terminals, replaces
11179           some older entries - TD
11180         + modify tic to compile into %'char' form in preference to %{number},
11181           since that is a little more efficient.
11182         + minor correction to infocmp to avoid displaying "difference" between
11183           two capabilities that are rendered in equivalent forms.
11184         + add "-g" option to tic/infocmp to force character constants to be
11185           displayed in quoted form.  Otherwise their decimal values are shown.
11186         + modify setupterm so that cancelled strings are treated the same as
11187           absent strings, cancelled and absent booleans false (does not affect
11188           tic, infocmp).
11189         + modify tic, infocmp to discard redundant i3, r3 strings when output
11190           to termcap format.
11191         > patch by Alexander V Lukyanov:
11192         + improve performance of tparm, now it takes 19% instead of 25% when
11193           profiling worm.
11194         + rename maxlen/minlen to prec/width for better readability.
11195         + use format string for printing strings.
11196         + use len argument correctly in save_text, and pass it to save_number.
11197
11198 980919
11199         + make test_progs compile (but hashmap does not function).
11200         + correct NC_BUFFERED macro, used in lib_mvcur test-driver, modify
11201           associated logic to avoid freeing the SP->_setbuf data.
11202         + add modules home_terminfo and getenv_num to libtinfo.
11203         + move write_entry to libtinfo, to work with termcap caching.
11204         + minor fixes to blue.c to build with atac.
11205         + remove softscroll.c module; no longer needed for testing.
11206         > patches by Todd C Miller:
11207         + use strtol(3) instead of atoi(3) when parsing env variables so we can
11208           detect a bogus (non-numeric) value.
11209         + check for terminal names > MAX_NAME_SIZE in a few more places when
11210           dealing with env variables again.
11211         + fix a MAX_NAME_SIZE that should be MAX_NAME_SIZE+1
11212         + use sizeof instead of strlen(3) on PRIVATE_INFO since it is a fixed
11213           string #define (compile time vs runtime).
11214         + when setting errno to ENOMEM, set it right before the return, not
11215           before code that could, possibly, set errno to a different value.
11216         > patches by Alexander V Lukyanov:
11217         + use default background in update_cost_from_blank()
11218         + disable scroll-hints when hashmap is configured.
11219         + improve integration of hashmap scrolling code, by adding oldhash and
11220           newhash data to SP struct.
11221         + invoke del_curterm from delscreen.
11222         + modify del_curterm to set cur_term to null if it matches the
11223           function's parameter which is deleted.
11224         + modify lib_doupdate to prefer parm_ich to the enter_insert_mode and
11225           exit_insert_mode combination, adjusting InsCharCost to check
11226           enter_insert_mode, exit_insert_mode and insert_padding.  Add
11227           insert_padding in insert mode after each char.  This adds new costs
11228           to the SP struct.
11229
11230 980912
11231         + modify test-driver in lib_mvcur.s to use _nc_setbuffer, for
11232           consistent treatment.
11233         + modify ncurses to restore output to unbuffered on endwin, and resume
11234           buffering in refresh (see lib_set_term.c and NC_BUFFERED macro).
11235         + corrected HTML version numbers (according to the W3C validator, they
11236           never were HTML 2.0-compliant, but are acceptable 3.0).
11237
11238 980905
11239         + modify MKterminfo.sh to generate terminfo.5 with tables sorted by
11240           capability name, as in SVr4.
11241         + modified term.h, termcap.h headers to avoid redundant declarations.
11242         + change 'u_int' type in tset.c to unsigned, making this compile on
11243           Sequent PRX 4.1 (reported by Michael Sterrett <msterret@coat.com>).
11244
11245 980829
11246         + corrections to mailing addresses, and moving the magic line that
11247           causes the man program to invoke tbl to the first line of each
11248           manpage (patch by Rick Ohnemus <rick@ecompcon.com>).
11249         + add Makefile.os2 and supporting scripts to generate dll's on OS/2 EMX
11250           (from J.J.G.Ripoll, with further integration by TD).
11251         + correct a typo in icl6404 terminfo entry.
11252         + add xtermm and xtermc terminfo entries.
11253         > from esr's terminfo version:
11254         + Added Francesco Potorti's tuned Wyse 99 entries.
11255         + dtterm enacs (from Alexander V Lukyanov).
11256         + Add ncsa-ns, ncsa-m-ns and ncsa-m entries from esr version.
11257
11258 980822
11259         + document AT&T acs characters in terminfo.5 manpage.
11260         + use EMX _scrsize() function if terminfo and environment do not
11261           declare the screen size (reported by Ilya Zakharevich
11262           <ilya@math.ohio-state.edu>).
11263         + remove spurious '\' characters from eterm and osborne terminfo
11264           entries (prompted by an old Debian bug report).
11265         + correct reversed malloc/realloc calls in _nc_doalloc (reported by
11266           Hans-Joachim Widmaier <hjwidmai@foxboro.com>).
11267         + correct misplaced parenthesis which caused file-descriptor from
11268           opening termcap to be lost, from 980725 changes (reported by Andreas
11269           Jaeger).
11270
11271 980815
11272         + modify lib_setup.c to eliminate unneeded include of <sys/ioctl.h>
11273           when termios is not used (patch by Todd C Miller).
11274         + add function _nc_doalloc, to ensure that failed realloc calls do not
11275           leak memory (reported by Todd C Miller).
11276         + improved ncsa-telnet terminfo entry.
11277
11278 980809
11279         + correct missing braces around a trace statement in read_entry.c,
11280           from 980808 (reported by Kim DeVaughn <kimdv@best.com> and Liviu
11281           Daia).
11282
11283 980808
11284         + fix missing include <errno.h> in ditto.c (reported by Bernhard
11285           Rosenkraenzer <bero@k5.sucks.eu.org>)
11286         + add NCSA telnet terminfo entries from Francesco Potorti
11287           <F.Potorti@cnuce.cnr.it>, from Debian bug reports.
11288         + make handling of $LINES and $COLUMNS variables more compatible with
11289           Solaris by allowing them to individually override the window size
11290           as obtained via ioctl.
11291
11292 980801
11293         + modify lib_vidattr.c to allow for terminal types (e.g., xterm-color)
11294           which may reset all attributes in the 'op' capability, so that colors
11295           are set before turning on bold and other attributes, but still after
11296           turning attributes off.
11297         + add 'ditto.c' to test directory to illustrate use of newterm for
11298           initializing multiple screens.
11299         + modify _nc_write_entry() to recover from failed attempt to link alias
11300           for a terminfo on a filesystem which does not preserve character case
11301           (reported by Peter L Jordan <PJordan@chla.usc.edu>).
11302
11303 980725
11304         + updated versions of config.guess and config.sub based on automake 1.3
11305         + change name-comparisons in lib_termcap to compare no more than 2
11306           characters (gleaned from Debian distribution of 1.9.9g-8.8, verified
11307           with Solaris curses).
11308         + fix typo in curs_insstr.3x (patch by Todd C Miller)
11309         + use 'access()' to check if ncurses library should be permitted to
11310           open or modify files with fopen/open/link/unlink/remove calls, in
11311           case the calling application is running in setuid mode (request by
11312           Cristian Gafton <gafton@redhat.com>, responding to Duncan Simpson
11313           <dps@io.stargate.co.uk>).
11314         + arm100 terminfo entries from Dave Millen <dmill@globalnet.co.uk>).
11315         + qnxt2 and minitel terminfo entries from esr's version.
11316
11317 980718
11318         + use -R option with ldconfig on FreeBSD because otherwise it resets
11319           the search path to /usr/lib (reported by Dan Nelson).
11320         + add -soname option when building shared libraries on OpenBSD 2.x
11321           (request by QingLong).
11322         + add configure options --with-manpage-format and
11323           --with-manpage-renames (request by QingLong).
11324         + correct conversion of CANCELLED_NUMERIC in write_object(), which was
11325           omitting the high-order byte, producing a 254 in the compiled
11326           terminfo.
11327         + modify return-values of tgetflag, tgetnum, tgetstr, tigetflag,
11328           tigetnum and tigetstr to be compatible with Solaris (gleaned from
11329           Debian distribution of 1.9.9g-8.8).
11330         + modify _nc_syserr_abort to abort only when compiled for debugging,
11331           otherwise simply exit with an error.
11332
11333 980711
11334         + modify Ada95 'gen' program to use appropriate library suffix (e.g.,
11335           "_g" for a debug build).
11336         + update Ada95 'make clean' rule to include generics .ali files
11337         + add a configure test to ensure that if GNAT is found, that it can
11338           compile/link working Ada95 program.
11339         + flush output in beep and flash functions, fixing a problem with
11340           getstr (patch by Alexander V Lukyanov)
11341         + fix egcs 1.0.2 warning for etip.h (patch by Chris Johns).
11342         + correct ifdef/brace nesting in lib_sprintf.c (patch by Bernhard
11343           Rosenkraenzer <bero@Pool.Informatik.RWTH-Aachen.DE>).
11344         + correct typo in wattr_get macro from 980509 fixes (patch by Dan
11345           Nelson).
11346
11347 980704
11348         + merge changes from current XFree86 xterm terminfo descriptions.
11349         + add configure option '--without-ada'.
11350         + add a smart-default for termcap 'ac' to terminfo 'acs_chars' which
11351           corresponds to vt100.
11352         + change translation for termcap 'rs' to terminfo 'rs2', which is
11353           the documented equivalent, rather than 'rs1'.
11354
11355 980627
11356         + slow 'worm' down a little, for very fast machines.
11357         + corrected firstchar/lastchar computation in lib_hline.c
11358         + simplify some expressions with CHANGED_CELL, CHANGED_RANGE and
11359           CHANGED_TO_EOL macros.
11360         + modify init_pair so that if a color-pair is reinitialized, we will
11361           repaint the areas of the screen whose color changes, like SVr4 curses
11362           (reported by Christian Maurer <maurer@inf.fu-berlin.de>).
11363         + modify getsyx/setsyx macros to comply with SVr4 man-page which
11364           says that leaveok() affects their behavior (report by Darryl Miles,
11365           patch by Alexander V Lukyanov).
11366
11367 980620
11368         + review terminfo.5 against Solaris 2.6 curses version, corrected
11369           several minor errors/omissions.
11370         + implement tparm %l format.
11371         + implement tparm printf-style width and precision for %s, %d, %x, %o
11372           as per XSI.
11373         + implement tparm dynamic variables (reported by Xiaodan Tang).
11374
11375 980613
11376         + update man-page for for wattr_set, wattr_get (cf:  980509)
11377         + correct limits in hashtest, which would cause nonprinting characters
11378           to be written to large screens.
11379         + correct configure script, when --without-cxx was specified:  the
11380           wrong variable was used for cf_cv_type_of_bool.  Compilers up to gcc
11381           2.8 tolerated the missing 'int'.
11382         + remove the hardcoded name "gcc" for the GNU Ada compiler.  The
11383           compiler's name might be something like "egcs" (patch by Juergen
11384           Pfeifer).
11385         + correct curs_addch.3x, which implied that echochar could directly
11386           display control characters (patch by Alexander V Lukyanov).
11387         + fix typos in ncurses-intro.html (patch by Sidik Isani
11388           <isani@cfht.hawaii.edu>)
11389
11390 980606
11391         + add configure test for conflicting use of exception in math.h and
11392           other headers.
11393         + minor optimization to 'hash()' function in hashmap.c, reduces its
11394           time by 10%.
11395         + correct form of LD_SHARED_OPTS for HP-UX 10.x (patch by Tim Mooney).
11396         + fix missing quotes for 'print' in MKunctrl.awk script (reported by
11397           Mihai Budiu <mihaib@gs41.sp.cs.cmu.edu>).
11398         > patch by Alexander V Lukyanov:
11399         + correct problem on Solaris (with poll() function) where getch could
11400           hang indefinitely even if timeout(x) was called.  This turned out to
11401           be because milliseconds was not updated before 'goto retry' in
11402           _nc_timed_wait.
11403         + simplified the function _nc_timed_wait and fixed another bug, which
11404           was the assumption of !GOOD_SELECT && HAVE_GETTIMEOFDAY in *timeleft
11405           assignment.
11406         + removed the cycle on EINTR, as it seems to be useless.
11407
11408 980530
11409         + add makefile-rule for test/keynames
11410         + modify run_tic.sh and shlib to ensure that user's .profile does not
11411           override the $PATH used to run tic (patch by Tim Mooney).
11412         + restore LD_SHARED_OPTS to $(LD_SHARED_FLAGS) when linking programs,
11413           needed for HP-UX shared-library path (recommended by Tim Mooney).
11414         + remove special case of HP-UX -L options, use +b options to embed
11415           $(libdir) in the shared libraries (recommended by Tim Mooney).
11416         + add checks for some possible buffer overflows and unchecked
11417           malloc/realloc/calloc/strdup return values (patch by Todd C Miller
11418           <Todd.Miller@courtesan.com>)
11419
11420 980523
11421         + correct maxx/maxy expression for num_columns/num_lines in derwin
11422           (patch by Alexander V Lukyanov).
11423         + add /usr/share/lib/terminfo and /usr/lib/terminfo as compatibility
11424           fallbacks to _nc_read_entry(), along with --with-terminfo-dirs
11425           configure option (suggested by Mike Hopkirk).
11426         + modify config.guess to recognize Unixware 2.1 and 7 (patch by Mike
11427           Hopkirk <hops@sco.com>).
11428         + suppress definition of CC_SHARED_OPTS in LDFLAGS_SHARED in c++
11429           Makefile.in, since this conflicts when g++ is used with HP-UX
11430           compiler (reported by Tim Mooney).
11431         + parenthesize 'strcpy' calls in c++ binding to workaround redefinition
11432           in some C++ implementations (reported by several people running
11433           egcs with glibc 2.0.93, analysis by Andreas Jaeger.
11434
11435 980516
11436         + modify write_entry.c so that it will not attempt to link aliases
11437           with embedded '/', but give only a warning.
11438         + put -L$(libdir) first when linking programs, except for HP-UX.
11439         + modify comp_scan.c to handle SVr4 terminfo description for att477,
11440           which contains a colon in the description field.
11441         + modify configure script to support SCO osr5.0.5 shared libraries,
11442           from comp.unix.sco.programmer newsgroup item (Mike Hopkirk).
11443         + eliminate extra GoTo call in lib_doupdate.c (patch by Alexander V.
11444           Lukyanov).
11445         + minor adjustments of const/NCURSES_CONST from IRIX compile.
11446         + add updates based on esr's 980509 version of terminfo.src.
11447
11448 980509
11449         + correct macros for wattr_set, wattr_get, separate wattrset macro from
11450           these to preserve behavior that allows attributes to be combined with
11451           color pair numbers.
11452         + add configure option --enable-no-padding, to allow environment
11453           variable $NCURSES_NO_PADDING to eliminate non-mandatory padding,
11454           thereby making terminal emulators (e.g., for vt100) a little more
11455           efficient (request by Daniel Eisenbud <eisenbud@cs.swarthmore.edu>).
11456         + modify configure script to embed ABI in shared libraries for HP-UX
11457           10.x (detailed request by Tim Mooney).
11458         + add test/example of the 'filter()' function.
11459         + add nxterm and xterm-color terminfo description (request by Cristian
11460           Gafton <gafton@redhat.com>).
11461         + modify rxvt terminfo description to clear alternate screen before
11462           switching back to normal screen, for compatibility with applications
11463           which use xterm (reported by Manoj Kasichainula <manojk@io.com>).
11464         + modify linux terminfo description to reset color palette (reported
11465           by Telford Tendys <telford@eng.uts.edu.au>).
11466         + correction to doupdate, for case where terminal does not support
11467           insert/delete character.  The logic did not check that there was a
11468           difference in alignment of changes to old/new screens before
11469           repainting the whole non-blank portion of the line.  Modified to fall
11470           through into logic that reduces by the portion which does not differ
11471           (reported by Daniel Eisenbud <eisenbud@cs.swarthmore.edu>).
11472         + minor performance improvement to wnoutrefresh by moving some
11473           comparisons out of inner loop.
11474
11475 980425
11476         + modify configure script to substitute NCURSES_CONST in curses.h
11477         + updated terminfo entries for xterm-xf86-v40, xterm-16color,
11478           xterm-8bit to correspond to XFree86 3.9Ag.
11479         + remove restriction that forces ncurses to use setaf/setab if the
11480           number of colors is greater than 8.  (see 970524 for xterm-16color).
11481         + change order of -L options (so that $(libdir) is searched first) when
11482           linking tic and other programs, to workaround HP's linker.
11483           Otherwise, the -L../lib is embedded when linking against shared
11484           libraries and the installed program does not run (reported by Ralf
11485           Hildebrandt).
11486         + modify configuration of shared libraries on Digital Unix so that
11487           versioning is embedded in the library, rather than implied by
11488           links (patch by Tim Mooney).
11489
11490 980418
11491         + modify etip.h to avoid conflict with math.h on HP-UX 9.03 with gcc
11492           2.8.1 which redefines 'exception' (reported by Ralf Hildebrandt
11493           <R.Hildebrandt@tu-bs.de>).
11494         + correct configure tests in CF_SHARED_OPTS which used $CC value to
11495           check for gcc, rather than autoconf's $GCC value.  This did not
11496           work properly if the full pathname of the compiler were given
11497           (reported by Michael Yount <yount@csf.Colorado.edu>).
11498         + revise check for compiler options to force ANSI mode since repeating
11499           an option such as -Aa causes HP's compiler to fail on its own headers
11500           (reported by Clint Olsen <olsenc@ichips.intel.com>).
11501
11502 980411
11503         + ifdef'd has_key() and mcprint() as extended functions.
11504         + modified several prototypes to correspond with 1997 version of
11505           X/Open Curses (affects ABI since developers have used attr_get).
11506         + remove spurious trailing blanks in glibc addon-scripts (patch by
11507           H.J.Lu).
11508         + insert a few braces at locations where gcc-2.8.x asks to use them to
11509           avoid ambiguous else's, use -fpic rather than -fPIC for Linux (patch
11510           by Juergen Pfeifer).
11511
11512 980404
11513         + split SHLIB_LIST into SHLIB_DIRS/SHLIB_LIST to keep -L options
11514           before -l to accommodate Solaris' linker (reported by Larry Virden).
11515
11516 980328
11517         + modify lib_color.c to eliminate dependency on orig_colors and
11518           orig_pair, since SVr4 curses does not require these either, but
11519           uses them when they are available.
11520         + add detailed usage-message to infocmp.
11521         + correct a typo in att6386 entry (a "%?" which was "?").
11522         + add -f option to infocmp and tic, which formats the terminfo
11523           if/then/else/endif so that they are readable (with newlines and
11524           tabs).
11525         + fixes for glibc addon scripts (patch by H.J.Lu).
11526
11527 980321
11528         + revise configure macro CF_SPEED_TYPE so that termcap.h has speed_t
11529           declared (from Adam J Richter <adam@yggdrasil.com>)
11530         + remove spurious curs_set() call from leaveok() (J T Conklin).
11531         + corrected handling leaveok() in doupdate() (patch by Alexander V.
11532           Lukyanov).
11533         + improved version of wredrawln (patch by Alexander V. Lukyanov).
11534         + correct c++/Makefile.in so install target do not have embedded ../lib
11535           to confuse it (patch by Thomas Graf <graf@essi.fr>).
11536         + add warning to preinstall rule which checks if the installer would
11537           overwrite a curses.h or termcap.h that is not derived from ncurses.
11538           (The recommended configuration for developers who need both is to
11539           use --disable-overwrite).
11540         + modify preinstall rule in top-level Makefile to avoid implicit
11541           use of 'sh', to accommodate Ultrix 4.4 (reported by Joao Palhoto
11542           Matos <jmatos@math.ist.utl.pt>, patch by Thomas Esser
11543           <te@informatik.uni-hannover.de>)
11544         + refine ifdef's for TRACE so that libncurses has fewer dependencies
11545           on libtinfo when TRACE is disabled.
11546         + modify configure script so that if the --with-termlib option is used
11547           to generate a separate terminfo library, we chain it to the ncurses
11548           library with a "-l" option (reported by Darryl Miles and Ian T.
11549           Zimmerman).
11550
11551 980314
11552         + correct limits and window in wredrawln function (reported/analysis by
11553           Alexander V. Lukyanov).
11554         + correct sed expression in configure script for --with-fallback
11555           option (patch by Jesse Thilo).
11556         + correct some places in configure script where $enableval was used
11557           rather than $withval (patch by Darryl Miles <dlm@g7led.demon.co.uk>).
11558         + modify some man-pages so no '.' or '..' falls between TH and SH
11559           macros, to accommodate man_db program (reported by Ian T. Zimmerman
11560           <itz@rahul.net>).
11561         + terminfo.src 10.2.1 downloaded from ESR's webpage (ESR).
11562         > several changes by Juergen Pfeifer:
11563         + add copyright notices (and rcs id's) on remaining man-pages.
11564         + corrected prototypes for slk_* functions, using chtype rather than
11565           attr_t.
11566         + implemented the wcolor_set() and slk_color() functions
11567         + the slk_attr_{set,off,on} functions need an additional void*
11568           parameter according to XSI.
11569         + fix the C++ and Ada95 binding as well as the man pages to
11570           reflect above enhancements.
11571
11572 980307
11573         + use 'stat()' rather than 'access()' in toe.c to check for the
11574           existence of $HOME/.terminfo, since it may be a file.
11575         + suppress configure CF_CXX_LIBRARY check if we are not using g++
11576           2.7.x, since this is not needed with g++ 2.8 or egcs (patch by
11577           Juergen Pfeifer).
11578         + turn on hashmap scrolling code by default, intend to remedy defects
11579           by 4.3 release.
11580         + minor corrections to terminfo.src changelog.
11581
11582 980302  4.2 release for upload to prep.ai.mit.edu
11583         + correct Florian's email address in ncurses-intro.html
11584         + terminfo.src 10.2.0 (ESR).
11585
11586 980228  pre-release
11587         + add linux-koi8r replace linux-koi8, which is not KOI8 (patch by
11588           QingLong <qinglong@Bolizm.ihep.su>).
11589         + minor documentation fixes (patch by Juergen Pfeifer).
11590         + add setlocale() call to ncurses.c (reported by Claes G. Lindblad
11591           <claesg@algonet.se>).
11592         + correct sign-extension in lib_insstr.c (reported by Sotiris
11593           Vassilopoulos <svas@leon.nrcps.ariadne-t.gr>)
11594
11595 980221  pre-release
11596         + regenerated some documentation overlooked in 980214 patch
11597           (ncurses-intro.doc, curs_outopts.3x.html)
11598         + minor ifdef change to C++ binding to work with gcc 2.8.0 (patch by
11599           Juergen Pfeifer).
11600         + change maintainer's mailing address to florian@gnu.org, change
11601           tentative mailing list address to bug-ncurses-request@gnu.org (patch
11602           by Florian La Roche).
11603         + add definition of $(REL_VERSION) to c++/Makefile.in (reported by Gran
11604           Hasse <gh@raditex.se>).
11605         + restore version numbers to Ada95 binding, accidentally deleted by
11606           copyright patch (patch by Juergen Pfeifer).
11607
11608 980214  pre-release
11609         + remove ncurses.lsm from MANIFEST so that it won't be used in FSF
11610           distributions, though it is retained in development.
11611         + correct scaling of milliseconds to nanoseconds in lib_napms.c (patch
11612           by Jeremy Buhler).
11613         + update mailing-list information (bug-ncurses@gnu.org).
11614         + update announcement for upcoming 4.2 release.
11615         + modify -lm test to check for 'sin()' rather than 'floor()'
11616         + remove spurious commas from terminfo.src descriptions.
11617         + change copyright notices to Free Software Foundation
11618
11619 980207
11620         + minor fixes for autoconf macros CF_ERRNO, CF_HELP_MESSAGE and
11621           CF_SIZECHANGE
11622         + modify Makefile.glibc so that $(objpfx) is defined (H.J.Lu).
11623         + ifdef-out true-return from _nc_mouse_inline() which depends on
11624           merge of QNX patch (pending 4.2 release).
11625         > patch to split off seldom-used modules in ncurses (J T Conklin):
11626           This reduces size by up to 2.6kb.
11627         + move functionality of _nc_usleep into napms, add configuration case
11628           for nanosleep().
11629         + moved wchgat() from lib_addch.c to lib_chgat.c
11630         + moved clearok(), immedok(), leaveok(), and scrollok() from
11631           lib_options.c to lib_clearok.c, lib_immedok.c, lib_leaveok.c and
11632           lib_scrollok.c.
11633         + moved napms() from lib_kernel.c to lib_napms.c
11634         + moved echo() and noecho() from lib_raw.c to lib_echo.c
11635         + moved nl() and nonl() from lib_raw.c to lib_nl.c
11636
11637 980131
11638         + corrected conversion in tclock.c (cf: 971018).
11639         + updates to Makefile.glibc and associated Linux configure script
11640           (patch by H.J.Lu).
11641         + workaround a quoting problem on SunOS with tar-copy.sh
11642         + correct init_pair() calls in worm.c to work when use_default_colors()
11643           is not available.
11644         + include <sys/types.h> in CF_SYS_TIME_SELECT to work with FreeBSD
11645           2.1.5
11646         + add ncv capability to FreeBSD console (cons25w), making reverse
11647           work with color.
11648         + correct sense of configure-test for sys/time.h inclusion with
11649           sys/select.h
11650         + fixes for Ada95/ada_include/Makefile.in to work with --srcdir option.
11651         + remove unused/obsolete test-program rules from progs/Makefile.in
11652           (the rules in ncurses/Makefile.in work).
11653         + remove shared-library loader flags from test/Makefile.in, etc.
11654         + simplify test/configure.in using new version of autoconf to create
11655           test/ncurses_cfg.h
11656         + suppress suffix rules in test/Makefile.in, provide explicit
11657           dependency to work with --srcdir option and less capable 'make'
11658           programs.
11659         > adapted from patch for QNX by Xiaodan Tang:
11660         + initialize %P and %g variables set/used in tparm, and also ensure
11661           that empty strings don't return a null result from tparam_internal
11662         + add QNX-specific prototype for vsscanf()
11663         + move initialization of SP->_keytry from init_keytry() to newterm() to
11664           avoid resetting it via a keyok() call by mouse_activate().
11665         + reorganized some functions in lib_mouse() to use case-statements.
11666         + remove sgr string from qnx terminfo entry since it is reported to
11667           turn off attributes inconsistently.
11668
11669 980124
11670         + add f/F/b/B commands to ncurses 'b' test to toggle colors, providing
11671           test for no_color_video.
11672         + adjusted emx.src to use no_color_video, now works with ncurses 'b'
11673           and 'k' tests.
11674         + implement no_color_video attribute, and as a special case, reverse
11675           colors when the reverse attribute cannot be combined with color.
11676         + check for empty string in $TERM variable (reported by Brett Michaels
11677           <brett@xylan.com>).
11678         > from reports by Fred Fish:
11679         + add configure-test for isascii
11680         + add configure-test for -lm library.
11681         + modify CF_BOOL_SIZE to check if C++ bool types are unsigned.
11682         > patches by J.J.G.Ripoll
11683         + add configure/makefile variables to support .exe extension on
11684           OS/2 EMX (requires additional autoconf patches).
11685         + explicitly initialize variables in lib_data.c to appease OS/2 linker
11686         > patches by Fred Fish <fnf@ninemoons.com>
11687         + misc/Makefile.in (install.data):  Avoid trying to install the CVS
11688           directory.
11689         + aclocal.m4 (install.includes):  Remove files in the include directory
11690           where we are going to install new ones, not the original source
11691           files.
11692         + misc/terminfo.src:  Add entry for "beterm", derived from termcap
11693           distributed with BeOS PR2 using captoinfo.
11694         + aclocal.m4: Wrap $cf_cv_type_of_bool with quotes (contains space)
11695         + aclocal.m4: Assume bool types are unsigned.
11696         + progs/infocmp.c: workaround mwcc 32k function data limit
11697
11698 980117
11699         + correct initialization of color-pair (cf: 970524) in xmas.c, which
11700           was using only one color-pair for all colors (reported by
11701           J.J.G.Ripoll).
11702         + add multithread options for objects build on EMX, for compatibility
11703           with XFree86.
11704         + split up an expression in MKlib_gen.sh to work around a problem on
11705           OS/2 EMX, with 'ash' (patch by J.J.G.Ripoll).
11706         + change terminfo entries xterm (xterm-xf86-v40), xterm-8bit rs1 to use
11707           hard reset.
11708         + rename terminfo entry xterm-xf86-v39t to xterm-xf86-v40
11709         + remove bold/underline from sun console entries since they're not
11710           implemented.
11711         + correct _tracef calls in _tracedump(), which did not separate format
11712           from parameters.
11713         + correct getopt string for tic "-o" option, and add it to man-page
11714           synopsis (reported by Darren Hiebert <darren@hmi.com>).
11715         + correct typo in panel/Makefile.in, reversed if-statement in scrolling
11716           optimization (Alexander V.  Lukyanov).
11717         + test for 'remove()', use 'unlink() if not found (patch by Philippe De
11718           Muyter <phdm@macqel.be>).
11719         > patches by Juergen Pfeifer:
11720         + Improve a feature of the forms driver.  For invisible fields
11721           (O_VISIBLE off) only the contents but not the attributes are cleared.
11722           We now clear both.  (Reported by Javier Kohan
11723           <jkohan@adan.fceia.unr.edu.ar>)
11724         + The man page form_field_opts.3x makes now clear, that invisible
11725           fields are also always inactive.
11726         + adjust ifdef's to compile the C++ binding with the just released
11727           gcc-2.8.0 c++ and the corresponding new C++ libraries.
11728
11729 980110
11730         + correct "?" command in ncurses.c; it was performing non-screen writes
11731           while the program was in screen mode.  (It "worked" in 1.9.9e because
11732           that version sets OPOST and OCRNL incorrectly).
11733         + return error from functions in lib_kernel, lib_raw and lib_ti if
11734           cur_term is null, or if underlying I/O fails.
11735         + amend change to tputs() so that it does not return an error if
11736           cur_term is null, since some applications depend on being able to use
11737           tputs without initializing the terminal (reported by Christian J.
11738           Robinson <infynity@cyberhighway.net>).
11739
11740 980103
11741         + add a copy of emx.src from J.J.G.Ripoll's OS/2 EMX version of ncurses
11742           1.9.9e, together with fixes/additions for the "ansi" terminal type.
11743         + add tic check for save/restore cursor if change_scroll_region is
11744           defined (reference: O'Reilly book).
11745         + modify read_termcap.c to handle EMX-style pathnames (reported by
11746           J.J.G.Ripoll).
11747         + modify lib_raw.c to use EMX's setmode (patch from J.J.G.Ripoll).
11748           Ripoll says EMX's curses does this.
11749         + modify _nc_tic_expand() to generate \0 rather than \200.
11750         + move/revise 'expand()' from dump_entry.c to ncurses library as
11751           _nc_tic_expand(), for use by tack.
11752         + decode \a as \007 for terminfo, as per XSI.
11753         + correct translation of terminfo "^@", to \200, like \0.
11754         + modify next_char() to treat <cr><lf> the same as <newline>, for
11755           cross-platform compatibility.
11756         + use new version of autoconf (971230) to work around limited
11757           environment on CLIX, due to the way autoconf builds --help message.
11758         > patch by Juergen Pfeifer:
11759         + check that the Ada95 binding runs against the correct version of
11760           ncurses.
11761         + insert constants about the library version into the main spec-file of
11762           the Ada95 binding.
11763
11764 971227
11765         + modify open/fopen calls to use binary mode, needed for EMX.
11766         + modify configure script to work with autoconf 2.10 mods for OS/2
11767           EMX (from J.J.G.Ripoll).
11768         + generated ncurses_cfg.h with patch (971222) to autoconf 2.12 which
11769           bypasses limited sed buffer length.
11770         > several changes from Juan Jose Garcia Ripoll <worm@arrakis.es>
11771           (J.J.G.Ripoll) to support OS/2 EMX:
11772         + add a _scrolling flag to SP, to set when we encounter a terminal
11773           that simply cannot scroll.
11774         + corrected logic in _nc_add_to_try(), by ensuring that strings with
11775           embedded \200 characters are matched.
11776         + don't assume the host has 'link()' function, for linking terminfo
11777           entries.
11778
11779 971220
11780         + if there's no ioctl's to support sigwinch handler, disable it.
11781         + add configure option --disable-ext-funcs to remove the extended
11782           functions from the build.
11783         + add configure option --with-termlib to generate the terminfo
11784           functions as a separate library.
11785         + add 'sources' rule to facilitate cross-compiling.
11786         + review/fix order of mostlyclean/clean/distclean rules.
11787         + modify install-rule for headers to first remove old header, in
11788           case there was a symbolic link that confuses the install script.
11789         + corrected substitution for NCURSES_CONST in term.h (cf: 971108)
11790         + add null pointer checks in wnoutrefresh(), overlap() (patch by
11791           Xiaodan Tang <xtang@qnx.com>)
11792         + correct tputs(), which could dereference a null cur_term if invoked
11793           before terminal is initialized (patch by Christopher Seawood
11794           <cls@seawood.org>)
11795         > patch by Juergen Pfeifer:
11796         + makes better use of "pragma Inline" in the Ada95 binding
11797         + resynchronizes the generated html manpages
11798
11799 971213
11800         + additional fixes for man-pages section-references
11801         + add (for debugging) a check for ich/ich1 conflict with smir/rmir
11802           to tic, etc.
11803         + remove hpa/vpa from rxvt terminal description because they are not
11804           implemented correctly, added sgr0.
11805         + change ncurses 's' to use raw mode, so ^Q works (reported by Rudolf
11806           Leitgeb <leitgeb@leland.stanford.edu>)
11807
11808 971206
11809         + modify protection when installing libraries to (normally) not
11810           executable.  HP-UX shared libraries are an exception.
11811         + add configure check for 'tack'.
11812         + implement script for renaming section-references in man-page install,
11813           for Debian configuration.
11814         + add validity-check for SP in trace code in baudrate() (reported by
11815           Daniel Weaver).
11816         > patch by Alexander V. Lukyanov (fixes to match sol25 curses)
11817         + modify 'overlay()' so that copy applies target window background to
11818           characters.
11819         + correct 'mvwin()' so that it does not clear the previous locations.
11820         + correct lib_acs.c so that 8-bit character is not sign expanded in
11821           case of wide characters in chtype.
11822         + correct control-char test in lib_addch.c for use with wide chars
11823         + use attribute in the chtype when adding a control character in
11824           lib_addch.c control char was added with current attribute
11825
11826 971129
11827         + save/restore errno in _tracef() function
11828         + change treatment of initialize_color to use a range of 0..1000
11829           (recommended by Daniel Weaver).
11830         + set umask in mkinstalldirs, fixing problems reported by users who
11831           have set root's umask to 077.
11832         + correct bug in tic that caused capabilities to be reprinted at the
11833           end of output when they had embedded comments.
11834         + rewrote wredrawln to correspond to XSI, and split-out since it is
11835           not often used (from report by Alexander V. Lukyanov, 970825)
11836         + rewrote Dan Nelson's change to make it portable, as well as to
11837           correct logic for handling backslashes.
11838         + add code to _nc_tgetent() to make it work more like a real tgetent().
11839           It removes all empty fields, and removes all but the first in a group
11840           of duplicate caps.  The code was pulled from the BSD libtermcap code
11841           in termcap.c (patch by Dan Nelson <dnelson@emsphone.com>
11842         + don't include --enable-widec in the --with-develop configure option,
11843           since it is not binary-compatible with 4.1 (noted by Alexander V.
11844           Lukyanov)
11845         > patch by Juergen Pfeifer:
11846         + further improvements of the usage of elaboration pragmas in the Ada95
11847           binding
11848         + enhanced Ada95 sample to use the user_data mechanism for panels.
11849         + a fix for the configuration script to make gnat-3.10 the required
11850           version.
11851         + resync of the html version of the manpages
11852
11853 971122
11854         > fixes/updates for terminfo.src:
11855         + add vt220-js, pilot, rbcomm, datapoint entries from esr's 27-jun-97
11856           version.
11857         + add hds200 description (Walter Skorski)
11858         + add EMX 0.9b descriptions
11859         + correct rmso/smso capabilities in wy30-mc and wy50-mc (Daniel Weaver)
11860         + rename xhpterm back to hpterm.
11861         > patch by Juergen Pfeifer:
11862         + Improves the usage of elaboration pragmas for the Ada95 binding.
11863         + Adds a translation of the test/rain.c into Ada95 to the samples.
11864           This has been contributed to the project by Laurent Pautet
11865           (pautet@gnat.com)
11866
11867 971115
11868         + increase MAX_NAME_SIZE to 512 to handle extremely long alias list
11869           in HP-UX terminfo.
11870         + correction & simplification of delay computation in tputs, based on
11871           comments from Daniel Weaver.
11872         + replace test for SCO with more precise header tests.
11873         + add configure test for unsigned literals, use in NCURSES_BITS macro.
11874         + comment-out the -PIC, etc., flags from c++, progs and test makefiles
11875           since they probably are not needed, and are less efficient (noted by
11876           Juergen Fluk)
11877         + add -L$(libdir) to loader options, after -L../lib so that loaders
11878           that record this information will tend to do the right thing if
11879           the programs are moved around after installing them (suggested by
11880           Juergen Fluk).
11881         + add -R option to loader options for programs for Solaris if the
11882           --enable-rpath option is specified for the libraries.
11883
11884 971112
11885         + correct installed filename for shared libraries on *BSD (reported by
11886           Juergen Fluk).
11887
11888 971108
11889         + cleanup logic for deciding when tputs() should call delay_output(),
11890           based on comments from Daniel Weaver.
11891         + modified tputs() to avoid use of float.
11892         + correct use of trailpad in tputs(), which used the wrong variable
11893           in call to delay_output().
11894         + correct inverted expression for null-count in delay_output()
11895           (analysis by Daniel Weaver).
11896         + apply --enable-rpath option to Solaris (requested by Larry Virden).
11897         + correct substitution of EXTRA_CFLAGS for gcc 2.6.3
11898         + correct check for error-return by _nc_tgetent(), which returns 0
11899           for success.
11900         + add configure test for BSD 4.4 cgetent() function, modify
11901           read_termcap.c to use the host's version of that if found, using the
11902           terminal database on FreeBSD (reported by Peter Wemm).
11903         + add u8, u9 strings to sun-il description for Daniel Weaver.
11904         + use NCURSES_CONST in panel's user-pointer.
11905         + modify edit_cfg.sh and MKterm.h.awk.in to substitute NCURSES_CONST
11906           so that will work on NeXT.
11907         + use _nc_set_screen() rather than assignments to SP to fix port to
11908           NeXT (reported by Francisco A. Tomei Torres).
11909
11910 971101
11911         + force mandatory padding in bell and flash_screen, as specified in
11912           XSI.
11913         + don't allow padding_baud_rate to override mandatory delays (reported
11914           by Daniel Weaver).
11915         + modify delay_output() to use _nc_timed_wait() if no baudrate has been
11916           defined, or if the cur_term pointer is not initialized.  XSI treats
11917           this as unspecified.  (requested by Daniel Weaver).
11918         + change getcap-cache ifdef's to eliminate unnecessary chdir/mkdir
11919           when that feature is not configured.
11920         + remove _nc_err_abort() calls when write_entry.c finds a directory but
11921           cannot write to it, e.g., when translating part/all of /etc/termcap
11922           (reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>).
11923           (this dates back to 951102 in 1.9.7a).
11924         + minor ifdef fixes to compile with atac and glibc 2.0.5c
11925         + add check for -lgen when configuring regexpr.h
11926         + modify Solaris shared-library option "-d y" to "-dy" to workaround
11927           incompatibility of gcc 2.7.2 vs vendor's tools.
11928
11929 971026
11930         + correct ifdef's for struct winsize vs struct ttysize in lib_setup.c
11931           to compile on SCO.
11932         + remove dangling backslash in panel/Makefile.in
11933         + modify MKkeyname.awk to work with SCO's nawk, which dumps core in the
11934           length() function.
11935         + correct length of allocation in _nc_add_to_try(), to allow for
11936           trailing null.
11937         + correct logic in _nc_remove_key(), which was discarding too many
11938           nodes (patch by Alexander V. Lukyanov)
11939
11940 971025
11941         + add definition for $(REL_VERSION) to test/Makefile.in, so *BSD
11942           shared libraries link properly (see 970524).
11943         + modify Linux shared-library generation to include library
11944           dependencies (e.g., -lncurses and -lgpm) in the forms, menu and
11945           panel libraries (suggested by Juergen Pfeifer).
11946         + modify configure script to use config.guess and config.sub rather
11947           than uname, which is unreliable on some systems.
11948         + updated Makefile.glibc, test-built with glibc 2.0.5c
11949         + modify keyname() to return values consistent with SVr4 curses (patch
11950           by Juergen Fluk).
11951         > changes requested by Daniel Weaver:
11952         + modify delay_output() so that it uses the same output function as
11953           tputs() if called from that function.
11954         + move _baudrate from SCREEN to TERMINAL so that low-level use of
11955           tputs works when SP is not set.
11956         > patch by Juergen Pfeifer:
11957         + factor lib_menu and lib_form into smaller modules
11958         + clean up the interface between panel and SCREEN
11959         + minor changes to the Ada95 mouse support implementation
11960         + minor bugfix in C++ binding to ripoff windows
11961         + fix a few Ada95 html documentation pages
11962
11963 971018
11964         + split-out lib_ungetch.c, make runtime link to resizeterm() to
11965           decouple those modules from lib_restart.c
11966         + add xterm-xf86-v39t description to terminfo.src
11967         + reset SP->_endwin in lib_tstp.c cleanup() function after calling
11968           endwin() to avoid unnecessary repainting if the application has
11969           established an atexit function, etc.  Encountered this problem in
11970           the c++ demo, whose destructors repaint the screen.
11971         + combine _nc_get_screensize() and resizeterm() calls as new function
11972           _nc_update_screensize().
11973         + minor fixes to allow compile with g++ (suggested by Nelson H. F.
11974           Beebe).
11975         + implement install-rules for Ada95 makefiles.
11976         + use screen_lines or MAXLINES as needed where LINES was coded,
11977           as well as screen_columns for COLS, in the ncurses library.
11978         > patch by Alexander V. Lukyanov:
11979         + modify logic for ripped-off lines to handle several SCREENs.
11980         > patch by Juergen Pfeifer:
11981         + factors lib_slk.c into some smaller modules
11982         + factors panel.c into some smaller modules
11983         + puts the static information about the current panel stack into the
11984           SCREEN structure to allow different panel stacks on different
11985           screens.
11986         + preliminary fix for an error adjusting LINES to account for
11987           ripped-off lines.
11988
11989 971011
11990         + move _nc_max_click_interval and other mouse interface items to SCREEN
11991           struct so that they are associated with a single terminal, and also
11992           save memory when the application does not need a mouse (roughly 3k vs
11993           0.5k on Linux).
11994         + modify mouseinterval() so that a negative parameter queries the
11995           click-interval without modifying it.
11996         + modify ncurses 'i' test to work with ncurses' apparent extension from
11997           SVr4, i.e., allows nocbreak+noecho (analysis by Alexander V.
11998           Lukyanov).
11999         + add configure options --with-ada-includes and --with-ada-objects,
12000           to drive Ada95 binding install (not yet implemented).
12001         + install C++ binding as -lncurses++ and associated headers with the
12002           other ncurses headers.
12003         + fix header uninstall if configure --srcdir is used.
12004         > minor interface changes to support 'tack' program -TD
12005           (request by Daniel Weaver <danw@znyx.com>).
12006         + export functions _nc_trans_string() and _nc_msec_cost().
12007         + add variable _nc_nulls_sent, to record the number of padding
12008           characters output in delay_output().
12009         + move tests for generic_type and hard_copy terminals in setupterm()
12010           to the end of that function so that the library will still be
12011           initialized, though not generally useful for curses programs.
12012         > patches by Alexander V. Lukyanov:
12013         + modify ClrBottom() to avoid using clr_eos if there is only one line
12014           to erase.
12015         + typo in configure --help.
12016         > patch by J T Conklin (with minor resync against Juergen's changes)
12017         + split-out lib_flash.c from lib_beep.c
12018         + split-out lib_hline.c and lib_vline.c from lib_box.c
12019         + split-out lib_wattron.c, lib_wattroff.c from lib_addch.c
12020
12021 971005
12022         > patch by Juergen Pfeifer:
12023         + correct source/target of c++/edit_cfg.sh
12024
12025 971004
12026         + add color, mouse support to kterm terminfo entry.
12027         + modify lib_mouse.c to recognize rxvt, kterm, color_xterm also as
12028           providing "xterm"-style mouse.
12029         + updated rxvt's terminfo description to correspond to 2.21b, with
12030           fixes for the acsc (the box1 capability is incorrect, ech1 does not
12031           work).
12032         + fix logic in parse_entry.c that discarded acsc when 'synthesizing'
12033           an entry from equivalents in XENIX or AIX.  This lets ncurses handle
12034           the distribution copy of rxvt's terminfo.
12035         + modify acsc capability for linux and linux-koi8 terminfo descriptions
12036           (from Pavel Roskin <pavel@absolute.spb.su>).
12037         + corrected definition in curses.h for ACS_LANTERN, which was 'I'
12038           rather than 'i' (see 970802).
12039         + updated terminfo.src with reformatted acsc entries, and repaired the
12040           trashed entries with spurious '\' characters that this exposed.
12041         + add logic to dump_entry.c to reformat acsc entries into canonical
12042           form (sorted, unique mapping).
12043         + add configure script to generate c++/etip.h
12044         + add configure --with-develop option, to enable by default most of the
12045           experimental options (requested by Alexander V. Lukyanov).
12046         + rename 'deinstall' to 'uninstall', following GNU convention
12047           (suggested by Alexander V. Lukyanov).
12048         > patches by Alexander V. Lukyanov:
12049         + modify tactics 2 and 5 in onscreen_mvcur(), to allow them on the last
12050           line of the screen, since carriage return will not cause a newline.
12051         + remove clause from PutCharLR() that would try to use
12052           eat_newline_glitch since that apparently does not work on some
12053           terminals (e.g., M$ telnet).
12054         + correct a limit check in scroll_csr_backward()
12055         > patches by Juergen Pfeifer:
12056         + adds dummy implementations of methods above() and below() to the
12057           NCursesPanel class.
12058         + fixes missing returncode in NCursesWindow::ripoffline()
12059         + fixes missing returncode in TestApplication::run() in demo.cc
12060         + We should at least give a comment in etip.h why it is currently a
12061           problem to install the C++ binding somewhere
12062         + makes the WINDOW* argument of wenclose() a const.
12063         + modifies several of the routines in lib_adabind.c to use a const
12064           WINDOW* argument.
12065
12066 970927
12067         + add 'deinstall' rules.
12068         + use explicit assignments in configure --without-progs option to
12069           work around autoconf bug which doesn't always set $withval.
12070         + check for ldconfig, don't try to run it if not found.
12071         + implement simple/unoptimized case in lib_doupdate.c to handle
12072           display with magic cookie glitch, tested with ncurses.c program.
12073         + correct missing _tracef in getmouse(), to balance the returnCode
12074           macro.
12075         + simplify show_attr() in ncurses.c using termattrs().
12076         > patches by Juergen Pfeifer:
12077         + provides missing inlines for mvw[hv]line in cursesw.h of the C++
12078           binding
12079         + fixes a typo in a comment of frm_driver.c
12080         + Enhances Ada95 Makefiles to fulfill the requirement of GNAT-3.10 that
12081           generics should be compiled.  Proper fixes to the configuration
12082           scripts are also provided.
12083
12084 970920
12085         + several modifications to the configure script (requested by Ward
12086           Horner):
12087           + add configure options --without-progs, to suppress the build of the
12088             utility programs, e.g., for cross-compiling.
12089           + add $(HOSTCCFLAGS) and $(HOSTLDFLAGS) symbols to ncurses
12090             Makefile.in, to simplify setup for cross compiling.
12091           + add logic in configure script to recognize "--target=vxworks", and
12092             generate load/install actions for VxWorks objects.
12093         + move typedef for sigaction_t into SigAction.h to work around problem
12094           generating lint library.
12095         + modify fty_regex.c to reflect renaming of ifdef's for regular
12096           expressions.
12097         + simplify ifdef in lib_setup.c for TIOCGWINSZ since that symbol may
12098           reside in <sys/ioctl.h>.
12099         + merge testcurs.c with version from PDCurses 2.3, clarifying some of
12100           the more obscure tests, which rely upon color.
12101         + use macros getbegyx() and getmaxyx() in newdemo.c and testcurs.c
12102         + modify ncurses.c to use getbegyx() and getmaxyx() macros to cover up
12103           implementation difference wrt SVr4 curses, allow 's' test to work.
12104         + add missing endwin() to testscanw.c program (reported by Fausto
12105           Saporito <fausap@itb.it>).
12106         + fixes/updates for Makefile.glibc and related files under sysdeps
12107           (patch by H.J.Lu).
12108         > patches by Juergen Pfeifer:
12109         + add checks for null pointers, especially WINDOW's throughout the
12110           ncurses library.
12111         + solve a problem with wrong calculation of panel overlapping (reported
12112           by Ward Horner):
12113           + make sure that a panel's window isn't a pad.
12114           + do more error checking in module lib_touch.c
12115         + missing files for Ada95 binding from the last patch
12116         + synch. of generated html pages (RCS-Id's were wrong in html files)
12117         + support for Key_Resize in Ada binding
12118         + changed documentation style in ./c++/cursesm.h
12119         > patches by Alexander V. Lukyanov:
12120         + undo attempt to do recursive inlining for PutChar(), noting that it
12121           did not improve timing measurably, but inflated the size of
12122           lib_doupdate.o
12123
12124 970913
12125         + modify rain.c to use color.
12126         + correct scroll_csr_backward() to match scroll_csr_forward().
12127         + minor adjustment to llib-lncurses, to work with Solaris 2.5.1
12128         + minor fixes to sysdeps/unix/sysv/linux/configure to reflect renaming
12129           of configure cache variables in 970906.
12130         + correct logic involving changes to O_VISIBLE option in
12131           Synchronize_Options function in frm_driver.c (Tony Hoffmann
12132           <Tony.Hoffmann@hia.nrc.ca>)
12133         + add $(HOSTCC) symbol to ncurses Makefile.in, to simplify setup for
12134           cross compiling (suggested by Chris Johns).
12135         + modify ifdef in lib_setup.c to only include <sys/ioctl.h> if we can
12136           use it to support screen-size calculation (reported by Chris Johns).
12137         + #undef unctrl to avoid symbol conflict in port to RTEMS (reported by
12138           Chris Johns <cjohns@plessey.com.au>)
12139         > patches by Juergen Pfeifer:
12140         + simplified, made minor corrections to Ada95 binding to form
12141           fieldtype.
12142         + The C++ binding has been enhanced:
12143           + Improve NCursesWindow class:  added additional methods to cover
12144             more ncurses functionality.  Make refresh() and noutrefresh()
12145             virtual members to allow different implementation in the
12146             NCursesPanel class.
12147           + CAUTION:  changed order of parameters in vline() and hline() of
12148             NCursesWindow class.
12149           + Make refresh() in NCursesPanel non-static, it is now a
12150             reimplementation of refresh() in the base class.  Added
12151             noutrefresh() to NCursesPanel.
12152           + Added NCursesForm and related classes to support libform
12153             functionality.
12154           + Moved most of configuration related stuff from cursesw.h to etip.h
12155           + Added NCursesApplication class to support easy configuration of
12156             menu and forms related attributes as well as ripped of title lines
12157             and Soft-Label-Keys for an application.
12158           + Support of Auto-Cleanup for a menu's fieldlist.
12159           + Change of return type for current_item() and operator[] for menus.
12160           + Enhanced demo.
12161         + Fixed a bug in form/fld_def.c:  take into account that copyarg and
12162           freearg for a fieldtype may be NULL, makearg must not be NULL
12163         + Fixed a bug in form/fld_type.c:  in set_fieldtype_arg() makearg must
12164           not be NULL, copyarg and freearg may be NULL.
12165         + Fixed a bug in form/frm_def.c:  Allow Disconnect_Fields() if it is
12166           already disconnected.
12167         + Enhance form/frm_driver.c:  Allow growth of dynamic fields also on
12168           navigation requests.
12169         + Fixed a bug in form/fty_enum.c:  wrong position of postincrement in
12170           case-insensitiva comparison routine.
12171         + Enhanced form/lib_adabind.c with function _nc_get_field() to get a
12172           forms field by index.
12173         + Enhanced menu/m_adabind.c with function _nc_get_item() to get a menus
12174           item by index.
12175         + Fixed in curses.h.in:  make chtype argument for pechochar() constant.
12176           Mark wbkgdset() as implemented, remove wbkgdset macro, because it was
12177           broken (didn't handle colors correctly).
12178         + Enhanced lib_mouse.c: added _nc_has_mouse() function
12179         + Added _nc_has_mouse() prototype to curses.priv.h
12180         + Modified lib_bkgd.c:  hopefully correct implementation of wbkgdset();
12181           streamlined implementation of wbkgd()
12182         + Modified lib_mvwin.c:  Disable move of a pad.  Implement (costly)
12183           move of subwindows.  Fixed update behavior of movements of regular
12184           windows.
12185         + Fixed lib_pad.c:  make chtype argument of pechochar() const.
12186         + Fixed lib_window.c:  dupwin() is not(!) in every bit a really clone
12187           of the original.  Subwindows become regular windows by doing a
12188           dupwin().
12189         + Improved manpage form_fieldtype.3x
12190         > patches by Alexander V. Lukyanov:
12191         + simplify the PutChar() handling of exit_am_mode, because we already
12192           know that auto_right_margin is true.
12193         + add a check in PutChar() for ability to insert to the case of
12194           shifting character to LR corner.
12195         + in terminal initialization by _nc_screen_resume(), make sure that
12196           terminal right margin mode is known.
12197         + move logic that invokes touchline(), or does the equivalent, into
12198           _nc_scroll_window().
12199         + modify scrolling logic use of insert/delete line capability, assuming
12200           that they affect the screen contents only within the current
12201           scrolling region.
12202         + modify rain.c to demonstrate SIGWINCH handler.
12203         + remove logic from getch() that would return an ERR if the application
12204           called getch() when the cursor was at the lower-right corner of the
12205           physical screen, and the terminal does not have insert-character
12206           ability.
12207         + change view.c so that it breaks out of getch() loop if a KEY_RESIZE
12208           is read, and modify logic in getch() so this fix will yield the
12209           desired behavior, i.e., the screen is repainted automatically when
12210           the terminal window is resized.
12211
12212 970906
12213         + add configure option --enable-sigwinch
12214         + modify view.c to test KEY_RESIZE logic, with "-r" option.
12215         + modify testcurs.c to eliminate misleading display wrt cursor type
12216           by testing if the terminal supports cnorm, civis, cvvis.
12217         + several fixes for m68k/NeXT 4.0, to bring cur_term, _nc_curr_line and
12218           _nc_curr_col variables into linked programs:  move these variables,
12219           making new modules lib_cur_term and trace_buf (reported by Francisco
12220           Alberto Tomei Torres <fatomei@sandburg.unm.edu>).
12221         > patches by Alexander V. Lukyanov:
12222         + add pseudo-functionkey KEY_RESIZE which is returned by getch() when
12223           the SIGWINCH handler has been called since the last call to
12224           doupdate().
12225         + modify lib_twait.c to hide EINTR only if HIDE_EINTR is defined.
12226         + add SIGWINCH handler to ncurses library which is used if there is no
12227           application SIGWINCH handler in effect when the screen is
12228           initialized.
12229         + make linked list of all SCREEN structures.
12230         + move curses.h include before definition of SCREEN to use types in
12231           that structure.
12232         + correction to ensure that wgetstr uses only a newline to force a
12233           scroll (970831).
12234
12235 970831
12236         + add experimental configure option --enable-safe-sprintf; the normal
12237           mode now allocates a buffer as large as the screen for the
12238           lib_printw.c functions.
12239         + modify wgetch to refresh screen when reading ungetch'd characters,
12240           since the application may require this - SVr4 does this.
12241         + refine treatment of newline in wgetstr to echo only when this would
12242           force the screen to scroll.
12243
12244 970830
12245         + remove override in wgetstr() that forces keypad(), since SVr4 does
12246           not do this.
12247         + correct y-reference for erasure in wgetstr() when a wrap forces a
12248           scroll.
12249         + correct x-position in waddch() after a wrap forces a scroll.
12250         + echo newline in wgetstr(), making testscanw.c scroll properly when
12251           scanw is done.
12252         + modify vwscanw() to avoid potential buffer overflow.
12253         + rewrote lib_printw.c to eliminate fixed-buffer limits.
12254         > patches by Alexander V. Lukyanov:
12255         + correct an error in handling cooked mode in wgetch(); processing
12256           was in the wrong order.
12257         + simplified logic in wgetch() that handles backspace, etc., by using
12258           wechochar().
12259         + correct wechochar() so that it interprets the output character as
12260           in waddch().
12261         + modify pechochar() to use prefresh() rather than doupdate(), since
12262           the latter does not guarantee immediate refresh of the pad.
12263         + modify pechochar() so that if called with a non-pad WINDOW, will
12264           invoke wechochar() instead.
12265         + modify fifo indices to allow fifo to be longer than 127 bytes.
12266
12267 970823
12268         + add xterm-8bit to terminfo.src
12269         + moved logic for SP->_fifohold inside check_pending() to make it
12270           work properly when we add calls to that function.
12271         + ensure that bool functions return only TRUE or FALSE, and TRUE/FALSE
12272           are assigned to bool values (patch by H.J.Lu).
12273         > patches by Alexander V. Lukyanov:
12274         + several fixes to getch:
12275           1.  Separate cooked and raw keys in fifo
12276           2.  Fix the case of ungetch'ed KEY_MOUSE
12277           3.  wrap the code for hiding EINTR with ifdef HIDE_EINTR
12278           4.  correctly handle input errors (i.e., EINTR) without loss of raw
12279               keys
12280           5.  recognize ESC KEY_LEFT and similar
12281           6.  correctly handle the case of reception of KEY_MOUSE from gpm
12282         + correct off-by-one indexing error in _nc_mouse_parse(), that caused
12283           single mouse events (press/release) to be ignored in favor of
12284           composed events (click).  Improves on a fix from integrating gpm
12285           support in 961229.
12286         + add another call to check_pending, before scrolling, for
12287           line-breakout optimization
12288         + improve hashmap.c by
12289           1.  fixed loop condition in grow_hunks()
12290           2.  not marking lines with offset 0
12291           3.  fixed condition of 'too far' criteria, thus one-line hunks are
12292           ignored and two lines interchanged won't pass.
12293         + rewrote/simplified _nc_scroll_optimize() by separating into two
12294           passes, forward/backward, looking for chunks moving only in the given
12295           direction.
12296         + move logic that emits sgr0 when initializing the screen to
12297           _nc_screen_init(), now invoked from newterm.
12298         + move cursor-movement cleanup from endwin() into _nc_mvcur_wrap()
12299           function and screen cleanup (i.e., color) into _nc_screen_wrap()
12300           function.
12301         + add new functions _nc_screen_init(), _nc_screen_resume() and
12302           _nc_screen_wrap().
12303         + rename _nc_mvcur_scrolln() to _nc_scrolln().
12304         + add a copy of acs_map[] to the SCREEN structure, where it can be
12305           stored/retrieved via set_term().
12306         + move variables _nc_idcok, _nc_idlok, _nc_windows into the SCREEN
12307           structure.
12308
12309 970816
12310         + implement experimental _nc_perform_scroll().
12311         + modify newterm (actually _nc_setupscreen()) to emit an sgr0 when
12312           initializing the screen, as does SVr4 (reported by Alexander V.
12313           Lukyanov).
12314         + added test_progs rule to ncurses/Makefile.
12315         + modify test/configure.in to check if initscr is already in $LIBS
12316           before looking for (n)curses library.
12317         + correct version-number in configure script for OSF1 shared-library
12318           options (patch by Tim Mooney).
12319         + add -DNDEBUG to CPPFLAGS for --enable-assertions (as Juergen
12320           originally patched) since the c++ demo files do not necessarily
12321           include ncurses_cfg.h
12322         + supply default value for --enable-assertions option in configure
12323           script (reported by Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>).
12324         > patches by Alexander V. Lukyanov:
12325         + correct/simplify logic of werase(), wclrtoeol() and wclrbot().  See
12326           example firstlast.c
12327         + optimize waddch_literal() and waddch_nosync() by factoring out
12328           common subexpressions.
12329         + correct sense of NDEBUG ifdef for CHECK_POSITION macro.
12330         + corrections to render_char(), to make handling of colored blanks
12331           match SVr4 curses, as well as to correct a bug that xor'd space
12332           against the background character.
12333         + replaced hash function with a faster one (timed it)
12334         + rewrote the hashmap algorithm to be one-pass, this avoids multiple
12335           cost_effective() calls on the same lines.
12336         + modified cost_effective() so it is now slightly more precise.
12337         > patches for glibc integration (H.J.Lu):
12338         + add modules define_key, keyok, name_match, tries
12339         + add makefile rules for some of the unit tests in ncurses (mvcur,
12340           captoinfo, hardscroll, hashmap).
12341         + update Linux configure-script for wide-character definitions.
12342
12343 970809
12344         + modify _tracebits() to show the character size (e.g., CS8).
12345         + modify tparm() to emit '\200' where the generated string would have a
12346           null (reported by From:  Ian Dall <Ian.Dall@dsto.defence.gov.au> for
12347           terminal type ncr7900).
12348         + modify install process so that ldconfig is not invoked if the
12349           package is built with an install-prefix.
12350         + correct test program for chtype size (reported by Tim Mooney).
12351         + add configure option --disable-scroll-hints, using this to ifdef the
12352           logic that computes indices for _nc_scroll_optimize().
12353         + add module ncurses/softscroll.c, to perform single-stage computation
12354           of scroll indices used in _nc_scroll_optimize().  This is faster than
12355           the existing scrolling algorithm, but tends to make too-small hunks.
12356         + eliminate fixed buffer size in _nc_linedump().
12357         + minor fixes to lib_doupdate.c to add tradeoff between clr_eol (el)
12358           and clr_bol (el1), refine logic in ClrUpdate() and ClrBottom() (patch
12359           by Alexander V. Lukyanov).
12360         + add test/testaddch.c, from a pending patch by Alexander V. Lukyanov.
12361         + correct processing of "configure --enable-assertions" option (patch
12362           by Juergen Pfeifer).
12363
12364 970802
12365         + add '-s' (single-step) option too test/hashtest.c, correct an error
12366           in loop limit for '-f' (footer option), toggle scrollok() when
12367           writing footer to avoid wrap at lower-right corner.
12368         + correct behavior of clrtoeol() immediately after wrapping cursor,
12369           which was not clearing the line at the cursor position (reported by
12370           Liviu Daia <daia@stoilow.imar.ro>).
12371         + corrected mapping for ACS_LANTERN, which was 'I' rather than 'i'
12372           (reported by Klaus Weide <kweide@tezcat.com>).
12373         + many corrections to make progs/capconvert work, as well as make it
12374           reasonably portable and integrated with ncurses 4.1 (reported by Dave
12375           Furstenau <df@ravine.binary.net>).
12376
12377 970726
12378         + add flag SP->_fifohold, corresponding logic to modify the behavior of
12379           the line breakout logic so that if the application does not read
12380           input, refreshes will not be stopped, but only slowed.
12381         + generate slk_attr_off(), slk_attr_on(), slk_attr_set(), vid_attr(),
12382           ifdef'd for wide-character support, since ncurses' WA_xxx attribute
12383           masks are identical with the A_xxx masks.
12384         + modify MKlib_gen.sh to generate ifdef'd functions to support optional
12385           configuration of wide-characters.
12386         + modify tset to behave more like SVr4's tset, which does not modify
12387           the settings of intr, quit or erase unless they are given as command
12388           options (reported by Nelson H. F. Beebe <beebe@math.utah.edu>).
12389         + modify tset to look in /etc/ttys or /etc/ttytype if the configuration
12390           does not have getttynam().
12391         + extend baudrate table in tset.c to match baudrate() function.
12392         + add table entries for B230400 and B460800 to baudrate() function.
12393         + improve breakout logic by allowing it before the first line updated,
12394           which is what SVr4 curses does (patch by Alexander V. Lukyanov).
12395         + correct initialization of vcost in relative_move(), for cursor-down
12396           case (patch by Alexander V. Lukyanov).
12397         > nits gleaned from Debian distribution of 1.9.9g-3:
12398         + install symbolic link for intotocap.
12399         + reference libc directly when making shared libraries.
12400         + correct renaming of curs_scr_dmp.3x in man_db.renames.
12401         + guard tgetflag() and other termcap functions against null cur_term
12402           pointer.
12403
12404 970719
12405         + corrected initial state of software echo (error in 970405, reported
12406           by Alexander V. Lukyanov).
12407         + reviewed/added messages to configure script, so that all non-test
12408           options should be accompanied by a message.
12409         + add configure check for long filenames, using this to determine if
12410           it is safe to allow long aliases for terminal descriptions as does
12411           SVr4.
12412         + add configure options for widec (wide character), hashmap (both
12413           experimental).
12414         > patch by Alexander V. Lukyanov:
12415         + hashmap.c - improved by heuristic, so that scroll test works much
12416           better when csr is not available.
12417         + hardscroll.c - patched so that it continues to scroll other chunks
12418           after failure to scroll one.
12419         + lib_doupdate.c - _nc_mvcur_scrolln extended to handle more cases; csr
12420           is avoided as it is relative costly.  Fixed wrong coordinates in one
12421           case and wrong string in TRACE.
12422         > patch by Juergen Pfeifer:
12423         + modify C++ binding to compile on AIX 4.x with the IBM C-SET++
12424           compiler.
12425
12426 970712
12427         + remove alternate character set from kterm terminfo entry; it uses the
12428           shift-out control for a purpose incompatible with curses, i.e., font
12429           switching.
12430         + disentangle 'xterm' terminfo entry from some derived entries that
12431           should be based on xterm-r6 instead.
12432         + add cbt to xterm-xf86-xv32 terminfo entry; I added the emulation for
12433           XFree86 3.1.2F, but overlooked its use in terminfo then - T.Dickey.
12434         + correct logic in lib_mvcur.c that uses back_tab.
12435
12436 970706
12437         + correct change from 970628 to ClrUpdate() in lib_doupdate.c so that
12438           contents of curscr are saved in newscr before clearing the screen.
12439           This is needed to make repainting work with the present logic of
12440           TransformLine().
12441         + use napms() rather than sleep() in tset.c to avoid interrupting I/O.
12442
12443 970705
12444         + add limit checks to _nc_read_file_entry() to guard against overflow
12445           of buffer when reading incompatible terminfo format, e.g, from OSF/1.
12446         + correct some loop-variable errors in xmc support in lib_doupdate.c
12447         + modify ncurses 'b' test to add gaps, specified by user, to allow
12448           investigation of interaction with xmc (magic cookie) code.
12449         + correct typo in 970524 mods to xmas.c, had omitted empty parameter
12450           list from has_colors(), which gcc ignores, but SVr4 does not
12451           (reported by Larry Virden).
12452         + correct rmso capability in wy50-mc description.
12453         + add configure option "--enable-hard-tabs", renamed TABS_OK ifdef to
12454           USE_HARD_TABS.
12455         > patch by Juergen Pfeifer:
12456         + Add bindings for keyok() and define_key() to the Ada95 packages.
12457         + Improve man pages menu_post.3x and menu_format.3x
12458         + Fix the HTML pages in the Ada95/html directory to reflect the above
12459           changes.
12460
12461 970628
12462         + modify change from 970101 to ClrUpdate() in lib_doupdate.c so that
12463           pending changes to both curscr and newscr are flushed properly.
12464           This fixes a case where the first scrolling operation in nvi would
12465           cause the screen to be cleared unnecessarily and repainted before
12466           doing the indexing, i.e., by repeatedly pressing 'j' (reported by
12467           Juergen Pfeifer).
12468         + correct error in trans_string() which added embedded newlines in a
12469           terminfo description to the stored strings.
12470         + remove spurious newlines from sgr in wyse50 (and several other)
12471           terminfo descriptions.
12472         + add configure option for experimental xmc (magic cookie) code,
12473           "--enable-xmc-glitch".  When disabled (the default), attributes that
12474           would store a magic cookie are suppressed in vidputs().  The magic
12475           cookie code is far from workable at this stage; the configuration
12476           option is a stopgap.
12477         + move _nc_initscr() from lib_initscr.c to lib_newterm.c
12478         + correct path for invoking make_keys (a missing "./").
12479
12480 970621
12481         + correct sign-extension problem with "infocmp -e", which corrupted
12482           acsc values computed for linux fallback data.
12483         + correct dependency on ncurses/names.c (a missing "./").
12484         + modify configure script to use '&&' even for cd'ing to existing
12485           directories to work around broken shell interpreters.
12486         + correct a loop-limit in _nc_hash_map() (patch by Alexander V.
12487           Lukyanov).
12488
12489 970615
12490         + restore logic in _nc_scroll_optimize() which marks as touched the
12491           lines in curscr that are shifted.
12492         + add new utility 'make_keys' to compute keys.tries as a table rather
12493           than a series of function calls.
12494         + correct include-dependency for tic.h used by name_match
12495         + removed buffer-allocation for name and description from m_item_new.c,
12496           since this might result in incompatibilities with SVr4.  Also fixed
12497           the corresponding Ada95 binding module (patch by Juergen Pfeifer,
12498           report by Avery Pennarun <apenwarr@foxnet.net>)
12499         + removed the mechanism to timestamp the generated Ada95 sources.  This
12500           resulted always in generating patches for the HTML doc, even when
12501           nothing really changed (patch by Juergen Pfeifer).
12502         + improve man page mitem_new.3x (patch by Juergen Pfeifer).
12503
12504 970614
12505         + remove ech capability from rxvt description because it does not work.
12506         + add missing case logic for infocmp -I option (reported by Lorenzo M.
12507           Catucci <lorenzo@argon.roma2.infn.it>)
12508         + correct old bug in pnoutrefresh() unmasked by fix in 970531; this
12509           caused glitches in the ncurses 'p' test since the area outside the
12510           pad was not compared when setting up indices for _nc_scroll_optimize.
12511         + rewrote tracebits() to workaround misdefinition of TOSTOP on Ultrix
12512           4.4, as well as to eliminate fixed-size buffer (reported by Chris
12513           Tanner <tannerc@aecl.ca>)
12514         + correct prototype for termattrs() as per XPG4 version 2.
12515         + add placeholder prototypes for color_set(), erasewchar(),
12516           term_attrs(), wcolor_set() as per XPG4 version 2.
12517         + correct attribution for progs/progs.priv.h and lib_twait.c
12518         + improve line-breakout logic by checking based on changed lines rather
12519           than total lines (patch by Alexander V. Lukyanov).
12520         + correct loop limits for table-lookup of enumerated value in form
12521           (patch by Juergen Pfeifer).
12522         + improve threshold computation for determining when to call ClrToEOL
12523           (patch by Alexander V. Lukyanov).
12524
12525 970531
12526         + add configure option --disable-database to force the library to
12527           use only the fallback data.
12528         + add configure option --with-fallbacks, to specify list of fallback
12529           terminal descriptions.
12530         + add a symbolic link for ncurses.h during install; too many programs
12531           still assume there's an ncurses.h
12532         + add new terminfo.src entry for xterm-xf86-v33.
12533         + restore terminfo.src entry for emu to using setf/setb, since it is
12534           not, after all, generating ANSI sequences.  Corrected missing comma
12535           that caused setf/setb entries to merge.
12536         + modify mousemask() to use keyok() to enable/disable KEY_MOUSE, so
12537           that applications can disable ncurses' mouse and supply their own
12538           handler.
12539         + add extensions keyok() and define_key().  These are designed to allow
12540           the user's application better control over the use of function keys,
12541           e.g., disabling the ncurses KEY_MOUSE.  (The define_key idea was from
12542           a mailing-list thread started by Kenneth Albanowski
12543           <kjahds@kjahds.com> Nov'1995).
12544         + restore original behavior in ncurses 'g' test, i.e., explicitly
12545           set the keypad mode rather than use the default, since it confuses
12546           people.
12547         + rewrote the newdemo banner so it's readable (reported by Hugh
12548           Daniel).
12549         + tidy up exit from hashtest (reported by Hugh Daniel).
12550         + restore check for ^Q in ncurses 'g' test broken in 970510 (reported
12551           by Hugh Daniel)
12552         + correct tput program, checking return-value of setupterm (patch by
12553           Florian La Roche).
12554         + correct logic in pnoutrefresh() and pechochar() functions (reported
12555           by Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>).  The computation
12556           of 'wide' date to eric's #283 (1.9.9), and the pechochar bug to the
12557           original implementation (1.9.6).
12558         + correct typo in vt102-w terminfo.src entry (patch by Robert Wuest
12559           <rwuest@sire.vt.com>)
12560         + move calls of _nc_background() out of various loops, as its return
12561           value will be the same for the whole window being operated on (patch
12562           by J T Conklin).
12563         + add macros getcur[xy] getbeg[xy] getpar[xy], which are defined in
12564           SVr4 headers (patch by J T Conklin <jtc@NetBSD.ORG>)
12565         + modify glibc addon-configure scripts (patch by H.J.Lu).
12566         + correct a bug in hashmap.c: the size used for clearing the hashmap
12567           table was incorrect, causing stack corruption for large values of
12568           LINES, e.g., >MAXLINES/2 (patch by Alexander V. Lukyanov).
12569         + eric's terminfo 9.13.23 & 9.13.24 changes: replaced minitel-2 entry,
12570           added MGR, ansi-nt (note: the changes described for 9.13.24 have not
12571           been applied).
12572         > several changes by Juergen Pfeifer:
12573         + correct a missing error-return in form_driver.c when wrapping of a
12574           field is not possible.
12575         + correct logic in form_driver.c for configurations that do not have
12576           memccpy() (reported by Sidik Isani <isani@cfht.hawaii.edu>)
12577         + change several c++ binding functions to inline.
12578         + modify c++ menu binding to inherit from panels, for proper
12579           initialization.
12580         + correct freeing of menu items in c++ binding.
12581         + modify c++ binding to reflect removal of const from user data pointer
12582           in forms/menus libraries.
12583
12584 970524
12585         + add description of xterm-16color.
12586         + modify name of shared-library on *BSD to end with $(REL_VERSION)
12587           rather than $(ABI_VERSION) to match actual convention on FreeBSD
12588           (cf: 960713).
12589         + add OpenBSD to shared-library case, same as NetBSD and FreeBSD
12590           (reported by Hugh Daniel <hugh@rat.toad.com>).
12591         + corrected include-dependency in menu/Makefile so that "make install"
12592           works properly w/o first doing "make".
12593         + add fallback definition for isascii, used in infocmp.
12594         + modify xmas to use color, and to exit right away when a key is
12595           pressed.
12596         + modify gdc so that the scrolled digits function as described (there
12597           was no time delay between the stages, and the digits overwrote the
12598           bounding box without tidying up).
12599         + modify lib_color.c to use setaf/setab only for the ANSI color codes
12600           0 through 7.  Using 16 colors requires setf/setb.
12601         + modify ncurses 'c' test to work with 16 colors, as well as the normal
12602           8 colors.
12603         + remove const qualifier from user data pointer in forms and menus
12604           libraries (patch by Juergen Pfeifer).
12605         + rewrote 'waddchnstr()' to avoid using the _nc_waddch_nosync()
12606           function, thereby not interpreting tabs, etc., as per spec (patch by
12607           Alexander V. Lukyanov).
12608
12609 970517
12610         + suppress check for pre-existing ncurses header if the --prefix
12611           option is specified.
12612         + add configure options "--with-system-type" and
12613           "--with-system-release" to assist in checking the generated
12614           makefiles.
12615         + add configure option "--enable-rpath" to allow installers to specify
12616           that programs linked against shared libraries will have their library
12617           path embedded, allowing installs into nonstandard locations.
12618         + add flags to OSF1 shared-library options to specify version and
12619           symbol file (patch by Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>)
12620         + add missing definition for ABI_VERSION to c++/Makefile.in (reported
12621           by Satoshi Adachi <adachi@wisdom.aa.ap.titech.ac.jp>).
12622         + modify link flags to accommodate HP-UX linker which embeds absolute
12623           pathnames in executables linked against shared libraries (reported by
12624           Jason Evans <jasone@mrc.uidaho.edu>, solved by Alan Shutko
12625           <ats@hubert.wustl.edu>).
12626         + drop unnecessary check for attribute-change in onscreen_mvcur() since
12627           mvcur() is the only caller within the library, and that check in turn
12628           is exercised only from lib_doupdate.c (patch by Alexander V.
12629           Lukyanov).
12630         + add 'blank' parameter to _nc_scroll_window() so _nc_mvcur_scrolln()
12631           can use the background of stdscr as a parameter to that function
12632           (patch by Alexander V. Lukyanov).
12633         + moved _nc_mvcur_scrolln() from lib_mvcur.c to lib_doupdate.c, to use
12634           the latter's internal functions, as well as to eliminate unnecessary
12635           cursor save/restore operations (patch by Alexander V. Lukyanov).
12636         + omit parameter of ClrUpdate(), since it is called only for newscr,
12637           further optimized/reduced by using ClearScreen() and TransformLine()
12638           to get rid of duplicate code (patch by Alexander V. Lukyanov).
12639         + modify scrolling algorithm in _nc_scroll_optimize() to reject hunks
12640           that are smaller than the distance to be moved (patch by Alexander V.
12641           Lukyanov).
12642         + correct a place where the panel library was not ifdef'd in ncurses.c
12643           (Juergen Pfeifer)
12644         + documentation fixes (Juergen Pfeifer)
12645
12646 970515  4.1 release for upload to prep.ai.mit.edu
12647         + re-tag changes since 970505 as 4.1 release.
12648
12649 970510
12650         + modify ncurses 'g' test to allow mouse input
12651         + modify default xterm description to include mouse.
12652         + modify configure script to add -Wwrite-strings if gcc warnings are
12653           enabled while configuring --enable-const (and fixed related
12654           warnings).
12655         + add toggle, status display for keypad mode to ncurses 'g' test to
12656           verify that keypad and scrollok are not inherited from parent window
12657           during a call to newwin.
12658         + correction to MKexpanded.sh to make it work when configure --srcdir
12659           is used (reported by H.J.Lu).
12660         + revise test for bool-type, ensuring that it checks if builtin.h is
12661           available before including it, adding test for sizeof(bool) equal
12662           to sizeof(short), and warning user if the size cannot be determined
12663           (reported by Alexander V. Lukyanov).
12664         + add files to support configuration of ncurses as an add-on library
12665           for GNU libc (patch by H.J.Lu <hjl@lucon.org>)
12666
12667 970506
12668         + correct buffer overrun in lib_traceatr.c
12669         + modify change to lib_vidattr.c to avoid redundant orig_pair.
12670         + turn on 'echo()' in hanoi.c, since it is initially off.
12671         + rename local 'errno' variable in etip.h to avoid conflict with global
12672           (H.J.Lu).
12673         + modify configure script to cache LD, AR, AR_OPTS (patch by H.J.Lu
12674           <hjl@lucon.org>)
12675
12676 970505  4.1 pre-release
12677         + regenerate the misc directory html dumps without the link list, which
12678           is not useful.
12679         + correct dependency in form directory makefile which caused
12680           unnecessary recompiles.
12681         + correct substitution for ABI_VERSION in test-makefile
12682         + modify install rules for shared-library targets to remove the target
12683           before installing, since some install programs do not properly handle
12684           overwrite of symbolic links.
12685         + change order of top-level targets so that 'include' immediate
12686           precedes the 'ncurses' directory, reducing the time between new
12687           headers and new libraries (requested by Larry Virden).
12688         + modify lib_vidattr.c so that colors are turned off only before
12689           modifying other attributes, turned on after others.  This makes the
12690           hanoi.c program display correctly on FreeBSD console.
12691         + modify debug code in panel library to print user-data addresses
12692           rather than the strings which they (may) point to.
12693         + add check to ensure that C++ binding and demo are not built with g++
12694           versions below 2.7, since the binding uses templates.
12695         + modify c++ binding and demo to build and run with SGI's c++ compiler.
12696           (It also compiles with the Sun SparcWorks compiler, but the demo does
12697           not link, due to a vtbl problem).
12698         + corrections to demo.cc, to fix out-of-scope variables (Juergen
12699           Pfeifer).
12700
12701 970503
12702         + correct memory leak in _nc_trace_buf().
12703         + add configure test for regexpr.h, for Unixware 1.x.
12704         + correct missing "./" prefixing names of generated files in ncurses
12705           directory.
12706         + use single-quotes in configure scripts assignments for MK_SHARED_LIB
12707           to workaround shell bug on FreeBSD 2.1.5
12708         + remove tabs from intermediate #define's for GCC_PRINTF, GCC_SCANF
12709           that caused incorrect result in ncurses_cfg.h
12710         + correct initialization in lib_trace.c, which omitted version info.
12711         + remove ech, el1 attributes from cons25w description; they appear to
12712           malfunction in FreeBSD 2.1.5
12713         + correct color attributes in terminfo.src and lib_color.c to match
12714           SVr4 behavior by interchanging codes 1,4, 3,6 in the setf/setb
12715           capabilities.
12716         + use curs_set() rather than checks via tigetstr() for test programs
12717           that hide the cursor: firework, rain, worm.
12718         + ensure that if the terminal lacks change_scroll_region, parm_index
12719           and parm_rindex are used only to scroll the whole screen (patch by
12720           Peter Wemm).
12721         + correct curs_set() logic, which did not return ERR if the requested
12722           attributes did not exist, nor did it assume an unknown initial state
12723           for the cursor (patch by Alexander V. Lukyanov).
12724         + combine IDcTransformLine and NoIDcTransformLine to new TransformLine
12725           function in lib_doupdate.c (patch by Alexander V. Lukyanov).
12726         + correct hashmap.c, which did not update index information (patch by
12727           Alexander V. Lukyanov).
12728         + fixes for C++ binding and demo (see c++/NEWS) (Juergen Pfeifer).
12729         + correct index in lib_instr.c (Juergen Pfeifer).
12730         + correct typo in 970426 patch from Tom's cleanup of lib_overlay.c
12731           (patch by Juergen Pfeifer).
12732
12733 970426
12734         + corrected cost computation in PutRange(), which was using
12735           milliseconds compared to characters by adding two new members to the
12736           SCREEN struct, _hpa_ch_cost and _cup_ch_cost.
12737         + drop ncurses/lib_unctrl.c, add ncurses/MKunctrl.awk to generate a
12738           const array of strings (suggested by Alexander V. Lukyanov).  The
12739           original suggestion in 970118 used a perl script.
12740         + rewrote ncurses 'b' test to better exercise magic-cookie (xmc), as
12741           well as noting the attributes that are not supported by a terminal.
12742         + trace the computation of cost values in lib_mvcur.c
12743         + modify _nc_visbuf() to use octal rather than hex, corrected sign
12744           extension bug in that function that caused buffer overflow.
12745         + modify trace in lib_acs.c to use _nc_visbuf().
12746         + suppress trace within _traceattr2().
12747         + correct logic of _tracechtype2(), which did not account for repeats
12748           or redefinition within an acsc string.
12749         + modify debug-library version baudrate() to use environment variable
12750           $BAUDRATE to override speed computation.  This is needed for
12751           regression testing.
12752         + correct problems shown by "weblint -pedantic".
12753         + update mailing-list information (now ncurses@bsdi.com).
12754
12755 970419
12756         + Improve form_field_validation.3x manpage to better describe the
12757           precision parameter for TYPE_NUMERIC and TYPE_INTEGER.  Provide more
12758           precise information how the range checking can be avoided.  (patch by
12759           Juergen Pfeifer, reported by Bryan Henderson)
12760         + change type of min/max value of form types TYPE_INTEGER to long to
12761           match SVr4 documentation.
12762         + set the form window to stdscr in set_form_win() so that form_win()
12763           won't return null (patch by Juergen Pfeifer, reported by Bryan
12764           Henderson <bryanh@giraffe.netgate.net>).
12765
12766 970412
12767         + corrected ifdef'ing of inline (cf: 970321) for TRACE vs C++.
12768         + corrected toggle_attr_off() macro (patch by Andries Brouwer).
12769         + modify treatment of empty token in $MANPATH to /usr/man (reported by
12770           <Andries.Brouwer@cwi.nl>)
12771         + modify traces that record functions-called so that chtype and attr_t
12772           values are expressed symbolically, to simplify reuse of generated
12773           test-scripts on SVr4 regression testing.
12774         + add new trace functions _traceattr2() and _tracechtype2()
12775
12776 970405
12777         + add configure option --enable-const, to support the use of 'const'
12778           where XSI should have, but did not, specify.  This defines
12779           NCURSES_CONST, which is an empty token otherwise, for strict
12780           compatibility.
12781         + make processing of configure options more verbose by echoing the
12782           --enable/--with values.
12783         + add configure option --enable-big-core
12784         + set initial state of software echo off as per XSI.
12785         + check for C++ builtin.h header
12786         + correct computation of absolute-path for $INSTALL that dropped "-c"
12787           parameter from the expression.
12788         + rename config.h to ncurses_cfg.h to avoid naming-conflict when
12789           ncurses is integrated into larger systems (adapted from diffs by
12790           H.J.Lu for libc).
12791         + correct inequality in lib_doupdate.c that caused a single-char to not
12792           be updated when the char on the right-margin was not blank, idcok()
12793           was true (patch by Alexander V Lukyanov (in 970124), reported
12794           by Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu> in 970329).
12795         + modify 'clean' rule in include/Makefile so that files created by
12796           configure script are removed in 'distclean' rule instead.
12797
12798 970328
12799         + correct array limit in tparam_internal(), add case to interpret "%x"
12800           (patch by Andreas Schwab)
12801         + rewrote number-parsing in ncurses.c 'd' test; it did not reset the
12802           value properly when non-numeric characters were given (reported by
12803           Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>)
12804
12805 970321
12806         + move definition of __INTERNAL_CAPS_VISIBLE before include for
12807           progs.priv.h (patch by David MacKenzie).
12808         + add configuration summary, reordered check for default include
12809           directory to better accommodate a case where installer is configuring
12810           a second copy of ncurses (reported by Klaus Weide
12811           <kweide@tezcat.com>)
12812         + moved the #define for 'inline' as an empty token from the
12813           $(CFLAGS_DEBUG) symbol into config.h, to avoid redefinition warning
12814           (reported by Ward Horner).
12815         + modify test for bool builtin type to use 'unsigned' rather than
12816           'unknown' when cross-compiling (reported by Ward Horner).
12817
12818 970315
12819         + add header dependencies so that "make install.libs" will succeed
12820           even if "make all" is not done first.
12821         + moved some macros from lib_doupdate.c to curses.priv.h to use in
12822           expanded functions with ATAC.
12823         + correct implementation of lib_instr.c; both XSI and SVr4 agree that
12824           the winnstr functions can return more characters than will fit on one
12825           line.
12826
12827 970308
12828         + modify script that generates lib_gen.c to support traces of called &
12829           return.
12830         + add new configure option "--disable-macros", for testing calls within
12831           lib_gen.c
12832         + corrected logic that screens level-checking of called/return traces.
12833
12834 970301
12835         + use new configure macro NC_SUBST to replace AC_PATH_PROG, better
12836           addressing request by Ward Horner.
12837         + check for cross-compiling before trying to invoke the autoconf
12838           AC_FUNC_SETVBUF_REVERSED macro (reported by Ward Horner)
12839         + correct/simplify loop in _nc_visbuf(), 970201 changes omitted
12840           a pointer-increment.
12841         + eliminate obsolete symbol SHARED_ABI from dist.mk (noted by
12842           Florian La Roche).
12843
12844 970215
12845         + add configure option --enable-expanded, together with code that
12846           implements an expanded form of certain complex macros, for testing
12847           with ATAC.
12848         + disable CHECK_POSITION unless --with-assertions is configured
12849           (Alexander V Lukyanov pointed out that this is redundant).
12850         + use keyname() to show traced chtype values where applicable rather
12851           than _tracechar(), which truncates the value to 8-bits.
12852         + minor fixes to TRACE_ICALLS, added T_CREATE, TRACE_CCALLS macros.
12853         + modify makefiles in progs and test directories to avoid using C
12854           preprocessor options on link commands (reported by Ward Horner)
12855         + correct ifdef/include-order for nc_alloc.h vs lib_freeall.c (reported
12856           by Ward Horner)
12857         + modify ifdef's to use configure-defined symbols consistently
12858           (reported by Ward Horner)
12859         + add/use new makefile symbols AR, AR_OPTS and LD to assist in non-UNIX
12860           ports (reported by Ward Horner <whorner@tsi-telsys.com>)
12861         + rename struct try to struct tries, to avoid name conflict with C++
12862           (reported by Gary Johnson).
12863         + modify worm.c to hide cursor while running.
12864         + add -Wcast-qual to gcc warnings, fix accordingly.
12865         + use PutChar rather than PutAttrChar in ClrToEOL to properly handle
12866           wrapping (Alexander V Lukyanov).
12867         + correct spurious echoing of input in hanoi.c from eric's #291 & #292
12868           patches (reported by Vernon C. Hoxie <vern@zebra.alphacdc.com>).
12869         + extend IRIX configuration to IRIX64
12870         + supply missing install.libs rule needed after restructuring
12871           test/Makefile.in
12872
12873 970208
12874         + modify "make mostlyclean" to leave automatically-generated source
12875           in the ncurses directory, for use in cross-compiles.
12876         + autogenerated object-dependencies for test directory
12877         + add configure option --with-rcs-ids
12878         + modify configuration scripts to generate major/minor/patch versions
12879           (suggested by Alexander V Lukyanov).
12880         + supply missing va_end's in lib_scanw.c
12881         + use stream I/O for trace-output, to eliminate fixed-size buffer
12882         + add TRACE_ICALLS definition/support to lib_trace.c
12883         + modify Ada95 binding to work with GNAT 3.09 (Juergen Pfeifer).
12884
12885 970201
12886         + add/modify traces for called/return values to simplify extraction
12887           for test scripts.
12888         + changed _nc_visbuf to quote its result, and to dynamically allocate
12889           the returned buffer.
12890         + invoke ldconfig after installing shared library
12891         + modify install so that overwrite applies to shared library -lcurses
12892           in preference to static library (reported by Zeyd M Ben-Halim 960928).
12893         + correct missing ';' in 961221 mod to overwrite optional use of $(LN_S)
12894           symbol.
12895         + fixes to allow "make install" to work without first doing a "make
12896           all" (suggested by Larry Virden).
12897
12898 970125
12899         + correct order of #ifdef for TABS_OK.
12900         + instrumented toe.c to test memory-leaks.
12901         + correct memory-deallocation in toe.c (patch by Jesse Thilo).
12902         + include <sys/types.h> in configuration test for regex.h (patch by
12903           Andreas Schwab)
12904         + make infocmp recognize -I option, for SVr4 compatibility (reported by
12905           Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>)
12906
12907 970118
12908         + add extension 'use_default_colors()', modified test applications that
12909           use default background (firework, gdc, hanoi, knight, worm) to
12910           demonstrate.
12911         + correct some limit checks in lib_doupdate.c exposed while running
12912           worm.
12913         + use typeCalloc macro for readability.
12914         + add/use definition for CONST to accommodate testing with Solaris
12915           (SVr4) curses, which doesn't use 'const' in its prototypes.
12916         + modify ifdef's in test/hashtest.c and test/view.c to compile with
12917           Solaris curses.
12918         + modify _tracedump() to pad colors & attrs lines to match change
12919           in 970101 showing first/last changes.
12920         + corrected location of terminating null on dynamically allocated forms
12921           fields (patch by Per Foreby).
12922
12923 970111
12924         + added headers to make view.c compile on SCO with the resizeterm()
12925           code (i.e., struct winsize) - though this compiles, I don't have a
12926           suitable test configuration since SIGWINCH doesn't pass my network to
12927           that machine - T.Dickey.
12928         + update test/configure.in to supply some default substitutions.
12929         + modify configure script to add -lncurses after -lgpm to fix problem
12930           linking against static libraries.
12931         + add a missing noraw() to test/ncurses.c (places noted by Jeremy
12932           Buhler)
12933         + add a missing wclear() to test/testcurs.c (patch by Jeremy Buhler
12934           <jbuhler@cs.washington.edu>)
12935         + modify headers to accommodate compilers that don't allow duplicate
12936           "#define" lines for NCURSES_VERSION (reported by Larry W. Virden
12937           <lvirden@cas.org>)
12938         + fix formatting glitch in curs_getch.3x (patch by Jesse Thilo).
12939         + modify lib_doupdate to make el, el1 and ed optimization use the
12940           can_clear_with macro, and change EmitRange to allow leaving cursor at
12941           the middle of interval, rather than always at the end (patch by
12942           Alexander V Lukyanov).  This was originally 960929, resync 970106.
12943
12944 970104
12945         + workaround defect in autoconf 2.12 (which terminates configuration
12946           if no C++ compiler is found) by adding an option --without-cxx.
12947         + modify several man-pages to use tbl, where .nf/.fi was used (reported
12948           by Jesse Thilo).
12949         + correct font-codes in some man-pages (patch by Jesse Thilo
12950           <Jesse.Thilo@pobox.com>)
12951         + use configure script's knowledge of existence of g++ library for the
12952           c++ Makefile (reported by Paul Jackson).
12953         + correct misleading description of --datadir configuration option
12954           (reported by Paul Jackson <pj@sam.engr.sgi.com>)
12955
12956 970101
12957         + several corrections to _nc_mvcur_scrolln(), prompted by a bug report
12958           from Peter Wemm:
12959         > the logic for non_dest_scroll_region was interchanged between the
12960           forward & reverse scrolling cases.
12961         > multiple returns from the function allowed certain conditions to do
12962           part of an operation before discovering that it couldn't be
12963           completed, returning an error without restoring the cursor.
12964         > some returns were ERR, where the function had completed the
12965           operation, because the insert/delete line logic was improperly
12966           tested (this was probably the case Peter saw).
12967         > contrary to comments, some scrolling cases were tested after the
12968           insert/delete line method.
12969         + modify _tracedump() to show first/last changes.
12970         + modify param of ClrUpdate() in lib_doupdate.c to 'newscr', fixes
12971           refresh problem (reported by Peter Wemm) that caused nvi to not show
12972           result of ":r !ls" until a ^L was typed.
12973
12974 961229  (internal alpha)
12975         + correct some of the writable-strings warnings (reported by Gary
12976           Johnson <gjohnson@season.com>).  Note that most of the remaining ones
12977           are part of the XSI specification, and can't be "fixed".
12978         + improve include-dependencies in form, menu, panel directories.
12979         + correct logic of delay_output(), which would return early if
12980           there is data on stdin.
12981         + modify interface & logic of _nc_timed_wait() to support 2 file
12982           descriptors, needed for GPM.
12983         + integrate patch by Andrew Kuchling <amk@magnet.com> for GPM (mouse)
12984           support, correcting logic in wgetch() and _nc_mouse_parse() which
12985           prevented patch from working properly -TD
12986         + improve performance of panel algorithm (Juergen Pfeifer 961203).
12987         + strip RCS id's from generated .html files in Ada95 subtree.
12988         + resync with generated .html files (Juergen Pfeifer 961223).
12989         + terminfo.src 10.1.0 (ESR).
12990
12991 961224  4.0 release
12992         + release as 4.0 to accommodate Linux ld.so.1.8.5
12993         + correct syntax/spelling, regenerated .doc files from .html using
12994           lynx 2.5
12995         + refined forms/menus makefiles (Juergen Pfeifer 961223).
12996
12997 961221  - snapshot
12998         + remove logic in read_entry.c that attempts to refine errno by using
12999           'access()' for the directory (from patch by Florian La Roche).
13000         + correct configure test/substitution that inhibits generating
13001           include-path to /usr/include if gcc is used (reported by Florian La
13002           Roche).
13003         + modify setupterm() to allocate new TERMINAL for each call, just as
13004           solaris' curses does (Alexander V Lukyanov 960829).
13005         + corrected memory leaks in read_entry.c
13006         + add configure options --with-dbmalloc, --with-dmalloc, and
13007           --disable-leaks, tested by instrumenting infocmp, ncurses programs.
13008         + move #include's for stdlib.h and string.h to *.priv.h to accommodate
13009           use of dbmalloc.
13010         + modify use of $(LN_S) to follow recommendation in autoconf 2.12,
13011           i.e., set current directory before linking.
13012         + split-out panel.priv.h, improve dependencies for forms, menus
13013           (Juergen Pfeifer 961204).
13014         + modify _nc_freewin() to reset globals curscr/newscr/stdscr when
13015           freeing the corresponding WINDOW (found using Purify).
13016         + modify delwin() to return ERR if the window to be deleted has
13017           subwindows, needed as a side-effect of resizeterm() (found using
13018           Purify).  Tested and found that SVr4 curses behaves this way.
13019         + implement logic for _nc_freeall(), bringing stub up to date.
13020
13021 961215
13022         + modify wbkgd() so that it doesn't set nulls in the rendered text,
13023           even if its argument doesn't specify a character (fixes test case by
13024           Juergen Pfeifer for bug-report).
13025         + set window-attributes in wbkgd(), to simplify comparison against
13026           Solaris curses, which does this.
13027
13028 961214  - snapshot
13029         + replace most constants in ncurses 'o' test by expressions, making it
13030           work with wider range of screen sizes.
13031         + add options to ncurses.c to specify 'e' test softkey format, and the
13032           number of header/footer lines to rip-off.
13033         + add ^R (repaint after resize), ^L (refresh) commands to ncurses 'p'
13034           test.
13035         + add shell-out (!) command to ncurses 'p' test to allow test of
13036           resize between endwin/refresh.
13037         + correct line-wrap case in mvcur() by emitting carriage return,
13038           overlooked in 960928, but needed due to SVr4 compatibility changes to
13039           terminal modes in 960907.
13040         + correct logic in wresize that causes new lines to be allocated,
13041           broken for the special case of increasing rows only in 960907's fix
13042           for subwindows.
13043         + modify configure script to generate $(LDFLAGS) with -L and -l options
13044           in preference to explicit library filenames.  (NOTE: this may
13045           require further amending, since I vaguely recall a dynamic loader
13046           that did not work properly without the full names, but it should be
13047           handled as an exception to the rule, since some linkers do bulk
13048           inclusion of libraries when given the full name - T.Dickey).
13049         + modify configure script to allow user-supplied $CFLAGS to set the
13050           debug-option in all libraries (requested by lots of people) -TD
13051         + use return consistently from main(), rather than exit (reported by
13052           Florian La Roche).
13053         + add --enable-getcap-cache option to configure, normally disabled
13054           (requested by Florian La Roche).
13055         + make configure test for gettimeofday() and possibly -lbsd more
13056           efficient (requested by Florian La Roche <florian@knorke.saar.de>)
13057         + minor adjustments to Ada95 binding (patches by Juergen Pfeifer)
13058         + correct attributes after emitting orig_pair in lib_vidattr.c (patch
13059           by Alexander V Lukyanov).
13060
13061 961208
13062         + corrected README wrt Ada95 (Juergen Pfeifer)
13063
13064 961207  - snapshot
13065         + integrate resizeterm() into doupdate(), so that if screen size
13066           changes between endwin/refresh, ncurses will resize windows to fit
13067           (this needs additional testing with pads and softkeys).
13068         + add, for memory-leak testing, _nc_freeall() entrypoint to free all
13069           data used in ncurses library.
13070         + initialize _nc_idcok, _nc_idlok statically to resolve discrepancy
13071           between initscr() and newwin() initialization (reported by
13072           Alexander V Lukyanov).
13073         + test built VERSION=4.0, SHARED_ABI=4 with Linux ld.so.1.8.5
13074           (set beta versions to those values -- NOTE that subsequent pre-4.0
13075           beta may not be interchangeable).
13076         + modify configure script to work with autoconf 2.12
13077
13078 961130  1.9.9g release
13079         + add copyright notices to configuration scripts (written by Thomas
13080           Dickey).
13081
13082 961127
13083         > patch, mostly for panel (Juergen Pfeifer):
13084         + cosmetic improvement for a few routines in the ncurses core library
13085           to avoid warning messages.
13086         + the panel overlap detection was broken
13087         + the panel_window() function was not fool-proof.
13088         + Some inlining...
13089         + Cosmetic changes (also to avoid warning messages when compiling with
13090           -DTRACE).
13091
13092 961126
13093         > patch by Juergen Pfeifer:
13094         + eliminates warning messages for the compile of libform.
13095         + inserts Per Foreby's new field type TYPE_IPV4 into libform.
13096         + Updates man page and the Ada95 binding to reflect this.
13097         + Improves inlining in libmenu and libform.
13098
13099 961120
13100         + improve the use of the "const" qualifier in the
13101           panel library (Juergen Pfeifer)
13102         + change set_panel_userptr() and panel_userptr() to use void*
13103           (Juergen Pfeifer)
13104
13105 961119
13106         + change ABI to 3.4
13107         + package with 961119 version of Ada95 binding (fixes for gnat-3.07).
13108           (Juergen Pfeifer)
13109         + correct initialization of the stdscr pseudo panel in panel library
13110           (Juergen Pfeifer)
13111         + use MODULE_ID (rcs keywords) in forms and menus libraries (Juergen
13112           Pfeifer).
13113         > patch #324 (ESR):
13114         + typo in curs_termcap man page (reported by Hendrik Reichel
13115           <106065.2344@compuserve.com>)
13116         + change default xterm entry to xterm-r6.
13117         + add entry for color_xterm
13118
13119 961116  - snapshot
13120         + lint found several functions that had only #define implementations
13121           (e.g., attr_off), modified curses.h.in to generate them as per XSI
13122           Curses requirement that every macro be available as a function.
13123         + add check in infocmp.c to guard against string compare of
13124           CANCELLED_STRING values.
13125         + modify firework.c, rain.c to hide cursor while running.
13126         + correct missing va_end in lib_tparm.c
13127         + modify hanoi.c to work on non-color terminals, and to use timing
13128           delays when in autoplay mode.
13129         + correct 'echochar()' to refresh immediately (reported by Adrian
13130           Garside <94ajg2@eng.cam.ac.uk>)
13131         > patch #322 (ESR):
13132         + reorganize terminfo.src entries for xterm.
13133
13134 961109  - snapshot
13135         + corrected error in line-breakout logic (lib_doupdate.c)
13136         + modified newdemo to use wgetch(win) rather than getch() to eliminate
13137           a spurious clear-screen.
13138         + corrected ifdef's for 'poll()' configuration.
13139         + added modules to ncurses, form, menu for Ada95 binding (Juergen
13140           Pfeifer).
13141         + modify set_field_buffer() to allow assignment of string longer than
13142           the initial buffer length, and to return the complete string rather
13143           than only the initial size (Juergen Pfeifer and Per Foreby
13144           <perf@efd.lth.se>).
13145
13146 961102  - snapshot
13147         + configure for 'poll()' in preference to 'select()', since older
13148           systems are more likely to have a broken 'select()'.
13149         + modified render_char() to avoid OR'ing colors.
13150         + minor fixes to testcurs.c, newdemo.c test programs: ifdef'd out the
13151           resize test, use wbkgd and corrected box() parameters.
13152         + make flushinp() test work in ncurses.c by using napms() instead of
13153           sleep().
13154         + undo ESR's changes to xterm-x11r6 (it no longer matched the X11R6.1
13155           distribution, as stated)
13156         + terminfo 9.13.18 resync (ESR)
13157         + check for getenv("HOME") returning null (ESR).
13158         + change buffer used to decode xterm-mouse commands to unsigned to
13159           handle displays wider than 128 chars (Juergen Pfeifer).
13160         + correct typo curs_outopts.3x (Juergen Pfeifer).
13161         + correct limit-checking in wenclose() (Juergen Pfeifer).
13162         + correction to Peter Wemm's newwin change (Thomas Fehr
13163           <fehr@suse.de>).
13164         + corrections to logic that combines colors and attributes; they must
13165           not be OR'd (Juergen Pfeifer, extending from report/patch by Rick
13166           Marshall).
13167
13168 961026  - snapshot
13169         + reset flags in 'getwin()' that might cause refresh to attempt to
13170           manipulate the non-existent parent of a window that is read from a
13171           file (lib_screen.c).
13172         + restructure _nc_timed_wait() to log more information, and to try to
13173           recover from badly-behaved 'select()' calls (still testing this).
13174         + move define for GOOD_SELECT into configure script.
13175         + corrected extra '\' character inserted before ',' in comp_scan.c
13176         + corrected expansion of %-format characters in dump_entry.c; some were
13177           rendered as octal constants.
13178         + modify dump_entry.c to make terminfo output more readable and like
13179           SVr4, by using "\s" for spaces (leading/trailing only), "\," for
13180           comma, "\^" and "\:" as well.
13181         + corrected some memory leaks in ncurses.c, and a minor logic error
13182           in the top-level command-parser.
13183         + correction for label format 4 (PC style with info line), a
13184           slk_clear(), slk_restore() sequence didn't redraw the info line
13185           (Juergen Pfeifer).
13186         + modified the slk window (if simulated) to inherit the background and
13187           default character attributes from stdscr (Juergen Pfeifer).
13188         + corrected limit-check in set_top_row (Juergen Pfeifer).
13189
13190 961019  - snapshot
13191         + correct loop-limit in wnoutrefresh(), bug exposed during pipe-testing
13192           had '.lastchar' entry one beyond '._maxx'.
13193         + modify ncurses test-program to work with data piped to it.
13194         + corrected pathname computation in run_tic.sh, removing extra "../"
13195           (reported by Tim Mooney).
13196         + modified configure script to use previous install's location for
13197           curses.h
13198         + added NetBSD and FreeBSD to platforms that use --prefix=/usr as
13199           a default.
13200
13201 961013
13202         + revised xterm terminfo descriptions to reflect the several versions
13203           that are available.
13204         + corrected a pointer reference in dump_entry.c that didn't test if
13205           the pointer was -1.
13206
13207 961005  - snapshot
13208         + correct _nc_mvcur_scrolln for terminals w/o scrolling region.
13209         + add -x option to hashtest to control whether it allows writes to the
13210           lower-right corner.
13211         + ifdef'd (NCURSES_TEST) the logic for _nc_optimize_enable to make it
13212           simpler to construct tests (for double-check of _nc_hash_map tests).
13213         + correct ifdef's for c++ in curses.h
13214         + change default xterm type to xterm-x11r6.
13215         + correct quoting in configure that made man-pages installed with
13216           $datadir instead of actual terminfo path.
13217         + correct whitespace in include/Caps, which caused kf11, clr_eol and
13218           clr_end to be omitted from terminfo.5
13219         + fix memory leaks in delscreen() (adapted from Alexander V Lukyanov).
13220         + improve appearance of marker in multi-selection menu (Juergen
13221           Pfeifer)
13222         + fix behavior for forms with all fields inactive (Juergen Pfeifer)
13223         + document 'field_index()' (Juergen Pfeifer)
13224         > patch #321 (ESR):
13225         + add some more XENIX keycap translations to include/Caps.
13226         + modify newwin to set initial state of each line to 'touched'
13227           (from patch by Peter Wemm <peter@spinner.dialix.com>)
13228         + in SET_TTY, replace TCSANOW with TCSADRAIN (Alexander V Lukyanov).
13229
13230 960928  - snapshot
13231         + ifdef'd out _nc_hash_map (still slower)
13232         + add graphic characters to vt52 description.
13233         + use PutAttrChar in ClrToEOL to ensure proper background, position.
13234         + simplify/correct logic in 'mvcur()' that does wrapping; it was
13235           updating the position w/o actually moving the cursor, which broke
13236           relative moves.
13237         + ensure that 'doupdate()' sets the .oldindex values back to a sane
13238           state; this was causing a spurious refresh in ncurses 'r'.
13239         + add logic to configure (from vile) to guard against builders who
13240           don't remove config.cache & config.status when doing new builds -TD
13241         + corrected logic for 'repeat_char' in EmitRange (cf: eric #317), which
13242           did not follow the 2-parameter scheme specified in XSI.
13243         + corrected logic of wrefresh, wnoutrefresh broken in #319, making
13244           clearok work properly (report by Michael Elkins).
13245         + corrected problem with endwin introduced by #314 (removing the
13246           scrolling-region reset) that broke ncurses.c tests.
13247         + corrected order of args in AC_CHECK_LIB (from report by Ami Fischman
13248           <fischman@math.ucla.edu>).
13249         + corrected formatting of terminfo.5 tables (Juergen Ehling)
13250         > patch 320 (ESR):
13251         + change ABI to 3.3
13252         + emit a carriage-return in 'endwin()' to workaround a kernel bug in
13253           BSDI.  (requested by Mike Karels <karels@redrock.bsdi.com>)
13254         + reverse the default o configure --enable-termcap (consensus).
13255         > patch 319 (ESR):
13256         + modified logic for clearok and related functions (from report by
13257           Michael Elkins) - untested
13258         > patch 318 (ESR):
13259         + correction to #317.
13260         > patch 317 (ESR):
13261         + re-add _nc_hash_map
13262         + modify EmitRange to maintain position as per original design
13263           (patch by A. Lukyanov).
13264         + modify test/ncurses.c and tputs, etc., to allow trace counting
13265           output characters.
13266         + add hashtest.c program to time the hashmap optimization.
13267         > patch 316 (ESR):
13268         + add logic to deal with magic-cookie (how was this tested?)
13269           (lib_doupdate.c).
13270         + add ncurses.c driver for magic-cookie, some fixes to ncurses.c
13271         > patch 315 (ESR):
13272         + merge changes to lib_doupdate.c to use ech and rep - untested
13273           (patch by Alexander V Lukyanov).
13274         + modified handling of interrupted system calls - untested
13275           (lib_getch.c, lib_twait.c).
13276         + new function _nc_mvcur_resume()
13277         + fix return value for 'overlay()', 'overwrite()'
13278
13279 960914  - snapshot
13280         + implement subwindow-logic in wresize, minor fixes to ncurses 'g'
13281           test.
13282         + corrected bracketing of fallback.c (reported/suggested fix by Juergen
13283           Ehling <eh@eclipse.aball.de>).
13284         + update xterm-color to reflect XFree86 3.1.3G release.
13285         + correct broken dtterm description from #314 patch (e.g., spurious
13286           newline.  The 'pairs' change might work, but no one's tested it
13287           either ;-)
13288         + clarify the documentation for the builtin form fieldtypes (Juergen
13289           Pfeifer)
13290         > patch 314 (ESR):
13291         + reset scroll region on startup rather than at wrapup time
13292           (enhancement suggested by Alexander V Lukyanov).
13293         + make storage of palette tables and their size counts per-screen for
13294           multi-terminal applications (suggested by Alexander V Lukyanov).
13295         + Improved error reporting for infotocap translation errors.
13296         + Update terminfo.src to 9.13.14.
13297
13298 960907  - snapshot
13299         + rewrote wgetstr to make it erase control chars and also fix bogus use
13300           of _nc_outstr which caused the display to not wrap properly (display
13301           problem reported by John M. Flinchbaugh <glynis@netrax.net>)
13302         + modify ncurses 'f' test to accommodate terminal responses to C1 codes
13303           (and split up this screen to accommodate non-ANSI terminals).
13304         + test enter_insert_mode and exit_insert_mode in has_ic().
13305         + removed bogus logic in mvcur that assumes nl/nonl set output modes
13306           (XSI says they are input modes; SVr4 implements this).
13307         + added macros SET_TTY, GET_TTY to term.h
13308         + correct getstr() logic that altered terminal modes w/o restoring.
13309         + disable ICRNL, etc., during initialization to match SVr4, removing
13310           the corresponding logic from raw, cbreak, etc.
13311         + disable ONLCR during initialization, to match SVr4 (this is needed
13312           for cursor optimization when the cursor-down is a newline).
13313         + replaced ESR's imitation of wresize with my original (his didn't
13314           work).
13315
13316 960831  - snapshot
13317         + memory leaks (Alexander V. Lukyanov).
13318         + modified pnoutrefresh() to be more tolerant of too-large screen
13319           size (reported by Michael Elkins).
13320         + correct handling of terminfo files with no strings (Philippe De
13321           Muyter)
13322         + correct "tic -s" to take into account -I, -C options.
13323         + modify ncurses 'f' test to not print codes 80 through 9F, since they
13324           are considered control codes by ANSI terminals.
13325
13326 960824  - snapshot
13327         + correct speed variable-type in 'tgetent()' (reported by Peter Wemm)
13328         + make "--enable-getcap" configuration-option work (reported by
13329           Peter Wemm <peter@spinner.DIALix.COM>)
13330
13331 960820
13332         + correct err in 960817 that changed return-value of tigetflag()
13333           (reported by Alexander V. Lukyanov).
13334         + modify infocmp to use library default search-path for terminfo
13335           directory (Alexander V. Lukyanov).
13336
13337 960817  - snapshot
13338         + corrected an err in mvcur that broke resizing-behavior.
13339         + correct fall-thru behavior of _nc_read_entry(), which was not finding
13340           descriptions that existed in directories past the first one searched
13341           (reported by Alexander V. Lukyanov)
13342         + corrected typo in dtterm description.
13343         > patch 313 (ESR):
13344         + add dtterm description
13345         + clarify ncurses 'i' test (drop mvwscanw subtest)
13346
13347 960810  - snapshot
13348         + correct nl()/nonl() to work as per SVr4 & XSI.
13349         + minor fixes to ncurses.c (use 'noraw()', mvscanw return-code)
13350         + refine configure-test for "-g" option (Tim Mooney).
13351         + correct interaction between O_BLANK and NEW_LINE request in form
13352           library (Juergen Pfeifer)
13353
13354 960804
13355         + revised fix to tparm; previous fix reversed parameter order.
13356         > patch 312 (ESR):
13357           correct terminfo.src corrupted by #310
13358         > patch 311 (ESR):
13359         + fix idlok() and idcok() and the default of the idlok switch (report
13360           by Ville Sulko).
13361
13362 960803  - snapshot
13363         + corrected tparm to handle capability strings without explicit pop
13364           (reported by William P Setzer)
13365         + add fallback def for GCC_NORETURN, GCC_UNUSED for termcap users
13366           (reported by Tim Mooney).
13367         > patch 310 (ESR):
13368         + documentation and prototyping errors for has_color, immedok and idcok
13369           (reported by William P Setzer <wsetzer@pams.ncsu.edu>)
13370         + updated qnx terminfo entry (patch by Michael Hunter)
13371
13372 960730
13373         + eliminate quoted includes in ncurses subdirectory, ensure config.h
13374           is included first.
13375         + newterm initializes terminal settings the same as initscr (reported
13376           by Tim Mooney).
13377
13378 960727  - snapshot
13379         + call cbreak() in initscr(), as per XSI & SVr4.
13380         + turn off hardware echo in initscr() as per XSI & SVr4
13381         > patch 309 (ESR):
13382         + terminfo changes (9.3.9), from BRL
13383         + add more checks to terminfo parser.
13384         + add more symbols to infocmp.
13385
13386 960720  - snapshot
13387         + save previous-attribute in lib_vidattr.c if SP is null (reported by
13388           Juergen Fluk <louis@dachau.marco.de>)
13389         + corrected calls on _nc_render so that background character is set
13390           as per XSI.
13391         + corrected wbkgdset macro (XSI allows background character to be
13392           null), and tests that use it.
13393         + more corrections to terminfo (xterm & rxvt)
13394         + undid change to mcprint prototype (cannot use size_t in curses.h
13395           because not all systems declare it in the headers that we can safely
13396           include therein).
13397         + move the ifdefs for errno into curses.priv.h
13398         > patch 308 (ESR):
13399         + terminfo changes (9.3.8)
13400         + modified logic of error-reporting in terminfo parser
13401         + fix option-processing bug in toe.
13402
13403 960713  - snapshot
13404         + always check for <sys/bsdtypes.h> since ISC needs it to declare
13405           fd_set (Juergen Pfeifer)
13406         + install shared-libraries on NetBSD/FreeBSD with ABI-version (reported
13407           by Juergen Pfeifer, Mike Long)
13408         + add LOCAL_LDFLAGS2 symbol (Juergen Pfeifer)
13409         + corrected prototype for delay_output() -- bump ABI to 3.2
13410         + patch 307 (ESR):
13411         + enable more translations of nonstandard caps, and document them.
13412         + misc/terminfo.src update to 9.13.8
13413         + patch 306 (ESR):
13414         + moved logic that filters out rmul and rmso from setupterm to newterm
13415           where it is less likely to interfere with termcap applications.
13416         + cosmetic fixes to test/ncurses.c
13417         + modify open() call in ncurses/read_entry.c to use O_RDONLY symbol
13418           rather than constant (report by mib).
13419         + misc/terminfo.src sgr0 and acsc changes (report by Philippe De
13420           Muyter).
13421         + modify ncurses/comp_parse.c so that entries containing a "+" can
13422           have missing rmcup vs smcup.
13423
13424 960707
13425         + rollback ESR's #305 change to terminfo.src (it breaks existing
13426           applications, e.g., 'less 290').
13427         + correct path of edit_man.sh, and fix typo that made all man-pages
13428           preformatted.
13429         + restore man/menu_requestname.3x omitted in Zeyd's resync (oops).
13430         + auto-configure the GCC_PRINTFLIKE/GCC_SCANFLIKE macros (reported by
13431           Philippe De Muyter).
13432
13433 960706  - snapshot
13434         + make lib_vidattr.c more readable using macros.
13435         + filter out rmul, rmso that conflict with sgr0 when reading terminal
13436           descriptions.
13437         + work around autoconf bug, force $INSTALL to absolute path
13438           (reported by Zeyd).
13439         + modify man-page install for BSDI to install preformatted .0 files
13440           (reported by David MacKenzie).
13441         + add/use gcc __attribute__ for printf and scanf in curses.h
13442         + added SGR attributes test-case to ncurses
13443         + revised ncurses 't' logic to show trace-disable effect in the menu.
13444         + use getopt in ncurses program to process -s and -t options.
13445         + make ncurses 'p' legend toggle with '?'
13446         + disable scrollok during the ncurses 'p' test; if it is enabled the
13447           stdscr will scroll when putting the box-corners in the lower-right
13448           of the screen.
13449         > patch 305 (ESR):
13450         + added sanity-checking of various paired string attributes.
13451         + misc/terminfo.src update to 9.13.7 (report by A. Lukyanov).
13452         + modify man/Makefile.in to make terminfo.5 during normal build.
13453         > patch 304 (ESR):
13454         + corrected allocation-length for $HOME/.terminfo path.
13455
13456 960629  - snapshot
13457         + check return code of _nc_mvcur_scrolln() in _nc_scroll_optimize() for
13458           terminals with no scrolling-support (reported by Nikolay Shadrin
13459           <queen@qh.mirea.ac.ru>)
13460         + added ^S scrollok-toggle to ncurses 'g' test.
13461         + added ^T trace-toggle to ncurses tests.
13462         + modified ncurses test program to use ^Q or ESC consistently for
13463           terminating tests (rather than ^D), and to use control keys rather
13464           than function keys in 'g' test.
13465         + corrected misplaced wclrtoeol calls in addch to accommodate wrapping
13466           (reported by Philippe De Muyter).
13467         + modify lib_doupdate.c to use effective costs to tradeoff between
13468           delete-character/insert-character vs normal updating (reported by
13469           David MacKenzie).
13470         + compute effective costs for screen update operations (e.g., clr_eos,
13471           delete_character).
13472         + corrected error in knight.c exposed by wrap fixes in 960622; the
13473           msgwin needed scrollok set.
13474         + corrected last change to IDcTransformLine logic to avoid conflict
13475           between PutRange and InsStr
13476         + modified run_tic.sh to not use /usr/tmp (reported by David
13477           MacKenzie), and further revised it and aclocal.m4 to use $TMPDIR if
13478           set.
13479         + corrected off-by-one in RoomFor call in read_entry.c
13480
13481 960622  - snapshot
13482         + modified logic that wraps cursor in addch to follow the XSI spec,
13483           (implemented in SVr4) which states that the cursor position is
13484           updated when wrapping.  Renamed _NEED_WRAP to _WRAPPED to reflect the
13485           actual semantics.
13486         + added -s option to tic, to provide better diagnostics in run_tic.sh
13487         + improved error-recovery for tabset install.
13488         + change ABI to 3.1 (dropped tparam, corrected getbkgd(), added
13489           _yoffset to WINDOW).
13490         + modified initialization of SP->_ofp so that init_acs() is called with
13491           the "right" file pointer (reported by Rick Marshall <rjm@nlc.net.au>
13492         + documentation fixes (Juergen Pfeifer).
13493         + corrected, using new SCREEN and WINDOW members, the behavior of
13494           ncurses if one uses ripoffline() to remove a line from the top of the
13495           screen (Juergen Pfeifer).
13496         + modified autoconf scripts to prepare for Ada95 (GNAT) binding to
13497           ncurses (Juergen Pfeifer).
13498         + incorrect buffer-size in _nc_read_entry, reported by ESR.
13499
13500 960617
13501         + corrected two logic errors in read_entry.c, write_entry.c (called by
13502           tic, the write/read of terminfo entries used inconsistent rules for
13503           locating the entries; the $TERMINFO_DIRS code would find only the
13504           first entry in a list).
13505         + refined pathname computation in run_tic.sh and shlib.
13506         + corrected initialization of $IP in misc/run_tic.sh
13507
13508 960615  - snapshot
13509         + ifdef'd out _nc_hash_map() call because it does not improve speed.
13510         + display version of gcc if configure script identifies it.
13511         + modify configure script to use /usr as Linux's default prefix.
13512         + modify run_tic.sh to use shlib script, fixes some problems installing
13513           with a shared-library configuration.
13514         + adjusted configure script so that it doesn't run tests with the
13515           warnings turned on, which makes config.log hard to read.
13516         + added 'lint' rule to top-level Makefile.
13517         + added configure option '--with-install-prefix' for use by system
13518           builders to install into staging locations (requested by
13519           Charles Levert <charles@comm.polymtl.ca>).
13520         + corrected autoconfigure for Debian man program; it's not installed
13521           as "man_db".
13522         + set noecho in 'worm'; it was ifdef'd for debug only
13523         + updated test/configure.in for timing-display in ncurses 'p' test
13524         + corrected misspelled 'getbkgd()'.
13525         + corrected wbkgdset to work like observed syvr4 (sets A_CHARTEXT part
13526           to blank if no character given, copies attributes to window's
13527           attributes).
13528         + modified lib_doupdate.c to use lower-level SP's current_attr state
13529           instead of curscr's state, since it is redundant.
13530         + correction to IDcTransformLine logic which controls where InsStr is
13531           invoked (refined by Alexander V Lukyanov).
13532         > patch 303 (ESR):
13533         + conditionally include Chris Torek's hash function _nc_hash_map().
13534         + better fix for nvi refresh-bug (Rick Marshall)
13535         + fix for bug in handling of interrupted keystroke waits,
13536           (Werner Fleck).
13537         + misc/ncurses-intro.html syntax fix (Kajiyama Tamito).
13538
13539 960601  - snapshot
13540         + auto-configure man-page compression-format and renames for Debian.
13541         + corrected several typos in curses.h.in (i.e., the mvXXXX macros).
13542         + re-order curses.priv.h for lint.
13543         + added rules for lintlib, lint
13544         + corrected ifdef for BROKEN_LINKER in MKnames.awk.in
13545         + corrected missing INSTALL_DATA in misc/Makefile.in
13546         + flush output when changing cursor-visibility (Rick Marshall)
13547         + fix a minor bug in the _nc_ripoff() routine and improve error
13548           checking when creating the label window (Juergen Pfeifer).
13549         + enhancement to the control over the new PC-style soft key format.
13550           allow caller now to select whether or not one wants to have
13551           the index-line; see curs_slk.3x for documentation (Juergen Pfeifer).
13552         + typos, don't use inline with "-g" (Philippe De Muyter)
13553         + fixes for menus & wattr-, slk-functions (Juergen Pfeifer)
13554
13555 960526  - snapshot
13556         + removed --with-ticdir option altogether, maintain compatibility with
13557           existing applications via symbolic link in run_tic.sh
13558         + patch for termio.h, signal (Philippe De Muyter)
13559         + auto-configure gcc warning options rather than infer from version.
13560         + auto-configure __attribute__ for different gcc versions.
13561         + corrected special use of clearok() in hardscroll.c by resetting flag
13562           in wrefresh().
13563         + include stdlib.h before defs for EXIT_SUCCESS, for OSF/1.
13564         + include sys/types.h in case stdlib.h does not declare size_t.
13565         + fixes for makefile (Tim Mooney)
13566         + fixes for menus & forms (Juergen Pfeifer)
13567         > patch 302 (ESR):
13568         + improve hash function (suggested by Alexander V Lukyanov).
13569         + 9.13.4 update for terminfo.src
13570
13571 960518  - snapshot
13572         + revised ncurses.c panner test, let pad abut all 4 sides of screen.
13573         + refined case in lib_doupdate.c for ClrToEOL().
13574         + corrected prior change for PutRange (Alexander V Lukyanov
13575           <lav@yars.free.net>).
13576         + autoconf mods (Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>).
13577         + locale fix for forms (Philippe De Muyter <phdemuyt@ulb.ac.be>)
13578         + renamed "--with-datadir" option to "--with-ticdir" to avoid
13579           confusion, and made this check for the /usr/lib/terminfo pre-existing
13580           directory.
13581         > patches 299-301 (ESR):
13582         + html fixes (Phillippe de Muyter).
13583         + fix typo in ncurses-intro.html (report by Fabrizio Polacco).
13584         + added hashmap.c
13585         + mods to tracing, especially for ACS chars.
13586         + corrected off-by-one in IDCtransform.
13587         + corrected intermittent mouse bug by using return-value from read().
13588         + mods to parse_entry.c, for smarter defaults.
13589
13590 960512
13591         + use getopt in 'tic'; added -L option and modified -e option to allow
13592           list from a file.
13593
13594 960511
13595         + don't use fixed buffer-size in tparm().
13596         + modified tic to create terminfo directory if it doesn't exist.
13597         + added -T options to tic and infocmp (for testing/analysis)
13598         + refined the length criteria for termcap and terminfo
13599         + optimize lib_doupdate with memcpy, PutRange
13600         > patches 297, 298 (ESR):
13601         + implement TERMINFO_DIRS, and -o option of tic
13602         + added TRACE_IEVENT
13603         + fix REQ_TOGGLE_ITEM in menu/menu_driver.c; it could select but not
13604           deselect.
13605         + added lib_print.c (request by Rick Marshall).
13606         + added has_key() (request by Juergen Pfeifer).
13607         + do not issue clrtoeol or clrtobot if the relevant portion of the line
13608           is already blank (analysis by Keith Bostic).
13609         + add parentheses for parameters of COLOR_PAIR and PAIR_NUMBER macros
13610           (analysis by Jurgen Eidt).
13611         + update screen's notion of cursor position in endwin() (analysis by
13612           Alexander Lukyanov).
13613         + added 't' to ncurses.c test.
13614         + moved delay_output() to lib_tputs.c
13615         + removed tparam() (was added in 1.9.9, but conflicts with emacs and
13616           is not part of X/Open Curses).
13617         + removed boolean version of 'getm'.
13618         + misc cursor & optimization fixes.
13619
13620 960504  - snapshot
13621         + modified ncurses 'p' test to allow full-screen range for panner size.
13622         + fixes for locale (Philippe De Muyter <phdm@labauto1.ulb.ac.be>)
13623         + don't use fixed buffer-size in fmt_entry().
13624         + added usage-message to 'infocmp'.
13625         + modified install.includes rules to prepend subdirectory-name to
13626           "#include" if needed.
13627
13628 960430
13629         + protect wrefresh, wnoutrefresh from invocation with pad argument.
13630         + corrected default CCFLAGS in test/Makefile.
13631
13632 960428  - snapshot
13633         + implemented logic to support terminals with background color erase
13634           (e.g., rxvt and the newer color xterm).
13635         + improved screen update logic (off-by-one logic error; use clr_eos if
13636           possible)
13637
13638 960426  - snapshot
13639         + change ncurses 'a' test to run in raw mode.
13640         + make TIOCGWINSZ configure test less stringent, in case user
13641           configures via terminal that cannot get screen size.
13642         > patches 295, 296 (ESR):
13643         + split lib_kernel.c, lib_setup.c and names.c in order to reduce
13644           overhead for programs that use only termcap features.
13645         + new "-e" and "-h" options of tic (request by Tony Nugent).
13646         + fix bug in mandatory-delay logic in lib_tputs.c (report by Sven
13647           Verdoolaege).
13648         + fix for "infocmp -e" to emit correct initializers (reported by Manual
13649           J Novoa III).
13650         + restore working-directory in read_termcap.c (report by Kayvan
13651           Sylvan).
13652         + use "-h" option on Solaris when generating shared libraries on
13653           Solaris 2.5 to record the library name in the file, for assisting
13654           the loader (patch by Scott Kramer).
13655         + undo patch #294 changes to form and menu libraries (request by
13656           Juergen Pfeifer).
13657
13658 960418  - snapshot
13659         + use autoconf 2.9
13660         + fix for AIX 3.2.5 (must define _POSIX_SOURCE to get termios struct
13661           definitions via <termios.h>, modified macros in lib_raw.c to avoid
13662           K&R-style substitution)
13663         > patches 293, 294 (ESR):
13664         + rewrite wsyncup(), wsyncdown(), as well as small fixes to form and
13665           menu libraries to fix echo-breakage introduced by 1.8.9, 1.9.9e
13666           changes (patches by Juergen Pfeifer).
13667         + fix compile under QNX 4.2 by defining ONLCR in lib_raw.c when
13668           __QNX__ is defined (patch by Michael Hunter).
13669         + modify setupterm() to match documentation for its return value, fix
13670           newterm to work with this change (report by Emmet Lazich).
13671         + add checks in getch() for error, return ERR as appropriate (report by
13672           Emmet Lazich).
13673         + mods to wgetch() in cooked mode (report by Pete Seebach).
13674         + corrected askuser() logic in tset (patch by Remco Treffkorn).
13675         + correct interaction of endwin() with mouse processing (report by
13676           Michael Elkins).
13677         + added trace support for TTY flags
13678         + update terminfo.src to 9.13.1
13679         + FreeBSD console entries (patch by Andrew Chernov).
13680
13681 960406
13682         + fixes for NeXT, ISC and HPUX auto-configure
13683         + autogenerate development header-dependencies (config.h, *.priv.h)
13684         + corrected single-column formatting of "use=" (e.g., in tic)
13685         + modify tic to read full terminfo-names
13686         + corrected divide-by-zero that caused hang (or worse) when redirecting
13687           output
13688         + modify tic to generate directories only as-needed (and corrected
13689           instance of use of data from function that had already returned).
13690
13691 ### ncurses-1.9.8a -> 1.9.9e
13692
13693 * fixed broken wsyncup()/wysncdown(), as a result wnoutrefresh() now has
13694   copy-changed-lines behavior.
13695 * added and documented wresize() function.
13696 * more fixes to LOWER-RIGHT corner handling.
13697 * changed the line-breakout optimization code to allow some lines to be
13698   emitted before the first check.
13699 * added option for tic to use symbolic instead of hard links (for AFS)
13700 * fix to restore auto-wrap mode.
13701 * trace level can be controlled by environment variable.
13702 * better handling of NULs in terminal descriptions.
13703 * improved compatibility with observed SVR4 behavior.
13704 * the refresh behavior of over-lapping windows is now more efficient and
13705   behaves like SVR4.
13706 * use autoconf 2.7, which results in a working setup for SCO 5.0.
13707 * support for ESCDELAY.
13708 * small fixes for menu/form code.
13709 * the test directory has its own configure.
13710 * fixes to pads when optimizing scrolling.
13711 * fixed several off-by-one bugs.
13712 * fixes for termcap->terminfo translation; less restrictions more correct
13713   behavior.
13714
13715 ### ncurses-1.9.7 -> 1.9.8a
13716
13717 * teach infocmp -i to recognize ECMA highlight sequences
13718 * infocmp now dumps all SVr4 termcaps (not just the SVr4 ones) on -C
13719 * support infocmp -RBSD.
13720 * satisfy XSI Curses requirement that every macro be available as a function.
13721 * This represents the last big change to the public interface of ncurses. The
13722   ABI_VERSION has now been set at 3.0 and should stay there barring any great
13723   catastrophies or acts of God.
13724 * The C++ has been cleaned up in reaction to the changes to satisfy XSI's
13725   requirements.
13726 * libncurses now gets linked to libcurses to help seamless emulation
13727   (replacement) of a vendor's curses. --disable-overwrite turns this behavior
13728   off.
13729
13730 ### ncurses-1.9.6 -> 1.9.7
13731
13732 * corrected return values of setupterm()
13733 * Fixed some bugs in tput (it does padding now)
13734 * fixed a bug in tic that made it do the wrong thing on entries with more than
13735   one `use' capability.
13736 * corrected the screen-size calculation at startup time to alter the
13737   numeric capabilities as per SVr4, not just LINES and COLS.
13738 * toe(1) introduced; does what infocmp -T used to.
13739 * tic(1) can now translate AIX box1 and font[0123] capabilities.
13740 * tic uses much less core, the dotic.sh kluge can go away now.
13741 * fix read_entry() and write_entry() to pass through cancelled capabilities OK.
13742 * Add $HOME/.terminfo as source/target directory for terminfo entries.
13743 * termcap compilation now automatically dumps an entry to $HOME/.terminfo.
13744 * added -h option to toe(1).
13745 * added -R option to tic(1) and infocmp(1).
13746 * added fallback-entry-list feature.
13747 * added -i option to infocmp(1).
13748 * do a better job at detecting if we're on SCO.
13749
13750 ### ncurses-1.9.5 -> 1.9.6
13751
13752 * handling of TERMCAP environment variables now works correctly.
13753 * various changes to shorten termcap translations to less that 1024 chars.
13754 * tset(1) added
13755 * mouse support for xterm.
13756 * most data tables are now const and accordingly live in shareable text space.
13757 * Obey the XPG4/SVr4 practice that echo() is initially off.
13758 * tic is much better at translating XENIX and AIX termcap entries now.
13759 * tic can interpret ko capabilities now.
13760 * integrated Juergen Pfeifer's forms library.
13761 * taught write_entry() how not to write more than it needs to; this change
13762   reduces the size of the terminfo tree by a full 26%!
13763 * infocmp -T option added.
13764 * better warnings about historical tic quirks from tic.
13765
13766 ### ncurses 1.9.4 -> 1.9.5
13767
13768 * menus library is now included with documentation.
13769 * lib_mvcur has been carefully profiled and tuned.
13770 * Fixed a ^Z-handling bug that was tanking lynx(1).
13771 * HJ Lu's patches for ELF shared libraries under Linux
13772 * terminfo.src 9.8.2
13773 * tweaks for compiling in separate directories.
13774 * Thomas Dickey's patches to support NeXT's brain-dead linker
13775 * Eric Raymond's patches to fix problems with long termcap entries.
13776 * more support for shared libraries under SunOS and IRIX.
13777
13778 ### ncurses 1.9.3 -> 1.9.4
13779
13780 * fixed an undefined-order-of-evaluation bug in lib_acs.c
13781 * systematically gave non-API public functions and data an _nc_ prefix.
13782 * integrated Juergen Pfeifer's menu code into the distribution.
13783 * totally rewrote the knight test game's interface
13784
13785 ### ncurses 1.9.2c -> 1.9.3
13786
13787 * fixed the TERMCAP_FILE Support.
13788 * fixed off-by-one errors in scrolling code
13789 * added tracemunch to the test tools
13790 * took steps to cut the running time of make install.data
13791
13792 ### ncurses 1.9.2c -> 1.9.2d
13793
13794 * revised 'configure' script to produce libraries for normal, debug,
13795   profile and shared object models.
13796
13797 ### ncurses 1.9.1 -> 1.9.2
13798
13799 * use 'autoconf' to implement 'configure' script.
13800 * panels support added
13801 * tic now checks for excessively long termcap entries when doing translation
13802 * first cut at eliminating namespace pollution.
13803
13804 ### ncurses 1.8.9 -> 1.9
13805
13806 * cleanup gcc warnings for the following: use size_t where 'int' is not
13807   appropriate, fixed some shadowed variables, change attr_t to compatible with
13808   chtype, use attr_t in some places where it was confused with 'int'.
13809 * use chtype/attr_t casts as appropriate to ensure portability of masking
13810   operations.
13811 * added-back waddchnstr() to lib_addstr.c (it had been deleted).
13812 * supplied missing prototypes in curses.h
13813 * include <termcap.h> in lib_termcap.c to ensure that the prototypes
13814   are consistent (they weren't).
13815 * corrected prototype of tputs in <termcap.h>
13816 * rewrote varargs parsing in lib_tparm.c (to avoid referencing memory
13817   that may be out of bounds on the stack) -- Purify found this.
13818 * ensure that TRACE is defined in lib_trace.c (to solve prototype
13819   warnings from gcc).
13820 * corrected scrolling-region size in 'mvcur_wrap()'
13821 * more spelling fixes
13822 * use 'calloc()' to allocate WINDOW struct in lib_newwin.c (Purify).
13823 * set default value for SP->_ofp in lib_set_term.c (otherwise SunOS dumps
13824   core in init_acs()).
13825 * include <errno.h> in write_entry.c (most "braindead" includes declare errno
13826   in that file).
13827
13828 ### ncurses 1.8.8 -> 1.8.9
13829
13830 * compile (mostly) clean with gcc 2.5.8 -Wall -Wstrict-prototypes
13831   -Wmissing-prototypes -Wconversion and using __attribute__ to flush out
13832   non-portable use of "%x" for pointers, or for chtype data (which is declared
13833   as a long).
13834 * modified doupdate to ensure that typahead was turned on before attempting
13835   select-call (otherwise, some implementations hang).
13836 * added trace mask TRACE_FIFO, use this in lib_getch.c to allow finer
13837   resolution of traces.
13838 * improved bounds checking on several critical functions.
13839 * the data directory has been replaced by the new master terminfo file.
13840 * -F file-comparison option added to infocmp.
13841 * compatibility with XSI Curses is now documented in the man bages.
13842 * wsyncup/wsyncdown functions are reliable now; subwindow code in general
13843   is much less flaky.
13844 * capabilities ~msgr, tilde_glitch, insert_padding, generic_type, no_pad_char,
13845   memory_above, memory_below, and hard_copy are now used properly.
13846 * cursor-movement optimization has been completely rewritten.
13847 * vertical-movement optimization now uses hardware scrolling, il, dl.
13848
13849 ### ncurses 1.8.7 -> 1.8.8
13850 * untic no longer exists, infocmp replaces it.
13851 * tic can understand termcap now, especially if it is called captoinfo.
13852 * The Linux Standard Console terminfo entry is called linux insead of console.
13853   It also uses the kernel's new method of changing charsets.
13854 * initscr() will EXIT upon error (as the docs say) This will mostly happen if
13855   you try to run on an undefined terminal.
13856 * I can get things running on AIX but tic can't compile terminfo. I have to
13857   compile entries on another machine. Volunteers to hunt this bug are welcome.
13858 * wbkgd() and wbkgdset() can be used to set a windows background to color.
13859   wclear()/werase() DO NOT use the current attribute to clear the screen.
13860   This is the way SVR4 curses works. PDCurses 2.1 is broken in this respect,
13861   though PDCurses 2.2 has been fixed.
13862 * cleaned up the test/ directory.
13863 * test/worm will segfault after quite a while.
13864 * many spelling corrections courtesy of Thomas E. Dickey
13865
13866 ### ncurses 1.8.6 -> 1.8.7
13867 * cleaned up programs in test/ directory.
13868 * fixed wbkgdset() macro.
13869 * modified getstr() to stop it from advancing cursor in noecho mode.
13870 * modified linux terminfo entry to work with the latest kernel to get
13871   the correct alternate character set.
13872 * also added a linux-mono entry for those running on monochrome screens.
13873 * changed initscr() so that it behaves like the man page says it does.
13874   this fixes the problem with programs in test/ crashing with SIGSEV if
13875   a terminal is undefined.
13876 * modified addch() to avoid using any term.h #define's
13877 * removed duplicate tgoto() in lib_tparm.c
13878 * modified dump_entry.c so that infocmp deals correctly with ',' in acsc
13879 * modified delwin() to correctly handle deleting subwindows.
13880 * fixed Makefile.dist to stop installing an empty curses.h
13881 * fixed a couple of out-of-date notes in man pages.
13882
13883 ### ncurses 1.8.5 -> 1.8.6
13884 * Implemented wbkgd(), bkgd(), bkgdset(), and wbkgdset().
13885 * The handling of attributes has been improved and now does not turn off color
13886   if other attributes are turned off.
13887 * scrolling code is improved. Scrolling in subwindows is still broken.
13888 * Fixes to several bugs that manifest them on platforms other than Linux.
13889 * The default to meta now depends on the status of the terminal when ncurses
13890   is started.
13891 * The interface to the tracing facility has changed.  Instead of the pair of
13892   functions traceon() and traceoff(), there is just one function trace() which
13893   takes a trace mask argument.  The trace masks, defined in curses.h, are
13894   as follows:
13895
13896         #define TRACE_DISABLE   0x00    /* turn off tracing */
13897         #define TRACE_ORDINARY  0x01    /* ordinary trace mode */
13898         #define TRACE_CHARPUT   0x02    /* also trace all character outputs */
13899         #define TRACE_MAXIMUM   0x0f    /* maximum trace level */
13900
13901   More trace masks may be added, or these may be changed, in future releases.
13902 * The pad code has been improved and the pad test code in test/ncurses.c has
13903   been improved.
13904 * The prototype ansi entry has been changed to work with a wider variety
13905   of emulators.
13906 * Fix to the prototype ansi entry that enables it to work with PC emulators
13907   that treat trailing ";m" in a highlight sequence as ";0m"; this doesn't
13908   break operation with any emulators.
13909 * There are now working infocmp, captoinfo, tput, and tclear utilities.
13910 * tic can now compile entries in termcap syntax.
13911 * Core-dump bug in pnoutrefresh fixed.
13912 * We now recognize and compile all the nonstandard capabilities in Ross
13913   Ridge's mytinfo package (rendering it obsolete).
13914 * General cleanup and documentation improvements.
13915 * Fixes and additions to the installation-documentation files.
13916 * Take cursor to normal mode on endwin.
13917
13918 ### ncurses 1.8.4 -> 1.8.5
13919 * serious bugs in updating screen which caused erratic non-display,
13920   fixed.
13921 * fixed initialization for getch() related variable which cause
13922   unpredictable results.
13923 * fixed another doupdate bug which only appeared if you have
13924   parm_char.
13925 * implemented redrawln() and redrawwin().
13926 * implemented winsnstr() and related functions.
13927 * cleaned up insertln() and deleteln() and implemented (w)insdeln().
13928 * changed Makefile.dist so that installation of man pages will
13929   take note of the terminfo directory.
13930 * fixed Configure (removed the mysterious 'X').
13931 * Eric S. Raymond fixed the script.* files so that they work with
13932   stock awk.
13933
13934 #### ncurses 1.8.3 -> 1.8.4 #### ####
13935 * fixed bug in refreshing the screen after return from shell_mode.
13936   There are still problems but they don't manifest themselves on
13937   my machine (Linux 0.99.14f).
13938 * added wgetnstr() and modified things accordingly.
13939 * fixed the script.src script.test to work with awk not just gawk.
13940 * Configure can now take an argument of the target system.
13941 * added test/ncurses.c which replaces several other programs and
13942   performs more testing.
13943 [Thanks to Eric S Raymond for the last 4]
13944 * more fixes to lib_overlay.c and added test/over.c to illustrate
13945   how it works.
13946 * fixed ungetch() to take int instead of ch.
13947 * fixes to cure wgetch() if flushinp() is called.
13948
13949 One note I forgot to mention in 1.8.3 is that tracing is off by
13950 default starting in the version. If you want tracing output, put
13951 traceon(); in your code and link with -ldcurses.
13952
13953 #### ncurses 1.8.2 -> ncurses 1.8.3 #### ####
13954 MAJOR CHANGES:
13955 1) The order of capabilities has been changed in order to achieve
13956 binary compatibility with SVR4 terminfo database. This has the
13957 unfortunate effect of breaking application currently linked with
13958 ncurses. To ensure correct behavior, recompile all such programs.
13959 Most programs using color or newer capabilities will break, others
13960 will probably continue to work ok.
13961
13962 2) Pavel Curtis has renounced his copyright to the public domain.
13963 This means that his original sources (posted to comp.sources.unix,
13964 volume 1) are now in the public domain.  The current sources are
13965 NOT in the public domain, they are copyrighted by me.  I'm
13966 entertaining ideas on what the new terms ncurses is released under.
13967
13968 3) Eric S. Raymond has supplied a complete set of man pages for
13969 ncurses in ?roff format. They will eventually replace most of the
13970 current docs. Both sets are included in this release.
13971
13972 Other changes and notes from 1.8.2 include:
13973 * SIGSEGV during scrolling no longer occurs.
13974 * Other problems with scrolling and use of idl have been corrected.
13975 * lib_getch.c has been re-written and should perform flawlessly.
13976   please use test/getch.c and any other programs to test this.
13977 * ripoffline() is implemented (Thanks to Eric) and slk_ functions
13978   changed accordingly.
13979 * I've added support for terminals that scroll if you write in the
13980   bottom-right corner.
13981 * fixed more bugs in pads code. If anybody has a program that uses
13982   pads I'd love a copy.
13983 * correct handling for terminal with back_color_erase capability
13984   (such as Linux console, and most PC terminals)
13985 * ^Z handling apparently didn't work (I should never trust code
13986   sent me to me without extensive testing). It now seems to be
13987   fixed. Let me know if you have problems.
13988 * I've added support for Apollo and NeXT, but it may still be
13989   incomplete, especially when dealing with the lack of POSIX
13990   features.
13991 * scrolling should be more efficient on terminals with idl
13992   capabilities. Please see src/lib_scroll.c for more notes.
13993 * The line drawing routines were offset by 1 at both ends. This
13994   is now fixed.
13995 * added a few missing prototypes and macros (e.g. setterm())
13996 * fixed code in src/lib_overlay.c which used to crash.
13997 * added a few more programs in test/ The ones from the PDCurses
13998   package are useful, especially if you have SVR4 proper. I'm
13999   interested in the results you get on such a systems (Eric? ;-).
14000   They already exposed certain bugs in ncurses.
14001 * See src/README for porting notes.
14002 * The C++ code should really replace ncurses.h instead of working
14003   around it. It should avoid name-space clashes with nterm.h (use
14004   rows instead of lines, etc.)
14005 * The C++ should compile ok. I've added explicit rules to the
14006   Makefile because no C++ defaults are documented on the suns.
14007 * The docs say that echo() and nocbreak() are mutually exclusive.
14008   At the moment ncurses will switch to cbreak() if the case above
14009   occurs. Should it continue to do so? How about echo() and noraw()?
14010 * PDCurses seem to assume that wclear() will use current attribute
14011   when clearing the screen. According to Eric this is not the case
14012   with SVR4.
14013 * I have discovered, to my chagrin, SunOS 4.x (and probably other systems)
14014   * doesn't have vsscanf and God knows what else!  I've will do a vsscanf().
14015 * I've also found out that the src/script.* rely on gawk and will not
14016   work with stock awk or even with nawk. Any changes are welcome.
14017 * Linux is more tolerant of NULL dereferences than most systems. This
14018   fact was exposed by hanoi.
14019 * ncurses still seems inefficient in drawing the screen on a serial
14020   link between Linux and suns. The padding may be the culprit.
14021 * There seems to be one lingering problem with doupdate() after shelling
14022   out. Despite the fact the it is sending out the correct information
14023   to the terminal, nothing takes effect until you press ^L or another
14024   refresh takes place. And yes, output does get flushed.
14025
14026 #### ncurses 1.8.1 -> ncurses 1.8.2 #### Nov 28, 1993 ####
14027
14028 * added support for SVR4 and BSDI's BSD/386.
14029 * major update and fix to scrolling routine.
14030 * MORE fixes to stuff in lib_getch.c.
14031 * cleaned-up configuration options and can now generate
14032         Config.* files through an awk script.
14033 * changed setupterm() so it can be called more than once,
14034         add added set_curterm(), del_curterm().
14035 * a few minor cleanups.
14036 * added more prototypes in curses.h
14037
14038 #### ncurses 1.8 -> ncurses 1.8.1 #### Nov 4, 1993 ####
14039
14040 * added support for NeXTStep 3.0
14041 * added termcap emulation (not well tested).
14042 * more complete C++ interface to ncurses.
14043 * fixed overlay(), overwrite(), and added copywin().
14044 * a couple of bug fixes.
14045 * a few code cleanups.
14046
14047 #### ncurses 0.7.2/0.7.3 -> ncurses 1.8 #### Aug 31, 1993 ####
14048
14049 * The annoying message "can't open file." was due to missing
14050   terminfo entry for the used terminal. It has now been
14051   replaced by a hopefully more helpful message.
14052 * Problems with running on serial lines are now fixed.
14053 * Added configuration files for SunOS, Linux, HP/UX, Ultrix,
14054   386bsd/BSDI (if you have others send'em to me)
14055 * Cleaner Makefile.
14056 * The documentation in manual.doc is now more uptodate.
14057 * update optimization and support for hp terminals, and 386bsd
14058   console driver(s).
14059 * mvcur optimization for terminals without cursor addressing
14060   (doesn't work on Linux)
14061 * if cursor moved since last update, getch() will refresh the
14062   screen before working.
14063 * getch() & alarm() can now live together. in 0.7.3 a signal
14064   interrupted getch() (bug or feature?) now the getch is
14065   restarted.
14066 * scanw() et all were sick, now fixed.
14067 * support for 8-bit input (use meta()).
14068 * added default screen size to all terminfos.
14069 * added c++ Ncursesw class.
14070 * several minor bug fixes.
14071
14072 #### ncurses 0.7.2 -> ncurses 0.7.3 #### May 27, 1993 ####
14073
14074 * Config file to cope with different platforms (386BSD, BSDI, Ultrix, SunOS)
14075 * more fixes to lib_getch.c
14076 * changes related to Config
14077
14078 #### ncurses 0.7 -> ncurses 0.7.2 #### May 22, 1993 ####
14079
14080 * docs updated slightly (color usage is now documented).
14081 * yet another fix for getch(), this one fixes problems with ESC being swallowed
14082   if another character is typed before the 1 second timeout.
14083 * Hopefully, addstr() and addch() are 8-bit clean.
14084 * fixed lib_tparm.c to use stdarg.h (should run on suns now)
14085 * order of capabilities changed to reflect that specified in SYSV
14086   this will allow for binary-compatibility with existing terminfo dbs.
14087 * added halfdelay()
14088 * fixed problems with asc_init()
14089 * added A_PROTECT and A_INVIS
14090 * cleaned up vidputs()
14091 * general cleanup of the code
14092 * more attention to portability to other systems
14093 * added terminfos for hp70092 (won't work until changes to lib_update.c are
14094   made) and 386BSD pcvt drivers.
14095
14096 Thanks to Hellmuth Michaelis for his help.
14097 optimization code is slated for the next major release, stay tuned!
14098
14099 #### ncurses 0.6/0.61 -> ncurses 0.7 #### April 1, 1993
14100 Please note that the next release will be called 1.8. If you want to know about
14101 the rationale drop me a line.
14102
14103 Included are several test programs in test/.
14104 I've split up the panels library, reversi, tetris, sokoban. They are now
14105 available separately from netcom.com:pub/zmbenhal/
14106
14107 * color and ACS support is now fully compatible with SYSV at the terminfo
14108   level.
14109 * Capabilities now includes as many SYSV caps I could find.
14110 * tigetflag,tigetnum,tigetstr functions added.
14111 * boolnames, boolfnames, boolcodes numnames, numfnames, numcodes,
14112   strnames, strfnames, strcodes arrays are now added.
14113 * keyname() is added.
14114 * All function keys can be defined in terminfo entries.
14115 * fixed lin_tparm.c to behave properly.
14116 * terminfo entries for vt* and xterm are included (improvements are welcome)
14117 * more automation in handling caps and keys.
14118 * included fixes from 0.6.1
14119 * added a few more missing functions.
14120 * fixed a couple of minor bugs.
14121 * updated docs JUST a little (still miles behind in documenting the newer
14122         features).
14123
14124 #### ncurses 0.6 -> ncurses 0.61 ####
14125
14126 1) Included the missing data/console.
14127
14128 2) allow attributes when drawing boxes.
14129
14130 3) corrected usage of win->_delay value.
14131
14132 4) fixed a bug in lib_getch.c. if it didn't recognize a sequence it would
14133         simply return the last character in the sequence. The correct
14134         behavior is to return the entire sequence one character at a time.
14135
14136 #### ncurses0.5 -> ncurses0.6 #### March 1, 1993 ####
14137 * removed _numchngd from struct _win_st and made appropriate changes.
14138 * rewritten kgetch() to remove problems with interaction between alarm and
14139   read(). It caused SIGSEGV every now and then.
14140 * fixed a bug that miscounted the numbers of columns when updating.
14141   (in lib_doupdate.c(ClrUpdate() -- iterate to columns not columns-1)
14142 * fixed a bug that cause the lower-right corner to be incorrect.
14143   (in lib_doupdate.c(putChar() -- check against columns not columns-1)
14144 * made resize() and cleanup() static to lib_newterm.c
14145 * added notimeout().
14146 * added timeout() define in curses.h
14147 * added more function prototypes and fixed napms.
14148 * added use_env().
14149 * moved screen size detection to lib_setup.c.
14150 * fixed newterm() to confirm to prototype.
14151 * removed SIGWINCH support as SYSV does not define its semantics.
14152 * cleaned-up lib_touch.c
14153 * added waddnstr() and relatives.
14154 * added slk_* support.
14155 * fixed a bug in wdeleteln().
14156 * added PANEL library.
14157 * modified Makefile for smoother installation.
14158 * terminfo.h is really term.h
14159
14160 #### ncurses 0.4 -> ncurses 0.5 #### Feb 14, 1993 ####
14161 * changed _win_st structure to allow support for missing functionality.
14162 * Addition of terminfo support for all KEY_*.
14163 * Support for nodelay(), timeout(), notimeout().
14164 * fixed a bug with the keypad char reading that did not return ESC until
14165   another key is pressed.
14166 * nl mapping no longer occur on output (as should be)
14167   fixed bug '\n' no causing a LF.
14168 * fixed bug that reset terminal colors regardless of whether we use color
14169   or not.
14170 * Better support for ACS (not quite complete).
14171 * fixed bug in wvline().
14172 * added curs_set().
14173 * changed from signal() to sigaction().
14174 * re-included the contents of important.patch into source.
14175
14176 #### ncurses 0.3 -> ncurses 0.4 #### Feb 3, 1993 ####
14177 * Addition of more KEY_* definitions.
14178 * Addition of function prototypes.
14179 * Addition of several missing functions.
14180 * No more crashes if screen size is undefined (use SIGWINCH handler).
14181 * added a handler to cleanup after SIGSEGV (hopefully never needed).
14182 * changed SRCDIR from /etc/term to /usr/lib/terminfo.
14183 * renamed compile/dump to tic/untic.
14184 * New scrolling code.
14185 * fixed bug that reversed the sense of nl() and nonl().
14186
14187 #### ncurses 0.2 -> ncurses 0.3 #### Jan 20, 1993 ####
14188 * more support for color and graphics see test/ for examples.
14189 * fixed various files to allow correct update after shelling out.
14190 * more fixes for updates.
14191 * no more core dumps if you don't have a terminfo entry.
14192 * support for LINES and COLUMNS environment variables.
14193 * support for SIGWINCH signal.
14194 * added a handler for SIGINT for clean exits.
14195
14196 #### ncurses 0.1 -> ncurses 0.2 #### Aug 14, 1992 ####
14197 * support for color.
14198 * support for PC graphic characters.
14199 * lib_trace.c updated to use stdarg.h and vprintf routines.
14200 * added gdc.c (Great Digital Clock) as an example of using color.
14201
14202 #### ncurses -> ncurses 0.1 #### Jul 31, 1992 ####
14203 * replacing sgtty stuff by termios stuff.
14204 * ANSIfication of some functions.
14205 * Disabling cost analysis 'cause it's incorrect.
14206 * A quick hack for a terminfo entry.
14207
14208 -- vile:txtmode: