]> ncurses.scripts.mit.edu Git - ncurses.git/blob - NEWS
ncurses 6.2 - patch 20201107
[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.3589 2020/11/07 23:52:28 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 20201107
50         + update kitty+common -TD
51         + add putty+screen and putty-screen (suggested by Alexandre Montaron).
52         + explain in ncurses.3x that functions in the tinfo library do not rely
53           upon wide-characters (prompted by discussion with Reuben Thomas).
54
55 20201031
56         + modify MKterm.h.in so that it is not necessary to include <curses.h>
57           before <term.h> (prompted by discussion with Reuben Thomas).
58         + review/improve synopsis for curs_sp_funcs.3x (prompted by discussion
59           with Reuben Thomas).
60         + improve format of output in tic's check_infotocap() function, to
61           ensure that the messages contain only printable text.
62         + modify configure-check for clang to verify that -Qunused-arguments
63           is supported.  IBM's xlclang does not support it (report by Steven
64           Pitman).
65
66 20201024
67         + provide workaround configure-check for bool when cross-compiling.
68         + fix a potential indexing error in _nc_parse_entry(), seen with
69           Herlim's test data using address-sanitizer.
70         + change a null-pointer check in set_curterm to a valid-string check,
71           needed in to tic's use-resolution when pad_char is cancelled
72           (report/testcase by Robert Sebastian Herlim)
73         + improve tic's -c option to validate the number and type of parameters
74           and compare against expected number/type before deciding which set of
75           parameter-lists to use in tparm calls (report/testcase by Robert
76           Sebastian Herlim).
77         + fix a link for tabs.1 manpage in announce.html.in (report by Nick
78           Black), as well as some fixes via linklint.
79
80 20201017
81         + improve manpage typography.
82         + improve discussion in curs_addch.3x of the use of unctrl to display
83           nonprintable characters.
84         + add a note in terminfo.5 explaining that no-parameter strings such
85           as sgr0 or cnorm should not be used with tparm.
86
87 20201010
88         + correct sgr in aaa+rv (report by Florian Weimer) -TD
89         + fix some sgr inconsistencies in d230c, ibm6153, ibm6154,
90           ncrvt100an -TD
91         + improve tic's check for errors detected in tparm (prompted by
92           discussion with Florian Weimer).
93         + set output-mode to binary in experimental Windows-10 driver (Juergen
94           Pfeifer).
95
96 20201003
97         + remove output-related checks for nl/nonl (report by Leon Winter).
98         + change tmux's kbs to ^? (report by Premysl Eric Janouch)
99         + simplify mlterm initialization with DECSTR -TD
100         + fix a typo in man/curs_terminfo.3 (Reuben Thomas).
101         + add tmux-direct (tmux #2370, Debian #895754)
102         + add user-defined capabilities from mintty to Caps-ncurses, for
103           checking consistency with tic.
104
105 20200926
106         + correct configure-check for gnurx library.
107         + regenerate llib-* files.
108         + modify tracemunch and the panel library to show readable traces for
109           panel- and user-pointers.
110
111 20200919
112         + update mlterm3 for 3.9.0 (report by Premysl Eric Janouch) -TD
113
114 20200918
115         + corrected condition for appending curses.events to the generated
116           curses.h (report by Sven Joachim, Debian #970545).
117
118 20200912
119         + add configure-check for systre/tre with mingw configuration, to get
120           the library-dependencies as seen in msys2 configuration for mingw64.
121         + build-fixes for the win32-driver configuration.
122         + use more defensive binary mode setting for Win32 (Juergen Pfeifer).
123
124 20200907
125         + fix regression in setupterm validating non-empty $TERM (report by
126           Soren Tempel).
127
128 20200906
129         + merge/adapt in-progress work by Juergen Pfeifer for new version of
130           win32-driver.
131         + correct description of vt330/vt340 (Ross Combs).
132
133 20200831
134         + build-fix for awk-scripts modified for win32-driver (report by Werner
135           Fink).
136
137 20200829
138         + remove a redundant NCURSES_EXPORT as a build-fix for "Maarten
139           Anonymous".
140         + merge/adapt in-progress work by Juergen Pfeifer for new version of
141           win32-driver.
142         + modify configure script, moving gcc -Werror options to EXTRA_CFLAGS
143           to avoid breaking configure-checks (adapted from ongoing work on
144           mawk and lynx).
145         > errata for terminfo.src (report by Florian Weimer):
146         + correct icl6404 csr
147         + correct ti916 cup
148         + improve ndr9500
149
150 20200822
151         + improve version-number extraction in MKlib_gen.sh
152         + make the test-package for manpages installable by adjusting the
153           man_db.renames file.
154         + correct an off-by-one loop-limit in convert_strings function
155           (report by Yue Tai).
156         + add CF_SHARED_OPTS cases for HPE NonStop systems (Randall S Becker).
157         + modify CF_SHARED_OPTS case for NetBSD to use the same "-shared"
158           option for the non-rpath case as for the rpath case, to allow gcc to
159           provide suitable runtime initialization (report by Rajeev V Pillai).
160
161 20200817
162         + reduce build-warnings by excluding ncurses-internals from deprecation
163           warnings.
164         + mark wgetch-events feature as deprecated.
165         + add definition for $(LIBS) to ncurses/Makefile.in, to simplify builds
166           using the string-hacks option.
167         + prevent KEY_EVENT from appearing in curses.h unless the configure
168           option --enable-wgetch-events is used (report by Werner Fink).
169
170 20200816
171         + amend tic/infocmp check to allow for the respective tool's absence
172           (report by Steve Wills, cf: 20200808).
173         + improved some of the build-scripts with shellcheck
174         + filter out -MT/-MD/-MTd/-MDd options in script for Visual Studio C++
175           (discussion with "Maarten Anonymous").
176
177 20200808
178         + improve discussion of the system's tic utility when used as part
179           of cross-compiling (discussion with Keith Marshall).
180         + modify configuration checks for build-time tic/infocmp to use
181           AC_CHECK_TOOL. That can still be overridden by --with-tic-path and
182           --with-infocmp-path when fallbacks are used, but even if not using
183           fallbacks, the improved check may help with cross-compiling
184           (discussion with Keith Marshall).
185         + other build-fixes for Ada95 with MinGW.
186         + modify Ada95 source-generation utility to write to a file given as
187           parameter rather than to the standard output, allowing builds with
188           MinGW.
189
190 20200801
191         + remove remaining parts of checks for ISC Unix (cf: 20121006).
192         + add user32.lib to LDFLAGS for Visual Studio C++ configuration
193           (discussion with "Maarten Anonymous").
194         + modify MKkey_defs.sh to hide ncurses' definition of KEY_EVENTS to
195           reduce Visual Studio C++ redefinition warnings.
196         + improve/update checks for external functions in test/configure
197
198 20200725
199         + set LINK_TESTS in CF_SHARED_OPTS for msvc (patch by
200           "Maarten Anonymous")
201         + improved workaround for redefinition-warnings for KEY_EVENT.
202         + improve man/term.5 section on legacy storage format (report by
203           Florian Weimer).
204
205 20200718
206         + reduce redefinition-warnings for KEY_EVENT when building with Visual
207           Studio C++.
208         + define NCURSES_STATIC when compiling programs to link with static
209           libraries, to work with MinGW vs Visual Studio C++.
210         > additional changes for building with Visual Studio C++ and msys2
211           (reports/patches by "Maarten Anonymous")
212         + modify c++/Makefile.in to set the current directory while compiling
213           the main program, so the linker can find related objects.
214         + several changes to allow the c++/demo program to compile/link.
215         + change an ifdef in test-directory, to use VC++ wide-character funcs.
216
217 20200711
218         + fix pound-sign mapping in acsc of linux2.6 entry (report by Ingo
219           Bruckl).
220         + additional changes for building with Visual Studio C++ and msys2
221           (reports/patches by "Maarten Anonymous")
222         + build-improvements for Windows 10 and MinGW (patch by Juergen
223           Pfeifer).
224         + fix a typo in curs_printw.3x (patch by William Pursell).
225         + fix two errors in infotocap which allowed indexing outside the
226           buffer (report/testcases by Zhang Gan).
227         + update length of strings in infocmp's usage function to restore a
228           trailing null on the longest string (report/testcase by Zhang Gen).
229
230 20200704
231         + modify version-check with Ada generics to use the same pattern as in
232           the check for supported gnat versions (report by Pascal Pignard).
233         > additional changes for building with Visual Studio C++ and msys2
234           (patches by "Maarten Anonymous"):
235         + adjust headers/declarations to provide for "dllimport" vs "dllexport"
236           declarations when constructing DLLs, to worko with Visual Studio C++.
237
238 20200627
239         + build-fixes for gnat 10.1.1, whose gnatmake drops integration with
240           gprbuild.
241         + correct buffer-length in test/color_name.h
242
243 20200613
244         + update list of functions in ncurses.3x
245         + move dlclose() call from lib_mouse.c to delscreen() to avoid a case
246           in the former which could be called from SIGTSTP handler (Debian
247           #961097).
248
249 20200606
250         + add xterm+256color2, xterm+88color2, to deprecate nonstandard usage
251           in xterm+256color, xterm+88color -TD
252         + add shifted Linux console keys in linux+sfkeys entry for
253           screen.linux (report by Alexandre Montaron).
254         + use vt100+enq in screen (report by Alexandre Montaron).
255         + add screen.linux-s alias (suggested by Alexandre Montaron).
256
257 20200531
258         + correct configure version-check/warnng for g++ to allow for 10.x
259         + re-enable "bel" in konsole-base (report by Nia Huang)
260         + add linux-s entry (patch by Alexandre Montaron).
261         + drop long-obsolete convert_configure.pl 
262         + add test/test_parm.c, for checking tparm changes.
263         + improve parameter-checking for tparm, adding function _nc_tiparm() to
264           handle the most-used case, which accepts only numeric parameters
265           (report/testcase by "puppet-meteor").
266         + use a more conservative estimate of the buffer-size in lib_tparm.c's
267           save_text() and save_number(), in case the sprintf() function
268           passes-through unexpected characters from a format specifier
269           (report/testcase by "puppet-meteor").
270         + add a check for end-of-string in cvtchar to handle a malformed
271           string in infotocap (report/testcase by "puppet-meteor").
272
273 20200523
274         + update version-check for gnat to allow for gnat 10.x to 99.x
275         + fix an uninitialized variable in lib_mouse.c changes (cf: 20200502)
276         + add a check in EmitRange to guard against repeat_char emitting digits
277           which could be interpreted as BSD-style padding when --enable-bsdpad 
278           is configured (report/patch by Hiltjo Posthuma).
279         + add --disable-pkg-ldflags to suppress EXTRA_LDFLAGS from the
280           generated pkg-config and ncurses*-config files, to simplify
281           configuring in the case where rpath is used but the packager wants
282           to hide the feature (report by Michael Stapelberg).
283         > fixes for building with Visual Studio C++ and msys2 (patches by
284           "Maarten Anonymous"):
285         + modify CF_SHARED_OPTS to generate a script which translates linker
286           options into Visual Studio's dialect.
287         + omit parentheses around function-names in generated lib_gen.c to
288           work around a Visual Studio C++ limitation.
289
290 20200516
291         + add notes on termcap.h header in curs_termcap.3x
292         + update notes on vscode / xterm.js -TD
293
294 20200509
295         + add "-r" option to the dots test-programs, to help with scripting
296           a performance comparison.
297         + build-fix test/move_field.c for NetBSD curses, whose form headers
298           use different names than SVr4 or ncurses.
299
300 20200502
301         + add details on the change to Linux SGR 21 in 2018 -TD
302         + add xterm-direct16 and xterm-direct256 -TD
303         + modify lib_mouse.c to check for out-of-range button numbers, convert
304           those to position reports.
305
306 20200425
307         + use vt100+fnkeys in putty -TD
308         + fix a typo in tput.1; "columns" should be "cols".
309
310 20200418
311         + improve tracemunch logic for "RUN" compaction.
312         + fix a special case in wresize() where copying the old text did not
313           check if the last cell on a row was the beginning of a fullwidth
314           character (adapted from patch by Benno Schulenberg).
315         + use vt52+keypad in xterm-vt52, from xterm #354 -TD
316         + improve see-also section of user_caps.5
317
318 20200411
319         + fix find_pair(), overlooked when refactoring for _nc_reserve_pairs()
320           (report/testcase by Brad Town, cf: 20170812).
321         + add a trailing null for magic-string in putwin, flagged by gcc 10
322         + update check for gcc version versus gnat to work with gcc 10.x
323
324 20200404
325         + modify -fvisibility check to work with g++
326         > fixes for building with Visual Studio C++ and msys2 (patches by
327           "Maarten Anonymous"):
328         + add configure option and check for gcc -fvisibility=hidden feature
329         + define NCURSES_NOMACROS in lib_gen.c to work around Visual Studio
330           C++ preprocessor limitations.
331         + modify some of the configure-macros, as well as mk-1st.awk to work
332           with Visual Studio C++ default filenaming.
333
334 20200328
335         + correct length of buffer copied in dup_field().
336         + remove "$(srcdir)/" from path of library.gpr, needed for out-of-tree
337           builds of Ada95 (patch by Adam Van Ymeren).
338
339 20200321
340         + improve configure-checks to reduce warnings about unused variables.
341         + improve description of error-returns in waddch and waddnstr manual
342           pages (prompted by patch by Benno Schulenberg).
343         + add test/move_field.c to demonstrate move_field(), and a stub for
344           a corresponding demo of dup_field().
345
346 20200314
347         + add history note to curs_scanw.3x for <stdarg.h> and <varargs.h>
348         + add history note to curs_printw.3x for <stdarg.h> and <varargs.h>
349         + add portability note to ncurses.3x regarding <stdarg.h>
350
351 20200308
352         + update copyright notices in test-packages.
353         + modify tracemunch to guard against errors in its known_p1 table.
354         + add several --with-xxx-libname options, to help with pkgsrc (prompted
355           by discussion with Thomas Klausner).
356
357 20200301
358         + modify wbkgd() and wbkgrnd() to avoid storing a null in the
359           background character, because it may be used in cases where the
360           corresponding 0x80 is not treated as a null (report by Marc Rechte,
361           cf: 20181208).
362
363 20200229
364         + modify CF_NCURSES_CONFIG to work around xcode's c99 "-W" option,
365           which conflicts with conventional use for passing linker options.
366         > fixes for building with Visual Studio C++ and msys2 (patches by
367           "Maarten Anonymous"):
368         + check for pcre2posix.h instead of pcre2-posix.h
369         + add case in CF_SHARED_OPTS for msys2 + msvc
370         + add fallback definition for STDIN_FILENO in progs.priv.h
371         + modify win_driver.c to use _alloca() rather than gcc's variable
372           length array feature.
373         + add NCURSES_IMPEXP to ncurses wrapped-variable declarations
374         + remove NCURSES_IMPEXP from class variables in c++/cursslk.h
375         + remove fallback prototype for exit() from c++/etip.h.in
376         + use configured check for <sys/time.h> in a couple of places
377         + conditionally include winsock.h in ncurses/win32con/gettimeofday.c,
378           because Visual Studio needs this for the timestruct declaration.
379         + adjust syntax in a couple of files using the NCURSES_API symbol.
380
381 20200222
382         + expanded note in ncurses.3x regarding automatically-included headers
383         + improve vt50h and vt52 based on DECScope manual -TD
384         + add/use vt52+keypad and vt52-basic -TD
385         + check/workaround for line-too-long in Ada95 generate utility when
386           building out-of-tree.
387         + improve/update HEADER_DEPS in */Makefile.in
388         + add "check" rule to include/Makefile, to demonstrate that the headers
389           include all of the required headers for the types used.
390
391 20200215
392         + improve manual page for panel library, extending the portability
393           section as well as documenting error-returns.
394         + show tic's version when installing terminal database in run_tic.sh
395         + correct check for gcc vs other compilers used in ncurses 6.0, from
396           FreeBSD patch by Kyle Evans (cf: 20150725).
397         + add notes for 6.2 to INSTALL.
398
399 20200212 6.2 release for upload to ftp.gnu.org
400         + update release notes
401         + minor build-fixes, mostly to test-package scripts
402
403 20200208
404         + modify check for sizeof(wchar_t) to ensure it gives useful result
405           when cross-compiling.
406         + drop assumption in configure script that Cygwin's linker is broken.
407         + define NCURSES_BROKEN_LINKER if the broken-linker feature is used,
408           to simplify configure-checks for ncurses-examples.
409
410 20200202
411         + reassert copyright on ncurses, per discussion in ncurses FAQ:
412           https://invisible-island.net/ncurses/ncurses.faq.html#relicensed
413
414 20200201
415         + modify comparison in make_hash.c to correct a special case in
416           collision handling for Caps-hpux11
417         + add testing utility report_hashing to check hash-tables used for
418           terminfo and termcap names.
419         + fix a missing prototype for _nc_free_and_exit().
420         + update a few comments about tack 1.07
421         + use an awk script to split too-long pathnames used in Ada95 sample
422           programs for explain.txt
423
424 20200118
425         + expanded description of XM in user_caps.5
426         + improve xm example for xterm+x11mouse, xterm+sm+1006 -TD
427         + add history section to curs_slk.3x and curs_terminfo.3x manpages.
428         + update alacritty entries for 0.4.0 (prompted by patch by
429           Christian Durr) -TD
430         + correct spelling errors found with codespell.
431         + fix for test/configure, from xterm #352.
432
433 20200111
434         + improve configure macros which check for the X11/Intrinsic.h header,
435           to accommodate recent MacOS changes.
436         + suppress gcc's -Winline warning; it has not been useful for some time
437         + update config.guess, config.sub
438
439 20200104
440         + modify a couple of macros in aclocal.m4 to allow autoconf 2.69 to
441           "work", to help illustrate discussion in
442           https://invisible-island.net/autoconf/my-autoconf.html
443         + fix some warnings from autoheader-252
444
445 20191228
446         + in gen-pkgconfig.in, move the RPATH_LIST and PRIVATE_LIBS assignments
447           past the various prefix/libdir assignments, to allow for using those
448           symbols, e.g., as done via CF_SHARED_OPTS.
449         + improve ncurses*-config and pc-files by filtering out linker-specs.
450         + modify test-package to more closely match Fedora's configuration
451           for PIE/PIC feature and debug-packages.
452
453 20191221
454         + correct pathname used in Ada95 sample programs for explain.txt, to
455           work with test-packages.
456         + improve tracemunch:
457           + keep track of TERMINAL* values
458           + if tracing was first turned on after initialization, attempt to
459             show distinct screen, window and terminal names anyway.
460         + ensure that GCC_NORETURN is defined in term.h, because the prototype
461           for exit_terminfo() uses it (report by Werner Fink).
462
463 20191214
464         + add exit_curses() and exit_terminfo() to replace internal symbols for
465           leak-checking.
466
467 20191207
468         + fix a few warnings for test-package builds
469         + add curses_trace(), to replace trace().
470
471 20191130
472         + add portability section to curs_getcchar manpage (prompted by
473           discussion with Nick Black).
474         + improve portability discussion of ACS characters in curs_addch
475           manpage.
476         + improve typography for double-quotes in manpages.
477
478 20191123
479         + fix typo for MinGW rpm test-package.
480         + workaround in rpm specs for NFS problems in Fedora 31.
481
482 20191116
483         + modify ncurses/Makefile.in to fix a case where Debian/testing changes
484           to the ld --as-needed configuration broke ncurses-examples test
485           packages.
486         + drop library-dependency on psapi for MinGW port, since win_driver.c
487           defines PSAPI_VERSION to 2, making it use GetProcessImageFileName
488           from kernel32.dll (prompted by patch by Simon Sobish, cf: 20140503).
489
490 20191109
491         + add warning-check in tic for terminals with parm_dch vs parm_ich.
492         + drop ich1 from rxvt-basic, Eterm and mlterm to improve compatibility
493           with old non-curses programs -TD
494         + reviewed st 0.8.2, updated some details -TD
495         + use ansi+rep several places -TD
496         + corrected tic's check for ich1 (report by Sebastian J. Bronner,
497           cf: 20020901).
498
499 20191102
500         + check parameter of set_escdelay, return ERR if negative.
501         + check parameter of set_tabsize, return ERR if not greater than zero
502           (report/patch by Anthony Sottile).
503         + revise CF_ADD_LIBS macro to prepend rather than append libraries.
504         + add "xterm-mono" to help packagers (report by Sven Joachim) -TD
505
506 20191026
507         + add a note in man/curs_add_wch.3x about Unicode terminology for the
508           line-drawing characters (report by Nick Black).
509         + improve comment in lib_tgoto.c regarding the use of \200 where a
510           \0 would be intended by the caller (report by "64 bit", cf: 20000923).
511         + modify linux-16color to accommodate Linux console driver change in
512           early 2018 (report by Dino Petrucci).
513
514 20191019
515         + modify make_hash to not require --disable-leaks, to simplify building
516           with address-sanitizer.
517         + modify tic to exit if it cannot remove a conflicting name, because
518           treating that as a partial success can cause an infinite loop in
519           use-resolution (report/testcase by Hongxu Chen, cf: 20111001).
520
521 20191015
522         + improve buffer-checks in captoinfo.c, for some cases when the
523           input string is shorter than expected.
524         > fix two errata in tic (report/testcases by Hongxu Chen):
525         + check for missing character after backslash in write_it
526         + check for missing characters after "%>" when converting from termcap
527           syntax (cf: 980530).
528
529 20191012
530         + amend recent changes to ncurses*-config and pc-files to filter out
531           Debian linker-flags (report by Sven Joachim, cf: 20150516).
532         + clarify relationship between tic, infocmp and captoinfo in manpage.
533         + check for invalid hashcode in _nc_find_type_entry and
534           _nc_find_name_entry.
535         > fix several errata in tic (reports/testcases by "zjuchenyuan"):
536         + check for invalid hashcode in _nc_find_entry.
537         + check for missing character after backslash in fmt_entry
538         + check for acsc with odd length in dump_entry in check for one-one
539           mapping (cf: 20060415);
540         + check length when converting from old AIX box_chars_1 capability,
541           overlooked in changes to eliminate strcpy (cf: 20001007).
542
543 20191005
544         + modify the ncurse*-config and pc-files to more closely match for the
545           -I and -l options.
546
547 20190928
548         + amend the ncurses*-config and pc-files to take into account the rpath
549           hack which differed between those files.
550         + improve -L option filtering in ncurses*-config
551         + improve recovery from error when reading command-character in
552           test/ncurses.c, showing the relevant error message and not exiting on
553           EINTR (cf: 20180922)
554
555 20190921
556         + add a note in resizeterm manpage about top-level windows which touch
557           the screen's borders.
558         + modify configure-checks for gnat to identify each of the tools path
559           and version.
560
561 20190914
562         + build-fixes for Ada95 configure-script and corresponding test package
563
564 20190907
565         + add --with-ada-libname option and modify Ada95 configuration to 
566           allow renaming the "AdaCurses" library (prompted by proposed changes
567           by Pascal Pignard).
568         + modify configure script to distinguish gcc from icc and clang when
569           the --enable-warnings option is not used, to avoid unnecessary
570           warnings about unrecognized inline options (report by Sven Joachim).
571
572 20190831
573         + build-fixes for configuration using --program-suffix with Ada95,
574           noticed with MacOS but applicable to other platforms without
575           libpanelw, etc.
576
577 20190824
578         + fix some cppcheck warnings, mostly style, in ncurses test-programs.
579
580 20190817
581         + amend 20181208 changes for wbkgd() and wbkgrnd(), fixing a few
582           details where it still differed from SVr4.
583         + fix some cppcheck warnings, mostly style, in ncurses test-programs.
584
585 20190810
586         + fix a few more coverity warnings.
587
588 20190803
589         + improve loop limits in _nc_scroll_window() to handle a case where
590           the scrolled data is a pad which is taller than the window (patch
591           by Rob King).
592         + amend the change to screen, because tmux relies upon that entry
593           and does not support that feature (Debian #933572) -TD
594         + updated ms-terminal entry & notes -TD
595         + updated kitty entry & notes -TD
596         + updated alacritty+common entry & notes -TD
597         + use xterm+sl-twm for consistency -TD
598
599 20190728
600         + fix a few more coverity warnings.
601         + more documentation updates based on tctest.
602
603 20190727
604         + fix a few coverity warnings.
605         + documentation updates based on tctest.
606
607 20190720
608         + fix a few warnings for gcc 4.x
609         + add some portability/historical details to the tic, toe and infocmp
610           manual pages.
611         + correct fix for broken link from terminfo(5) to tabs(1) manpage
612           (report by Sven Joachim).
613
614 20190713
615         + change reset's behavior for margins to simply clear soft-margins if
616           possible, rather than clearing and then setting them according to the
617           terminal's width (suggested by Thomas Wolff).
618         + correct order of one wbkgd versus start_color call in test/padview.c
619
620 20190706
621         + add domterm -TD
622         + improve comments for recent changes, add alias xterm.js -TD
623
624 20190630
625         + add --with-tic-path and --with-infocmp-path to work around problems
626           building fallback source using pre-6.0 tic/infocmp.
627         + add a check in tic for paired indn/rin
628         + correct a buffer-limit in write_entry.c for systems that use caseless
629           filenames.
630         + add ms-terminal -TD
631         + add vscode, vscode-direct -TD
632
633 20190623
634         + improve the tabs.1 manual page to distinguish the PWB/Unix and 7th
635           Edition versions of the tabs utility.
636         + add configure check for getenv() to work around implementation shown
637           in Emscripten #6766, use that to optionally suppress START_TRACE
638           macro, whose call to getenv() may not work properly (report by Ilya
639           Ig Petrov).
640         + modify initialization functions to avoid relying upon persistent
641           data for the result from getenv().
642         + update config.guess, config.sub
643
644 20190615
645         + expand the portability section of the man/tabs.1 manual page.
646         + regenerate HTML manpages.
647
648 20190609
649         + add mintty, mintty-direct (adapted from patch by Thomas Wolff).
650           Some of the suggested user-defined capabilities are commented-out,
651           to allow builds with ncurses 5.9 and 6.0
652         + add Smol/Rmol for tmux, vte-2018 (patch by Nicholas Marriott).
653         + add rs1 to konsole, mlterm -TD
654         + modify _nc_merge_entry() to make a copy of the data which it merges,
655           to avoid modifying the source-data when aligning extended names.
656
657 20190601
658         + modify an internal call to vid_puts to pass extended color pairs
659           e.g., from tty_update.c and lib_mvcur.c (report by Niegodziwy Beru).
660         + improve manual page description of init_tabs capability and TABSIZE
661           variable.
662
663 20190525
664         + modify reset_cmd.c to allow for tabstops at intervals other than 8
665           (report by Vincent Huisman).
666
667 20190518
668         + update xterm-new to xterm patch #345 -TD
669         + add/use xterm+keypad in xterm-new (report by Alain D D Williams) -TD
670         + update terminator entry -TD
671         + remove hard-tabs from ti703 (report by Robert Clausecker)
672         + mention meml/memu/box1 in user_caps manual page.
673         + mention user_caps.5 in tic and infocmp manual pages.
674
675 20190511
676         + fix a spurious blank line seen with "infocmp -1fx xterm+x11mouse"
677         + add checks in repair_subwindows() to keep the current position and
678           scroll-margins inside the resized subwindow.
679         + add a limit check in newline_forces_scroll() for the case where the
680           row is inside scroll-margins, but not at the end (report by Toshio
681           Kuratomi, cf: 20170729).
682         + corrected a warning message in tic for extended capabilities versus
683           number of parameters.
684
685 20190504
686         + improve workaround for Solaris wcwidth versus line-drawing characters
687           (report by Pavel Stehule).
688         + add special case in tic to validate RGB string-capability extension.
689         + corrected string/parameter-field for RGB in Caps-ncurses.
690
691 20190427
692         + corrected problem in terminfo load/realignment which prevented
693           infocmp from comparing extended capabilities with the same name
694           but different types.
695
696 20190420
697         + improve ifdef's for TABSIZE variable, to help with AIX/HPUX ports.
698
699 20190413
700         + check for TABSIZE variable in test/configure script.
701         + used test/test_arrays.c to improve Caps.aix1 and Caps.hpux11
702         + corrected filtering of comments in MKparametrized.sh
703         + reduce duplication across Caps* files by moving some parts which do
704           not depend on order into Caps-ncurses.
705
706 20190406
707         + modify MKcaptab.sh, MKkey_defs.sh, and MKhashsize.sh to handle
708           split-up Caps-files.
709         + build-fixes if extended-functions are disabled.
710
711 20190330
712         + add "screen5", to mention italics (report by Stefan Assmann)
713         + modify description of xterm+x11hilite to eliminate unused p5 -TD
714         + add configure script checks to help with a port to Ultrix 3.1
715           (report by Dennis Grevenstein).
716           + check if "b" binary feature of fopen works
717           + check for missing feature of locale.h
718           + add fallback for strstr() in test-programs
719           + add fallback for STDOUT_FILENO in test-programs
720         + update config.guess, config.sub
721
722 20190323
723         + move macro for is_linetouched() inside NCURSES_NOMACROS ifndef.
724         + corrected prototypes in several manpages using script to extract
725           those in compilable form.
726         + use _nc_copy_termtype2() rather than direct assignment in setupterm,
727           in case it is called repeatedly using fallback terminfo descriptions
728           (report/patch by Werner Fink).
729
730 20190317
731         + regenerate llib-* files.
732         + modify tic to also use new function for user-defined capability info.
733         + modify _nc_parse_entry() to check if a user-defined capability has
734           an unexpected type; ignore it in that case.
735         + fix a special case of link-anchors in generated Ada html files.
736         + use newer rel=author tag in generated html rather than rev=made,
737           which did not become accepted.
738
739 20190309
740         + in-progress changes to add parameter-checking for common user-defined
741           capabilities in tic.
742         + update MKcodes.awk and MKnames.awk to ignore the new "userdef"
743           data in Caps-ncurses (cf: 20190302).
744
745 20190302
746         + corrected some of the undocumented terminfo names in Caps.hpux11
747         + add "Caps-ncurses" file to help with checking inconsistencies in some
748           user-defined capabilities.
749         + amend check for repeat_char to handle a case where setlocale() was
750           called after initscr() (report by "Ampera").
751
752 20190223
753         + fix typo in adds200 -TD
754         + add tic check for consistent alternate character set capabilities.
755         + improve check in mvcur() to decide whether to use hard-tabs, using
756           xt, tbc and hts as clues.
757         + replace check in reset command for obsolete "pt" capability using
758           tbc and hts capabilities as clues (report by Nicolas Marriott).
759
760 20190216
761         + improve manual page description of TABSIZE.
762         + add test/demo_tabs program.
763
764 20190209
765         + add check in tic to provide warnings for mismatched number of
766           parameters in the documented user-capability extensions.
767
768 20190202
769         + modify rpm test-package ".spec" file to work around naming conflict
770           with Redhat's package for ncurses6.
771         + modify no-leaks code in test/picsmap to avoid non-standard tdestroy.
772         + amend change to configure script which altered the top-level makefile
773           to avoid attempting to install the terminfo database when it was not
774           configured, to allow for installing the ".pc" files which are also
775           in the misc directory (report by Steve Wills).
776
777 20190126
778         + change some "%define" statements in test-packages for RPMs to
779           "%global" to work around changes in rpm 4.14 from recent Redhat.
780         + fixes for O_INPUT_FIELD extension (patch by Leon Winter).
781         + eliminate fixed buffer-size when reading $TERMCAP variable.
782         + correct logic in read_entry.c which prevented $TERMCAP variable from
783           being interpreted as a fallback to terminfo entry (prompted by
784           Savannah #54556, cf: 20110924).
785
786 20190121
787         + add a check in test/configure to work around non-ncurses termcap.h
788           file in Slackware.
789         + corrected flag for "seq" method of db 1.8.5 interface, needed by toe
790           on some of the BSDs.
791         + updated "string-hacks" feature.
792         + minor improvements to manpage typography.
793         + corrected conditionally-compiled limit on color pairs (report by
794           "Hudd").
795         + add -x option to test/pair_content, test/color_content for testing
796           init_extended_pair, extended_pair_content, init_extended_color,
797           extended_color_content
798         + add -p option to test/pair_content, test/color_content to show the
799           return values from the tested functions.
800         + improve manual page curs_color.3x discussion of error returns and
801           extensions.
802         + add O_INPUT_FIELD extension to form library (patch by Leon Winter).
803         + override/suppress --enable-db-install if --disable-database configure
804           option was given.
805         + change a too-large terminal entry in tic from a fatal error to a
806           warning (prompted by discussion with Gabriele Balducci).
807
808 20190112
809         + fix typo in term(5), improve explanation of format (report by Otto
810           Modinos).
811         + add nsterm-direct -TD
812         + use SGR 1006 mouse for konsole-base -TD
813         + use SGR 1006 mouse for putty -TD
814         + add ti703/ti707, ti703-w/ti707-w (Robert Clausecker)
815
816 20190105
817         + add dummy "check" rule in top-level and test-Makefile to simply
818           building test-packages for Arch.
819         + modify configure script to avoid conflict with a non-POSIX feature
820           that enables all parts of the system headers by default.  Some
821           packagers have come to rely upon this behavior (FreeBSD #234049).
822         + update config.guess, config.sub
823
824 20181229
825         + improve man/curs_mouse.3x with regard to xterm
826         + modify tracemunch to accept filename parameters in addition to use
827           as a pipe/filter.
828         + minor optimization to reduce calls to _nc_reserve_pairs (prompted by
829           discussion with Bryan Christ).
830         + add test/pair_content.c and test/color_content.c
831         + modify infocmp to omit filtering of "OTxx" names which are used for
832           obsolete capabilities, when the output is sorted by long-names.
833           Doing this helps when making a table of the short/long capability
834           names.
835
836 20181215
837         + several fixes for gcc8 strict compiler warnings.
838         + fix a typo in comments (Aaron Gyes).
839         + add nsterm-build309 to replace nsterm-256color, assigning the latter
840           as an alias of nsterm, to make mouse work with nsterm-256color -TD
841         + base gnome-256color entry on "gnome", not "vte", for consistency -TD
842         + updates for configure macros from work on tin and xterm:
843           + CF_GNU_SOURCE, allow for Cygwin's newlib when checking for the
844             _DEFAULT_SOURCE symbol.
845           + CF_VA_COPY, add fallback check if neither va_copy/__va_copy is
846             supported, to try copying the pointers for va_list, or as an array.
847             Also add another fallback check, for __builtin_va_copy(), which
848             could be used with AIX xlc in c89 mode.
849
850 20181208
851         + modify wbkgd() and wbkgrnd() to improve compatibility with SVr4
852           curses, changing the way the window rendition is updated when the
853           background character is modified (report by Valery Ushakov).
854
855 20181201
856         + add midnightbsd to CF_XOPEN_SOURCE macro (patch by Urs Jansen).
857         + add "@" command to test/ncurses F-test, to allow rapid jump to
858           different character pages.
859         + update config.guess, config.sub from
860                 http://git.savannah.gnu.org/cgit/config.git
861
862 20181125
863         + build-fix (reports by Chih-Hsuan Yen, Sven Joachim).
864
865 20181124
866         + check --with-fallbacks option to ensure there is a value, and add
867           the fallback information to top-level Makefile summary.
868         + add some traces in initialization to show whether a fallback entry is
869           used.
870         + build-fix for test/movewindow with ncurses-examples on Solaris.
871         + add "-l" option to test/background, to dump screen contents in a form
872           that lets different curses implementations be compared.
873         + modify the initialization checks for mouse so that the xterm+sm+1006
874           block will work with terminal descriptions not mentioning xterm
875           (report by Tomas Janousek).
876
877 20181117
878         + ignore the hex/b64 $TERMINFO in toe's listing.
879         + correct a status-check in _nc_read_tic_entry() so that if reading
880           a hex/b64 $TERMINFO, and the $TERM does not match, fall-through to
881           the compiled-in search list.
882
883 20181110
884         + several workarounds to ensure proper C compiler used in parts of
885           Ada95 tree.
886         + update config.guess, config.sub from
887                 http://git.savannah.gnu.org/cgit/config.git
888
889 20181027
890         + add OpenGL clients alacritty and kitty -TD
891         + add Smulx for tmux, vte-2018 -Nicholas Marriott
892
893 20181020
894         + ignore $TERMINFO as a default value in configure script if it came
895           from the infocmp -Q option.
896         + allow value for --with-versioned-syms to be a relative pathname
897         + add a couple of broken-linker symbols to the list of versioned
898           symbols to help with link-time optimization versus weak symbols.
899         + apply shift/control/alt logic when decoding xterm's 1006 mode to
900           wheel-mouse events (Redhat #1610681).
901
902 20181013
903         + amend change from 20180818, which undid a fix for the $INSTALL value
904           to make it an absolute path.
905
906 20181006
907         + improve a configure check to work with newer optimizers (report by
908           Denis Pronin, Gentoo #606142).
909         + fix typo in tput.c (Sven Joachim, cf: 20180825).
910
911 20180929
912         + fix typo in tvi955 -TD
913         + corrected acsc for regent60 -TD
914         + add alias n7900 -TD
915         + corrected acsc for tvi950 -TD
916         + remove bogus kf0 from tvi950 -TD
917         + added function-key definitions to agree with Televideo 950 manual -TD
918         + add bel to tvi950 -TD
919         + add shifted function-keys to regent60 -TD
920         + renumber regent40 function-keys to match manual -TD
921         + add cd (clr_eos) to adds200 -TD
922
923 20180923
924         + build-fix: remove a _tracef call which was used for debugging (report
925           by Chris Clayton).
926
927 20180922
928         + ignore interrupted system-call in test/ncurses's command-line, e.g.,
929           if the terminal were resized.
930         + add shift/control/alt logic for decoding xterm's 1006 mode (Redhat
931           #1610681, cf: 20141011).
932         + modify rpm test-packages to not use --disable-relink with Redhat,
933           since Fedora 28's tools do not work with that feature.
934
935 20180908
936         + document --with-pcre2 configure option in INSTALL.
937         + improve workaround for special case in PutAttrChar() where a cell is
938           marked as alternate-character set, to handle a case where the
939           character in the cell does not correspond to any of the ASCII
940           fallbacks (report by Leon Winter, cf: 20180505).
941         + amend change to form library which attempted to avoid unnecessary
942           update of cursor position in non-public fields, to simply disable
943           output in this case (patch by Leon Winter, cf: 20180414).
944         + improve check for LINE_MAX runtime limit, to accommodate broken
945           implementations of sysconf().
946
947 20180901
948         + improve manual page for wgetnstr, giving background for the length
949           parameter.
950         + define a limit for wgetnstr, wgetn_wstr when length is negative or
951           "too large".
952         + update configure script to autoconf 2.52.20180819 (Debian #887390).
953
954 20180825
955         + add a section to tput manual page clarifying how it determines the
956           terminal size (prompted by discussion with Grant Jenks).
957         + add "--disable-relink" to rpm test-packages, for consistency with the
958           deb test-packages.
959         + split spec-file into ncurses6.spec and ncursest6.spec to work around
960           toolset breakage in Fedora 28.
961         + drop mention of "--disable-touching", which was not in the final
962           20180818 updates.
963
964 20180818
965         + build-fix for PDCurses with ncurses-examples.
966         + improved CF_CC_ENV_FLAGS.
967         + modify configure scripts to reduce relinking/ranlib during library
968           install (Debian #903790):
969           + use "install -p" when available, to avoid need for ranlib of
970             static libraries.
971           + modify scripts which use "--disable-relink" to add a 1-second
972             sleep to work around tools which use whole-second timestamps, e.g.,
973             in utime() rather than the actual file system resolution.
974
975 20180804
976         + improve logic for clear with E3 extension, in case the terminal
977           scrolls content onto its saved-lines before actually clearing
978           the display, by clearing the saved-lines after clearing the
979           display (report/patch by Nicholas Marriott).
980
981 20180728
982         + improve documentation regarding feature-test macros in curses.h
983         + improve documentation regarding the virtual and physical screens.
984         + formatting fixes for manpages, regenerate man-html documentation.
985
986 20180721
987         + build-fixes for gcc8.
988         + corrected acsc for wy50 -TD
989         + add wy50 and wy60 shifted function-keys as kF1 to kF16 -TD
990         + remove ansi+rep mis-added to interix in 2018-02-23 -TD
991
992 20180714
993         + add enum, regex examples to test/demo_forms
994         + add configure check for pcre-posix library to help with MinGW port.
995
996 20180707
997         + build-fixes for gcc8.
998         + correct order of WINDOW._ttytype versus WINDOW._windowlist in
999           report_offsets.
1000         + fix a case where tiparm could return null if the format-string was
1001           empty (Debian #902630).
1002
1003 20180630
1004         + add acsc string to vi200 (Nibby Nebbulous)
1005           add right/down-arrow to vi200's acsc -TD
1006         + add "x" to tput's getopt string so that "tput -x clear" works
1007           (Nicholas Marriott).
1008         + minor fixes prompted by anonymous report on stack overflow:
1009           + correct order of checks in _nc_get_locale(), for systems lacking
1010             locale support.
1011           + add "#error" in a few places to flag unsupported configurations
1012
1013 20180623
1014         + use _WIN32/_WIN64 in preference to __MINGW32__/__MINGW64__ symbols
1015           to simplify building with MSVC, since the former are defined in both
1016           compiler configurations (report by Ali Abdulkadir).
1017         + further improvements to configure-checks from work on dialog, i.e.,
1018           updated CF_ADD_INCDIR, CF_FIND_LINKAGE, CF_GCC_WARNINGS,
1019           CF_GNU_SOURCE, CF_LARGEFILE, CF_POSIX_C_SOURCE, CF_SIZECHANGE, and
1020           CF_TRY_XOPEN_SOURCE.
1021         + update config.guess, config.sub from
1022                 http://git.savannah.gnu.org/cgit/config.git
1023
1024 20180616
1025         + build-fix for ncurses-examples related to gcc8-fixes (cf: 20180526).
1026         + reduce use of _GNU_SOURCE for current glibc where _DEFAULT_SOURCE
1027           combines with _XOPEN_SOURCE (Debian #900987).
1028         + change target configure level for _XOPEN_SOURCE to 600 to address
1029           use of vsscanf and setenv.
1030         + improved configure-checks CF_SIZECHANGE and CF_STRUCT_TERMIOS from
1031           work on dialog.
1032
1033 20180609
1034         + modify generated ncurses*config and ncurses.pc, ncursesw.pc, etc.,
1035           to list helper libraries such as gpm for static linking (Debian
1036           #900839).
1037         + marked vwprintw and vwscanw as deprecated; recommend using vw_printw
1038           and vw_scanw, respectively.
1039
1040 20180602
1041         + add RPM test-package "ncursest-examples".
1042         + modified RPM test-package to work with Mageia6.
1043
1044 20180526
1045         + add note in curs_util.3x about unctrl.h
1046         + review/improve header files to ensure that those include necessary
1047           files except for the previously-documented cases (report by Isaac
1048           Pascual Monells).
1049         + improved test-package scripts, adapted from byacc 1.9 20180525.
1050         + fix some gcc8 warnings seen in Redhat package build, but
1051           work around bug in gcc8 compiler warnings in comp_parse.c
1052
1053 20180519
1054         + formatting fixes for manpages, regenerate man-html documentation.
1055         + trim spurious whitespace from tmux in 2018-02-24 changes;
1056           fix some inconsistencies in/between tmux- and iterm2-entries for SGR
1057           (report by C Anthony Risinger)
1058         + improve iterm2 using some xterm features which it has adapted -TD
1059         + add check in pair_content() to handle the case where caller asks
1060           for an uninitialized pair (Debian #898658).
1061
1062 20180512
1063         + remove trailing ';' from GCC_DEPRECATED definition.
1064         + repair a change from 20110730 which left an error-check/warning dead.
1065         + fix several minor Coverity warnings.
1066
1067 20180505
1068         + add deprecation warnings for internal functions called by older
1069           versions of tack.
1070         + fix a special case in PutAttrChar() where a cell is marked as
1071           alternate-character set, but the terminal does not actually support
1072           the given graphic character.  This would happen in an older terminal
1073           such as vt52, which lacks most line-drawing capability.
1074         + use configure --with-config-suffix option to work around filename
1075           conflict with Debian packages versus test-packages.
1076         + update tracemunch to work with perl 5.26.2, which changed the rules
1077           for escaping regular expressions.
1078
1079 20180428
1080         + document new form-extension O_EDGE_INSERT_STAY (report by Leon
1081           Winter).
1082         + correct error-returns listed in manual pages for a few form functions
1083           (report by Leon Winter).
1084         + add a check in form-library for null-pointer dereference:
1085                 unfocus_current_field (form);
1086                 form_driver (form, REQ_VALIDATION);
1087           (patch by Leon Winter).
1088
1089 20180414
1090         + modify form library to optionally delay cursor movement on a field
1091           edge/boundary (patch by Leon Winter).
1092         + modify form library to avoid unnecessary update of cursor position in
1093           non-public fields (patch by Leon Winter).
1094         + remove unused _nc_import_termtype2() function.
1095         + also add/improve null-pointer checks in other places
1096         + add a null-pointer check in _nc_parse_entry to handle an error when
1097           a use-name is invalid syntax (report by Chung-Yi Lin).
1098
1099 20180407
1100         + clarify in manual pages that vwprintw and vwscanw are obsolete,
1101           not part of X/Open Curses since 2007.
1102         + use "const" in some prototypes rather than NCURSES_CONST where X/Open
1103           Curses was updated to do this, e.g., wscanw, newterm, the terminfo
1104           interface.  Also use "const" for consistency in the termcap
1105           interface, which was withdrawn by X/Open Curses in Issue 5 (2007).
1106           As of Issue 7, X/Open Curses still lacks "const" for certain return
1107           values, e.g., keyname().
1108
1109 20180331
1110         + improve terminfo write/read by modifying the fourth item of the
1111           extended header to denote the number of valid strings in the extended
1112           string table (prompted by a comment in unibilium's sources).
1113
1114 20180324
1115         + amend Scaled256() macro in test/picsmap.c to cover the full range
1116           0..1000 (report by Roger Pau Monne).
1117         + add some checks in tracemunch for undefined variables.
1118         + trim some redundant capabilities from st-0.7 -TD
1119         + trim unnecessary setf/setb from interix -TD
1120
1121 20180317
1122         + fix a check in infotocap which may not have detected a problem when
1123           it should have.
1124         + add a check in tic for the case where setf/setb are given using
1125           different strings, but provide identical results to setaf/setab.
1126         + further improve fix for terminfo.5 (patch by Kir Kolyshkin).
1127         + reorder loop-limit checks in winsnstr() in case the string has no
1128           terminating null and only the number of characters is used (patch
1129           by Gyorgy Jeney).
1130
1131 20180303
1132         + modify TurnOn/TurnOff macros in lib_vidattr.c and lib_vid_attr.c to
1133           avoid expansion of "CUR" in trace.
1134         + improve a few lintian warnings in test-packages.
1135         + modify lib_setup to avoid calling pthread_self() without first
1136           verifying that the address is valid, i.e., for weak symbols
1137           (report/patch by Werner Fink).
1138         + modify generated terminfo.5 to not use "expand" and related width
1139           on the last column of tables, making layout on wide terminals look
1140           better (adapted from patch by Kir Kolyshkin).
1141         + add a category to report_offsets, e.g., "w" for wide-character, "t"
1142           for threads to make the report more readable.  Reorganized the
1143           structures reported to make the categories more apparent.
1144         + simplify some ifdef's for extended-colors.
1145         + add NCURSES_GLOBALS and NCURSES_PRESCREEN to report_offsets, to show
1146           how similar the different tinfo configurations are.
1147
1148 20180224
1149         + modify _nc_resolve_uses2() to detect incompatible types when merging
1150           a "use=" clause of extended capabilities.  The problem was seen in a
1151           defective terminfo integrated from simpleterm sources in 20171111,
1152           compounded by repair in 20180121.
1153         + correct Ss/Ms interchange in st-0.7 entry (tmux #1264) -TD
1154         + fix remaining flash capabilities with trailing mandatory delays -TD
1155         + correct cut/paste in NEWS (report by Sven Joachim).
1156
1157 20180217
1158         + remove incorrect free() from 20170617 changes (report by David Macek).
1159         + correct type for "U8" in user_caps.5; it is a number not boolean.
1160         + add a null-pointer check in safe_sprintf.c (report by Steven Noonan).
1161         + improve fix for Debian #882620 by reusing limit2 variable (report by
1162           Julien Cristau, Sven Joachim).
1163
1164 20180210
1165         + modify misc/Makefile.in to install/uninstall explicit list in case
1166           the build-directory happens to have no ".pc" files when an uninstall
1167           is performed (report by Jeffrey Walton).
1168         + deprecate safe-sprintf, since the vsnprintf function, which does what
1169           was needed, was standardized long ago.
1170         + add several development/experimental options to development packages.
1171         + minor reordering of options in configure script to make the threaded
1172           and reentrant options distinct from the other extensions which are
1173           normally enabled.
1174
1175 20180203
1176         + minor fixes to test/*.h to make them idempotent.
1177         + add/use test/parse_rgb.h to show how the "RGB" capability works.
1178         + add a clarification in user_caps.5 regarding "RGB" capability.
1179         + add extended_slk_color{,_sp} symbols to the appropriate
1180           package/*.{map,sym} files (report by Sven Joachim, cf: 20170401).
1181
1182 20180129
1183         + update "VERSION" file, used in shared-library naming.
1184
1185 20180127 6.1 release for upload to ftp.gnu.org
1186
1187 20180127
1188         + updated release notes
1189         + amend a warning message from tic which should have flagged misuse
1190           of "XT" capability in "screen" terminal description.
1191         > terminfo changes:
1192         + trim "XT" from screen entry, add comments to explain why it was
1193           not suitable -TD
1194         + modify iterm to use xterm+sl-twm building block -TD
1195         + mark konsole-420pc, konsole-vt100, konsole-xf3x obsolete reflecting
1196           konsole's removal in 2008 -TD
1197         + expanded the history section of konsole to explain its flawed
1198           imitation of xterm's keyboard -TD
1199         + use xterm+x11mouse in screen.* entries because screen does not yet
1200           support xterm's 1006 mode -TD
1201         + add nsterm-build400 for macOS 10.13 -TD
1202         + add ansi+idc1, use that in ansi+idc adding dch for consistency -TD
1203         + update vte to vte-2017 -TD
1204         + add ecma+strikeout to vte-2017 -TD
1205         + add iterm2-direct -TD
1206         + updated teraterm, added teraterm-256color -TD
1207         + add mlterm-direct -TD
1208         + add descriptions for ANSI building-blocks -TD
1209
1210 20180121 pre-release
1211         > terminfo changes:
1212         + add xterm+noalt, xterm+titlestack, xterm+alt1049, xterm+alt+title
1213           blocks from xterm #331 -TD
1214         + add xterm+direct, xterm+indirect, xterm-direct entries from xterm
1215           #331 -TD
1216         + modify xterm+256color and xterm+256setaf to use correct number of
1217           color pairs, for ncurses 6.1 -TD
1218         + add rs1 capability to xterm-256color -TD
1219         + modify xterm-r5, xterm-r6 and xterm-xf86-v32 to use xterm+kbs to
1220           match xterm #272, reflecting packager's changes -TD
1221         + remove "boolean" Se, Ss from st-0.7 -TD
1222         + add konsole-direct and st-direct -TD
1223         + remove unsupported "Tc" capability from st-0.7; use st-direct if
1224           direct-colors are wanted -TD
1225         + add vte-direct -TD
1226         + add XT, hpa, indn, and vpa to screen, and invis, E3 to tmux (patch by
1227           Pierre Carru)
1228         + use xterm+sm+1006 in xterm-new, vte-2014 -TD
1229         + use xterm+x11mouse in iterm, iterm2, mlterm3 because xterm's 1006
1230           mode does not work with those programs.  konsole is debatable -TD
1231         + add "termite" entry (report by Markus Pfeiffer) -TD
1232         > merge branch begun April 2, 2017 which provides these features:
1233         + support read/write new binary-format for terminfo which stores
1234           numeric capabilities as a signed 32-bit integer.  The test programs
1235           such as picsmap, ncurses were created or updated during 2017 to use
1236           this feature.
1237         + the new format is written by the wide-character configuration of
1238           tic when it finds a numeric capability larger than 32767.
1239         + other applications such as infocmp built with the wide-character
1240           ncurses library work as expected.
1241         + applications built with the "narrow" (8-bit) configuration will
1242           read the new format, but will limit those extended values to 32767.
1243         + in either wide/narrow configuration, the structure defined in
1244           term.h still uses signed 16-bit values.
1245         + because it is incompatible with the legacy (mid-1980s) binary format,
1246           a new magic value is provided for the "file" program.
1247         + the term.5 manual page is updated to describe this new format.
1248         + the limit on file-size for compiled terminfo is increased in the
1249           wide-character configuration to 32768.
1250
1251 20180120
1252         + build-fix in picsmap.c for stdint.h existence.
1253         + add --disable-stripping option to configure scripts.
1254         + modify ncurses-examples to install test-scripts in the data directory.
1255         + work around tool-breakage in Debian 9 and later by invoking
1256           gprconfig to specify the C compiler to be used by gnatmake,
1257           and conditionally suppressing Library_Options line for static
1258           libraries.
1259         + bump the compat level for test-packages to 7, i.e., Debian 5.
1260
1261 20180106
1262         + fixes for writing extended color pairs in putwin.
1263         + modify test/savescreen.c to add test patterns that exercise 88-,
1264           256-, etc., colors.
1265         + modify configure option --with-build-cc, adding clang, c89 and c99
1266           as possible default values.
1267         + modify ncurses-examples configure script to use pkg-config for the
1268           extra form/menu/panel libraries, to be more consistent with the
1269           handling of the curses/ncurses library.
1270         + modify test-packages for mingw to supply "pc" files.
1271         + modify gen-pkgconfig.in to list -lpthread as a private library when
1272           configured to access it via weak symbols.
1273         + simplify gen-pkgconfig.in, adding -ltinfo without the special linker
1274           checks because some versions of the linker simply hard-code the
1275           behavior.
1276         + update URLs for ncurses website to use https.
1277         + modify CF_CURSES_LIBS to fill in $cf_nculib_root in case the
1278           ncurses-examples are built with a system ncurses that lacks the
1279           standard "curses" symbolic link, as done by SuSE.  The symbol is
1280           needed to make a followup check for the pthread library work, and
1281           would be set properly using the options "--with-screen", etc.
1282         + generate misc/*.pc with "all" rule, as done for "sources" rule
1283           (report by Jeffrey Walton).
1284
1285 20171230
1286         + build-fix for ncurses-examples with Fedora27, adding check for
1287           reset_color_pairs() -- not yet in Fedora's package.
1288         + consistently add $CFLAGS to $MK_SHARED_LIB symbol in configure
1289           script when the latter happens to use the C compiler rather than
1290           directly using the loader (report by Jeffrey Walton).
1291         + set ABI for upcoming 6.1 release in "*.map" files.  While there are
1292           some remaining internals to apply, no ABI-related changes are
1293           anticipated.
1294         + add configure --with-config-suffix option to work around filename
1295           conflict with Redhat packages versus test-packages.
1296
1297 20171223
1298         + modify ncurses-examples to quiet const-warnings when building with
1299           PDCurses.
1300         + modify toe to not exit if unable to read a terminal description,
1301           e.g., if there is a permission problem.
1302         + minor fix for progs/toe.c, using _nc_free_termtype2.
1303         + assign 0 to pointer in _nc_tgetent_leak() after freeing it. Also
1304           avoid reusing pointer from previous successful call to tgetent
1305           if the latest call is unsuccessful (patch by Michael Schroeder,
1306           OpenSuSE #1070450).
1307         + minor fix for test/tracemunch, initialize $awaiting variable.
1308
1309 20171216
1310         + repair template in test/package/ncurses-examples.spec (cf: 20171111).
1311         + improve tic's warning about the number of parameters tparm might use
1312           for u1-u9 by making a special case for u6.
1313         + improve curs_attr.3x discussion of color pairs.
1314
1315 20171209
1316         + modify misc/ncurses-config.in to make output with --includedir
1317           consistent with --cflags, i.e., when --disable-overwrite option was
1318           configured the output should show the subdirectory where headers
1319           are.
1320         + modify MKlib_gen.sh to suppress macros when calling an "implemented"
1321           function in link_test.c
1322         + updated ftp-url used in test-packages, etc.
1323         + modify order of -pie/-shared options in configure script in case
1324           LDFLAGS uses "-pie", working around a defect or limitation in the GNU
1325           linker (prompted by patch by Yogesh Prasad, forwarded by Jay Shah).
1326         + add entry in man_db.renames for user_caps.5
1327
1328 20171125
1329         + modify MKlib_gen.sh to avoid tracing result from getstr/getnstr
1330           before initialized.
1331         + add "-a" aspect-ratio option to picsmap.
1332         + add configure check for default path of rgb.txt, used in picsmap.
1333         + modify _nc_write_entry() to truncate too-long filename (report by
1334           Hosein Askari, Debian #882620).
1335         + build-fix for ncurses-examples with NetBSD curses:
1336           + it lacks the use_env() function.
1337           + it lacks libpanel; a recent change used the wrong ifdef symbol.
1338         + add a macro for is_linetouched() and adjust the function's return
1339           value to make it possible for most applications to check for an
1340           error-return (report by Midolikawa H).
1341         + additional manpage cleanup.
1342         + update config.guess, config.sub from
1343                 http://git.savannah.gnu.org/cgit/config.git
1344
1345 20171118
1346         + add a note to curs_addch.3x on portability.
1347         + add a note to curs_pad.3x on the origin and portability of pads.
1348         + improve manpage description of getattrs (report by Midolikawa H).
1349         + improve manpage macros (prompted by discussion in Debian #880551.
1350         + reviewed test-programs using KEY_RESIZE, made fixes to test/worm.c
1351         + add a "-d" option to picsmap for default-colors.
1352         + modify old terminology entry and a few other terminal emulators to
1353           account for xon -TD
1354         + correct sgr string for tmux, which used screen's "standout" code
1355           rather than the standard code (patch by Roman Kagan)
1356         + correct sgr/sgr0 strings in a few other cases reported by tic, making
1357           those correspond to the non-sgr settings where they differ, but
1358           otherwise use ECMA-48 consistently:
1359           jaixterm, aixterm, att5420_2, att4424, att500, decansi, d410-7b,
1360           dm80, hpterm, emu-220, hp2, iTerm2.app, mterm-ansi, ncrvt100an,
1361           st-0.7, vi603, vwmterm -TD
1362         + build-fix for diagnostics warning in lib_mouse.c for pre-5.0 versions
1363           of gcc which did not recognize the diagnostic "push" pragma (patch by
1364           Vassili Courzakis).
1365
1366 20171111
1367         + add "op" to xterm+256setaf -TD
1368         + reviewed terminology 1.0.0 -TD
1369         + reviewed st 0.7 -TD
1370         + suppress debug-package for ncurses-examples rpm build.
1371
1372 20171104
1373         + check for interrupt in color-pair initialization of dots_curses.c,
1374           dots_xcurses.c
1375         + add z/Z zoom feature to test/ncurses.c C/c screens.
1376         + add '<' and '>' commands to test/ncurses.c S/s screens, to better
1377           test off-by-ones in the overlap/copywin functions.
1378
1379 20171028
1380         + improve man/curs_inwstr.3x, correct end-logic for lib_inwstr.c
1381           (report by Midolikawa H).
1382         + fix typo in a few places for "improvements" (patch by Sven Joachim).
1383         + clear the other half of a double-width character on which a line
1384           drawing character is drawn.
1385         + make test/ncurses.c "s" test easier to understand which subtests are
1386           available; add a "S" wide-character overlap test-screen.
1387         + modify test/ncurses.c C/c tests to allow for extended color pairs.
1388         + add endwin() call in error-returns from test/ncurses.c omitted in
1389           recent redesign of its menu (cf: 20170923).
1390         + improve install of hashed-db by removing the ".db" file as done for
1391           directory-tree terminal databases.
1392         + repair a few overlooked items in include/ncurses_defs from recent
1393           port/refactoring of test-programs (cf: 20170909).
1394         + add test/padview.c, to compare pads with direct updates in view.c
1395
1396 20171021
1397         + modify test/view.c to expand tabs using the ncurses library rather
1398           than in the test-program.
1399         + remove very old SIGWINCH example in test/view.c, just use KEY_RESIZE.
1400         + add -T, -e, -f -m options to "dots" test-programs.
1401         + fix a few typos in usage-messages for test-programs.
1402
1403 20171014
1404         + minor cleanup to test/view.c:
1405           + eliminate "-n" option by simply reading the whole file.
1406           + implement page up/down commands.
1407         + add check in tput for init/reset operands to ensure those use a
1408           terminal.
1409         + improve manual pages which discuss chtype, cchar_t types and the
1410           attribute values which can be stored in those types.
1411         + correct array-index when parsing "-T" command-line option in tabs
1412           program.
1413         + modify demo_new_pair.c to pass extended pairs to setcchar().
1414         + add test/dots_xcurses.c to illustrate a different approach used for
1415           extended colors which can be contrasted with dots_curses.c.
1416         + add a check in tic to note when a description uses non-mandatory
1417           delays without xon_xoff.  This is not an error, but some descriptions
1418           for a terminal emulator may use the combination incorrectly.
1419
1420 20171007
1421         + modify "-T" option of clear and tput to call use_tioctl() to obtain
1422           the operating system's notion of the screensize if possible.
1423         + review/repair some exit-codes for tput, making usage-message exit
1424           with 2 rather than 1, and a failure to open terminal 4+errno.
1425         + amend check in tput, tabs and clear to allow those to use the
1426           database-only features in cron if a -T option gives a suitable
1427           terminal name (report by Lauri Tirkkonen).
1428         + correct an ifdef in test/ncurses.c for systems with soft-keys but
1429           not slk_color().
1430         + regenerate man-html documentation.
1431
1432 20170930
1433         + fix a symbol conflict that made ncurses.c C/c menu not work with
1434           Solaris xpg4 curses.
1435         + add refresh() call to dots_mvcur.c, needed to use mvcur() with
1436           Solaris xpg4 curses after calling newterm().
1437         + minor fixes for configure script from work on ncurses-examples and
1438           tin.
1439         + improve animation in test/xmas.c by adding a time-delay in blinkit().
1440         + modify several test programs to reflect that ncurses honors existing
1441           signal handlers in initscr(), while other implementations do not.
1442         + modify bs.c to make it easier to quit.
1443         + change ncurses-examples to use attr_t vs chtype to follow X/Open
1444           documentation more closely since Solaris xpg4-curses uses different
1445           values for WA_xxx vs A_xxx that rely on attr_t being an unsigned
1446           short.  Tru64 aka OSF1, HPUX, AIX did as ncurses does, equating the
1447           two sets.
1448
1449 20170923
1450         + modify menu for test/ncurses.c to fit on 24-line screen.
1451         + build-fix for configure --with-caps=uwin
1452         + add options to test_arrays.c, for selecting termcap vs terminfo, etc.
1453
1454 20170916
1455         + minor fix to test/filter.c to avoid clearing the command in one case.
1456         + modify filter() to discard clr_eos if back_color_erase is set.
1457
1458 20170909
1459         + improve wide-character implementation of myADDNSTR() in frm_driver.c,
1460           which was inconsistent with the normal implementation.
1461         + save/restore cursor position in Undo_Justification(), matching
1462           behavior of Buffer_To_Window() (report by Leon Winter).
1463         + modify test/knight to provide the "slow" solution for small screens
1464           using "R", noting that Warnsdorf's method is easily done with "a".
1465         + modify several test-programs which call use_default_colors() to
1466           consistently do this only if "-d" option is given.
1467         + additional changes to test with non-standard variants of curses:
1468           + modify a loop limit in firework.c to work around absence of limit
1469             checks in some libraries.
1470           + fill the last row of a window with "?" in firstlast if waddch does
1471             not return ERR on the lower-right corner.
1472         + add checks in test/configure for some functions not in 4.3BSD curses.
1473         + fix a regression in test/configure (cf: 20170826).
1474
1475 20170902
1476         + amend change for endwin-state for better consistency with the older
1477           logic (report/patch by Jeb Rosen, cf: 20170722).
1478         + modify check in fmt_entry() to handle a cancelled reset string
1479           (Debian #873746).  Make similar fixes in other parts of dump_entry.c
1480           and tput.c
1481
1482 20170827
1483         + fix a bug in repeat_char logic (cf: 20170729, report by Chris Clayton).
1484
1485 20170826
1486         + fixes for "iterm2" (report by Leonardo Brondani Schenkel) -TD
1487         + corrected a warning from tic about keys which are the same, to skip
1488           over missing/cancelled values.
1489         + add check in tic for unnecessary use of "2" to denote a shifted
1490           special key.
1491         + improve checks in trim_sgr0, comp_parse.c and parse_entry.c, for
1492           cancelled string capabilities.
1493         + add check in _nc_parse_entry() for invalid entry name, setting the
1494           name to "invalid" to avoid problems storing entries.
1495         + add/improve checks in tic's parser to address invalid input
1496           + add a check in comp_scan.c to handle the special case where a
1497             nontext file ending with a NUL rather than newline is given to tic
1498             as input (Redhat #1484274).
1499           + allow for cancelled capabilities in _nc_save_str (Redhat #1484276).
1500           + add validity checks for "use=" target in _nc_parse_entry (Redhat
1501             #1484284).
1502           + check for invalid strings in postprocess_termcap (Redhat #1484285)
1503           + reset secondary pointers on EOF in next_char() (Redhat #1484287).
1504           + guard _nc_safe_strcpy() and _nc_safe_strcat() against calls using
1505             cancelled strings (Redhat #1484291).
1506         + correct typo in curs_memleaks.3x (Sven Joachim).
1507         + improve test/configure checks for some curses variants not based on
1508           X/Open Curses.
1509         + add options for test/configure to disable checks for form, menu and
1510           panel libraries.
1511
1512 20170819
1513         + update "iterm" entry -TD
1514         + add "iterm2" entry (report by Leonardo Brondani Schenkel) -TD
1515         + regenerate llib-* files.
1516         + regenerate HTML manpages.
1517         + improve picsmap test-program:
1518           + reduce memory used for tsearch
1519           + add report in log file showing cumulative color coverage.
1520         + add -x option to clear/tput to make the E3 extension optional
1521           (cf: 20130622).
1522         + add options -T and -V to clear command for compatibility with tput.
1523         + add usage message to clear command (Debian #371855).
1524         + improve usage messages for tset and tput.
1525         + minor fixes to "RGB" extension and reset_color_pairs().
1526
1527 20170812
1528         + improve description of -R option in infocmp manual page (report by
1529           Stephane Chazelas).
1530         + add reset_color_pairs() function.
1531         + add user_caps.5 manual page to document the terminfo extensions used
1532           by ncurses.
1533         + improve build scripts, using SIGQUIT vs SIGTRAP; add other configure
1534           script fixes from work on xterm, lynx and tack.
1535         + modify install-rule for ncurses-examples to put the data files in
1536           /usr/share/ncurses-examples
1537         + improve tracemunch, by changing address-parameters of add_wch(),
1538           color_content() and pair_content() to dummy parameters.
1539         + minor optimization to _nc_change_pair, to return quickly when the
1540           current screen is marked for clearing.
1541         + in-progress changes to improve performance of test/picsmap.c for
1542           loading image files.
1543         + modify allocation for SCREEN's color-pair table to start small, grow
1544           on demand up to the existing limit.
1545         + add "RGB" extension capability for direct-color support, use this to
1546           improve color_content().
1547         + improve picsmap test-program:
1548           + if no palette file is needed, attempt to load one based on $TERM,
1549             checking first in the current directory, then by adding ".dat"
1550             suffix, and finally in the data-directory, e.g.,
1551             /usr/share/ncurses-examples
1552           + add "-l" option for logging
1553           + add "-d" option for debugging
1554           + add "-s" option for stepping automatically through list of images,
1555             with time delay.
1556           + use tsearch to improve time for loading color table for images.
1557         + update config.guess, config.sub from
1558                 http://git.savannah.gnu.org/cgit/config.git
1559
1560 20170729
1561         + update interix entry using tack and SFU on Windows 7 Ultimate -TD
1562         + use ^? for kdch1 in interix (reported by Jonathan de Boyne Pollard)
1563         + add "rep" to xterm-new, available since 1997/01/26 -TD
1564         + move SGR 24 and 27 from vte-2014 to vte-2012 (request by Alain
1565           Williams) -TD
1566         + add a check in newline_forces_scroll() in case a program moves the
1567           cursor outside scrolling margins (report by Robert King).
1568         + improve _nc_tparm_analyze, using that to extend the checks made by
1569           tic for reporting inconsistencies between the expected number of
1570           parameters for a capability and the actual.
1571         + amend handling of repeat_char capability in EmitRange (adapted from
1572           report/patch by Dick Wesseling):
1573           + translate the character to the alternate character set when the
1574             alternate character set is enabled.
1575           + do not use repeat_char for characters past 255.
1576         + document "_nc_free_tinfo" in manual page, because it could be used in
1577           tack for memory-leak checking.
1578         + add "--without-tack" configure option to refine "--with-progs"
1579           configure option.  Normally tack is no longer built in-tree, but
1580           a few packagers combine it during the build.  If term_entry.h is
1581           installed, there is no advantage to in-tree builds.
1582         + adjust configure-script to define HAVE_CURSES_DATA_BOOLNAMES symbol
1583           needed for tack 1.08 when built in-tree.  Rather than relying upon
1584           internal "_nc_" functions, tack now uses the boolean, number and
1585           string capability name-arrays provided by ncurses and SVr4 Unix
1586           curses.  It still uses term_entry.h for the definitions of the
1587           extended capability arrays.
1588         + add an overlooked null-pointer check in mvcur changes from 20170722
1589
1590 20170722
1591         + improve test-packages for ncurses-examples and AdaCurses for lintian
1592         + modify logic for endwin-state to be able to detect the case where
1593           the screen was never initialized, using that to trigger a flush of
1594           ncurses' buffer for mvcur, e.g., in test/dots_mvcur.c for the
1595           term-driver configuration.
1596         + add dependency upon ncurses_cfg.h to a few other internal header
1597           files to allow each to be compiled separately.
1598         + add dependency upon ncurses_cfg.h to tic's header-files; any program
1599           using tic-library will have to supply this file.  Legacy tack
1600           versions supply this file; ongoing tack development has dropped the
1601           dependency upon tic-library and new releases will not be affected.
1602
1603 20170715
1604         + modify command-line parameters for "convert" used in picsmap to work
1605           with ImageMagick 6.8 and newer.
1606         + fix build-problem with tack and ABI-5 (Debian #868328).
1607         + repair termcap-format from tic/infocmp broken in 20170701 fixes
1608           (Debian #868266).
1609         + reformat terminfo.src with 20170513 updates.
1610         + improve test-packages to address lintian warnings.
1611
1612 20170708
1613         + add a note to tic manual page about -W versus -f options.
1614         + correct a limit-check in fixes from 20170701 (report by Sven Joachim).
1615
1616 20170701
1617         + modify update_getenv() in db_iterator.c to ensure that environment
1618           variables which are not initially set will be checked later if an
1619           application happens to set them (patch by Guillaume Maudoux).
1620         + remove initialization-check for calling napms() in the term-driver
1621           configuration; none is needed.
1622         + add help-screen to test/test_getstr.c and test/test_get_wstr.c
1623         + improve compatibility between different configurations of new_prescr,
1624           fixing a case with threaded code and term-driver where c++/demo did
1625           not work (cf: 20160213).
1626         + the fixes for Redhat #1464685 obscured a problem subsequently
1627           reported in Redhat #1464687; the given test-case was no longer
1628           reproducible.  Testing without the fixes for the earlier reports
1629           showed a problem with buffer overflow in dump_entry.c, which is
1630           addressed by reducing the use of a fixed-size buffer.
1631         + add/improve checks in tic's parser to address invalid input
1632           (Redhat #1464684, #1464685, #1464686, #1464691).
1633           + alloc_entry.c, add a check for a null-pointer.
1634           + parse_entry.c, add several checks for valid pointers as well as
1635             one check to ensure that a single character on a line is not
1636             treated as the 2-character termcap short-name.
1637         + fix a memory leak in delscreen() (report by Bai Junq).
1638         + improve tracemunch, showing thread identifiers as names.
1639         + fix a use-after-free in NCursesMenu::~NCursesMenu()
1640         + further amend incorrect calls for memory-leaks from 20170617 changes
1641           (report by Allen Hewes).
1642
1643 20170624
1644         + modify c++/etip.h.in to accommodate deprecation of throw() and
1645           throws() in c++17 (prompted by patch by Romain Geissler).
1646         + remove some incorrect calls for memory-leaks from 20170617 changes
1647           (report by Allen Hewes).
1648         + add test-programs for termattrs and term_attrs.
1649         + modify _nc_outc_wrapper to use the standard output if the screen was
1650           not initialized, rather than returning an error.
1651         + improve checks for low-level terminfo functions when the terminal
1652           has not been initialized (Redhat #1345963).
1653         + modify make_hash to allow building with address-sanitizer,
1654           assuming that --disable-leaks is configured.
1655         + amend changes for number_format() in 20170506 to avoid undefined
1656           behavior when shifting (patch by Emanuele Giaquinta).
1657
1658 20170617
1659         + fill in some places where TERMTYPE2 vs TERMTYPE was not used
1660           (report by Allen Hewes).
1661         + use ExitTerminfo() internally in error-exits for ncurses' setupterm
1662           to help with leak checking.
1663         + use ExitProgram() in error-exit from initscr() to help with leak
1664           checking.
1665         + review test-programs, adding checks for cases where the terminal
1666           cannot be initialized.
1667
1668 20170610
1669         + add option "-xp" to picsmap.c, to use init_extended_pair().
1670         + make simple performance fixes for picsmap.c
1671         + improve aspect ratio of images read from "convert" in picsmap.c
1672
1673 20170603
1674         + add option to picsmap to use color-palette files, e.g., for mapping
1675           to xterm-256color.
1676         + move the data in SCREEN used for the alloc_pair() function to the
1677           end, to restore compatibility between ncurses/ncursesw libtinfo
1678           (report/patch by Miroslav Lichvar).
1679         + add build-time utility "report_offsets" to help show when the various
1680           configurations of tinfo library are compatible or not.
1681
1682 20170527
1683         + improved test/picsmap.c:
1684           + lookup named colors for xpm files in rgb.txt
1685           + accept blanks in color-keys for xpm files.
1686           + if neither xbm/xpm work, try "convert", which may be available.
1687
1688 20170520
1689         + modify test/picsmap.c to read xpm files.
1690         + modify package/debian/* to create documentation packages, so the
1691           related files can be checked with lintian.
1692         + fix some typos in manpages (report/patch by Sven Joachim).
1693
1694 20170513
1695         + add test/picsmap.c to fill in some testing issues not met by dots.
1696           The initial version reads X bitmap (".xbm") files.
1697         + repair logic which forces a repaint where a color-pair's content is
1698           changed (cf: 20170311).
1699         + improve tracemunch, showing screenXX pointers as names.
1700
1701 20170506
1702         + modify tic/infocmp display of numeric values to use hexadecimal when
1703           they are "close" to a power of two, making the result more readable.
1704         + improve discussion of portability in curs_mouse.3x
1705         + change line-length for generated html/manpages to 78 columns from 65.
1706         + improve discussion of line-drawing characters in curs_add_wch.3x
1707           (prompted by discussion with Lorinczy Zsigmond).
1708         + cleanup formatting of hackguide.html and ncurses-intro.html
1709         + add examples for WACS_D_PLUS and WACS_T_PLUS to test/ncurses.c
1710
1711 20170429
1712         + corrected a case where $with_gpm was set to "maybe" after CF_WITH_GPM,
1713           overlooked in 20160528 fixes (report by Alexandre Bury).
1714         + improve a couple of test-program's help-messages.
1715         + corrected loop in rain.c from 20170415 changes.
1716         + modify winnstr and winchnstr to return error if the output pointer is
1717           null, as well as adding a null pointer check of the window pointer
1718           for better compatibility with other implementations.
1719         + improve discussion of NetBSD curses in scr_dump.5
1720         + modify LIMIT_TYPED macro in new_pair.h to avoid changing sign of the
1721           value to be limited (reports by Darby Payne, Rob Boudreau).
1722         + update config.guess, config.sub from
1723                 http://git.savannah.gnu.org/cgit/config.git
1724
1725 20170422
1726         + build-fix for termcap-configuration (report by Chi-Hsuan Yen).
1727         + improve terminfo manual page discussion of control- and graphics-
1728           characters.
1729         + remove tic warning about "^?" in string capabilities, which was
1730           marked as an extension (cf: 20000610, 20110820); however all Unix
1731           implementations support this and X/Open Curses does not address it.
1732           On the other hand, termcap never did support this feature.
1733         + correct missing comma-separator between string capabilities in
1734           icl6402 and m2-nam -TD
1735         + restore rmir/smir in ansi+idc to better match original ansiterm+idc,
1736           add alias ansiterm (report by Robert King).
1737         + amend an old check for ambiguous use of "ma" in terminfo versus
1738           a termcap use, if the capability is cancelled to treat it as number.
1739         + correct a case in _nc_captoinfo() which read "%%" and emitted "%".
1740         + modify sscanf calls in _nc_infotocap() for patterns "%{number}%+%c"
1741           and "%'char'%+%c" to check that the final character is really 'c',
1742           avoiding a case in icl6404 which cannot be converted to termcap.
1743         + in _nc_infotocap(), add a check to ensure that terminfo "^?" is not
1744           written to termcap, because the BSDs did not implement that.
1745         + in _nc_tic_expand() and _nc_infotocap(), improve string-length check
1746           when deciding whether to use "^X" or "\xxx" format for control
1747           characters, to make the output of tic/infocmp more predictable.
1748         + limit termcap "%d" width to 2 digits on input, and use "%2" in
1749           preference to "%02" on output.
1750         + correct terminfo/termcap conversion of "%02" and "%03" into "%2" and
1751           "%3"; the result repeated the last character.
1752         + add man/scr_dump.5 to document screen-dump format.
1753
1754 20170415
1755         + modify several test programs to use new popup_msgs, adapted from
1756           help-screen used in test/edit_field.c
1757         + drop two symbols obsoleted in 2004: _nc_check_termtype, and
1758           _nc_resolve_uses
1759         + fix some old copyright dates (cf: 20031025).
1760         + build-fixes for test/savescreen.c to work with AIX and HPUX.
1761         + minor fix to configure script, adding a backslash/continuation.
1762         + extend TERMINAL structure for ABI 6 to store numbers internally as
1763           integers rather than short, by adding new data for this purpose.
1764         + more fixes for minor memory-leaks in test-programs.
1765
1766 20170408
1767         + change logic in wins_nwstr() to avoid addressing data past the output
1768           of mbstowcs().
1769         + correct a call to setcchar() in Data_Entry_w() from 20131207 changes.
1770         + fix minor memory-leaks in test-programs.
1771         + further improve ifdef in term_entry.h for internal definitions not
1772           used by tack.
1773
1774 20170401
1775         + minor fixes for vt100+4bsd, e.g., delay in sgr for consistency -TD
1776         + add smso for env230, to match sgr -TD
1777         + remove p7/protect from sgr in fbterm -TD
1778         + drop setf/setb from fbterm; setaf/setab are enough -TD
1779         + make xterm-pcolor sgr consistent with other capabilities -TD
1780         + add rmxx/smxx ECMA-48 strikeout extension to tmux and xterm-basic
1781           (discussion with Nicholas Marriott)
1782         + add test-programs sp_tinfo and extended_color
1783         + modify no-leaks code for lib_cur_term.c to account for the tgetent()
1784           cache.
1785         + modify setupterm() to save original tty-modes so that erasechar()
1786           works as expected.  Also modify _nc_setupscreen() to avoid redundant
1787           calls to get original tty-modes.
1788         + modify set_curterm() to update ttytype[] data used by longname().
1789         + modify wattr_set() and wattr_get() to return ERR if win-parameter is
1790           null, as documented.
1791         + improve cast used for null-pointer checks in header macros, to
1792           reduce compiler warnings.
1793         + modify several functions, using the reserved "opts" parameter to pass
1794           color- and pair-values larger than 16-bits:
1795           + getcchar(), setcchar(), slk_attr_set(), vid_puts(), wattr_get(),
1796             wattr_set(), wchgat(), wcolor_set().
1797           + Other functions call these with the corresponding altered behavior,
1798             including chgat(), mvchgat(), mvwchgat(), slk_color_on(),
1799             slk_color_off(), vid_attr().
1800         + add new functions for manipulating color- and pair-values larger
1801           than 16-bits.  These are extended_color_content(),
1802           extended_pair_content(), extended_slk_color(), init_extended_color(),
1803           init_extended_pair(), and the corresponding sp-funcs.
1804
1805 20170325
1806         + fix a memory leak in the window-list when creating multiple screens
1807           (reports by Andres Martinelli, Debian #783486).
1808         + reviewed calls from link_test.c, added a few more null-pointer
1809           checks.
1810         + add a null-pointer check in ungetmouse, in case mousemask was not
1811           called (report by "Kau").
1812         + updated curs_sp_funcs.3x for new functions.
1813
1814 20170318
1815         + change TERMINAL structure in term.h to make it opaque.  Some
1816           applications misuse its members, e.g., directly modifying it
1817           rather than using def_prog_mode().
1818         + modify utility headers such as tic.h to make it clearer which are
1819           externals that are used by tack.
1820         + improve curs_slk.3x in particular its discussion of portability.
1821         + fix cut/paste in legacy_encoding.3x
1822         + add prototype for find_pair() to new_pair.3x (report by Branden
1823           Robinson).
1824         + fix a couple of broken links in generated man-html documentation.
1825         + regenerate man-html documentation.
1826
1827 20170311
1828         + modify vt100 rs2 string to reset vt52 mode and scrolling regions
1829           (report/analysis by Robert King) -TD
1830         + add vt100+4bsd building block, use that for older terminals rather
1831           than "vt100" which is now mostly used as a building block for
1832           terminal emulators -TD
1833         + correct a few spelling errors in terminfo.src comments -TD
1834         + add fbterm -TD
1835         + fix a typo in ncurses.c test_attr legend (patch by Petr Vanek).
1836         + changed internal colorpair_t to a struct, eliminating an internal
1837           8-bit limit on colors
1838         + add ncurses/new_pair.h
1839         + add ncurses/base/new_pair.c with alloc_pair(), find_pair() and
1840           free_pair() functions
1841         + add test/demo_new_pair.c
1842
1843 20170304
1844         + improve terminfo manual description of terminfo syntax.
1845         + clarify the use of wint_t vs wchar_t in curs_get_wstr.3x
1846         + improve description of endwin() in manual.
1847         + modify setcchar() and getcchar() to treat negative color-pair as an
1848           error.
1849         + fix a typo in include/hashed_db.h (Andre Sa).
1850
1851 20170225
1852         + fixes for CF_CC_ENV_FLAGS (report by Ross Burton).
1853
1854 20170218
1855         + fix several formatting issues with manual pages.
1856         + correct read of terminfo entry in which all strings are absent or
1857           explicitly cancelled.  Before this fix, the result was that all were
1858           treated as only absent.
1859         + modify infocmp to suppress mixture of absent/cancelled capabilities
1860           that would only show as "NULL, NULL", unless the -q option is used,
1861           e.g., to show "-, @" or "@, -".
1862
1863 20170212
1864         + build-fixes for PGI compilers (report by Adam J. Stewart)
1865           + accept whitespace in sed expression for generating expanded.c
1866           + modify configure check that g++ compiler warnings are not used.
1867           + add configure check for -fPIC option needed for shared libraries.
1868         + let configure --disable-ext-funcs override the default for the
1869           --enable-sp-funcs option.
1870         + mark some structs in form/menu/panel libraries as potentially opaque
1871           without modifying API/ABI.
1872         + add configure option --enable-opaque-curses for ncurses library and
1873           similar options for the other libraries.
1874
1875 20170204
1876         + trim newlines, tabs and escaped newlines from terminfo "paths" passed
1877           to db-iterator.
1878         + ignore zero-length files in db-iterator; these are useful for
1879           instance to suppress "$HOME/.terminfo" when not wanted.
1880         + amended "b64:" encoder to work with the terminfo reader.
1881         + modify terminfo reader to accept "b64:" format using RFC-3548 in
1882           as well as RFC-4648 url/filename-safe format.
1883         + modify terminfo reader to accept "hex:" format as generated by
1884           "infocmp -0qQ1" (cf: 20150905).
1885         + adjust authors comment to reflect drop below 1% for SV.
1886
1887 20170128
1888         + minor comment-fixes to help automate links to bug-urls -TD
1889         + add dvtm, dvtm-256color -TD
1890         + add settings corresponding to xterm-keys option to tmux entry to
1891           reflect upcoming change to make that option "on" by default
1892           (patch by Nicholas Marriott).
1893         + uncancel Ms in tmux entry (Harry Gindi, Nicholas Marriott).
1894         + add dumb-emacs-ansi -TD
1895
1896 20170121
1897         + improve discussion of early history of tput program.
1898         + incorporate A_COLOR mask into COLOR_PAIR(), in case user application
1899           provides an out-of-range pair number (report by Elijah Stone).
1900         + clarify description in tput manual page regarding support for
1901           termcap names (prompted by FreeBSD #214709).
1902         + remove a restriction in tput's support for termcap names which
1903           omitted capabilities normally not shown in termcap translations
1904           (cf: 990123).
1905         + modify configure script for clang as used on FreeBSD, to work around
1906           clang's differences in exit codes vs gcc.
1907
1908 20170114
1909         + improve discussion of early history of tset/reset programs.
1910         + clarify in manual pages that the optional verbose option level is
1911           available only when ncurses is configured for tracing.
1912         + amend change from 20161231 to avoid writing traces to the standard
1913           error after initializing the trace feature using the environment
1914           variable.
1915
1916 20170107
1917         + amend changes for tput to reset tty modes to "sane" if the program
1918           is run as "reset", like tset.  Likewise, ensure that tset sends
1919           either reset- or init-strings.
1920         + improve manual page descriptions of tput init/reset and tset/reset,
1921           to make it easier to see how they are similar and different.
1922         + move a static result from key_name() to _nc_globals
1923         + modify _nc_get_screensize to allow for use_env() and use_tioctl()
1924           state to be per-screen when sp-funcs are configured, better matching
1925           the behavior when using the term-driver configuration.
1926         + improve cross-references in manual pages for often used functions
1927         + move SCREEN field for use_tioctl() data before the ncursesw fields,
1928           and limit that to the sp-funcs configuration to improve termlib
1929           compatibility (cf:  20120714).
1930         + correct order of initialization for traces in use_env() and
1931           use_tioctl() versus first trace calls.
1932
1933 20161231
1934         + fix errata for ncurses-howto (report by Damien Ruscoe).
1935         + fix a few places in configure/build scripts where DESTDIR and rpath
1936           were combined (report by Thomas Klausner).
1937         + merge current st description (report by Harry Gindi) -TD
1938         + modify flash capability for linux and wyse entries to put the delay
1939           between the reverse/normal escapes rather than after -TD
1940         + modify program tabs to pass the actual tty file descriptor to
1941           setupterm rather than the standard output, making padding work
1942           consistently.
1943         + explain in clear's manual page that it writes to stdout.
1944         + add special case for verbose debugging traces of command-line
1945           utilities which write to stderr (cf: 20161126).
1946         + remove a trace with literal escapes from skip_DECSCNM(), added in
1947           20161203.
1948         + update config.guess, config.sub from
1949                 http://git.savannah.gnu.org/cgit/config.git
1950
1951 20161224
1952         + correct parameters for copywin call in _nc_Synchronize_Attributes()
1953           (patch by Leon Winter).
1954         + improve color-handling section in terminfo manual page (prompted by
1955           patch by Mihail Konev).
1956         + modify programs clear, tput and tset to pass the actual tty file
1957           descriptor to setupterm rather than the standard output, making
1958           padding work.
1959
1960 20161217
1961         + add tput-colorcube demo script.
1962         + add -r and -s options to tput-initc demo, to match usage in xterm.
1963         + flush the standard output in _nc_flush for the case where SP is zero,
1964           e.g., when called via putp.  This fixes a scenario where "tput flash"
1965           did not work after changes in 20130112.
1966
1967 20161210
1968         + add configure script option --disable-wattr-macros for use in cases
1969           where one wants to use the same headers for ncurses5/ncurses6
1970           development, by suppressing the wattr* macros which differ due to
1971           the introduction of extended colors (prompted by comments in
1972           Debian #230990, Redhat #1270534).
1973         + add test/tput-initc to demonstrate tput used to initialize palette
1974           from a data file.
1975         + modify test/xterm*.dat to use the newer color4/color12 values.
1976
1977 20161203
1978         + improve discussion of field validation in form_driver.3x manual page.
1979         + update curs_trace.3x manual page.
1980
1981 20161126
1982         + modify linux-16color to not mask dim, standout or reverse with the
1983           ncv capability -TD
1984         + add 0.1sec mandatory delay to flash capabilities using the VT100
1985           reverse-video control -TD
1986         + omit selection of ISO-8859-1 for G0 in enacs capability from linux2.6
1987           entry, to avoid conflict with the user-defined mapping.  The reset
1988           feature will use ISO-8859-1 in any case (Mikulas Patocka).
1989         + improve check in tic for delays by also warning about beep/flash
1990           when a delay is not embedded, or if those use the VT100 reverse
1991           video escape without using a delay.
1992         + minor fix for syntax-check of delays from 20161119 changes.
1993         + modify trace() to avoid overwriting existing file (report by Maor
1994           Shwartz).
1995
1996 20161119
1997         + add check in tic for some syntax errors of delays, as well as use of
1998           proportional delays for non-line capabilities.
1999         + document history of the clear program and the E3 extension, prompted
2000           by various discussions including
2001           http://unix.stackexchange.com/questions/87469/clearing-the-old-scrollback-buffer
2002
2003 20161112
2004         + improve -W option in tic/infocmp:
2005           + correct order of size-adjustments in wrapped lines
2006           + if -f option splits line, do not further split it with -W
2007           + begin a new line when adding "use=" after a wrapped line
2008
2009 20161105
2010         + fix typo in man/terminfo.tail (Alain Williams).
2011         + correct program-name in adacurses6-config.1 manual page.
2012
2013 20161029
2014         + add new function "unfocus_current_field" (Leon Winter)
2015
2016 20161022
2017         + modify tset -w (and tput reset) to update the program's copy of the
2018           screensize if it was already set in the system, to improve tabstop
2019           setting which relies upon knowing the actual screensize.
2020         + add functionality of tset -w to tput, like the "-c" feature this is
2021           not optional in tput.
2022         + add "clear" as a possible link/alias to tput.
2023         + improve tput's check for being called as "init" or "reset" to allow
2024           for transformed names.
2025         + split-out the "clear" function from progs/clear.c, share with
2026           tput to get the same behavior, e.g., the E3 extension.
2027
2028 20161015
2029         + amend internal use of tputs to consistently use the number of lines
2030           affected, e.g., for insert/delete character operations.  While
2031           merging terminfo source early in 1995, several descriptions used the
2032           "*" proportional delay for these operations, prompting a change in
2033           doupdate.
2034         + regenerate llib-* files.
2035         + regenerate HTML manpages.
2036         + fix several formatting issues with manual pages.
2037
2038 20161008
2039         + adjust size in infocmp/tic to work with strlcpy.
2040         + fix configure script to record when strlcat is found on OpenBSD.
2041         + build-fix for "recent" OpenBSD vs baudrate.
2042
2043 20161001
2044         + add -W option to tic/infocmp to force long strings to wrap.  This is
2045           in addition to the -w option which attempts to fit capabilities into
2046           a given line-length.
2047         + add linux-m1 minitel entries (patch by Alexandre Montaron).
2048         + correct rs2 string for vt100-nam -TD
2049
2050 20160924
2051         + modify _nc_tic_expand to escape comma if it immediately follows a
2052           percent sign, to work with minitel change.
2053         + updated minitel and viewdata descriptions (Alexandre Montaron).
2054
2055 20160917
2056         + build-fix for gnat6, which unhelpfully attempts to compile C files.
2057         + fix typo in 20160910 changes (Debian #837892, patch by Sven Joachim).
2058
2059 20160910
2060         + trim dead code ifdef'd with HIDE_EINTR since 970830 (discussion with
2061           Leon Winter).
2062         + trim some obsolete/incorrect wording about EINTR from wgetch manual
2063           page (patch by Leon Winter).
2064         + really correct 20100515 change (patch by Rich Coe).
2065         + add "--enable-string-hacks" option to test/configure
2066         + completed string-hacks for "sprintf", etc., including test-programs.
2067         + make "--enable-string-hacks" work with Debian by checking for the
2068           "bsd" library and its associated "<bsd/string.h>" header.
2069
2070 20160903
2071         + correct 20100515 change for weak signals versus sigprocmask (report
2072           by Rich Coe).
2073         + modify misc/Makefile.in to work around OpenBSD "make" which unlike
2074           all other versions of "make" does not recognize continuation lines
2075           of comments.
2076         + amend the last change to CF_C_ENV_FLAGS to move only the
2077           preprocessor, optimization and warning flags to CPPFLAGS and CFLAGS,
2078           leaving the residue in CC.  That happens to work for gcc's various
2079           "model" options, but may require tuning for other compilers (report
2080           by Sven Joachim).
2081
2082 20160827
2083         + add "v" menu entry to test/ncurses.c to show baudrate and other
2084           values.
2085         + add "newer" baudrate symbols from Linux and FreeBSD to progs/tset.c,
2086           lib_baudrate.c
2087         + modify CF_XOPEN_SOURCE macro:
2088           + add "uclinux" to case for "linux" (patch by Yann E. Morin)
2089           + modify _GNU_SOURCE for cygwin headers, tested with cygwin 2.3, 2.5
2090             (patch by Corinna Vinschen, from changes to tin).
2091         + improve CF_CC_ENV_FLAGS macro to allow for compiler wrappers such
2092           as "ccache" (report by Enrico Scholz).
2093         + update config.guess, config.sub from
2094                 http://git.savannah.gnu.org/cgit/config.git
2095
2096 20160820
2097         + update tput manual page to reflect changes to manipulate terminal
2098           modes by sharing functions with tset.
2099         + add the terminal-mode parts of "reset" (aka tset) to the "tput reset"
2100           command, making the two almost the same except for window-size.
2101         + adapt logic used in dialog "--keep-tite" option for test/filter.c as
2102           "-a" option.  When set, test/filter attempts to suppress the
2103           alternate screen.
2104         + correct a typo in interix entry -TD
2105
2106 20160813
2107         + add a dependency upon generated-sources in Ada95/src/Makefile.in to
2108           handle a case of "configure && make install".
2109         + trim trailing blanks from include/Caps*, to work around a problem
2110           in sed (Debian #818067).
2111
2112 20160806
2113         + improve CF_GNU_SOURCE configure macro to optionally define
2114           _DEFAULT_SOURCE work around a nuisance in recent glibc releases.
2115         + move the terminfo-specific parts of tput's "reset" function into
2116           the shared reset_cmd.c, making the two forms of reset use the same
2117           strings.
2118         + split-out the terminal initialization functions from tset as
2119           progs/reset_cmd.c, as part of changes to merge the reset-feature
2120           with tput.
2121
2122 20160730
2123         + change tset's initialization to allow it to get settings from the
2124           standard input as well as /dev/tty, to be more effective when
2125           output or error are redirected.
2126         + improve discussion of history and portability for tset/reset/tput
2127           manual pages.
2128
2129 20160723
2130         + improve error message from tset/reset when both stderr/stdout are
2131           redirected to a file or pipe.
2132         + improve organization of curs_attr.3x, curs_color.3x
2133
2134 20160709
2135         + work around Debian's antique/unmaintained version of mawk when
2136           building link_test.
2137         + improve test/list_keys.c, showing ncurses's convention of modifiers
2138           for special keys, based on xterm.
2139
2140 20160702
2141         + improve test/list_keys.c, using $TERM if no parameters are given.
2142
2143 20160625
2144         + build-fixes for ncurses "test_progs" rule.
2145         + amend change to CF_CC_ENV_FLAGS in 20160521 to make multilib build
2146           work (report by Sven Joachim).
2147
2148 20160618
2149         + build-fixes for ncurses-examples with NetBSD curses.
2150         + improve test/list_keys.c, fixing column-widths and sorting the list
2151           to make it more readable.
2152
2153 20160611
2154         + revise fix for Debian #805618 (report by Vlado Potisk, cf: 20151128).
2155         + modify test/ncurses.c a/A screens to make exiting on an escape
2156           character depend on the start of keypad and timeout modes, to allow
2157           better testing of function-keys.
2158         + modify rs1 for xterm-16color, xterm-88color and xterm-256color to
2159           reset palette using "oc" string as in linux -TD
2160         + use ANSI reply for u8 in xterm-new, to reflect vt220-style responses
2161           that could be returned -TD
2162         + added a few capabilities fixed in recent vte -TD
2163
2164 20160604
2165         + correct logic for -f option in test/demo_terminfo.c
2166         + add test/list_keys.c
2167
2168 20160528
2169         + further workaround for PIE/PIC breakage which causes gpm to not link.
2170         + fix most cppcheck warnings, mostly style, in ncurses library.
2171
2172 20160521
2173         + improved manual page description of tset/reset versus window-size.
2174         + fixes to work with a slightly broken compiler configuration which
2175           cannot compile "Hello World!" without adding compiler options
2176           (report by Ola x Nilsson):
2177           + pass appropriate compiler options to the CF_PROG_CC_C_O macro.
2178           + when separating compiler and options in CF_CC_ENV_FLAGS, ensure
2179             that all options are split-off into CFLAGS or CPPFLAGS
2180           + restore some -I options removed in 20140726 because they appeared
2181             to be redundant.  In fact, they are needed for a compiler that
2182             cannot combine -c and -o options.
2183
2184 20160514
2185         + regenerate HTML manpages.
2186         + improve manual pages for wgetch and wget_wch to point out that they
2187           might return values without names in curses.h (Debian #822426).
2188         + make linux3.0 entry the default linux entry (Debian #823658) -TD
2189         + modify linux2.6 entry to improve line-drawing so that the linux3.0
2190           entry can be used in non-UTF-8 mode -TD
2191         + document return value of use_extended_names (report by Mike Gran).
2192
2193 20160507
2194         + amend change to _nc_do_color to restore the early return for the
2195           special case used in _nc_screen_wrap (report by Dick Streefland,
2196           cf: 20151017).
2197         + modify test/ncurses.c:
2198           + check return-value of putwin
2199           + correct ifdef which made the 'g' test's legend not reflect changes
2200             to keypad- and scroll-modes.
2201         + correct return-value of extended putwin (report by Mike Gran).
2202
2203 20160423
2204         + modify test/ncurses.c 'd' edit-color menu to optionally read xterm
2205           color palette directly from terminal, as well as handling KEY_RESIZE
2206           and screen-repainting with control/L and control/R.
2207         + add 'oc' capability to xterm+256color, allowing palette reset for
2208           xterm -TD
2209
2210 20160416
2211         + add workaround in configure script for inept transition to PIE vs
2212           PIC builds documented in
2213                   https://fedoraproject.org/wiki/Changes/Harden_All_Packages
2214         + add "reset" to list of programs whose names might change in manpages
2215           due to program-transformation configure options.
2216         + drop long-obsolete "-n" option from tset.
2217
2218 20160409
2219         + modify test/blue.c to use Unicode values for card-glyphs when
2220           available, as well as improving the check for CP437 and CP850.
2221
2222 20160402
2223         + regenerate HTML manpages.
2224         + improve manual pages for utilities with respect to POSIX versus
2225           X/Open Curses.
2226
2227 20160326
2228         + regenerate HTML manpages.
2229         + improve test/demo_menus.c, allowing mouse-click on the menu-headers
2230           to switch the active menu.  This requires a new extension option
2231           O_MOUSE_MENU to tell the menu driver to put mouse events which do not
2232           apply to the active menu back into the queue so that the application
2233           can handle the event.
2234
2235 20160319
2236         + improve description of tgoto parameters (report by Steffen Nurpmeso).
2237         + amend workaround for Solaris line-drawing to restore a special case
2238           that maps Unicode line-drawing characters into the acsc string for
2239           non-Unicode locales (Debian #816888).
2240
2241 20160312
2242         + modified test/filter.c to illustrate an alternative to getnstr, that
2243           polls for input while updating a clock on the right margin as well
2244           as responding to window size-changes.
2245
2246 20160305
2247         + omit a redefinition of "inline" when traces are enabled, since this
2248           does not work with gcc 5.3.x MinGW cross-compiling (cf: 20150912).
2249
2250 20160220
2251         + modify test/configure script to check for pthread dependency of
2252           ncursest or ncursestw library when building ncurses examples, e.g.,
2253           in case weak symbols are used.
2254         + modify configure macro for shared-library rules to use -Wl,-rpath
2255           rather than -rpath to work around a bug in scons (FreeBSD #178732,
2256           cf: 20061021).
2257         + double-width multibyte characters were not counted properly in
2258           winsnstr and wins_nwstr (report/example by Eric Pruitt).
2259         + update config.guess, config.sub from
2260                 http://git.savannah.gnu.org/cgit/config.git
2261
2262 20160213
2263         + amend fix for _nc_ripoffline from 20091031 to make test/ditto.c work
2264           in threaded configuration.
2265         + move _nc_tracebits, _tracedump and _tracemouse to curses.priv.h,
2266           since they are not part of the suggested ABI6.
2267
2268 20160206
2269         + define WIN32_LEAN_AND_MEAN for MinGW port, making builds faster.
2270         + modify test/ditto.c to allow $XTERM_PROG environment variable to
2271           override "xterm" as the name of the program to run in the threaded
2272           configuration.
2273
2274 20160130
2275         + improve formatting of man/curs_refresh.3x and man/tset.1 manpages
2276         + regenerate HTML manpages using newer man2html to eliminate some
2277           unwanted blank lines.
2278
2279 20160123
2280         + ifdef'd header-file definition of mouse_trafo() with NCURSES_NOMACROS
2281           (report by Corey Minyard).
2282         + fix some strict compiler-warnings in traces.
2283
2284 20160116
2285         + tidy up comments about hardcoded 256color palette (report by
2286           Leonardo Brondani Schenkel) -TD
2287         + add putty-noapp entry, and amend putty entry to use application mode
2288           for better consistency with xterm (report by Leonardo Brondani
2289           Schenkel) -TD
2290         + modify _nc_viscbuf2() and _tracecchar_t2() to trace wide-characters
2291           as a whole rather than their multibyte equivalents.
2292         + minor fix in wadd_wchnstr() to ensure that each cell has nonzero
2293           width.
2294         + move PUTC_INIT calls next to wcrtomb calls, to avoid carry-over of
2295           error status when processing Unicode values which are not mapped.
2296
2297 20160102
2298         + modify ncurses c/C color test-screens to take advantage of wide
2299           screens, reducing the number of lines used for 88- and 256-colors.
2300         + minor refinement to check versus ncv to ignore two parameters of
2301           SGR 38 and 48 when those come from color-capabilities.
2302
2303 20151226
2304         + add check in tic for use of bold, etc., video attributes in the
2305           color capabilities, accounting whether the feature is listed in ncv.
2306         + add check in tic for conflict between ritm, rmso, rmul versus sgr0.
2307
2308 20151219
2309         + add a paragraph to curs_getch.3x discussing key naming (discussion
2310           with James Crippen).
2311         + amend workaround for Solaris vs line-drawing to take the configure
2312           check into account.
2313         + add a configure check for wcwidth() versus the ncurses line-drawing
2314           characters, to use in special-casing systems such as Solaris.
2315
2316 20151212
2317         + improve CF_XOPEN_CURSES macro used in test/configure, to define as
2318           needed NCURSES_WIDECHAR for platforms where _XOPEN_SOURCE_EXTENDED
2319           does not work.  Also modified the test program to ensure that if
2320           building with ncurses, that the cchar_t type is checked, since that
2321           normally is since 20111030 ifdef'd depending on this test.
2322         + improve 20121222 workaround for broken acs, letting Solaris "work"
2323           in spite of its misconfigured wcwidth which marks all of the line
2324           drawing characters as double-width.
2325
2326 20151205
2327         + update form_cursor.3x, form_post.3x, menu_attributes.3x to list
2328           function names in NAME section (patch by Jason McIntyre).
2329         + minor fixes to manpage NAME/SYNOPSIS sections to consistently use
2330           rule that either all functions which are prototyped in SYNOPSIS are
2331           listed in the NAME section, or the manual-page name is the sole item
2332           listed in the NAME section.  The latter is used to reduce clutter,
2333           e.g., for the top-level library manual pages as well as for certain
2334           feature-pages such as SP-funcs and threading (prompted by patches by
2335           Jason McIntyre).
2336
2337 20151128
2338         + add option to preserve leading whitespace in form fields (patch by
2339           Leon Winter).
2340         + add missing assignment in lib_getch.c to make notimeout() work
2341           (Debian #805618).
2342         + add 't' toggle for notimeout() function in test/ncurses.c a/A screens
2343         + add viewdata terminal description (Alexandre Montaron).
2344         + fix a case in tic/infocmp for formatting capabilities where a
2345           backslash at the end of a string was mishandled.
2346         + fix some typos in curs_inopts.3x (Benno Schulenberg).
2347
2348 20151121
2349         + fix some inconsistencies in the pccon* entries -TD
2350         + add bold to pccon+sgr+acs and pccon-base (Tati Chevron).
2351         + add keys f12-f124 to pccon+keys (Tati Chevron).
2352         + add test/test_sgr.c program to exercise all combinations of sgr.
2353
2354 20151107
2355         + modify tset's assignment to TERM in its output to reflect the name by
2356           which the terminal description is found, rather than the primary
2357           name.  That was an unnecessary part from the initial conversion of
2358           tset from termcap to terminfo.  The termcap program in 4.3BSD did
2359           this to avoid using the short 2-character name (report by Rich
2360           Burridge).
2361         + minor fix to configure script to ensure that rules for resulting.map
2362           are only generated when needed (cf: 20151101).
2363         + modify configure script to handle the case where tic-library is
2364           renamed, but the --with-debug option is used by itself without
2365           normal or shared libraries (prompted by comment in Debian #803482).
2366
2367 20151101
2368         + amend change for pkg-config which allows build of pc-files when no
2369           valid pkg-config library directory was configured to suppress the
2370           actual install if it is not overridden to a valid directory at
2371           install time (cf: 20150822).
2372         + modify editing script which generates resulting.map to work with the
2373           clang configuration on recent FreeBSD, which gives an error on an
2374           empty "local" section.
2375         + fix a spurious "(Part)" message in test/ncurses.c b/B tests due
2376           to incorrect attribute-masking.
2377
2378 20151024
2379         + modify MKexpanded.sh to update the expansion of a temporary filename
2380           to "expanded.c", for use in trace statements.
2381         + modify layout of b/B tests in test/ncurses.c to allow for additional
2382           annotation on the right margin; some terminals with partial support
2383           did not display well.
2384         + fix typo in curs_attr.3x (patch by Sven Joachim).
2385         + fix typo in INSTALL (patch by Tomas Cech).
2386         + improve configure check for setting WILDCARD_SYMS variable; on ppc64
2387           the variable is in the Data section rather than Text (patch by Michel
2388           Normand, Novell #946048).
2389         + using configure option "--without-fallbacks" incorrectly caused
2390           FALLBACK_LIST to be set to "no" (patch by Tomas Cech).
2391         + updated minitel entries to fix kel problem with emacs, and add
2392           minitel1b-nb (Alexandre Montaron).
2393         + reviewed/updated nsterm entry Terminal.app in OSX -TD
2394         + replace some dead URLs in comments with equivalents from the
2395           Internet Archive -TD
2396         + update config.guess, config.sub from
2397                 http://git.savannah.gnu.org/cgit/config.git
2398
2399 20151017
2400         + modify ncurses/Makefile.in to sort keys.list in POSIX locale
2401           (Debian #801864, patch by Esa Peuha).
2402         + remove an early-return from _nc_do_color, which can interfere with
2403           data needed by bkgd when ncurses is configured with extended colors
2404           (patch by Denis Tikhomirov).
2405         > fixes for OS/2 (patches by KO Myung-Hun)
2406         + use button instead of kbuf[0] in EMX-specific part of lib_mouse.c
2407         + support building with libtool on OS/2
2408         + use stdc++ on OS/2 kLIBC
2409         + clear cf_XOPEN_SOURCE on OS/2
2410
2411 20151010
2412         + add configure check for openpty to test/configure script, for ditto.
2413         + minor fixes to test/view.c in investigating Debian #790847.
2414         + update autoconf patch to 2.52.20150926, incorporates a fix for Cdk.
2415         + add workaround for breakage of POSIX makefiles by recent binutils
2416           change.
2417         + improve check for working poll() by using posix_openpt() as a
2418           fallback in case there is no valid terminal on the standard input
2419           (prompted by discussion on bug-ncurses mailing list, Debian #676461).
2420
2421 20150926
2422         + change makefile rule for removing resulting.map to distclean rather
2423           than clean.
2424         + add /lib/terminfo to terminfo-dirs in ".deb" test-package.
2425         + add note on portability of resizeterm and wresize to manual pages.
2426
2427 20150919
2428         + clarify in resizeterm.3x how KEY_RESIZE is pushed onto the input
2429           stream.
2430         + clarify in curs_getch.3x that the keypad mode affects ability to
2431           read KEY_MOUSE codes, but does not affect KEY_RESIZE.
2432         + add overlooked build-fix needed with Cygwin for separate Ada95
2433           configure script, cf: 20150606 (report by Nicolas Boulenguez)
2434
2435 20150912
2436         + fixes for configure/build using clang on OSX (prompted by report by
2437           William Gallafent).
2438           + do not redefine "inline" in ncurses_cfg.h; this was originally to
2439             solve a problem with gcc/g++, but is aggravated by clang's misuse
2440             of symbols to pretend it is gcc.
2441           + add braces to configure script to prevent unwanted add of
2442             "-lstdc++" to the CXXLIBS symbol.
2443           + improve/update test-program used for checking existence of stdc++
2444             library.
2445           + if $CXXLIBS is set, the linkage test uses that in addition to $LIBS
2446
2447 20150905
2448         + add note in curs_addch.3x about line-drawing when it depends upon
2449           UTF-8.
2450         + add tic -q option for consistency with infocmp, use it to suppress
2451           all comments from the "tic -I" output.
2452         + modify infocmp -q option to suppress the "Reconstructed from"
2453           header.
2454         + add infocmp/tic -Q option, which allows one to dump the compiled
2455           form of the terminal entry, in hexadecimal or base64.
2456
2457 20150822
2458         + sort options in usage message for infocmp, to make it simpler to
2459           see unused letters.
2460         + update usage message for tic, adding "-0" option.
2461         + documented differences in ESCDELAY versus AIX's implementation.
2462         + fix some compiler warnings from ports.
2463         + modify --with-pkg-config-libdir option to make it possible to install
2464           ".pc" files even if pkg-config is not found (adapted from patch by
2465           Joshua Root).
2466
2467 20150815
2468         + disallow "no" as a possible value for "--with-shlib-version" option,
2469           overlooked in cleanup-changes for 20000708 (report by Tommy Alex).
2470         + update release notes in INSTALL.
2471         + regenerate llib-* files to help with review for release notes.
2472
2473 20150810
2474         + workaround for Debian #65617, which was fixed in mawk's upstream
2475           releases in 2009 (report by Sven Joachim).  See
2476                 https://invisible-island.net/mawk/CHANGES.html#t20090727
2477
2478 20150808 6.0 release for upload to ftp.gnu.org
2479
2480 20150808
2481         + build-fix for Ada95 on older platforms without stdint.h
2482         + build-fix for Solaris, whose /bin/sh and /usr/bin/sed are non-POSIX.
2483         + update release announcement, summarizing more than 800 changes across
2484           more than 200 snapshots.
2485         + minor fixes to manpages, etc., to simplify linking from announcement
2486           page.
2487
2488 20150725
2489         + updated llib-* files.
2490         + build-fixes for ncurses library "test_progs" rule.
2491         + use alternate workaround for gcc 5.x feature (adapted from patch by
2492           Mikhail Peselnik).
2493         + add status line to tmux via xterm+sl (patch by Nicholas Marriott).
2494         + fixes for st 0.5 from testing with tack -TD
2495         + review/improve several manual pages to break up wall-of-text:
2496           curs_add_wch.3x, curs_attr.3x, curs_bkgd.3x, curs_bkgrnd.3x,
2497           curs_getcchar.3x, curs_getch.3x, curs_kernel.3x, curs_mouse.3x,
2498           curs_outopts.3x, curs_overlay.3x, curs_pad.3x, curs_termattrs.3x
2499           curs_trace.3x, and curs_window.3x
2500
2501 20150719
2502         + correct an old logic error for %A and %O in tparm (report by "zreed").
2503         + improve documentation for signal handlers by adding section in the
2504           curs_initscr.3x page.
2505         + modify logic in make_keys.c to not assume anything about the size
2506           of strnames and strfnames variables, since those may be functions
2507           in the thread- or broken-linker configurations (problem found by
2508           Coverity).
2509         + modify test/configure script to check for pthreads configuration,
2510           e.g., ncursestw library.
2511
2512 20150711
2513         + modify scripts to build/use test-packages for the pthreads
2514           configuration of ncurses6.
2515         + add references to ttytype and termcap symbols in demo_terminfo.c and
2516           demo_termcap.c to ensure that when building ncursest.map, etc., that
2517           the corresponding names such as _nc_ttytype are added to the list of
2518           versioned symbols (report by Werner Fink)
2519         + fix regression from 20150704 (report/patch by Werner Fink).
2520
2521 20150704
2522         + fix a few problems reported by Coverity.
2523         + fix comparison against "/usr/include" in misc/gen-pkgconfig.in
2524           (report by Daiki Ueno, Debian #790548, cf:  20141213).
2525
2526 20150627
2527         + modify configure script to remove deprecated ABI 5 symbols when
2528           building ABI 6.
2529         + add symbols _nc_Default_Field, _nc_Default_Form, _nc_has_mouse to
2530           map-files, but marked as deprecated so that they can easily be
2531           suppressed from ABI 6 builds (Debian #788610).
2532         + comment-out "screen.xterm" entry, and inherit screen.xterm-256color
2533           from xterm-new (report by Richard Birkett) -TD
2534         + modify read_entry.c to set the error-return to -1 if no terminal
2535           databases were found, as documented for setupterm.
2536         + add test_setupterm.c to demonstrate normal/error returns from the
2537           setupterm and restartterm functions.
2538         + amend cleanup change from 20110813 which removed redundant definition
2539           of ret_error, etc., from tinfo_driver.c, to account for the fact that
2540           it should return a bool rather than int (report/analysis by Johannes
2541           Schindelin).
2542
2543 20150613
2544         + fix overflow warning for OSX with lib_baudrate.c (cf: 20010630).
2545         + modify script used to generate map/sym files to mark 5.9.20150530 as
2546           the last "5.9" version, and regenerated the files.  That makes the
2547           files not use ".current" for the post-5.9 symbols.  This also
2548           corrects the label for _nc_sigprocmask used in when weak symbols are
2549           configured for the ncursest/ncursestw libraries (prompted by
2550           discussion with Sven Joachim).
2551         + fix typo in NEWS (report by Sven Joachim).
2552
2553 20150606 pre-release
2554         + make ABI 6 the default by updates to dist.mk and VERSION, with the
2555           intention that the existing ABI 5 should build as before using the
2556           "--with-abi-version=5" option.
2557         + regenerate ada- and man-html documentation.
2558         + minor fixes to color- and util-manpages.
2559         + fix a regression in Ada95/gen/Makefile.in, to handle special case of
2560           Cygwin, which uses the broken-linker feature.
2561         + amend fix for CF_NCURSES_CONFIG used in test/configure to assume that
2562           ncurses package scripts work when present for cross-compiling, as the
2563           lessor of two evils (cf: 20150530).
2564         + add check in configure script to disallow conflicting options
2565           "--with-termlib" and "--enable-term-driver".
2566         + move defaults for "--disable-lp64" and "--with-versioned-syms" into
2567           CF_ABI_DEFAULTS macro.
2568
2569 20150530
2570         + change private type for Event_Mask in Ada95 binding to work when
2571           mmask_t is set to 32-bits.
2572         + remove spurious "%;" from st entry (report by Daniel Pitts) -TD
2573         + add vte-2014, update vte to use that -TD
2574         + modify tic and infocmp to "move" a diagnostic for tparm strings that
2575           have a syntax error to tic's "-c" option (report by Daniel Pitts).
2576         + fix two problems with configure script macros (Debian #786436,
2577           cf: 20150425, cf: 20100529).
2578
2579 20150523
2580         + add 'P' menu item to test/ncurses.c, to show pad in color.
2581         + improve discussion in curs_color.3x about color rendering (prompted
2582           by comment on Stack Overflow forum):
2583         + remove screen-bce.mlterm, since mlterm does not do "bce" -TD
2584         + add several screen.XXX entries to support the respective variations
2585           for 256 colors -TD
2586         + add putty+fnkeys* building-block entries -TD
2587         + add smkx/rmkx to capabilities analyzed with infocmp "-i" option.
2588
2589 20150516
2590         + amend change to ".pc" files to only use the extra loader flags which
2591           may have rpath options (report by Sven Joachim, cf: 20150502).
2592         + change versioning for dpkg's in test-packages for Ada95 and
2593           ncurses-examples for consistency with Debian, to work with package
2594           updates.
2595         + regenerate html manpages.
2596         + clarify handling of carriage return in waddch manual page; it was
2597           discussed only in the portability section (prompted by comment on
2598           Stack Overflow forum):
2599
2600 20150509
2601         + add test-packages for cross-compiling ncurses-examples using the
2602           MinGW test-packages.  These are only the Debian packages; RPM later.
2603         + cleanup format of debian/copyright files
2604         + add pc-files to the MinGW cross-compiling test-packages.
2605         + correct a couple of places in gen-pkgconfig.in to handle renaming of
2606           the tinfo library.
2607
2608 20150502
2609         + modify the configure script to allow different default values
2610           for ABI 5 versus ABI 6.
2611         + add wgetch-events to test-packages.
2612         + add a note on how to build ncurses-examples to test/README.
2613         + fix a memory leak in delscreen (report by Daniel Kahn Gillmor,
2614           Debian #783486) -TD
2615         + remove unnecessary ';' from E3 capabilities -TD
2616         + add tmux entry, derived from screen (patch by Nicholas Marriott).
2617         + split-out recent change to nsterm-bce as nsterm-build326, and add
2618           nsterm-build342 to reflect changes with successive releases of OSX
2619           (discussion with Leonardo B Schenkel)
2620         + add xon, ich1, il1 to ibm3161 (patch by Stephen Powell, Debian
2621           #783806)
2622         + add sample "magic" file, to document ext-putwin.
2623         + modify gen-pkgconfig.in to add explicit -ltinfo, etc., to the
2624           generated ".pc" file when ld option "--as-needed" is used, or when
2625           ncurses and tinfo are installed without using rpath (prompted by
2626           discussion with Sylvain Bertrand).
2627         + modify test-package for ncurses6 to omit rpath feature when installed
2628           in /usr.
2629         + add OSX's "*.dSYM" to clean-rules in makefiles.
2630         + make extra-suffix work for OSX configuration, e.g., for shared
2631           libraries.
2632         + modify Ada95/configure script to work with pkg-config
2633         + move test-package for ncurses6 to /usr, since filename-conflicts have
2634           been eliminated.
2635         + corrected build rules for Ada95/gen/generate; it does not depend on
2636           the ncurses library aside from headers.
2637         + reviewed man pages, fixed a few other spelling errors.
2638         + fix a typo in curs_util.3x (Sven Joachim).
2639         + use extra-suffix in some overlooked shared library dependencies
2640           found by 20150425 changes for test-packages.
2641         + update config.guess, config.sub from
2642                 http://git.savannah.gnu.org/cgit/config.git
2643
2644 20150425
2645         + expanded description of tgetstr's area pointer in manual page
2646           (report by Todd M Lewis).
2647         + in-progress changes to modify test-packages to use ncursesw6 rather
2648           than ncursesw, with updated configure scripts.
2649         + modify CF_NCURSES_CONFIG in Ada95- and test-configure scripts to
2650           check for ".pc" files via pkg-config, but add a linkage check since
2651           frequently pkg-config configurations are broken.
2652         + modify misc/gen-pkgconfig.in to include EXTRA_LDFLAGS, e.g., for the
2653           rpath option.
2654         + add 'dim' capability to screen entry (report by Leonardo B Schenkel)
2655         + add several key definitions to nsterm-bce to match preconfigured
2656           keys, e.g., with OSX 10.9 and 10.10 (report by Leonardo B Schenkel)
2657         + fix repeated "extra-suffix" in ncurses-config.in (cf: 20150418).
2658         + improve term_variables manual page, adding section on the terminfo
2659           long-name symbols which are defined in the term.h header.
2660         + fix bug in lib_tracebits.c introduced in const-fixes (cf: 20150404).
2661
2662 20150418
2663         + avoid a blank line in output from tabs program by ending it with
2664           a carriage return as done in FreeBSD (patch by James Clarke).
2665         + build-fix for the "--enable-ext-putwin" feature when not using
2666           wide characters (report by Werner Fink).
2667         + modify autoconf macros to use scripting improvement from xterm.
2668         + add -brtl option to compiler options on AIX 5-7, needed to link
2669           with the shared libraries.
2670         + add --with-extra-suffix option to help with installing nonconflicting
2671           ncurses6 packages, e.g., avoiding header- and library-conflicts.
2672           NOTE: as a side-effect, this renames
2673                   adacurses-config to adacurses5-config and
2674                   adacursesw-config to adacursesw5-config
2675         + modify debian/rules test package to suffix programs with "6".
2676         + clarify in curs_inopts.3x that window-specific settings do not
2677           inherit into new windows.
2678
2679 20150404
2680         + improve description of start_color() in the manual.
2681         + modify several files in ncurses- and progs-directories to allow
2682           const data used in internal tables to be put by the linker into the
2683           readonly text segment.
2684
2685 20150329
2686         + correct cut/paste error for "--enable-ext-putwin" that made it the
2687           same as "--enable-ext-colors" (report by Roumen Petrov)
2688
2689 20150328
2690         + add "-f" option to test/savescreen.c to help with testing/debugging
2691           the extended putwin/getwin.
2692         + add logic for writing/reading combining characters in the extended
2693           putwin/getwin.
2694         + add "--enable-ext-putwin" configure option to turn on the extended
2695           putwin/getwin.
2696
2697 20150321
2698         + in-progress changes to provide an extended version of putwin and
2699           getwin which will be capable of reading screen-dumps between the
2700           wide/normal ncurses configurations.  These are text files, except
2701           for a magic code at the beginning:
2702           0       string          \210\210        Screen-dump (ncurses)
2703
2704 20150307
2705         + document limitations of getwin in manual page (prompted by discussion
2706           with John S Urban).
2707         + extend test/savescreen.c to demonstrate that color pair values
2708           and graphic characters can be restored using getwin.
2709
2710 20150228
2711         + modify win_driver.c to eliminate the constructor, to make it more
2712           usable in an application which may/may not need the console window
2713           (report by Grady Martin).
2714
2715 20150221
2716         + capture define's related to -D_XOPEN_SOURCE from the configure check
2717           and add those to the *-config and *.pc files, to simplify use for
2718           the wide-character libraries.
2719         + modify ncurses.spec to accommodate Fedora21's location of pkg-config
2720           directory.
2721         + correct sense of "--disable-lib-suffixes" configure option (report
2722           by Nicolas Boos, cf: 20140426).
2723
2724 20150214
2725         + regenerate html manpages using improved man2html from work on xterm.
2726         + regenerated ".map" and ".sym" files using improved script, accounting
2727           for the "--enable-weak-symbols" configure option (report by Werner
2728           Fink).
2729
2730 20150131
2731         + regenerated ".map" and ".sym" files using improved script, showing
2732           the combinations of configure options used at each stage.
2733
2734 20150124
2735         + add configure check to determine if "local: _*;" can be used in the
2736           ".map" files to selectively omit symbols beginning with "_".  On at
2737           least recent FreeBSD, the wildcard applies to all "_" symbols.
2738         + remove obsolete/conflicting rule for ncurses.map from
2739           ncurses/Makefile.in (cf:  20130706).
2740
2741 20150117
2742         + improve description in INSTALL of the --with-versioned-syms option.
2743         + add combination of --with-hashed-db and --with-ticlib to
2744           configurations for ".map" files (report by Werner Fink).
2745
2746 20150110
2747         + add a step to generating ".map" files, to declare any remaining
2748           symbols beginning with "_" as local, at the last version node.
2749         + improve configure checks for pkg-config, addressing a variant found
2750           with FreeBSD ports.
2751         + modify win_driver.c to provide characters for special keys, like
2752           ansi.sys, when keypad mode is off, rather than returning nothing at
2753           all (discussion with Eli Zaretskii).
2754         + add "broken_linker" and "hashed-db" configure options to combinations
2755           use for generating the ".map" and ".sym" files.
2756         + avoid using "ld" directly when creating shared library, to simplify
2757           cross-compiles.  Also drop "-Bsharable" option from shared-library
2758           rules for FreeBSD and DragonFly (FreeBSD #196592).
2759         + fix a memory leak in form library Free_RegularExpression_Type()
2760           (report by Pavel Balaev).
2761
2762 20150103
2763         + modify_nc_flush() to retry if interrupted (patch by Stian Skjelstad).
2764         + change map files to make _nc_freeall a global, since it may be used
2765           via the Ada95 binding when checking for memory leaks.
2766         + improve sed script used in 20141220 to account for wide-, threaded-
2767           variations in ABI 6.
2768
2769 20141227
2770         + regenerate ".map" files, using step overlooked in 20141213 to use
2771           the same patch-dates across each file to match ncurses.map (report by
2772           Sven Joachim).
2773
2774 20141221
2775         + fix an incorrect variable assignment in 20141220 changes (report by
2776           Sven Joachim).
2777
2778 20141220
2779         + updated Ada95/configure with macro changes from 20141213
2780         + tie configure options --with-abi-version and --with-versioned-syms
2781           together, so that ABI 6 libraries have distinct symbol versions from
2782           the ABI 5 libraries.
2783         + replace obsolete/nonworking link to man2html with current one,
2784           regenerate html-manpages.
2785
2786 20141213
2787         + modify misc/gen-pkgconfig.in to add -I option for include-directory
2788           when using both --prefix and --disable-overwrite (report by Misty
2789           De Meo).
2790         + add configure option --with-pc-suffix to allow minor renaming of
2791           ".pc" files and the corresponding library.  Use this in the test
2792           package for ncurses6.
2793         + modify configure script so that if pkg-config is not installed, it
2794           is still possible to install ".pc" files (report by Misty De Meo).
2795         + updated ".sym" files, removing symbols which are marked as "local"
2796           in the corresponding ".map" files.
2797         + updated ".map" files to reflect move of comp_captab and comp_hash
2798           from tic-library to tinfo-library in 20090711 (report by Sven
2799           Joachim).
2800
2801 20141206
2802         + updated ".map" files so that each symbol that may be shared across
2803           the different library configurations has the same label.  Some
2804           review is needed to ensure these are really compatible.
2805         + modify MKlib_gen.sh to work around change in development version of
2806           gcc introduced here:
2807                   https://gcc.gnu.org/ml/gcc-patches/2014-06/msg02185.html
2808                   https://gcc.gnu.org/ml/gcc-patches/2014-07/msg00236.html
2809           (reports by Marcus Shawcroft, Maohui Lei).
2810         + improved configure macro CF_SUBDIR_PATH, from lynx changes.
2811
2812 20141129
2813         + improved ".map" files by generating them with a script that builds
2814           ncurses with several related configurations and merges the results.
2815           A further refinement is planned, to make the tic- and tinfo-library
2816           symbols use the same versions across each of the four configurations
2817           which are represented (reports by Sven Joachim, Werner Fink).
2818
2819 20141115
2820         + improve description of limits for color values and color pairs in
2821           curs_color.3x (prompted by patch by Tim van der Molen).
2822         + add VERSION file, using first field in that to record the ABI version
2823           used for configure --with-libtool --disable-libtool-version
2824         + add configure options for applying the ".map" and ".sym" files to
2825           the ncurses, form, menu and panel libraries.
2826         + add ".map" and ".sym" files to show exported symbols, e.g., for
2827           symbol-versioning.
2828
2829 20141101
2830         + improve strict compiler-warnings by adding a cast in TRACE_RETURN
2831           and making a new TRACE_RETURN1 macro for cases where the cast does
2832           not apply.
2833
2834 20141025
2835         + in-progress changes to integrate the win32 console driver with the
2836           msys2 configuration.
2837
2838 20141018
2839         + reviewed terminology 0.6.1, add function key definitions.  None of
2840           the vt100-compatibility issues were improved -TD
2841         + improve infocmp conversion of extended capabilities to termcap by
2842           correcting the limit check against parametrized[], as well as filling
2843           in a check if the string happens to have parameters, e.g., "xm"
2844           in recent changes.
2845         + add check for zero/negative dimensions for resizeterm and resize_term
2846           (report by Mike Gran).
2847
2848 20141011
2849         + add experimental support for xterm's 1005 mouse mode, to use in a
2850           demonstration of its limitations.
2851         + add experimental support for "%u" format to terminfo.
2852         + modify test/ncurses.c to also show position reports in 'a' test.
2853         + minor formatting fixes to _nc_trace_mmask_t, make this function
2854           exported to help with debugging mouse changes.
2855         + improve behavior of wheel-mice for xterm protocol, noting that there
2856           are only button-presses for buttons "4" and "5", so there is no need
2857           to wait to combine events into double-clicks (report/analysis by
2858           Greg Field).
2859         + provide examples xterm-1005 and xterm-1006 terminfo entries -TD
2860         + implement decoder for xterm SGR 1006 mouse mode.
2861
2862 20140927
2863         + implement curs_set in win_driver.c
2864         + implement flash in win_driver.c
2865         + fix an infinite loop in win_driver.c if the command-window loses
2866           focus.
2867         + improve the non-buffered mode, i.e., NCURSES_CONSOLE2, of
2868           win_driver.c by temporarily changing the buffer-size to match the
2869           window-size to eliminate the scrollback.  Also enforce a minimum
2870           screen-size of 24x80 in the non-buffered mode.
2871         + modify generated misc/Makefile to suppress install.data from the
2872           dependencies if the --disable-db-install option is used, compensating
2873           for the top-level makefile changes used to add ncurses*-config in the
2874           20140920 changes (report by Steven Honeyman).
2875
2876 20140920
2877         + add ncurses*-config to bin-directory of sample package-scripts.
2878         + add check to ensure that getopt is available; this is a problem in
2879           some older cross-compiler environments.
2880         + expanded on the description of --disable-overwrite in INSTALL
2881           (prompted by reports by Joakim Tjernlund, Thomas Klausner).
2882           See Gentoo #522586 and NetBSD #49200 for examples.
2883           which relates to the clarified guidelines.
2884         + remove special logic from CF_INCLUDE_DIRS which adds the directory
2885           for the --includedir from the build (report by Joakim Tjernlund).
2886         + add case for Unixware to CF_XOPEN_SOURCE, from lynx changes.
2887         + update config.sub from
2888                 http://git.savannah.gnu.org/cgit/config.git
2889
2890 20140913
2891         + add a configure check to ignore some of the plethora of non-working
2892           C++ cross-compilers.
2893         + build-fixes for Ada95 with gnat 4.9
2894
2895 20140906
2896         + build-fix and other improvements for port of ncurses-examples to
2897           NetBSD.
2898         + minor compiler-warning fixes.
2899
2900 20140831
2901         + modify test/demo_termcap.c and test/demo_terminfo.c to make their
2902           options more directly comparable, and add "-i" option to specify
2903           a terminal description filename to parse for names to lookup.
2904
2905 20140823
2906         + fix special case where double-width character overwrites a single-
2907           width character in the first column (report by Egmont Koblinger,
2908           cf: 20050813).
2909
2910 20140816
2911         + fix colors in ncurses 'b' test which did not work after changing
2912           it to put the test-strings in subwindows (cf: 20140705).
2913         + merge redundant SEE-ALSO sections in form and menu manpages.
2914
2915 20140809
2916         + modify declarations for user-data pointers in C++ binding to use
2917           reinterpret_cast to facilitate converting typed pointers to void*
2918           in user's application (patch by Adam Jiang).
2919         + regenerated html manpages.
2920         + add note regarding cause and effect for TERM in ncurses manpage,
2921           having noted clueless verbiage in Terminal.app's "help" file
2922           which reverses cause/effect.
2923         + remove special fallback definition for NCURSES_ATTR_T, since macros
2924           have resolved type-mismatches using casts (cf: 970412).
2925         + fixes for win_driver.c:
2926           + handle repainting on endwin/refresh combination.
2927           + implement beep().
2928           + minor cleanup.
2929
2930 20140802
2931         + minor portability fixes for MinGW:
2932           + ensure WINVER is defined in makefiles rather than using headers
2933           + add check for gnatprep "-T" option
2934           + work around bug introduced by gcc 4.8.1 in MinGW which breaks
2935             "trace" feature:
2936             http://stackoverflow.com/questions/20877689/gcc-4-8-1-minggw-d-option-does-not-work-as-usual
2937         + fix most compiler warnings for Cygwin ncurses-examples.
2938         + restore "redundant" -I options in test/Makefile.in, since they are
2939           typically needed when building the derived ncurses-examples package
2940           (cf: 20140726).
2941
2942 20140726
2943         + eliminate some redundant -I options used for building libraries, and
2944           ensure that ${srcdir} is added to the include-options (prompted by
2945           discussion with Paul Gilmartin).
2946         + modify configure script to work with Minix3.2
2947         + add form library extension O_DYNAMIC_JUSTIFY option which can be
2948           used to override the different treatment of justification for static
2949           versus dynamic fields (adapted from patch by Leon Winter).
2950         + add a null pointer check in test/edit_field.c (report/analysis by
2951           Leon Winter, cf: 20130608).
2952
2953 20140719
2954         + make workarounds for compiling test-programs with NetBSD curses.
2955         + improve configure macro CF_ADD_LIBS, to eliminate repeated -l/-L
2956           options, from xterm changes.
2957
2958 20140712
2959         + correct Charable() macro check for A_ALTCHARSET in wide-characters.
2960         + build-fix for position-debug code in tty_update.c, to work with or
2961           without sp-funcs.
2962
2963 20140705
2964         + add w/W toggle to ncurses.c 'B' test, to demonstrate permutation of
2965           video-attributes and colors with double-width character strings.
2966
2967 20140629
2968         + correct check in win_driver.c for saving screen contents, e.g., when
2969           NCURSES_CONSOLE2 is set (cf: 20140503).
2970         + reorganize b/B menu items in ncurses.c, putting the test-strings into
2971           subwindows.  This is needed for a planned change to use Unicode
2972           fullwidth characters in the test-screens.
2973         + correct update to form status for _NEWTOP, broken by fixes for
2974           compiler warnings (patch by Leon Winter, cf: 20120616).
2975
2976 20140621
2977         + change shared-library suffix for AIX 5 and 6 to ".so", avoiding
2978           conflict with the static library (report by Ben Lentz).
2979         + document RPATH_LIST in INSTALLATION file, as part of workarounds for
2980           upgrading an ncurses library using the "--with-shared" option.
2981         + modify test/ncurses.c c/C tests to cycle through subsets of the
2982           total number of colors, to better illustrate 8/16/88/256-colors by
2983           providing directly comparable screens.
2984         + add test/dots_curses.c, for comparison with the low-level examples.
2985
2986 20140614
2987         + fix dereference before null check found by Coverity in tic.c
2988           (cf: 20140524).
2989         + fix sign-extension bug in read_entry.c which prevented "toe" from
2990           reading empty "screen+italics" entry.
2991         + modify sgr for screen.xterm-new to support dim capability -TD
2992         + add dim capability to nsterm+7 -TD
2993         + cancel dim capability for iterm -TD
2994         + add dim, invis capabilities to vte-2012 -TD
2995         + add sitm/ritm to konsole-base and mlterm3 -TD
2996
2997 20140609
2998         > fix regression in screen terminfo entries (reports by Christian
2999           Ebert, Gabriele Balducci) -TD
3000         + revert the change to screen; see notes for why this did not work -TD
3001         + cancel sitm/ritm for entries which extend "screen", to work around
3002           screen's hardcoded behavior for SGR 3 -TD
3003
3004 20140607
3005         + separate masking for sgr in vidputs from sitm/ritm, which do not
3006           overlap with sgr functionality.
3007         + remove unneeded -i option from adacurses-config; put -a in the -I
3008           option for consistency (patch by Pascal Pignard).
3009         + update xterm-new terminfo entry to xterm patch #305 -TD
3010         + change format of test-scripts for Debian Ada95 and ncurses-examples
3011           packages to quilted to work around Debian #700177 (cf: 20130907).
3012         + build fix for form_driver_w.c as part of ncurses-examples package for
3013           older ncurses than 20131207.
3014         + add Hello World example to adacurses-config manpage.
3015         + remove unused --enable-pc-files option from Ada95/configure.
3016         + add --disable-gnat-projects option for testing.
3017         + revert changes to Ada95 project-files configuration (cf: 20140524).
3018         + corrected usage message in adacurses-config.
3019
3020 20140524
3021         + fix typo in ncurses manpage for the NCURSES_NO_MAGIC_COOKIE
3022           environment variable.
3023         + improve discussion of input-echoing in curs_getch.3x
3024         + clarify discussion in curs_addch.3x of wrapping.
3025         + modify parametrized.h to make fln non-padded.
3026         + correct several entries which had termcap-style padding used in
3027           terminfo: adm21, aj510, alto-h19, att605-pc, x820 -TD
3028         + correct syntax for padding in some entries: dg211, h19 -TD
3029         + correct ti924-8 which had confused padding versus octal escapes -TD
3030         + correct padding in sbi entry -TD
3031         + fix an old bug in the termcap emulation; "%i" was ignored in tparm()
3032           because the parameters to be incremented were already on the internal
3033           stack (report by Corinna Vinschen).
3034         + modify tic's "-c" option to take into account the "-C" option to
3035           activate additional checks which compare the results from running
3036           tparm() on the terminfo expressions versus the translated termcap
3037           expressions.
3038         + modify tic to allow it to read from FIFOs (report by Matthieu Fronton,
3039           cf: 20120324).
3040         > patches by Nicolas Boulenguez:
3041         + explicit dereferences to suppress some style warnings.
3042         + when c_varargs_to_ada.c includes its header, use double quotes
3043           instead of <>.
3044         + samples/ncurses2-util.adb:  removed unused with clause.  The warning
3045           was removed by an obsolete pragma.
3046         + replaced Unreferenced pragmas with Warnings (Off).  The latter,
3047           available with older GNATs, needs no configure test.  This also
3048           replaces 3 untested Unreferenced pragmas.
3049         + simplified To_C usage in trace handling.  Using two parameters allows
3050           some basic formatting, and avoids a warning about security with some
3051           compiler flags.
3052         + for generated Ada sources, replace many snippets with one pure
3053           package.
3054         + removed C_Chtype and its conversions.
3055         + removed C_AttrType and its conversions.
3056         + removed conversions between int, Item_Option_Set, Menu_Option_Set.
3057         + removed int, Field_Option_Set, Item_Option_Set conversions.
3058         + removed C_TraceType, Attribute_Option_Set conversions.
3059         + replaced C.int with direct use of Eti_Error, now enumerated.  As it
3060           was used in a case statement, values were tested by the Ada compiler
3061           to be consecutive anyway.
3062         + src/Makefile.in: remove duplicate stanza
3063         + only consider using a project for shared libraries.
3064         + style. Silent gnat-4.9 warning about misplaced "then".
3065         + generate shared library project to honor ADAFLAGS, LDFLAGS.
3066
3067 20140510
3068         + cleanup recently introduced compiler warnings for MingW port.
3069         + workaround for ${MAKEFLAGS} configure check versus GNU make 4.0,
3070           which introduces more than one gratuitous incompatibility.
3071
3072 20140503
3073         + add vt520ansi terminfo entry (patch by Mike Gran)
3074         + further improve MinGW support for the scenario where there is an
3075           ANSI-escapes handler such as ansicon running in the console window
3076           (patch by Juergen Pfeifer).
3077
3078 20140426
3079         + add --disable-lib-suffixes option (adapted from patch by Juergen
3080           Pfeifer).
3081         + merge some changes from Juergen Pfeifer's work with MSYS2, to
3082           simplify later merging:
3083           + use NC_ISATTY() macro for isatty() in library
3084           + add _nc_mingw_isatty() and related functions to windows-driver
3085           + rename terminal driver entrypoints to simplify grep's
3086         + remove a check in the sp-funcs flavor of newterm() which allowed only
3087           the first call to newterm() to succeed (report by Thomas Beierlein,
3088           cf: 20090927).
3089
3090 20140419
3091         + update config.guess, config.sub from
3092                 http://git.savannah.gnu.org/cgit/config.git
3093
3094 20140412
3095         + modify configure script:
3096           + drop the -no-gcc option from Intel compiler, from lynx changes.
3097           + extend the --with-hashed-db configure option to simplify building
3098             with different versions of Berkeley database using FreeBSD ports.
3099         + improve initialization for MinGW port (Juergen Pfeifer):
3100           + enforce Windows-style path-separator if cross-compiling,
3101           + add a driver-name method to each of the drivers,
3102           + allow the Windows driver name to match "unknown", ignoring case,
3103           + lengthen the built-in name for the Windows console driver to
3104             "#win32console", and
3105           + move the comparison of driver-names allowing abbreviation, e.g.,
3106             to "#win32con" into the Windows console driver.
3107
3108 20140329
3109         + add check in tic for mismatch between ccc and initp/initc
3110         + cancel ccc in putty-256color and konsole-256color for consistency
3111           with the cancelled initc capability (patch by Sven Zuhlsdorf).
3112         + add xterm+256setaf building block for various terminals which only
3113           get the 256-color feature half-implemented -TD
3114         + updated "st" entry (leaving the 0.1.1 version as "simpleterm") to
3115           0.4.1 -TD
3116
3117 20140323
3118         + fix typo in "mlterm" entry (report by Gabriele Balducci) -TD
3119
3120 20140322
3121         + use types from <stdint.h> in sample build-scripts for chtype, etc.
3122         + modify configure script and curses.h.in to allow the types specified
3123           using --with-chtype and related options to be defined in <stdint.h>
3124         + add terminology entry -TD
3125         + add mlterm3 entry, use that as "mlterm" -TD
3126         + inherit mlterm-256color from mlterm -TD
3127
3128 20140315
3129         + modify _nc_New_TopRow_and_CurrentItem() to ensure that the menu's
3130           top-row is adjusted as needed to ensure that the current item is
3131           on the screen (patch by Johann Klammer).
3132         + add wgetdelay() to retrieve _delay member of WINDOW if it happens to
3133           be opaque, e.g., in the pthread configuration (prompted by patch by
3134           Soren Brinkmann).
3135
3136 20140308
3137         + modify ifdef in read_entry.c to handle the case where
3138           NCURSES_USE_DATABASE is not defined (patch by Xin Li).
3139         + add cast in form_driver_w() to fix ARM build (patch by Xin Li).
3140         + add logic to win_driver.c to save/restore screen contents when not
3141           allocating a console-buffer (cf: 20140215).
3142
3143 20140301
3144         + clarify error-returns from newwin (report by Ruslan Nabioullin).
3145
3146 20140222
3147         + fix some compiler warnings in win_driver.c
3148         + updated notes for wsvt25 based on tack and vttest -TD
3149         + add teken entry to show actual properties of FreeBSD's "xterm"
3150           console -TD
3151
3152 20140215
3153         + in-progress changes to win_driver.c to implement output without
3154           allocating a console-buffer.  This uses a pre-existing environment
3155           variable NCGDB used by Juergen Pfeifer for debugging (prompted by
3156           discussion with Erwin Waterlander regarding Console2, which hangs
3157           when reading in an allocated console-buffer).
3158         + add -t option to gdc.c, and modify to accept "S" to step through the
3159           scrolling-stages.
3160         + regenerate NCURSES-Programming-HOWTO.html to fix some of the broken
3161           html emitted by docbook.
3162
3163 20140209
3164         + modify CF_XOPEN_SOURCE macro to omit followup check to determine if
3165           _XOPEN_SOURCE can/should be defined.  g++ 4.7.2 built on Solaris 10
3166           has some header breakage due to its own predefinition of this symbol
3167           (report by Jean-Pierre Flori, Sage #15796).
3168
3169 20140201
3170         + add/use symbol NCURSES_PAIRS_T like NCURSES_COLOR_T, to illustrate
3171           which "short" types are for color pairs and which are color values.
3172         + fix build for s390x, by correcting field bit offsets in generated
3173           representation clauses when int=32 long=64 and endian=big, or at
3174           least on s390x (patch by Nicolas Boulenguez).
3175         + minor cleanup change to test/form_driver_w.c (patch by Gaute Hope).
3176
3177 20140125
3178         + remove unnecessary ifdef's in Ada95/gen/gen.c, which reportedly do
3179           not work as is with gcc 4.8 due to fixes using chtype cast made for
3180           new compiler warnings by gcc 4.8 in 20130824 (Debian #735753, patch
3181           by Nicolas Boulenguez).
3182
3183 20140118
3184         + apply includesubdir variable which was introduced in 20130805 to
3185           gen-pkgconfig.in (Debian #735782).
3186
3187 20131221
3188         + further improved man2html, used this to fix broken links in html
3189           manpages.  See
3190           ftp://ftp.invisible-island.net/ncurses/patches/man2html
3191
3192 20131214
3193         + modify configure-script/ifdef's to allow OLD_TTY feature to be
3194           suppressed if the type of ospeed is configured using the option
3195           --with-ospeed to not be a short.  By default, it is a short for
3196           termcap-compatibility (adapted from suggestion by Christian
3197           Weisgerber).
3198         + correct a typo in _nc_baudrate() (patch by Christian Weisgerber,
3199           cf: 20061230).
3200         + fix a few -Wlogical-op warnings.
3201         + updated llib-l* files.
3202
3203 20131207
3204         + add form_driver_w() entrypoint to wide-character forms library, as
3205           well as test program form_driver_w (adapted from patch by Gaute
3206           Hope).
3207
3208 20131123
3209         + minor fix for CF_GCC_WARNINGS to special-case options which are not
3210           recognized by clang.
3211
3212 20131116
3213         + add special case to configure script to move _XOPEN_SOURCE_EXTENDED
3214           definition from CPPFLAGS to CFLAGS if it happens to be needed for
3215           Solaris, because g++ errors with that definition (report by
3216           Jean-Pierre Flori, Sage #15268).
3217         + correct logic in infocmp's -i option which was intended to ignore
3218           strings which correspond to function-keys as candidates for piecing
3219           together initialization- or reset-strings.  The problem dates to
3220           1.9.7a, but was overlooked until changes in -Wlogical-op warnings for
3221           gcc 4.8 (report by David Binderman).
3222         + updated CF_GCC_WARNINGS to documented options for gcc 4.9.0, moving
3223           checks for -Wextra and -Wdeclaration-after-statement into the macro,
3224           and adding checks for -Wignored-qualifiers, -Wlogical-op and
3225           -Wvarargs
3226         + updated CF_CURSES_UNCTRL_H and CF_SHARED_OPTS macros from ongoing
3227           work on cdk.
3228         + update config.sub from
3229                 http://git.savannah.gnu.org/cgit/config.git
3230
3231 20131110
3232         + minor cleanup of terminfo.tail
3233
3234 20131102
3235         + use TS extension to describe xterm's title-escapes -TD
3236         + modify terminator and nsterm-s to use xterm+sl-twm building block -TD
3237         + update hurd.ti, add xenl to reflect 2011-03-06 change in
3238           http://git.savannah.gnu.org/cgit/hurd/hurd.git/log/console/display.c
3239           (Debian #727119).
3240         + simplify pfkey expression in ansi.sys -TD
3241
3242 20131027
3243         + correct/simplify ifdef's for cur_term versus broken-linker and
3244           reentrant options (report by Jean-Pierre Flori, cf: 20090530).
3245         + modify release/version combinations in test build-scripts to make
3246           them more consistent with other packages.
3247
3248 20131019
3249         + add nc_mingw.h to installed headers for MinGW port; needed for
3250           compiling ncurses-examples.
3251         + add rpm-script for testing cross-compile of ncurses-examples.
3252
3253 20131014
3254         + fix new typo in CF_ADA_INCLUDE_DIRS macro (report by Roumen Petrov).
3255
3256 20131012
3257         + fix a few compiler warnings in progs and test.
3258         + minor fix to package/debian-mingw/rules, do not strip dll's.
3259         + minor fixes to configure script for empty $prefix, e.g., when doing
3260           cross-compiles to MinGW.
3261         + add script for building test-packages of binaries cross-compiled to
3262           MinGW using NSIS.
3263
3264 20131005
3265         + minor fixes for ncurses-example package and makefile.
3266         + add scripts for test-builds of cross-compiler packages for ncurses6
3267           to MinGW.
3268
3269 20130928
3270         + some build-fixes for ncurses-examples with NetBSD-6.0 curses, though
3271           it lacks some common functions such as use_env() which is not yet
3272           addressed.
3273         + build-fix and some compiler warning fixes for ncurses-examples with
3274           OpenBSD 5.3
3275         + fix a possible null-pointer reference in a trace message from newterm.
3276         + quiet a few warnings from NetBSD 6.0 namespace pollution by
3277           nonstandard popcount() function in standard strings.h header.
3278         + ignore g++ 4.2.1 warnings for "-Weffc++" in c++/cursesmain.cc
3279         + fix a few overlooked places for --enable-string-hacks option.
3280
3281 20130921
3282         + fix typo in curs_attr.3x (patch by Sven Joachim, cf: 20130831).
3283         + build-fix for --with-shared option for DragonFly and FreeBSD (report
3284           by Rong-En Fan, cf: 20130727).
3285
3286 20130907
3287         + build-fixes for MSYS for two test-programs (patches by Ray Donnelly,
3288           Alexey Pavlov).
3289         + revert change to two of the dpkg format files, to work with dpkg
3290           before/after Debian #700177.
3291         + fix gcc -Wconversion warning in wattr_get() macro.
3292         + add msys and msysdll to known host/configuration types (patch by
3293           Alexey Pavlov).
3294         + modify CF_RPATH_HACK configure macro to not rely upon "-u" option
3295           of sort, improving portability.
3296         + minor improvements for test-programs from reviewing Solaris port.
3297         + update config.guess, config.sub from
3298                 http://git.savannah.gnu.org/cgit/config.git
3299
3300 20130831
3301         + modify test/ncurses.c b/B tests to display lines only for the
3302           attributes which a given terminal supports, to make room for an
3303           italics test.
3304         + completed ncv table in terminfo.tail; it did not list the wide
3305           character codes listed in X/Open Curses issue 7.
3306         + add A_ITALIC extension (prompted by discussion with Egmont Koblinger).
3307
3308 20130824
3309         + fix some gcc 4.8 -Wconversion warnings.
3310         + change format of dpkg test-scripts to quilted to work around bug
3311           introduced by Debian #700177.
3312         + discard cached keyname() values if meta() is changed after a value
3313           was cached using (report by Kurban Mallachiev).
3314
3315 20130816
3316         + add checks in tic to warn about terminals which lack cursor
3317           addressing, capabilities or having those, are marked as hard_copy or
3318           generic_type.
3319         + use --without-progs in mingw-ncurses rpm.
3320         + split out _nc_init_termtype() from alloc_entry.c to use in MinGW
3321           port when tic and other programs are not needed.
3322
3323 20130805
3324         + minor fixes to the --disable-overwrite logic, to ensure that the
3325           configured $(includedir) is not cancelled by the mingwxx-filesystem
3326           rpm macros.
3327         + add --disable-db-install configure option, to simplify building
3328           cross-compile support packages.
3329         + add mingw-ncurses.spec file, for testing cross-compiles.
3330
3331 20130727
3332         + improve configure macros from ongoing work on cdk, dialog, xterm:
3333           + CF_ADD_LIB_AFTER - fix a problem with -Wl options
3334           + CF_RPATH_HACK - add missing result-message
3335           + CF_SHARED_OPTS - modify to use $rel_builddir in cygwin and mingw
3336             dll symbols (which can be overridden) rather than explicit "../".
3337           + CF_SHARED_OPTS - modify NetBSD and DragonFly symbols to use ${CC}
3338             rather than ${LD} to improve rpath support.
3339           + CF_SHARED_OPTS - add a symbol to denote the temporary files that
3340             are created by the macro, to simplify clean-rules.
3341           + CF_X_ATHENA - trim extra libraries to work with -Wl,--as-needed
3342         + fix a regression in hashed-database support for NetBSD, which uses
3343           the key-size differently from other implementations (cf: 20121229).
3344
3345 20130720
3346         + further improvements for setupterm manpage, clarifying the
3347           initialization of cur_term.
3348
3349 20130713
3350         + improve manpages for initscr and setupterm.
3351         + minor compiler-warning fixes
3352
3353 20130706
3354         + add fallback defs for <inttypes.h> and <stdint.h> (cf: 20120225).
3355         + add check for size of wchar_t, use that to suppress a chunk of
3356           wcwidth.h in MinGW port.
3357         + quiet linker warnings for MinGW cross-compile with dll's using the
3358           --enable-auto-import flag.
3359         + add ncurses.map rule to ncurses/Makefile to help diagnose symbol
3360           table issues.
3361
3362 20130622
3363         + modify the clear program to take into account the E3 extended
3364           capability to clear the terminal's scrollback buffer (patch by
3365           Miroslav Lichvar, Redhat #815790).
3366         + clarify in resizeterm manpage that LINES and COLS are updated.
3367         + updated ansi example in terminfo.tail, correct misordered example
3368           of sgr.
3369         + fix other doclifter warnings for manpages
3370         + remove unnecessary ".ta" in terminfo.tail, add missing ".fi"
3371           (patch by Eric Raymond).
3372
3373 20130615
3374         + minor changes to some configure macros to make them more reusable.
3375         + fixes for tabs program (prompted by report by Nick Andrik).
3376           + corrected logic in command-line parsing of -a and -c predefined
3377             tab-lists options.
3378           + allow "-0" and "-8" options to be combined with others, e.g.,"-0d".
3379           + make warning messages more consistent with the other utilities by
3380             not printing the full pathname of the program.
3381           + add -V option for consistency with other utilities.
3382         + fix off-by-one in columns for tabs program when processing an option
3383           such as "-5" (patch by Nick Andrik).
3384
3385 20130608
3386         + add to test/demo_forms.c examples of using the menu-hooks as well
3387           as showing how the menu item user-data can be used to pass a callback
3388           function pointer.
3389         + add test/dots_termcap.c
3390         + remove setupterm call from test/demo_termcap.c
3391         + build-fix if --disable-ext-funcs configure option is used.
3392         + modified test/edit_field.c and test/demo_forms.c to move the lengths
3393           into a user-data structure, keeping the original string for later
3394           expansion to free-format input/out demo.
3395         + modified test/demo_forms.c to load data from file.
3396         + added note to clarify Terminal.app's non-emulation of the various
3397           terminal types listed in the preferences dialog -TD
3398         + fix regression in error-reporting in lib_setup.c (Debian #711134,
3399           cf: 20121117).
3400         + build-fix for a case where --enable-broken_linker and
3401           --enable-reentrant options are combined (report by George R Goffe).
3402
3403 20130525
3404         + modify mvcur() to distinguish between internal use by the ncurses
3405           library, and external callers, preventing it from reading the content
3406           of the screen which is only nonblank when curses calls have updated
3407           it.  This makes test/dots_mvcur.c avoid painting colored cells in
3408           the left margin of the display.
3409         + minor fix to test/dots_mvcur.c
3410         + move configured symbols USE_DATABASE and USE_TERMCAP to term.h as
3411           NCURSES_USE_DATABASE and NCURSES_USE_TERMCAP to allow consistent
3412           use of these symbols in term_entry.h
3413
3414 20130518
3415         + corrected ifdefs in test/testcurs.c to allow comparison of mouse
3416           interface versus pdcurses (cf: 20130316).
3417         + add pow() to configure-check for math library, needed since
3418           20121208 for test/hanoi (Debian #708056).
3419         + regenerated html manpages.
3420         + update doctype used for html documentation.
3421
3422 20130511
3423         + move nsterm-related entries out of "obsolete" section to more
3424           plausible "ansi consoles" -TD
3425         + additional cleanup of table-of-contents by reordering -TD
3426         + revise fix for check for 8-bit value in _nc_insert_ch(); prior fix
3427           prevented inserts when video attributes were attached to the data
3428           (cf: 20121215) (Redhat #959534).
3429
3430 20130504
3431         + fixes for issues found by Coverity:
3432           + correct FNKEY() macro in progs/dump_entry.c, allowing kf11-kf63 to
3433             display when infocmp's -R option is used for HP or AIX subsets.
3434           + fix dead-code issue with test/movewindow.c
3435           + improve limited-checking in _nc_read_termtype().
3436
3437 20130427
3438         + fix clang 3.2 warning in progs/dump_entry.c
3439         + drop AC_TYPE_SIGNAL check; ncurses relies on c89 and later.
3440
3441 20130413
3442         + add MinGW to cases where ncurses installs by default into /usr
3443           (prompted by discussion with Daniel Silva Ferreira).
3444         + add -D option to infocmp's usage-message (patch by Miroslav Lichvar).
3445         + add a missing 'int' type for main function in configure check for
3446           type of bool variable, to work with clang 3.2 (report by Dmitri
3447           Gribenko).
3448         + improve configure check for static_cast, to work with clang 3.2
3449           (report by Dmitri Gribenko).
3450         + re-order rule for demo.o and macros defining header dependencies in
3451           c++/Makefile.in to accommodate gmake (report by Dmitri Gribenko).
3452
3453 20130406
3454         + improve parameter checking in copywin().
3455         + modify configure script to work around OS X's "libtool" program, to
3456           choose glibtool instead.  At the same time, chance the autoconf macro
3457           to look for a "tool" rather than a "prog", to help with potential use
3458           in cross-compiling.
3459         + separate the rpath usage for c++ library from demo program
3460           (Redhat #911540)
3461         + update/correct header-dependencies in c++ makefile (report by Werner
3462           Fink).
3463         + add --with-cxx-shared to dpkg-script, as done for rpm-script.
3464
3465 20130324
3466         + build-fix for libtool configuration (reports by Daniel Silva Ferreira
3467           and Roumen Petrov).
3468
3469 20130323
3470         + build-fix for OS X, to handle changes for --with-cxx-shared feature
3471           (report by Christian Ebert).
3472         + change initialization for vt220, similar entries for consistency
3473           with cursor-key strings (NetBSD #47674) -TD
3474         + further improvements to linux-16color (Benjamin Sittler)
3475
3476 20130316
3477         + additional fix for tic.c, to allocate missing buffer space.
3478         + eliminate configure-script warnings for gen-pkgconfig.in
3479         + correct typo in sgr string for sun-color,
3480           add bold for consistency with sgr,
3481           change smso for consistency with sgr -TD
3482         + correct typo in sgr string for terminator -TD
3483         + add blink to the attributes masked by ncv in linux-16color (report
3484           by Benjamin Sittler)
3485         + improve warning message from post-load checking for missing "%?"
3486           operator by tic/infocmp by showing the entry name and capability.
3487         + minor formatting improvement to tic/infocmp -f option to ensure
3488           line split after "%;".
3489         + amend scripting for --with-cxx-shared option to handle the debug
3490           library "libncurses++_g.a" (report by Sven Joachim).
3491
3492 20130309
3493         + amend change to toe.c for reading from /dev/zero, to ensure that
3494           there is a buffer for the temporary filename (cf: 20120324).
3495         + regenerated html manpages.
3496         + fix typo in terminfo.head (report by Sven Joachim, cf: 20130302).
3497         + updated some autoconf macros:
3498           + CF_ACVERSION_CHECK, from byacc 1.9 20130304
3499           + CF_INTEL_COMPILER, CF_XOPEN_SOURCE from luit 2.0-20130217
3500         + add configure option --with-cxx-shared to permit building
3501           libncurses++ as a shared library when using g++, e.g., the same
3502           limitations as libtool but better integrated with the usual build
3503           configuration (Redhat #911540).
3504         + modify MKkey_defs.sh to filter out build-path which was unnecessarily
3505           shown in curses.h (Debian #689131).
3506
3507 20130302
3508         + add section to terminfo manpage discussing user-defined capabilities.
3509         + update manpage description of NCURSES_NO_SETBUF, explaining why it
3510           is obsolete.
3511         + add a check in waddch_nosync() to ensure that tab characters are
3512           treated as control characters; some broken locales claim they are
3513           printable.
3514         + add some traces to the Windows console driver.
3515         + initialize a temporary array in _nc_mbtowc, needed for some cases
3516           of raw input in MinGW port.
3517
3518 20130218
3519         + correct ifdef on change to lib_twait.c (report by  Werner Fink).
3520         + update config.guess, config.sub
3521
3522 20130216
3523         + modify test/testcurs.c to work with mouse for ncurses as it does for
3524           pdcurses.
3525         + modify test/knight.c to work with mouse for pdcurses as it does for
3526           ncurses.
3527         + modify internal recursion in wgetch() which handles cooked mode to
3528           check if the call to wgetnstr() returned an error.  This can happen
3529           when both nocbreak() and nodelay() are set, for instance (report by
3530           Nils Christopher Brause) (cf: 960418).
3531         + fixes for issues found by Coverity:
3532           + add a check for valid position in ClearToEOS()
3533           + fix in lib_twait.c when --enable-wgetch-events is used, pointer
3534             use after free.
3535           + improve a limit-check in make_hash.c
3536           + fix a memory leak in hashed_db.c
3537
3538 20130209
3539         + modify test/configure script to make it simpler to override names
3540           of curses-related libraries, to help with linking with pdcurses in
3541           MinGW environment.
3542         + if the --with-terminfo-dirs configure option is not used, there is
3543           no corresponding compiled-in value for that.  Fill in "no default
3544           value" for that part of the manpage substitution.
3545
3546 20130202
3547         + correct initialization in knight.c which let it occasionally make
3548           an incorrect move (cf: 20001028).
3549         + improve documentation of the terminfo/termcap search path.
3550
3551 20130126
3552         + further fixes to mvcur to pass callback function (cf: 20130112),
3553           needed to make test/dots_mvcur work.
3554         + reduce calls to SetConsoleActiveScreenBuffer in win_driver.c, to
3555           help reduce flicker.
3556         + modify configure script to omit "+b" from linker options for very
3557           old HP-UX systems (report by Dennis Grevenstein)
3558         + add HP-UX workaround for missing EILSEQ on old HP-UX systems (patch
3559           by Dennis Grevenstein).
3560         + restore memmove/strdup support for antique systems (request by
3561           Dennis Grevenstein).
3562         + change %l behavior in tparm to push the string length onto the stack
3563           rather than saving the formatted length into the output buffer
3564           (report by Roy Marples, cf: 980620).
3565
3566 20130119
3567         + fixes for issues found by Coverity:
3568           + fix memory leak in safe_sprintf.c
3569           + add check for return-value in tty_update.c
3570           + correct initialization for -s option in test/view.c
3571           + add check for numeric overflow in lib_instr.c
3572           + improve error-checking in copywin
3573         + add advice in infocmp manpage for termcap users (Debian #698469).
3574         + add "-y" option to test/demo_termcap and test/demo_terminfo to
3575           demonstrate behavior with/without extended capabilities.
3576         + updated termcap manpage to document legacy termcap behavior for
3577           matching capability names.
3578         + modify name-comparison for tgetstr, etc., to accommodate legacy
3579           applications as well as to improve compatibility with BSD 4.2
3580           termcap implementations (Debian #698299) (cf: 980725).
3581
3582 20130112
3583         + correct prototype in manpage for vid_puts.
3584         + drop ncurses/tty/tty_display.h, ncurses/tty/tty_input.h, since they
3585           are unused in the current driver model.
3586         + modify mvcur to use stdout except when called within the ncurses
3587           library.
3588         + modify vidattr and vid_attr to use stdout as documented in manpage.
3589         + amend changes made to buffering in 20120825 so that the low-level
3590           putp() call uses stdout rather than ncurses' internal buffering.
3591           The putp_sp() call does the same, for consistency (Redhat #892674).
3592
3593 20130105
3594         + add "-s" option to test/view.c to allow it to start in single-step
3595           mode, reducing size of trace files when it is used for debugging
3596           MinGW changes.
3597         + revert part of 20121222 change to tinfo_driver.c
3598         + add experimental logic in win_driver.c to improve optimization of
3599           screen updates.  This does not yet work with double-width characters,
3600           so it is ifdef'd out for the moment (prompted by report by Erwin
3601           Waterlander regarding screen flicker).
3602
3603 20121229
3604         + fix Coverity warnings regarding copying into fixed-size buffers.
3605         + add throw-declarations in the c++ binding per Coverity warning.
3606         + minor changes to new-items for consistent reference to bug-report
3607           numbers.
3608
3609 20121222
3610         + add *.dSYM directories to clean-rule in ncurses directory makefile,
3611           for Mac OS builds.
3612         + add a configure check for gcc option -no-cpp-precomp, which is not
3613           available in all Mac OS X configurations (report by Andras Salamon,
3614           cf: 20011208).
3615         + improve 20021221 workaround for broken acs, handling a case where
3616           that ACS_xxx character is not in the acsc string but there is a known
3617           wide-character which can be used.
3618
3619 20121215
3620         + fix several warnings from clang 3.1 --analyze, includes correcting
3621           a null-pointer check in _nc_mvcur_resume.
3622         + correct display of double-width characters with MinGW port (report
3623           by Erwin Waterlander).
3624         + replace MinGW's wcrtomb(), fixing a problem with _nc_viscbuf
3625         > fixes based on Coverity report:
3626         + correct coloring in test/bs.c
3627         + correct check for 8-bit value in _nc_insert_ch().
3628         + remove dead code in progs/tset.c, test/linedata.h
3629         + add null-pointer checks in lib_tracemse.c, panel.priv.h, and some
3630           test-programs.
3631
3632 20121208
3633         + modify test/knight.c to show the number of choices possible for
3634           each position in automove option, e.g., to allow user to follow
3635           Warnsdorff's rule to solve the puzzle.
3636         + modify test/hanoi.c to show the minimum number of moves possible for
3637           the given number of tiles (prompted by patch by Lucas Gioia).
3638         > fixes based on Coverity report:
3639         + remove a few redundant checks.
3640         + correct logic in test/bs.c, when randomly placing a specific type of
3641           ship.
3642         + check return value from remove/unlink in tic.
3643         + check return value from sscanf in test/ncurses.c
3644         + fix a null dereference in c++/cursesw.cc
3645         + fix two instances of uninitialized variables when configuring for the
3646           terminal driver.
3647         + correct scope of variable used in SetSafeOutcWrapper macro.
3648         + set umask when calling mkstemp in tic.
3649         + initialize wbkgrndset() temporary variable when extended-colors are
3650           used.
3651
3652 20121201
3653         + also replace MinGW's wctomb(), fixing a problem with setcchar().
3654         + modify test/view.c to load UTF-8 when built with MinGW by using
3655           regular win32 API because the MinGW functions mblen() and mbtowc()
3656           do not work.
3657
3658 20121124
3659         + correct order of color initialization versus display in some of the
3660           test-programs, e.g., test_addstr.c
3661         > fixes based on Coverity report:
3662         + delete windows on exit from some of the test-programs.
3663
3664 20121117
3665         > fixes based on Coverity report:
3666         + add missing braces around FreeAndNull in two places.
3667         + various fixes in test/ncurses.c
3668         + improve limit-checks in tinfo/make_hash.c, tinfo/read_entry.c
3669         + correct malloc size in progs/infocmp.c
3670         + guard against negative array indices in test/knight.c
3671         + fix off-by-one limit check in test/color_name.h
3672         + add null-pointer check in progs/tabs.c, test/bs.c, test/demo_forms.c,
3673           test/inchs.c
3674         + fix memory-leak in tinfo/lib_setup.c, progs/toe.c,
3675           test/clip_printw.c, test/demo_menus.c
3676         + delete unused windows in test/chgat.c, test/clip_printw.c,
3677           test/insdelln.c, test/newdemo.c on error-return.
3678
3679 20121110
3680         + modify configure macro CF_INCLUDE_DIRS to put $CPPFLAGS after the
3681           local -I include options in case someone has set conflicting -I
3682           options in $CPPFLAGS (prompted by patch for ncurses/Makefile.in by
3683           Vassili Courzakis).
3684         + modify the ncurses*-config scripts to eliminate relative paths from
3685           the RPATH_LIST variable, e.g., "../lib" as used in installing shared
3686           libraries or executables.
3687
3688 20121102
3689         + realign these related pages:
3690             curs_add_wchstr.3x
3691             curs_addchstr.3x
3692             curs_addstr.3x
3693             curs_addwstr.3x
3694           and fix a long-ago error in curs_addstr.3x which said that a -1
3695           length parameter would only write as much as fit onto one line
3696           (report by Reuben Thomas).
3697         + remove obsolete fallback _nc_memmove() for memmove()/bcopy().
3698         + remove obsolete fallback _nc_strdup() for strdup().
3699         + cancel any debug-rpm in package/ncurses.spec
3700         + reviewed vte-2012, reverted most of the change since it was incorrect
3701           based on testing with tack -TD
3702         + un-cancel the initc in vte-256color, since this was implemented
3703           starting with version 0.20 in 2009 -TD
3704
3705 20121026
3706         + improve malloc/realloc checking (prompted by discussion in Redhat
3707           #866989).
3708         + add ncurses test-program as "ncurses6" to the rpm- and dpkg-scripts.
3709         + updated configure macros CF_GCC_VERSION and CF_WITH_PATHLIST.  The
3710           first corrects pattern used for Mac OS X's customization of gcc.
3711
3712 20121017
3713         + fix change to _nc_scroll_optimize(), which incorrectly freed memory
3714           (Redhat #866989).
3715
3716 20121013
3717         + add vte-2012, gnome-2012, making these the defaults for vte/gnome
3718           (patch by Christian Persch).
3719
3720 20121006
3721         + improve CF_GCC_VERSION to work around Debian's customization of gcc
3722           --version message.
3723         + improve configure macros as done in byacc:
3724           + drop 2.13 compatibility; use 2.52.xxxx version only since EMX port
3725             has used that for a while.
3726           + add 3rd parameter to AC_DEFINE's to allow autoheader to run, i.e.,
3727             for experimental use.
3728           + remove unused configure macros.
3729         + modify configure script and makefiles to quiet new autoconf warning
3730           for LIBS_TO_MAKE variable.
3731         + modify configure script to show $PATH_SEPARATOR variable.
3732         + update config.guess, config.sub
3733
3734 20120922
3735         + modify setupterm to set its copy of TERM to "unknown" if configured
3736           for the terminal driver and TERM was null or empty.
3737         + modify treatment of TERM variable for MinGW port to allow explicit
3738           use of the windows console driver by checking if $TERM is set to
3739           "#win32con" or an abbreviation of that.
3740         + undo recent change to fallback definition of vsscanf() to build with
3741           older Solaris compilers (cf: 20120728).
3742
3743 20120908
3744         + add test-screens to test/ncurses to show 256-characters at a time,
3745           to help with MinGW port.
3746
3747 20120903
3748         + simplify varargs logic in lib_printw.c; va_copy is no longer needed
3749           there.
3750         + modifications for MinGW port to make wide-character display usable.
3751
3752 20120902
3753         + regenerate configure script (report by Sven Joachim, cf: 20120901).
3754
3755 20120901
3756         + add a null-pointer check in _nc_flush (cf: 20120825).
3757         + fix a case in _nc_scroll_optimize() where the _oldnums_list array
3758           might not be allocated.
3759         + improve comparisons in configure.in for unset shell variables.
3760
3761 20120826
3762         + increase size of ncurses' output-buffer, in case of very small
3763           initial screen-sizes.
3764         + fix evaluation of TERMINFO and TERMINFO_DIRS default values as needed
3765           after changes to use --datarootdir (reports by Gabriele Balducci,
3766           Roumen Petrov).
3767
3768 20120825
3769         + change output buffering scheme, using buffer maintained by ncurses
3770           rather than stdio, to avoid problems with SIGTSTP handling (report
3771           by Brian Bloniarz).
3772
3773 20120811
3774         + update autoconf patch to 2.52.20120811, adding --datarootdir
3775           (prompted by discussion with Erwin Waterlander).
3776         + improve description of --enable-reentrant option in README and the
3777           INSTALL file.
3778         + add nsterm-256color, make this the default nsterm -TD
3779         + remove bw from nsterm-bce, per testing with tack -TD
3780
3781 20120804
3782         + update test/configure, adding check for tinfo library.
3783         + improve limit-checks for the getch fifo (report by Werner Fink).
3784         + fix a remaining mismatch between $with_echo and the symbols updated
3785           for CF_DISABLE_ECHO affecting parameters for mk-2nd.awk (report by
3786           Sven Joachim, cf:  20120317).
3787         + modify followup check for pkg-config's library directory in the
3788           --enable-pc-files option to validate syntax (report by Sven Joachim,
3789           cf: 20110716).
3790
3791 20120728
3792         + correct path for ncurses_mingw.h in include/headers, in case build
3793           is done outside source-tree (patch by Roumen Petrov).
3794         + modify some older xterm entries to align with xterm source -TD
3795         + separate "xterm-old" alias from "xterm-r6" -TD
3796         + add E3 extended capability to xterm-basic and putty -TD
3797         + parenthesize parameters of other macros in curses.h -TD
3798         + parenthesize parameter of COLOR_PAIR and PAIR_NUMBER in curses.h
3799           in case it happens to be a comma-expression, etc.  (patch by Nick
3800           Black).
3801
3802 20120721
3803         + improved form_request_by_name() and menu_request_by_name().
3804         + eliminate two fixed-size buffers in toe.c
3805         + extend use_tioctl() to have expected behavior when use_env(FALSE) and
3806           use_tioctl(TRUE) are called.
3807         + modify ncurses test-program, adding -E and -T options to demonstrate
3808           use_env() versus use_tioctl().
3809
3810 20120714
3811         + add use_tioctl() function (adapted from patch by Werner Fink,
3812           Novell #769788):
3813
3814 20120707
3815         + add ncurses_mingw.h to installed headers (prompted by patch by
3816           Juergen Pfeifer).
3817         + clarify return-codes from wgetch() in response to SIGWINCH (prompted
3818           by Novell #769788).
3819         + modify resizeterm() to always push a KEY_RESIZE onto the fifo, even
3820           if screensize is unchanged.  Modify _nc_update_screensize() to push a
3821           KEY_RESIZE if there was a SIGWINCH, even if it does not call
3822           resizeterm().  These changes eliminate the case where a SIGWINCH is
3823           received, but ERR returned from wgetch or wgetnstr because the screen
3824           dimensions did not change (Novell #769788).
3825
3826 20120630
3827         + add --enable-interop to sample package scripts (suggested by Juergen
3828           Pfeifer).
3829         + update CF_PATH_SYNTAX macro, from mawk changes.
3830         + modify mk-0th.awk to allow for generating llib-ltic, etc., though
3831           some work is needed on cproto to work with lib_gen.c to update
3832           llib-lncurses.
3833         + remove redundant getenv() cal in database-iterator leftover from
3834           cleanup in 20120622 changes (report by Sven Joachim).
3835
3836 20120622
3837         + add -d, -e and -q options to test/demo_terminfo and test/demo_termcap
3838         + fix caching of environment variables in database-iterator (patch by
3839           Philippe Troin, Redhat #831366).
3840
3841 20120616
3842         + add configure check to distinguish clang from gcc to eliminate
3843           warnings about unused command-line parameters when compiler warnings
3844           are enabled.
3845         + improve behavior when updating terminfo entries which are hardlinked
3846           by allowing for the possibility that an alias has been repurposed to
3847           a new primary name.
3848         + fix some strict compiler warnings based on package scripts.
3849         + further fixes for configure check for working poll (Debian #676461).
3850
3851 20120608
3852         + fix an uninitialized variable in -c/-n logic for infocmp changes
3853           (cf: 20120526).
3854         + corrected fix for building c++ binding with clang 3.0 (report/patch
3855           by Richard Yao, Gentoo #417613, cf: 20110409)
3856         + correct configure check for working poll, fixing the case where stdin
3857           is redirected, e.g., in rpm/dpkg builds (Debian #676461).
3858         + add rpm- and dpkg-scripts, to test those build-environments.
3859           The resulting packages are used only for testing.
3860
3861 20120602
3862         + add kdch1 aka "Remove" to vt220 and vt220-8 entries -TD
3863         + add kdch1, etc., to qvt108 -TD
3864         + add dl1/il1 to some entries based on dl/il values -TD
3865         + add dl to simpleterm -TD
3866         + add consistency-checks in tic for insert-line vs delete-line
3867           controls, and insert/delete-char keys
3868         + correct no-leaks logic in infocmp when doing comparisons, fixing
3869           duplicate free of entries given via the command-line, and freeing
3870           entries loaded from the last-but-one of files specified on the
3871           command-line.
3872         + add kdch1 to wsvt25 entry from NetBSD CVS (reported by David Lord,
3873           analysis by Martin Husemann).
3874         + add cnorm/civis to wsvt25 entry from NetBSD CVS (report/analysis by
3875           Onno van der Linden).
3876
3877 20120526
3878         + extend -c and -n options of infocmp to allow comparing more than two
3879           entries.
3880         + correct check in infocmp for number of terminal names when more than
3881           two are given.
3882         + correct typo in curs_threads.3x (report by Yanhui Shen on
3883           freebsd-hackers mailing list).
3884
3885 20120512
3886         + corrected 'op' for bterm (report by Samuel Thibault) -TD
3887         + modify test/background.c to demonstrate a background character
3888           holding a colored ACS_HLINE.  The behavior differs from SVr4 due to
3889           the thick- and double-line extension (cf: 20091003).
3890         + modify handling of acs characters in PutAttrChar to avoid mapping an
3891           unmapped character to a space with A_ALTCHARSET set.
3892         + rewrite vt520 entry based on vt420 -TD
3893
3894 20120505
3895         + remove p6 (bold) from opus3n1+ for consistency -TD
3896         + remove acs stuff from env230 per clues in Ingres termcap -TD
3897         + modify env230 sgr/sgr0 to match other capabilities -TD
3898         + modify smacs/rmacs in bq300-8 to match sgr/sgr0 -TD
3899         + make sgr for dku7202 agree with other caps -TD
3900         + make sgr for ibmpc agree with other caps -TD
3901         + make sgr for tek4107 agree with other caps -TD
3902         + make sgr for ndr9500 agree with other caps -TD
3903         + make sgr for sco-ansi agree with other caps -TD
3904         + make sgr for d410 agree with other caps -TD
3905         + make sgr for d210 agree with other caps -TD
3906         + make sgr for d470c, d470c-7b agree with other caps -TD
3907         + remove redundant AC_DEFINE for NDEBUG versus Makefile definition.
3908         + fix a back-link in _nc_delink_entry(), which is needed if ncurses is
3909           configured with --enable-termcap and --disable-getcap.
3910
3911 20120428
3912         + fix some inconsistencies between vt320/vt420, e.g., cnorm/civis -TD
3913         + add eslok flag to dec+sl -TD
3914         + dec+sl applies to vt320 and up -TD
3915         + drop wsl width from xterm+sl -TD
3916         + reuse xterm+sl in putty and nsca-m -TD
3917         + add ansi+tabs to vt520 -TD
3918         + add ansi+enq to vt220-vt520 -TD
3919         + fix a compiler warning in example in ncurses-intro.doc (Paul Waring).
3920         + added paragraph in keyname manpage telling how extended capabilities
3921           are interpreted as key definitions.
3922         + modify tic's check of conflicting key definitions to include extended
3923           capability strings in addition to the existing check on predefined
3924           keys.
3925
3926 20120421
3927         + improve cleanup of temporary files in tic using atexit().
3928         + add msgr to vt420, similar DEC vtXXX entries -TD
3929         + add several missing vt420 capabilities from vt220 -TD
3930         + factor out ansi+pp from several entries -TD
3931         + change xterm+sl and xterm+sl-twm to include only the status-line
3932           capabilities and not "use=xterm", making them more generally useful
3933           as building-blocks -TD
3934         + add dec+sl building block, as example -TD
3935
3936 20120414
3937         + add XT to some terminfo entries to improve usefulness for other
3938           applications than screen, which would like to pretend that xterm's
3939           title is a status-line.  -TD
3940         + change use-clauses in ansi-mtabs, hp2626, and hp2622 based on review
3941           of ordering and overrides -TD
3942         + add consistency check in tic for screen's "XT" capability.
3943         + add section in terminfo.src summarizing the user-defined capabilities
3944           used in that file -TD
3945
3946 20120407
3947         + fix an inconsistency between tic/infocmp "-x" option; tic omits all
3948           non-standard capabilities, while infocmp was ignoring only the user
3949           definable capabilities.
3950         + improve special case in tic parsing of description to allow it to be
3951           followed by terminfo capabilities.  Previously the description had to
3952           be the last field on an input line to allow tic to distinguish
3953           between termcap and terminfo format while still allowing commas to be
3954           embedded in the description.
3955         + correct variable name in gen_edit.sh which broke configurability of
3956           the --with-xterm-kbs option.
3957         + revert 2011-07-16 change to "linux" alias, return to "linux2.2" -TD
3958         + further amend 20110910 change, providing for configure-script
3959           override of the "linux" terminfo entry to install and changing the
3960           default for that to "linux2.2" (Debian #665959).
3961
3962 20120331
3963         + update Ada95/configure to use CF_DISABLE_ECHO (cf: 20120317).
3964         + correct order of use-clauses in st-256color -TD
3965         + modify configure script to look for gnatgcc if the Ada95 binding
3966           is built, in preference to the default gcc/cc (suggested by
3967           Nicolas Boulenguez).
3968         + modify configure script to ensure that the same -On option used for
3969           the C compiler in CFLAGS is used for ADAFLAGS rather than simply
3970           using "-O3" (suggested by Nicolas Boulenguez)
3971
3972 20120324
3973         + amend an old fix so that next_char() exits properly for empty files,
3974           e.g., from reading /dev/null (cf: 20080804).
3975         + modify tic so that it can read from the standard input, or from
3976           a character device.  Because tic uses seek's, this requires writing
3977           the data to a temporary file first (prompted by remark by Sven
3978           Joachim) (cf: 20000923).
3979
3980 20120317
3981         + correct a check made in lib_napms.c, so that terminfo applications
3982           can again use napms() (cf: 20110604).
3983         + add a note in tic.h regarding required casts for ABSENT_BOOLEAN
3984           (cf: 20040327).
3985         + correct scripting for --disable-echo option in test/configure.
3986         + amend check for missing c++ compiler to work when no error is
3987           reported, and no variables set (cf: 20021206).
3988         + add/use configure macro CF_DISABLE_ECHO.
3989
3990 20120310
3991         + fix some strict compiler warnings for abi6 and 64-bits.
3992         + use begin_va_copy/end_va_copy macros in lib_printw.c (cf: 20120303).
3993         + improve a limit-check in infocmp.c (Werner Fink):
3994
3995 20120303
3996         + minor tidying of terminfo.tail, clarify reason for limitation
3997           regarding mapping of \0 to \200
3998         + minor improvement to _nc_copy_termtype(), using memcpy to replace
3999           loops.
4000         + fix no-leaks checking in test/demo_termcap.c to account for multiple
4001           calls to setupterm().
4002         + modified the libgpm change to show previous load as a problem in the
4003           debug-trace.
4004         > merge some patches from OpenSUSE rpm (Werner Fink):
4005         + ncurses-5.7-printw.dif, fixes for varargs handling in lib_printw.c
4006         + ncurses-5.7-gpm.dif, do not dlopen libgpm if already loaded by
4007           runtime linker
4008         + ncurses-5.6-fallback.dif, do not free arrays and strings from static
4009           fallback entries
4010
4011 20120228
4012         + fix breakage in tic/infocmp from 20120225 (report by Werner Fink).
4013
4014 20120225
4015         + modify configure script to allow creating dll's for MinGW when
4016           cross-compiling.
4017         + add --enable-string-hacks option to control whether strlcat and
4018           strlcpy may be used.  The same issue applies to OpenBSD's warnings
4019           about snprintf, noting that this function is weakly standardized.
4020         + add configure checks for strlcat, strlcpy and snprintf, to help
4021           reduce bogus warnings with OpenBSD builds.
4022         + build-fix for OpenBSD 4.9 to supply consistent intptr_t declaration
4023           (cf:20111231)
4024         + update config.guess, config.sub
4025
4026 20120218
4027         + correct CF_ETIP_DEFINES configure macro, making it exit properly on
4028           the first success (patch by Pierre Labastie).
4029         + improve configure macro CF_MKSTEMP by moving existence-check for
4030           mkstemp out of the AC_TRY_RUN, to help with cross-compiles.
4031         + improve configure macro CF_FUNC_POLL from luit changes to detect
4032           broken implementations, e.g., with Mac OS X.
4033         + add configure option --with-tparm-arg
4034         + build-fix for MinGW cross-compiling, so that make_hash does not
4035           depend on TTY definition (cf: 20111008).
4036
4037 20120211
4038         + make sgr for xterm-pcolor agree with other caps -TD
4039         + make sgr for att5425 agree with other caps -TD
4040         + make sgr for att630 agree with other caps -TD
4041         + make sgr for linux entries agree with other caps -TD
4042         + make sgr for tvi9065 agree with other caps -TD
4043         + make sgr for ncr260vt200an agree with other caps -TD
4044         + make sgr for ncr160vt100pp agree with other caps -TD
4045         + make sgr for ncr260vt300an agree with other caps -TD
4046         + make sgr for aaa-60-dec-rv, aaa+dec agree with other caps -TD
4047         + make sgr for cygwin, cygwinDBG agree with other caps -TD
4048         + add configure option --with-xterm-kbs to simplify configuration for
4049           Linux versus most other systems.
4050
4051 20120204
4052         + improved tic -D option, avoid making target directory and provide
4053           better diagnostics.
4054
4055 20120128
4056         + add mach-gnu (Debian #614316, patch by Samuel Thibault)
4057         + add mach-gnu-color, tweaks to mach-gnu terminfo -TD
4058         + make sgr for sun-color agree with smso -TD
4059         + make sgr for prism9 agree with other caps -TD
4060         + make sgr for icl6404 agree with other caps -TD
4061         + make sgr for ofcons agree with other caps -TD
4062         + make sgr for att5410v1, att4415, att620 agree with other caps -TD
4063         + make sgr for aaa-unk, aaa-rv agree with other caps -TD
4064         + make sgr for avt-ns agree with other caps -TD
4065         + amend fix intended to separate fixups for acsc to allow "tic -cv" to
4066           give verbose warnings (cf:  20110730).
4067         + modify misc/gen-edit.sh to make the location of the tabset directory
4068           consistent with misc/Makefile.in, i.e., using ${datadir}/tabset
4069           (Debian #653435, patch by Sven Joachim).
4070
4071 20120121
4072         + add --with-lib-prefix option to allow configuring for old/new flavors
4073           of OS/2 EMX.
4074         + modify check for gnat version to allow for year, as used in FreeBSD
4075           port.
4076         + modify check_existence() in db_iterator.c to simply check if the
4077           path is a directory or file, according to the need.  Checking for
4078           directory size also gives no usable result with OS/2 (cf: 20120107).
4079         + support OS/2 kLIBC (patch by KO Myung-Hun).
4080
4081 20120114
4082         + several improvements to test/movewindow.c (prompted by discussion on
4083           Linux Mint forum):
4084           + modify movement commands to make them continuous
4085           + rewrote the test for mvderwin
4086           + rewrote the test for recursive mvwin
4087         + split-out reusable CF_WITH_NCURSES_ETC macro in test/configure.in
4088         + updated configure macro CF_XOPEN_SOURCE, build-fixes for Mac OS X
4089           and OpenBSD.
4090         + regenerated html manpages.
4091
4092 20120107
4093         + various improvements for MinGW (Juergen Pfeifer):
4094           + modify stat() calls to ignore the st_size member
4095           + drop mk-dlls.sh script.
4096           + change recommended regular expression library.
4097           + modify rain.c to allow for threaded configuration.
4098           + modify tset.c to allow for case when size-change logic is not used.
4099
4100 20111231
4101         + modify toe's report when -a and -s options are combined, to add
4102           a column showing which entries belong to a given database.
4103         + add -s option to toe, to sort its output.
4104         + modify progs/toe.c, simplifying use of db-iterator results to use
4105           caching improvements from 20111001 and 20111126.
4106         + correct generation of pc-files when ticlib or termlib options are
4107           given to rename the corresponding tic- or tinfo-libraries (report
4108           by Sven Joachim).
4109
4110 20111224
4111         + document a portability issue with tput, i.e., that scripts which work
4112           with ncurses may fail in other implementations that do no parameter
4113           analysis.
4114         + add putty-sco entry -TD
4115
4116 20111217
4117         + review/fix places in manpages where --program-prefix configure option
4118           was not being used.
4119         + add -D option to infocmp, to show the database locations that it
4120           could use.
4121         + fix build for the special case where term-driver, ticlib and termlib
4122           are all enabled.  The terminal driver depends on a few features in
4123           the base ncurses library, so tic's dependencies include both ncurses
4124           and termlib.
4125         + fix build work for term-driver when --enable-wgetch-events option is
4126           enabled.
4127         + use <stdint.h> types to fix some questionable casts to void*.
4128
4129 20111210
4130         + modify configure script to check if thread library provides
4131           pthread_mutexattr_settype(), e.g., not provided by Solaris 2.6
4132         + modify configure script to suppress check to define _XOPEN_SOURCE
4133           for IRIX64, since its header files have a conflict versus
4134           _SGI_SOURCE.
4135         + modify configure script to add ".pc" files for tic- and
4136           tinfo-libraries, which were omitted in recent change (cf: 20111126).
4137         + fix inconsistent checks on $PKG_CONFIG variable in configure script.
4138
4139 20111203
4140         + modify configure-check for etip.h dependencies, supplying a temporary
4141           copy of ncurses_dll.h since it is a generated file (prompted by
4142           Debian #646977).
4143         + modify CF_CPP_PARAM_INIT "main" function to work with current C++.
4144
4145 20111126
4146         + correct database iterator's check for duplicate entries
4147           (cf: 20111001).
4148         + modify database iterator to ignore $TERMCAP when it is not an
4149           absolute pathname.
4150         + add -D option to tic, to show the database locations that it could
4151           use.
4152         + improve description of database locations in tic manpage.
4153         + modify the configure script to generate a list of the ".pc" files to
4154           generate, rather than deriving the list from the libraries which have
4155           been built (patch by Mike Frysinger).
4156         + use AC_CHECK_TOOLS in preference to AC_PATH_PROGS when searching for
4157           ncurses*-config, e.g., in Ada95/configure and test/configure (adapted
4158           from patch by Mike Frysinger).
4159
4160 20111119
4161         + remove obsolete/conflicting fallback definition for _POSIX_SOURCE
4162           from curses.priv.h, fixing a regression with IRIX64 and Tru64
4163           (cf: 20110416)
4164         + modify _nc_tic_dir() to ensure that its return-value is nonnull,
4165           i.e., the database iterator was not initialized.  This case is needed
4166           to when tic is translating to termcap, rather than loading the
4167           database (cf:  20111001).
4168
4169 20111112
4170         + add pccon entries for OpenBSD console (Alexei Malinin).
4171         + build-fix for OpenBSD 4.9 with gcc 4.2.1, setting _XOPEN_SOURCE to
4172           600 to work around inconsistent ifdef'ing of wcstof between C and
4173           C++ header files.
4174         + modify capconvert script to accept more than exact match on "xterm",
4175           e.g., the "xterm-*" variants, to exclude from the conversion (patch
4176           by Robert Millan).
4177         + add -lc_r as alternative for -lpthread, allows build of threaded code
4178           in older FreeBSD machines.
4179         + build-fix for MirBSD, which fails when either _XOPEN_SOURCE or
4180           _POSIX_SOURCE are defined.
4181         + fix a typo misc/Makefile.in, used in uninstalling pc-files.
4182
4183 20111030
4184         + modify make_db_path() to allow creating "terminfo.db" in the same
4185           directory as an existing "terminfo" directory.  This fixes a case
4186           where switching between hashed/filesystem databases would cause the
4187           new hashed database to be installed in the next best location -
4188           root's home directory.
4189         + add variable cf_cv_prog_gnat_correct to those passed to
4190           config.status, fixing a problem with Ada95 builds (cf: 20111022).
4191         + change feature test from _XPG5 to _XOPEN_SOURCE in two places, to
4192           accommodate broken implementations for _XPG6.
4193         + eliminate usage of NULL symbol from etip.h, to reduce header
4194           interdependencies.
4195         + add configure check to decide when to add _XOPEN_SOURCE define to
4196           compiler options, i.e., for Solaris 10 and later (cf: 20100403).
4197           This is a workaround for gcc 4.6, which fails to build the c++
4198           binding if that symbol is defined by the application, due to
4199           incorrectly combining the corresponding feature test macros
4200           (report by Peter Kruse).
4201
4202 20111022
4203         + correct logic for discarding mouse events, retaining the partial
4204           events used to build up click, double-click, etc, until needed
4205           (cf: 20110917).
4206         + fix configure script to avoid creating unused Ada95 makefile when
4207           gnat does not work.
4208         + cleanup width-related gcc 3.4.3 warnings for 64-bit platform, for the
4209           internal functions of libncurses.  The external interface of courses
4210           uses bool, which still produces these warnings.
4211
4212 20111015
4213         + improve description of --disable-tic-depends option to make it
4214           clear that it may be useful whether or not the --with-termlib
4215           option is also given (report by Sven Joachim).
4216         + amend termcap equivalent for set_pglen_inch to use the X/Open
4217           "YI" rather than the obsolete Solaris 2.5 "sL" (cf: 990109).
4218         + improve manpage for tgetent differences from termcap library.
4219
4220 20111008
4221         + moved static data from db_iterator.c to lib_data.c
4222         + modify db_iterator.c for memory-leak checking, fix one leak.
4223         + modify misc/gen-pkgconfig.in to use Requires.private for the parts
4224           of ncurses rather than Requires, as well as Libs.private for the
4225           other library dependencies (prompted by Debian #644728).
4226
4227 20111001
4228         + modify tic "-K" option to only set the strict-flag rather than force
4229           source-output.  That allows the same flag to control the parser for
4230           input and output of termcap source.
4231         + modify _nc_getent() to ignore backslash at the end of a comment line,
4232           making it consistent with ncurses' parser.
4233         + restore a special-case check for directory needed to make termcap
4234           text files load as if they were databases (cf: 20110924).
4235         + modify tic's resolution/collision checking to attempt to remove the
4236           conflicting alias from the second entry in the pair, which is
4237           normally following in the source file.  Also improved the warning
4238           message to make it simpler to see which alias is the problem.
4239         + improve performance of the database iterator by caching search-list.
4240
4241 20110925
4242         + add a missing "else" in changes to _nc_read_tic_entry().
4243
4244 20110924
4245         + modify _nc_read_tic_entry() so that hashed-database is checked before
4246           filesystem.
4247         + updated CF_CURSES_LIBS check in test/configure script.
4248         + modify configure script and makefiles to split TIC_ARGS and
4249           TINFO_ARGS into pieces corresponding to LDFLAGS and LIBS variables,
4250           to help separate searches for tic- and tinfo-libraries (patch by Nick
4251           Alcock aka "Nix").
4252         + build-fix for lib_mouse.c changes (cf: 20110917).
4253
4254 20110917
4255         + fix compiler warning for clang 2.9
4256         + improve merging of mouse events (integrated patch by Damien
4257           Guibouret).
4258         + correct mask-check used in lib_mouse for wheel mouse buttons 4/5
4259           (patch by Damien Guibouret).
4260
4261 20110910
4262         + modify misc/gen_edit.sh to select a "linux" entry which works with
4263           the current kernel rather than assuming it is always "linux3.0"
4264           (cf: 20110716).
4265         + revert a change to getmouse() which had the undesirable side-effect
4266           of suppressing button-release events (report by Damien Guibouret,
4267           cf: 20100102).
4268         + add xterm+kbs fragment from xterm #272 -TD
4269         + add configure option --with-pkg-config-libdir to provide control over
4270           the actual directory into which pc-files are installed, do not use
4271           the pkg-config environment variables (discussion with Frederic L W
4272           Meunier).
4273         + add link to mailing-list archive in announce.html.in, as done in
4274           FAQ (prompted by question by Andrius Bentkus).
4275         + improve manpage install by adjusting the "#include" examples to
4276           show the ncurses-subdirectory used when --disable-overwrite option
4277           is used.
4278         + install an alias for "curses" to the ncurses manpage, tied to the
4279           --with-curses-h configure option (suggested by Reuben Thomas).
4280
4281 20110903
4282         + propagate error-returns from wresize, i.e., the internal
4283           increase_size and decrease_size functions through resize_term (report
4284           by Tim van der Molen, cf:  20020713).
4285         + fix typo in tset manpage (patch by Sven Joachim).
4286
4287 20110820
4288         + add a check to ensure that termcap files which might have "^?" do
4289           not use the terminfo interpretation as "\177".
4290         + minor cleanup of X-terminal emulator section of terminfo.src -TD
4291         + add terminator entry -TD
4292         + add simpleterm entry -TD
4293         + improve wattr_get macros by ensuring that if the window pointer is
4294           null, then the attribute and color values returned will be zero
4295           (cf: 20110528).
4296
4297 20110813
4298         + add substitution for $RPATH_LIST to misc/ncurses-config.in
4299         + improve performance of tic with hashed-database by caching the
4300           database connection, using atexit() to cleanup.
4301         + modify treatment of 2-character aliases at the beginning of termcap
4302           entries so they are not counted in use-resolution, since these are
4303           guaranteed to be unique.  Also ignore these aliases when reporting
4304           the primary name of the entry (cf: 20040501)
4305         + double-check gn (generic) flag in terminal descriptions to
4306           accommodate old/buggy termcap databases which misused that feature.
4307         + minor fixes to _nc_tgetent(), ensure buffer is initialized even on
4308           error-return.
4309
4310 20110807
4311         + improve rpath fix from 20110730 by ensuring that the new $RPATH_LIST
4312           variable is defined in the makefiles which use it.
4313         + build-fix for DragonFlyBSD's pkgsrc in test/configure script.
4314         + build-fixes for NetBSD 5.1 with termcap support enabled.
4315         + corrected k9 in dg460-ansi, add other features based on manuals -TD
4316         + improve trimming of whitespace at the end of terminfo/termcap output
4317           from tic/infocmp.
4318         + when writing termcap source, ensure that colons in the description
4319           field are translated to a non-delimiter, i.e., "=".
4320         + add "-0" option to tic/infocmp, to make the termcap/terminfo source
4321           use a single line.
4322         + add a null-pointer check when handling the $CC variable.
4323
4324 20110730
4325         + modify configure script and makefiles in c++ and progs to allow the
4326           directory used for rpath option to be overridden, e.g., to work
4327           around updates to the variables used by tic during an install.
4328         + add -K option to tic/infocmp, to provide stricter BSD-compatibility
4329           for termcap output.
4330         + add _nc_strict_bsd variable in tic library which controls the
4331           "strict" BSD termcap compatibility from 20110723, plus these
4332           features:
4333           + allow escapes such as "\8" and "\9" when reading termcap
4334           + disallow "\a", "\e", "\l", "\s" and "\:" escapes when reading
4335             termcap files, passing through "a", "e", etc.
4336           + expand "\:" as "\072" on output.
4337         + modify _nc_get_token() to reset the token's string value in case
4338           there is a string-typed token lacking the "=" marker.
4339         + fix a few memory leaks in _nc_tgetent.
4340         + fix a few places where reading from a termcap file could refer to
4341           freed memory.
4342         + add an overflow check when converting terminfo/termcap numeric
4343           values, since terminfo stores those in a short, and they must be
4344           positive.
4345         + correct internal variables used for translating to termcap "%>"
4346           feature, and translating from termcap %B to terminfo, needed by
4347           tctest (cf: 19991211).
4348         + amend a minor fix to acsc when loading a termcap file to separate it
4349           from warnings needed for tic (cf: 20040710)
4350         + modify logic in _nc_read_entry() and _nc_read_tic_entry() to allow
4351           a termcap file to be handled via TERMINFO_DIRS.
4352         + modify _nc_infotocap() to include non-mandatory padding when
4353           translating to termcap.
4354         + modify _nc_read_termcap_entry(), passing a flag in the case where
4355           getcap is used, to reduce interactive warning messages.
4356
4357 20110723
4358         + add a check in start_color() to limit color-pairs to 256 when
4359           extended colors are not supported (patch by David Benjamin).
4360         + modify setcchar to omit no-longer-needed OR'ing of color pair in
4361           the SetAttr() macro (patch by David Benjamin).
4362         + add kich1 to sun terminfo entry (Yuri Pankov)
4363         + use bold rather than reverse for smso in sun-color terminfo entry
4364           (Yuri Pankov).
4365         + improve generation of termcap using tic/infocmp -C option, e.g.,
4366           to correspond with 4.2BSD (prompted by discussion with Yuri Pankov
4367           regarding Schilling's test program):
4368           + translate %02 and %03 to %2 and %3 respectively.
4369           + suppress string capabilities which use %s, not supported by tgoto
4370           + use \040 rather than \s
4371           + expand null characters as \200 rather than \0
4372         + modify configure script to support shared libraries for DragonFlyBSD.
4373
4374 20110716
4375         + replace an assert() in _nc_Free_Argument() with a regular null
4376           pointer check (report/analysis by Franjo Ivancic).
4377         + modify configure --enable-pc-files option to take into account the
4378           PKG_CONFIG_PATH variable (report by Frederic L W Meunier).
4379         + add/use xterm+tmux chunk from xterm #271 -TD
4380         + resync xterm-new entry from xterm #271 -TD
4381         + add E3 extended capability to linux-basic (Miroslav Lichvar)
4382         + add linux2.2, linux2.6, linux3.0 entries to give context for E3 -TD
4383         + add SI/SO change to linux2.6 entry (Debian #515609) -TD
4384         + fix inconsistent tabset path in pcmw (Todd C. Miller).
4385         + remove a backslash which continued comment, obscuring altos3
4386           definition with OpenBSD toolset (Nicholas Marriott).
4387
4388 20110702
4389         + add workaround from xterm #271 changes to ensure that compiler flags
4390           are not used in the $CC variable.
4391         + improve support for shared libraries, tested with AIX 5.3, 6.1 and
4392           7.1 with both gcc 4.2.4 and cc.
4393         + modify configure checks for AIX to include release 7.x
4394         + add loader flags/libraries to libtool options so that dynamic loading
4395           works properly, adapted from ncurses-5.7-ldflags-with-libtool.patch
4396           at gentoo prefix repository (patch by Michael Haubenwallner).
4397
4398 20110626
4399         + move include of nc_termios.h out of term_entry.h, since the latter
4400           is installed, e.g., for tack while the former is not (report by
4401           Sven Joachim).
4402
4403 20110625
4404         + improve cleanup() function in lib_tstp.c, using _exit() rather than
4405           exit() and checking for SIGTERM rather than SIGQUIT (prompted by
4406           comments forwarded by Nicholas Marriott).
4407         + reduce name pollution from term.h, moving fallback #define's for
4408           tcgetattr(), etc., to new private header nc_termios.h (report by
4409           Sergio NNX).
4410         + two minor fixes for tracing (patch by Vassili Courzakis).
4411         + improve trace initialization by starting it in use_env() and
4412           ripoffline().
4413         + review old email, add details for some changelog entries.
4414
4415 20110611
4416         + update minix entry to minix 3.2 (Thomas Cort).
4417         + fix a strict compiler warning in change to wattr_get (cf: 20110528).
4418
4419 20110604
4420         + fixes for MirBSD port:
4421           + set default prefix to /usr.
4422           + add support for shared libraries in configure script.
4423           + use S_ISREG and S_ISDIR consistently, with fallback definitions.
4424         + add a few more checks based on ncurses/link_test.
4425         + modify MKlib_gen.sh to handle sp-funcs renaming of NCURSES_OUTC type.
4426
4427 20110528
4428         + add case to CF_SHARED_OPTS for Interix (patch by Markus Duft).
4429         + used ncurses/link_test to check for behavior when the terminal has
4430           not been initialized and when an application passes null pointers
4431           to the library.  Added checks to cover this (prompted by Redhat
4432           #707344).
4433         + modify MKlib_gen.sh to make its main() function call each function
4434           with zero parameters, to help find inconsistent checking for null
4435           pointers, etc.
4436
4437 20110521
4438         + fix warnings from clang 2.7 "--analyze"
4439
4440 20110514
4441         + compiler-warning fixes in panel and progs.
4442         + modify CF_PKG_CONFIG macro, from changes to tin -TD
4443         + modify CF_CURSES_FUNCS configure macro, used in test directory
4444           configure script:
4445           + work around (non-optimizer) bug in gcc 4.2.1 which caused
4446             test-expression to be omitted from executable.
4447           + force the linker to see a link-time expression of a symbol, to
4448             help work around weak-symbol issues.
4449
4450 20110507
4451         + update discussion of MKfallback.sh script in INSTALL; normally the
4452           script is used automatically via the configured makefiles.  However
4453           there are still occasions when it might be used directly by packagers
4454           (report by Gunter Schaffler).
4455         + modify misc/ncurses-config.in to omit the "-L" option from the
4456           "--libs" output if the library directory is /usr/lib.
4457         + change order of tests for curses.h versus ncurses.h headers in the
4458           configure scripts for Ada95 and test-directories, to look for
4459           ncurses.h, from fixes to tin -TD
4460         + modify ncurses/tinfo/access.c to account for Tandem's root uid
4461           (report by Joachim Schmitz).
4462
4463 20110430
4464         + modify rules in Ada95/src/Makefile.in to ensure that the PIC option
4465           is not used when building a static library (report by Nicolas
4466           Boulenguez):
4467         + Ada95 build-fix for big-endian architectures such as sparc.  This
4468           undoes one of the fixes from 20110319, which added an "Unused" member
4469           to representation clauses, replacing that with pragmas to suppress
4470           warnings about unused bits (patch by Nicolas Boulenguez).
4471
4472 20110423
4473         + add check in test/configure for use_window, use_screen.
4474         + add configure-checks for getopt's variables, which may be declared
4475           as different types on some Unix systems.
4476         + add check in test/configure for some legacy curses types of the
4477           function pointer passed to tputs().
4478         + modify init_pair() to accept -1's for color value after
4479           assume_default_colors() has been called (Debian #337095).
4480         + modify test/background.c, adding commmand-line options to demonstrate
4481           assume_default_colors() and use_default_colors().
4482
4483 20110416
4484         + modify configure script/source-code to only define _POSIX_SOURCE if
4485           the checks for sigaction and/or termios fail, and if _POSIX_C_SOURCE
4486           and _XOPEN_SOURCE are undefined (report by Valentin Ochs).
4487         + update config.guess, config.sub
4488
4489 20110409
4490         + fixes to build c++ binding with clang 3.0 (patch by Alexander
4491           Kolesen).
4492         + add check for unctrl.h in test/configure, to work around breakage in
4493           some ncurses packages.
4494         + add "--disable-widec" option to test/configure script.
4495         + add "--with-curses-colr" and "--with-curses-5lib" options to the
4496           test/configure script to address testing with very old machines.
4497
4498 20110404 5.9 release for upload to ftp.gnu.org
4499
4500 20110402
4501         + various build-fixes for the rpm/dpkg scripts.
4502         + add "--enable-rpath-link" option to Ada95/configure, to allow
4503           packages to suppress the rpath feature which is normally used for
4504           the in-tree build of sample programs.
4505         + corrected definition of libdir variable in Ada95/src/Makefile.in,
4506           needed for rpm script.
4507         + add "--with-shared" option to Ada95/configure script, to allow
4508           making the C-language parts of the binding use appropriate compiler
4509           options if building a shared library with gnat.
4510
4511 20110329
4512         > portability fixes for Ada95 binding:
4513         + add configure check to ensure that SIGINT works with gnat.  This is
4514           needed for the "rain" sample program.  If SIGINT does not work, omit
4515           that sample program.
4516         + correct typo in check of $PKG_CONFIG variable in Ada95/configure
4517         + add ncurses_compat.c, to supply functions used in the Ada95 binding
4518           which were added in 5.7 and later.
4519         + modify sed expression in CF_NCURSES_ADDON to eliminate a dependency
4520           upon GNU sed.
4521
4522 20110326
4523         + add special check in Ada95/configure script for ncurses6 reentrant
4524           code.
4525         + regen Ada html documentation.
4526         + build-fix for Ada shared libraries versus the varargs workaround.
4527         + add rpm and dpkg scripts for Ada95 and test directories, for test
4528           builds.
4529         + update test/configure macros CF_CURSES_LIBS, CF_XOPEN_SOURCE and
4530           CF_X_ATHENA_LIBS.
4531         + add configure check to determine if gnat's project feature supports
4532           libraries, i.e., collections of .ali files.
4533         + make all dereferences in Ada95 samples explicit.
4534         + fix typo in comment in lib_add_wch.c (patch by Petr Pavlu).
4535         + add configure check for, ifdef's for math.h which is in a separate
4536           package on Solaris and potentially not installed (report by Petr
4537           Pavlu).
4538         > fixes for Ada95 binding (Nicolas Boulenguez):
4539         + improve type-checking in Ada95 by eliminating a few warning-suppress
4540           pragmas.
4541         + suppress unreferenced warnings.
4542         + make all dereferences in binding explicit.
4543
4544 20110319
4545         + regen Ada html documentation.
4546         + change order of -I options from ncurses*-config script when the
4547           --disable-overwrite option was used, so that the subdirectory include
4548           is listed first.
4549         + modify the make-tar.sh scripts to add a MANIFEST and NEWS file.
4550         + modify configure script to provide value for HTML_DIR in
4551           Ada95/gen/Makefile.in, which depends on whether the Ada95 binding is
4552           distributed separately (report by Nicolas Boulenguez).
4553         + modify configure script to add "-g" and/or "-O3" to ADAFLAGS if the
4554           CFLAGS for the build has these options.
4555         + amend change from 20070324, to not add 1 to the result of getmaxx
4556           and getmaxy in the Ada binding (report by Nicolas Boulenguez for
4557           thread in comp.lang.ada).
4558         + build-fix Ada95/samples for gnat 4.5
4559         + spelling fixes for Ada95/samples/explain.txt
4560         > fixes for Ada95 binding (Nicolas Boulenguez):
4561         + add item in Trace_Attribute_Set corresponding to TRACE_ATTRS.
4562         + add workaround for binding to set_field_type(), which uses varargs.
4563           The original binding from 990220 relied on the prevalent
4564           implementation of varargs which did not support or need va_copy().
4565         + add dependency on gen/Makefile.in needed for *-panels.ads
4566         + add Library_Options to library.gpr
4567         + add Languages to library.gpr, for gprbuild
4568
4569 20110307
4570         + revert changes to limit-checks from 20110122 (Debian #616711).
4571         > minor type-cleanup of Ada95 binding (Nicolas Boulenguez):
4572         + corrected a minor sign error in a field of Low_Level_Field_Type, to
4573           conform to form.h.
4574         + replaced C_Int by Curses_Bool as return type for some callbacks, see
4575           fieldtype(3FORM).
4576         + modify samples/sample-explain.adb to provide explicit message when
4577           explain.txt is not found.
4578
4579 20110305
4580         + improve makefiles for Ada95 tree (patch by Nicolas Boulenguez).
4581         + fix an off-by-one error in _nc_slk_initialize() from 20100605 fixes
4582           for compiler warnings (report by Nicolas Boulenguez).
4583         + modify Ada95/gen/gen.c to declare unused bits in generated layouts,
4584           needed to compile when chtype is 64-bits using gnat 4.4.5
4585
4586 20110226 5.8 release for upload to ftp.gnu.org
4587
4588 20110226
4589         + update release notes, for 5.8.
4590         + regenerated html manpages.
4591         + change open() in _nc_read_file_entry() to fopen() for consistency
4592           with write_file().
4593         + modify misc/run_tic.in to create parent directory, in case this is
4594           a new install of hashed database.
4595         + fix typo in Ada95/mk-1st.awk which causes error with original awk.
4596
4597 20110220
4598         + configure script rpath fixes from xterm #269.
4599         + workaround for cygwin's non-functional features.h, to force ncurses'
4600           configure script to define _XOPEN_SOURCE_EXTENDED when building
4601           wide-character configuration.
4602         + build-fix in run_tic.sh for OS/2 EMX install
4603         + add cons25-debian entry (patch by Brian M Carlson, Debian #607662).
4604
4605 20110212
4606         + regenerated html manpages.
4607         + use _tracef() in show_where() function of tic, to work correctly with
4608           special case of trace configuration.
4609
4610 20110205
4611         + add xterm-utf8 entry as a demo of the U8 feature -TD
4612         + add U8 feature to denote entries for terminal emulators which do not
4613           support VT100 SI/SO when processing UTF-8 encoding -TD
4614         + improve the NCURSES_NO_UTF8_ACS feature by adding a check for an
4615           extended terminfo capability U8 (prompted by mailing list
4616           discussion).
4617
4618 20110122
4619         + start documenting interface changes for upcoming 5.8 release.
4620         + correct limit-checks in derwin().
4621         + correct limit-checks in newwin(), to ensure that windows have nonzero
4622           size (report by Garrett Cooper).
4623         + fix a missing "weak" declaration for pthread_kill (patch by Nicholas
4624           Alcock).
4625         + improve documentation of KEY_ENTER in curs_getch.3x manpage (prompted
4626           by discussion with Kevin Martin).
4627
4628 20110115
4629         + modify Ada95/configure script to make the --with-curses-dir option
4630           work without requiring the --with-ncurses option.
4631         + modify test programs to allow them to be built with NetBSD curses.
4632         + document thick- and double-line symbols in curs_add_wch.3x manpage.
4633         + document WACS_xxx constants in curs_add_wch.3x manpage.
4634         + fix some warnings for clang 2.6 "--analyze"
4635         + modify Ada95 makefiles to make html-documentation with the project
4636           file configuration if that is used.
4637         + update config.guess, config.sub
4638
4639 20110108
4640         + regenerated html manpages.
4641         + minor fixes to enable lint when trace is not enabled, e.g., with
4642           clang --analyze.
4643         + fix typo in man/default_colors.3x (patch by Tim van der Molen).
4644         + update ncurses/llib-lncurses*
4645
4646 20110101
4647         + fix remaining strict compiler warnings in ncurses library ABI=5,
4648           except those dealing with function pointers, etc.
4649
4650 20101225
4651         + modify nc_tparm.h, adding guards against repeated inclusion, and
4652           allowing TPARM_ARG to be overridden.
4653         + fix some strict compiler warnings in ncurses library.
4654
4655 20101211
4656         + suppress ncv in screen entry, allowing underline (patch by Alejandro
4657           R Sedeno).
4658         + also suppress ncv in konsole-base -TD
4659         + fixes in wins_nwstr() and related functions to ensure that special
4660           characters, i.e., control characters are handled properly with the
4661           wide-character configuration.
4662         + correct a comparison in wins_nwstr() (Redhat #661506).
4663         + correct help-messages in some of the test-programs, which still
4664           referred to quitting with 'q'.
4665
4666 20101204
4667         + add special case to _nc_infotocap() to recognize the setaf/setab
4668           strings from xterm+256color and xterm+88color, and provide a reduced
4669           version which works with termcap.
4670         + remove obsolete emacs "Local Variables" section from documentation
4671           (request by Sven Joachim).
4672         + update doc/html/index.html to include NCURSES-Programming-HOWTO.html
4673           (report by Sven Joachim).
4674
4675 20101128
4676         + modify test/configure and test/Makefile.in to handle this special
4677           case of building within a build-tree (Debian #34182):
4678                 mkdir -p build && cd build && ../test/configure && make
4679
4680 20101127
4681         + miscellaneous build-fixes for Ada95 and test-directories when built
4682           out-of-tree.
4683         + use VPATH in makefiles to simplify out-of-tree builds (Debian #34182).
4684         + fix typo in rmso for tek4106 entry -Goran Weinholt
4685
4686 20101120
4687         + improve checks in test/configure for X libraries, from xterm #267
4688           changes.
4689         + modify test/configure to allow it to use the build-tree's libraries
4690           e.g., when using that to configure the test-programs without the
4691           rpath feature (request by Sven Joachim).
4692         + repurpose "gnome" terminfo entries as "vte", retaining "gnome" items
4693           for compatibility, but generally deprecating those since the VTE
4694           library is what actually defines the behavior of "gnome", etc.,
4695           since 2003 -TD
4696
4697 20101113
4698         + compiler warning fixes for test programs.
4699         + various build-fixes for test-programs with pdcurses.
4700         + updated configure checks for X packages in test/configure from xterm
4701           #267 changes.
4702         + add configure check to gnatmake, to accommodate cygwin.
4703
4704 20101106
4705         + correct list of sub-directories needed in Ada95 tree for building as
4706           a separate package.
4707         + modify scripts in test-directory to improve builds as a separate
4708           package.
4709
4710 20101023
4711         + correct parsing of relative tab-stops in tabs program (report by
4712           Philip Ganchev).
4713         + adjust configure script so that "t" is not added to library suffix
4714           when weak-symbols are used, allowing the pthread configuration to
4715           more closely match the non-thread naming (report by Werner Fink).
4716         + modify configure check for tic program, used for fallbacks, to a
4717           warning if not found.  This makes it simpler to use additional
4718           scripts to bootstrap the fallbacks code using tic from the build
4719           tree (report by Werner Fink).
4720         + fix several places in configure script using ${variable-value} form.
4721         + modify configure macro CF_LDFLAGS_STATIC to accommodate some loaders
4722           which do not support selectively linking against static libraries
4723           (report by John P. Hartmann)
4724         + fix an unescaped dash in man/tset.1 (report by Sven Joachim).
4725
4726 20101009
4727         + correct comparison used for setting 16-colors in linux-16color
4728           entry (Novell #644831) -TD
4729         + improve linux-16color entry, using "dim" for color-8 which makes it
4730           gray rather than black like color-0 -TD
4731         + drop misc/ncu-indent and misc/jpf-indent; they are provided by an
4732           external package "cindent".
4733
4734 20101002
4735         + improve linkages in html manpages, adding references to the newer
4736           pages, e.g., *_variables, curs_sp_funcs, curs_threads.
4737         + add checks in tic for inconsistent cursor-movement controls, and for
4738           inconsistent printer-controls.
4739         + fill in no-parameter forms of cursor-movement where a parameterized
4740           form is available -TD
4741         + fill in missing cursor controls where the form of the controls is
4742           ANSI -TD
4743         + fix inconsistent punctuation in form_variables manpage (patch by
4744           Sven Joachim).
4745         + add parameterized cursor-controls to linux-basic (report by Dae) -TD
4746         > patch by Juergen Pfeifer:
4747         + document how to build 32-bit libraries in README.MinGW
4748         + fixes to filename computation in mk-dlls.sh.in
4749         + use POSIX locale in mk-dlls.sh.in rather than en_US (report by Sven
4750           Joachim).
4751         + add a check in mk-dlls.sh.in to obtain the size of a pointer to
4752           distinguish between 32-bit and 64-bit hosts.  The result is stored
4753           in mingw_arch
4754
4755 20100925
4756         + add "XT" capability to entries for terminals that support both
4757           xterm-style mouse- and title-controls, for "screen" which
4758           special-cases TERM beginning with "xterm" or "rxvt" -TD
4759         > patch by Juergen Pfeifer:
4760         + use 64-Bit MinGW toolchain (recommended package from TDM, see
4761           README.MinGW).
4762         + support pthreads when using the TDM MinGW toolchain
4763
4764 20100918
4765         + regenerated html manpages.
4766         + minor fixes for symlinks to curs_legacy.3x and curs_slk.3x manpages.
4767         + add manpage for sp-funcs.
4768         + add sp-funcs to test/listused.sh, for documentation aids.
4769
4770 20100911
4771         + add manpages for summarizing public variables of curses-, terminfo-
4772           and form-libraries.
4773         + minor fixes to manpages for consistency (patch by Jason McIntyre).
4774         + modify tic's -I/-C dump to reformat acsc strings into canonical form
4775           (sorted, unique mapping) (cf: 971004).
4776         + add configure check for pthread_kill(), needed for some old
4777           platforms.
4778
4779 20100904
4780         + add configure option --without-tests, to suppress building test
4781           programs (request by Frederic L W Meunier).
4782
4783 20100828
4784         + modify nsterm, xnuppc and tek4115 to make sgr/sgr0 consistent -TD
4785         + add check in terminfo source-reader to provide more informative
4786           message when someone attempts to run tic on a compiled terminal
4787           description (prompted by Debian #593920).
4788         + note in infotocap and captoinfo manpages that they read terminal
4789           descriptions from text-files (Debian #593920).
4790         + improve acsc string for vt52, show arrow keys (patch by Benjamin
4791           Sittler).
4792
4793 20100814
4794         + document in manpages that "mv" functions first use wmove() to check
4795           the window pointer and whether the position lies within the window
4796           (suggested by Poul-Henning Kamp).
4797         + fixes to curs_color.3x, curs_kernel.3x and wresize.3x manpages (patch
4798           by Tim van der Molen).
4799         + modify configure script to transform library names for tic- and
4800           tinfo-libraries so that those build properly with Mac OS X shared
4801           library configuration.
4802         + modify configure script to ensure that it removes conftest.dSYM
4803           directory leftover on checks with Mac OS X.
4804         + modify configure script to cleanup after check for symbolic links.
4805
4806 20100807
4807         + correct a typo in mk-1st.awk (patch by Gabriele Balducci)
4808           (cf: 20100724)
4809         + improve configure checks for location of tic and infocmp programs
4810           used for installing database and for generating fallback data,
4811           e.g., for cross-compiling.
4812         + add Markus Kuhn's wcwidth function for compiling MinGW
4813         + add special case to CF_REGEX for cross-compiling to MinGW target.
4814
4815 20100731
4816         + modify initialization check for win32con driver to eliminate need for
4817           special case for TERM "unknown", using terminal database if available
4818           (prompted by discussion with Roumen Petrov).
4819         + for MinGW port, ensure that terminal driver is setup if tgetent()
4820           is called (patch by Roumen Petrov).
4821         + document tabs "-0" and "-8" options in manpage.
4822         + fix Debian "lintian" issues with manpages reported in
4823           http://lintian.debian.org/full/csmall@debian.org.html#ncurses
4824
4825 20100724
4826         + add a check in tic for missing set_tab if clear_all_tabs given.
4827         + improve use of symbolic links in makefiles by using "-f" option if
4828           it is supported, to eliminate temporary removal of the target
4829           (prompted by http://www.t2-project.org/packages/ncurses.html)
4830         + minor improvement to test/ncurses.c, reset color pairs in 'd' test
4831           after exit from 'm' main-menu command.
4832         + improved ncu-indent, from mawk changes, allows more than one of
4833           GCC_NORETURN, GCC_PRINTFLIKE and GCC_SCANFLIKE on a single line.
4834
4835 20100717
4836         + add hard-reset for rs2 to wsvt25 to help ensure that reset ends
4837           the alternate character set (patch by Nicholas Marriott)
4838         + remove tar-copy.sh and related configure/Makefile chunks, since the
4839           Ada95 binding is now installed using rules in Ada95/src.
4840
4841 20100703
4842         + continue integrating changes to use gnatmake project files in Ada95
4843           + add/use configure check to turn on project rules for Ada95/src.
4844         + revert the vfork change from 20100130, since it does not work.
4845
4846 20100626
4847         + continue integrating changes to use gnatmake project files in Ada95
4848           + old gnatmake (3.15) does not produce libraries using project-file;
4849             work around by adding script to generate alternate makefile.
4850
4851 20100619
4852         + continue integrating changes to use gnatmake project files in Ada95
4853           + add configure --with-ada-sharedlib option, for the test_make rule.
4854           + move Ada95-related logic into aclocal.m4, since additional checks
4855             will be needed to distinguish old/new implementations of gnat.
4856
4857 20100612
4858         + start integrating changes to use gnatmake project files in Ada95 tree
4859           + add test_make / test_clean / test_install rules in Ada95/src
4860           + change install-path for adainclude directory to /usr/share/ada (was
4861             /usr/lib/ada).
4862         + update Ada95/configure.
4863         + add mlterm+256color entry, for mlterm 3.0.0 -TD
4864         + modify test/configure to use macros to ensure consistent order
4865           of updating LIBS variable.
4866
4867 20100605
4868         + change search order of options for Solaris in CF_SHARED_OPTS, to
4869           work with 64-bit compiles.
4870         + correct quoting of assignment in CF_SHARED_OPTS case for aix
4871           (cf: 20081227)
4872
4873 20100529
4874         + regenerated html documentation.
4875         + modify test/configure to support pkg-config for checking X libraries
4876           used by PDCurses.
4877         + add/use configure macro CF_ADD_LIB to force consistency of
4878           assignments to $LIBS, etc.
4879         + fix configure script for combining --with-pthread
4880           and --enable-weak-symbols options.
4881
4882 20100522
4883         + correct cross-compiling configure check for CF_MKSTEMP macro, by
4884           adding a check cache variable set by AC_CHECK_FUNC (report by
4885           Pierre Labastie).
4886         + simplify include-dependencies of make_hash and make_keys, to reduce
4887           the need for setting BUILD_CPPFLAGS in cross-compiling when the
4888           build- and target-machines differ.
4889         + repair broken-linker configuration by restoring a definition of SP
4890           variable to curses.priv.h, and adjusting for cases where sp-funcs
4891           are used.
4892         + improve configure macro CF_AR_FLAGS, allowing ARFLAGS environment
4893           variable to override (prompted by report by Pablo Cazallas).
4894
4895 20100515
4896         + add configure option --enable-pthreads-eintr to control whether the
4897           new EINTR feature is enabled.
4898         + modify logic in pthread configuration to allow EINTR to interrupt
4899           a read operation in wgetch() (Novell #540571, patch by Werner Fink).
4900         + drop mkdirs.sh, use "mkdir -p".
4901         + add configure option --disable-libtool-version, to use the
4902           "-version-number" feature which was added in libtool 1.5 (report by
4903           Peter Haering).  The default value for the option uses the newer
4904           feature, which makes libraries generated using libtool compatible
4905           with the standard builds of ncurses.
4906         + updated test/configure to match configure script macros.
4907         + fixes for configure script from lynx changes:
4908           + improve CF_FIND_LINKAGE logic for the case where a function is
4909             found in predefined libraries.
4910           + revert part of change to CF_HEADER (cf: 20100424)
4911
4912 20100501
4913         + correct limit-check in wredrawln, accounting for begy/begx values
4914           (patch by David Benjamin).
4915         + fix most compiler warnings from clang.
4916         + amend build-fix for OpenSolaris, to ensure that a system header is
4917           included in curses.h before testing feature symbols, since they
4918           may be defined by that route.
4919
4920 20100424
4921         + fix some strict compiler warnings in ncurses library.
4922         + modify configure macro CF_HEADER_PATH to not look for variations in
4923           the predefined include directories.
4924         + improve configure macros CF_GCC_VERSION and CF_GCC_WARNINGS to work
4925           with gcc 4.x's c89 alias, which gives warning messages for cases
4926           where older versions would produce an error.
4927
4928 20100417
4929         + modify _nc_capcmp() to work with cancelled strings.
4930         + correct translation of "^" in _nc_infotocap(), used to transform
4931           terminfo to termcap strings
4932         + add configure --disable-rpath-hack, to allow disabling the feature
4933           which adds rpath options for libraries in unusual places.
4934         + improve CF_RPATH_HACK_2 by checking if the rpath option for a given
4935           directory was already added.
4936         + improve CF_RPATH_HACK_2 by using ldd to provide a standard list of
4937           directories (which will be ignored).
4938
4939 20100410
4940         + improve win_driver.c handling of mouse:
4941           + discard motion events
4942           + avoid calling _nc_timed_wait when there is a mouse event
4943           + handle 4th and "rightmost" buttons.
4944         + quote substitutions in CF_RPATH_HACK_2 configure macro, needed for
4945           cases where there are embedded blanks in the rpath option.
4946
4947 20100403
4948         + add configure check for exctags vs ctags, to work around pkgsrc.
4949         + simplify logic in _nc_get_screensize() to make it easier to see how
4950           environment variables may override system- and terminfo-values
4951           (prompted by discussion with Igor Bujna).
4952         + make debug-traces for COLOR_PAIR and PAIR_NUMBER less verbose.
4953         + improve handling of color-pairs embedded in attributes for the
4954           extended-colors configuration.
4955         + modify MKlib_gen.sh to build link_test with sp-funcs.
4956         + build-fixes for OpenSolaris aka Solaris 11, for wide-character
4957           configuration as well as for rpath feature in *-config scripts.
4958
4959 20100327
4960         + refactor CF_SHARED_OPTS configure macro, making CF_RPATH_HACK more
4961           reusable.
4962         + improve configure CF_REGEX, similar fixes.
4963         + improve configure CF_FIND_LINKAGE, adding add check between system
4964           (default) and explicit paths, where we can find the entrypoint in the
4965           given library.
4966         + add check if Gpm_Open() returns a -2, e.g., for "xterm".  This is
4967           normally suppressed but can be overridden using $NCURSES_GPM_TERMS.
4968           Ensure that Gpm_Close() is called in this case.
4969
4970 20100320
4971         + rename atari and st52 terminfo entries to atari-old, st52-old, use
4972           newer entries from FreeMiNT by Guido Flohr (from patch/report by Alan
4973           Hourihane).
4974
4975 20100313
4976         + modify install-rule for manpages so that *-config manpages will
4977           install when building with --srcdir (report by Sven Joachim).
4978         + modify CF_DISABLE_LEAKS configure macro so that the --enable-leaks
4979           option is not the same as --disable-leaks (GenToo #305889).
4980         + modify #define's for build-compiler to suppress cchar_t symbol from
4981           compile of make_hash and make_keys, improving cross-compilation of
4982           ncursesw (report by Bernhard Rosenkraenzer).
4983         + modify CF_MAN_PAGES configure macro to replace all occurrences of
4984           TPUT in tput.1's manpage (Debian #573597, report/analysis by Anders
4985           Kaseorg).
4986
4987 20100306
4988         + generate manpages for the *-config scripts, adapted from help2man
4989           (suggested by Sven Joachim).
4990         + use va_copy() in _nc_printf_string() to avoid conflicting use of
4991           va_list value in _nc_printf_length() (report by Wim Lewis).
4992
4993 20100227
4994         + add Ada95/configure script, to use in tar-file created by
4995           Ada95/make-tar.sh
4996         + fix typo in wresize.3x (patch by Tim van der Molen).
4997         + modify screen-bce.XXX entries to exclude ech, since screen's color
4998           model does not clear with color for that feature -TD
4999
5000 20100220
5001         + add make-tar.sh scripts to Ada95 and test subdirectories to help with
5002           making those separately distributable.
5003         + build-fix for static libraries without dlsym (Debian #556378).
5004         + fix a syntax error in man/form_field_opts.3x (patch by Ingo
5005           Schwarze).
5006
5007 20100213
5008         + add several screen-bce.XXX entries -TD
5009
5010 20100206
5011         + update mrxvt terminfo entry -TD
5012         + modify win_driver.c to support mouse single-clicks.
5013         + correct name for termlib in ncurses*-config, e.g., if it is renamed
5014           to provide a single file for ncurses/ncursesw libraries (patch by
5015           Miroslav Lichvar).
5016
5017 20100130
5018         + use vfork in test/ditto.c if available (request by Mike Frysinger).
5019         + miscellaneous cleanup of manpages.
5020         + fix typo in curs_bkgd.3x (patch by Tim van der Molen).
5021         + build-fix for --srcdir (patch by Miroslav Lichvar).
5022
5023 20100123
5024         + for term-driver configuration, ensure that the driver pointer is
5025           initialized in setupterm so that terminfo/termcap programs work.
5026         + amend fix for Debian #542031 to ensure that wattrset() returns only
5027           OK or ERR, rather than the attribute value (report by Miroslav
5028           Lichvar).
5029         + reorder WINDOWLIST to put WINDOW data after SCREEN pointer, making
5030           _nc_screen_of() compatible between normal/wide libraries again (patch
5031           by Miroslav Lichvar)
5032         + review/fix include-dependencies in modules files (report by Miroslav
5033           Lichvar).
5034
5035 20100116
5036         + modify win_driver.c to initialize acs_map for win32 console, so
5037           that line-drawing works.
5038         + modify win_driver.c to initialize TERMINAL struct so that programs
5039           such as test/lrtest.c and test/ncurses.c which test string
5040           capabilities can run.
5041         + modify term-driver modules to eliminate forward-reference
5042           declarations.
5043
5044 20100109
5045         + modify configure macro CF_XOPEN_SOURCE, etc., to use CF_ADD_CFLAGS
5046           consistently to add new -D's while removing duplicates.
5047         + modify a few configure macros to consistently put new options
5048           before older in the list.
5049         + add tiparm(), based on review of X/Open Curses Issue 7.
5050         + minor documentation cleanup.
5051         + update config.guess, config.sub from
5052                 http://savannah.gnu.org/projects/config
5053           (caveat - its maintainer put 2010 copyright date on files dated 2009)
5054
5055 20100102
5056         + minor improvement to tic's checking of similar SGR's to allow for the
5057           most common case of SGR 0.
5058         + modify getmouse() to act as its documentation implied, returning on
5059           each call the preceding event until none are left.  When no more
5060           events remain, it will return ERR.
5061
5062 20091227
5063         + change order of lookup in progs/tput.c, looking for terminfo data
5064           first.  This fixes a confusion between termcap "sg" and terminfo
5065           "sgr" or "sgr0", originally from 990123 changes, but exposed by
5066           20091114 fixes for hashing.  With this change, only "dl" and "ed" are
5067           ambiguous (Mandriva #56272).
5068
5069 20091226
5070         + add bterm terminfo entry, based on bogl 0.1.18 -TD
5071         + minor fix to rxvt+pcfkeys terminfo entry -TD
5072         + build-fixes for Ada95 tree for gnat 4.4 "style".
5073
5074 20091219
5075         + remove old check in mvderwin() which prevented moving a derived
5076           window whose origin happened to coincide with its parent's origin
5077           (report by Katarina Machalkova).
5078         + improve test/ncurses.c to put mouse droppings in the proper window.
5079         + update minix terminfo entry -TD
5080         + add bw (auto-left-margin) to nsterm* entries (Benjamin Sittler)
5081
5082 20091212
5083         + correct transfer of multicolumn characters in multirow
5084           field_buffer(), which stopped at the end of the first row due to
5085           filling of unused entries in a cchar_t array with nulls.
5086         + updated nsterm* entries (Benjamin Sittler, Emanuele Giaquinta)
5087         + modify _nc_viscbuf2() and _tracecchar_t2() to show wide-character
5088           nulls.
5089         + use strdup() in set_menu_mark(), restore .marklen struct member on
5090           failure.
5091         + eliminate clause 3 from the UCB copyrights in read_termcap.c and
5092           tset.c per
5093                 ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
5094           (patch by Nicholas Marriott).
5095         + replace a malloc in tic.c with strdup, checking for failure (patch by
5096           Nicholas Marriott).
5097         + update config.guess, config.sub from
5098                 http://savannah.gnu.org/projects/config
5099
5100 20091205
5101         + correct layout of working window used to extract data in
5102           wide-character configured by set_field_buffer (patch by Rafael
5103           Garrido Fernandez)
5104         + improve some limit-checks related to filename length in reading and
5105           writing terminfo entries.
5106         + ensure that filename is always filled in when attempting to read
5107           a terminfo entry, so that infocmp can report the filename (patch
5108           by Nicholas Marriott).
5109
5110 20091128
5111         + modify mk-1st.awk to allow tinfo library to be built when term-driver
5112           is enabled.
5113         + add error-check to configure script to ensure that sp-funcs is
5114           enabled if term-driver is, since some internal interfaces rely upon
5115           this.
5116
5117 20091121
5118         + fix case where progs/tput is used while sp-funcs is configure; this
5119           requires save/restore of out-character function from _nc_prescreen
5120           rather than the SCREEN structure (report by Charles Wilson).
5121         + fix typo in man/curs_trace.3x which caused incorrect symbolic links
5122         + improved configure macros CF_GCC_ATTRIBUTES, CF_PROG_LINT.
5123
5124 20091114
5125         + updated man/curs_trace.3x
5126         + limit hashing for termcap-names to 2-characters (Ubuntu #481740).
5127         + change a variable name in lib_newwin.c to make it clearer which
5128           value is being freed on error (patch by Nicholas Marriott).
5129
5130 20091107
5131         + improve test/ncurses.c color-cycling test by reusing attribute-
5132           and color-cycling logic from the video-attributes screen.
5133         + add ifdef'd with NCURSES_INTEROP_FUNCS experimental bindings in form
5134           library which help make it compatible with interop applications
5135           (patch by Juergen Pfeifer).
5136         + add configure option --enable-interop, for integrating changes
5137           for generic/interop support to form-library by Juergen Pfeifer
5138
5139 20091031
5140         + modify use of $CC environment variable which is defined by X/Open
5141           as a curses feature, to ignore it if it is not a single character
5142           (prompted by discussion with Benjamin C W Sittler).
5143         + add START_TRACE in slk_init
5144         + fix a regression in _nc_ripoffline which made test/ncurses.c not show
5145           soft-keys, broken in 20090927 merging.
5146         + change initialization of "hidden" flag for soft-keys from true to
5147           false, broken in 20090704 merging (Ubuntu #464274).
5148         + update nsterm entries (patch by Benjamin C W Sittler, prompted by
5149           discussion with Fabian Groffen in GenToo #206201).
5150         + add test/xterm-256color.dat
5151
5152 20091024
5153         + quiet some pedantic gcc warnings.
5154         + modify _nc_wgetch() to check for a -1 in the fifo, e.g., after a
5155           SIGWINCH, and discard that value, to avoid confusing application
5156           (patch by Eygene Ryabinkin, FreeBSD #136223).
5157
5158 20091017
5159         + modify handling of $PKG_CONFIG_LIBDIR to use only the first item in
5160           a possibly colon-separated list (Debian #550716).
5161
5162 20091010
5163         + supply a null-terminator to buffer in _nc_viswibuf().
5164         + fix a sign-extension bug in unget_wch() (report by Mike Gran).
5165         + minor fixes to error-returns in default function for tputs, as well
5166           as in lib_screen.c
5167
5168 20091003
5169         + add WACS_xxx definitions to wide-character configuration for thick-
5170           and double-lines (discussion with Slava Zanko).
5171         + remove unnecessary kcan assignment to ^C from putty (Sven Joachim)
5172         + add ccc and initc capabilities to xterm-16color -TD
5173         > patch by Benjamin C W Sittler:
5174         + add linux-16color
5175         + correct initc capability of linux-c-nc end-of-range
5176         + similar change for dg+ccc and dgunix+ccc
5177
5178 20090927
5179         + move leak-checking for comp_captab.c into _nc_leaks_tinfo() since
5180           that module since 20090711 is in libtinfo.
5181         + add configure option --enable-term-driver, to allow compiling with
5182           terminal-driver.  That is used in MinGW port, and (being somewhat
5183           more complicated) is an experimental alternative to the conventional
5184           termlib internals.  Currently, it requires the sp-funcs feature to
5185           be enabled.
5186         + completed integrating "sp-funcs" by Juergen Pfeifer in ncurses
5187           library (some work remains for forms library).
5188
5189 20090919
5190         + document return code from define_key (report by Mike Gran).
5191         + make some symbolic links in the terminfo directory-tree shorter
5192           (patch by Daniel Jacobowitz, forwarded by Sven Joachim).).
5193         + fix some groff warnings in terminfo.5, etc., from recent Debian
5194           changes.
5195         + change ncv and op capabilities in sun-color terminfo entry to match
5196           Sun's entry for this (report by Laszlo Peter).
5197         + improve interix smso terminfo capability by using reverse rather than
5198           bold (report by Kristof Zelechovski).
5199
5200 20090912
5201         + add some test programs (and make these use the same special keys
5202           by sharing linedata.h functions):
5203           test/test_addstr.c
5204           test/test_addwstr.c
5205           test/test_addchstr.c
5206           test/test_add_wchstr.c
5207         + correct internal _nc_insert_ch() to use _nc_insert_wch() when
5208           inserting wide characters, since the wins_wch() function that it used
5209           did not update the cursor position (report by Ciprian Craciun).
5210
5211 20090906
5212         + fix typo s/is_timeout/is_notimeout/ which made "man is_notimeout" not
5213           work.
5214         + add null-pointer checks to other opaque-functions.
5215         + add is_pad() and is_subwin() functions for opaque access to WINDOW
5216           (discussion with Mark Dickinson).
5217         + correct merge to lib_newterm.c, which broke when sp-funcs was
5218           enabled.
5219
5220 20090905
5221         + build-fix for building outside source-tree (report by Sven Joachim).
5222         + fix Debian lintian warning for man/tabs.1 by making section number
5223           agree with file-suffix (report by Sven Joachim).
5224         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
5225
5226 20090829
5227         + workaround for bug in g++ 4.1-4.4 warnings for wattrset() macro on
5228           amd64 (Debian #542031).
5229         + fix typo in curs_mouse.3x (Debian #429198).
5230
5231 20090822
5232         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
5233
5234 20090815
5235         + correct use of terminfo capabilities for initializing soft-keys,
5236           broken in 20090510 merging.
5237         + modify wgetch() to ensure it checks SIGWINCH when it gets an error
5238           in non-blocking mode (patch by Clemens Ladisch).
5239         + use PATH_SEPARATOR symbol when substituting into run_tic.sh, to
5240           help with builds on non-Unix platforms such as OS/2 EMX.
5241         + modify scripting for misc/run_tic.sh to test configure script's
5242           $cross_compiling variable directly rather than comparing host/build
5243           compiler names (prompted by comment in GenToo #249363).
5244         + fix configure script option --with-database, which was coded as an
5245           enable-type switch.
5246         + build-fixes for --srcdir (report by Frederic L W Meunier).
5247
5248 20090808
5249         + separate _nc_find_entry() and _nc_find_type_entry() from
5250           implementation details of hash function.
5251
5252 20090803
5253         + add tabs.1 to man/man_db.renames
5254         + modify lib_addch.c to compensate for removal of wide-character test
5255           from unctrl() in 20090704 (Debian #539735).
5256
5257 20090801
5258         + improve discussion in INSTALL for use of system's tic/infocmp for
5259           cross-compiling and building fallbacks.
5260         + modify test/demo_termcap.c to correspond better to options in
5261           test/demo_terminfo.c
5262         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
5263         + fix logic for 'V' in test/ncurses.c tests f/F.
5264
5265 20090728
5266         + correct logic in tigetnum(), which caused tput program to treat all
5267           string capabilities as numeric (report by Rajeev V Pillai,
5268           cf: 20090711).
5269
5270 20090725
5271         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
5272
5273 20090718
5274         + fix a null-pointer check in _nc_format_slks() in lib_slk.c, from
5275           20090704 changes.
5276         + modify _nc_find_type_entry() to use hashing.
5277         + make CCHARW_MAX value configurable, noting that changing this would
5278           change the size of cchar_t, and would be ABI-incompatible.
5279         + modify test-programs, e.g,.  test/view.c, to address subtle
5280           differences between Tru64/Solaris and HPUX/AIX getcchar() return
5281           values.
5282         + modify length returned by getcchar() to count the trailing null
5283           which is documented in X/Open (cf: 20020427).
5284         + fixes for test programs to build/work on HPUX and AIX, etc.
5285
5286 20090711
5287         + improve performance of tigetstr, etc., by using hashing code from tic.
5288         + minor fixes for memory-leak checking.
5289         + add test/demo_terminfo, for comparison with demo_termcap
5290
5291 20090704
5292         + remove wide-character checks from unctrl() (patch by Clemens Ladisch).
5293         + revise wadd_wch() and wecho_wchar() to eliminate dependency on
5294           unctrl().
5295         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
5296
5297 20090627
5298         + update llib-lncurses[wt] to use sp-funcs.
5299         + various code-fixes to build/work with --disable-macros configure
5300           option.
5301         + add several new files from Juergen Pfeifer which will be used when
5302           integration of "sp-funcs" is complete.  This includes a port to
5303           MinGW.
5304
5305 20090613
5306         + move definition for NCURSES_WRAPPED_VAR back to ncurses_dll.h, to
5307           make includes of term.h without curses.h work (report by "Nix").
5308         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
5309
5310 20090607
5311         + fix a regression in lib_tputs.c, from ongoing merges.
5312
5313 20090606
5314         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
5315
5316 20090530
5317         + fix an infinite recursion when adding a legacy-coding 8-bit value
5318           using insch() (report by Clemens Ladisch).
5319         + free home-terminfo string in del_curterm() (patch by Dan Weber).
5320         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
5321
5322 20090523
5323         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
5324
5325 20090516
5326         + work around antique BSD game's manipulation of stdscr, etc., versus
5327           SCREEN's copy of the pointer (Debian #528411).
5328         + add a cast to wattrset macro to avoid compiler warning when comparing
5329           its result against ERR (adapted from patch by Matt Kraii, Debian
5330           #528374).
5331
5332 20090510
5333         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
5334
5335 20090502
5336         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
5337         + add vwmterm terminfo entry (patch by Bryan Christ).
5338
5339 20090425
5340         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
5341
5342 20090419
5343         + build fix for _nc_free_and_exit() change in 20090418 (report by
5344           Christian Ebert).
5345
5346 20090418
5347         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
5348
5349 20090411
5350         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
5351           This change finishes merging for menu and panel libraries, does
5352           part of the form library.
5353
5354 20090404
5355         + suppress configure check for static/dynamic linker flags for gcc on
5356           Darwin (report by Nelson Beebe).
5357
5358 20090328
5359         + extend ansi.sys pfkey capability from kf1-kf10 to kf1-kf48, moving
5360           function key definitions from emx-base for consistency -TD
5361         + correct missing final 'p' in pfkey capability of ansi.sys-old (report
5362           by Kalle Olavi Niemitalo).
5363         + improve test/ncurses.c 'F' test, show combining characters in color.
5364         + quiet a false report by cppcheck in c++/cursesw.cc by eliminating
5365           a temporary variable.
5366         + use _nc_doalloc() rather than realloc() in a few places in ncurses
5367           library to avoid leak in out-of-memory condition (reports by William
5368           Egert and Martin Ettl based on cppcheck tool).
5369         + add --with-ncurses-wrap-prefix option to test/configure (discussion
5370           with Charles Wilson).
5371         + use ncurses*-config scripts if available for test/configure.
5372         + update test/aclocal.m4 and test/configure
5373         > patches by Charles Wilson:
5374         + modify CF_WITH_LIBTOOL configure check to allow unreleased libtool
5375           version numbers (e.g.  which include alphabetic chars, as well as
5376           digits, after the final '.').
5377         + improve use of -no-undefined option for libtool by setting an
5378           intermediate variable LT_UNDEF in the configure script, and then
5379           using that in the libtool link-commands.
5380         + fix an missing use of NCURSES_PUBLIC_VAR() in tinfo/MKcodes.awk
5381           from 20090321 changes.
5382         + improve mk-1st.awk script by writing separate cases for the
5383           LIBTOOL_LINK command, depending on which library (ncurses, ticlib,
5384           termlib) is to be linked.
5385         + modify configure.in to allow broken-linker configurations, not just
5386           enable-reentrant, to set public wrap prefix.
5387
5388 20090321
5389         + add TICS_LIST and SHLIB_LIST to allow libtool 2.2.6 on Cygwin to
5390           build with tic and term libraries (patch by Charles Wilson).
5391         + add -no-undefined option to libtool for Cygwin, MinGW, U/Win and AIX
5392           (report by Charles Wilson).
5393         + fix definition for c++/Makefile.in's SHLIB_LIST, which did not list
5394           the form, menu or panel libraries (patch by Charles Wilson).
5395         + add configure option --with-wrap-prefix to allow setting the prefix
5396           for functions used to wrap global variables to something other than
5397           "_nc_" (discussion with Charles Wilson).
5398
5399 20090314
5400         + modify scripts to generate ncurses*-config and pc-files to add
5401           dependency for tinfo library (patch by Charles Wilson).
5402         + improve comparison of program-names when checking for linked flavors
5403           such as "reset" by ignoring the executable suffix (reports by Charles
5404           Wilson, Samuel Thibault and Cedric Bretaudeau on Cygwin mailing
5405           list).
5406         + suppress configure check for static/dynamic linker flags for gcc on
5407           Solaris 10, since gcc is confused by absence of static libc, and
5408           does not switch back to dynamic mode before finishing the libraries
5409           (reports by Joel Bertrand, Alan Pae).
5410         + minor fixes to Intel compiler warning checks in configure script.
5411         + modify _nc_leaks_tinfo() so leak-checking in test/railroad.c works.
5412         + modify set_curterm() to make broken-linker configuration work with
5413           changes from 20090228 (report by Charles Wilson).
5414
5415 20090228
5416         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
5417         + modify declaration of cur_term when broken-linker is used, but
5418           enable-reentrant is not, to match pre-5.7 (report by Charles Wilson).
5419
5420 20090221
5421         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
5422
5423 20090214
5424         + add configure script --enable-sp-funcs to enable the new set of
5425           extended functions.
5426         + start integrating patches by Juergen Pfeifer:
5427           + add extended functions which specify the SCREEN pointer for several
5428             curses functions which use the global SP (these are incomplete;
5429             some internals work is needed to complete these).
5430           + add special cases to configure script for MinGW port.
5431
5432 20090207
5433         + update several configure macros from lynx changes
5434           + append (not prepend) to CFLAGS/CPPFLAGS
5435           + change variable from PATHSEP to PATH_SEPARATOR
5436         + improve install-rules for pc-files (patch by Miroslav Lichvar).
5437           + make it work with $DESTDIR
5438           + create the pkg-config library directory if needed.
5439
5440 20090124
5441         + modify init_pair() to allow caller to create extra color pairs beyond
5442           the color_pairs limit, which use default colors (request by Emanuele
5443           Giaquinta).
5444         + add misc/terminfo.tmp and misc/*.pc to "sources" rule.
5445         + fix typo "==" where "=" is needed in ncurses-config.in and
5446           gen-pkgconfig.in files (Debian #512161).
5447
5448 20090117
5449         + add -shared option to MK_SHARED_LIB when -Bsharable is used, for
5450           *BSD's, without which "main" might be one of the shared library's
5451           dependencies (report/analysis by Ken Dickey).
5452         + modify waddch_literal(), updating line-pointer after a multicolumn
5453           character is found to not fit on the current row, and wrapping is
5454           done.  Since the line-pointer was not updated, the wrapped
5455           multicolumn character was written to the beginning of the current row
5456           (cf: 20041023, reported by "Nick" regarding problem with ncmpc
5457           http://musicpd.org/mantis/bug_view_page.php?bug_id=1930).
5458
5459 20090110
5460         + add screen.Eterm terminfo entry (GenToo #124887) -TD
5461         + modify adacurses-config to look for ".ali" files in the adalib
5462           directory.
5463         + correct install for Ada95, which omitted libAdaCurses.a used in
5464           adacurses-config
5465         + change install for adacurses-config to provide additional flavors
5466           such as adacursesw-config, for ncursesw (GenToo #167849).
5467
5468 20090105
5469         + remove undeveloped feature in ncurses-config.in for setting
5470           prefix variable.
5471         + recent change to ncurses-config.in did not take into account the
5472           --disable-overwrite option, which sets $includedir to the
5473           subdirectory and using just that for a -I option does not work - fix
5474           (report by Frederic L W Meunier).
5475
5476 20090104
5477         + modify gen-pkgconfig.in to eliminate a dependency on rpath when
5478           deciding whether to add $LIBS to --libs output; that should be shown
5479           for the ncurses and tinfo libraries without taking rpath into
5480           account.
5481         + fix an overlooked change from $AR_OPTS to $ARFLAGS in mk-1st.awk,
5482           used in static libraries (report by Marty Jack).
5483
5484 20090103
5485         + add a configure-time check to pick a suitable value for
5486           CC_SHARED_OPTS for Solaris (report by Dagobert Michelsen).
5487         + add configure --with-pkg-config and --enable-pc-files options, along
5488           with misc/gen-pkgconfig.in which can be used to generate ".pc" files
5489           for pkg-config (request by Jan Engelhardt).
5490         + use $includedir symbol in misc/ncurses-config.in, add --includedir
5491           option.
5492         + change makefiles to use $ARFLAGS rather than $AR_OPTS, provide a
5493           configure check to detect whether a "-" is needed before "ar"
5494           options.
5495         + update config.guess, config.sub from
5496                 http://savannah.gnu.org/projects/config
5497
5498 20081227
5499         + modify mk-1st.awk to work with extra categories for tinfo library.
5500         + modify configure script to allow building shared libraries with gcc
5501           on AIX 5 or 6 (adapted from patch by Lital Natan).
5502
5503 20081220
5504         + modify to omit the opaque-functions from lib_gen.o when
5505           --disable-ext-funcs is used.
5506         + add test/clip_printw.c to illustrate how to use printw without
5507           wrapping.
5508         + modify ncurses 'F' test to demo wborder_set() with colored lines.
5509         + modify ncurses 'f' test to demo wborder() with colored lines.
5510
5511 20081213
5512         + add check for failure to open hashed-database needed for db4.6
5513           (GenToo #245370).
5514         + corrected --without-manpages option; previous change only suppressed
5515           the auxiliary rules install.man and uninstall.man
5516         + add case for FreeMINT to configure macro CF_XOPEN_SOURCE (patch from
5517           GenToo #250454).
5518         + fixes from NetBSD port at
5519           http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches
5520           patch-ac (build-fix for DragonFly)
5521           patch-ae (use INSTALL_SCRIPT for installing misc/ncurses*-config).
5522         + improve configure script macros CF_HEADER_PATH and CF_LIBRARY_PATH
5523           by adding CFLAGS, CPPFLAGS and LDFLAGS, LIBS values to the
5524           search-lists.
5525         + correct title string for keybound manpage (patch by Frederic Culot,
5526           OpenBSD documentation/6019),
5527
5528 20081206
5529         + move del_curterm() call from _nc_freeall() to _nc_leaks_tinfo() to
5530           work for progs/clear, progs/tabs, etc.
5531         + correct buffer-size after internal resizing of wide-character
5532           set_field_buffer(), broken in 20081018 changes (report by Mike Gran).
5533         + add "-i" option to test/filter.c to tell it to use initscr() rather
5534           than newterm(), to investigate report on comp.unix.programmer that
5535           ncurses would clear the screen in that case (it does not - the issue
5536           was xterm's alternate screen feature).
5537         + add check in mouse-driver to disable connection if GPM returns a
5538           zero, indicating that the connection is closed (Debian #506717,
5539           adapted from patch by Samuel Thibault).
5540
5541 20081129
5542         + improve a workaround in adding wide-characters, when a control
5543           character is found.  The library (cf: 20040207) uses unctrl() to
5544           obtain a printable version of the control character, but was not
5545           passing color or video attributes.
5546         + improve test/ncurses.c 'a' test, using unctrl() more consistently to
5547           display meta-characters.
5548         + turn on _XOPEN_CURSES definition in curses.h
5549         + add eterm-color entry (report by Vincent Lefevre) -TD
5550         + correct use of key_name() in test/ncurses.c 'A' test, which only
5551           displays wide-characters, not key-codes since 20070612 (report by
5552           Ricardo Cantu).
5553
5554 20081122
5555         + change _nc_has_mouse() to has_mouse(), reflect its use in C++ and
5556           Ada95 (patch by Juergen Pfeifer).
5557         + document in TO-DO an issue with Cygwin's package for GNAT (report
5558           by Mike Dennison).
5559         + improve error-checking of command-line options in "tabs" program.
5560
5561 20081115
5562         + change several terminfo entries to make consistent use of ANSI
5563           clear-all-tabs -TD
5564         + add "tabs" program (prompted by Debian #502260).
5565         + add configure --without-manpages option (request by Mike Frysinger).
5566
5567 20081102 5.7 release for upload to ftp.gnu.org
5568
5569 20081025
5570         + add a manpage to discuss memory leaks.
5571         + add support for shared libraries for QNX (other than libtool, which
5572           does not work well on that platform).
5573         + build-fix for QNX C++ binding.
5574
5575 20081018
5576         + build-fixes for OS/2 EMX.
5577         + modify form library to accept control characters such as newline
5578           in set_field_buffer(), which is compatible with Solaris (report by
5579           Nit Khair).
5580         + modify configure script to assume --without-hashed-db when
5581           --disable-database is used.
5582         + add "-e" option in ncurses/Makefile.in when generating source-files
5583           to force earlier exit if the build environment fails unexpectedly
5584           (prompted by patch by Adrian Bunk).
5585         + change configure script to use CF_UTF8_LIB, improved variant of
5586           CF_LIBUTF8.
5587
5588 20081012
5589         + add teraterm4.59 terminfo entry, use that as primary teraterm entry, rename
5590           original to teraterm2.3 -TD
5591         + update "gnome" terminfo to 2.22.3 -TD
5592         + update "konsole" terminfo to 1.6.6, needs today's fix for tic -TD
5593         + add "aterm" terminfo -TD
5594         + add "linux2.6.26" terminfo -TD
5595         + add logic to tic for cancelling strings in user-defined capabilities,
5596           overlooked til now.
5597
5598 20081011
5599         + regenerated html documentation.
5600         + add -m and -s options to test/keynames.c and test/key_names.c to test
5601           the meta() function with keyname() or key_name(), respectively.
5602         + correct return value of key_name() on error; it is null.
5603         + document some unresolved issues for rpath and pthreads in TO-DO.
5604         + fix a missing prototype for ioctl() on OpenBSD in tset.c
5605         + add configure option --disable-tic-depends to make explicit whether
5606           tic library depends on ncurses/ncursesw library, amends change from
5607           20080823 (prompted by Debian #501421).
5608
5609 20081004
5610         + some build-fixes for configure --disable-ext-funcs (incomplete, but
5611           works for C/C++ parts).
5612         + improve configure-check for awks unable to handle large strings, e.g.
5613           AIX 5.1 whose awk silently gives up on large printf's.
5614
5615 20080927
5616         + fix build for --with-dmalloc by workaround for redefinition of
5617           strndup between string.h and dmalloc.h
5618         + fix build for --disable-sigwinch
5619         + add environment variable NCURSES_GPM_TERMS to allow override to use
5620           GPM on terminals other than "linux", etc.
5621         + disable GPM mouse support when $TERM does not happen to contain
5622           "linux", since Gpm_Open() no longer limits its assertion to terminals
5623           that it might handle, e.g., within "screen" in xterm.
5624         + reset mouse file-descriptor when unloading GPM library (report by
5625           Miroslav Lichvar).
5626         + fix build for --disable-leaks --enable-widec --with-termlib
5627         > patch by Juergen Pfeifer:
5628         + use improved initialization for soft-label keys in Ada95 sample code.
5629         + discard internal symbol _nc_slk_format (unused since 20080112).
5630         + move call of slk_paint_info() from _nc_slk_initialize() to
5631           slk_intern_refresh(), improving initialization.
5632
5633 20080925
5634         + fix bug in mouse code for GPM from 20080920 changes (reported in
5635           Debian #500103, also Miroslav Lichvar).
5636
5637 20080920
5638         + fix shared-library rules for cygwin with tic- and tinfo-libraries.
5639         + fix a memory leak when failure to connect to GPM.
5640         + correct check for notimeout() in wgetch() (report on linux.redhat
5641           newsgroup by FurtiveBertie).
5642         + add an example warning-suppression file for valgrind,
5643           misc/ncurses.supp (based on example from Reuben Thomas)
5644
5645 20080913
5646         + change shared-library configuration for OpenBSD, make rpath work.
5647         + build-fixes for using libutf8, e.g., on OpenBSD 3.7
5648
5649 20080907
5650         + corrected fix for --enable-weak-symbols (report by Frederic L W
5651           Meunier).
5652
5653 20080906
5654         + corrected gcc options for building shared libraries on IRIX64.
5655         + add configure check for awk programs unable to handle big-strings,
5656           use that to improve the default for --enable-big-strings option.
5657         + makefile-fixes for --enable-weak-symbols (report by Frederic L W
5658           Meunier).
5659         + update test/configure script.
5660         + adapt ifdef's from library to make test/view.c build when mbrtowc()
5661           is unavailable, e.g., with HPUX 10.20.
5662         + add configure check for wcsrtombs, mbsrtowcs, which are used in
5663           test/ncurses.c, and use wcstombs, mbstowcs instead if available,
5664           fixing build of ncursew for HPUX 11.00
5665
5666 20080830
5667         + fixes to make Ada95 demo_panels() example work.
5668         + modify Ada95 'rain' test program to accept keyboard commands like the
5669           C-version.
5670         + modify BeOS-specific ifdef's to build on Haiku (patch by Scott
5671           Mccreary).
5672         + add configure-check to see if the std namespace is legal for cerr
5673           and endl, to fix a build issue with Tru64.
5674         + consistently use NCURSES_BOOL in lib_gen.c
5675         + filter #line's from lib_gen.c
5676         + change delimiter in MKlib_gen.sh from '%' to '@', to avoid
5677           substitution by IBM xlc to '#' as part of its extensions to digraphs.
5678         + update config.guess, config.sub from
5679                 http://savannah.gnu.org/projects/config
5680           (caveat - its maintainer removed support for older Linux systems).
5681
5682 20080823
5683         + modify configure check for pthread library to work with OSF/1 5.1,
5684           which uses #define's to associate its header and library.
5685         + use pthread_mutexattr_init() for initializing pthread_mutexattr_t,
5686           makes threaded code work on HPUX 11.23
5687         + fix a bug in demo_menus in freeing menus (cf: 20080804).
5688         + modify configure script for the case where tic library is used (and
5689           possibly renamed) to remove its dependency upon ncurses/ncursew
5690           library (patch by Dr Werner Fink).
5691         + correct manpage for menu_fore() which gave wrong default for
5692           the attribute used to display a selected entry (report by Mike Gran).
5693         + add Eterm-256color, Eterm-88color and rxvt-88color (prompted by
5694           Debian #495815) -TD
5695
5696 20080816
5697         + add configure option --enable-weak-symbols to turn on new feature.
5698         + add configure-check for availability of weak symbols.
5699         + modify linkage with pthread library to use weak symbols so that
5700           applications not linked to that library will not use the mutexes,
5701           etc.  This relies on gcc, and may be platform-specific (patch by Dr
5702           Werner Fink).
5703         + add note to INSTALL to document limitation of renaming of tic library
5704           using the --with-ticlib configure option (report by Dr Werner Fink).
5705         + document (in manpage) why tputs does not detect I/O errors (prompted
5706           by comments by Samuel Thibault).
5707         + fix remaining warnings from Klocwork report.
5708
5709 20080804
5710         + modify _nc_panelhook() data to account for a permanent memory leak.
5711         + fix memory leaks in test/demo_menus
5712         + fix most warnings from Klocwork tool (report by Larry Zhou).
5713         + modify configure script CF_XOPEN_SOURCE macro to add case for
5714           "dragonfly" from xterm #236 changes.
5715         + modify configure script --with-hashed-db to let $LIBS override the
5716           search for the db library (prompted by report by Samson Pierre).
5717
5718 20080726
5719         + build-fixes for gcc 4.3.1 (changes to gnat "warnings", and C inlining
5720           thresholds).
5721
5722 20080713
5723         + build-fix (reports by Christian Ebert, Funda Wang).
5724
5725 20080712
5726         + compiler-warning fixes for Solaris.
5727
5728 20080705
5729         + use NCURSES_MOUSE_MASK() in definition of BUTTON_RELEASE(), etc., to
5730           make those work properly with the "--enable-ext-mouse" configuration
5731           (cf: 20050205).
5732         + improve documentation of build-cc options in INSTALL.
5733         + work-around a bug in gcc 4.2.4 on AIX, which does not pass the
5734           -static/-dynamic flags properly to linker, causing test/bs to
5735           not link.
5736
5737 20080628
5738         + correct some ifdef's needed for the broken-linker configuration.
5739         + make debugging library's $BAUDRATE feature work for termcap
5740           interface.
5741         + make $NCURSES_NO_PADDING feature work for termcap interface (prompted
5742           by comment on FreeBSD mailing list).
5743         + add screen.mlterm terminfo entry -TD
5744         + improve mlterm and mlterm+pcfkeys terminfo entries -TD
5745
5746 20080621
5747         + regenerated html documentation.
5748         + expand manpage description of parameters for form_driver() and
5749           menu_driver() (prompted by discussion with Adam Spragg).
5750         + add null-pointer checks for cur_term in baudrate() and
5751           def_shell_mode(), def_prog_mode()
5752         + fix some memory leaks in delscreen() and wide acs.
5753
5754 20080614
5755         + modify test/ditto.c to illustrate multi-threaded use_screen().
5756         + change CC_SHARED_OPTS from -KPIC to -xcode=pic32 for Solaris.
5757         + add "-shared" option to MK_SHARED_LIB for gcc on Solaris (report
5758           by Poor Yorick).
5759
5760 20080607
5761         + finish changes to wgetch(), making it switch as needed to the
5762           window's actual screen when calling wrefresh() and wgetnstr().  That
5763           allows wgetch() to get used concurrently in different threads with
5764           some minor restrictions, e.g., the application should not delete a
5765           window which is being used in a wgetch().
5766         + simplify mutex's, combining the window- and screen-mutex's.
5767
5768 20080531
5769         + modify wgetch() to use the screen which corresponds to its window
5770           parameter rather than relying on SP; some dependent functions still
5771           use SP internally.
5772         + factor out most use of SP in lib_mouse.c, using parameter.
5773         + add internal _nc_keyname(), replacing keyname() to associate with a
5774           particular SCREEN rather than the global SP.
5775         + add internal _nc_unctrl(), replacing unctrl() to associate with a
5776           particular SCREEN rather than the global SP.
5777         + add internal _nc_tracemouse(), replacing _tracemouse() to eliminate
5778           its associated global buffer _nc_globals.tracemse_buf now in SCREEN.
5779         + add internal _nc_tracechar(), replacing _tracechar() to use SCREEN in
5780           preference to the global _nc_globals.tracechr_buf buffer.
5781
5782 20080524
5783         + modify _nc_keypad() to make it switch temporarily as needed to the
5784           screen which must be updated.
5785         + wrap cur_term variable to help make _nc_keymap() thread-safe, and
5786           always set the screen's copy of this variable in set_curterm().
5787         + restore curs_set() state after endwin()/refresh() (report/patch
5788           Miroslav Lichvar)
5789
5790 20080517
5791         + modify configure script to note that --enable-ext-colors and
5792           --enable-ext-mouse are not experimental, but extensions from
5793           the ncurses ABI 5.
5794         + corrected manpage description of setcchar() (discussion with
5795           Emanuele Giaquinta).
5796         + fix for adding a non-spacing character at the beginning of a line
5797           (report/patch by Miroslav Lichvar).
5798
5799 20080503
5800         + modify screen.* terminfo entries using new screen+fkeys to fix
5801           overridden keys in screen.rxvt (Debian #478094) -TD
5802         + modify internal interfaces to reduce wgetch()'s dependency on the
5803           global SP.
5804         + simplify some loops with macros each_screen(), each_window() and
5805           each_ripoff().
5806
5807 20080426
5808         + continue modifying test/ditto.c toward making it demonstrate
5809           multithreaded use_screen(), using fifos to pass data between screens.
5810         + fix typo in form.3x (report by Mike Gran).
5811
5812 20080419
5813         + add screen.rxvt terminfo entry -TD
5814         + modify tic -f option to format spaces as \s to prevent them from
5815           being lost when that is read back in unformatted strings.
5816         + improve test/ditto.c, using a "talk"-style layout.
5817
5818 20080412
5819         + change test/ditto.c to use openpty() and xterm.
5820         + add locks for copywin(), dupwin(), overlap(), overlay() on their
5821           window parameters.
5822         + add locks for initscr() and newterm() on updates to the SCREEN
5823           pointer.
5824         + finish table in curs_thread.3x manpage.
5825
5826 20080405
5827         + begin table in curs_thread.3x manpage describing the scope of data
5828           used by each function (or symbol) for threading analysis.
5829         + add null-pointer checks to setsyx() and getsyx() (prompted by
5830           discussion by Martin v. Lowis and Jeroen Ruigrok van der Werven on
5831           python-dev2 mailing list).
5832
5833 20080329
5834         + add null-pointer checks in set_term() and delscreen().
5835         + move _nc_windows into _nc_globals, since windows can be pads, which
5836           are not associated with a particular screen.
5837         + change use_screen() to pass the SCREEN* parameter rather than
5838           stdscr to the callback function.
5839         + force libtool to use tag for 'CC' in case it does not detect this,
5840           e.g., on aix when using CC=powerpc-ibm-aix5.3.0.0-gcc
5841           (report/patch by Michael Haubenwallner).
5842         + override OBJEXT to "lo" when building with libtool, to work on
5843           platforms such as AIX where libtool may use a different suffix for
5844           the object files than ".o" (report/patch by Michael Haubenwallner).
5845         + add configure --with-pthread option, for building with the POSIX
5846           thread library.
5847
5848 20080322
5849         + fill in extended-color pair two more places in wbkgrndset() and
5850           waddch_nosync() (prompted by Sedeno's patch).
5851         + fill in extended-color pair in _nc_build_wch() to make colors work
5852           for wide-characters using extended-colors (patch by Alejandro R
5853           Sedeno).
5854         + add x/X toggles to ncurses.c C color test to test/demo
5855           wide-characters with extended-colors.
5856         + add a/A toggles to ncurses.c c/C color tests.
5857         + modify test/ditto.c to use use_screen().
5858         + finish modifying test/rain.c to demonstrate threads.
5859
5860 20080308
5861         + start modifying test/rain.c for threading demo.
5862         + modify test/ncurses.c to make 'f' test accept the f/F/b/F/</> toggles
5863           that the 'F' accepts.
5864         + modify test/worm.c to show trail in reverse-video when other threads
5865           are working concurrently.
5866         + fix a deadlock from improper nesting of mutexes for windowlist and
5867           window.
5868
5869 20080301
5870         + fixes from 20080223 resolved issue with mutexes; change to use
5871           recursive mutexes to fix memory leak in delwin() as called from
5872           _nc_free_and_exit().
5873
5874 20080223
5875         + fix a size-difference in _nc_globals which caused hanging of mutex
5876           lock/unlock when termlib was built separately.
5877
5878 20080216
5879         + avoid using nanosleep() in threaded configuration since that often
5880           is implemented to suspend the entire process.
5881
5882 20080209
5883         + update test programs to build/work with various UNIX curses for
5884           comparisons.  This was to reinvestigate statement in X/Open Curses
5885           that insnstr and winsnstr perform wrapping.  None of the Unix-branded
5886           implementations do this, as noted in manpage (cf: 20040228).
5887
5888 20080203
5889         + modify _nc_setupscreen() to set the legacy-coding value the same
5890           for both narrow/wide models.  It had been set only for wide model,
5891           but is needed to make unctrl() work with locale in the narrow model.
5892         + improve waddch() and winsch() handling of EILSEQ from mbrtowc() by
5893           using unctrl() to display illegal bytes rather than trying to append
5894           further bytes to make up a valid sequence (reported by Andrey A
5895           Chernov).
5896         + modify unctrl() to check codes in 128-255 range versus isprint().
5897           If they are not printable, and locale was set, use a "M-" or "~"
5898           sequence.
5899
5900 20080126
5901         + improve threading in test/worm.c (wrap refresh calls, and KEY_RESIZE
5902           handling).  Now it hangs in napms(), no matter whether nanosleep()
5903           or poll() or select() are used on Linux.
5904
5905 20080119
5906         + fixes to build with --disable-ext-funcs
5907         + add manpage for use_window and use_screen.
5908         + add set_tabsize() and set_escdelay() functions.
5909
5910 20080112
5911         + remove recursive-mutex definitions, finish threading demo for worm.c
5912         + remove a redundant adjustment of lines in resizeterm.c's
5913           adjust_window() which caused occasional misadjustment of stdscr when
5914           softkeys were used.
5915
5916 20080105
5917         + several improvements to terminfo entries based on xterm #230 -TD
5918         + modify MKlib_gen.sh to handle keyname/key_name prototypes, so the
5919           "link_test" builds properly.
5920         + fix for toe command-line options -u/-U to ensure filename is given.
5921         + fix allocation-size for command-line parsing in infocmp from 20070728
5922           (report by Miroslav Lichvar)
5923         + improve resizeterm() by moving ripped-off lines, and repainting the
5924           soft-keys (report by Katarina Machalkova)
5925         + add clarification in wclear's manpage noting that the screen will be
5926           cleared even if a subwindow is cleared (prompted by Christer Enfors
5927           question).
5928         + change test/ncurses.c soft-key tests to work with KEY_RESIZE.
5929
5930 20071222
5931         + continue implementing support for threading demo by adding mutex
5932           for delwin().
5933
5934 20071215
5935         + add several functions to C++ binding which wrap C functions that
5936           pass a WINDOW* parameter (request by Chris Lee).
5937
5938 20071201
5939         + add note about configure options needed for Berkeley database to the
5940           INSTALL file.
5941         + improve checks for version of Berkeley database libraries.
5942         + amend fix for rpath to not modify LDFLAGS if the platform has no
5943           applicable transformation (report by Christian Ebert, cf: 20071124).
5944
5945 20071124
5946         + modify configure option --with-hashed-db to accept a parameter which
5947           is the install-prefix of a given Berkeley Database (prompted by
5948           pierre4d2 comments).
5949         + rewrite wrapper for wcrtomb(), making it work on Solaris.  This is
5950           used in the form library to determine the length of the buffer needed
5951           by field_buffer (report by Alfred Fung).
5952         + remove unneeded window-parameter from C++ binding for wresize (report
5953           by Chris Lee).
5954
5955 20071117
5956         + modify the support for filesystems which do not support mixed-case to
5957           generate 2-character (hexadecimal) codes for the lower-level of the
5958           filesystem terminfo database (request by Michail Vidiassov).
5959         + add configure option --enable-mixed-case, to allow overriding the
5960           configure script's check if the filesystem supports mixed-case
5961           filenames.
5962         + add wresize() to C++ binding (request by Chris Lee).
5963         + define NCURSES_EXT_FUNCS and NCURSES_EXT_COLORS in curses.h to make
5964           it simpler to tell if the extended functions and/or colors are
5965           declared.
5966
5967 20071103
5968         + update memory-leak checks for changes to names.c and codes.c
5969         + correct acsc strings in h19, z100 (patch by Benjamin C W Sittler).
5970
5971 20071020
5972         + continue implementing support for threading demo by adding mutex
5973           for use_window().
5974         + add mrxvt terminfo entry, add/fix xterm building blocks for modified
5975           cursor keys -TD
5976         + compile with FreeBSD "contemporary" TTY interface (patch by
5977           Rong-En Fan).
5978
5979 20071013
5980         + modify makefile rules to allow clear, tput and tset to be built
5981           without libtic.  The other programs (infocmp, tic and toe) rely on
5982           that library.
5983         + add/modify null-pointer checks in several functions for SP and/or
5984           the WINDOW* parameter (report by Thorben Krueger).
5985         + fixes for field_buffer() in formw library (see Redhat #310071,
5986           patches by Miroslav Lichvar).
5987         + improve performance of NCURSES_CHAR_EQ code (patch by Miroslav
5988           Lichvar).
5989         + update/improve mlterm and rxvt terminfo entries, e.g., for
5990           the modified cursor- and keypad-keys -TD
5991
5992 20071006
5993         + add code to curses.priv.h ifdef'd with NCURSES_CHAR_EQ, which
5994           changes the CharEq() macro to an inline function to allow comparing
5995           cchar_t struct's without comparing gaps in a possibly unpacked
5996           memory layout (report by Miroslav Lichvar).
5997
5998 20070929
5999         + add new functions to lib_trace.c to setup mutex's for the _tracef()
6000           calls within the ncurses library.
6001         + for the reentrant model, move _nc_tputs_trace and _nc_outchars into
6002           the SCREEN.
6003         + start modifying test/worm.c to provide threading demo (incomplete).
6004         + separated ifdef's for some BSD-related symbols in tset.c, to make
6005           it compile on LynxOS (report by Greg Gemmer).
6006 20070915
6007         + modify Ada95/gen/Makefile to use shlib script, to simplify building
6008           shared-library configuration on platforms lacking rpath support.
6009         + build-fix for Ada95/src/Makefile to reflect changed dependency for
6010           the terminal-interface-curses-aux.adb file which is now generated.
6011         + restructuring test/worm.c, for use_window() example.
6012
6013 20070908
6014         + add use_window() and use_screen() functions, to develop into support
6015           for threaded library (incomplete).
6016         + fix typos in man/curs_opaque.3x which kept the install script from
6017           creating symbolic links to two aliases created in 20070818 (report by
6018           Rong-En Fan).
6019
6020 20070901
6021         + remove a spurious newline from output of html.m4, which caused links
6022           for Ada95 html to be incorrect for the files generated using m4.
6023         + start investigating mutex's for SCREEN manipulation (incomplete).
6024         + minor cleanup of codes.c/names.c for --enable-const
6025         + expand/revise "Routine and Argument Names" section of ncurses manpage
6026           to address report by David Givens in newsgroup discussion.
6027         + fix interaction between --without-progs/--with-termcap configure
6028           options (report by Michail Vidiassov).
6029         + fix typo in "--disable-relink" option (report by Michail Vidiassov).
6030
6031 20070825
6032         + fix a sign-extension bug in infocmp's repair_acsc() function
6033           (cf: 971004).
6034         + fix old configure script bug which prevented "--disable-warnings"
6035           option from working (patch by Mike Frysinger).
6036
6037 20070818
6038         + add 9term terminal description (request by Juhapekka Tolvanen) -TD
6039         + modify comp_hash.c's string output to avoid misinterpreting a null
6040           "\0" followed by a digit.
6041         + modify MKnames.awk and MKcodes.awk to support big-strings.
6042           This only applies to the cases (broken linker, reentrant) where
6043           the corresponding arrays are accessed via wrapper functions.
6044         + split MKnames.awk into two scripts, eliminating the shell redirection
6045           which complicated the make process and also the bogus timestamp file
6046           which was introduced to fix "make -j".
6047         + add test/test_opaque.c, test/test_arrays.c
6048         + add wgetscrreg() and wgetparent() for applications that may need it
6049           when NCURSES_OPAQUE is defined (prompted by Bryan Christ).
6050
6051 20070812
6052         + amend treatment of infocmp "-r" option to retain the 1023-byte limit
6053           unless "-T" is given (cf: 981017).
6054         + modify comp_captab.c generation to use big-strings.
6055         + make _nc_capalias_table and _nc_infoalias_table private accessed via
6056           _nc_get_alias_table() since the tables are used only within the tic
6057           library.
6058         + modify configure script to skip Intel compiler in CF_C_INLINE.
6059         + make _nc_info_hash_table and _nc_cap_hash_table private accessed via
6060           _nc_get_hash_table() since the tables are used only within the tic
6061           library.
6062
6063 20070728
6064         + make _nc_capalias_table and _nc_infoalias_table private, accessed via
6065           _nc_get_alias_table() since they are used only by parse_entry.c
6066         + make _nc_key_names private since it is used only by lib_keyname.c
6067         + add --disable-big-strings configure option to control whether
6068           unctrl.c is generated using the big-string optimization - which may
6069           use strings longer than supported by a given compiler.
6070         + reduce relocation tables for tic, infocmp by changing type of
6071           internal hash tables to short, and make those private symbols.
6072         + eliminate large fixed arrays from progs/infocmp.c
6073
6074 20070721
6075         + change winnstr() to stop at the end of the line (cf: 970315).
6076         + add test/test_get_wstr.c
6077         + add test/test_getstr.c
6078         + add test/test_inwstr.c
6079         + add test/test_instr.c
6080
6081 20070716
6082         + restore a call to obtain screen-size in _nc_setupterm(), which
6083           is used in tput and other non-screen applications via setupterm()
6084           (Debian #433357, reported by Florent Bayle, Christian Ohm,
6085           cf: 20070310).
6086
6087 20070714
6088         + add test/savescreen.c test-program
6089         + add check to trace-file open, if the given name is a directory, add
6090           ".log" to the name and try again.
6091         + add konsole-256color entry -TD
6092         + add extra gcc warning options from xterm.
6093         + minor fixes for ncurses/hashmap test-program.
6094         + modify configure script to quiet c++ build with libtool when the
6095           --disable-echo option is used.
6096         + modify configure script to disable ada95 if libtool is selected,
6097           writing a warning message (addresses FreeBSD #114493).
6098         + update config.guess, config.sub
6099
6100 20070707
6101         + add continuous-move "M" to demo_panels to help test refresh changes.
6102         + improve fix for refresh of window on top of multi-column characters,
6103           taking into account some split characters on left/right window
6104           boundaries.
6105
6106 20070630
6107         + add "widec" row to _tracedump() output to help diagnose remaining
6108           problems with multi-column characters.
6109         + partial fix for refresh of window on top of multi-column characters
6110           which are partly overwritten (report by Sadrul H Chowdhury).
6111         + ignore A_CHARTEXT bits in vidattr() and vid_attr(), in case
6112           multi-column extension bits are passed there.
6113         + add setlocale() call to demo_panels.c, needed for wide-characters.
6114         + add some output flags to _nc_trace_ttymode to help diagnose a bug
6115           report by Larry Virden, i.e., ONLCR, OCRNL, ONOCR and ONLRET,
6116
6117 20070623
6118         + add test/demo_panels.c
6119         + implement opaque version of setsyx() and getsyx().
6120
6121 20070612
6122         + corrected xterm+pcf2 terminfo modifiers for F1-F4, to match xterm
6123           #226 -TD
6124         + split-out key_name() from MKkeyname.awk since it now depends upon
6125           wunctrl() which is not in libtinfo (report by Rong-En Fan).
6126
6127 20070609
6128         + add test/key_name.c
6129         + add stdscr cases to test/inchs.c and test/inch_wide.c
6130         + update test/configure
6131         + correct formatting of DEL (0x7f) in _nc_vischar().
6132         + null-terminate result of wunctrl().
6133         + add null-pointer check in key_name() (report by Andreas Krennmair,
6134           cf: 20020901).
6135
6136 20070602
6137         + adapt mouse-handling code from menu library in form-library
6138           (discussion with Clive Nicolson).
6139         + add a modification of test/dots.c, i.e., test/dots_mvcur.c to
6140           illustrate how to use mvcur().
6141         + modify wide-character flavor of SetAttr() to preserve the
6142           WidecExt() value stored in the .attr field, e.g., in case it
6143           is overwritten by chgat (report by Aleksi Torhamo).
6144         + correct buffer-size for _nc_viswbuf2n() (report by Aleksi Torhamo).
6145         + build-fixes for Solaris 2.6 and 2.7 (patch by Peter O'Gorman).
6146
6147 20070526
6148         + modify keyname() to use "^X" form only if meta() has been called, or
6149           if keyname() is called without initializing curses, e.g., via
6150           initscr() or newterm() (prompted by LinuxBase #1604).
6151         + document some portability issues in man/curs_util.3x
6152         + add a shadow copy of TTY buffer to _nc_prescreen to fix applications
6153           broken by moving that data into SCREEN (cf: 20061230).
6154
6155 20070512
6156         + add 'O' (wide-character panel test) in ncurses.c to demonstrate a
6157           problem reported by Sadrul H Chowdhury with repainting parts of
6158           a fullwidth cell.
6159         + modify slk_init() so that if there are preceding calls to
6160           ripoffline(), those affect the available lines for soft-keys (adapted
6161           from patch by Clive Nicolson).
6162         + document some portability issues in man/curs_getyx.3x
6163
6164 20070505
6165         + fix a bug in Ada95/samples/ncurses which caused a variable to
6166           become uninitialized in the "b" test.
6167         + fix Ada95/gen/Makefile.in adahtml rule to account for recent
6168           movement of files, fix a few incorrect manpage references in the
6169           generated html.
6170         + add Ada95 binding to _nc_freeall() as Curses_Free_All to help with
6171           memory-checking.
6172         + correct some functions in Ada95 binding which were using return value
6173           from C where none was returned:  idcok(), immedok() and wtimeout().
6174         + amend recent changes for Ada95 binding to make it build with
6175           Cygwin's linker, e.g., with configure options
6176                 --enable-broken-linker --with-ticlib
6177
6178 20070428
6179         + add a configure check for gcc's options for inlining, use that to
6180           quiet a warning message where gcc's default behavior changed from
6181           3.x to 4.x.
6182         + improve warning message when checking if GPM is linked to curses
6183           library by not warning if its use of "wgetch" is via a weak symbol.
6184         + add loader options when building with static libraries to ensure that
6185           an installed shared library for ncurses does not conflict.  This is
6186           reported as problem with Tru64, but could affect other platforms
6187           (report Martin Mokrejs, analysis by Tim Mooney).
6188         + fix build on cygwin after recent ticlib/termlib changes, i.e.,
6189           + adjust TINFO_SUFFIX value to work with cygwin's dll naming
6190           + revert a change from 20070303 which commented out dependency of
6191             SHLIB_LIST in form/menu/panel/c++ libraries.
6192         + fix initialization of ripoff stack pointer (cf: 20070421).
6193
6194 20070421
6195         + move most static variables into structures _nc_globals and
6196           _nc_prescreen, to simplify storage.
6197         + add/use configure script macro CF_SIG_ATOMIC_T, use the corresponding
6198           type for data manipulated by signal handlers (prompted by comments
6199           in mailing.openbsd.bugs newsgroup).
6200         + modify CF_WITH_LIBTOOL to allow one to pass options such as -static
6201           to the libtool create- and link-operations.
6202
6203 20070414
6204         + fix whitespace in curs_opaque.3x which caused a spurious ';' in
6205           the installed aliases (report by Peter Santoro).
6206         + fix configure script to not try to generate adacurses-config when
6207           Ada95 tree is not built.
6208
6209 20070407
6210         + add man/curs_legacy.3x, man/curs_opaque.3x
6211         + fix acs_map binding for Ada95 when --enable-reentrant is used.
6212         + add adacurses-config to the Ada95 install, based on version from
6213           FreeBSD port, in turn by Juergen Pfeifer in 2000 (prompted by
6214           comment on comp.lang.ada newsgroup).
6215         + fix includes in c++ binding to build with Intel compiler
6216           (cf: 20061209).
6217         + update install rule in Ada95 to use mkdirs.sh
6218         > other fixes prompted by inspection for Coverity report:
6219         + modify ifdef's for c++ binding to use try/catch/throw statements
6220         + add a null-pointer check in tack/ansi.c request_cfss()
6221         + fix a memory leak in ncurses/base/wresize.c
6222         + corrected check for valid memu/meml capabilities in
6223           progs/dump_entry.c when handling V_HPUX case.
6224         > fixes based on Coverity report:
6225         + remove dead code in test/bs.c
6226         + remove dead code in test/demo_defkey.c
6227         + remove an unused assignment in progs/infocmp.c
6228         + fix a limit check in tack/ansi.c tools_charset()
6229         + fix tack/ansi.c tools_status() to perform the VT320/VT420
6230           tests in request_cfss().  The function had exited too soon.
6231         + fix a memory leak in tic.c's make_namelist()
6232         + fix a couple of places in tack/output.c which did not check for EOF.
6233         + fix a loop-condition in test/bs.c
6234         + add index checks in lib_color.c for color palettes
6235         + add index checks in progs/dump_entry.c for version_filter() handling
6236           of V_BSD case.
6237         + fix a possible null-pointer dereference in copywin()
6238         + fix a possible null-pointer dereference in waddchnstr()
6239         + add a null-pointer check in _nc_expand_try()
6240         + add a null-pointer check in tic.c's make_namelist()
6241         + add a null-pointer check in _nc_expand_try()
6242         + add null-pointer checks in test/cardfile.c
6243         + fix a double-free in ncurses/tinfo/trim_sgr0.c
6244         + fix a double-free in ncurses/base/wresize.c
6245         + add try/catch block to c++/cursesmain.cc
6246
6247 20070331
6248         + modify Ada95 binding to build with --enable-reentrant by wrapping
6249           global variables (bug: acs_map does not yet work).
6250         + modify Ada95 binding to use the new access-functions, allowing it
6251           to build/run when NCURSES_OPAQUE is set.
6252         + add access-functions and macros to return properties of the WINDOW
6253           structure, e.g., when NCURSES_OPAQUE is set.
6254         + improved install-sh's quoting.
6255         + use mkdirs.sh rather than mkinstalldirs, e.g., to use fixes from
6256           other programs.
6257
6258 20070324
6259         + eliminate part of the direct use of WINDOW data from Ada95 interface.
6260         + fix substitutions for termlib filename to make configure option
6261           --enable-reentrant work with --with-termlib.
6262         + change a constructor for NCursesWindow to allow compiling with
6263           NCURSES_OPAQUE set, since we cannot pass a reference to
6264           an opaque pointer.
6265
6266 20070317
6267         + ignore --with-chtype=unsigned since unsigned is always added to
6268           the type in curses.h; do the same for --with-mmask-t.
6269         + change warning regarding --enable-ext-colors and wide-character
6270           in the configure script to an error.
6271         + tweak error message in CF_WITH_LIBTOOL to distinguish other programs
6272           such as Darwin's libtool program (report by Michail Vidiassov)
6273         + modify edit_man.sh to allow for multiple substitutions per line.
6274         + set locale in misc/ncurses-config.in since it uses a range
6275         + change permissions libncurses++.a install (report by Michail
6276           Vidiassov).
6277         + corrected length of temporary buffer in wide-character version
6278           of set_field_buffer() (related to report by Bryan Christ).
6279
6280 20070311
6281         + fix mk-1st.awk script install_shlib() function, broken in 20070224
6282           changes for cygwin (report by  Michail Vidiassov).
6283
6284 20070310
6285         + increase size of array in _nc_visbuf2n() to make "tic -v" work
6286           properly in its similar_sgr() function (report/analysis by Peter
6287           Santoro).
6288         + add --enable-reentrant configure option for ongoing changes to
6289           implement a reentrant version of ncurses:
6290           + libraries are suffixed with "t"
6291           + wrap several global variables (curscr, newscr, stdscr, ttytype,
6292             COLORS, COLOR_PAIRS, COLS, ESCDELAY, LINES and TABSIZE) as
6293             functions returning values stored in SCREEN or cur_term.
6294           + move some initialization (LINES, COLS) from lib_setup.c,
6295             i.e., setupterm() to _nc_setupscreen(), i.e., newterm().
6296
6297 20070303
6298         + regenerated html documentation.
6299         + add NCURSES_OPAQUE symbol to curses.h, will use to make structs
6300           opaque in selected configurations.
6301         + move the chunk in lib_acs.c which resets acs capabilities when
6302           running on a terminal whose locale interferes with those into
6303           _nc_setupscreen(), so the libtinfo/libtinfow files can be made
6304           identical (requested by Miroslav Lichvar).
6305         + do not use configure variable SHLIB_LIBS for building libraries
6306           outside the ncurses directory, since that symbol is customized
6307           only for that directory, and using it introduces an unneeded
6308           dependency on libdl (requested by Miroslav Lichvar).
6309         + modify mk-1st.awk so the generated makefile rules for linking or
6310           installing shared libraries do not first remove the library, in
6311           case it is in use, e.g., libncurses.so by /bin/sh (report by Jeff
6312           Chua).
6313         + revised section "Using NCURSES under XTERM" in ncurses-intro.html
6314           (prompted by newsgroup comment by Nick Guenther).
6315
6316 20070224
6317         + change internal return codes of _nc_wgetch() to check for cases
6318           where KEY_CODE_YES should be returned, e.g., if a KEY_RESIZE was
6319           ungetch'd, and read by wget_wch().
6320         + fix static-library build broken in 20070217 changes to remove "-ldl"
6321           (report by Miroslav Lichvar).
6322         + change makefile/scripts for cygwin to allow building termlib.
6323         + use Form_Hook in manpages to match form.h
6324         + use Menu_Hook in manpages, as well as a few places in menu.h
6325         + correct form- and menu-manpages to use specific Field_Options,
6326           Menu_Options and Item_Options types.
6327         + correct prototype for _tracechar() in manpage (cf: 20011229).
6328         + correct prototype for wunctrl() in manpage.
6329
6330 20070217
6331         + fixes for $(TICS_LIST) in ncurses/Makefile (report by Miroslav
6332           Lichvar).
6333         + modify relinking of shared libraries to apply only when rpath is
6334           enabled, and add --disable-relink option which can be used to
6335           disable the feature altogether (reports by Michail Vidiassov,
6336           Adam J Richter).
6337         + fix --with-termlib option for wide-character configuration, stripping
6338           the "w" suffix in one place (report by Miroslav Lichvar).
6339         + remove "-ldl" from some library lists to reduce dependencies in
6340           programs (report by Miroslav Lichvar).
6341         + correct description of --enable-signed-char in configure --help
6342           (report by Michail Vidiassov).
6343         + add pattern for GNU/kFreeBSD configuration to CF_XOPEN_SOURCE,
6344           which matches an earlier change to CF_SHARED_OPTS, from xterm #224
6345           fixes.
6346         + remove "${DESTDIR}" from -install_name option used for linking
6347           shared libraries on Darwin (report by Michail Vidiassov).
6348
6349 20070210
6350         + add test/inchs.c, test/inch_wide.c, to test win_wchnstr().
6351         + remove libdl from library list for termlib (report by Miroslav
6352           Lichvar).
6353         + fix configure.in to allow --without-progs --with-termlib (patch by
6354           Miroslav Lichvar).
6355         + modify win_wchnstr() to ensure that only a base cell is returned
6356           for each multi-column character (prompted by report by Wei Kong
6357           regarding change in mvwin_wch() cf: 20041023).
6358
6359 20070203
6360         + modify fix_wchnstr() in form library to strip attributes (and color)
6361           from the cchar_t array (field cells) read from a field's window.
6362           Otherwise, when copying the field cells back to the window, the
6363           associated color overrides the field's background color (report by
6364           Ricardo Cantu).
6365         + improve tracing for form library, showing created forms, fields, etc.
6366         + ignore --enable-rpath configure option if --with-shared was omitted.
6367         + add _nc_leaks_tinfo(), _nc_free_tic(), _nc_free_tinfo() entrypoints
6368           to allow leak-checking when both tic- and tinfo-libraries are built.
6369         + drop CF_CPP_VSCAN_FUNC macro from configure script, since C++ binding
6370           no longer relies on it.
6371         + disallow combining configure script options --with-ticlib and
6372           --enable-termcap (report by Rong-En Fan).
6373         + remove tack from ncurses tree.
6374
6375 20070128
6376         + fix typo in configure script that broke --with-termlib option
6377           (report by Rong-En Fan).
6378
6379 20070127
6380         + improve fix for FreeBSD gnu/98975, to allow for null pointer passed
6381           to tgetent() (report by Rong-en Fan).
6382         + update tack/HISTORY and tack/README to tell how to build it after
6383           it is removed from the ncurses tree.
6384         + fix configure check for libtool's version to trim blank lines
6385           (report by sci-fi@hush.ai).
6386         + review/eliminate other original-file artifacts in cursesw.cc, making
6387           its license consistent with ncurses.
6388         + use ncurses vw_scanw() rather than reading into a fixed buffer in
6389           the c++ binding for scanw() methods (prompted by report by Nuno Dias).
6390         + eliminate fixed-buffer vsprintf() calls in c++ binding.
6391
6392 20070120
6393         + add _nc_leaks_tic() to separate leak-checking of tic library from
6394           term/ncurses libraries, and thereby eliminate a library dependency.
6395         + fix test/mk-test.awk to ignore blank lines.
6396         + correct paths in include/headers, for --srcdir (patch by Miroslav
6397           Lichvar).
6398
6399 20070113
6400         + add a break-statement in misc/shlib to ensure that it exits on the
6401           _first_ matched directory (report by Paul Novak).
6402         + add tack/configure, which can be used to build tack outside the
6403           ncurses build-tree.
6404         + add --with-ticlib option, to build/install the tic-support functions
6405           in a separate library (suggested by Miroslav Lichvar).
6406
6407 20070106
6408         + change MKunctrl.awk to reduce relocation table for unctrl.o
6409         + change MKkeyname.awk to reduce relocation table for keyname.o
6410           (patch by Miroslav Lichvar).
6411
6412 20061230
6413         + modify configure check for libtool's version to trim blank lines
6414           (report by sci-fi@hush.ai).
6415         + modify some modules to allow them to be reentrant if _REENTRANT is
6416           defined: lib_baudrate.c, resizeterm.c (local data only)
6417         + eliminate static data from some modules: add_tries.c, hardscroll.c,
6418           lib_ttyflags.c, lib_twait.c
6419         + improve manpage install to add aliases for the transformed program
6420           names, e.g., from --program-prefix.
6421         + used linklint to verify links in the HTML documentation, made fixes
6422           to manpages as needed.
6423         + fix a typo in curs_mouse.3x (report by William McBrine).
6424         + fix install-rule for ncurses5-config to make the bin-directory.
6425
6426 20061223
6427         + modify configure script to omit the tic (terminfo compiler) support
6428           from ncurses library if --without-progs option is given.
6429         + modify install rule for ncurses5-config to do this via "install.libs"
6430         + modify shared-library rules to allow FreeBSD 3.x to use rpath.
6431         + update config.guess, config.sub
6432
6433 20061217 5.6 release for upload to ftp.gnu.org
6434
6435 20061217
6436         + add ifdef's for <wctype.h> for HPUX, which has the corresponding
6437           definitions in <wchar.h>.
6438         + revert the va_copy() change from 20061202, since it was neither
6439           correct nor portable.
6440         + add $(LOCAL_LIBS) definition to progs/Makefile.in, needed for
6441           rpath on Solaris.
6442         + ignore wide-acs line-drawing characters that wcwidth() claims are
6443           not one-column.  This is a workaround for Solaris' broken locale
6444           support.
6445
6446 20061216
6447         + modify configure --with-gpm option to allow it to accept a parameter,
6448           i.e., the name of the dynamic GPM library to load via dlopen()
6449           (requested by Bryan Henderson).
6450         + add configure option --with-valgrind, changes from vile.
6451         + modify configure script AC_TRY_RUN and AC_TRY_LINK checks to use
6452           'return' in preference to 'exit()'.
6453
6454 20061209
6455         + change default for --with-develop back to "no".
6456         + add XTABS to tracing of TTY bits.
6457         + updated autoconf patch to ifdef-out the misfeature which declares
6458           exit() for configure tests.  This fixes a redefinition warning on
6459           Solaris.
6460         + use ${CC} rather than ${LD} in shared library rules for IRIX64,
6461           Solaris to help ensure that initialization sections are provided for
6462           extra linkage requirements, e.g., of C++ applications (prompted by
6463           comment by Casper Dik in newsgroup).
6464         + rename "$target" in CF_MAN_PAGES to make it easier to distinguish
6465           from the autoconf predefined symbol.  There was no conflict,
6466           since "$target" was used only in the generated edit_man.sh file,
6467           but SuSE's rpm package contains a patch.
6468
6469 20061202
6470         + update man/term.5 to reflect extended terminfo support and hashed
6471           database configuration.
6472         + updates for test/configure script.
6473         + adapted from SuSE rpm package:
6474           + remove long-obsolete workaround for broken-linker which declared
6475             cur_term in tic.c
6476           + improve error recovery in PUTC() macro when wcrtomb() does not
6477             return usable results for an 8-bit character.
6478         + patches from rpm package (SuSE):
6479           + use va_copy() in extra varargs manipulation for tracing version
6480             of printw, etc.
6481           + use a va_list rather than a null in _nc_freeall()'s call to
6482             _nc_printf_string().
6483         + add some see-also references in manpages to show related
6484           wide-character functions (suggested by Claus Fischer).
6485
6486 20061125
6487         + add a check in lib_color.c to ensure caller does not increase COLORS
6488           above max_colors, which is used as an array index (discussion with
6489           Simon Sasburg).
6490         + add ifdef's allowing ncurses to be built with tparm() using either
6491           varargs (the existing status), or using a fixed-parameter list (to
6492           match X/Open).
6493
6494 20061104
6495         + fix redrawing of windows other than stdscr using wredrawln() by
6496           touching the corresponding rows in curscr (discussion with Dan
6497           Gookin).
6498         + add test/redraw.c
6499         + add test/echochar.c
6500         + review/cleanup manpage descriptions of error-returns for form- and
6501           menu-libraries (prompted by FreeBSD docs/46196).
6502
6503 20061028
6504         + add AUTHORS file -TD
6505         + omit the -D options from output of the new config script --cflags
6506           option (suggested by Ralf S Engelschall).
6507         + make NCURSES_INLINE unconditionally defined in curses.h
6508
6509 20061021
6510         + revert change to accommodate bash 3.2, since that breaks other
6511           platforms, e.g., Solaris.
6512         + minor fixes to NEWS file to simplify scripting to obtain list of
6513           contributors.
6514         + improve some shared-library configure scripting for Linux, FreeBSD
6515           and NetBSD to make "--with-shlib-version" work.
6516         + change configure-script rules for FreeBSD shared libraries to allow
6517           for rpath support in versions past 3.
6518         + use $(DESTDIR) in makefile rules for installing/uninstalling the
6519           package config script (reports/patches by Christian Wiese,
6520           Ralf S Engelschall).
6521         + fix a warning in the configure script for NetBSD 2.0, working around
6522           spurious blanks embedded in its ${MAKEFLAGS} symbol.
6523         + change test/Makefile to simplify installing test programs in a
6524           different directory when --enable-rpath is used.
6525
6526 20061014
6527         + work around bug in bash 3.2 by adding extra quotes (Jim Gifford).
6528         + add/install a package config script, e.g., "ncurses5-config" or
6529           "ncursesw5-config", according to configuration options.
6530
6531 20061007
6532         + add several GNU Screen terminfo variations with 16- and 256-colors,
6533           and status line (Alain Bench).
6534         + change the way shared libraries (other than libtool) are installed.
6535           Rather than copying the build-tree's libraries, link the shared
6536           objects into the install directory.  This makes the --with-rpath
6537           option work except with $(DESTDIR) (cf: 20000930).
6538
6539 20060930
6540         + fix ifdef in c++/internal.h for QNX 6.1
6541         + test-compiled with (old) egcs-1.1.2, modified configure script to
6542           not unset the $CXX and related variables which would prevent this.
6543         + fix a few terminfo.src typos exposed by improvements to "-f" option.
6544         + improve infocmp/tic "-f" option formatting.
6545
6546 20060923
6547         + make --disable-largefile option work (report by Thomas M Ott).
6548         + updated html documentation.
6549         + add ka2, kb1, kb3, kc2 to vt220-keypad as an extension -TD
6550         + minor improvements to rxvt+pcfkeys -TD
6551
6552 20060916
6553         + move static data from lib_mouse.c into SCREEN struct.
6554         + improve ifdef's for _POSIX_VDISABLE in tset to work with Mac OS X
6555           (report by Michail Vidiassov).
6556         + modify CF_PATH_SYNTAX to ensure it uses the result from --prefix
6557           option (from lynx changes) -TD
6558         + adapt AC_PROG_EGREP check, noting that this is likely to be another
6559           place aggravated by POSIXLY_CORRECT.
6560         + modify configure check for awk to ensure that it is found (prompted
6561           by report by Christopher Parker).
6562         + update config.sub
6563
6564 20060909
6565         + add kon, kon2 and jfbterm terminfo entry (request by Till Maas) -TD
6566         + remove invis capability from klone+sgr, mainly used by linux entry,
6567           since it does not really do this -TD
6568
6569 20060903
6570         + correct logic in wadd_wch() and wecho_wch(), which did not guard
6571           against passing the multi-column attribute into a call on waddch(),
6572           e.g., using data returned by win_wch() (cf: 20041023)
6573           (report by Sadrul H Chowdhury).
6574
6575 20060902
6576         + fix kterm's acsc string -TD
6577         + fix for change to tic/infocmp in 20060819 to ensure no blank is
6578           embedded into a termcap description.
6579         + workaround for 20050806 ifdef's change to allow visbuf.c to compile
6580           when using --with-termlib --with-trace options.
6581         + improve tgetstr() by making the return value point into the user's
6582           buffer, if provided (patch by Miroslav Lichvar (see Redhat #202480)).
6583         + correct libraries needed for foldkeys (report by Stanislav Ievlev)
6584
6585 20060826
6586         + add terminfo entries for xfce terminal (xfce) and multi gnome
6587           terminal (mgt) -TD
6588         + add test/foldkeys.c
6589
6590 20060819
6591         + modify tic and infocmp to avoid writing trailing blanks on terminfo
6592           source output (Debian #378783).
6593         + modify configure script to ensure that if the C compiler is used
6594           rather than the loader in making shared libraries, the $(CFLAGS)
6595           variable is also used (Redhat #199369).
6596         + port hashed-db code to db2 and db3.
6597         + fix a bug in tgetent() from 20060625 and 20060715 changes
6598           (patch/analysis by Miroslav Lichvar (see Redhat #202480)).
6599
6600 20060805
6601         + updated xterm function-keys terminfo to match xterm #216 -TD
6602         + add configure --with-hashed-db option (tested only with FreeBSD 6.0,
6603           e.g., the db 1.8.5 interface).
6604
6605 20060729
6606         + modify toe to access termcap data, e.g., via cgetent() functions,
6607           or as a text file if those are not available.
6608         + use _nc_basename() in tset to improve $SHELL check for csh/sh.
6609         + modify _nc_read_entry() and _nc_read_termcap_entry() so infocmp,
6610           can access termcap data when the terminfo database is disabled.
6611
6612 20060722
6613         + widen the test for xterm kmous a little to allow for other strings
6614           than \E[M, e.g., for xterm-sco functionality in xterm.
6615         + update xterm-related terminfo entries to match xterm patch #216 -TD
6616         + update config.guess, config.sub
6617
6618 20060715
6619         + fix for install-rule in Ada95 to add terminal_interface.ads
6620           and terminal_interface.ali (anonymous posting in comp.lang.ada).
6621         + correction to manpage for getcchar() (report by William McBrine).
6622         + add test/chgat.c
6623         + modify wchgat() to mark updated cells as changed so a refresh will
6624           repaint those cells (comments by Sadrul H Chowdhury and William
6625           McBrine).
6626         + split up dependency of names.c and codes.c in ncurses/Makefile to
6627           work with parallel make (report/analysis by Joseph S Myers).
6628         + suppress a warning message (which is ignored) for systems without
6629           an ldconfig program (patch by Justin Hibbits).
6630         + modify configure script --disable-symlinks option to allow one to
6631           disable symlink() in tic even when link() does not work (report by
6632           Nigel Horne).
6633         + modify MKfallback.sh to use tic -x when constructing fallback tables
6634           to allow extended capabilities to be retrieved from a fallback entry.
6635         + improve leak-checking logic in tgetent() from 20060625 to ensure that
6636           it does not free the current screen (report by Miroslav Lichvar).
6637
6638 20060708
6639         + add a check for _POSIX_VDISABLE in tset (NetBSD #33916).
6640         + correct _nc_free_entries() and related functions used for memory leak
6641           checking of tic.
6642
6643 20060701
6644         + revert a minor change for magic-cookie support from 20060513, which
6645           caused unexpected reset of attributes, e.g., when resizing test/view
6646           in color mode.
6647         + note in clear manpage that the program ignores command-line
6648           parameters (prompted by Debian #371855).
6649         + fixes to make lib_gen.c build properly with changes to the configure
6650           --disable-macros option and NCURSES_NOMACROS (cf:  20060527)
6651         + update/correct several terminfo entries -TD
6652         + add some notes regarding copyright to terminfo.src -TD
6653
6654 20060625
6655         + fixes to build Ada95 binding with gnat-4.1.0
6656         + modify read_termtype() so the term_names data is always allocated as
6657           part of the str_table, a better fix for a memory leak (cf: 20030809).
6658         + reduce memory leaks in repeated calls to tgetent() by remembering the
6659           last TERMINAL* value allocated to hold the corresponding data and
6660           freeing that if the tgetent() result buffer is the same as the
6661           previous call (report by "Matt" for FreeBSD gnu/98975).
6662         + modify tack to test extended capability function-key strings.
6663         + improved gnome terminfo entry (GenToo #122566).
6664         + improved xterm-256color terminfo entry (patch by Alain Bench).
6665
6666 20060617
6667         + fix two small memory leaks related to repeated tgetent() calls
6668           with TERM=screen (report by "Matt" for FreeBSD gnu/98975).
6669         + add --enable-signed-char to simplify Debian package.
6670         + reduce name-pollution in term.h by removing #define's for HAVE_xxx
6671           symbols.
6672         + correct typo in curs_terminfo.3x (Debian #369168).
6673
6674 20060603
6675         + enable the mouse in test/movewindow.c
6676         + improve a limit-check in frm_def.c (John Heasley).
6677         + minor copyright fixes.
6678         + change configure script to produce test/Makefile from data file.
6679
6680 20060527
6681         + add a configure option --enable-wgetch-events to enable
6682           NCURSES_WGETCH_EVENTS, and correct the associated loop-logic in
6683           lib_twait.c (report by Bernd Jendrissek).
6684         + remove include/nomacros.h from build, since the ifdef for
6685           NCURSES_NOMACROS makes that obsolete.
6686         + add entrypoints for some functions which were only provided as macros
6687           to make NCURSES_NOMACROS ifdef work properly:  getcurx(), getcury(),
6688           getbegx(), getbegy(), getmaxx(), getmaxy(), getparx() and getpary(),
6689           wgetbkgrnd().
6690         + provide ifdef for NCURSES_NOMACROS which suppresses most macro
6691           definitions from curses.h, i.e., where a macro is defined to override
6692           a function to improve performance.  Allowing a developer to suppress
6693           these definitions can simplify some application (discussion with
6694           Stanislav Ievlev).
6695         + improve description of memu/meml in terminfo manpage.
6696
6697 20060520
6698         + if msgr is false, reset video attributes when doing an automargin
6699           wrap to the next line.  This makes the ncurses 'k' test work properly
6700           for hpterm.
6701         + correct caching of keyname(), which was using only half of its table.
6702         + minor fixes to memory-leak checking.
6703         + make SCREEN._acs_map and SCREEN._screen_acs_map pointers rather than
6704           arrays, making ACS_LEN less visible to applications (suggested by
6705           Stanislav Ievlev).
6706         + move chunk in SCREEN ifdef'd for USE_WIDEC_SUPPORT to the end, so
6707           _screen_acs_map will have the same offset in both ncurses/ncursesw,
6708           making the corresponding tinfo/tinfow libraries binary-compatible
6709           (cf: 20041016, report by Stanislav Ievlev).
6710
6711 20060513
6712         + improve debug-tracing for EmitRange().
6713         + change default for --with-develop to "yes".  Add NCURSES_NO_HARD_TABS
6714           and NCURSES_NO_MAGIC_COOKIE environment variables to allow runtime
6715           suppression of the related hard-tabs and xmc-glitch features.
6716         + add ncurses version number to top-level manpages, e.g., ncurses, tic,
6717           infocmp, terminfo as well as form, menu, panel.
6718         + update config.guess, config.sub
6719         + modify ncurses.c to work around a bug in NetBSD 3.0 curses
6720           (field_buffer returning null for a valid field).  The 'r' test
6721           appears to not work with that configuration since the new_fieldtype()
6722           function is broken in that implementation.
6723
6724 20060506
6725         + add hpterm-color terminfo entry -TD
6726         + fixes to compile test-programs with HPUX 11.23
6727
6728 20060422
6729         + add copyright notices to files other than those that are generated,
6730           data or adapted from pdcurses (reports by William McBrine, David
6731           Taylor).
6732         + improve rendering on hpterm by not resetting attributes at the end
6733           of doupdate() if the terminal has the magic-cookie feature (report
6734           by Bernd Rieke).
6735         + add 256color variants of terminfo entries for programs which are
6736           reported to implement this feature -TD
6737
6738 20060416
6739         + fix typo in change to NewChar() macro from 20060311 changes, which
6740           broke tab-expansion (report by Frederic L W Meunier).
6741
6742 20060415
6743         + document -U option of tic and infocmp.
6744         + modify tic/infocmp to suppress smacs/rmacs when acsc is suppressed
6745           due to size limit, e.g., converting to termcap format.  Also
6746           suppress them if the output format does not contain acsc and it
6747           was not VT100-like, i.e., a one-one mapping (Novell #163715).
6748         + add configure check to ensure that SIGWINCH is defined on platforms
6749           such as OS X which exclude that when _XOPEN_SOURCE, etc., are
6750           defined (report by Nicholas Cole)
6751
6752 20060408
6753         + modify write_object() to not write coincidental extensions of an
6754           entry made due to it being referenced in a use= clause (report by
6755           Alain Bench).
6756         + another fix for infocmp -i option, which did not ensure that some
6757           escape sequences had comparable prefixes (report by Alain Bench).
6758
6759 20060401
6760         + improve discussion of init/reset in terminfo and tput manpages
6761           (report by Alain Bench).
6762         + use is3 string for a fallback of rs3 in the reset program; it was
6763           using is2 (report by Alain Bench).
6764         + correct logic for infocmp -i option, which did not account for
6765           multiple digits in a parameter (cf: 20040828) (report by Alain
6766           Bench).
6767         + move _nc_handle_sigwinch() to lib_setup.c to make --with-termlib
6768           option work after 20060114 changes (report by Arkadiusz Miskiewicz).
6769         + add copyright notices to test-programs as needed (report by William
6770           McBrine).
6771
6772 20060318
6773         + modify ncurses.c 'F' test to combine the wide-characters with color
6774           and/or video attributes.
6775         + modify test/ncurses to use CTL/Q or ESC consistently for exiting
6776           a test-screen (some commands used 'x' or 'q').
6777
6778 20060312
6779         + fix an off-by-one in the scrolling-region change (cf_ 20060311).
6780
6781 20060311
6782         + add checks in waddchnstr() and wadd_wchnstr() to stop copying when
6783           a null character is found (report by Igor Bogomazov).
6784         + modify progs/Makefile.in to make "tput init" work properly with
6785           cygwin, i.e., do not pass a ".exe" in the reference string used
6786           in check_aliases (report by Samuel Thibault).
6787         + add some checks to ensure current position is within scrolling
6788           region before scrolling on a new line (report by Dan Gookin).
6789         + change some NewChar() usage to static variables to work around
6790           stack garbage introduced when cchar_t is not packed (Redhat #182024).
6791
6792 20060225
6793         + workarounds to build test/movewindow with PDcurses 2.7.
6794         + fix for nsterm-16color entry (patch by Alain Bench).
6795         + correct a typo in infocmp manpage (Debian #354281).
6796
6797 20060218
6798         + add nsterm-16color entry -TD
6799         + updated mlterm terminfo entry -TD
6800         + remove 970913 feature for copying subwindows as they are moved in
6801           mvwin() (discussion with Bryan Christ).
6802         + modify test/demo_menus.c to demonstrate moving a menu (both the
6803           window and subwindow) using shifted cursor-keys.
6804         + start implementing recursive mvwin() in movewindow.c (incomplete).
6805         + add a fallback definition for GCC_PRINTFLIKE() in test.priv.h,
6806           for movewindow.c (report by William McBrine).
6807         + add help-message to test/movewindow.c
6808
6809 20060211
6810         + add test/movewindow.c, to test mvderwin().
6811         + fix ncurses soft-key test so color changes are shown immediately
6812           rather than delayed.
6813         + modify ncurses soft-key test to hide the keys when exiting the test
6814           screen.
6815         + fixes to build test programs with PDCurses 2.7, e.g., its headers
6816           rely on autoconf symbols, and it declares stubs for nonfunctional
6817           terminfo and termcap entrypoints.
6818
6819 20060204
6820         + improved test/configure to build test/ncurses on HPUX 11 using the
6821           vendor curses.
6822         + documented ALTERNATE CONFIGURATIONS in the ncurses manpage, for the
6823           benefit of developers who do not read INSTALL.
6824
6825 20060128
6826         + correct form library Window_To_Buffer() change (cf:  20040516), which
6827           should ignore the video attributes (report by Ricardo Cantu).
6828
6829 20060121
6830         + minor fixes to xmc-glitch experimental code:
6831           + suppress line-drawing
6832           + implement max_attributes
6833           tested with xterm.
6834         + minor fixes for the database iterator.
6835         + fix some buffer limits in c++ demo (comment by Falk Hueffner in
6836           Debian #348117).
6837
6838 20060114
6839         + add toe -a option, to show all databases.  This uses new private
6840           interfaces in the ncurses library for iterating through the list of
6841           databases.
6842         + fix toe from 20000909 changes which made it not look at
6843           $HOME/.terminfo
6844         + make toe's -v option parameter optional as per manpage.
6845         + improve SIGWINCH handling by postponing its effect during newterm(),
6846           etc., when allocating screens.
6847
6848 20060111
6849         + modify wgetnstr() to return KEY_RESIZE if a sigwinch occurs.  Use
6850           this in test/filter.c
6851         + fix an error in filter() modification which caused some applications
6852           to fail.
6853
6854 20060107
6855         + check if filter() was called when getting the screensize.  Keep it
6856           at 1 if so (based on Redhat #174498).
6857         + add extension nofilter().
6858         + refined the workaround for ACS mapping.
6859         + make ifdef's consistent in curses.h for the extended colors so the
6860           header file can be used for the normal curses library.  The header
6861           file installed for extended colors is a variation of the
6862           wide-character configuration (report by Frederic L W Meunier).
6863
6864 20051231
6865         + add a workaround to ACS mapping to allow applications such as
6866           test/blue.c to use the "PC ROM" characters by masking them with
6867           A_ALTCHARSET.  This worked up til 5.5, but was lost in the revision
6868           of legacy coding (report by Michael Deutschmann).
6869         + add a null-pointer check in the wide-character version of
6870           calculate_actual_width() (report by Victor Julien).
6871         + improve test/ncurses 'd' (color-edit) test by allowing the RGB
6872           values to be set independently (patch by William McBrine).
6873         + modify test/configure script to allow building test programs with
6874           PDCurses/X11.
6875         + modified test programs to allow some to work with NetBSD curses.
6876           Several do not because NetBSD curses implements a subset of X/Open
6877           curses, and also lacks much of SVr4 additions.  But it's enough for
6878           comparison.
6879         + update config.guess and config.sub
6880
6881 20051224
6882         + use BSD-specific fix for return-value from cgetent() from CVS where
6883           an unknown terminal type would be reportd as "database not found".
6884         + make tgetent() return code more readable using new symbols
6885           TGETENT_YES, etc.
6886         + remove references to non-existent "tctest" program.
6887         + remove TESTPROGS from progs/Makefile.in (it was referring to code
6888           that was never built in that directory).
6889         + typos in curs_addchstr.3x, some doc files (noticed in OpenBSD CVS).
6890
6891 20051217
6892         + add use_legacy_coding() function to support lynx's font-switching
6893           feature.
6894         + fix formatting in curs_termcap.3x (report by Mike Frysinger).
6895         + modify MKlib_gen.sh to change preprocessor-expanded _Bool back to
6896           bool.
6897
6898 20051210
6899         + extend test/ncurses.c 's' (overlay window) test to exercise overlay(),
6900           overwrite() and copywin() with different combinations of colors and
6901           attributes (including background color) to make it easy to see the
6902           effect of the different functions.
6903         + corrections to menu/m_global.c for wide-characters (report by
6904           Victor Julien).
6905
6906 20051203
6907         + add configure option --without-dlsym, allowing developers to
6908           configure GPM support without using dlsym() (discussion with Michael
6909           Setzer).
6910         + fix wins_nwstr(), which did not handle single-column non-8bit codes
6911           (Debian #341661).
6912
6913 20051126
6914         + move prototypes for wide-character trace functions from curses.tail
6915           to curses.wide to avoid accidental reference to those if
6916           _XOPEN_SOURCE_EXTENDED is defined without ensuring that <wchar.h> is
6917           included.
6918         + add/use NCURSES_INLINE definition.
6919         + change some internal functions to use int/unsigned rather than the
6920           short equivalents.
6921
6922 20051119
6923         + remove a redundant check in lib_color.c (Debian #335655).
6924         + use ld's -search_paths_first option on Darwin to work around odd
6925           search rules on that platform (report by Christian Gennerat, analysis
6926           by Andrea Govoni).
6927         + remove special case for Darwin in CF_XOPEN_SOURCE configure macro.
6928         + ignore EINTR in tcgetattr/tcsetattr calls (Debian #339518).
6929         + fix several bugs in test/bs.c (patch by Stephen Lindholm).
6930
6931 20051112
6932         + other minor fixes to cygwin based on tack -TD
6933         + correct smacs in cygwin (Debian #338234, report by Baurzhan
6934           Ismagulov, who noted that it was fixed in Cygwin).
6935
6936 20051029
6937         + add shifted up/down arrow codes to xterm-new as kind/kri strings -TD
6938         + modify wbkgrnd() to avoid clearing the A_CHARTEXT attribute bits
6939           since those record the state of multicolumn characters (Debian
6940           #316663).
6941         + modify werase to clear multicolumn characters that extend into
6942           a derived window (Debian #316663).
6943
6944 20051022
6945         + move assignment from environment variable ESCDELAY from initscr()
6946           down to newterm() so the environment variable affects timeouts for
6947           terminals opened with newterm() as well.
6948         + fix a memory leak in keyname().
6949         + add test/demo_altkeys.c
6950         + modify test/demo_defkey.c to exit from loop via 'q' to allow
6951           leak-checking, as well as fix a buffer size in winnstr() call.
6952
6953 20051015
6954         + correct order of use-clauses in rxvt-basic entry which made codes for
6955           f1-f4 vt100-style rather than vt220-style (report by Gabor Z Papp).
6956         + suppress configure check for gnatmake if Ada95/Makefile.in is not
6957           found.
6958         + correct a typo in configure --with-bool option for the case where
6959           --without-cxx is used (report by Daniel Jacobowitz).
6960         + add a note to INSTALL's discussion of --with-normal, pointing out
6961           that one may wish to use --without-gpm to ensure a completely
6962           static link (prompted by report by Felix von Leitner).
6963
6964 20051010 5.5 release for upload to ftp.gnu.org
6965
6966 20051008
6967         + document in demo_forms.c some portability issues.
6968
6969 20051001
6970         + document side-effect of werase() which sets the cursor position.
6971         + save/restore the current position in form field editing to make
6972           overlay mode work.
6973
6974 20050924
6975         + correct header dependencies in progs, allowing parallel make (report
6976           by Daniel Jacobowitz).
6977         + modify CF_BUILD_CC to ensure that pre-setting $BUILD_CC overrides
6978           the configure check for --with-build-cc (report by Daniel Jacobowitz).
6979         + modify CF_CFG_DEFAULTS to not use /usr as the default prefix for
6980           NetBSD.
6981         + update config.guess and config.sub from
6982                 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
6983
6984 20050917
6985         + modify sed expression which computes path for /usr/lib/terminfo
6986           symbolic link in install to ensure that it does not change unexpected
6987           levels of the path (Gentoo #42336).
6988         + modify default for --disable-lp64 configure option to reduce impact
6989           on existing 64-bit builds.  Enabling the _LP64 option may change the
6990           size of chtype and mmask_t.  However, for ABI 6, it is enabled by
6991           default (report by Mike Frysinger).
6992         + add configure script check for --enable-ext-mouse, bump ABI to 6 by
6993           default if it is used.
6994         + improve configure script logic for bumping ABI to omit this if the
6995           --with-abi-version option was used.
6996         + update address for Free Software Foundation in tack's source.
6997         + correct wins_wch(), which was not marking the filler-cells of
6998           multi-column characters (cf:  20041023).
6999
7000 20050910
7001         + modify mouse initialization to ensure that Gpm_Open() is called only
7002           once.  Otherwise GPM gets confused in its initialization of signal
7003           handlers (Debian #326709).
7004
7005 20050903
7006         + modify logic for backspacing in a multiline form field to ensure that
7007           it works even when the preceding line is full (report by Frank van
7008           Vugt).
7009         + remove comment about BUGS section of ncurses manpage (Debian #325481)
7010
7011 20050827
7012         + document some workarounds for shared and libtool library
7013           configurations in INSTALL (see --with-shared and --with-libtool).
7014         + modify CF_GCC_VERSION and CF_GXX_VERSION macros to accommodate
7015           cross-compilers which emit the platform name in their version
7016           message, e.g.,
7017                 arm-sa1100-linux-gnu-g++ (GCC) 4.0.1
7018           (report by Frank van Vugt).
7019
7020 20050820
7021         + start updating documentation for upcoming 5.5 release.
7022         + fix to make libtool  and libtinfo work together again (cf: 20050122).
7023         + fixes to allow building traces into libtinfo
7024         + add debug trace to tic that shows if/how ncurses will write to the
7025           lower corner of a terminal's screen.
7026         + update llib-l* files.
7027
7028 20050813
7029         + modify initializers in c++ binding to build with old versions of g++.
7030         + improve special case for 20050115 repainting fix, ensuring that if
7031           the first changed cell is not a character that the range to be
7032           repainted is adjusted to start at a character's beginning (Debian
7033           #316663).
7034
7035 20050806
7036         + fixes to build on QNX 6.1
7037         + improve configure script checks for Intel 9.0 compiler.
7038         + remove #include's for libc.h (obsolete).
7039         + adjust ifdef's in curses.priv.h so that when cross-compiling to
7040           produce comp_hash and make_keys, no dependency on wchar.h is needed.
7041           That simplifies the build-cppflags (report by Frank van Vugt).
7042         + move modules related to key-binding into libtinfo to fix linkage
7043           problem caused by 20050430 changes to MKkeyname.sh (report by
7044           Konstantin Andreev).
7045
7046 20050723
7047         + updates/fixes for configure script macros from vile -TD
7048         + make prism9's sgr string agree with the rest of the terminfo -TD
7049         + make vt220's sgr0 string consistent with sgr string, do this for
7050           several related cases -TD
7051         + improve translation to termcap by filtering the 'me' (sgr0) strings
7052           as in the runtime call to tgetent() (prompted by a discussion with
7053           Thomas Klausner).
7054         + improve tic check for sgr0 versus sgr(0), to help ensure that sgr0
7055           resets line-drawing.
7056
7057 20050716
7058         + fix special cases for trimming sgr0 for hurd and vt220 (Debian
7059           #318621).
7060         + split-out _nc_trim_sgr0() from modifications made to tgetent(), to
7061           allow it to be used by tic to provide information about the runtime
7062           changes that would be made to sgr0 for termcap applications.
7063         + modify make_sed.sh to make the group-name in the NAME section of
7064           form/menu library manpage agree with the TITLE string when renaming
7065           is done for Debian (Debian #78866).
7066
7067 20050702
7068         + modify parameter type in c++ binding for insch() and mvwinsch() to
7069           be consistent with underlying ncurses library (was char, is chtype).
7070         + modify treatment of Intel compiler to allow _GNU_SOURCE to be defined
7071           on Linux.
7072         + improve configure check for nanosleep(), checking that it works since
7073           some older systems such as AIX 4.3 have a nonworking version.
7074
7075 20050625
7076         + update config.guess and config.sub from
7077                 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
7078         + modify misc/shlib to work in test-directory.
7079         + suppress $suffix in misc/run_tic.sh when cross-compiling.  This
7080           allows cross-compiles to use the host's tic program to handle the
7081           "make install.data" step.
7082         + improve description of $LINES and $COLUMNS variables in manpages
7083           (prompted by report by Dave Ulrick).
7084         + improve description of cross-compiling in INSTALL
7085         + add NCURSES-Programming-HOWTO.html by Pradeep Padala
7086           (see http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/).
7087         + modify configure script to obtain soname for GPM library (discussion
7088           with Daniel Jacobowitz).
7089         + modify configure script so that --with-chtype option will still
7090           compute the unsigned literals suffix for constants in curses.h
7091           (report by Daniel Jacobowitz:
7092         + patches from Daniel Jacobowitz:
7093           + the man_db.renames entry for tack.1 was backwards.
7094           + tack.1 had some 1m's that should have been 1M's.
7095           + the section for curs_inwstr.3 was wrong.
7096
7097 20050619
7098         + correction to --with-chtype option (report by Daniel Jacobowitz).
7099
7100 20050618
7101         + move build-time edit_man.sh and edit_man.sed scripts to top directory
7102           to simplify reusing them for renaming tack's manpage (prompted by a
7103           review of Debian package).
7104         + revert minor optimization from 20041030 (Debian #313609).
7105         + libtool-specific fixes, tested with libtool 1.4.3, 1.5.0, 1.5.6,
7106           1.5.10 and 1.5.18 (all work except as noted previously for the c++
7107           install using libtool 1.5.0):
7108           + modify the clean-rule in c++/Makefile.in to work with IRIX64 make
7109             program.
7110           + use $(LIBTOOL_UNINSTALL) symbol, overlooked in 20030830
7111         + add configure options --with-chtype and --with-mmask-t, to allow
7112           overriding of the non-LP64 model's use of the corresponding types.
7113         + revise test for size of chtype (and mmask_t), which always returned
7114           "long" due to an uninitialized variable (report by Daniel Jacobowitz).
7115
7116 20050611
7117         + change _tracef's that used "%p" format for va_list values to ignore
7118           that, since on some platforms those are not pointers.
7119         + fixes for long-formats in printf's due to largefile support.
7120
7121 20050604
7122         + fixes for termcap support:
7123           + reset pointer to _nc_curr_token.tk_name when the input stream is
7124             closed, which could point to free memory (cf: 20030215).
7125           + delink TERMTYPE data which is used by the termcap reader, so that
7126             extended names data will be freed consistently.
7127           + free pointer to TERMTYPE data in _nc_free_termtype() rather than
7128             its callers.
7129           + add some entrypoints for freeing permanently allocated data via
7130             _nc_freeall() when NO_LEAKS is defined.
7131         + amend 20041030 change to _nc_do_color to ensure that optimization is
7132           applied only when the terminal supports back_color_erase (bce).
7133
7134 20050528
7135         + add sun-color terminfo entry -TD
7136         + correct a missing assignment in c++ binding's method
7137           NCursesPanel::UserPointer() from 20050409 changes.
7138         + improve configure check for large-files, adding check for dirent64
7139           from vile -TD
7140         + minor change to configure script to improve linker options for the
7141           Ada95 tree.
7142
7143 20050515
7144         + document error conditions for ncurses library functions (report by
7145           Stanislav Ievlev).
7146         + regenerated html documentation for ada binding.
7147           see ftp://ftp.invisible-island.net/ncurses/patches/gnathtml
7148
7149 20050507
7150         + regenerated html documentation for manpages.
7151         + add $(BUILD_EXEEXT) suffix to invocation of make_keys in
7152           ncurses/Makefile (Gentoo #89772).
7153         + modify c++/demo.cc to build with g++ -fno-implicit-templates option
7154           (patch by Mike Frysinger).
7155         + modify tic to filter out long extended names when translating to
7156           termcap format.  Only two characters are permissible for termcap
7157           capability names.
7158
7159 20050430
7160         + modify terminfo entries xterm-new and rxvt to add strings for
7161           shift-, control-cursor keys.
7162         + workaround to allow c++ binding to compile with g++ 2.95.3, which
7163           has a broken implementation of static_cast<> (patch by Jeff Chua).
7164         + modify initialization of key lookup table so that if an extended
7165           capability (tic -x) string is defined, and its name begins with 'k',
7166           it will automatically be treated as a key.
7167         + modify test/keynames.c to allow for the possibility of extended
7168           key names, e.g., via define_key(), or via "tic -x".
7169         + add test/demo_termcap.c to show the contents of given entry via the
7170           termcap interface.
7171
7172 20050423
7173         + minor fixes for vt100/vt52 entries -TD
7174         + add configure option --enable-largefile
7175         + corrected libraries used to build Ada95/gen/gen, found in testing
7176           gcc 4.0.0.
7177
7178 20050416
7179         + update config.guess, config.sub
7180         + modify configure script check for _XOPEN_SOURCE, disable that on
7181           Darwin whose header files have problems (patch by Chris Zubrzycki).
7182         + modify form library Is_Printable_String() to use iswprint() rather
7183           than wcwidth() for determining if a character is printable.  The
7184           latter caused it to reject menu items containing non-spacing
7185           characters.
7186         + modify ncurses test program's F-test to handle non-spacing characters
7187           by combining them with a reverse-video blank.
7188         + review/fix several gcc -Wconversion warnings.
7189
7190 20050409
7191         + correct an off-by-one error in m_driver() for mouse-clicks used to
7192           position the mouse to a particular item.
7193         + implement test/demo_menus.c
7194         + add some checks in lib_mouse to ensure SP is set.
7195         + modify C++ binding to make 20050403 changes work with the configure
7196           --enable-const option.
7197
7198 20050403
7199         + modify start_color() to return ERR if it cannot allocate memory.
7200         + address g++ compiler warnings in C++ binding by adding explicit
7201           member initialization, assignment operators and copy constructors.
7202           Most of the changes simply preserve the existing semantics of the
7203           binding, which can leak memory, etc., but by making these features
7204           visible, it provides a framework for improving the binding.
7205         + improve C++ binding using static_cast, etc.
7206         + modify configure script --enable-warnings to add options to g++ to
7207           correspond to the gcc --enable-warnings.
7208         + modify C++ binding to use some C internal functions to make it
7209           compile properly on Solaris (and other platforms).
7210
7211 20050327
7212         + amend change from 20050320 to limit it to configurations with a
7213           valid locale.
7214         + fix a bug introduced in 20050320 which broke the translation of
7215           nonprinting characters to uparrow form (report by Takahashi Tamotsu).
7216
7217 20050326
7218         + add ifdef's for _LP64 in curses.h to avoid using wasteful 64-bits for
7219           chtype and mmask_t, but add configure option --disable-lp64 in case
7220           anyone used that configuration.
7221         + update misc/shlib script to account for Mac OS X (report by Michail
7222           Vidiassov).
7223         + correct comparison for wrapping multibyte characters in
7224           waddch_literal() (report by Takahashi Tamotsu).
7225
7226 20050320
7227         + add -c and -w options to tset to allow user to suppress ncurses'
7228           resizing of the terminal emulator window in the special case where it
7229           is not able to detect the true size (report by Win Delvaux, Debian
7230           #300419).
7231         + modify waddch_nosync() to account for locale zn_CH.GBK, which uses
7232           codes 128-159 as part of multibyte characters (report by Wang
7233           WenRui, Debian #300512).
7234
7235 20050319
7236         + modify ncurses.c 'd' test to make it work with 88-color
7237           configuration, i.e., by implementing scrolling.
7238         + improve scrolling in ncurses.c 'c' and 'C' tests, e.g., for 88-color
7239           configuration.
7240
7241 20050312
7242         + change tracemunch to use strict checking.
7243         + modify ncurses.c 'p' test to test line-drawing within a pad.
7244         + implement environment variable NCURSES_NO_UTF8_ACS to support
7245           miscellaneous terminal emulators which ignore alternate character
7246           set escape sequences when in UTF-8 mode.
7247
7248 20050305
7249         + change NCursesWindow::err_handler() to a virtual function (request by
7250           Steve Beal).
7251         + modify fty_int.c and fty_num.c to handle wide characters (report by
7252           Wolfgang Gutjahr).
7253         + adapt fix for fty_alpha.c to fty_alnum.c, which also handled normal
7254           and wide characters inconsistently (report by Wolfgang Gutjahr).
7255         + update llib-* files to reflect internal interface additions/changes.
7256
7257 20050226
7258         + improve test/configure script, adding tests for _XOPEN_SOURCE, etc.,
7259           from lynx.
7260         + add aixterm-16color terminfo entry -TD
7261         + modified xterm-new terminfo entry to work with tgetent() changes -TD
7262         + extended changes in tgetent() from 20040710 to allow the substring of
7263           sgr0 which matches rmacs to be at the beginning of the sgr0 string
7264           (request by Thomas Wolff).  Wolff says the visual effect in
7265           combination with pre-20040710 ncurses is improved.
7266         + fix off-by-one in winnstr() call which caused form field validation
7267           of multibyte characters to ignore the last character in a field.
7268         + correct logic in winsch() for inserting multibyte strings; the code
7269           would clear cells after the insertion rather than push them to the
7270           right (cf: 20040228).
7271         + fix an inconsistency in Check_Alpha_Field() between normal and wide
7272           character logic (report by Wolfgang Gutjahr).
7273
7274 20050219
7275         + fix a bug in editing wide-characters in form library: deleting a
7276           nonwide character modified the previous wide-character.
7277         + update manpage to describe NCURSES_MOUSE_VERSION 2.
7278         + correct manpage description of mouseinterval() (Debian #280687).
7279         + add a note to default_colors.3x explaining why this extension was
7280           added (Debian #295083).
7281         + add traces to panel library.
7282
7283 20050212
7284         + improve editing of wide-characters in form library:  left/right
7285           cursor movement, and single-character deletions work properly.
7286         + disable GPM mouse support when $TERM happens to be prefixed with
7287           "xterm".  Gpm_Open() would otherwise assert that it can deal with
7288           mouse events in this case.
7289         + modify GPM mouse support so it closes the server connection when
7290           the caller disables the mouse (report by Stanislav Ievlev).
7291
7292 20050205
7293         + add traces for callback functions in form library.
7294         + add experimental configure option --enable-ext-mouse, which defines
7295           NCURSES_MOUSE_VERSION 2, and modifies the encoding of mouse events to
7296           support wheel mice, which may transmit buttons 4 and 5.  This works
7297           with xterm and similar X terminal emulators (prompted by question by
7298           Andreas Henningsson, this is also related to Debian #230990).
7299         + improve configure macros CF_XOPEN_SOURCE and CF_POSIX_C_SOURCE to
7300           avoid redefinition warnings on cygwin.
7301
7302 20050129
7303         + merge remaining development changes for extended colors (mostly
7304           complete, does not appear to break other configurations).
7305         + add xterm-88color.dat (part of extended colors testing).
7306         + improve _tracedump() handling of color pairs past 96.
7307         + modify return-value from start_color() to return OK if colors have
7308           already been started.
7309         + modify curs_color.3x list error conditions for init_pair(),
7310           pair_content() and color_content().
7311         + modify pair_content() to return -1 for consistency with init_pair()
7312           if it corresponds to the default-color.
7313         + change internal representation of default-color to allow application
7314           to use color number 255.  This does not affect the total number of
7315           color pairs which are allowed.
7316         + add a top-level tags rule.
7317
7318 20050122
7319         + add a null-pointer check in wgetch() in case it is called without
7320           first calling initscr().
7321         + add some null-pointer checks for SP, which is not set by libtinfo.
7322         + modify misc/shlib to ensure that absolute pathnames are used.
7323         + modify test/Makefile.in, etc., to link test programs only against the
7324           libraries needed, e.g., omit form/menu/panel library for the ones
7325           that are curses-specific.
7326         + change SP->_current_attr to a pointer, adjust ifdef's to ensure that
7327           libtinfo.so and libtinfow.so have the same ABI.  The reason for this
7328           is that the corresponding data which belongs to the upper-level
7329           ncurses library has a different size in each model (report by
7330           Stanislav Ievlev).
7331
7332 20050115
7333         + minor fixes to allow test-compiles with g++.
7334         + correct column value shown in tic's warnings, which did not account
7335           for leading whitespace.
7336         + add a check in _nc_trans_string() for improperly ended strings, i.e.,
7337           where a following line begins in column 1.
7338         + modify _nc_save_str() to return a null pointer on buffer overflow.
7339         + improve repainting while scrolling wide-character data (Eungkyu Song).
7340
7341 20050108
7342         + merge some development changes to extend color capabilities.
7343
7344 20050101
7345         + merge some development changes to extend color capabilities.
7346         + fix manpage typo (FreeBSD report docs/75544).
7347         + update config.guess, config.sub
7348         > patches for configure script (Albert Chin-A-Young):
7349         + improved fix to make mbstate_t recognized on HPUX 11i (cf:
7350           20030705), making vsscanf() prototype visible on IRIX64.  Tested for
7351           on HP-UX 11i, Solaris 7, 8, 9, AIX 4.3.3, 5.2, Tru64 UNIX 4.0D, 5.1,
7352           IRIX64 6.5, Redhat Linux 7.1, 9, and RHEL 2.1, 3.0.
7353         + print the result of the --disable-home-terminfo option.
7354         + use -rpath when compiling with SGI C compiler.
7355
7356 20041225
7357         + add trace calls to remaining public functions in form and menu
7358           libraries.
7359         + fix check for numeric digits in test/ncurses.c 'b' and 'B' tests.
7360         + fix typo in test/ncurses.c 'c' test from 20041218.
7361
7362 20041218
7363         + revise test/ncurses.c 'c' color test to improve use for xterm-88color
7364           and xterm-256color, added 'C' test using the wide-character color_set
7365           and attr_set functions.
7366
7367 20041211
7368         + modify configure script to work with Intel compiler.
7369         + fix an limit-check in wadd_wchnstr() which caused labels in the
7370           forms-demo to be one character short.
7371         + fix typo in curs_addchstr.3x (Jared Yanovich).
7372         + add trace calls to most functions in form and menu libraries.
7373         + update working-position for adding wide-characters when window is
7374           scrolled (prompted by related report by Eungkyu Song).
7375
7376 20041204
7377         + replace some references on Linux to wcrtomb() which use it to obtain
7378           the length of a multibyte string with _nc_wcrtomb, since wcrtomb() is
7379           broken in glibc (see Debian #284260).
7380         + corrected length-computation in wide-character support for
7381           field_buffer().
7382         + some fixes to frm_driver.c to allow it to accept multibyte input.
7383         + modify configure script to work with Intel 8.0 compiler.
7384
7385 20041127
7386         + amend change to setupterm() in 20030405 which would reuse the value
7387           of cur_term if the same output was selected.  This now reuses it only
7388           when setupterm() is called from tgetent(), which has no notion of
7389           separate SCREENs.  Note that tgetent() must be called after initscr()
7390           or newterm() to use this feature (Redhat #140326).
7391         + add a check in CF_BUILD_CC macro to ensure that developer has given
7392           the --with-build-cc option when cross-compiling (report by Alexandre
7393           Campo).
7394         + improved configure script checks for _XOPEN_SOURCE and
7395           _POSIX_C_SOURCE (fix for IRIX 5.3 from Georg Schwarz, _POSIX_C_SOURCE
7396           updates from lynx).
7397         + cosmetic fix to test/gdc.c to recolor the bottom edge of the box
7398           for consistency (comment by Dan Nelson).
7399
7400 20041120
7401         + update wsvt25 terminfo entry -TD
7402         + modify test/ins_wide.c to test all flavors of ins_wstr().
7403         + ignore filler-cells in wadd_wchnstr() when adding a cchar_t array
7404           which consists of multi-column characters, since this function
7405           constructs them (cf: 20041023).
7406         + modify winnstr() to return multibyte character strings for the
7407           wide-character configuration.
7408
7409 20041106
7410         + fixes to make slk_set() and slk_wset() accept and store multibyte
7411           or multicolumn characters.
7412
7413 20041030
7414         + improve color optimization a little by making _nc_do_color() check
7415           if the old/new pairs are equivalent to the default pair 0.
7416         + modify assume_default_colors() to not require that
7417           use_default_colors() be called first.
7418
7419 20041023
7420         + modify term_attrs() to use termattrs(), add the extended attributes
7421           such as enter_horizontal_hl_mode for WA_HORIZONTAL to term_attrs().
7422         + add logic in waddch_literal() to clear orphaned cells when one
7423           multi-column character partly overwrites another.
7424         + improved logic for clearing cells when a multi-column character
7425           must be wrapped to a new line.
7426         + revise storage of cells for multi-column characters to correct a
7427           problem with repainting.  In the old scheme, it was possible for
7428           doupdate() to decide that only part of a multi-column character
7429           should be repainted since the filler cells stored only an attribute
7430           to denote them as fillers, rather than the character value and the
7431           attribute.
7432
7433 20041016
7434         + minor fixes for traces.
7435         + add SP->_screen_acs_map[], used to ensure that mapping of missing
7436           line-drawing characters is handled properly.  For example, ACS_DARROW
7437           is absent from xterm-new, and it was coincidentally displayed the
7438           same as ACS_BTEE.
7439
7440 20041009
7441         + amend 20021221 workaround for broken acs to reset the sgr, rmacs
7442           and smacs strings as well.  Also modify the check for screen's
7443           limitations in that area to allow the multi-character shift-in
7444           and shift-out which seem to work.
7445         + change GPM initialization, using dl library to load it dynamically
7446           at runtime (Debian #110586).
7447
7448 20041002
7449         + correct logic for color pair in setcchar() and getcchar() (patch by
7450           Marcin 'Qrczak' Kowalczyk).
7451         + add t/T commands to ncurses b/B tests to allow a different color to
7452           be tested for the attrset part of the test than is used in the
7453           background color.
7454
7455 20040925
7456         + fix to make setcchar() to work when its wchar_t* parameter is
7457           pointing to a string which contains more data than can be converted.
7458         + modify wget_wstr() and example in ncurses.c to work if wchar_t and
7459           wint_t are different sizes (report by Marcin 'Qrczak' Kowalczyk).
7460
7461 20040918
7462         + remove check in wget_wch() added to fix an infinite loop, appears to
7463           have been working around a transitory glibc bug, and interferes
7464           with normal operation (report by Marcin 'Qrczak' Kowalczyk).
7465         + correct wadd_wch() and wecho_wch(), which did not pass the rendition
7466           information (report by Marcin 'Qrczak' Kowalczyk).
7467         + fix aclocal.m4 so that the wide-character version of ncurses gets
7468           compiled as libncursesw.5.dylib, instead of libncurses.5w.dylib
7469           (adapted from patch by James J Ramsey).
7470         + change configure script for --with-caps option to indicate that it
7471           is no longer experimental.
7472         + change configure script to reflect the fact that --enable-widec has
7473           not been "experimental" since 5.3 (report by Bruno Lustosa).
7474
7475 20040911
7476         + add 'B' test to ncurses.c, to exercise some wide-character functions.
7477
7478 20040828
7479         + modify infocmp -i option to match 8-bit controls against its table
7480           entries, e.g., so it can analyze the xterm-8bit entry.
7481         + add morphos terminfo entry, improve amiga-8bit entry (Pavel Fedin).
7482         + correct translation of "%%" in terminfo format to termcap, e.g.,
7483           using "tic -C" (Redhat #130921).
7484         + modified configure script CF_XOPEN_SOURCE macro to ensure that if
7485           it defines _POSIX_C_SOURCE, that it defines it to a specific value
7486           (comp.os.stratus newsgroup comment).
7487
7488 20040821
7489         + fixes to build with Ada95 binding with gnat 3.4 (all warnings are
7490           fatal, and gnat does not follow the guidelines for pragmas).
7491           However that did find a coding error in Assume_Default_Colors().
7492         + modify several terminfo entries to ensure xterm mouse and cursor
7493           visibility are reset in rs2 string:  hurd, putty, gnome,
7494           konsole-base, mlterm, Eterm, screen (Debian #265784, Debian #55637).
7495           The xterm entries are left alone - old ones for compatibility, and
7496           the new ones do not require this change. -TD
7497
7498 20040814
7499         + fake a SIGWINCH in newterm() to accommodate buggy terminal emulators
7500           and window managers (Debian #265631).
7501         > terminfo updates -TD
7502         + remove dch/dch1 from rxvt because they are implemented inconsistently
7503           with the common usage of bce/ech
7504         + remove khome from vt220 (vt220's have no home key)
7505         + add rxvt+pcfkeys
7506
7507 20040807
7508         + modify test/ncurses.c 'b' test, adding v/V toggles to cycle through
7509           combinations of video attributes so that for instance bold and
7510           underline can be tested.  This made the legend too crowded, added
7511           a help window as well.
7512         + modify test/ncurses.c 'b' test to cycle through default colors if
7513           the -d option is set.
7514         + update putty terminfo entry (Robert de Bath).
7515
7516 20040731
7517         + modify test/cardfile.c to allow it to read more data than can be
7518           displayed.
7519         + correct logic in resizeterm.c which kept it from processing all
7520           levels of window hierarchy (reports by Folkert van Heusden,
7521           Chris Share).
7522
7523 20040724
7524         + modify "tic -cv" to ignore delays when comparing strings.  Also
7525           modify it to ignore a canceled sgr string, e.g., for terminals which
7526           cannot properly combine attributes in one control sequence.
7527         + corrections for gnome and konsole entries (Redhat #122815, patch by
7528           Hans de Goede)
7529         > terminfo updates -TD
7530         + make ncsa-m rmacs/smacs consistent with sgr
7531         + add sgr, rc/sc and ech to syscons entries
7532         + add function-keys to decansi
7533         + add sgr to mterm-ansi
7534         + add sgr, civis, cnorm to emu
7535         + correct/simplify cup in addrinfo
7536
7537 20040717
7538         > terminfo updates -TD
7539         + add xterm-pc-fkeys
7540         + review/update gnome and gnome-rh90 entries (prompted by Redhat
7541           #122815).
7542         + review/update konsole entries
7543         + add sgr, correct sgr0 for kterm and mlterm
7544         + correct tsl string in kterm
7545
7546 20040711
7547         + add configure option --without-xterm-new
7548
7549 20040710
7550         + add check in wget_wch() for printable bytes that are not part of a
7551           multibyte character.
7552         + modify wadd_wchnstr() to render text using window's background
7553           attributes.
7554         + improve tic's check to compare sgr and sgr0.
7555         + fix c++ directory's .cc.i rule.
7556         + modify logic in tgetent() which adjusts the termcap "me" string
7557           to work with ISO-2022 string used in xterm-new (cf: 20010908).
7558         + modify tic's check for conflicting function keys to omit that if
7559           converting termcap to termcap format.
7560         + add -U option to tic and infocmp.
7561         + add rmam/smam to linux terminfo entry (Trevor Van Bremen)
7562         > terminfo updates -TD
7563         + minor fixes for emu
7564         + add emu-220
7565         + change wyse acsc strings to use 'i' map rather than 'I'
7566         + fixes for avatar0
7567         + fixes for vp3a+
7568
7569 20040703
7570         + use tic -x to install terminfo database -TD
7571         + add -x to infocmp's usage message.
7572         + correct field used for comparing O_ROWMAJOR in set_menu_format()
7573           (report/patch by Tony Li).
7574         + fix a missing nul check in set_field_buffer() from 20040508 changes.
7575         > terminfo updates -TD
7576           + make xterm-xf86-v43 derived from xterm-xf86-v40 rather than
7577             xterm-basic -TD
7578           + align with xterm patch #192's use of xterm-new -TD
7579           + update xterm-new and xterm-8bit for cvvis/cnorm strings -TD
7580           + make xterm-new the default "xterm" entry -TD
7581
7582 20040626
7583         + correct BUILD_CPPFLAGS substitution in ncurses/Makefile.in, to allow
7584           cross-compiling from a separate directory tree (report/patch by
7585           Dan Engel).
7586         + modify is_term_resized() to ensure that window sizes are nonzero,
7587           as documented in the manpage (report by Ian Collier).
7588         + modify CF_XOPEN_SOURCE configure macro to make Hurd port build
7589           (Debian #249214, report/patch by Jeff Bailey).
7590         + configure-script mods from xterm, e.g., updates to CF_ADD_CFLAGS
7591         + update config.guess, config.sub
7592         > terminfo updates -TD
7593           + add mlterm
7594           + add xterm-xf86-v44
7595           + modify xterm-new aka xterm-xfree86 to accommodate luit, which
7596             relies on G1 being used via an ISO-2022 escape sequence (report by
7597             Juliusz Chroboczek)
7598           + add 'hurd' entry
7599
7600 20040619
7601         + reconsidered winsnstr(), decided after comparing other
7602           implementations that wrapping is an X/Open documentation error.
7603         + modify test/inserts.c to test all flavors of insstr().
7604
7605 20040605
7606         + add setlocale() calls to a few test programs which may require it:
7607           demo_forms.c, filter.c, ins_wide.c, inserts.c
7608         + correct a few misspelled function names in ncurses-intro.html (report
7609           by Tony Li).
7610         + correct internal name of key_defined() manpage, which conflicted with
7611           define_key().
7612
7613 20040529
7614         + correct size of internal pad used for holding wide-character
7615           field_buffer() results.
7616         + modify data_ahead() to work with wide-characters.
7617
7618 20040522
7619         + improve description of terminfo if-then-else expressions (suggested
7620           by Arne Thomassen).
7621         + improve test/ncurses.c 'd' test, allow it to use external file for
7622           initial palette (added xterm-16color.dat and linux-color.dat), and
7623           reset colors to the initial palette when starting/ending the test.
7624         + change limit-check in init_color() to allow r/g/b component to
7625           reach 1000 (cf: 20020928).
7626
7627 20040516
7628         + modify form library to use cchar_t's rather than char's in the
7629           wide-character configuration for storing data for field buffers.
7630         + correct logic of win_wchnstr(), which did not work for more than
7631           one cell.
7632
7633 20040508
7634         + replace memset/memcpy usage in form library with for-loops to
7635           simplify changing the datatype of FIELD.buf, part of wide-character
7636           changes.
7637         + fix some inconsistent use of #if/#ifdef (report by Alain Guibert).
7638
7639 20040501
7640         + modify menu library to account for actual number of columns used by
7641           multibyte character strings, in the wide-character configuration
7642           (adapted from patch by Philipp Tomsich).
7643         + add "-x" option to infocmp like tic's "-x", for use in "-F"
7644           comparisons.  This modifies infocmp to only report extended
7645           capabilities if the -x option is given, making this more consistent
7646           with tic.  Some scripts may break, since infocmp previous gave this
7647           information without an option.
7648         + modify termcap-parsing to retain 2-character aliases at the beginning
7649           of an entry if the "-x" option is used in tic.
7650
7651 20040424
7652         + minor compiler-warning and test-program fixes.
7653
7654 20040417
7655         + modify tic's missing-sgr warning to apply to terminfo only.
7656         + free some memory leaks in tic.
7657         + remove check in post_menu() that prevented menus from extending
7658           beyond the screen (request by Max J. Werner).
7659         + remove check in newwin() that prevents allocating windows
7660           that extend beyond the screen.  Solaris curses does this.
7661         + add ifdef in test/color_set.c to allow it to compile with older
7662           curses.
7663         + add napms() calls to test/dots.c to make it not be a CPU hog.
7664
7665 20040403
7666         + modify unctrl() to return null if its parameter does not correspond
7667           to an unsigned char.
7668         + add some limit-checks to guard isprint(), etc., from being used on
7669           values that do not fit into an unsigned char (report by Sami Farin).
7670
7671 20040328
7672         + fix a typo in the _nc_get_locale() change.
7673
7674 20040327
7675         + modify _nc_get_locale() to use setlocale() to query the program's
7676           current locale rather than using getenv().  This fixes a case in tin
7677           which relies on legacy treatment of 8-bit characters when the locale
7678           is not initialized (reported by Urs Jansen).
7679         + add sgr string to screen's and rxvt's terminfo entries -TD.
7680         + add a check in tic for terminfo entries having an sgr0 but no sgr
7681           string.  This confuses Tru64 and HPUX curses when combined with
7682           color, e.g., making them leave line-drawing characters in odd places.
7683         + correct casts used in ABSENT_BOOLEAN, CANCELLED_BOOLEAN, matches the
7684           original definitions used in Debian package to fix PowerPC bug before
7685           20030802 (Debian #237629).
7686
7687 20040320
7688         + modify PutAttrChar() and PUTC() macro to improve use of
7689           A_ALTCHARSET attribute to prevent line-drawing characters from
7690           being lost in situations where the locale would otherwise treat the
7691           raw data as nonprintable (Debian #227879).
7692
7693 20040313
7694         + fix a redefinition of CTRL() macro in test/view.c for AIX 5.2 (report
7695           by Jim Idle).
7696         + remove ".PP" after ".SH NAME" in a few manpages; this confuses
7697           some apropos script (Debian #237831).
7698
7699 20040306
7700         + modify ncurses.c 'r' test so editing commands, like inserted text,
7701           set the field background, and the state of insert/overlay editing
7702           mode is shown in that test.
7703         + change syntax of dummy targets in Ada95 makefiles to work with pmake.
7704         + correct logic in test/ncurses.c 'b' for noncolor terminals which
7705           did not recognize a quit-command (cf: 20030419).
7706
7707 20040228
7708         + modify _nc_insert_ch() to allow for its input to be part of a
7709           multibyte string.
7710         + split out lib_insnstr.c, to prepare to rewrite it.  X/Open states
7711           that this function performs wrapping, unlike all of the other
7712           insert-functions.  Currently it does not wrap.
7713         + check for nl_langinfo(CODESET), use it if available (report by
7714           Stanislav Ievlev).
7715         + split-out CF_BUILD_CC macro, actually did this for lynx first.
7716         + fixes for configure script CF_WITH_DBMALLOC and CF_WITH_DMALLOC,
7717           which happened to work with bash, but not with Bourne shell (report
7718           by Marco d'Itri via tin-dev).
7719
7720 20040221
7721         + some changes to adapt the form library to wide characters, incomplete
7722           (request by Mike Aubury).
7723         + add symbol to curses.h which can be used to suppress include of
7724           stdbool.h, e.g.,
7725                 #define NCURSES_ENABLE_STDBOOL_H 0
7726                 #include <curses.h>
7727           (discussion on XFree86 mailing list).
7728
7729 20040214
7730         + modify configure --with-termlib option to accept a value which sets
7731           the name of the terminfo library.  This would allow a packager to
7732           build libtinfow.so renamed to coincide with libtinfo.so (discussion
7733           with Stanislav Ievlev).
7734         + improve documentation of --with-install-prefix, --prefix and
7735           $(DESTDIR) in INSTALL (prompted by discussion with Paul Lew).
7736         + add configure check if the compiler can use -c -o options to rename
7737           its output file, use that to omit the 'cd' command which was used to
7738           ensure object files are created in a separate staging directory
7739           (prompted by comments by Johnny Wezel, Martin Mokrejs).
7740
7741 20040208 5.4 release for upload to ftp.gnu.org
7742         + update TO-DO.
7743
7744 20040207 pre-release
7745         + minor fixes to _nc_tparm_analyze(), i.e., do not count %i as a param,
7746           and do not count %d if it follows a %p.
7747         + correct an inconsistency between handling of codes in the 128-255
7748           range, e.g., as illustrated by test/ncurses.c f/F tests.  In POSIX
7749           locale, the latter did not show printable results, while the former
7750           did.
7751         + modify MKlib_gen.sh to compensate for broken C preprocessor on Mac
7752           OS X, which alters "%%" to "% % " (report by Robert Simms, fix
7753           verified by Scott Corscadden).
7754
7755 20040131 pre-release
7756         + modify SCREEN struct to align it between normal/wide curses flavors
7757           to simplify future changes to build a single version of libtinfo
7758           (patch by Stanislav Ievlev).
7759         + document handling of carriage return by addch() in manpage.
7760         + document special features of unctrl() in manpage.
7761         + documented interface changes in INSTALL.
7762         + corrected control-char test in lib_addch.c to account for locale
7763           (Debian #230335, cf: 971206).
7764         + updated test/configure.in to use AC_EXEEXT and AC_OBJEXT.
7765         + fixes to compile Ada95 binding with Debian gnat 3.15p-4 package.
7766         + minor configure-script fixes for older ports, e.g., BeOS R4.5.
7767
7768 20040125 pre-release
7769         + amend change to PutAttrChar() from 20030614 which computed the number
7770           of cells for a possibly multi-cell character.  The 20030614 change
7771           forced the cell to a blank if the result from wcwidth() was not
7772           greater than zero.  However, wcwidth() called for parameters in the
7773           range 128-255 can give this return value.  The logic now simply
7774           ensures that the number of cells is greater than zero without
7775           modifying the displayed value.
7776
7777 20040124 pre-release
7778         + looked good for 5.4 release for upload to ftp.gnu.org (but see above)
7779         + modify configure script check for ranlib to use AC_CHECK_TOOL, since
7780           that works better for cross-compiling.
7781
7782 20040117 pre-release
7783         + modify lib_get_wch.c to prefer mblen/mbtowc over mbrlen/mbrtowc to
7784           work around core dump in Solaris 8's locale support, e.g., for
7785           zh_CN.GB18030 (report by Saravanan Bellan).
7786         + add includes for <stdarg.h> and <stdio.h> in configure script macro
7787           to make <wchar.h> check work with Tru64 4.0d.
7788         + add terminfo entry for U/Win -TD
7789         + add terminfo entries for SFU aka Interix aka OpenNT (Federico
7790           Bianchi).
7791         + modify tput's error messages to prefix them with the program name
7792           (report by Vincent Lefevre, patch by Daniel Jacobowitz (see Debian
7793           #227586)).
7794         + correct a place in tack where exit_standout_mode was used instead of
7795           exit_attribute_mode (patch by Jochen Voss (see Debian #224443)).
7796         + modify c++/cursesf.h to use const in the Enumeration_Field method.
7797         + remove an ambiguous (actually redundant) method from c++/cursesf.h
7798         + make $HOME/.terminfo update optional (suggested by Stanislav Ievlev).
7799         + improve sed script which extracts libtool's version in the
7800           CF_WITH_LIBTOOL macro.
7801         + add ifdef'd call to AC_PROG_LIBTOOL to CF_WITH_LIBTOOL macro (to
7802           simplify local patch for Albert Chin-A-Young)..
7803         + add $(CXXFLAGS) to link command in c++/Makefile.in (adapted from
7804           patch by Albert Chin-A-Young)..
7805         + fix a missing substitution in configure.in for "$target" needed for
7806           HPUX .so/.sl case.
7807         + resync CF_XOPEN_SOURCE configure macro with lynx; fixes IRIX64 and
7808           NetBSD 1.6 conflicts with _XOPEN_SOURCE.
7809         + make check for stdbool.h more specific, to ensure that including it
7810           will actually define/declare bool for the configured compiler.
7811         + rewrite ifdef's in curses.h relating NCURSES_BOOL and bool.  The
7812           intention of that is to #define NCURSES_BOOL as bool when the
7813           compiler declares bool, and to #define bool as NCURSES_BOOL when it
7814           does not (reported by Jim Gifford, Sam Varshavchik, cf: 20031213).
7815
7816 20040110 pre-release
7817         + change minor version to 4, i.e., ncurses 5.4
7818         + revised/improved terminfo entries for tvi912b, tvi920b (Benjamin C W
7819           Sittler).
7820         + simplified ncurses/base/version.c by defining the result from the
7821           configure script rather than using sprintf (suggested by Stanislav
7822           Ievlev).
7823         + remove obsolete casts from c++/cursesw.h (reported by Stanislav
7824           Ievlev).
7825         + modify configure script so that when configuring for termlib, programs
7826           such as tic are not linked with the upper-level ncurses library
7827           (suggested by Stanislav Ievlev).
7828         + move version.c from ncurses/base to ncurses/tinfo to allow linking
7829           of tic, etc., using libtinfo (suggested by Stanislav Ievlev).
7830
7831 20040103
7832         + adjust -D's to build ncursesw on OpenBSD.
7833         + modify CF_PROG_EXT to make OS/2 build with EXEEXT.
7834         + add pecho_wchar().
7835         + remove <wctype.h> include from lib_slk_wset.c which is not needed (or
7836           available) on older platforms.
7837
7838 20031227
7839         + add -D's to build ncursew on FreeBSD 5.1.
7840         + modify shared library configuration for FreeBSD 4.x/5.x to add the
7841           soname information (request by Marc Glisse).
7842         + modify _nc_read_tic_entry() to not use MAX_ALIAS, but PATH_MAX only
7843           for limiting the length of a filename in the terminfo database.
7844         + modify termname() to return the terminal name used by setupterm()
7845           rather than $TERM, without truncating to 14 characters as documented
7846           by X/Open (report by Stanislav Ievlev, cf:  970719).
7847         + re-add definition for _BSD_TYPES, lost in merge (cf: 20031206).
7848
7849 20031220
7850         + add configure option --with-manpage-format=catonly to address
7851           behavior of BSDI, allow install of man+cat files on NetBSD, whose
7852           behavior has diverged by requiring both to be present.
7853         + remove leading blanks from comment-lines in manlinks.sed script to
7854           work with Tru64 4.0d.
7855         + add screen.linux terminfo entry (discussion on mutt-users mailing
7856           list).
7857
7858 20031213
7859         + add a check for tic to flag missing backslashes for termcap
7860           continuation lines.  ncurses reads the whole entry, but termcap
7861           applications do not.
7862         + add configure option "--with-manpage-aliases" extending
7863           "--with-manpage-aliases" to provide the option of generating ".so"
7864           files rather than symbolic links for manpage aliases.
7865         + add bool definition in include/curses.h.in for configurations with no
7866           usable C++ compiler (cf: 20030607).
7867         + fix pathname of SigAction.h for building with --srcdir (reported by
7868           Mike Castle).
7869
7870 20031206
7871         + folded ncurses/base/sigaction.c into includes of ncurses/SigAction.h,
7872           since that header is used only within ncurses/tty/lib_tstp.c, for
7873           non-POSIX systems (discussion with Stanislav Ievlev).
7874         + remove obsolete _nc_outstr() function (report by Stanislav Ievlev
7875           <inger@altlinux.org>).
7876         + add test/background.c and test/color_set.c
7877         + modify color_set() function to work with color pair 0 (report by
7878           George Andreou <gbandreo@tem.uoc.gr>).
7879         + add configure option --with-trace, since defining TRACE seems too
7880           awkward for some cases.
7881         + remove a call to _nc_free_termtype() from read_termtype(), since the
7882           corresponding buffer contents were already zeroed by a memset (cf:
7883           20000101).
7884         + improve configure check for _XOPEN_SOURCE and related definitions,
7885           adding special cases for Solaris' __EXTENSIONS__ and FreeBSD's
7886           __BSD_TYPES (reports by Marc Glisse <marc.glisse@normalesup.org>).
7887         + small fixes to compile on Solaris and IRIX64 using cc.
7888         + correct typo in check for pre-POSIX sort options in MKkey_defs.sh
7889           (cf: 20031101).
7890
7891 20031129
7892         + modify _nc_gettime() to avoid a problem with arithmetic on unsigned
7893           values (Philippe Blain).
7894         + improve the nanosleep() logic in napms() by checking for EINTR and
7895           restarting (Philippe Blain).
7896         + correct expression for "%D" in lib_tgoto.c (Juha Jarvi
7897           <mooz@welho.com>).
7898
7899 20031122
7900         + add linux-vt terminfo entry (Andrey V Lukyanov <land@long.yar.ru>).
7901         + allow "\|" escape in terminfo; tic should not warn about this.
7902         + save the full pathname of the trace-file the first time it is opened,
7903           to avoid creating it in different directories if the application
7904           opens and closes it while changing its working directory.
7905         + modify configure script to provide a non-empty default for
7906           $BROKEN_LINKER
7907
7908 20031108
7909         + add DJGPP to special case of DOS-style drive letters potentially
7910           appearing in TERMCAP environment variable.
7911         + fix some spelling in comments (reports by Jason McIntyre, Jonathon
7912           Gray).
7913         + update config.guess, config.sub
7914
7915 20031101
7916         + fix a memory leak in error-return from setupterm() (report by
7917           Stanislav Ievlev <inger@altlinux.org>).
7918         + use EXEEXT and OBJEXT consistently in makefiles.
7919         + amend fixes for cross-compiling to use separate executable-suffix
7920           BUILD_EXEEXT (cf: 20031018).
7921         + modify MKkey_defs.sh to check for sort utility that does not
7922           recognize key options, e.g., busybox (report by Peter S Mazinger
7923           <ps.m@gmx.net>).
7924         + fix potential out-of-bounds indexing in _nc_infotocap() (found by
7925           David Krause using some of the new malloc debugging features
7926           under OpenBSD, patch by Ted Unangst).
7927         + modify CF_LIB_SUFFIX for Itanium releases of HP-UX, which use a
7928           ".so" suffix (patch by Jonathan Ward <Jonathan.Ward@hp.com>).
7929
7930 20031025
7931         + update terminfo for xterm-xfree86 -TD
7932         + add check for multiple "tc=" clauses in a termcap to tic.
7933         + check for missing op/oc in tic.
7934         + correct _nc_resolve_uses() and _nc_merge_entry() to allow infocmp and
7935           tic to show cancelled capabilities.  These functions were ignoring
7936           the state of the target entry, which should be untouched if cancelled.
7937         + correct comment in tack/output.c (Debian #215806).
7938         + add some null-pointer checks to lib_options.c (report by Michael
7939           Bienia).
7940         + regenerated html documentation.
7941         + correction to tar-copy.sh, remove a trap command that resulted in
7942           leaving temporary files (cf: 20030510).
7943         + remove contact/maintainer addresses for Juergen Pfeifer (his request).
7944
7945 20031018
7946         + updated test/configure to reflect changes for libtool (cf: 20030830).
7947         + fix several places in tack/pad.c which tested and used the parameter-
7948           and parameterless strings inconsistently, i.e., in pad_rin(),
7949           pad_il(), pad_indn() and pad_dl() (Debian #215805).
7950         + minor fixes for configure script and makefiles to cleanup executables
7951           generated when cross-compiling for DJGPP.
7952         + modify infocmp to omit check for $TERM for operations that do not
7953           require it, e.g., "infocmp -e" used to build fallback list (report by
7954           Egmont Koblinger).
7955
7956 20031004
7957         + add terminfo entries for DJGPP.
7958         + updated note about maintainer in ncurses-intro.html
7959
7960 20030927
7961         + update terminfo entries for gnome terminal.
7962         + modify tack to reset colors after each color test, correct a place
7963           where exit_standout_mode was used instead of exit_attribute_mode.
7964         + improve tack's bce test by making it set colors other than black
7965           on white.
7966         + plug a potential recursion between napms() and _nc_timed_wait()
7967           (report by Philippe Blain).
7968
7969 20030920
7970         + add --with-rel-version option to allow workaround to allow making
7971           libtool on Darwin generate the "same" library names as with the
7972           --with-shared option.  The Darwin ld program does not work well
7973           with a zero as the minor-version value (request by Chris Zubrzycki).
7974         + modify CF_MIXEDCASE_FILENAMES macro to work with cross-compiling.
7975         + modify tack to allow it to run from fallback terminfo data.
7976         > patch by Philippe Blain:
7977         + improve PutRange() by adjusting call to EmitRange() and corresponding
7978           return-value to not emit unchanged characters on the end of the
7979           range.
7980         + improve a check for changed-attribute by exiting a loop when the
7981           change is found.
7982         + improve logic in TransformLine(), eliminating a duplicated comparison
7983           in the clr_bol logic.
7984
7985 20030913
7986         > patch by Philippe Blain:
7987         + in ncurses/tty/lib_mvcur.c,
7988           move the label 'nonlocal' just before the second gettimeofday() to
7989           be able to compute the diff time when 'goto nonlocal' used.
7990           Rename 'msec' to 'microsec' in the debug-message.
7991         + in ncurses/tty/lib_mvcur.c,
7992           Use _nc_outch() in carriage return/newline movement instead of
7993           putchar() which goes to stdout.  Move test for xold>0 out of loop.
7994         + in ncurses/tinfo/setbuf.c,
7995           Set the flag SP->_buffered at the end of operations when all has been
7996           successful (typeMalloc can fail).
7997         + simplify NC_BUFFERED macro by moving check inside _nc_setbuf().
7998
7999 20030906
8000         + modify configure script to avoid using "head -1", which does not
8001           work if POSIXLY_CORRECT (sic) is set.
8002         + modify run_tic.in to avoid using wrong shared libraries when
8003           cross-compiling (Dan Kegel).
8004
8005 20030830
8006         + alter configure script help message to make it clearer that
8007           --with-build-cc does not specify a cross-compiler (suggested by Dan
8008           Kegel <dank@kegel.com>).
8009         + modify configure script to accommodate libtool 1.5, as well as add an
8010           parameter to the "--with-libtool" option which can specify the
8011           pathname of libtool (report by Chris Zubrzycki).  We note that
8012           libtool 1.5 has more than one bug in its C++ support, so it is not
8013           able to install libncurses++, for instance, if $DESTDIR or the option
8014           --with-install-prefix is used.
8015
8016 20030823
8017         > patch by Philippe Blain:
8018         + move assignments to SP->_cursrow, SP->_curscol into online_mvcur().
8019         + make baudrate computation in delay_output() consistent with the
8020           assumption in _nc_mvcur_init(), i.e., a byte is 9 bits.
8021
8022 20030816
8023         + modify logic in waddch_literal() to take into account zh_TW.Big5
8024           whose multibyte sequences may contain "printable" characters, e.g.,
8025           a "g" in the sequence "\247g" (Debian #204889, cf: 20030621).
8026         + improve storage used by _nc_safe_strcpy() by ensuring that the size
8027           is reset based on the initialization call, in case it were called
8028           after other strcpy/strcat calls (report by Philippe Blain).
8029         > patch by Philippe Blain:
8030         + remove an unused ifdef for REAL_ATTR & WANT_CHAR
8031         + correct a place where _cup_cost was used rather than _cuu_cost
8032
8033 20030809
8034         + fix a small memory leak in _nc_free_termtype().
8035         + close trace-file if trace() is called with a zero parameter.
8036         + free memory allocated for soft-key strings, in delscreen().
8037         + fix an allocation size in safe_sprintf.c for the "*" format code.
8038         + correct safe_sprintf.c to not return a null pointer if the format
8039           happens to be an empty string.  This applies to the "configure
8040           --enable-safe-sprintf" option (Redhat #101486).
8041
8042 20030802
8043         + modify casts used for ABSENT_BOOLEAN and CANCELLED_BOOLEAN (report by
8044           Daniel Jacobowitz).
8045         > patch by Philippe Blain:
8046         + change padding for change_scroll_region to not be proportional to
8047           the size of the scroll-region.
8048         + correct error-return in _nc_safe_strcat().
8049
8050 20030726
8051         + correct limit-checks in _nc_scroll_window() (report and test-case by
8052           Thomas Graf <graf@dms.at> cf: 20011020).
8053         + re-order configure checks for _XOPEN_SOURCE to avoid conflict with
8054           _GNU_SOURCE check.
8055
8056 20030719
8057         + use clr_eol in preference to blanks for bce terminals, so select and
8058           paste will have fewer trailing blanks, e.g., when using xterm
8059           (request by Vincent Lefevre).
8060         + correct prototype for wunctrl() in manpage.
8061         + add configure --with-abi-version option (discussion with Charles
8062           Wilson).
8063         > cygwin changes from Charles Wilson:
8064           + aclocal.m4: on cygwin, use autodetected prefix for import
8065             and static lib, but use "cyg" for DLL.
8066           + include/ncurses_dll.h: correct the comments to reflect current
8067             status of cygwin/mingw port.  Fix compiler warning.
8068           + misc/run_tic.in: ensure that tic.exe can find the uninstalled
8069             DLL, by adding the lib-directory to the PATH variable.
8070           + misc/terminfo.src (nxterm|xterm-color): make xterm-color
8071             primary instead of nxterm, to match XFree86's xterm.terminfo
8072             usage and to prevent circular links.
8073             (rxvt): add additional codes from rxvt.org.
8074             (rxvt-color): new alias
8075             (rxvt-xpm): new alias
8076             (rxvt-cygwin): like rxvt, but with special acsc codes.
8077             (rxvt-cygwin-native): ditto.  rxvt may be run under XWindows, or
8078             with a "native" MSWin GUI.  Each takes different acsc codes,
8079             which are both different from the "normal" rxvt's acsc.
8080             (cygwin): cygwin-in-cmd.exe window.  Lots of fixes.
8081             (cygwinDBG): ditto.
8082           + mk-1st.awk: use "cyg" for the DLL prefix, but "lib" for import
8083             and static libs.
8084
8085 20030712
8086         + update config.guess, config.sub
8087         + add triples for configuring shared libraries with the Debian
8088           GNU/FreeBSD packages (patch by Robert Millan <zeratul2@wanadoo.es>).
8089
8090 20030705
8091         + modify CF_GCC_WARNINGS so it only applies to gcc, not g++.  Some
8092           platforms have installed g++ along with the native C compiler, which
8093           would not accept gcc warning options.
8094         + add -D_XOPEN_SOURCE=500 when configuring with --enable-widec, to
8095           get mbstate_t declaration on HPUX 11.11 (report by David Ellement).
8096         + add _nc_pathlast() to get rid of casts in _nc_basename() calls.
8097         + correct a sign-extension in wadd_wch() and wecho_wchar() from
8098           20030628 (report by Tomohiro Kubota).
8099         + work around omission of btowc() and wctob() from wide-character
8100           support (sic) in NetBSD 1.6 using mbtowc() and wctomb() (report by
8101           Gabor Z Papp).
8102         + add portability note to curs_get_wstr.3x (Debian #199957).
8103
8104 20030628
8105         + rewrite wadd_wch() and wecho_wchar() to call waddch() and wechochar()
8106           respectively, to avoid calling waddch_noecho() with wide-character
8107           data, since that function assumes its input is 8-bit data.
8108           Similarly, modify waddnwstr() to call wadd_wch().
8109         + remove logic from waddnstr() which transformed multibyte character
8110           strings into wide-characters.  Rewrite of waddch_literal() from
8111           20030621 assumes its input is raw multibyte data rather than wide
8112           characters (report by Tomohiro Kubota).
8113
8114 20030621
8115         + write getyx() and related 2-return macros in terms of getcury(),
8116           getcurx(), etc.
8117         + modify waddch_literal() in case an application passes bytes of a
8118           multibyte character directly to waddch().  In this case, waddch()
8119           must reassemble the bytes into a wide-character (report by Tomohiro
8120           Kubota <kubota@debian.org>).
8121
8122 20030614
8123         + modify waddch_literal() in case a multibyte value occupies more than
8124           two cells.
8125         + modify PutAttrChar() to compute the number of character cells that
8126           are used in multibyte values.  This fixes a problem displaying
8127           double-width characters (report/test by Mitsuru Chinen
8128           <mchinen@yamato.ibm.com>).
8129         + add a null-pointer check for result of keyname() in _tracechar()
8130         + modify _tracechar() to work around glibc sprintf bug.
8131
8132 20030607
8133         + add a call to setlocale() in cursesmain.cc, making demo display
8134           properly in a UTF-8 locale.
8135         + add a fallback definition in curses.priv.h for MB_LEN_MAX (prompted
8136           by discussion with Gabor Z Papp).
8137         + use macros NCURSES_ACS() and NCURSES_WACS() to hide cast needed to
8138           appease -Wchar-subscript with g++ 3.3 (Debian #195732).
8139         + fix a redefinition of $RANLIB in the configure script when libtool
8140           is used, which broke configure on Mac OS X (report by Chris Zubrzycki
8141           <beren@mac.com>).
8142         + simplify ifdef for bool declaration in curses.h.in (suggested by
8143           Albert Chin-A-Young).
8144         + remove configure script check to allow -Wconversion for older
8145           versions of gcc (suggested by Albert Chin-A-Young).
8146
8147 20030531
8148         + regenerated html manpages.
8149         + modify ifdef's in curses.h.in that disabled use of __attribute__()
8150           for g++, since recent versions implement the cases which ncurses uses
8151           (Debian #195230).
8152         + modify _nc_get_token() to handle a case where an entry has no
8153           description, and capabilities begin on the same line as the entry
8154           name.
8155         + fix a typo in ncurses_dll.h reported by gcc 3.3.
8156         + add an entry for key_defined.3x to man_db.renames.
8157
8158 20030524
8159         + modify setcchar() to allow converting control characters to complex
8160           characters (report/test by Mitsuru Chinen <mchinen@yamato.ibm.com>).
8161         + add tkterm entry -TD
8162         + modify parse_entry.c to allow a terminfo entry with a leading
8163           2-character name (report by Don Libes).
8164         + corrected acsc in screen.teraterm, which requires a PC-style mapping.
8165         + fix trace statements in read_entry.c to use lseek() rather than
8166           tell().
8167         + fix signed/unsigned warnings from Sun's compiler (gcc should give
8168           these warnings, but it is unpredictable).
8169         + modify configure script to omit -Winline for gcc 3.3, since that
8170           feature is broken.
8171         + modify manlinks.sed to add a few functions that were overlooked since
8172           they return function pointers:  field_init, field_term, form_init,
8173           form_term, item_init, item_term, menu_init and menu_term.
8174
8175 20030517
8176         + prevent recursion in wgetch() via wgetnstr() if the connection cannot
8177           be switched between cooked/raw modes because it is not a TTY (report
8178           by Wolfgang Gutjahr <gutw@knapp.com>).
8179         + change parameter of define_key() and key_defined() to const (prompted
8180           by Debian #192860).
8181         + add a check in test/configure for ncurses extensions, since there
8182           are some older versions, etc., which would not compile with the
8183           current test programs.
8184         + corrected demo in test/ncurses.c of wgetn_wstr(), which did not
8185           convert wchar_t string to multibyte form before printing it.
8186         + corrections to lib_get_wstr.c:
8187           + null-terminate buffer passed to setcchar(), which occasionally
8188             failed.
8189           + map special characters such as erase- and kill-characters into
8190             key-codes so those will work as expected even if they are not
8191             mentioned in the terminfo.
8192         + modify PUTC() and Charable() macros to make wide-character line
8193           drawing work for POSIX locale on Linux console (cf: 20021221).
8194
8195 20030510
8196         + make typography for program options in manpages consistent (report
8197           by Miloslav Trmac <mitr@volny.cz>).
8198         + correct dependencies in Ada95/src/Makefile.in, so the builds with
8199           "--srcdir" work (report by Warren L Dodge).
8200         + correct missing definition of $(CC) in Ada95/gen/Makefile.in
8201           (reported by Warren L Dodge <warrend@mdhost.cse.tek.com>).
8202         + fix typos and whitespace in manpages (patch by Jason McIntyre
8203           <jmc@prioris.mini.pw.edu.pl>).
8204
8205 20030503
8206         + fix form_driver() cases for REQ_CLR_EOF, REQ_CLR_EOL, REQ_DEL_CHAR,
8207           REQ_DEL_PREV and REQ_NEW_LINE, which did not ensure the cursor was at
8208           the editing position before making modifications.
8209         + add test/demo_forms and associated test/edit_field.c demos.
8210         + modify test/configure.in to use test/modules for the list of objects
8211           to compile rather than using the list of programs.
8212
8213 20030419
8214         + modify logic of acsc to use the original character if no mapping is
8215           defined, noting that Solaris does this.
8216         + modify ncurses 'b' test to avoid using the acs_map[] array since
8217           20021231 changes it to no longer contain information from the acsc
8218           string.
8219         + modify makefile rules in c++, progs, tack and test to ensure that
8220           the compiler flags (e.g., $CFLAGS or $CCFLAGS) are used in the link
8221           command (report by Jose Luis Rico Botella <informatica@serpis.com>).
8222         + modify soft-key initialization to use A_REVERSE if A_STANDOUT would
8223           not be shown when colors are used, i.e., if ncv#1 is set in the
8224           terminfo as is done in "screen".
8225
8226 20030412
8227         + add a test for slk_color(), in ncurses.c
8228         + fix some issues reported by valgrind in the slk_set() and slk_wset()
8229           code, from recent rewrite.
8230         + modify ncurses 'E' test to use show previous label via slk_label(),
8231           as in 'e' test.
8232         + modify wide-character versions of NewChar(), NewChar2() macros to
8233           ensure that the whole struct is initialized.
8234
8235 20030405
8236         + modify setupterm() to check if the terminfo and terminal-modes have
8237           already been read.  This ensures that it does not reinvoke
8238           def_prog_mode() when an application calls more than one function,
8239           such as tgetent() and initscr() (report by Olaf Buddenhagen).
8240
8241 20030329
8242         + add 'E' test to ncurses.c, to exercise slk_wset().
8243         + correct handling of carriage-return in wgetn_wstr(), used in demo of
8244           slk_wset().
8245         + first draft of slk_wset() function.
8246
8247 20030322
8248         + improved warnings in tic when suppressing items to fit in termcap's
8249           1023-byte limit.
8250         + built a list in test/README showing which externals are being used
8251           by either programs in the test-directory or via internal library
8252           calls.
8253         + adjust include-options in CF_ETIP_DEFINES to avoid missing
8254           ncurses_dll.h, fixing special definitions that may be needed for
8255           etip.h (reported by Greg Schafer <gschafer@zip.com.au>).
8256
8257 20030315
8258         + minor fixes for cardfile.c, to make it write the updated fields to
8259           a file when ^W is given.
8260         + add/use _nc_trace_bufcat() to eliminate some fixed buffer limits in
8261           trace code.
8262
8263 20030308
8264         + correct a case in _nc_remove_string(), used by define_key(), to avoid
8265           infinite loop if the given string happens to be a substring of other
8266           strings which are assigned to keys (report by John McCutchan).
8267         + add key_defined() function, to tell which keycode a string is bound
8268           to (discussion with John McCutchan <ttb@tentacle.dhs.org>).
8269         + correct keybound(), which reported definitions in the wrong table,
8270           i.e., the list of definitions which are disabled by keyok().
8271         + modify demo_keydef.c to show the details it changes, and to check
8272           for errors.
8273
8274 20030301
8275         + restructured test/configure script, make it work for libncursesw.
8276         + add description of link_fieldtype() to manpage (report by
8277           L Dee Holtsclaw <dee@sunbeltsoft.com>).
8278
8279 20030222
8280         + corrected ifdef's relating to configure check for wchar_t, etc.
8281         + if the output is a socket or other non-tty device, use 1 millisecond
8282           for the cost in mvcur; previously it was 9 milliseconds because the
8283           baudrate was not known.
8284         + in _nc_get_tty_mode(), initialize the TTY buffer on error, since
8285           glibc copies uninitialized data in that case, as noted by valgrind.
8286         + modify tput to use the same parameter analysis as tparm() does, to
8287           provide for user-defined strings, e.g., for xterm title, a
8288           corresponding capability might be
8289                 title=\E]2;%p1%s^G,
8290         + modify MKlib_gen.sh to avoid passing "#" tokens through the C
8291           preprocessor.  This works around Mac OS X's preprocessor, which
8292           insists on adding a blank on each side of the token (report/analysis
8293           by Kevin Murphy <murphy@genome.chop.edu>).
8294
8295 20030215
8296         + add configure check for wchar_t and wint_t types, rather than rely
8297           on preprocessor definitions.  Also work around for gcc fixinclude
8298           bug which creates a shadow copy of curses.h if it sees these symbols
8299           apparently typedef'd.
8300         + if database is disabled, do not generate run_tic.sh
8301         + minor fixes for memory-leak checking when termcap is read.
8302
8303 20030208
8304         + add checking in tic for incomplete line-drawing character mapping.
8305         + updated configure script to reflect fix for AC_PROG_GCC_TRADITIONAL,
8306           which is broken in autoconf 2.5x for Mac OS X 10.2.3 (report by
8307           Gerben Wierda <Sherlock@rna.nl>).
8308         + make return value from _nc_printf_string() consistent.  Before,
8309           depending on whether --enable-safe-sprintf was used, it might not be
8310           cached for reallocating.
8311
8312 20030201
8313         + minor fixes for memory-leak checking in lib_tparm.c, hardscroll.c
8314         + correct a potentially-uninitialized value if _read_termtype() does
8315           not read as much data as expected (report by Wolfgang Rohdewald
8316           <wr6@uni.de>).
8317         + correct several places where the aclocal.m4 macros relied on cache
8318           variable names which were incompatible (as usual) between autoconf
8319           2.13 and 2.5x, causing the test for broken-linker to give incorrect
8320           results (reports by Gerben Wierda <Sherlock@rna.nl> and Thomas Esser
8321           <te@dbs.uni-hannover.de>).
8322         + do not try to open gpm mouse driver if standard output is not a tty;
8323           the gpm library does not make this check (bug report for dialog
8324           by David Oliveira <davidoliveira@develop.prozone.ws>).
8325
8326 20030125
8327         + modified emx.src to correspond more closely to terminfo.src, added
8328           emx-base to the latter -TD
8329         + add configure option for FreeBSD sysmouse, --with-sysmouse, and
8330           implement support for that in lib_mouse.c, lib_getch.c
8331
8332 20030118
8333         + revert 20030105 change to can_clear_with(), does not work for the
8334           case where the update is made on cells which are blanks with
8335           attributes, e.g., reverse.
8336         + improve ifdef's to guard against redefinition of wchar_t and wint_t
8337           in curses.h (report by Urs Jansen).
8338
8339 20030111
8340         + improve mvcur() by checking if it is safe to move when video
8341           attributes are set (msgr), and if not, reset/restore attributes
8342           within that function rather than doing it separately in the GoTo()
8343           function in tty_update.c (suggested by Philippe Blain).
8344         + add a message in run_tic.in to explain more clearly what does not
8345           work when attempting to create a symbolic link for /usr/lib/terminfo
8346           on OS/2 and other platforms with no symbolic links (report by John
8347           Polterak).
8348         + change several sed scripts to avoid using "\+" since it is not a BRE
8349           (basic regular expression).  One instance caused terminfo.5 to be
8350           misformatted on FreeBSD (report by Kazuo Horikawa
8351           <horikawa@FreeBSD.org> (see FreeBSD docs/46709)).
8352         + correct misspelled 'wint_t' in curs_get_wch.3x (Michael Elkins).
8353
8354 20030105
8355         + improve description of terminfo operators, especially static/dynamic
8356           variables (comments by Mark I Manning IV <mark4th@earthlink.net>).
8357         + demonstrate use of FIELDTYPE by modifying test/ncurses 'r' test to
8358           use the predefined TYPE_ALPHA field-type, and by defining a
8359           specialized type for the middle initial/name.
8360         + fix MKterminfo.sh, another workaround for POSIXLY_CORRECT misfeature
8361           of sed 4.0
8362         > patch by Philippe Blain:
8363         + optimize can_clear_with() a little by testing first if the parameter
8364           is indeed a "blank".
8365         + simplify ClrBottom() a little by allowing it to use clr_eos to clear
8366           sections as small as one line.
8367         + improve ClrToEOL() by checking if clr_eos is available before trying
8368           to use it.
8369         + use tputs() rather than putp() in a few cases in tty_update.c since
8370           the corresponding delays are proportional to the number of lines
8371           affected: repeat_char, clr_eos, change_scroll_region.
8372
8373 20021231
8374         + rewrite of lib_acs.c conflicts with copying of SCREEN acs_map to/from
8375           global acs_map[] array; removed the lines that did the copying.
8376
8377 20021228
8378         + change some overlooked tputs() calls in scrolling code to use putp()
8379           (report by Philippe Blain).
8380         + modify lib_getch.c to avoid recursion via wgetnstr() when the input
8381           is not a tty and consequently mode-changes do not work (report by
8382           <R.Chamberlin@querix.com>).
8383         + rewrote lib_acs.c to allow PutAttrChar() to decide how to render
8384           alternate-characters, i.e., to work with Linux console and UTF-8
8385           locale.
8386         + correct line/column reference in adjust_window(), needed to make
8387           special windows such as curscr track properly when resizing (report
8388           by Lucas Gonze <lgonze@panix.com>).
8389         > patch by Philippe Blain:
8390         + correct the value used for blank in ClrBottom() (broken in 20000708).
8391         + correct an off-by-one in GoTo() parameter in _nc_scrolln().
8392
8393 20021221
8394         + change several tputs() calls in scrolling code to use putp(), to
8395           enable padding which may be needed for some terminals (patch by
8396           Philippe Blain).
8397         + use '%' as sed substitute delimiter in run_tic script to avoid
8398           problems with pathname delimiters such as ':' and '@' (report by John
8399           Polterak).
8400         + implement a workaround so that line-drawing works with screen's
8401           crippled UTF-8 support (tested with 3.9.13).  This only works with
8402           the wide-character support (--enable-widec); the normal library will
8403           simply suppress line-drawing when running in a UTF-8 locale in screen.
8404
8405 20021214
8406         + allow BUILD_CC and related configure script variables to be
8407           overridden from the environment.
8408         + make build-tools variables in ncurses/Makefile.in consistent with
8409           the configure script variables (report by Maciej W Rozycki).
8410         + modify ncurses/modules to allow
8411                 configure --disable-leaks --disable-ext-funcs
8412           to build (report by Gary Samuelson).
8413         + fix a few places in configure.in which lacked quotes (report by
8414           Gary Samuelson <gary.samuelson@verizon.com>).
8415         + correct handling of multibyte characters in waddch_literal() which
8416           force wrapping because they are started too late on the line (report
8417           by Sam Varshavchik).
8418         + small fix for CF_GNAT_VERSION to ignore the help-message which
8419           gnatmake adds to its version-message.
8420         > Maciej W Rozycki <macro@ds2.pg.gda.pl>:
8421         + use AC_CHECK_TOOL to get proper values for AR and LD for cross
8422           compiling.
8423         + use $cross_compiling variable in configure script rather than
8424           comparing $host_alias and $target alias, since "host" is
8425           traditionally misused in autoconf to refer to the target platform.
8426         + change configure --help message to use "build" rather than "host"
8427           when referring to the --with-build-XXX options.
8428
8429 20021206
8430         + modify CF_GNAT_VERSION to print gnatmake's version, and to allow for
8431           possible gnat versions such as 3.2 (report by Chris Lingard
8432           <chris@stockwith.co.uk>).
8433         + modify #define's for CKILL and other default control characters in
8434           tset to use the system's default values if they are defined.
8435         + correct interchanged defaults for kill and interrupt characters
8436           in tset, which caused it to report unnecessarily (Debian #171583).
8437         + repair check for missing C++ compiler, which is broken in autoconf
8438           2.5x by hardcoding it to g++ (report by Martin Mokrejs).
8439         + update config.guess, config.sub (2002-11-30)
8440         + modify configure script to skip --with-shared, etc., when the
8441           --with-libtool option is given, since they would be ignored anyway.
8442         + fix to allow "configure --with-libtool --with-termlib" to build.
8443         + modify configure script to show version number of libtool, to help
8444           with bug reports.  libtool still gets confused if the installed
8445           ncurses libraries are old, since it ignores the -L options at some
8446           point (tested with libtool 1.3.3 and 1.4.3).
8447         + reorder configure script's updating of $CPPFLAGS and $CFLAGS to
8448           prevent -I options in the user's environment from introducing
8449           conflicts with the build -I options (may be related to reports by
8450           Patrick Ash and George Goffe).
8451         + rename test/define_key.c to test/demo_defkey.c, test/keyok.c to
8452           test/demo_keyok.c to allow building these with libtool.
8453
8454 20021123
8455         + add example program test/define_key.c for define_key().
8456         + add example program test/keyok.c for keyok().
8457         + add example program test/ins_wide.c for wins_wch() and wins_wstr().
8458         + modify wins_wch() and wins_wstr() to interpret tabs by using the
8459           winsch() internal function.
8460         + modify setcchar() to allow for wchar_t input strings that have
8461           more than one spacing character.
8462
8463 20021116
8464         + fix a boundary check in lib_insch.c (patch by Philippe Blain).
8465         + change type for *printw functions from NCURSES_CONST to const
8466           (prompted by comment by Pedro Palhoto Matos <plpm@mega.ist.utl.pt>,
8467           but really from a note on X/Open's website stating that either is
8468           acceptable, and the latter will be used in a future revision).
8469         + add xterm-1002, xterm-1003 terminfo entries to demonstrate changes in
8470           lib_mouse.c (20021026) -TD
8471         + add screen-bce, screen-s entries from screen 3.9.13 (report by
8472           Adam Lazur <zal@debian.org>) -TD
8473         + add mterm terminfo entries -TD
8474
8475 20021109
8476         + split-out useful fragments in terminfo for vt100 and vt220 numeric
8477           keypad, i.e., vt100+keypad, vt100+pfkeys, vt100+fnkeys and
8478           vt220+keypad.  The last as embedded in various entries had ka3 and
8479           kb2 interchanged (report/discussion with Leonard den Ottolander
8480           <leonardjo@hetnet.nl>).
8481         + add check in tic for keypads consistent with vt100 layout.
8482         + improve checks in tic for color capabilities
8483
8484 20021102
8485         + check for missing/empty/illegal terminfo name in _nc_read_entry()
8486           (report by Martin Mokrejs, where $TERM was set to an empty string).
8487         + rewrote lib_insch.c, combining it with lib_insstr.c so both handle
8488           tab and other control characters consistently (report by Philippe
8489           Blain).
8490         + remove an #undef for KEY_EVENT from curses.tail used in the
8491           experimental NCURSES_WGETCH_EVENTS feature.  The #undef confuses
8492           dpkg's build script (Debian #165897).
8493         + fix MKlib_gen.sh, working around the ironically named POSIXLY_CORRECT
8494           feature of GNU sed 4.0 (reported by Ervin Nemeth <airwin@inf.bme.hu>).
8495
8496 20021026
8497         + implement logic in lib_mouse.c to handle position reports which are
8498           generated when XFree86 xterm is initialized with private modes 1002
8499           or 1003.  These are returned to the application as the
8500           REPORT_MOUSE_POSITION mask, which was not implemented.  Tested both
8501           with ncurses 'a' menu (prompted by discussion with Larry Riedel
8502           <Larry@Riedel.org>).
8503         + modify lib_mouse.c to look for "XM" terminfo string, which allows
8504           one to override the escape sequence used to enable/disable mouse
8505           mode.  In particular this works for XFree86 xterm private modes
8506           1002 and 1003.  If "XM" is missing (note that this is an extended
8507           name), lib_mouse uses the conventional private mode 1000.
8508         + correct NOT_LOCAL() macro in lib_mvcur.c to refer to screen_columns
8509           where it used screen_lines (report by Philippe Blain).
8510         + correct makefile rules for the case when both --with-libtool and
8511           --with-gpm are given (report by Mr E_T <troll@logi.net.au>).
8512         + add note to terminfo manpage regarding the differences between
8513           setaf/setab and setf/setb capabilities (report by Pavel Roskin).
8514
8515 20021019
8516         + remove redundant initialization of TABSIZE in newterm(), since it is
8517           already done in setupterm() (report by Philippe Blain).
8518         + add test/inserts.c, to test winnstr() and winsch().
8519         + replace 'sort' in dist.mk with script that sets locale to POSIX.
8520         + update URLs in announce.html.in (patch by Frederic L W Meunier).
8521         + remove glibc add-on files, which are no longer needed (report by
8522           Frederic L W Meunier).
8523
8524 20021012 5.3 release for upload to ftp.gnu.org
8525         + modify ifdef's in etip.h.in to allow the etip.h header to compile
8526           with gcc 3.2 (patch by Dimitar Zhekov <jimmy@is-vn.bg>).
8527         + add logic to setupterm() to make it like initscr() and newterm(),
8528           by checking for $NCURSES_TRACE environment variable and enabling
8529           the debug trace in that case.
8530         + modify setupterm() to ensure that it initializes the baudrate, for
8531           applications such as tput (report by Frank Henigman).
8532         + modify definition of bits used for command-line and library debug
8533           traces to avoid overlap, using new definition TRACE_SHIFT to relate
8534           the two.
8535         + document tput's interpretation of parameterized strings according to
8536           whether parameters are given, etc. (discussion with Robert De Bath).
8537
8538 20021005 pre-release
8539         + correct winnwstr() to account for non-character cells generated when
8540           a double-width character is added (report by Michael Bienia
8541           <michael@vorlon.ping.de>).
8542         + modify _nc_viswbuf2n() to provide better results using wctomb().
8543         + correct logic in _nc_varargs() which broke tracing of parameters for
8544           formats such as "%.*s".
8545         + correct scale factor in linux-c and linux-c-nc terminfo entries
8546           (report Floyd Davidson).
8547         + change tic -A option to -t, add the same option to infocmp for
8548           consistency.
8549         + correct "%c" implementation in lib_tparm.c, which did not map a null
8550           character to a 128 (cf: 980620) (patch by Frank Henigman
8551           <fjhenigman@mud.cgl.uwaterloo.ca>).
8552
8553 20020928 pre-release
8554         + modify MKkey_defs.sh to check for POSIX sort -k option, use that if
8555           it is found, to accommodate newer utility which dropped the
8556           compatibility support for +number options (reported by Andrey A
8557           Chernov).
8558         + modify linux terminfo entry to use color palette feature from
8559           linux-c-nc entry (comments by Tomasz Wasiak and Floyd Davidson).
8560         + restore original color definitions in endwin() if init_color() was
8561           used, and resume those colors on the next doupdate() or refresh()
8562           (report by Tomasz Wasiak <tjwasiak@komputom.com.pl>).
8563         + improve debug-traces by modifying MKlib_gen.sh to generate calls
8564           to returnBool() and returnAttr().
8565         + add/use _nc_visbufn() and _nc_viswbufn() to limit the debug trace
8566           of waddnstr() and similar functions to match the parameters as used.
8567         + add/use _nc_retrace_bool() and _nc_retrace_unsigned().
8568         + correct type used by _nc_retrace_chtype().
8569         + add debug traces to some functions in lib_mouse.c
8570         + modify lib_addch.c to handle non-spacing characters.
8571         + correct parameter of RemAttr() in lib_bkgd.c, which caused the c++
8572           demo's boxes to lose the A_ALTCHARSET flag (broken in 20020629).
8573         + correct width computed in _tracedump(), which did not account for
8574           the attributes (broken in 20010602).
8575         + modify test/tracemunch to replace addresses for windows other than
8576           curscr, newscr and stdscr with window0, window1, etc.
8577
8578 20020921 pre-release
8579         + redid fix for edit_man.sed path.
8580         + workaround for Cygwin bug which makes subprocess writes to stdout
8581           result in core dump.
8582         + documented getbegx(), etc.
8583         + minor fixes to configure script to use '%' consistently as a sed
8584           delimiter rather than '@'.
8585         > patch by Philippe Blain:
8586         + add check in lib_overlay.c to ensure that the windows to be merged
8587           actually overlap, and in copywin(), limit the area to be touched
8588           to the lines given for the destination window.
8589
8590 20020914 pre-release
8591         + modified curses.h so that if the wide-character version is installed
8592           overwriting /usr/include/curses.h, and if it relied on libutf8.h,
8593           then applications that use that header for wide-character support
8594           must define HAVE_LIBUTF8_H.
8595         + modify putwin(), getwin() and dupwin() to allow them to operate on
8596           pads (request by Philippe Blain).
8597         + correct attribute-merging in wborder(), broken in 20020216 (report
8598           by Tomasz Wasiak <tjwasiak@grubasek.komputom.com.pl>).
8599         > patch by Philippe Blain:
8600         + corrected pop-counts in tparam_internal() to '!' and '~' cases.
8601         + use sizeof(NCURSES_CH_T) in one place that used sizeof(chtype).
8602         + remove some unused variables from mvcur test-driver.
8603
8604 20020907 pre-release
8605         + change configure script to allow install of widec-character
8606           (ncursesw) headers to overwrite normal (ncurses) headers, since the
8607           latter is a compatible subset of the former.
8608         + fix path of edit_man.sed in configure script, needed to regenerate
8609           html manpages on Debian.
8610         + fix mismatched enums in vsscanf.c, which caused warning on Solaris.
8611         + update README.emx to reflect current patch used for autoconf.
8612         + change web- and ftp-site to invisible-island.net
8613         > patch by Philippe Blain:
8614         + change case for 'P' in tparam_internal() to indicate that it pops
8615           a variable from the stack.
8616         + correct sense of precision and width in parse_format(), to avoid
8617           confusion.
8618         + modify lib_tparm.c, absorb really_get_space() into get_space().
8619         + modify getwin() and dupwin() to copy the _notimeout, _idlok and
8620           _idcok window fields.
8621         + better fix for _nc_set_type(), using typeMalloc().
8622
8623 20020901 pre-release
8624         + change minor version to 3, i.e., ncurses 5.3
8625         + update config.guess, config.sub
8626         + retest build with each configure option; minor ifdef fixes.
8627         + make keyname() return a null pointer rather than "UNKNOWN STRING" to
8628           match XSI.
8629         + modify handling of wide line-drawing character functions to use the
8630           normal line-drawing characters when not in UTF-8 locale.
8631         + add check/fix to comp_parse.c to suppress warning about missing acsc
8632           string.  This happens in configurations where raw termcap information
8633           is processed; tic already does this and other checks.
8634         + modify tic's check for ich/ich1 versus rmir/smir to only warn about
8635           ich1, to match xterm patch #70 notes.
8636         + moved information for ripped-off lines into SCREEN struct to allow
8637           use in resizeterm().
8638         + add experimental wgetch_events(), ifdef'd with NCURSES_WGETCH_EVENTS
8639           (adapted from patch by Ilya Zakharevich - see ncurses/README.IZ).
8640         + amend check in kgetch() from 20020824 to look only for function-keys,
8641           otherwise escape sequences are not resolved properly.
8642         > patch by Philippe Blain:
8643         + removed redundant assignment to SP->_checkfd from newterm().
8644         + check return-value of setupterm() in restartterm().
8645         + use sizeof(NCURSES_CH_T) in a few places that used sizeof(chtype).
8646         + prevent dupwin() from duplicating a pad.
8647         + prevent putwin() from writing a pad.
8648         + use typeRealloc() or typeMalloc() in preference to direct calls on
8649           _nc_doalloc().
8650
8651 20020824
8652         + add a check in kgetch() for cooked characters in the fifo to avoid
8653           calling fifo_push() when a KEY_RESIZE is available (report/analysis
8654           by Sam Varshavchik <mrsam@courier-mta.com>).
8655         + fix an overlooked case for Redhat #68199 (Philippe Blain).
8656         + ensure clearerr() is called before using ferror() e.g., in
8657           lib_screen.c (report by Philippe Blain).
8658
8659 20020817
8660         + modify lib_screen.c and lib_newwin.c to maintain the SCREEN-specific
8661           pointers for curscr/stdscr/newscr when scr_save() and scr_restore()
8662           modify the global curscr/stdscr/newscr variables.  Fixes Redhat
8663           #68199.
8664         + add checks for null pointer in calls to tparm() and tgoto() based on
8665           FreeBSD bug report.  If ncurses were built with termcap support, and
8666           the first call to tgoto() were a zero-length string, the result would
8667           be a null pointer, which was not handled properly.
8668         + correct a typo in terminfo.head, which gave the octal code for colon
8669           rather than comma.
8670         + remove the "tic -u" option from 20020810, since it did not account
8671           for nested "tc=" clauses, and when that was addressed, was still
8672           unsatisfactory.
8673
8674 20020810
8675         + add tic -A option to suppress capabilities which are commented out
8676           when translating to termcap.
8677         + add tic -u option to provide older behavior of "tc=" clauses.
8678         + modified tic to expand all but the final "tc=" clause in a termcap
8679           entry, to accommodate termcap libraries which do not handle multiple
8680           tc clauses.
8681         + correct typo in curs_inopts.3x regarding CS8/CS7 usage (report by
8682           Philippe Blain).
8683         + remove a couple of redundant uses of A_ATTRIBUTES in expressions
8684           using AttrOf(), which already incorporates that mask (report by
8685           Philippe Blain).
8686         + document TABSIZE variable.
8687         + add NCURSES_ASSUMED_COLORS environment variable, to allow users to
8688           override compiled-in default black-on-white assumption used in
8689           assume_default_colors().
8690         + correct an off-by-one comparison against max_colors in COLORFGBG
8691           logic.
8692         + correct a use of uninitialized memory found by valgrind (reported by
8693           Olaf Buddenhagen <olafBuddenhagen@web.de>).
8694         + modified wresize() to ensure that a failed realloc will not corrupt
8695           the window structure, and to make subwindows fit within the resized
8696           window (completes Debian #87678, Debian #101699)
8697
8698 20020803
8699         + fix an off-by-one in lib_pad.c check for limits of pad (patch by
8700           Philippe Blain).
8701         + revise logic for BeOS in lib_twait.c altered in 20011013 to restore
8702           logic used by lib_getch.c's support for GPM or EMX mouse (report by
8703           Philippe Blain)
8704         + remove NCURSES_CONST from several prototypes in curses.wide, to make
8705           the --enable-const --enable-widec configure options to work together
8706           (report by George Goffe <grgoffe@yahoo.com>).
8707
8708 20020727
8709         + finish no-leak checking in cardfile.c, using this for testing changes
8710           to resizeterm().
8711         + simplify _nc_freeall() using delscreen().
8712
8713 20020720
8714         + check error-return from _nc_set_tty_mode() in _nc_initscr() and
8715           reset_prog_mode() (report/patch by Philippe Blain).
8716         + regenerate configure using patch for autoconf 2.52, to address
8717           problem with identifying C++ bool type.
8718         + correct/improve logic to produce an exit status for errors in tput,
8719           which did not exit with an error when told to put a string not in the
8720           current terminfo entry (report by David Gomez <david@pleyades.net>).
8721         + modify configure script AC_OUTPUT() call to work around defect in
8722           autoconf 2.52 which adds an ifdef'd include to the generated
8723           configure definitions.
8724         + remove fstat() check from scr_init(), which also fixes a missing
8725           include for <sys/stat.h> from 20020713 (reported by David Ellement,
8726           fix suggested by Philippe Blain).
8727         + update curs_scanw.3x manpage to note that XSI curses differs from
8728           SVr4 curses: return-values are incompatible.
8729         + correct several prototypes in manpages which used const
8730           inconsistently with the curses.h file, and removed spurious const's
8731           in a few places from curses.h, e.g., for wbkgd() (report by Glenn
8732           Maynard <glenn@zewt.org>).
8733         + change internal type used by tparm() to long, to work with LP64 model.
8734         + modify nc_alloc.h to allow building with g++, for testing.
8735
8736 20020713
8737         + add resize-handling to cardfile.c test program.
8738         + altered resizeterm() to avoid having it fail when a child window
8739           cannot be resized because it would be larger than its parent.  (More
8740           work must be done on this, but it works well enough to integrate).
8741         + improve a limit-check in lib_refresh.c
8742         + remove check in lib_screen.c relating dumptime to file's modification
8743           times, since that would not necessarily work for remotely mounted
8744           filesystems.
8745         + modify lrtest to simplify debugging changes to resizeterm, e.g.,
8746           t/T commands to enable/disable tracing.
8747         + updated status of multibyte support in TO-DO.
8748         + update contact info in source-files (patch by Juergen Pfeifer).
8749
8750 20020706
8751         + add Caps.hpux11, as an example.
8752         + modify version_filter(), used to implement -R option for tic and
8753           infocmp, to use computed array offsets based on the Caps.* file which
8754           is actually configured, rather than constants which correspond to
8755           the Caps file.
8756         + reorganized lib_raw.c to avoid updating SP and cur_term state if the
8757           functions fail (reported by Philippe Blain).
8758         + add -Wundef to gcc warnings, adjust a few ifdef's to accommodate gcc.
8759
8760 20020629
8761         + correct parameters to setcchar() in ncurses.c (cf: 20020406).
8762         + set locale in most test programs (view.c and ncurses.c were the
8763           only ones).
8764         + add configure option --with-build-cppflags (report by Maksim A
8765           Nikulin <M.A.Nikulin@inp.nsk.su>).
8766         + correct a typo in wide-character logic for lib_bkgnd.c (Philippe
8767           Blain).
8768         + modify lib_wacs.c to not cancel the acsc, smacs, rmacs strings when
8769           in UTF-8 locale.  Wide-character functions use Unicode values, while
8770           narrow-character functions use the terminfo data.
8771         + fix a couple of places in Ada95/samples which did not compile with
8772           gnat 3.14
8773         + modify mkinstalldirs so the DOS-pathname case is locale-independent.
8774         + fix locale problem in MKlib_gen.sh by forcing related variables to
8775           POSIX (C), using same approach as autoconf (set variables only if
8776           they were set before).  Update MKterminfo.sh and MKtermsort.sh to
8777           match.
8778
8779 20020622
8780         + add charset to generated html.
8781         + add mvterm entry, adapted from a FreeBSD bug-report by Daniel Rudy
8782           <dcrudy@pacbell.net> -TD
8783         + add rxvt-16color, ibm+16color entries -TD
8784         + modify check in --disable-overwrite option so that it is used by
8785           default unless the --prefix/$prefix value is not /usr, in attempt to
8786           work around packagers, e.g., for Sun's freeware, who do not read the
8787           INSTALL notes.
8788
8789 20020615
8790         + modify wgetch() to allow returning ungetch'd KEY_RESIZE as a function
8791           key code in get_wch().
8792         + extended resize-handling in test/ncurses 'a' menu to the entire
8793           stack of windows created with 'w' commands.
8794         + improve $COLORFGBG feature by interpreting an out-of-range color
8795           value as an SGR 39 or 49, for foreground/background respectively.
8796         + correct a typo in configure --enable-colorfgbg option, and move it
8797           to the experimental section (cf: 20011208).
8798
8799 20020601
8800         + add logic to dump_entry.c to remove function-key definitions that do
8801           not fit into the 1023-byte limit for generated termcaps.  This makes
8802           hds200 fit.
8803         + more improvements to tic's warnings, including logic to ignore
8804           differences between delay values in sgr strings.
8805         + move definition of KEY_RESIZE into MKkeydefs.sh script, to
8806           accommodate Caps.osf1r5 which introduced a conflicting definition.
8807
8808 20020525
8809         + add simple resize-handling in test/ncurses.c 'a' menu.
8810         + fixes in keyname() and _tracechar() to handle negative values.
8811         + make tic's warnings about mismatches in sgr strings easier to follow.
8812         + correct tic checks for number of parameters in smgbp and smglp.
8813         + improve scoansi terminfo entry, and add scoansi-new entry -TD
8814         + add pcvt25-color terminfo entry -TD
8815         + add kf13-kf48 strings to cons25w terminfo entry (reported by Stephen
8816           Hurd <deuce@lordlegacy.org> in newsgroup lucky.freebsd.bugs) -TD
8817         + add entrypoint _nc_trace_ttymode(), use this to distinguish the
8818           Ottyb and Nttyb members of terminal (aka cur_term), for tracing.
8819
8820 20020523
8821         + correct and simplify logic for lib_pad.c change in 20020518 (reported
8822           by Mike Castle).
8823
8824 20020518
8825         + fix lib_pad.c for case of drawing a double-width character which
8826           falls off the left margin of the pad (patch by Kriang Lerdsuwanakij
8827           <lerdsuwa@users.sourceforge.net>)
8828         + modify configure script to work around broken gcc 3.1 "--version"
8829           option, which adds unnecessary trash to the requested information.
8830         + adjust ifdef's in case SIGWINCH is not defined, e.g., with DJGPP
8831           (reported by Ben Decker <deckerben@freenet.de>).
8832
8833 20020511
8834         + implement vid_puts(), vid_attr(), term_attrs() based on the narrow-
8835           character versions as well.
8836         + implement erasewchar(), killwchar() based on erasechar() and
8837           killchar().
8838         + modify erasechar() and killchar() to return ERR if the value was
8839           VDISABLE.
8840         + correct a bug in wresize() in handling subwindows (based on patch by
8841           Roger Gammans <rgammans@computer-surgery.co.uk>, report by Scott Beck
8842           <scott@gossamer-threads.com>).
8843         + improve test/tclock.c by making the second-hand update more often
8844           if gettimeofday() is available.
8845
8846 20020429
8847         + workaround for Solaris sed with MKlib_gen.sh (reported by Andy
8848           Tsouladze <andyt@mypoints.com>).
8849
8850 20020427
8851         + correct return-value from getcchar(), making it consistent with
8852           Solaris and Tru64.
8853         + reorder loops that generate makefile rules for different models vs
8854           subsets so configure --with-termlib works again.  This was broken by
8855           logic added to avoid duplicate rules in changes to accommodate cygwin
8856           dll's (reported by George.R.Goffe@seagate.com).
8857         + update config.guess, config.sub
8858
8859 20020421
8860         + modify ifdef's in write_entry.c to allow use of symbolic links on
8861           platforms with no hard links, e.g., BeOS.
8862         + modify a few includes to allow compile with BeOS, which has stdbool.h
8863           with a conflicting definition for 'bool' versus its OS.h definition.
8864         + amend MKlib_gen.sh to work with gawk, which defines 'func' as an
8865           alias for 'function'.
8866
8867 20020420
8868         + correct form of prototype for ripoffline().
8869         + modify MKlib_gen.sh to test that all functions marked as implemented
8870           can be linked.
8871
8872 20020413
8873         + add manpages: curs_get_wstr.3x, curs_in_wchstr.3x
8874         + implement wgetn_wstr().
8875         + implement win_wchnstr().
8876         + remove redefinition of unget_wch() in lib_gen.c (reported by
8877           Jungshik Shin <jshin@jtan.com>).
8878
8879 20020406
8880         + modified several of the test programs to allow them to compile with
8881           vendor curses implementations, e.g., Solaris, AIX -TD
8882
8883 20020323
8884         + modified test/configure to allow configuring against ncursesw.
8885         + change WACS_xxx definition to use address, to work like Tru64 curses.
8886
8887 20020317
8888         + add 'e' and 'm' toggles to 'a', 'A' tests in ncurses.c to demonstrate
8889           effect of echo/noecho and meta modes.
8890         + add 'A' test to ncurses.c to demonstrate wget_wch() and related
8891           functions.
8892         + add manpage: curs_get_wch.3x
8893         + implement unget_wch().
8894         + implement wget_wch().
8895
8896 20020310
8897         + regenerated html manpages.
8898         + add manpages: curs_in_wch.3x, curs_ins_wch.3x, curs_ins_wstr.3x
8899         + implement wins_wch().
8900         + implement win_wch().
8901         + implement wins_nwstr(), wins_wstr().
8902
8903 20020309
8904         + add manpages: curs_addwstr.3x, curs_winwstr.3x
8905         + implement winnwstr(), winwstr().
8906
8907 20020223
8908         + add manpages: curs_add_wchstr.3x, curs_bkgrnd.3x
8909         + document wunctrl, key_name.
8910         + implement key_name().
8911         + remove const's in lib_box.c incorrectly leftover after splitting off
8912           lib_box_set.c
8913         + update llib-lncurses, llib-ncursesw, fix configure script related to
8914           these.
8915
8916 20020218
8917         + remove quotes on "SYNOPSIS" in man/curs_box_set.3x, which resulted
8918           in spurious symlinks on install.
8919
8920 20020216
8921         + implement whline_set(), wvline_set(), add manpage curs_border_set.
8922         + add subtest 'b' to 'F' and 'f' in ncurses.c to demonstrate use of
8923           box() and box_set() functions.
8924         + add subtest 'u' to 'F' in ncurses.c, to demonstrate use of addstr()
8925           given UTF-8 string equivalents of WACS_xxx symbols.
8926         + minor fixes to several manpages based on groff -ww output.
8927         + add descriptions of external variables of termcap interface to
8928           the manpage (report by Bruce Evans <bde@zeta.org.au>).
8929         > patches by Bernhard Rosenkraenzer:
8930         + correct configure option --with-bool, which was executed as
8931           --with-ospeed.
8932         + add quotes for parameters of --with-bool and --with-ospeed configure
8933           options.
8934         > patch by Sven Verdoolaege (report by Gerhard Haering
8935           <haering_linux@gmx.de>):
8936         + correct typos in definitions of several wide-character macros:
8937           waddwstr, wgetbkgrnd, mvaddwstr, mvwadd_wchnstr, mvwadd_wchnstr,
8938           mvwaddwstr.
8939         + pass $(CPPFLAGS) to MKlib_gen.sh, thereby fixing a missing definition
8940           of _XOPEN_SOURCE_EXTENDED, e.g., on Solaris
8941
8942 20020209
8943         + implement wide-acs characters for UTF-8 locales.  When in UTF-8
8944           locale, ignore narrow version of acs.  Add 'F' test to test/ncurses.c
8945           to demonstrate.
8946         + correct prototype in keybound manpage (noted from a Debian mailing
8947           list item).
8948
8949 20020202
8950         + add several cases to the wscanw() example in testcurs.c, showing the
8951           format.
8952         + implement a simple vsscanf() fallback function which uses the %n
8953           conversion to help parse the input data (prompted by discussion with
8954           Albert Chin-A-Young).
8955         + modify mk-1st.awk and test/Makefile.in to add $(LDFLAGS) when making
8956           shared libraries, and to use $(CFLAGS) when linking test programs
8957           (patch by Albert Chin-A-Young).
8958         + add a call to _nc_keypad() in keypad() to accommodate applications
8959           such as nvi, which use curses for output but not for input (fixes
8960           Debian #131263, cf: 20011215).
8961         + add entrypoints to resizeterm.c which provide better control over the
8962           process:  is_term_resized() and resize_term().  The latter restores
8963           the original design of resizeterm() before KEY_RESIZE was added in
8964           970906.  Do this to accommodate 20010922 changes to view.c, but allow
8965           for programs with their own sigwinch handler, such as lynx (reported
8966           by Russell Ruby <russ@math.orst.edu>).
8967
8968 20020127
8969         + fix a typo in change to mk-1st.awk, which broke the shared-library
8970           makefile rules (reported by Martin Mokrejs).
8971
8972 20020126
8973         + update config.guess, config.sub
8974         + finish changes needed to build dll's on cygwin.
8975         + fix a typo in mvwchat() macro (reported by Cy <yam@homerow.net).
8976
8977 20020119
8978         + add case in lib_baudrate.c for B921600 (patch by Andrey A Chernov).
8979         + correct missing sed-editing stage in manpage installs which is used
8980           to rename manpages, broken in 20010324 fix for Debian #89939 (Debian
8981           #78866).
8982         + remove -L$(libdir) from linker flags, probably not needed any more
8983           since HPUX is handled properly (reported by Niibe Yutaka
8984           <gniibe@m17n.org>).
8985         + add configure check for mbstate_t, needed for wide-character
8986           configuration.  On some platforms we must include <wchar.h> to
8987           define this (reported by Daniel Jacobowitz).
8988         + incorporate some of the changes needed to build dll's on cygwin.
8989
8990 20020112a
8991         + workaround for awk did not work with mawk, adjusted shell script.
8992
8993 20020112
8994         + add Caps.osf1r5, as an example.
8995         + modify behavior of can_clear_with() so that if an application is
8996           running in a non-bce terminals with default colors enabled, it
8997           returns true, allowing the user to select/paste text without picking
8998           up extraneous trailing blanks (adapted from patch by Daniel
8999           Jacobowitz <dmj+@andrew.cmu.edu>).
9000         + modify generated curses.h to ifdef-out prototypes for extensions if
9001           they are disabled, and to define curses_version() as a string in that
9002           case.  This is needed to make the programs such as tic build in that
9003           configuration.
9004         + modified generated headers.sh to remove a gzip'd version of the
9005           target file if it exists, in case non-gzip'd manpages are installed
9006           into a directory where gzip'd ones exist.  In that case, the latter
9007           would be found.
9008         + corrected a redundant initialization of signal handlers from 20010922
9009           changes.
9010         + clarified bug-reporting address in terminfo.src (report by John H
9011           DuBois III <spcecdt@armory.com>).
9012         > several fixes from Robert Joop:
9013         + do not use "-v" option of awk in MKkey_defs.sh because it does not
9014           work with SunOS nawk.
9015         + modify definitions for libutf8 in curses.h to avoid redefinition
9016           warnings for mblen
9017         + quoted references to compiler in shell command in misc/Makefile, in
9018           case it uses multiple tokens.
9019
9020 20011229
9021         + restore special case from 20010922 changes to omit SA_RESTART when
9022           setting up SIGWINCH handler, which is needed to allow wgetch() to be
9023           interrupted by that signal.
9024         + updated configure macro CF_WITH_PATHLIST, to omit some double quotes
9025           not needed with autoconf 2.52
9026         + revert configure script to autoconf 2.13 patched with
9027                 autoconf-2.13-19990117.patch.gz (or later)
9028           from
9029                 ftp://invisible-island.net/autoconf/
9030           because autoconf 2.52 macro AC_PROG_AWK does not work on HPUX 11.0
9031           (report by David Ellement <ellement@sdd.hp.com>).  This also fixes a
9032           different problem configuring with Mac OS X (reported by Marc Smith
9033           <marc.a.smith@home.com>).
9034
9035 20011222
9036         + modify include/edit_cfg.h to eliminate BROKEN_LINKER symbol from
9037           term.h
9038         + move prototype for _nc_vsscanf() into curses.h.in to omit
9039           HAVE_VSSCANF symbol from curses.h, which was dependent upon the
9040           ncurses_cfg.h file which is not installed.
9041         + use ACS_LEN rather than SIZEOF(acs_map) in trace code of lib_acs.c,
9042           to work with broken linker configuration, e.g., cygwin (report by
9043           Robert Joop <rj@rainbow.in-berlin.de>).
9044         + make napms() call _nc_timed_wait() rather than poll() or select(),
9045           to work around broken implementations of these on cygwin.
9046
9047 20011218
9048         + drop configure macro CF_WIDEC_SHIFT, since that was rendered obsolete
9049           by Sven Verdoolaege's rewrite of wide-character support.  This makes
9050           libncursesw incompatible again, but makes the header files almost the
9051           same as in the narrow-character configuration.
9052         + simplify definitions that combine wide/narrow versions of bkgd, etc.,
9053           to eliminate differences between the wide/narrow versions of curses.h
9054         + correct typo in configure macro CF_FUNC_VSSCANF
9055         + correct location of call to _nc_keypad() from 20011215 changes which
9056           prevented keypad() from being disabled (reported by Lars Hecking).
9057
9058 20011215
9059         + rewrote ncurses 'a' test to exercise wgetch() and keypad() functions
9060           better, e.g., by adding a 'w' command to create new windows which
9061           may have different keypad() settings.
9062         + corrected logic of keypad() by adding internal screen state to track
9063           whether the terminal's keypad-mode has been set.  Use this in
9064           wgetch() to update the keypad-mode according to whether the
9065           associated window's keypad-mode has been set with keypad().  This
9066           corrects a related problem restoring terminal state after handling
9067           SIGTSTP (reported by Mike Castle).
9068         + regenerate configure using patch for autoconf 2.52
9069                 autoconf-2.52-patch.gz
9070           at
9071                 ftp://invisible-island.net/autoconf/
9072         + update config.guess, config.sub from
9073                 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
9074         + minor changes to quoting in configure script to allow it to work
9075           with autoconf 2.52
9076
9077 20011208
9078         + modify final checks in lib_setup.c for line and col values, making
9079           them independent.
9080         + modify acs_map[] if configure --broken-linker is specified, to make
9081           it use a function rather than an array (prompted by an incorrect
9082           implementation in cygwin package).
9083         + correct spelling of configure option --enable-colorfgbg, which
9084           happened to work if --with-develop was set (noted in cygwin package
9085           for ncurses).
9086         + modify ifdef for genericerror() to compile with SUNWspro Sun WorkShop
9087           6 update 1 C++ 5.2 (patch by Sullivan N Beck <sbeck@cise.ufl.edu>).
9088         + add configure checks to see if ncurses' fallback vsscanf() will
9089           compile either of the special cases for FILE structs, and if not,
9090           force it to the case which simply returns an error (report by
9091           Sullivan N Beck <sbeck@cise.ufl.edu> indicates that Solaris 8 with
9092           64-bits does not allow access to FILE's fields).
9093         + modify ifdef's for c++/cursesw.cc to use the fallback vsscanf() in
9094           the ncurses library if no better substitute for this can be found
9095           in the C++ runtime.
9096         + modify the build to name dynamic libraries according to the
9097           convention used on OS X and Darwin.  Rather than something like
9098           libncurses.dylib.5.2, Darwin would name it libncurses.  5.dylib.
9099           There are a few additional minor fixes, such as setting the library
9100           version and compatibility version numbers (patch by Jason Evans
9101           <jevans@apple.com>).
9102         + use 'sh' to run mkinstalldirs, to work around problems with buggy
9103           versions of 'make' on OS/2 (report by John Polterak <jp@eyup.org>).
9104         + correct typo in manpage description of curs_set() (Debian #121548).
9105         + replace the configure script existence-check for mkstemp() by one
9106           that checks if the function works, needed for older glibc and
9107           AmigaOS.
9108
9109 20011201
9110         + modify script that generates fallbacks.c to compile a temporary
9111           copy of the terminfo source in case the host does not contain all of
9112           the entries requested for fallbacks (request by Greg Roelofs).
9113         + modify configure script to accommodate systems such as Mac OS X whose
9114           <stdbool.h> header defines a 'bool' type inconsistent with ncurses,
9115           which normally makes 'bool' consistent with C++.  Include <stdbool.h>
9116           from curses.h to force consistent usage, define a new type
9117           NCURSES_BOOL and related that to the exported 'bool' as either a
9118           typedef or definition, according to whether <stdbool.h> is present
9119           (based on a bug report for tin 1.5.9 by Aaron Adams <adamsa@mac.com>).
9120
9121 20011124
9122         + added/updated terminfo entries for M$ telnet and KDE konsole -TD
9123
9124 20011117
9125         + updated/expanded Apple_Terminal and Darwin PowerPC terminfo entries
9126           (Benjamin C W Sittler).
9127         + add putty terminfo entry -TD
9128         + if configuring for wide-curses, define _XOPEN_SOURCE_EXTENDED, since
9129           this may not otherwise be defined to make test/view.c compile.
9130
9131 20011110
9132         + review/correct several missing/generated items in curses.wide, sorted
9133           the lists to make subsequent diff's easier to track.
9134
9135 20011103
9136         + add manual pages for add_wch(), echo_wchar(), getcchar(),
9137           mvadd_wch(), mvwadd_wch(), setcchar(), wadd_wch() and wecho_wchar().
9138         + implement wecho_wchar()
9139         + modify _tracedump() to handle wide-characters by mapping them to '?'
9140           and control-characters to '.', to make the trace file readable.  Also
9141           dynamically allocate the buffer used by _tracedump() for formatting
9142           the results.
9143         + modify T_CALLED/T_RETURN macros to ease balancing call/return lines
9144           in a trace by using curly braces.
9145         + implement _nc_viscbuf(), for tracing cchar_t arrays.
9146         + correct trace-calls in setcchar() and getcchar() functions, which
9147           traced the return values but not the entry to each function.
9148         + correct usage message in test/view.c, which still mentioned -u flag.
9149
9150 20011027
9151         + modify configure script to allow building with termcap only, or with
9152           fallbacks only.  In this case, we do not build tic and toe.
9153         + add configure --with-termpath option, to override default TERMPATH
9154           value of /etc/termcap:/usr/share/misc/termcap.
9155         + cosmetic change to tack: make menu descriptions agree with menu
9156           titles.
9157
9158 20011020
9159         + rewrote limit-checks in wscrl() and associated _nc_scroll_window(),
9160           to ensure that if the parameter of wscrl() is larger than the size of
9161           the scrolling region, then the scrolling region will be cleared
9162           (report by Ben Kohlen <bckohlen@yahoo.com>).
9163         + add trace/varargs.c, using this to trace parameters in lib_printw.c
9164         + implement _tracecchar_t2() and _tracecchar_t().
9165         + split-out trace/visbuf.c
9166         + correct typo in lib_printw.c changes from 20010922 (report by Mike
9167           Castle).
9168
9169 20011013
9170         + modify run_tic.sh to check if the build is a cross-compile.  In that
9171           case, do not use the build's tic to install the terminfo database
9172           (report by Rafael Rodriguez Velilla <rrv@tid.es>).
9173         + modify mouse click resolution so that mouseinterval(-1) will disable
9174           it, e.g., to handle touchscreens via a slow connection (request by
9175           Byron Stanoszek <gandalf@winds.org>).
9176         + correct mouseinterval() default value shown in curs_mouse.3x
9177         + remove conflicting definition of mouse_trafo() (reported by Lars
9178           Hecking, using gcc 2.95.3).
9179
9180 20011001
9181         + simpler fix for signal_name(), to replace the one overlooked in
9182           20010929 (reported by Larry Virden).
9183
9184 20010929
9185         + add -i option to view.c, to test ncurses' check for non-default
9186           signal handler for SIGINT, etc.
9187         + add cases for shared-libraries on Darwin/OS X (patch by Rob Braun
9188           <bbraun@synack.net>).
9189         + modify tset to restore original I/O modes if an error is encountered.
9190           Also modify to use buffered stderr consistently rather than mixing
9191           with write().
9192         + change signal_name() function to use if-then-else rather than case
9193           statement, since signal-values aren't really integers (reported by
9194           Larry Virden).
9195         + add limit checks in wredrawln(), fixing a problem where lynx was
9196           repainting a pad which was much larger than the screen.
9197
9198 20010922
9199         + fix:  PutRange() was counting the second part of a wide character as
9200           part of a run, resulting in a cursor position that was one too far
9201           (patch by Sven Verdoolaege).
9202         + modify resizeterm() to not queue a KEY_RESIZE if there was no
9203           SIGWINCH, thereby separating the two styles of SIGWINCH handling
9204           in test/view.c
9205         + simplified lib_tstp.c, modify it to use SA_RESTART flag for SIGWINCH.
9206         + eliminate several static buffers in the terminfo compiler, using
9207           allocated buffers.
9208         + modify MKkeyname.awk so that keyname() does not store its result into
9209           a static buffer that is overwritten by the next call.
9210         + reorganize the output of infocmp -E and -e options to compile cleanly
9211           with gcc -Wwrite-strings warnings.
9212         + remove redefinition of chgat/wchgat/mvwchgat from curses.wide
9213
9214 20010915
9215         + add label to test/view.c, showing the name of the last key or signal
9216           that made the screen repaint, to make it clearer when a sigwinch
9217           does this.
9218         + use ExitProgram() consistently in the test-programs to make it
9219           simpler to test leaks with dmalloc, etc.
9220         + move hashtab static data out of hashmap.c into SCREEN struct.
9221         + make NO_LEAK code compile with revised WINDOWLIST structs.
9222
9223 20010908
9224         + modify tgetent() to check if exit_attribute_mode resets the alternate
9225           character set, and if so, attempt to adjust the copy of the termcap
9226           "me" string which it will return to eliminate that part.  In
9227           particular, 'screen' would lose track of line-drawing characters
9228           (report by Frederic L W Meunier <0@pervalidus.net>, analysis by
9229           Michael Schroeder).
9230
9231 20010901
9232         + specify DOCTYPE in html manpages.
9233         + add missing macros for several "generated" functions:  attr_get(),
9234           attr_off(), attr_on(), attr_set(), chgat(), mvchgat(), mvwchgat() and
9235           mouse_trafo().
9236         + modify view.c to agree with non-experimental status of ncurses'
9237           sigwinch handler:
9238           + change the sense of the -r option, making it default to ncurses'
9239             sigwinch handler.
9240           + add a note explaining what functions are unsafe in a signal
9241             handler.
9242           + add a -c option, to set color display, for testing.
9243         + unset $data variable in MKterminfo.sh script, to address potential
9244           infinite loop if shell malfunction (report by Samuel Mikes
9245           <smikes@cubane.com>, for bash 2.05.0 on a Linux 2.0.36 system).
9246         + change kbs in mach terminfo entries to ^?  (Marcus Brinkmann
9247           <Marcus.Brinkmann@ruhr-uni-bochum.de>).
9248         + correct logic for COLORFGBG environment variable: if rxvt is compiled
9249           with xpm support, the variable has three fields, making it slightly
9250           incompatible with itself.  In either case, the background color is
9251           the last field.
9252
9253 20010825
9254         + move calls to def_shell_mode() and def_prog_mode() before loop with
9255           callbacks in lib_set_term.c, since the c++ demo otherwise initialized
9256           the tty modes before saving them (patch by John David Anglin
9257           <dave@hiauly1.hia.nrc.ca>).
9258         + duplicate logic used to initialize trace in newterm(), in initscr()
9259           to avoid confusing trace of initscr().
9260         + simplify allocation of WINDOW and WINDOWLIST structs by making the
9261           first a part of the second rather than storing a pointer.  This saves
9262           a call to malloc for each window (discussion with Philippe Blain).
9263         + remove unused variable 'used_ncv' from lib_vidattr.c (Philippe
9264           Blain).
9265         + modify c++/Makefile.in to accommodate archive programs that are
9266           different for C++ than for C, and add cases for vendor's C++
9267           compilers on Solaris and IRIX (report by Albert Chin-A-Young).
9268         + correct manpage description of criteria for deciding if the terminal
9269           supports xterm mouse controls.
9270         + add several configure script options to aid with cross-compiling:
9271           --with-build-cc, --with-build-cflags, --with-build-ldflags, and
9272           --with-build-libs (request by Greg Roelofs).
9273         + change criteria for deciding if configure is cross-compiling from
9274           host/build mismatch to host/target mismatch (request by Greg Roelofs
9275           <greg.roelofs@philips.com>).
9276         + correct logic for infocmp -e and -E options which writes the data for
9277           the ext_Names[] array.  This is needed if one constructs a fallback
9278           table for a terminfo entry which uses extended termcap names, e.g.,
9279           AX in a color xterm.
9280         + fix undefined NCURSES_PATHSEP when configure --disable-database
9281           option is given.
9282
9283 20010811
9284         + fix for VALID_BOOLEAN() macro when char is not signed.
9285         + modify 'clean' rule for C++ binding to work with Sun compiler, which
9286           caches additional information in a subdirectory of the objects.
9287         + added llib-ncursesw.
9288
9289 20010804
9290         + add Caps.keys example for experimental extended function keys
9291           (adapted from a patch by Ilya Zakharevich).
9292         + correct parameter types of vidputs() and vidattr() to agree with
9293           header files (report by William P Setzer).
9294         + fix typos in several man-pages (patch by William P Setzer).
9295         + remove unneeded ifdef for __GNUG__ in CF_CPP_VSCAN_FUNC configure
9296           macro, which made ncurses C++ binding fail to build with other
9297           C++ compilers such as HPUX 11.x (report by Albert Chin-A-Young).
9298         + workaround for bug in HPUX 11.x C compiler: add a blank after
9299           NCURSES_EXPORT macro in form.h (report by Albert Chin-A-Young)
9300         + ignore blank lines in Caps* files in MKkey_defs.sh script (report by
9301           Albert Chin-A-Young).
9302         + correct definition of key_end in Caps.aix4, which left KEY_END
9303           undefined (report by Albert Chin-A-Young).
9304         + remove a QNX-specific fallback prototype for vsscanf(), which is
9305           obsolete with QNX RTP.
9306         + review/fix some of the T() and TR() macro calls, having noticed that
9307           there was no data for delwin() in a trace of dialog because there was
9308           no returnVoid call for wtimeout().  Also, traces in lib_twait.c are
9309           now selected under TRACE_IEVENT rather than TRACE_CALLS.
9310
9311 20010728
9312         + add a _nc_access() check before opening files listed via $TERMPATH.
9313         + using modified man2html, regenerate some of the html manpages to fix
9314           broken HREF's where the link was hyphenated.
9315
9316 20010721
9317         + add some limit/pointer checks to -S option of tputs.
9318         + updated/expanded Apple_Terminal and Darwin PowerPC terminfo entries
9319           (Benjamin C W Sittler).
9320         + add a note in curs_termcap.3x regarding a defect in the XSI
9321           description of tgetent (based on a discussion with Urs Jansen
9322           regarding the HPUX 11.x implementation, whose termcap interface is
9323           not compatible with existing termcap programs).
9324         + modify manhtml rule in dist.mk to preserve copyright notice on the
9325           generated files, as well as to address HTML style issues reported by
9326           tidy and weblint.  Regenerated/updated corresponding html files.
9327         + comment out use of Protected_Character and related rarely used
9328           attributes in ncurses Ada95 test/demo to compile with wide-character
9329           configuration.
9330
9331 20010714
9332         + implement a simple example in C++ demo to test scanw().
9333         + corrected stdio function used to implement scanw() in cursesw.cc
9334         + correct definition of RemAttr() macro from 20010602 changes, which
9335           caused C++ SillyDemo to not show line-drawing characters.
9336         + modify C++ binding, adding getKey() which can be overridden by user
9337           to substitute functions other than getch() for keyboard processing
9338           of forms and menus (patch by Juergen Pfeifer).
9339
9340 20010707
9341         + fix some of the trace calls which needed modification to work with
9342           new wide-character structures.
9343         + modify magic-cookie code in tty_update.c to compile with new
9344           wide-character structures (report by <George.R.Goffe@seagate.com>).
9345         + ensure that _XOPEN_SOURCE_EXTENDED is defined in curses.priv.h if
9346           compiling for wide-character configuration.
9347         + make addwnstr() handle non-spacing characters (patch by Sven
9348           Verdoolaege).
9349
9350 20010630
9351         + add configure check to define _GNU_SOURCE, needed to prop up glibc
9352           header files.
9353         + split-out include/curses.wide to solve spurious redefinitions caused
9354           by defining _GNU_SOURCE, and move includes for <signal.h> before
9355           <curses.h> to work around misdefinition of ERR in glibc 2.1.3 header
9356           file.
9357         + extended ospeed change to NetBSD and OpenBSD -TD
9358         + modify logic in lib_baudrate.c for ospeed, for FreeBSD to make it
9359           work properly for termcap applications (patch by Andrey A Chernov).
9360
9361 20010623
9362         + correct an overlooked CharOf/UChar instance (reports by Eugene Lee
9363           <eugene@anime.net>, Sven Verdoolaege).
9364         + correct unneeded ifdef for wunctrl() (reported by Sven Verdoolaege)
9365
9366 20010618
9367         + change overlooked several CharOf/UChar instances.
9368         > several patches from Sven Verdoolaege:
9369         + correct a typo in wunctrl(), which made it appear that botwc() was
9370           needed (no such function: use btowc()).
9371         + reimplement wide-character demo in test/view.c, using new functions.
9372         + implement getcchar(), setcchar(), wadd_wchnstr() and related macros.
9373         + fix a syntax problem with do/if/while in PUTC macro (curses.priv.h).
9374
9375 20010616
9376         + add parentheses in macros for malloc in test.priv.h, fixes an
9377           expression in view.c (report by Wolfgang Gutjahr <gutw@knapp.co.at>).
9378         + add Caps.uwin, as an example.
9379         + change the way curses.h is generated, making the list of function
9380           key definitions extracted from the Caps file.
9381         + add #undef's before possible redefinition of ERR and OK in curses.h
9382         + modify logic in tic, toe, tput and tset which checks for basename of
9383           argv[0] to work properly on systems such as OS/2 which have
9384           case-independent filenames and/or program suffixes, e.g., ".ext".
9385
9386 20010609
9387         + add a configure check, if --enable-widec is specified, for putwc(),
9388           which may be in libutf8.
9389         + remove some unnecessary text from curs_extend.3x and
9390           default_colors.3x which caused man-db to make incorrect symbolic
9391           links (Debian #99550).
9392         + add configure check if cast for _IO_va_list is needed to compile
9393           C++ vscan code (Debian #97945).
9394         > several patches from Sven Verdoolaege:
9395         + correct code that used non-standard auto-initialization of a struct,
9396           which gcc allows (report by Larry Virden).
9397         + use putwc() in PUTC() macro.
9398         + make addstr() work for the special case where the codeset is
9399           non-stateful (eg. UTF-8), as well as stateful codesets.
9400
9401 20010603
9402         + correct loop expression in NEXT_CHAR macro for lib_addstr.c changes
9403           from 20010602 (report by Mike Castle).
9404
9405 20010602
9406         + modify mvcur() to avoid emitting newline characters when nonl() mode
9407           is set.  Normally this is not a problem since the actual terminal
9408           mode is set to suppress nl/crlf translations, however it is useful to
9409           allow the caller to manipulate the terminal mode to avoid staircasing
9410           effects after spawning a process which writes messages (for lynx
9411           2.8.4) -TD
9412         > several patches from Sven Verdoolaege <skimo@kotnet.org>:
9413         + remove redundant type-conversion in fifo_push()
9414         + correct definition of addwstr() macro in curses.h.in
9415         + remove _nc_utf8_outch()
9416         + rename most existing uses of CharOf() to UChar(), e.g., where it is
9417           used to prevent sign-extension in ctype macros.
9418         + change some chtype's to attr_t's where the corresponding variables
9419           are used to manipulate attributes.
9420         + UpdateAttr() was applied to both attributes (attr_t) and characters
9421           (chtype).  Modify macro and calls to it to make these distinct.
9422         + add CharEq() macro, use in places where wide-character configuration
9423           implementation uses a struct for cchar_t.
9424         + moved struct ldat into curses.priv.h, to hide implementation details.
9425         + change CharOf() macro to use it for masking A_CHARTEXT data from
9426           chtype's.
9427         + add L() macro to curses.priv.h, for long-character literals.
9428         + replace several assignments from struct ldat entries to chtype or
9429           char values with combinations of CharOf() and AttrOf() macros.
9430         + add/use intermediate ChAttrOf() and ChCharOf() macros where we know
9431           we are using chtype data.
9432         + add/use lowlevel attribute manipulation macros AddAttr(), RemAttr()
9433           and SetAttr().
9434         + add/use SetChar() macro, to change a cchar_t based on a character and
9435           attributes.
9436         + convert most internal use of chtype to NCURSES_CH_T, to simplify use
9437           of cchar_t for wide-character configuration.  Similarly, use ARG_CH_T
9438           where a pointer would be more useful.
9439         + add stubs for tracing cchar_t values.
9440         + add/use macro ISBLANK()
9441         + add/use constructors for cchar_t's: NewChar(), NewChar2().
9442         + add/use macros CHREF(), CHDEREF(), AttrOfD(), CharOfD() to facilitate
9443           passing cchar_t's by address.
9444         + add/use PUTC_DATA, PUTC() macros.
9445         + for wide-character configuration, move the window background data to
9446           the end of the WINDOW struct so that whether _XOPEN_SOURCE_EXTENDED
9447           is defined or not, the offsets in the struct will not change.
9448         + modify addch() to work with wide-characters.
9449         + mark several wide-character functions as generated in curses.h.in
9450         + implement wunctrl(), wadd_wch(), wbkgrndset(), wbkgrnd(),
9451           wborder_set() and waddnwstr().
9452
9453 20010526
9454         + add experimental --with-caps=XXX option to customize to similar
9455           terminfo database formats such as AIX 4.x
9456         + add Caps.aix4 as an example.
9457         + modify Caps to add columns for the the KEY_xxx symbols.
9458         + modify configure --with-widec to suppress overwrite of libcurses.so
9459           and curses.h
9460         + add checks to toe.c to avoid being confused by files and directories
9461           where we would expect the reverse, e.g., source-files in the
9462           top-level terminfo levels as is the case for AIX.
9463
9464 20010519
9465         + add top-level 'depend' rule for the C sources, assuming that the
9466           makedepend program is available.  As a side-effect, this makes
9467           the generated sources, as in "make sources" (prompted by a report
9468           by Mike Castle that "make -j" fails because the resulting parallel
9469           processes race to generate ncurses/names.c).
9470         + modify configure script so that --disable-overwrite option's action
9471           to add a symbolic link for libcurses applies to the static library as
9472           well as the shared library when both are configured (report by Felix
9473           Natter <f.natter@ndh.net>).
9474         + add ELKS terminfo entries (Federico Bianchi
9475           <bianchi@www.arte.unipi.it>)
9476         + add u6 (CSR) to Eterm (Michael Jennings).
9477
9478 20010512
9479         + modify test/ncurses.c to work with xterm-256color, which has fewer
9480           color pairs than colors*colors (report by David Ellement
9481           <ellement@sdd.hp.com>).
9482
9483 20010505
9484         + corrected screen.xterm-xfree86 entry.
9485         + update comment in Caps regarding IBM (AIX) function-key definitions.
9486
9487 20010421
9488         + modify c++/Makefile.in to link with libncurses++w.a when configured
9489           for wide-characters (patch by Sven Verdoolaege).
9490         + add check in _nc_trace_buf() to refrain from freeing a null pointer.
9491         + improve CF_PROG_INSTALL macro using CF_DIRNAME.
9492         + update config.guess, config.sub from autoconf 2.49e (alpha).
9493
9494 20010414
9495         + add secondary check in tic.c, similar_sgr() to see if the reason
9496           for mismatch was that the individual capabilities used a time-delay
9497           while sgr did not.  Used this to cleanup mismatches, e.g., in vt100,
9498           and remove time-delay from Apple_Terminal entries.
9499         + add Apple_Terminal terminfo entries (Benjamin C W Sittler
9500           <bsittler@iname.com>).
9501         + correct definitions of shifted editing keys for xterm-xfree86 -TD
9502         + fix a bug in test/bs.c from 20010407 (patch by Erik Sigra).
9503         + prevent relative_move() from doing an overwrite if it detects 8-bit
9504           characters when configured for UTF-8 (reported by Sven Verdoolaege
9505           <skimo@kotnet.org>).
9506
9507 20010407
9508         + add configure checks for strstream.h vscan function, and similar
9509           stdio-based function which may be used in C++ binding for gcc 3.0
9510           (reports by George Goffe, Lars Hecking, Mike Castle).
9511         + rewrite parts of configure.in which used changequote().  That feature
9512           is broken in the latest autoconf alphas (e.g., 2.49d).
9513         + add a missing pathname for ncurses_dll.h, needed when building in
9514           a directory outside the source tree (patch by Sven Verdoolaege
9515           <skimo@kotnet.org>).
9516         > fix 2 bugs in test/bs.c Erik Sigra <sigra@home.se>:
9517         + no ships were ever placed in the last row or in the last column.
9518           This made the game very easy to win, because you never had to waste
9519           any shots there, but the computer did.
9520         + the squares around a sunken ship that belonged to the player were not
9521           displayed as already hit by the computer, like it does for the
9522           player.
9523
9524 20010331
9525         + add some examples of customizing screen's terminfo:
9526           screen.xterm-xfree86, screen.xterm-r6, screen.teraterm -TD
9527         + modify screen's terminfo entry to match the khome/kend in screen
9528           3.09.08 (Debian #92215).
9529         + correct a memory leak in forms library (report by Stefan Vogtner
9530           <stefan@vogtner.de>) (patch by Juergen Pfeifer).
9531
9532 20010324
9533         + change symbols used to guard against repeated includes to begin
9534           consistently with "NCURSES_" rather than a leading underscore.  There
9535           are other symbols defined in the header files which begin with a
9536           leading underscore, but they are part of the legacy interface.
9537         + reorder includes in c++ binding so that rcs identifiers can be
9538           compiled-in.
9539         + add .cc.ii rule to c++ makefile, to get preprocessor output for
9540           debugging.
9541         + correct configure script handling of @keyword@ substitutions when the
9542           --with-manpage-renames option is given (cf: 20000715, fixes Debian
9543           #89939).
9544         + report stack underflow/overflow in tparm() when tic -cv option is
9545           given.
9546         + remove spurious "%|" operator from xterm-xfree86 terminfo entry,
9547           (reported by Adam Costello <amc@cs.berkeley.edu>, Debian #89222).
9548
9549 20010310
9550         + cleanup of newdemo.c, fixing some ambiguous expressions noted by gcc
9551           2.95.2, and correcting some conflicting color pair initializations.
9552         + add missing copyright notice for cursesw.h
9553         + review, make minor fixes for use of '::' for referring to C-language
9554           interface from C++ binding.
9555         + modify configure check for g++ library slightly to accommodate
9556           nonstandard version number, e.g., <vendor>-2.7 (report by Ronald Ho
9557           <rho@mipos2.intel.com>).
9558         + add configure check for c++ <sstream> header, replace hardcoded
9559           ifdef.
9560         + workaround for pre-release of gcc 3.0 libstdc++, which has dropped
9561           vscan from strstreambuf to follow standard, use wrapper for C vscanf
9562           instead (report by George Goffe <grgoffe@excite.com> and Matt Taggart
9563           <taggart@carmen.fc.hp.com>, fixes Debian .
9564
9565 20010303
9566         + modify interface of _nc_get_token() to pass 'silent' parameter to it,
9567           to make quieter loading of /etc/termcap (patch by Todd C Miller).
9568         + correct a few typos in curs_slk.3x and curs_outopts.3x manpages
9569           (patch by Todd C Miller).
9570
9571 20010224
9572         + compiler-warning fixes (reported by Nelson Beebe).
9573
9574 20010210
9575         + modify screen terminfo entry to use new 3.9.8 feature allowing xterm
9576           mouse controls -TD
9577
9578 20010203
9579         + broaden patterns used to match OS/2 EMX in configure script to cover
9580           variant used in newer config.guess/config.sub
9581         + remove changequote() calls from configure script, since this feature
9582           is broken in the autoconf 2.49c alpha, maintainers decline to fix.
9583         + remove macro callPutChar() from tty_update.c, since this is no longer
9584           needed (reported by Philippe Blain).
9585         + add a null-pointer check in tic.c to handle the case when the input
9586           file is really empty.  Modify the next_char() function in comp_scan.c
9587           to allow arbitrarily long lines, and incidentally supply a newline to
9588           files that do not end in a newline.  These changes improve tic's
9589           recovery from attempts to read binary files, e.g., its output from
9590           the terminfo database (reported by Bernhard Rosenkraenzer).
9591
9592 20010127
9593         + revert change to c++/demo.cc from 20001209, which changed definition
9594           of main() apparently to accommodate cygwin linker, but broke the demo
9595           program.
9596         + workaround for broken egcs 2.91.66 which calls member functions
9597           (i.e., lines() and colors() of NCursesWindow before calling its
9598           constructor.  Add calls to initialize() in a few constructors which
9599           did not do this already.
9600         + use the GNAT preprocessor to make the necessary switch between TRACE
9601           and NO_TRACE configurations (patch by Juergen Pfeifer).
9602         > patches by Bernhard Rosenkraenzer:
9603         + modify kterm terminfo entry to use SCS sequence to support alternate
9604           character set (it does not work with SI/SO).
9605         + --with-ospeed=something didn't work.  configure.in checked for a
9606           $enableval where it should check for $withval.  Also,
9607           ncurses/llib-lncurses still had a hardcoded short.
9608
9609 20010114
9610         + correction to my merge of Tom Riddle's patch that broke tic in some
9611           conditions (reported by Enoch Wexler <enoch@wexler.co.il>) -TD
9612
9613 20010113
9614         + modify view.c to test halfdelay().  Like other tests, this recognizes
9615           the 's' and space commands for stopping/starting polled input, shows
9616           a freerunning clock in the header.  If given a parameter to 's', that
9617           makes view.c use halfdelay() with that parameter rather than
9618           nodelay().
9619         + fix to allow compile with the experimental configure option
9620           --disable-hashmap.
9621         + modify postprocess_termcap() to avoid overwriting key_backspace,
9622           key_left, key_down when processing a non-base entry (report/patch by
9623           Tom Riddle).
9624         + modify _nc_wrap_entry(), adding option to reallocate the string
9625           table, needed in _nc_merge_entry() when merging termcap entries.
9626           (adapted from report/patch by Tom Riddle <ftr@oracom.com>).
9627         + modify a few configure script macros to keep $CFLAGS used only for
9628           compiler options, preprocessor options in $CPPFLAGS.
9629
9630 20001230
9631         + correct marker positions in lrtest.c after receiving a sigwinch.
9632         + fix ifdef's in ncurses.c to build against pre-5.2 for testing.
9633         + fixes to tclock for resizing behavior, redundant computation (report
9634           and patch by A M Kuchling <akuchlin@mems-exchange.org>).
9635
9636 20001216
9637         + improved scoansi terminfo entry -TD
9638         + modify configure script and makefile in Ada95/src to compile a stub
9639           for the trace functions when ncurses does not provide those.
9640
9641 20001209
9642         + add ncurses_dll.h and related definitions to support generating DLL's
9643           with cygwin (adapted from a patch by Charles Wilson
9644           <cwilson@ece.gatech.edu>, changed NCURSES_EXPORT macro to make it
9645           work with 'indent') -TD
9646
9647 20001202
9648         + correct prototypes for some functions in curs_termcap.3x, matching
9649           termcap.h, which matches X/Open.
9650         > patch by Juergen Pfeifer:
9651         + a revised version of the Ada enhancements sent in by "H.
9652           Nanosecond", aka Eugene V Melaragno <aldomel@ix.netcom.com>.  This
9653           patch includes
9654           - small fixes to the existing ncurses binding
9655           - addition of some more low-level functions to the binding, including
9656             termcap and terminfo functions
9657           - An Ada implementation of the "ncurses" test application originally
9658             written in C.
9659
9660 20001125
9661         + modify logic in lib_setup.c to allow either lines or columns value
9662           from terminfo to be used if the screen size cannot be determined
9663           dynamically rather than requiring both (patch by Ehud Karni
9664           <ehud@unix.simonwiesel.co.il>).
9665         + add check in lib_tgoto.c's is_termcap() function to reject null or
9666           empty strings (reported by Valentin Nechayev <netch@netch.kiev.ua> to
9667           freebsd-bugs).
9668         + add definition from configure script that denotes the path-separator,
9669           which is normally a colon.  The path-separator is a semicolon on
9670           OS/2 EMX and similar systems which may use a colon within pathnames.
9671         + alter logic to set default for --disable-overwrite option to set it
9672           to 'yes' if the --prefix/$prefix value is not /usr/local, thereby
9673           accommodating the most common cause of problems: gcc's nonstandard
9674           search rules.  Other locations such as /usr/local/ncurses will
9675           default to overwriting (report by Lars Hecking <lhecking@nmrc.ie>).
9676
9677 20001118
9678         + modify default for --disable-overwrite configure option to disable
9679           if the --prefix or $prefix value is not /usr.
9680         + add cygwin to systems for which ncurses is installed by default into
9681           /usr rather than /usr/local.
9682
9683 20001111
9684         + minor optimization in comp_error.c and lib_termname.c, using
9685           strncat() to replace strncpy() (patch by Solar Designer).
9686         + add a use_terminfo_vars() check for $HOME/.termcap, and check for
9687           geteuid() to use_terminfo_vars() (patch by Solar Designer
9688           <solar@false.com>).
9689         + improved cygwin terminfo entry, based on patch by
9690           <ernie_boyd@yahoo.com>.
9691         + modify _nc_write_entry() to allow for the possibility that linking
9692           aliases on a filesystem that ignores case would not succeed because
9693           the source and destination differ only by case, e.g., NCR260VT300WPP0
9694           on cygwin (report by Neil Zanella).
9695         + fix a typo in the curs_deleteln.3x man page (patch by Bernhard
9696           Rosenkraenzer <bero@redhat.de>).
9697
9698 20001104
9699         + add configure option --with-ospeed to assist packagers in transition
9700           to 5.3 change to ospeed type.
9701         + add/use CharOf() macro to suppress sign-extension of char type on
9702           platforms where this is a problem in ctype macros, e.g., Solaris.
9703         + change trace output to binary format.
9704         + correct a missing quote adjustment in CF_PATH_SYNTAX autoconf
9705           macro, for OS/2 EMX configuration.
9706         + rearrange a few configure macros, moving preprocessor options to
9707           $CPPFLAGS (a now-obsolete version of autoconf did not consistently
9708           use $CPPFLAGS in both the compile and preprocessor checks).
9709         + add a check in relative_move() to guard against buffer overflow in
9710           the overwrite logic.
9711
9712 20001028
9713         + add message to configure script showing g++ version.
9714         + resync config.guess, config.sub
9715         + modify lib_delwin.c, making it return ERR if the window did not exist
9716           (suggested by Neil Zanella).
9717         + add cases for FreeBSD 3.1 to tdlint and makellib scripts, used this
9718           to test/review ncurses library.  (Would use lclint, but it doesn't
9719           work).
9720         + reorganized knight.c to avoid forward references.  Correct screen
9721           updates when backtracking, especially to the first cell.  Add F/B/a
9722           commands.
9723
9724 20001021 5.2 release for upload to ftp.gnu.org
9725         + update generated html files from manpages.
9726         + modify dist.mk to use edit_man.sh to substitute autoconf'd variables
9727           in html manpages.
9728         + fix an uninitialized pointer in read_termcap.c (report by Todd C
9729           Miller, from report/patch by Philip Guenther <guenther@gac.edu>).
9730         + correct help-message and array limit in knight.c (patch by Brian
9731           Raiter <breadbox@muppetlabs.com>).
9732         > patch by Juergen Pfeifer:
9733         + fix to avoid warning by GNAT-3.13p about use of inconsistent casing
9734           for some identifiers defined in the standard package.
9735         + cosmetic change to forms/fty_enum.c
9736
9737 20001014
9738         + correct an off-by-one position in test/railroad.c which could cause
9739           wrapping at the right margin.
9740         + test/repair some issues with libtool configuration.  Make
9741           --disable-echo force libtool --silent.  (Libtool does not work for
9742           OS/2 EMX, works partly for SCO - libtool is still very specific to
9743           gcc).
9744         + change default of --with-manpage-tbl to "no", since for most of the
9745           platforms which do have tbl installed, the system "man" program
9746           understands how to run tbl automatically.
9747         + minor improvement to force_bar() in comp_parse.c (Bernhard
9748           Rosenkraenzer <bero@redhat.de>).
9749         + modify lib_tparm.c to use get_space() before writing terminating
9750           null character, both for consistency as well as to ensure that if
9751           save_char() was called immediately before, that the allocated memory
9752           is enough (patch by Sergei Ivanov).
9753         + add note about termcap ML capability which is duplicated between two
9754           different capabilities:  smgl and smglr (reported by Sergei Ivanov
9755           <svivanov@pdmi.ras.ru>).
9756         + correct parameter counts in include/Caps for dclk as well as some
9757           printer-specific capabilities: csnm, defc, scs, scsd, smgtp, smglp.
9758         > patch by Johnny C Lam <lamj@stat.cmu.edu>:
9759         + add support for building with libtool (apparently version 1.3.5,
9760           since old versions do not handle -L../lib), using new configure
9761           option --with-libtool.
9762         + add configure option --with-manpage-tbl, which causes the manpages to
9763           be preprocessed by tbl(1) prior to installation,
9764         + add configure option --without-curses-h, which causes the
9765           installation process to install curses.h as ncurses.h and make
9766           appropriate changes to headers and manpages.
9767
9768 20001009
9769         + correct order of options/parameters in run_tic.in invocation of tic,
9770           which did not work with standard getopt() (reported by Ethan
9771           Butterfield <primus@veris.org>).
9772         + correct logic for 'reverse' variable in lib_vidattr.c, which was
9773           setting it true without checking if newmode had A_REVERSE set, e.g.,
9774           using $TERM=ansi on OS/2 EMX (see 20000917).
9775         > patch by Todd C Miller:
9776         + add a few missing use_terminfo_vars() and fixes up _nc_tgetent().
9777           Previously, _nc_cgetset() would still get called on cp so the
9778           simplest thing is to set cp to NULL if !use_terminfo_vars().
9779         + added checks for an empty $HOME environment variable.
9780         > patches for OS/2 EMX (Ilya Zakharevich):
9781         + modify convert_configure.pl to support INSTALL.  Change compiler
9782           options in that script to use multithreading, needed for the mouse.
9783         + modify OS/2 mouse support, retrying as a 2-button mouse if code fails
9784           to set up a 3-button mouse.
9785         + improve code for OS/2 mouse support, using _nc_timed_wait() to
9786           replace select() call.
9787
9788 20001007
9789         + change type of ospeed variable back to short to match its use in
9790           legacy applications (reported by Andrey A Chernov).
9791         + add case to configure script for --enable-rpath on IRIX (patch by
9792           Albert Chin-A-Young).
9793         + minor fix to position_check() function, to ensure it gets the whole
9794           cursor report before decoding.
9795         + add configure option --disable-assumed-color, to allow pre-5.1
9796           convention of default colors used for color-pair 0 to be configured
9797           (see assume_default_colors()).
9798         + rename configure option --enable-hashmap --disable-hashmap, and
9799           reorder the configure options, splitting the experimental and
9800           development
9801         + add configure option --disable-root-environ, which tells ncurses to
9802           disregard $TERMINFO and similar environment variables if the current
9803           user is root, or running setuid/setgid (based on discussion with
9804           several people).
9805         + modified misc/run_tic.in to use tic -o, to eliminate dependency on
9806           $TERMINFO variable for installs.
9807         + add table entry for plab_norm to tput, so it passes in strings
9808           for that capability.
9809         + modify parse_format() in lib_tparm.c to ignore precision if it is
9810           longer than 10000 (report by Jouko Pynnonen).
9811         + rewrote limit checks in lib_mvcur.c using new functions
9812           _nc_safe_strcat(), etc.  Made other related changes to check lengths
9813           used for strcat/strcpy (report by Jouko Pynnonen
9814           <jouko@solutions.fi>).
9815
9816 20000930
9817         + modify several descriptions, including those for setaf, setab, in
9818           include/Caps to indicate that the entries are parameterized.  This
9819           information is used to tell which strings are translated when
9820           converting to termcap.  Fixes a problem where the generated termcap
9821           would contain a spurious "%p1" for the terminfo "%p1%d".
9822         + modify ld -rpath options (e.g., Linux, and Solaris) to use an
9823           absolute pathname for the build tree's lib directory (prompted by
9824           discussion with Albert Chin-A-Young).
9825         + modify "make install.man" and "make uninstall.man" to include tack's
9826           man-page.
9827         + various fixes for install scripts used to support configure --srcdir
9828           and --with-install-prefix (reported by Matthew Clarke
9829           <Matthew_Clarke@mindlink.bc.ca>).
9830         + make configure script checks on variables $GCC and $GXX consistently
9831           compare against 'yes' rather than test if they are nonnull, since
9832           either may be set to the corresponding name of the C or C++ compiler
9833           (report/patch by Albert Chin-A-Young).
9834
9835 20000923
9836         + modify rs2 capability in xterm-r6 and similar where cursor
9837           save/restore bracketed the sequence for resetting video attributes.
9838           The cursor restore would undo that (report by John Hawkinson
9839           <jhawk@MIT.EDU> (see NetBSD misc/11052)).
9840         + using parameter check added to tic, corrected 27 typos in
9841           terminfo.src -TD
9842         + modify tic to verify that its inputs are really files, in case
9843           someone tries to read a directory (or /dev/zero).
9844         + add a check for empty buffers returned by fgets() in comp_scan.c
9845           next_char() function, in case tic is run on a non-text file (fixes
9846           a core dump reported by Aaron Campbell <aaron@cs.dal.ca>).
9847         + add to railroad.c some code exercising tgoto(), providing an
9848           alternate form of display if the terminal supports cursor addressing.
9849         + split-out tgoto() again, this time into new file lib_tgoto.c, and
9850           implement a conventional BSD-style tgoto() which is used if the
9851           capability string does not contain terminfo-style padding or
9852           parameters (requested by Andrey A Chernov).
9853         + add check to tic which reports capabilities that do not reference
9854           the expected number of parameters.
9855         + add error checking to infocmp's -v and -m options to ensure that
9856           the option value is indeed a number.
9857         + some cleanup of logic in _nc_signal_handler() to verify if SIGWINCH
9858           handler is setup.  Separated the old/new sigaction data for SIGTSTP
9859           from the other signals.
9860
9861 20000917
9862         + add S0, E0 extensions to screen's terminfo entry, which is another
9863           way to solve the misconfiguration issue -TD
9864         + completed special case for tgoto from 20000916
9865
9866 20000916
9867         + update xterm terminfo entries to match XFree86 xterm patch #146 -TD
9868         + add Matrix Orbital terminfo entries (from Eric Z Ayers
9869           <eric@ale.org>).
9870         + add special case to lib_tparm.c to allow 'screen' program to use a
9871           termcap-style parameter "%." to tgoto() for switching character sets.
9872         + use LN_S substitution in run_tic.in, to work on OS/2 EMX which has
9873           no symbolic links.
9874         + updated notes in README.emx regarding autoconf patches.
9875         + replace a lookup table in lib_vidattr.c used to decode no_color_video
9876           with a logic expression (suggested by Philippe Blain).
9877         + add a/A toggle to ncurses.c 'b' test, which clears/sets alternate
9878           character set attribute from the displayed text.
9879         + correct inequality in parameter analysis of rewritten lib_tparm.c
9880           which had the effect of ignoring p9 in set_attributes (sgr), breaking
9881           alternate character set (reported by Piotr Majka <charvel@link.pl>).
9882         + correct ifdef'ing for GCC_PRINTF, GCC_SCANF which would not compile
9883           with Sun WorkShop compilers since these tokens were empty (cf:
9884           20000902, reported by Albert Chin-A-Young).
9885
9886 20000909
9887         + correct an uninitialized parameter to open_tempfile() in tic.c which
9888           made "tic -I" give an ambiguous error message about tmpnam.
9889         + add special case in lib_vidattr.c to reset underline and standout for
9890           devices that have no sgr0 defined (patch by Don Lewis
9891           <Don.Lewis@tsc.tdk.com>).  Note that this will not work for bold
9892           mode, since there is no exit-bold-mode capability.
9893         + improved patch for Make_Enum_Type (patch by Juergen Pfeifer).
9894         + modify tparm to disallow arithmetic on strings, analyze the varargs
9895           list to read strings as strings and numbers as numbers.
9896         + modify tparm's internal function spop() to treat a null pointer as
9897           an empty string.
9898         + modify tput program so it can be renamed or invoked via a link as
9899           'reset' or 'init', producing the same effect as 'tput reset' or 'tput
9900           init'.
9901         + add private entrypoint _nc_basename(), use to consolidate related
9902           code in progs, as well as accommodating OS/2 EMX pathnames.
9903         + remove NCURSES_CONST line from edit_cfg.sh to compensate for its
9904           removal (except via AC_SUBST) from configure.in, making
9905           --enable-const work again (reported by Juergen Pfeifer).
9906         + regen'd configure to pick up "hpux*" change from 20000902.
9907
9908 20000902
9909         + modify tset.c to check for transformed "reset" program name, if any.
9910         + add a check for null pointer in Make_Enum_Type() (reported by Steven
9911           W Orr <steveo@world.std.com>).
9912         + change functions _nc_parse_entry() and postprocess_termcap() to avoid
9913           using strtok(), because it is non-reentrant (reported by Andrey A
9914           Chernov <ache@nagual.pp.ru>).
9915         + remove "hpux10.*" case from CF_SHARED_OPTS configure script macro.
9916           This differed from the "hpux*" case by using reversed symbolic
9917           links, which made the 5.1 version not match the configuration of
9918           5.0 shared libraries (reported by Albert Chin-A-Young).
9919         + correct a dependency in Ada95/src/Makefile.in which prevented
9920           building with configure --srcdir (patch by H Nanosecond
9921           <aldomel@ix.netcom.com>).
9922         + modify ifdef's in curses.h.in to avoid warning if GCC_PRINTF or
9923           GCC_SCANF was not previously defined (reported by Pavel Roskin
9924           <proski@gnu.org>).
9925         + add MKncurses_def.sh to generate fallback definitions for
9926           ncurses_cfg.h, to quiet gcc -Wundef warnings, modified ifdef's in
9927           code to consistently use "#if" rather than "#ifdef".
9928
9929 20000826
9930         + add QNX qansi entries to terminfo -TD
9931         + add os2 entry to misc/emx.src (<jmcoopr@webmail.bmi.net>).
9932         + add configure option --with-database to allow specifying a different
9933           terminfo source-file to install.  On OS/2 EMX, this defaults to
9934           misc/emx.src
9935         + change misc/run_tic.sh to derive it from misc/run_tic.in, to simplify
9936           setting .exe extension on OS/2 EMX.
9937         + add .exe extension in Ada95/gen/Makefile.in,
9938           Ada95/samples/Makefile.in, for OS/2 EMX (reported by
9939           <jmcoopr@webmail.bmi.net>).
9940         + add configure check for filesystems (such as OS/2 EMX) which do not
9941           distinguish between upper/lowercase filenames, use this to fix tags
9942           rules in makefiles.
9943         + initialize fds[] array to 0's in _nc_timed_wait(); apparently poll()
9944           only sets the revents members of that array when there is activity
9945           corresponding to the related file (report by Glenn Cooper
9946           <gcooper@qantas.com.au>, using Purify on Solaris 5.6).
9947         + change configure script to use AC_CANONICAL_SYSTEM rather than
9948           AC_CANONICAL_HOST, which means that configure --target will set
9949           a default program-prefix.
9950         + add note on cross-compiling to INSTALL (which does not rely on the
9951           AC_CANONICAL_* macros).
9952
9953 20000819
9954         + add cases for EMX OS/2 to config.guess, config.sub
9955         + new version of config.guess, config.sub from lynx 2.8.4dev.7
9956         + add definitions via transform.h to allow tic and tput to check for
9957           the transformed aliases rather than the original infotocap, etc.
9958         + simplify transform-expressions in progs/Makefile.in, make the
9959           uninstall rule work for transformed program names.
9960         + change symbol used by --install-prefix configure option from
9961           INSTALL_PREFIX to DESTDIR (the latter has become common usage
9962           although the name is misleading).
9963         + modify programs to use curses_version() string to report the version
9964           of ncurses with which they are compiled rather than the
9965           NCURSES_VERSION string.  The function returns the patch level in
9966           addition to the major and minor version numbers.
9967
9968 20000812
9969         + modify CF_MAN_PAGES configure macro to make transformed program names
9970           a parameter to that macro rather than embedding them in the macro.
9971         + newer config.guess, config.sub (reference version used in lynx
9972           2.8.4dev.7).
9973         + add configure option --with-default-terminfo-dir=DIR to allow
9974           specifying the default terminfo database directory (request by Albert
9975           Chin-A-Young).
9976         + minor updates for terminfo.src from FreeBSD termcap change-history.
9977         + correct notes in README and INSTALL regarding documentation files
9978           that were moved from misc directory to doc (report by Rich Kulawiec
9979           <rsk@gsp.org>).
9980         + change most remaining unquoted parameters of 'test' in configure
9981           script to use quotes, for instance fixing a problem in the
9982           --disable-database option (reported by Christian Mondrup
9983           <scancm@biobase.dk>).
9984         + minor adjustments to work around some of the incompatibilities/bugs
9985           in autoconf 2.29a alpha.
9986         + add -I/usr/local/include when --with-ncurses option is used in
9987           test/configure script.
9988         + correct logic in adjust_cancels(), which did not check both
9989           alternatives when reclassifying an extended name between boolean,
9990           number and string, causing an infinite loop in tic.
9991
9992 20000730
9993         + correct a missing backslash in curses.priv.h
9994
9995 20000729
9996         + change handling of non_dest_scroll_region in tty_update.c to clear
9997           text after it is shifted in rather than before shifting out.  Also
9998           correct row computation (reported by Ruediger Kuhlmann
9999           <uck4@rz.uni-karlsruhe.de>).
10000         + add/use new trace function to display chtype values from winch() and
10001           getbkgd().
10002         + add trace mask TRACE_ATTRS, alter several existing _tracef calls that
10003           trace attribute changes under TRACE_CALLS to use this.
10004         + modify MKlib_gen.sh so that functions returning chtype will call
10005           returnChar().
10006         + add returnChar() trace, for functions returning chtype.
10007         + change indent.pro to line up parenthesis.
10008
10009 20000722
10010         + fix a heap problem with the c++ binding (report by
10011           <alexander_liberson@ninewest.com>, patch by Juergen Pfeifer).
10012         + minor adjustment to ClrToEOL() to handle an out-of-bounds parameter.
10013         + modify the check for big-core to force a couple of memory accesses,
10014           which may work as needed for older/less-capable machines (if not,
10015           there's still the explicit configure option).
10016         > fixes based on diff's for Amiga and BeOS found at
10017           http://www.mathematik.uni-karlsruhe.de/~kuhlmann/cross/ncurses/
10018         + alter definition of NCURSES_CONST to make it non-empty.
10019         + add amiga-vnc terminfo entry.
10020         + redefine 'TEXT' in menu.h for AMIGA, since it is reported to have
10021           an (unspecified) symbol conflict.
10022         + replaced case-statement in _nc_tracebits() for CSIZE with a table to
10023           simplify working around implementations that define random
10024           combinations of the related macros to zero.
10025         + modify configure test for tcgetattr() to allow for old
10026           implementations, e.g., on BeOS, which only defined it as a macro.
10027         > patches by Bruno Haible:
10028         + when checking LC_ALL/LC_CTYPE/LANG environment variables for UTF-8
10029           locale, ignore those which are set to an empty value, as per SUSV2.
10030         + encode 0xFFFD in UTF-8 with 3 bytes, not 2.
10031         + modify _nc_utf8_outch() to avoid sign-extension when checking for
10032           out-of-range value.
10033
10034 20000715
10035         + correct manlinks.sed script to avoid using ERE "\+", which is not
10036           understood by older versions of sed (patch by Albert Chin-A-Young).
10037         + implement configure script options that transform installed program
10038           names, e.g., --program-prefix, including the manpage names and cross
10039           references (patch by Albert Chin-A-Young <china@thewrittenword.com>).
10040         + correct several mismatches between manpage filename and ".TH"
10041           directives, renaming dft_fgbg.3x to default_colors.3x and
10042           menu_attribs.3x to menu_attributes.3x (report by Todd C Miller).
10043         + correct missing includes for <string.h> in several places, including
10044           the C++ binding.  This is not noted by gcc unless we use the
10045           -fno-builtin option (reported by Igor Schein <igor@txc.com>).
10046         + modified progs/tset.c and tack/sysdep.c to build with sgttyb
10047           interface if neither termio or termios is available.  Tested this
10048           with FreeBSD 2.1.5 (which does have termios - but the sgttyb does
10049           work).
10050
10051 20000708 5.1 release for upload to ftp.gnu.org
10052         + document configure options in INSTALL.
10053         + add man-page for ncurses trace functions.
10054         + correct return value shown in curs_touch.3x for is_linetouched() and
10055           is_wintouched(), in curs_initscr.3x for isendwin(), and in
10056           curs_termattr.3x for has_ic() and has_il().
10057         + add prototypes for touchline() and touchwin(), adding them to the
10058           list of generated functions.
10059         + modify fifo_push() to put ERR into the fifo just like other values to
10060           return from wgetch().  It was returning without doing that, making
10061           end-of-file condition incorrectly return a 0 (reported by Todd C
10062           Miller).
10063         + uncomment CC_SHARED_OPTS for progs and tack (see 971115), since they
10064           are needed for SCO OpenServer.
10065         + move _nc_disable_period from free_ttype.c to comp_scan.c to appease
10066           dynamic loaders on SCO and IRIX64.
10067         + add "-a" option to test/ncurses.c to invoke assume_default_colors()
10068           for testing.
10069         + correct assignment in assume_default_colors() which tells ncurses
10070           whether to use default colors, or the assumed ones (reported by Gary
10071           Funck <gary@Intrepid.Com>).
10072         + review/correct logic in mk-1st.awk for making symbolic links for
10073           shared libraries, in particular for FreeBSD, etc.
10074         + regenerate misc/*.def files for OS/2 EMX dll's.
10075         + correct quoting of values for CC_SHARED_OPTS in aclocal.m4 for
10076           cases openbsd2*, openbsd*, freebsd* and netbsd* (patch by Peter
10077           Wemm) (err in 20000610).
10078         + minor updates to release notes, as well as adding/updating URLs for
10079           examples cited in announce.html
10080         > several fixes from Philippe Blain <philippe.blain2@freesbee.fr>:
10081         + correct placement of ifdef for NCURSES_XNAMES in function
10082           _nc_free_termtype(), fixes a memory leak.
10083         + add a call to _nc_synchook() to the end of function whline() like
10084           that in wvline() (difference was in 1.9.4).
10085         + make ClearScreen() a little faster by moving two instances of
10086           UpdateAttr() out of for-loops.
10087         + simplify ClrBottom() by eliminating the tstLine data, using for-loops
10088           (cf: 960428).
10089
10090 20000701 pre-release
10091         + change minor version to 1, i.e., ncurses 5.1
10092         + add experimental configure option --enable-colorfgbg to check for
10093           $COLORFGBG variable as set by rxvt/aterm/Eterm.
10094         + add Eterm terminfo entry (Michael Jennings <mej@valinux.com>).
10095         + modify manlinks.sed to pick aliases from the SYNOPSIS section, and
10096           several manpages so manlinks.sed can find aliases for creating
10097           symbolic links.
10098         + add explanation to run_tic.sh regarding extended terminal
10099           capabilities.
10100         + change message format for edit_cfg.sh, since some people interpret
10101           it as a warning.
10102         + correct unescaped '$' in sysv5uw7*|unix_sv* rule for CF_SHARED_OPTS
10103           configure macro (report by Thanh Ma <Thanh.Ma@casi-rusco.com>).
10104         + correct logic in lib_twait.c as used by lib_mouse.c for GPM mouse
10105           support when poll() is used rather than select() (prompted by
10106           discussion with David Allen <DAllen24@aol.com>).
10107
10108 20000624 pre-release
10109         + modify TransformLine() to check for cells with different color pairs
10110           that happen to render the same display colors.
10111         + apply $NCURSES_NO_PADDING to cost-computation in mvcur().
10112         + improve cost computation in PutRange() by accounting for the use
10113           of parm_right_cursor in mvcur().
10114         + correct cost computation in EmitRange(), which was not using the
10115           normalized value for cursor_address.
10116         + newer config.guess, config.sub (reference version used in TIN 1.5.6).
10117
10118 20000617
10119         + update config.guess, config.sub (reference version used in PCRE 3.2).
10120         + resync changes to gnathtml against version 1.22, regenerated html
10121           files under doc/html/ada using this (1.22.1.1).
10122         + regenerated html files under doc/html/man after correcting top and
10123           bottom margin options for man2html in dist.mk
10124         + minor fixes to test programs ncurses 'i' and testcurs program to make
10125           the subwindow's background color cover the subwindow.
10126         + modify configure script so AC_MSG_ERROR is temporarily defined to a
10127           warning in AC_PROG_CXX to make it recover from a missing C++ compiler
10128           without requiring user to add --without-cxx option (adapted from
10129           comment by Akim Demaille <akim@epita.fr> to autoconf mailing list).
10130         + modify headers.sh to avoid creating temporary files in the build
10131           directory when installing headers (reported by Sergei Pokrovsky
10132           <pok@nbsp.nsk.su>)
10133
10134 20000610
10135         + regenerated the html files under doc/html/ada/files and
10136           doc/html/ada/funcs with a slightly-improved gnathtml.
10137         + add kmous capability to linux terminfo entry to allow it to use
10138           xterm-style events provided by gpm patch by Joerg Schoen.
10139         + make the configure macro CF_SHARED_OPTS a little smarter by testing
10140           if -fPIC is supported by gcc rather than -fpic.  The former option
10141           allows larger symbol tables.
10142         + update config.guess and config.sub (patches by
10143           Kevin Buettner <kev@primenet.com> (for elf64_ia64),
10144           Bernd Kuemmerlen <bkuemmer@mevis.de> (for MacOS X)).
10145         + add warning for 'tic -cv' about use of '^?' in terminfo source, which
10146           is an extension.
10147
10148 20000527
10149         + modify echo() behavior of getch() to match Solaris curses for
10150           carriage return and backspace (reported by Neil Zanella).
10151         + change _nc_flush() to a function.
10152         + modify delscreen() to check if the output stream has been closed, and
10153           if so, free the buffer allocated for setbuf (this provides an
10154           ncurses-specific way to avoid a memory leak when repeatedly calling
10155           newterm reported by Chipp C <at_1@zdnetonebox.com>).
10156         + correct typo in curs_getch.3x manpage regarding noecho (reported by
10157           David Malone <dwmalone@maths.tcd.ie>).
10158         + add a "make libs" rule.
10159         + make the Ada95 interface build with configure --enable-widec.
10160         + if the configure --enable-widec option is given, append 'w' to names
10161           of the generated libraries (e.g., libncursesw.so) to avoid conflict
10162           with existing ncurses libraries.
10163
10164 20000520
10165         + modify view.c to make a rudimentary viewer of UTF-8 text if ncurses
10166           is configured with the experimental wide-character support.
10167         + add a simple UTF-8 output driver to the experimental wide-character
10168           support.  If any of the environment variables LC_ALL, LC_CTYPE or
10169           LANG contain the string "UTF-8", this driver will be used to
10170           translate the output to UTF-8.  This works with XFree86 xterm.
10171         + modify configure script to allow building shared libraries on BeOS
10172           (from a patch by Valeriy E Ushakov).
10173         + modify lib_addch.c to allow repeated update to the lower-right
10174           corner, rather than displaying only the first character written until
10175           the cursor is moved.  Recent versions of SVr4 curses can update the
10176           lower-right corner, and behave this way (reported by Neil Zanella).
10177         + add a limit-check in _nc_do_color(), to avoid using invalid color
10178           pair value (report by Brendan O'Dea <bod@compusol.com.au>).
10179
10180 20000513
10181         + the tack program knows how to use smcup and rmcup but the "show caps
10182           that can be tested" feature did not reflect this knowledge.  Correct
10183           the display in the menu tack/test/edit/c (patch by Daniel Weaver).
10184         + xterm-16color does allow bold+colors, removed ncv#32 from that
10185           terminfo entry.
10186
10187 20000506
10188         + correct assignment to SP->_has_sgr_39_49 in lib_dft_fgbg.c, which
10189           broke check for screen's AX capability (reported by Valeriy E Ushakov
10190           <uwe@ptc.spbu.ru>).
10191         + change man2html rule in dist.mk to workaround bug in some
10192           man-programs that ignores locale when rendering hyphenation.
10193         + change web- and ftp-site to dickey.his.com
10194
10195 20000429
10196         + move _nc_curr_token from parse_entry.c to comp_scan.c, to work around
10197           problem linking tack on MacOS X DP3.
10198         + include <sys/time.h> in lib_napms.c to compile on MacOS X DP3
10199           (reported by Gerben Wierda <wierda@holmes.nl>).
10200         + modify lib_vidattr.c to check for ncv fixes when pair-0 is not
10201           default colors.
10202         + add -d option to ncurses.c, to turn on default-colors for testing.
10203         + add a check to _nc_makenew() to ensure that newwin() and newpad()
10204           calls do not silently fail by passing too-large limits.
10205         + add symbol NCURSES_SIZE_T to use rather than explicit 'short' for
10206           internal window and pad sizes.  Note that since this is visible in
10207           the WINDOW struct, it would be an ABI change to make this an 'int'
10208           (prompted by a question by Bastian Trompetter
10209           <btrompetter@firemail.de>, who attempted to create a 96000-line pad).
10210
10211 20000422
10212         + add mgterm terminfo entry from NetBSD, minor adjustments to sun-ss5,
10213           aixterm entries -TD
10214         + modify tack/ansi.c to make it more tolerant of bad ANSI replies.  An
10215           example of an illegal ANSI resonse can be found using Microsoft's
10216           Telnet client.  A correct display can be found using a VT-4xx
10217           terminal or XFree86 xterm with:
10218                 XTerm*VT100*decTerminalID:  450
10219           (patch by Daniel Weaver).
10220         + modify gdc.c to recognize 'q' for quit, 's' for single-step and ' '
10221           for resume.  Add '-n' option to force gdc's standard input to
10222           /dev/null, to both illustrate the use of newterm() for specifying
10223           alternate inputs as well as for testing signal handling.
10224         + minor fix for configure option --with-manpage-symlinks, for target
10225           directories that contain a period ('.') (reported by Larry Virden).
10226
10227 20000415
10228         + minor additions to beterm entry (feedback from Rico Tudor) -TD
10229         + corrections/updates for some IBM terminfo entries -TD
10230         + modify _nc_screen_wrap() so that when exiting curses mode with
10231           non-default colors, the last line on the screen will be cleared to
10232           the screen's default colors (request by Alexander V Lukyanov).
10233         + modify ncurses.c 'r' example to set nonl(), allowing control/M to be
10234           read for demonstrating the REQ_NEW_LINE operation (prompted by a
10235           question by Tony L Keith <tlkeith@keithconsulting.com>).
10236         + modify ncurses.c 'r' example of field_info() to work on Solaris 2.7,
10237           documented extension of ncurses which allows a zero pointer.
10238         + modify fmt_complex() to avoid buffer overflow in case of excess
10239           recursion, and to recognize "%e%?" as a synonym for else-if, which
10240           means that it will not recur for that special case.
10241         + add logic to support $TERMCAP variable in case the USE_GETCAP symbol
10242           is defined (patch by Todd C Miller).
10243         + modify one of the m4 files used to generate the Ada95 sources,
10244           to avoid using the token "symbols" (patch by Juergen Pfeifer).
10245
10246 20000408
10247         + add terminfo entries bsdos-pc-m, bsdos-pc-mono (Jeffrey C Honig)
10248         + correct spelling error in terminfo entry name:  bq300-rv was given as
10249           bg300-rv in esr's version.
10250         + modify redrawwin() macro so its parameter is fully parenthesized
10251           (fixes Debian #61088).
10252         + correct formatting error in dump_entry() which set incorrect column
10253           value when no newline trimming was needed at the end of an entry,
10254           before appending "use=" clauses (cf: 960406).
10255
10256 20000401
10257         + add configure option --with-manpage-symlinks
10258         + change unctrl() to render C1 characters (128-159) as ~@, ~A, etc.
10259         + change makefiles so trace() function is provided only if TRACE is
10260           defined, e.g., in the debug library.  Modify related calls to
10261           _tracechar() to use unctrl() instead.
10262
10263 20000325
10264         + add screen's AX capability (for ECMA SGR 39 and 49) to applicable
10265           terminfo entries, use presence of this as a check for a small
10266           improvement in setting default colors.
10267         + improve logic in _nc_do_color() implementing assume_default_colors()
10268           by passing in previous color pair info to eliminate redundant call to
10269           set_original_colors().  (Part of this is from a patch by Alexander
10270           V Lukyanov).
10271         + modify warning in _nc_trans_string() about a possibly too-long string
10272           to do this once only rather than for each character past the
10273           threshold (600).  Change interface of _nc_trans_string() to allow
10274           check for buffer overflow.
10275         + correct use of memset in _nc_read_entry_source() to initialize ENTRY
10276           struct each time before reading new data into it, rather than once
10277           per loop (cf:  990301).  This affects multi-entry in-core operations
10278           such as "infocmp -Fa".
10279
10280 20000319
10281         + remove a spurious pointer increment in _nc_infotocap() changes from
10282           20000311.  Add check for '.' in format of number, since that also
10283           is not permitted in termcap.
10284         + correct typo in rxvt-basic terminfo from temporary change made while
10285           integrating 20000318.
10286
10287 20000318
10288         + revert part of the vt220 change (request by Todd C Miller).
10289         + add ansi-* terminfo entries from ESR's version.
10290         + add -a option to tic and infocmp, which retains commented-out
10291           capabilities during source translation/comparison, e.g., captoinfo
10292           and infotocap.
10293         + modify cardfile.c to display an empty card if no input data file is
10294           found, fixes a core dump in that case (reported by Bruno Haible).
10295         + correct bracketing in CF_MATH_LIB configure macro, which gave wrong
10296           result for OS/2 EMX.
10297         + supply required parameter for _nc_resolve_uses() call in
10298           read_termcap.c, overlooked in 20000311 (reported by Todd C Miller).
10299         > patches by Bruno Haible <haible@ilog.fr>:
10300         + fix a compiler warning in fty_enum.c
10301         + correct LIB_PREFIX expression for DEPS_CURSES in progs, tack
10302           makefiles, which resulted in redundant linking (cf: 20000122).
10303
10304 20000311
10305         + make ifdef's for BROKEN_LINKER consistent (patch by Todd C Miller).
10306         + improved tack/README (patch by Daniel Weaver).
10307         + modify tput.c to ensure that unspecified parameters are passed to
10308           tparm() as 0's.
10309         + add a few checks in infocmp to guard against buffer overflow when
10310           displaying string capabilities.
10311         + add check for zero-uses in infocmp's file_comparison() function
10312           before calling _nc_align_termtype().  Otherwise one parameter is
10313           indexed past the end of the uses-array.
10314         + add an option -q to infocmp to specify the less verbose output,
10315           keeping the existing format as the default, though not retaining the
10316           previous behavior that made the -F option compare each entry to
10317           itself.
10318         + adapted patch by ESR to make infocmp -F less verbose -TD
10319           (the submitted patch was unusable because it did not compile
10320           properly)
10321           + modify write_entry.c to ensure that absent or cancelled booleans
10322             are written as FALSE, for consistency with infocmp which now
10323             assumes this.  Note that for the small-core configuration, tic
10324             may not produce the same result as before.
10325           + change some private library interfaces used by infocmp, e.g.,
10326             _nc_resolve_uses().
10327           + add a check in _nc_infotocap() to ensure that cm-style capabilities
10328             accept only %d codes when converting the format from terminfo to
10329             termcap.
10330           + modify ENTRY struct to separate the data in 'parent' into the name
10331             and link values (the original idea to merge both into 'parent' was
10332             not good).
10333           + discard repair_acsc(tterm);
10334         > patch by Juergen Pfeifer:
10335         + drop support for gnat 3.10
10336         + move generated documentation and html files under ./doc directory,
10337           adding makefile rules for this to dist.mk
10338
10339 20000304
10340         + correct conflicting use of tparm() in 20000226 change to tic, which
10341           made it check only one entry at a time.
10342         + fix errors in ncurses-intro.html and hackguide.html shown by Dave
10343           Raggett's tidy.
10344         + make the example in ncurses-intro.html do something plausible, and
10345           corrected misleading comment (reported by Neil Zanella).
10346         + modify pnoutrefresh() to set newscr->_leaveok as wnoutrefresh() does,
10347           to fix a case where the cursor position was not updated as in
10348           Solaris  (patch by David Mosberger <davidm@hpl.hp.com>).
10349         + add a limit-check for wresize() to ensure that a subwindow does not
10350           address out of bounds.
10351         + correct offsets used for subwindows in wresize() (patch by Michael
10352           Andres <ma@suse.de>).
10353         + regenerate html'ized manual pages with man2html 3.0.1 (patch by
10354           Juergen Pfeifer).  This generated a file with a space in its name,
10355           which I removed.
10356         + fix a few spelling errors in tack.
10357         + modify tack/Makefile.in to match linker options of progs/Makefile.in;
10358           otherwise it does not build properly for older HPUX shared library
10359           configurations.
10360         + add several terminfo entries from esr's "11.0".
10361
10362 20000226
10363         + make 'tput flash' work properly for xterm by flushing output in
10364           delay_output() when using napms(), and modifying xterm's terminfo to
10365           specify no padding character.  Otherwise, xterm's reported baud rate
10366           can mislead ncurses into producing too few padding characters
10367           (Debian #58530).
10368         + add a check to tic for consistency between sgr and the separate
10369           capabilities such as smso, use this to check/correct several
10370           terminfo entries (Debian #58530).
10371         + add a check to tic if cvvis is the same as cnorm, adjusted several
10372           terminfo entries to remove the conflict (Debian #58530).
10373         + correct prototype shown in attr_set()/wattr_set() manpages (fixes
10374           Debian #53962).
10375         + minor clarification for curs_set() and leaveok() manpages.
10376         + use mkstemp() for creating temporary file for tic's processing of
10377           $TERMCAP contents (fixes Debian #56465).
10378         + correct two errors from integrating Alexander's changes:  did not
10379           handle the non-bce case properly in can_erase_with() (noted by
10380           Alexander), and left fg/bg uninitialized in the pair-zero case of
10381           _nc_do_color() (reported by Dr Werner Fink <werner@suse.de> and
10382           Ismael Cordeiro <ismael@cordeiro.com>).
10383
10384 20000219
10385         + store default-color code consistently as C_MASK, even if given as
10386           -1 for convenience (adapted from patches by Alexander V Lukyanov).
10387         > patches by Alexander V Lukyanov:
10388         + change can_clear_with() macro to accommodate logic for
10389           assume_default_colors(), making most of the FILL_BCE logic
10390           unnecessary.  Made can_clear_with() an inline function to make it
10391           simpler to read.
10392
10393 20000212
10394         + corrected form of recent copyright dates.
10395         + minor corrections to xterm-xf86-v333 terminfo entry -TD
10396         > patches by Alexander V Lukyanov:
10397         + reworded dft_fgbg.3x to avoid assuming that the terminal's default
10398           colors are white on black.
10399         + fix initialization of tstLine so that it is filled with current blank
10400           character in any case.  Previously it was possible to have it filled
10401           with old blank.  The wrong over-optimization was introduced in 991002
10402           patch.  (it is not very critical as the only bad effect is not using
10403           clr_eos for clearing if blank has changed).
10404
10405 20000205
10406         + minor corrections/updates to several terminfo entries: rxvt-basic,
10407           vt520, vt525, ibm5151, xterm-xf86-v40 -TD
10408         + modify ifdef's for poll() to allow it to use <sys/poll.h>, thereby
10409           allowing poll() to be used on Linux.
10410         + add CF_FUNC_POLL macro to check if poll() is able to select from
10411           standard input.  If not we will not use it, preferring select()
10412           (adapted from patch by Michael Pakovic <mpakovic@fdn.com>).
10413         + update CF_SHARED_OPTS macro for SCO Unixware 7.1 to allow building
10414           shared libraries (reported/tested by Thanh <thanhma@mediaone.net>).
10415         + override $LANGUAGE in build to avoid incorrect ordering of keynames.
10416         + correct CF_MATH_LIB parameter, must be sin(x), not sqrt(x).
10417
10418 20000122
10419         + resync CF_CHECK_ERRNO and CF_LIB_PREFIX macros from tin and xterm -TD
10420         + modify CF_MATH_LIB configure macro to parameterize the test function
10421           used, for reuse in dialog and similar packages.
10422         + correct tests for file-descriptors in OS/2 EMX mouse support.  A
10423           negative value could be used by FD_SET, causing the select() call
10424           to wait indefinitely.
10425
10426 20000115
10427         + additional fixes for non-bce terminals (handling of delete_character)
10428           to work when assume_default_colors() is not specified.
10429         + modify warning message from _nc_parse_entry() regarding extended
10430           capability names to print only if tic/infocmp/toe have the -v flag
10431           set, and not at all in ordinary user applications.  Otherwise, this
10432           warning would be shown for screen's extended capabilities in programs
10433           that use the termcap interface (reported by Todd C Miller).
10434         + modify use of _nc_tracing from programs such as tic so their debug
10435           level is not in the same range as values set by trace() function.
10436         + small panel header cleanup (patch by Juergen Pfeifer).
10437         + add 'railroad' demo for termcap interface.
10438         + modify 'tic' to write its usage message to stderr (patch by Todd C
10439           Miller).
10440
10441 20000108
10442         + add prototype for erase() to curses.h.in, needed to make test
10443           programs build with c++/g++.
10444         + add .c.i and .c.h suffix rules to generated makefiles, for debugging.
10445         + correct install rule for tack.1; it assumed that file was in the
10446           current directory (reported by Mike Castle <dalgoda@ix.netcom.com>).
10447         + modify terminfo/termcap translation to suppress acsc before trying
10448           sgr if the entry would be too large (patch by Todd C Miller).
10449         + document a special case of incompatibility between ncurses 4.2 and
10450           5.0, add a section for this in INSTALL.
10451         + add TRACE_DATABASE flag for trace().
10452
10453 20000101
10454         + update mach, add mach-color terminfo entries based on Debian diffs
10455           for ncurses 5.0 -TD
10456         + add entries for xterm-hp, xterm-vt220, xterm-vt52 and xterm-noapp
10457           terminfo entries -TD
10458         + change OTrs capabilities to rs2 in terminfo.src -TD
10459         + add obsolete and extended capabilities to 'screen' terminfo -TD
10460         + corrected conversion from terminfo rs2 to termcap rs (cf: 980704)
10461         + make conversion to termcap ug (underline glitch) more consistently
10462           applied.
10463         + fix out-of-scope use of 'personal[]' buffer in 'toe' (this error
10464           was in the original pre-1.9.7 version, when $HOME/.terminfo was
10465           introduced).
10466         + modify 'toe' to ignore terminfo directories to which it has no
10467           permissions.
10468         + modify read_termtype(), fixing 'toe', which could dump core when it
10469           found an incomplete entry such as "dumb" because it did not
10470           initialize its buffer for _nc_read_file_entry().
10471         + use -fPIC rather than -fpic for shared libraries on Linux, not
10472           needed for i386 but some ports (from Debian diffs for 5.0) -TD
10473         + use explicit VALID_NUMERIC() checks in a few places that had been
10474           overlooked, and add a check to ensure that init_tabs is nonzero,
10475           to avoid divide-by-zero (reported by Todd C Miller).
10476         + minor fix for CF_ANSI_CC_CHECK configure macro, for HPUX 10.x (from
10477           tin) -TD
10478
10479 19991218
10480         + reorder tests during mouse initialization to allow for gpm to run in
10481           xterm, or for xterm to be used under OS/2 EMX.  Also drop test for
10482           $DISPLAY in favor of kmous=\E[M or $TERM containing "xterm" (report
10483           by Christian Weisgerber <naddy@mips.rhein-neckar.de>).
10484         + modify raw() and noraw() to clear/restore IEXTEN flag which affects
10485           stty lnext on systems such as FreeBSD (report by Bruce Evans
10486           <bde@zeta.org.au>, via Jason Evans <jasone@canonware.com>).
10487         + fix a potential (but unlikely) buffer overflow in failed() function
10488           of tset.c (reported by Todd C Miller).
10489         + add manual-page for ncurses extensions, documented curses_version(),
10490           use_extended_names().
10491
10492 19991211
10493         + treat as untranslatable to termcap those terminfo strings which
10494           contain non-decimal formatting, e.g., hexadecimal or octal.
10495         + correct commented-out capabilities that cannot be translated to
10496           termcap, which did not check if a colon must be escaped.
10497         + correct termcap translation for "%>" and "%+", which did not check
10498           if a colon must be escaped, for instance.
10499         + use save_string/save_char for _nc_captoinfo() to eliminate fixed
10500           buffer (originally for _nc_infotocap() in 960301 -TD).
10501         + correct expression used for terminfo equivalent of termcap %B,
10502           adjust regent100 entry which uses this.
10503         + some cleanup and commenting of ad hoc cases in _nc_infotocap().
10504         + eliminate a fixed-buffer in tic, used for translating comments.
10505         + add manpage for infotocap
10506
10507 19991204
10508         + add kvt and gnome terminfo entries -TD
10509         + correct translation of "%%" by infotocap, which was emitted as "%".
10510         + add "obsolete" termcap strings to terminfo.src
10511         + modify infocmp to default to showing obsolete capabilities rather
10512           than terminfo only.
10513         + modify write_entry.c so that if extended names (i.e., configure
10514           --enable-tcap-names) are active, then tic will also write "obsolete"
10515           capabilities that are present in the terminfo source.
10516         + modify tic so that when running as captoinfo or infotocap, it
10517           initializes the output format as in -C and -I options, respectively.
10518         + improve infocmp and tic -f option by splitting long strings that do
10519           not have if-then-else construct, but do have parameters, e.g., the
10520           initc for xterm-88color.
10521         + refine MKtermsort.sh slightly by using bool for the *_from_termcap
10522           arrays.
10523
10524 19991127
10525         + additional fixes for non-bce terminals (handling of clear_screen,
10526           clr_eol, clr_eos, scrolling) to work when assume_default_colors() is
10527           not specified.
10528         + several small changes to xterm terminfo entries -TD.
10529         + move logic for _nc_windows in lib_freeall.c inside check for nonnull
10530           SP, since it is part of that struct.
10531         + remove obsolete shlib-versions, which was unintentionally re-added
10532           in 970927.
10533         + modify infocmp -e, -E options to ensure that generated fallback.c
10534           type for Booleans agrees with term.h (reported by Eric Norum
10535           <eric@cls.usask.ca>).
10536         + correct configure script's use of $LIB_PREFIX, which did not work
10537           for installing the c++ directory if $libdir did not end with "/lib"
10538           (reported by Huy Le <huyle@ugcs.caltech.edu>).
10539         + modify infocmp so -L and -f options work together.
10540         + modify the initialization of SP->_color_table[] in start_color() so
10541           that color_content() will return usable values for COLORS greater
10542           than 8.
10543         + modify ncurses 'd' test in case COLORS is greater than 16, e.g., for
10544           xterm-88color, to limit the displayed/computed colors to 16.
10545         > patch by Juergen Pfeifer:
10546         + simplify coding of the panel library according to suggestions by
10547           Philippe Blain.
10548         + improve macro coding for a few macros in curses.priv.h
10549
10550 19991113
10551         + modify treatment of color pair 0 so that if ncurses is configured
10552           to support default colors, and they are not active, then ncurses
10553           will set that explicitly, not relying on orig_colors or orig_pair.
10554         + add new extension, assume_default_colors() to provide better control
10555           over the use of default colors.
10556         + modify test programs to use more-specific ifdef's for existence of
10557           wresize(), resizeterm() and use_default_colors().
10558         + modify configure script to add specific ifdef's for some functions
10559           that are included when --enable-ext-funcs is in effect, so their
10560           existence can be ifdef'd in the test programs.
10561         + reorder some configure options, moving those extensions that have
10562           evolved from experimental status into a new section.
10563         + change configure --enable-tcap-names to enable this by default.
10564
10565 19991106
10566         + install tack's manpage (reported by Robert Weiner
10567           <robert@progplus.com>)
10568         + correct worm.c's handling of KEY_RESIZE (patch by Frank Heckenbach).
10569         + modify curses.h.in, undef'ing some symbols to avoid conflict with C++
10570           STL (reported by Matt Gerassimoff <mgeras@ticon.net>)
10571
10572 19991030
10573         + modify linux terminfo entry to indicate that dim does not mix with
10574           color (reported by Klaus Weide <kweide@enteract.com>).
10575         + correct several typos in terminfo entries related to missing '['
10576           in CSI's -TD
10577         + fix several compiler warnings in c++ binding (reported by Tim
10578           Mooney for alphaev56-dec-osf4.0f
10579         + rename parameter of _nc_free_entries() to accommodate lint.
10580         + correct lint rule for tack, used incorrect list of source files.
10581         + add case to config.guess, config.sub for Rhapsody.
10582         + improve configure tests for libg++ and libstdc++ by omitting the
10583           math library (which is missing on Rhapsody), and improved test for
10584           the math library itself (adapted from path by Nelson H. F. Beebe).
10585         + explicitly initialize to zero several data items which were
10586           implicitly initialized, e.g., cur_term.  If not explicitly
10587           initialized, their storage type is C (common), and causes problems
10588           linking on Rhapsody 5.5 using gcc 2.7.2.1 (reported by Nelson H. F.
10589           Beebe).
10590         + modify Ada95 binding to not include the linker option for Ada
10591           bindings in the Ada headers, but in the Makefiles instead (patch by
10592           Juergen Pfeifer).
10593
10594 19991023 5.0 release for upload to ftp.gnu.org
10595         + effective with release of 5.0, change NCURSES_VERSION_PATCH to
10596           4-digit year.
10597         + add function curses_version(), to return ncurses library version
10598           (request by Bob van der Poel).
10599         + remove rmam, smam from cygwin terminfo entry.
10600         + modify FreeBSD cons25 terminfo entry to add cnorm and cvvis, as well
10601           as update ncv to indicate that 'dim' conflicts with colors.
10602         + modify configure script to use symbolic links for FreeBSD shared
10603           libraries by default.
10604         + correct ranf() function in rain and worm programs to ensure it does
10605           not return 1.0
10606         + hide the cursor in hanoi.c if it is running automatically.
10607         + amend lrtest.c to account for optimizations that exploit margin
10608           wrapping.
10609         + add a simple terminfo demo, dots.c
10610         + modify SIGINT/SIGQUIT handler to set a flag used in _nc_outch() to
10611           tell it to use write() rather than putc(), since the latter is not
10612           safe in a signal handler according to POSIX.
10613         + add/use internal macros _nc_flush() and NC_OUTPUT to hide details
10614           of output-file pointer in ncurses library.
10615         + uncomment CC_SHARED_OPTS (see 971115), since they are needed for SCO
10616           OpenServer.
10617         + correct CC_SHARED_OPTS for building shared libraries for SCO
10618           OpenServer.
10619         + remove usleep() from alternatives in napms(), since it may interact
10620           with alarm(), causing a process to be interrupted by SIGALRM (with
10621           advice from Bela Lubkin).
10622         + modify terminal_interface-curses-forms.ads.m4 to build/work with
10623           GNAT 3.10 (patch by Juergen Pfeifer).
10624         + remove part of CF_GPP_LIBRARY configure-script macro, which did not
10625           work with gcc 2.7.2.3
10626         + minor fix to test/tclock.c to avoid beeping more than once per second
10627         + add 's' and ' ' decoding to test/rain.c
10628
10629 991016  pre-release
10630         + corrected BeOS code for lib_twait.c, making nodelay() function work.
10631
10632 991009  pre-release
10633         + correct ncurses' value for cursor-column in PutCharLR(), which was
10634           off-by-one in one case (patch by Ilya Zakharevich).
10635         + fix some minor errors in position_check() debugging code, found while
10636           using this to validate the PutCharLR() patch.
10637         + modify firework, lrtest, worm examples to be resizable, and to
10638           recognize 'q' for quit, 's' for single-step and ' ' for resume.
10639         + restore reverted change to  terminal_interface-curses-forms.ads.m4,
10640           add a note on building with gnat 3.10p to Ada95/TODO.
10641         + add a copy of the standalone configure script for the test-directory
10642           to simplify testing on SCO and Solaris.
10643
10644 991002  pre-release
10645         + minor fixes for _nc_msec_cost(), color_content(), pair_content(),
10646           _nc_freewin(), ClrBottom() and onscreen_mvcur() (analysis by Philippe
10647           Blain, comments by Alexander V Lukyanov).
10648         + simplify definition of PANEL and eliminate internal functions
10649           _nc_calculate_obscure(), _nc_free_obscure() and _nc_override(),
10650           (patch by Juergen Pfeifer, analysis by Philippe Blain
10651           <bledp@voila.fr>)).
10652         + change renaming of dft_fgbg.3x to use_default_colors.3ncurses in
10653           man_db.renames, since Debian is not concerned with 14-character
10654           filename limitation (Debian bug report by Josip Rodin
10655           <joy@cibalia.gkvk.hr>).
10656         + corrected scoansi terminfo entry by testing with scoterm and console.
10657         + revert change from 990614 to terminal_interface-curses-forms.ads.m4,
10658           since this does not work for gnat 3.10p
10659         + modify tclock example to be resizable (if ncurses' sigwinch handler
10660           is used), and in color.
10661         + use $(CC) rather than 'gcc' in MK_SHARED_LIB symbols, used for Linux
10662           shared library rules.
10663
10664 990925  pre-release
10665         + add newer NetBSD console terminfo entries
10666         + add amiga-8bit terminfo entry (from Henning 'Faroul' Peters
10667           <Faroul@beyond.kn-bremen.de>)
10668         + remove -lcurses -ltermcap from configure script's check for the gpm
10669           library, since they are not really necessary (a properly configured
10670           gpm library has no dependency on any curses library), and if the
10671           curses library is not installed, this would cause the test to fail.
10672         + modify tic's -C option so that terminfo "use=" clauses are translated
10673           to "tc=" clauses even when running it as captoinfo.
10674         + modify CF_STDCPP_LIBRARY configure macro to perform its check only
10675           for GNU C++, since that library conflicts with SGI's libC on IRIX-6.2
10676         + modify CF_SHARED_OPTS configure macro to support build on NetBSD with
10677           ELF libraries (patch by Bernd Ernesti <bernd@arresum.inka.de>).
10678         + correct a problem in libpanel, where the _nc_top_panel variable was
10679           not set properly when bottom_panel() is called to hide a panel which
10680           is the only one on the stack (report/analysis by Michael Andres
10681           <ma@suse.de>, patch by Juergen Pfeifer).
10682
10683 990918  pre-release
10684         + add acsc string to HP 70092 terminfo entry (patch by Joerg Wunsch
10685           <j@interface-business.de>).
10686         + add top-level uninstall.data and uninstall.man makefile rules.
10687         + correct logic of CF_LINK_FUNCS configure script, from BeOS changes so
10688           that hard-links work on Unix again.
10689         + change default value of cf_cv_builtin_bool to 1 (suggested by
10690           Jeremy Buhler), making it less likely that a conflicting declaration
10691           of bool will be seen when compiling with C++.
10692
10693 990911  pre-release
10694         + improved configure checks for builtin.h
10695         + minor changes to C++ binding (remove static initializations, and make
10696           configure-test for parameter initializations) for features not
10697           allowed by vendor's C++ compilers (reported by Martin Mokrejs, this
10698           applies to SGI, though I found SCO has the same characteristics).
10699         + corrected quoting of ETIP_xxx definitions which support old versions
10700           of g++, e.g., those using -lg++
10701         + remove 'L' code from safe_sprintf.c, since 'long double' is not
10702           widely portable.  safe_sprintf.c is experimental, however, and
10703           exists mainly as a fallback for systems without snprintf (reported
10704           by Martin Mokrejs <mmokrejs@natur.cuni.cz>, for IRIX 6.2)
10705         + modify definition of _nc_tinfo_fkeys in broken-linker configuration
10706           so that it is not unnecessarily made extern (Jeffrey C Honig).
10707
10708 990904  pre-release
10709         + move definition for builtin.h in configure tests to specific check
10710           for libg++, since qt uses the same filename incompatibly.
10711         + correct logic of lib_termcap.c tgetstr function, which did not copy
10712           the result to the buffer parameter.  Testing shows Solaris does
10713           update this, though of course tgetent's buffer is untouched (reported
10714           in Peter Edwards <peter.edwards@ireland.com> in
10715           mpc.lists.freebsd.current newsgroup.
10716         + corrected beterm terminfo entry, which lists some capabilities which
10717           are not actually provided by the BeOS Terminal.
10718         + add special logic to replace select() calls on BeOS, whose select()
10719           function works only for sockets.
10720         + correct missing escape in mkterm.h.awk.in, which caused part
10721           of the copyright noticed to be omitted (reported by Peter
10722           Wemm <peter@netplex.com.au>).
10723         > several small changes to make the c++ binding and demo work on OS/2
10724           EMX (related to a clean reinstall of EMX):
10725         + correct library-prefix for c++ binding; none is needed.
10726         + add $x suffix to make_hash and make_keys so 'make distclean' works.
10727         + correct missing $x suffix for tack, c++ demo executables.
10728         + split CF_CXX_LIBRARY into CF_GPP_LIBRARY (for -lg++) and
10729           CF_STDCPP_LIBRARY (for -lstdc++)
10730
10731 990828  pre-release
10732         + add cygwin terminfo entry -TD
10733         + modify CF_PROG_EXT configure macro to set .exe extension for cygwin.
10734         + add configure option --without-cxx-binding, modifying the existing
10735           --without-cxx option to check only for the C++ compiler
10736           characteristics.  Whether or not the C++ binding is needed, the
10737           configure script checks for the size/type of bool, to make ncurses
10738           match.  Otherwise C++ applications cannot use ncurses.
10739
10740 990821  pre-release
10741         + updated configure macros CF_MAKEFLAGS, CF_CHECK_ERRNO
10742         + minor corrections to beterm terminfo entry.
10743         + modify lib_setup.c to reject values of $TERM which have a '/' in
10744           them.
10745         + add ifdef's to guard against CS5, CS6, CS7, CS8 being zero, as more
10746           than one is on BeOS.  That would break a switch statement.
10747         + add configure macro CF_LINK_FUNCS to detect and work around BeOS's
10748           nonfunctional link().
10749         + improved configure macros CF_BOOL_DECL and CF_BOOL_SIZE to detect
10750           BeOS's bool, which is declared as an unsigned char.
10751
10752 990814  pre-release
10753         + add ms-vt100 terminfo entry -TD
10754         + minor fixes for misc/emx.src, based on testing with tack.
10755         + minor fix for test/ncurses.c, test 'a', in case ncv is not set.
10756
10757 990731  pre-release
10758         + minor correction for 'screen' terminfo entry.
10759         + clarify description of errret values for setupterm in manpage.
10760         + modify tput to allow it to emit capabilities for hardcopy terminals
10761           (patch by Goran Uddeborg <goeran@uddeborg.pp.se>).
10762         + modify the 'o' (panel) test in ncurses.c to show the panels in color
10763           or at least in bold, to test Juergen's change to wrefresh().
10764         > patches by Juergen Pfeifer:
10765         + Fixes a problem using wbkgdset() with panels.  It has actually
10766           nothing to with panels but is a problem in the implementation of
10767           wrefresh().  Whenever a window changes its background attribute to
10768           something different than newscr's background attribute, the whole
10769           window is touched to force a copy to newscr.  This is an unwanted
10770           side-effect of wrefresh() and it is actually not necessary.  A
10771           changed background attribute affects only further outputs of
10772           background it doesn't mean anything to the current content of the
10773           window.  So there is no need to force a copy.  (reported by Frank
10774           Heckenbach <frank@g-n-u.de>).
10775         + an upward compatible enhancement of the NCursesPad class in the C++
10776           binding.  It allows one to add a "viewport" window to a pad and then
10777           to use panning to view the pad through the viewport window.
10778
10779 990724  pre-release
10780         + suppress a call to def_prog_mode() in the SIGTSTP handler if the
10781           signal was received while not in curses mode, e.g., endwin() was
10782           called in preparation for spawning a shell command (reported by Frank
10783           Heckenbach <frank@g-n-u.de>)
10784         + corrected/enhanced xterm-r5, xterm+sl, xterm+sl-twm terminfo entries.
10785         + change test for xterm mouse capability:  it now checks only if the
10786           user's $DISPLAY variable is set in conjunction with the kmous
10787           capability being present in the terminfo.  Before, it checked if any
10788           of "xterm", "rxvt" or "kterm" were substrings of the terminal name.
10789           However, some emulators which are incompatible with xterm in other
10790           ways do support the xterm mouse capability.
10791         + reviewed and made minor changes in ncurses to quiet g++ warnings
10792           about shadowed or uninitialized variables.  g++ incorrectly warns
10793           about uninitialized variables because it does not take into account
10794           short-circuit expression evaluation.
10795         + change ncurses 'b' test to start in color pair 0 and to show in the
10796           right margin those attributes which are suppressed by no_color_video,
10797           i.e., "(NCV)".
10798         + modify ifdef's in curses.h so that __attribute__ is not redefined
10799           when compiling with g++, but instead disabled the macros derived for
10800           __attribute__ since g++ does not consistently recognize the same
10801           keywords as gcc (reported by Stephan K Zitz <zitz@erf.net>).
10802         + update dependencies for term.h in ncurses/modules (reported by
10803           Ilya Zakharevich).
10804
10805 990710  pre-release
10806         + modify the form demo in ncurses.c to illustrate how to manipulate the
10807           field appearance, e.g, for highlighting or translating the field
10808           contents.
10809         + correct logic in write_entry from split-out of home_terminfo in
10810           980919, which prevented update of $HOME/.terminfo (reported by Philip
10811           Spencer <pspencer@fields.utoronto.ca>).
10812
10813 990703  pre-release
10814         + modify linux terminfo description to make use of kernel 2.2.x mods
10815           that support cursor style, e.g., to implement cvvis (patch by Frank
10816           Heckenbach <frank@g-n-u.de>)
10817         + add special-case in setupterm to retain previously-saved terminal
10818           settings in cur_term, which happens when curses and termcap calls are
10819           mixed (from report by Bjorn Helgaas <helgaas@dhc.net>).
10820         + suppress initialization of key-tries in _nc_keypad() if we are only
10821           disabling keypad mode, e.g., in endwin() called when keypad() was
10822           not.
10823         + modify the Ada95 makefile to ensure that always the Ada files from
10824           the development tree are used for building and not the eventually
10825           installed ones (patch by Juergen Pfeifer).
10826
10827 990626  pre-release
10828         + use TTY definition in tack/sysdep.c rather than struct termios
10829           (reported by Philippe De Muyter).
10830         + add a fallback for strstr, used in lib_mvcur.c and tack/edit.c,
10831           not present on sysV68 (reported by Philippe De Muyter).
10832         + correct definition in comp_hash.c to build with configure
10833           --with-rcs-ids option.
10834
10835 990619  pre-release
10836         + modified ifdef's for sigaction and sigvec to ensure we do not try to
10837           handle SIGTSTP if neither is available (from report by Philippe De
10838           Muyter).
10839         > patch by Philippe De Muyter:
10840         + in tic.c, use `unlink' if `remove' is not available.
10841         + use only `unsigned' as fallback value for `speed_t'.  Some files used
10842           `short' instead.
10843
10844 990616  pre-release
10845         + fix some compiler warnings in tack.
10846         + add a check for predefined bool type in CC, based on report that
10847           BeOS predefines a bool type.
10848         + correct logic for infocmp -e option, i.e., the configure
10849           --with-fallbacks option, which I'd not updated when implementing
10850           extended names (cf:  990301).  The new implementation adds a "-E"
10851           option to infocmp -TD
10852         > patch by Juergen Pfeifer:
10853         + introduce the private type Curses_Bool in the Ada95 binding
10854           implementation.  This is to clearly represent the use of "bool" also
10855           in the binding.  It should have no effect on the generated code.
10856         + improve the man page for field_buffer() to tell the people, that the
10857           whole buffer including leading/trailing spaces is returned.  This is
10858           a common source of confusion, so it's better to document it clearly.
10859
10860 990614  pre-release
10861         > patch by Juergen Pfeifer:
10862         + use pragma PreElaborate in several places.
10863         + change a few System.Address uses to more specific types.
10864         + change interface version-number to 1.0
10865         + regenerate Ada95 HTML files.
10866
10867 990612  pre-release
10868         + modify lib_endwin.c to avoid calling reset_shell_mode(), return ERR
10869           if it appears that curses was never initialized, e.g., by initscr().
10870           For instance, this guards against setting the terminal modes to
10871           strange values if endwin() is called after setupterm().  In the same
10872           context, Solaris curses will dump core.
10873         + modify logic that avoids a conflict in lib_vidattr.c between sgr0 and
10874           equivalent values in rmso or rmul by ensuring we do not modify the
10875           data which would be returned by the terminfo or termcap interfaces
10876           (reported by Brad Pepers <brad@linuxcanada.com>, cf:  960706).
10877         + add a null-pointer check for SP in lib_vidattr.c to logic that checks
10878           for magic cookies.
10879         + improve fallback declaration of 'bool' when the --without-cxx option
10880           is given, by using a 'char' on i386 and related hosts (prompted by
10881           discussion with Alexander V Lukyanov).
10882
10883 990605  pre-release
10884         + include time.h in lib_napms.c if nanosleep is used (patch by
10885           R Lindsay Todd <toddr@rpi.edu>).
10886         + add an "#undef bool" to curses.h, in case someone tries to define it,
10887           e.g., perl.
10888         + add check to tparm to guard against divide by zero (reported by Aaron
10889           Campbell <aaron@ug.cs.dal.ca>).
10890
10891 990516  pre-release
10892         + minor fix to build tack on CLIX (mismatched const).
10893         > patch by Juergen Pfeifer:
10894         + change Juergen's old email address with new one in the files where it
10895           is referenced.  The Ada95 HTML pages are regenerated.
10896         + update MANIFEST to list the tack files.
10897
10898 990509  pre-release
10899         + minor fixes to make 'tack' build/link on NeXT (reported by Francisco
10900           A. Tomei Torres).
10901
10902 990417  pre-release
10903         + add 'tack' program (which is GPL'd), updating it to work with the
10904           modified TERMTYPE struct and making a fix to support setaf/setab
10905           capabilities.  Note that the tack program is not part of the
10906           ncurses libraries, but an application which can be distributed with
10907           ncurses.  The configure script will ignore the directory if it is
10908           omitted, however.
10909         + modify gpm mouse support so that buttons 2 and 3 are used for
10910           select/paste only when shift key is pressed, making them available
10911           for use by an application (patch by Klaus Weide).
10912         + add complete list of function keys to scoansi terminfo entry - TD
10913
10914 990410  pre-release
10915         + add a simple test program cardfile.c to illustrate how to read form
10916           fields, and showing forms within panels.
10917         + change shared-library versioning for the Hurd to be like Linux rather
10918           than *BSD (patch by Mark Kettenis <kettenis@wins.uva.nl>).
10919         + add linux-lat terminfo entry.
10920         + back-out _nc_access check in read_termcap.c (both incorrect and
10921           unnecessary, except to guard against a small window where the file's
10922           ownership may change).
10923
10924 990403  pre-release
10925         + remove conflicting _nc_free_termtype() function from test module
10926           lib_freeall.c
10927         + use _nc_access check in read_termcap.c for termpaths[] array (noted
10928           by Jeremy Buhler, indicating that Alan Cox made a similar patch).
10929         > patch by Juergen Pfeifer:
10930         + modify menu creation to not inherit status flag from the default menu
10931           which says that the associated marker string has been allocated and
10932           should be freed (bug reported by Marek Paliwoda"
10933           <paliwoda@kki.net.pl>)
10934
10935 990327  pre-release (alpha.gnu.org:/gnu/ncurses-5.0-beta1.tar.gz)
10936         + minor fixes to xterm-xfree86 terminfo entry - TD.
10937         + split up an expression in configure script check for ldconfig to
10938           workaround limitation of BSD/OS sh (reported by Jeff Haas
10939           <jmh@mail.msen.com>).
10940         + correct a typo in man/form_hook.3x (Todd C Miller).
10941
10942 990318  pre-release
10943         + parenthesize and undef 'index' symbol in c++ binding and demo, to
10944           accommodate its definition on NeXT (reported by Francisco A. Tomei
10945           Torres).
10946         + add sigismember() to base/sigaction.c compatibility to link on NeXT
10947           (reported by Francisco A. Tomei Torres).
10948         + further refinements to inequality in hashmap.c to cover a case with
10949           ^U in nvi (patch by Alexander V Lukyanov).
10950
10951 990316  pre-release
10952         + add fallback definition for getcwd, to link on NeXT.
10953         + add a copy of cur_term to tic.c to make it link properly on NeXT
10954           (reported by Francisco A. Tomei Torres).
10955         + change inequality in hashmap.c which checks the distance traveled by
10956           a chunk so that ^D command in nvi (scrolls 1/2 screen) will use
10957           scrolling logic (patch by Alexander V Lukyanov, reported by Jeffrey
10958           C Honig).
10959
10960 990314  pre-release
10961         + modify lib_color.c to handle a special case where the curscr
10962           attributes have been made obsolete (patch by Alexander V Lukyanov).
10963         + update BSD/OS console terminfo entries to use klone+sgr and
10964           klone+color (patch by Jeffrey C Honig).
10965         + update glibc addon configure script for extended capabilities.
10966         + correct a couple of warnings in the --enable-const configuration.
10967         + make comp_hash build properly with _nc_strdup(), on NeXT (reported by
10968           Francisco A. Tomei Torres <francisco.tomei@cwix.com>).
10969
10970 990313  pre-release
10971         + correct typos in linux-c initc string - TD
10972         + add 'crt' terminfo entry, update xterm-xfree86 entry - TD
10973         + remove a spurious argument to tparm() in lib_sklrefr.c (patch by
10974           Alexander V Lukyanov).
10975
10976 990307  pre-release
10977         + back-out change to wgetch because it causes a problem with ^Z
10978           handling in lynx (reported by Kim DeVaughn).
10979
10980 990306  pre-release
10981         + add -G option to tic and infocmp, to reverse the "-g" option.
10982         + recode functions in name_match.c to avoid use of strncpy, which
10983           caused a 4-fold slowdown in tic (cf: 980530).
10984         + correct a few warnings about sign-extension in recent changes.
10985         > patch by Juergen Pfeifer:
10986         + fixes suggested by Jeff Bradbury <jibradbury@lucent.com>:
10987           + improved parameter checking in new_fieldtype().
10988           + fixed a typo in wgetch() timeout handling.
10989           + allow slk_init() to be called per newterm call.  The internal SLK
10990             state is stored in the SCREEN struct after every newterm() and then
10991             reset for the next newterm.
10992           + fix the problem that a slk_refresh() refreshes stdscr if the
10993             terminal has true SLKs.
10994         + update HTML documentation for Ada binding.
10995
10996 990301  pre-release
10997         + remove 'bool' casts from definitions of TRUE/FALSE so that statements
10998           such as "#if TRUE" work.  This was originally done to allow for a C++
10999           compiler which would warn of implicit conversions between enum and
11000           int, but is not needed for g++ (reported by Kim DeVaughn).
11001         + add use_extended_names() function to allow applications to suppress
11002           read of the extended capabilities.
11003         + add configure option --enable-tcap-names to support logic which
11004           allows ncurses' tic to define new (i.e., extended) terminal
11005           capabilities.  This is activated by the tic -x switch.  The infocmp
11006           program automatically shows or compares extended capabilities.
11007           Note:  This changes the Strings and similar arrays in the TERMTYPE
11008           struct so that applications which manipulate it must be recompiled.
11009         + use macros typeMalloc, typeCalloc and typeRealloc consistently
11010           throughout ncurses library.
11011         + add _nc_strdup() to doalloc.c.
11012         + modify define_key() to allow multiple strings to be bound to the
11013           same keycode.
11014         + correct logic error in _nc_remove_string, from 990220.
11015         > patch for Ada95 binding (Juergen Pfeifer):
11016         + regenerate some of the html documentation
11017         + minor cleanup in terminal_interface-curses.adb
11018
11019 990220  pre-release
11020         + resolve ambiguity of kend/kll/kslt and khome/kfnd/kich1 strings in
11021           xterm and ncsa terminfo entries by removing the unneeded ones.  Note
11022           that some entries will return kend & khome versus kslt and kfnd, for
11023           PC-style keyboards versus strict vt220 compatibility - TD
11024         + add function keybound(), which returns the definition associated with
11025           a given keycode.
11026         + modify define_key() to undefine the given string when no keycode is
11027           given.
11028         + modify keyok() so it works properly if there is more than one string
11029           defined for a keycode.
11030         + add check to tic to warn about terminfo descriptions that contain
11031           more than one key assigned to the same string.  This is shown only if
11032           the verbose (-v) option is given.  Moved related logic (tic -v) from
11033           comp_parse.c into the tic program.
11034         + add/use _nc_trace_tries() to show the function keys that will be
11035           recognized.
11036         + rename init_acs to _nc_init_acs (request by Alexander V Lukyanov).
11037         > patch for Ada95 binding (Juergen Pfeifer):
11038         + remove all the *_adabind.c from ncurses, menu and form projects.
11039           Those little helper routines have all been implemented in Ada and are
11040           no longer required.
11041         + The option handling routines in menu and form have been made more
11042           save.  They now make sure that the unused bits in options are always
11043           zero.
11044         + modify configuration scripts to
11045           + use gnatmake as default compiler name.  This is a safer choice than
11046             gcc, because some GNAT implementations use other names for the
11047             compilerdriver to avoid conflicts.
11048           + use new default installation locations for the Ada files according
11049             to the proposed GNU Ada filesystem standard (for Linux).
11050         + simplify the Makefiles for the Ada binding
11051         + rename ada_include directory to src.
11052
11053 990213
11054         + enable sigwinch handler by default.
11055         + disable logic that allows setbuf to be turned off/on, because some
11056           implementations will overrun the buffer after it has been disabled
11057           once.
11058
11059 990206
11060         + suppress sc/rc capabilities from terminal description if they appear
11061           in smcup/rmcup.  This affects only scrolling optimization, to fix a
11062           problem reported by several people with xterm's alternate screen,
11063           though the problem is more general.
11064         > patch for Ada95 binding (Juergen Pfeifer):
11065         + removed all pragma Preelaborate() stuff, because the just released
11066           gnat-3.11p complains on some constructs.
11067         + fixed some upper/lower case notations because gnat-3.11p found
11068           inconsistent use.
11069         + used a new method to generate the HTML documentation of the Ada95
11070           binding.  This invalidates nearly the whole ./Ada95/html subtree.
11071           Nearly all current files in this subtree are removed
11072
11073 990130
11074         + cache last result from _nc_baudrate, for performance (suggested by
11075           Alexander V Lukyanov).
11076         + modify ClrUpdate() function to workaround a problem in nvi, which
11077           uses redrawwin in SIGTSTP handling.  Jeffrey C Honig reported that
11078           ncurses repainted the screen with nulls before resuming normal
11079           operation (patch by Alexander V Lukyanov).
11080         + generalize is_xterm() function a little by letting xterm/rxvt/kterm
11081           be any substring rather than the prefix.
11082         + modify lib_data.c to initialize SP.  Some linkers, e.g., IBM's, will
11083           not link a module if the only symbols exported from the module are
11084           uninitialized ones (patch by Ilya Zakharevich).  Ilya says that he
11085           has seen messages claiming this behavior conforms to the standard.)
11086         + move call on _nc_signal_handler past _nc_initscr, to avoid a small
11087           window where Nttyb hasn't yet been filled (reported by Klaus Weide).
11088         + modify lib_tstp.c to block SIGTTOU when handling SIGTSTP, fixes a
11089           problem where ncurses applications which were run via a shell script
11090           would hang when given a ^Z.  Also, check if the terminal's process
11091           group is consistent, i.e., a shell has not taken ownership of it,
11092           before deciding to save the current terminal settings in the SIGTSTP
11093           handler (patch by Klaus Weide).
11094         + correct spelling of ACS_ names in curs_border.3x (reported by Bob van
11095           der Poel <bvdpoel@kootenay.com>).
11096         + correct a couple of typos in the macros supporting the configure
11097           --with-shlib-version option.
11098
11099 990123
11100         + modify fty_regex.c to compile on HAVE_REGEXPR_H_FUNCS machine (patch
11101           by Kimio Ishii <ishii@csl.sony.co.jp>).
11102         + rename BSDI console terminfo entries:  bsdos to bsdos-pc-nobold, and
11103           bsdos-bold to bsdos-pc (patch by Jeffrey C Honig).
11104         + modify tput to accept termcap names as an alternative to terminfo
11105           names (patch by Jeffrey C Honig).
11106         + correct a typo in term.7 (Todd C Miller).
11107         + add configure --with-shlib-version option to allow installing shared
11108           libraries named according to release or ABI versions.  This
11109           parameterizes some existing logic in the configure script, and is
11110           intended for compatibility upgrades on Digital Unix, which used
11111           versioned libraries in ncurses 4.2, but no longer does (cf:  980425).
11112         + resync configure script against autoconf 2.13 + patches
11113         + minor improvements for teraterm terminfo entry based on the program's
11114           source distribution.
11115
11116 990116
11117         + change default for configure --enable-big-core to assume machines do
11118           have enough memory to resolve terminfo.src in-memory.
11119         + correct name of ncurses library in TEST_ARGS when configuring with
11120           debug library.
11121         + minor fixes to compile ncurses library with broken-linker with g++.
11122         + add --enable-broken-linker configure option, default to environment
11123           variable $BROKEN_LINKER (request by Jeffrey C Honig).
11124         + change key_names[] array to static since it is not part of the curses
11125           interface (reported by Jeffrey C Honig <jch@bsdi.com>).
11126
11127 990110
11128         + add Tera Term terminfo entry - TD
11129
11130 990109
11131         + reviewed/corrected macros in curses.h as per XSI document.
11132         + provide support for termcap PC variable by copying it from terminfo
11133           data and using it as the padding character in tputs (reported by
11134           Alexander V Lukyanov).
11135         + corrected iris-ansi and iris-ansi-ap terminfo entries for kent and
11136           kf9-kf12 capabilities, as well as adding kcbt.
11137         + document the mouse handling mechanism in menu_driver and make a small
11138           change in menu_driver's return codes to provide more consistency
11139           (patch by Juergen Pfeifer).
11140         + add fallback definition for NCURSES_CONST to termcap.h.in (reported
11141           by Uchiyama Yasushi <uch@nop.or.jp>).
11142         + move lib_restart.c to ncurses/base, since it uses curses functions
11143           directly, and therefore cannot be used in libtinfo.so
11144         + rename micro_char_size to micro_col_size, adding #define to retain
11145           old name.
11146         + add set_a_attributes and set_pglen_inch to terminfo structure, as per
11147           XSI and Solaris 2.5.
11148         + minor makefile files to build ncurses test_progs
11149         + update html files in misc directory to reflect changes since 4.2
11150
11151 990102
11152         + disable scroll hints when hashmap is enabled (patch by Alexander
11153           V Lukyanov).
11154         + move logic for tic's verify of -e option versus -I and -C so that the
11155           terminfo data is not processed if we cannot handle -e (reported by
11156           Steven Schwartz <steves@unitrends.com>.
11157         + add test-driver traces to terminfo and termcap functions.
11158         + provide support for termcap ospeed variable by copying it from the
11159           internal cur_term member, and using ospeed as the baudrate reference
11160           for the delay_output and tputs functions.  If an application does not
11161           set ospeed, the library behaves as before, except that _nc_timed_wait
11162           is no longer used, or needed, since ospeed always has a value.  But
11163           the application can modify ospeed to adjust the output of padding
11164           characters (prompted by a bug report for screen 3.7.6 and email from
11165           Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>).
11166         + removed some unused ifdef's as part of Alexander's restructuring.
11167         + reviewed/updated curses.h, term.h against X/Open Curses Issue 4
11168           Version 2.  This includes making some parameters NCURSES_CONST
11169           rather than const, e.g., in termcap.h.
11170         + change linux terminfo entry to use ncv#2, since underline does not
11171           work with color
11172
11173 981226
11174         + miscellaneous corrections for curses.h to match XSI.
11175         + change --enable-no-padding configure option to be normally enabled.
11176         + add section to ncurses manpage for environment variables.
11177         + investigated Debian bug report that pertains to screen 3.7.4/3.7.6
11178           changes, found no sign of problems on Linux (or on SunOS, Solaris)
11179           running screen built with ncurses.
11180         + check if tmp_fp is opened in tic.c before closing it (patch by Pavel
11181           Roskin <pavel_roskin@geocities.com>).
11182         + correct several font specification typos in man-pages.
11183
11184 981220
11185         + correct default value for BUILD_CC (reported by Larry Virden).
11186
11187 981219
11188         + modify _nc_set_writedir() to set a flag in _nc_tic_dir() to prevent
11189           it from changing the terminfo directory after chdir'ing to it.
11190           Otherwise, a relative path in $TERMINFO would confuse tic (prompted
11191           by a Debian bug report).
11192         + correct/update ncsa terminfo entry (report by Larry Virden).
11193         + update xterm-xfree86 terminfo to current (patch 90), smcur/rmcur
11194           changes
11195         + add Mathew Vernon's mach console entries to terminfo.src
11196         + more changes, moving functions, as part of Alexander's restructuring.
11197         + modify configure script for GNU/Hurd share-library support, introduce
11198           BUILD_CC variable for cross compiling (patch by Uchiyama Yasushi
11199           <uch@nop.or.jp>)
11200
11201 981212
11202         + add environment variable NCURSES_NO_SETBUF to allow disabling the
11203           setbuf feature, for testing purposes.
11204         + correct ifdef's for termcap.h versus term.h that suppress redundant
11205           declarations of prototypes (reported by H.J.Lu).
11206         + modify Makefile.os2 to add linker flags which allow multiple copies
11207           of an application to coexist (reported by Ilya Zakharevich).
11208         + update Makefile.glibc and associated configure script so that ncurses
11209           builds as a glibc add-on with the new directory configuration
11210           (reported by H.J.Lu).
11211
11212 981205
11213         + modify gen_reps() function in gen.c to work properly on SunOS
11214           (sparc), which is a left-to-right architecture.
11215         + modify relative_move and tputs to avoid an interaction with the
11216           BSD-style padding.  The relative_move function could produce a string
11217           to replace on the screen which began with a numeric character, which
11218           was then interpreted by tputs as padding.  Now relative_move will not
11219           generate a string with a leading digit in that case (overwrite).
11220           Also, tputs will only interpret padding if the string begins with a
11221           digit; as coded it permitted a string to begin with a decimal point
11222           or asterisk (reported by Larry Virden).
11223         > patches by Juergen Pfeifer:
11224         + fix a typo in m_driver.c mouse handling and improves the error
11225           handling.
11226         + fix broken mouse handling in the Ada95 binding
11227         + make the Ada95 sample application menus work with the new menu mouse
11228           support
11229         + improve the mouse handling introduced by Ilya; it now handles menus
11230           with spacing.
11231         + repair a minor bug in the menu_driver code discovered during this
11232           rework.
11233         + add new function wmouse_trafo() to hide implementation details of
11234           _yoffset member of WINDOW struct needed for mouse coordinate
11235           transformation.
11236
11237 981128
11238         + modify Ada95/gen/gen.c to avoid using return-value of sprintf, since
11239           some older implementations (e.g., SunOS 4.x) return the buffer
11240           address rather than its length.
11241         > patch by Rick Ohnemus:
11242         + modify demo.cc to get it to compile with newer versions of egcs.
11243         + trim a space that appears at the end of the table preprocessor lines
11244           ('\" t).  This space prevents some versions of man from displaying
11245           the pages - changed to remove all trailing whitespace (TD)
11246         + finally, 'make clean' does not remove panel objects.
11247         > patches by Ilya Zakharevich:
11248         + allow remapping of OS/2 mouse buttons using environment variable
11249           MOUSE_BUTTONS_123 with the default value 132.
11250         + add mouse support to ncurses menus.
11251
11252 981121
11253         + modify misc/makedef.cmd to report old-style .def file symbols, and to
11254           generate the .def files sorted by increasing names rather than the
11255           reverse.
11256         + add misc/*.ref which are J.J.G.Ripoll's dll definition files (renamed
11257           from misc/*.old), and updated based on the entrypoint coding he used
11258           for an older version of ncurses.
11259         + add README.emx, to document how to build on OS/2 EMX.
11260         + updates for config.guess, config.sub from Lynx
11261         > patches by Ilya Zakharevich:
11262         + minor fixes for mouse handling mode:
11263           a) Do not initialize mouse if the request is to have no mouse;
11264           b) Allow switching of OS/2 VIO mouse on and off.
11265         + modify Makefile.os2 to support alternative means of generating
11266           configure script, by translating Unix script with Perl.
11267         > patches by Juergen Pfeifer:
11268         + Updates MANIFEST to reflect changes in source structure
11269         + Eliminates a problem introduced with my last patch for the C++
11270           binding in the panels code.  It removes the update() call done in the
11271           panel destructor.
11272         + Changes in the Ada95 binding to better support systems where
11273           sizeof(chtype)!=sizeof(int) (e.g.  DEC Alpha).
11274
11275 981114
11276         + modify install-script for manpages to skip over .orig and .rej files
11277           (request by Larry Virden).
11278         > patches/discussion by Alexander V Lukyanov:
11279         + move base-library sources into ncurses/base and tty (serial terminal)
11280           sources into ncurses/tty, as part of Alexander V Lukyanov's proposed
11281           changes to ncurses library.
11282         + copy _tracemouse() into ncurses.c so that lib_tracemse.c need not
11283           be linked into the normal ncurses library.
11284         + move macro winch to a function, to hide details of struct ldat
11285         > patches by Juergen Pfeifer:
11286         + fix a potential compile problem in cursesw.cc
11287         + some Ada95 cosmetics
11288         + fix a gen.c problem when compiling on 64-Bit machines
11289         + fix Ada95/gen/Makefile.in "-L" linker switch
11290         + modify Ada95 makefiles to use the INSTALL_PREFIX setting.
11291
11292 981107
11293         + ifdef'd out lib_freeall.c when not configured.
11294         + rename _tracebits() to _nc_tracebits().
11295         + move terminfo-library sources into ncurses/tinfo, and trace-support
11296           functions into ncurses/trace as part of Alexander V Lukyanov's
11297           proposed changes to ncurses library.
11298         + modify generated term.h to always specify its own definitions for
11299           HAVE_TERMIOS_H, etc., to guard against inclusion by programs with
11300           broken configure scripts.
11301
11302 981031
11303         + modify terminfo parsing to accept octal and hexadecimal constants,
11304           like Solaris.
11305         + remove an autoconf 2.10 artifact from the configure script's check
11306           for "-g" compiler options.  (Though harmless, this confused someone
11307           at Debian, who recently issued a patch that results in the opposite
11308           effect).
11309         + add configure option --with-ada-compiler to accommodate installations
11310           that do not use gcc as the driver for GNAT (patch by Juergen
11311           Pfeifer).
11312
11313 981017
11314         + ensure ./man exists in configure script, needed when configuring
11315           with --srcdir option.
11316         + modify infocmp "-r" option to remove limit on formatted termcap
11317           output, which makes it more like Solaris' version.
11318         + modify captoinfo to treat no-argument case more like Solaris'
11319           version, which uses the contents of $TERMCAP as the entry to format.
11320         + modify mk-2nd.awk to handle subdirectories, e.g., ncurses/tty
11321           (patch by Alexander V Lukyanov).
11322
11323 981010
11324         + modify --with-terminfo-dirs option so that the default value is the
11325           ${datadir} value, unless $TERMINFO_DIRS is already set.  This gets
11326           rid of a hardcoded list of candidate directories in the configure
11327           script.
11328         + add some error-checking to _nc_read_file_entry() to ensure that
11329           strings are properly terminated (Todd C Miller).
11330         + rename manpage file curs_scr_dmp.3x to curs_scr_dump.3x, to
11331           correspond with contents (reported by Neil Zanella
11332           <nzanella@cs.mun.ca>).
11333         + remove redundant configure check for C++ which did not work when $CXX
11334           was specified with a full pathname (reported by Andreas Jaeger).
11335         + corrected bcopy/memmove check; the macro was not standalone.
11336
11337 981003
11338         + remove unnecessary portion of OS/2 EMX mouse change from
11339           check_pending() (reported by Alexander V Lukyanov).
11340
11341 980926
11342         + implement mouse support for OS/2 EMX (adapted from patch against
11343           4.2(?) by Ilya Zakharevich).
11344         + add configure-check for bcopy/memmove, for 980919 changes to hashmap.
11345         + merge Data General terminfo from Hasufin <hasufin@vidnet.net> - TD
11346         + merge AIX 3.2.5 terminfo descriptions for IBM terminals, replaces
11347           some older entries - TD
11348         + modify tic to compile into %'char' form in preference to %{number},
11349           since that is a little more efficient.
11350         + minor correction to infocmp to avoid displaying "difference" between
11351           two capabilities that are rendered in equivalent forms.
11352         + add "-g" option to tic/infocmp to force character constants to be
11353           displayed in quoted form.  Otherwise their decimal values are shown.
11354         + modify setupterm so that cancelled strings are treated the same as
11355           absent strings, cancelled and absent booleans false (does not affect
11356           tic, infocmp).
11357         + modify tic, infocmp to discard redundant i3, r3 strings when output
11358           to termcap format.
11359         > patch by Alexander V Lukyanov:
11360         + improve performance of tparm, now it takes 19% instead of 25% when
11361           profiling worm.
11362         + rename maxlen/minlen to prec/width for better readability.
11363         + use format string for printing strings.
11364         + use len argument correctly in save_text, and pass it to save_number.
11365
11366 980919
11367         + make test_progs compile (but hashmap does not function).
11368         + correct NC_BUFFERED macro, used in lib_mvcur test-driver, modify
11369           associated logic to avoid freeing the SP->_setbuf data.
11370         + add modules home_terminfo and getenv_num to libtinfo.
11371         + move write_entry to libtinfo, to work with termcap caching.
11372         + minor fixes to blue.c to build with atac.
11373         + remove softscroll.c module; no longer needed for testing.
11374         > patches by Todd C Miller:
11375         + use strtol(3) instead of atoi(3) when parsing env variables so we can
11376           detect a bogus (non-numeric) value.
11377         + check for terminal names > MAX_NAME_SIZE in a few more places when
11378           dealing with env variables again.
11379         + fix a MAX_NAME_SIZE that should be MAX_NAME_SIZE+1
11380         + use sizeof instead of strlen(3) on PRIVATE_INFO since it is a fixed
11381           string #define (compile time vs runtime).
11382         + when setting errno to ENOMEM, set it right before the return, not
11383           before code that could, possibly, set errno to a different value.
11384         > patches by Alexander V Lukyanov:
11385         + use default background in update_cost_from_blank()
11386         + disable scroll-hints when hashmap is configured.
11387         + improve integration of hashmap scrolling code, by adding oldhash and
11388           newhash data to SP struct.
11389         + invoke del_curterm from delscreen.
11390         + modify del_curterm to set cur_term to null if it matches the
11391           function's parameter which is deleted.
11392         + modify lib_doupdate to prefer parm_ich to the enter_insert_mode and
11393           exit_insert_mode combination, adjusting InsCharCost to check
11394           enter_insert_mode, exit_insert_mode and insert_padding.  Add
11395           insert_padding in insert mode after each char.  This adds new costs
11396           to the SP struct.
11397
11398 980912
11399         + modify test-driver in lib_mvcur.s to use _nc_setbuffer, for
11400           consistent treatment.
11401         + modify ncurses to restore output to unbuffered on endwin, and resume
11402           buffering in refresh (see lib_set_term.c and NC_BUFFERED macro).
11403         + corrected HTML version numbers (according to the W3C validator, they
11404           never were HTML 2.0-compliant, but are acceptable 3.0).
11405
11406 980905
11407         + modify MKterminfo.sh to generate terminfo.5 with tables sorted by
11408           capability name, as in SVr4.
11409         + modified term.h, termcap.h headers to avoid redundant declarations.
11410         + change 'u_int' type in tset.c to unsigned, making this compile on
11411           Sequent PRX 4.1 (reported by Michael Sterrett <msterret@coat.com>).
11412
11413 980829
11414         + corrections to mailing addresses, and moving the magic line that
11415           causes the man program to invoke tbl to the first line of each
11416           manpage (patch by Rick Ohnemus <rick@ecompcon.com>).
11417         + add Makefile.os2 and supporting scripts to generate dll's on OS/2 EMX
11418           (from J.J.G.Ripoll, with further integration by TD).
11419         + correct a typo in icl6404 terminfo entry.
11420         + add xtermm and xtermc terminfo entries.
11421         > from esr's terminfo version:
11422         + Added Francesco Potorti's tuned Wyse 99 entries.
11423         + dtterm enacs (from Alexander V Lukyanov).
11424         + Add ncsa-ns, ncsa-m-ns and ncsa-m entries from esr version.
11425
11426 980822
11427         + document AT&T acs characters in terminfo.5 manpage.
11428         + use EMX _scrsize() function if terminfo and environment do not
11429           declare the screen size (reported by Ilya Zakharevich
11430           <ilya@math.ohio-state.edu>).
11431         + remove spurious '\' characters from eterm and osborne terminfo
11432           entries (prompted by an old Debian bug report).
11433         + correct reversed malloc/realloc calls in _nc_doalloc (reported by
11434           Hans-Joachim Widmaier <hjwidmai@foxboro.com>).
11435         + correct misplaced parenthesis which caused file-descriptor from
11436           opening termcap to be lost, from 980725 changes (reported by Andreas
11437           Jaeger).
11438
11439 980815
11440         + modify lib_setup.c to eliminate unneeded include of <sys/ioctl.h>
11441           when termios is not used (patch by Todd C Miller).
11442         + add function _nc_doalloc, to ensure that failed realloc calls do not
11443           leak memory (reported by Todd C Miller).
11444         + improved ncsa-telnet terminfo entry.
11445
11446 980809
11447         + correct missing braces around a trace statement in read_entry.c,
11448           from 980808 (reported by Kim DeVaughn <kimdv@best.com> and Liviu
11449           Daia).
11450
11451 980808
11452         + fix missing include <errno.h> in ditto.c (reported by Bernhard
11453           Rosenkraenzer <bero@k5.sucks.eu.org>)
11454         + add NCSA telnet terminfo entries from Francesco Potorti
11455           <F.Potorti@cnuce.cnr.it>, from Debian bug reports.
11456         + make handling of $LINES and $COLUMNS variables more compatible with
11457           Solaris by allowing them to individually override the window size
11458           as obtained via ioctl.
11459
11460 980801
11461         + modify lib_vidattr.c to allow for terminal types (e.g., xterm-color)
11462           which may reset all attributes in the 'op' capability, so that colors
11463           are set before turning on bold and other attributes, but still after
11464           turning attributes off.
11465         + add 'ditto.c' to test directory to illustrate use of newterm for
11466           initializing multiple screens.
11467         + modify _nc_write_entry() to recover from failed attempt to link alias
11468           for a terminfo on a filesystem which does not preserve character case
11469           (reported by Peter L Jordan <PJordan@chla.usc.edu>).
11470
11471 980725
11472         + updated versions of config.guess and config.sub based on automake 1.3
11473         + change name-comparisons in lib_termcap to compare no more than 2
11474           characters (gleaned from Debian distribution of 1.9.9g-8.8, verified
11475           with Solaris curses).
11476         + fix typo in curs_insstr.3x (patch by Todd C Miller)
11477         + use 'access()' to check if ncurses library should be permitted to
11478           open or modify files with fopen/open/link/unlink/remove calls, in
11479           case the calling application is running in setuid mode (request by
11480           Cristian Gafton <gafton@redhat.com>, responding to Duncan Simpson
11481           <dps@io.stargate.co.uk>).
11482         + arm100 terminfo entries from Dave Millen <dmill@globalnet.co.uk>).
11483         + qnxt2 and minitel terminfo entries from esr's version.
11484
11485 980718
11486         + use -R option with ldconfig on FreeBSD because otherwise it resets
11487           the search path to /usr/lib (reported by Dan Nelson).
11488         + add -soname option when building shared libraries on OpenBSD 2.x
11489           (request by QingLong).
11490         + add configure options --with-manpage-format and
11491           --with-manpage-renames (request by QingLong).
11492         + correct conversion of CANCELLED_NUMERIC in write_object(), which was
11493           omitting the high-order byte, producing a 254 in the compiled
11494           terminfo.
11495         + modify return-values of tgetflag, tgetnum, tgetstr, tigetflag,
11496           tigetnum and tigetstr to be compatible with Solaris (gleaned from
11497           Debian distribution of 1.9.9g-8.8).
11498         + modify _nc_syserr_abort to abort only when compiled for debugging,
11499           otherwise simply exit with an error.
11500
11501 980711
11502         + modify Ada95 'gen' program to use appropriate library suffix (e.g.,
11503           "_g" for a debug build).
11504         + update Ada95 'make clean' rule to include generics .ali files
11505         + add a configure test to ensure that if GNAT is found, that it can
11506           compile/link working Ada95 program.
11507         + flush output in beep and flash functions, fixing a problem with
11508           getstr (patch by Alexander V Lukyanov)
11509         + fix egcs 1.0.2 warning for etip.h (patch by Chris Johns).
11510         + correct ifdef/brace nesting in lib_sprintf.c (patch by Bernhard
11511           Rosenkraenzer <bero@Pool.Informatik.RWTH-Aachen.DE>).
11512         + correct typo in wattr_get macro from 980509 fixes (patch by Dan
11513           Nelson).
11514
11515 980704
11516         + merge changes from current XFree86 xterm terminfo descriptions.
11517         + add configure option '--without-ada'.
11518         + add a smart-default for termcap 'ac' to terminfo 'acs_chars' which
11519           corresponds to vt100.
11520         + change translation for termcap 'rs' to terminfo 'rs2', which is
11521           the documented equivalent, rather than 'rs1'.
11522
11523 980627
11524         + slow 'worm' down a little, for very fast machines.
11525         + corrected firstchar/lastchar computation in lib_hline.c
11526         + simplify some expressions with CHANGED_CELL, CHANGED_RANGE and
11527           CHANGED_TO_EOL macros.
11528         + modify init_pair so that if a color-pair is reinitialized, we will
11529           repaint the areas of the screen whose color changes, like SVr4 curses
11530           (reported by Christian Maurer <maurer@inf.fu-berlin.de>).
11531         + modify getsyx/setsyx macros to comply with SVr4 man-page which
11532           says that leaveok() affects their behavior (report by Darryl Miles,
11533           patch by Alexander V Lukyanov).
11534
11535 980620
11536         + review terminfo.5 against Solaris 2.6 curses version, corrected
11537           several minor errors/omissions.
11538         + implement tparm %l format.
11539         + implement tparm printf-style width and precision for %s, %d, %x, %o
11540           as per XSI.
11541         + implement tparm dynamic variables (reported by Xiaodan Tang).
11542
11543 980613
11544         + update man-page for for wattr_set, wattr_get (cf:  980509)
11545         + correct limits in hashtest, which would cause nonprinting characters
11546           to be written to large screens.
11547         + correct configure script, when --without-cxx was specified:  the
11548           wrong variable was used for cf_cv_type_of_bool.  Compilers up to gcc
11549           2.8 tolerated the missing 'int'.
11550         + remove the hardcoded name "gcc" for the GNU Ada compiler.  The
11551           compiler's name might be something like "egcs" (patch by Juergen
11552           Pfeifer).
11553         + correct curs_addch.3x, which implied that echochar could directly
11554           display control characters (patch by Alexander V Lukyanov).
11555         + fix typos in ncurses-intro.html (patch by Sidik Isani
11556           <isani@cfht.hawaii.edu>)
11557
11558 980606
11559         + add configure test for conflicting use of exception in math.h and
11560           other headers.
11561         + minor optimization to 'hash()' function in hashmap.c, reduces its
11562           time by 10%.
11563         + correct form of LD_SHARED_OPTS for HP-UX 10.x (patch by Tim Mooney).
11564         + fix missing quotes for 'print' in MKunctrl.awk script (reported by
11565           Mihai Budiu <mihaib@gs41.sp.cs.cmu.edu>).
11566         > patch by Alexander V Lukyanov:
11567         + correct problem on Solaris (with poll() function) where getch could
11568           hang indefinitely even if timeout(x) was called.  This turned out to
11569           be because milliseconds was not updated before 'goto retry' in
11570           _nc_timed_wait.
11571         + simplified the function _nc_timed_wait and fixed another bug, which
11572           was the assumption of !GOOD_SELECT && HAVE_GETTIMEOFDAY in *timeleft
11573           assignment.
11574         + removed the cycle on EINTR, as it seems to be useless.
11575
11576 980530
11577         + add makefile-rule for test/keynames
11578         + modify run_tic.sh and shlib to ensure that user's .profile does not
11579           override the $PATH used to run tic (patch by Tim Mooney).
11580         + restore LD_SHARED_OPTS to $(LD_SHARED_FLAGS) when linking programs,
11581           needed for HP-UX shared-library path (recommended by Tim Mooney).
11582         + remove special case of HP-UX -L options, use +b options to embed
11583           $(libdir) in the shared libraries (recommended by Tim Mooney).
11584         + add checks for some possible buffer overflows and unchecked
11585           malloc/realloc/calloc/strdup return values (patch by Todd C Miller
11586           <Todd.Miller@courtesan.com>)
11587
11588 980523
11589         + correct maxx/maxy expression for num_columns/num_lines in derwin
11590           (patch by Alexander V Lukyanov).
11591         + add /usr/share/lib/terminfo and /usr/lib/terminfo as compatibility
11592           fallbacks to _nc_read_entry(), along with --with-terminfo-dirs
11593           configure option (suggested by Mike Hopkirk).
11594         + modify config.guess to recognize Unixware 2.1 and 7 (patch by Mike
11595           Hopkirk <hops@sco.com>).
11596         + suppress definition of CC_SHARED_OPTS in LDFLAGS_SHARED in c++
11597           Makefile.in, since this conflicts when g++ is used with HP-UX
11598           compiler (reported by Tim Mooney).
11599         + parenthesize 'strcpy' calls in c++ binding to workaround redefinition
11600           in some C++ implementations (reported by several people running
11601           egcs with glibc 2.0.93, analysis by Andreas Jaeger.
11602
11603 980516
11604         + modify write_entry.c so that it will not attempt to link aliases
11605           with embedded '/', but give only a warning.
11606         + put -L$(libdir) first when linking programs, except for HP-UX.
11607         + modify comp_scan.c to handle SVr4 terminfo description for att477,
11608           which contains a colon in the description field.
11609         + modify configure script to support SCO osr5.0.5 shared libraries,
11610           from comp.unix.sco.programmer newsgroup item (Mike Hopkirk).
11611         + eliminate extra GoTo call in lib_doupdate.c (patch by Alexander V.
11612           Lukyanov).
11613         + minor adjustments of const/NCURSES_CONST from IRIX compile.
11614         + add updates based on esr's 980509 version of terminfo.src.
11615
11616 980509
11617         + correct macros for wattr_set, wattr_get, separate wattrset macro from
11618           these to preserve behavior that allows attributes to be combined with
11619           color pair numbers.
11620         + add configure option --enable-no-padding, to allow environment
11621           variable $NCURSES_NO_PADDING to eliminate non-mandatory padding,
11622           thereby making terminal emulators (e.g., for vt100) a little more
11623           efficient (request by Daniel Eisenbud <eisenbud@cs.swarthmore.edu>).
11624         + modify configure script to embed ABI in shared libraries for HP-UX
11625           10.x (detailed request by Tim Mooney).
11626         + add test/example of the 'filter()' function.
11627         + add nxterm and xterm-color terminfo description (request by Cristian
11628           Gafton <gafton@redhat.com>).
11629         + modify rxvt terminfo description to clear alternate screen before
11630           switching back to normal screen, for compatibility with applications
11631           which use xterm (reported by Manoj Kasichainula <manojk@io.com>).
11632         + modify linux terminfo description to reset color palette (reported
11633           by Telford Tendys <telford@eng.uts.edu.au>).
11634         + correction to doupdate, for case where terminal does not support
11635           insert/delete character.  The logic did not check that there was a
11636           difference in alignment of changes to old/new screens before
11637           repainting the whole non-blank portion of the line.  Modified to fall
11638           through into logic that reduces by the portion which does not differ
11639           (reported by Daniel Eisenbud <eisenbud@cs.swarthmore.edu>).
11640         + minor performance improvement to wnoutrefresh by moving some
11641           comparisons out of inner loop.
11642
11643 980425
11644         + modify configure script to substitute NCURSES_CONST in curses.h
11645         + updated terminfo entries for xterm-xf86-v40, xterm-16color,
11646           xterm-8bit to correspond to XFree86 3.9Ag.
11647         + remove restriction that forces ncurses to use setaf/setab if the
11648           number of colors is greater than 8.  (see 970524 for xterm-16color).
11649         + change order of -L options (so that $(libdir) is searched first) when
11650           linking tic and other programs, to workaround HP's linker.
11651           Otherwise, the -L../lib is embedded when linking against shared
11652           libraries and the installed program does not run (reported by Ralf
11653           Hildebrandt).
11654         + modify configuration of shared libraries on Digital Unix so that
11655           versioning is embedded in the library, rather than implied by
11656           links (patch by Tim Mooney).
11657
11658 980418
11659         + modify etip.h to avoid conflict with math.h on HP-UX 9.03 with gcc
11660           2.8.1 which redefines 'exception' (reported by Ralf Hildebrandt
11661           <R.Hildebrandt@tu-bs.de>).
11662         + correct configure tests in CF_SHARED_OPTS which used $CC value to
11663           check for gcc, rather than autoconf's $GCC value.  This did not
11664           work properly if the full pathname of the compiler were given
11665           (reported by Michael Yount <yount@csf.Colorado.edu>).
11666         + revise check for compiler options to force ANSI mode since repeating
11667           an option such as -Aa causes HP's compiler to fail on its own headers
11668           (reported by Clint Olsen <olsenc@ichips.intel.com>).
11669
11670 980411
11671         + ifdef'd has_key() and mcprint() as extended functions.
11672         + modified several prototypes to correspond with 1997 version of
11673           X/Open Curses (affects ABI since developers have used attr_get).
11674         + remove spurious trailing blanks in glibc addon-scripts (patch by
11675           H.J.Lu).
11676         + insert a few braces at locations where gcc-2.8.x asks to use them to
11677           avoid ambiguous else's, use -fpic rather than -fPIC for Linux (patch
11678           by Juergen Pfeifer).
11679
11680 980404
11681         + split SHLIB_LIST into SHLIB_DIRS/SHLIB_LIST to keep -L options
11682           before -l to accommodate Solaris' linker (reported by Larry Virden).
11683
11684 980328
11685         + modify lib_color.c to eliminate dependency on orig_colors and
11686           orig_pair, since SVr4 curses does not require these either, but
11687           uses them when they are available.
11688         + add detailed usage-message to infocmp.
11689         + correct a typo in att6386 entry (a "%?" which was "?").
11690         + add -f option to infocmp and tic, which formats the terminfo
11691           if/then/else/endif so that they are readable (with newlines and
11692           tabs).
11693         + fixes for glibc addon scripts (patch by H.J.Lu).
11694
11695 980321
11696         + revise configure macro CF_SPEED_TYPE so that termcap.h has speed_t
11697           declared (from Adam J Richter <adam@yggdrasil.com>)
11698         + remove spurious curs_set() call from leaveok() (J T Conklin).
11699         + corrected handling leaveok() in doupdate() (patch by Alexander V.
11700           Lukyanov).
11701         + improved version of wredrawln (patch by Alexander V. Lukyanov).
11702         + correct c++/Makefile.in so install target do not have embedded ../lib
11703           to confuse it (patch by Thomas Graf <graf@essi.fr>).
11704         + add warning to preinstall rule which checks if the installer would
11705           overwrite a curses.h or termcap.h that is not derived from ncurses.
11706           (The recommended configuration for developers who need both is to
11707           use --disable-overwrite).
11708         + modify preinstall rule in top-level Makefile to avoid implicit
11709           use of 'sh', to accommodate Ultrix 4.4 (reported by Joao Palhoto
11710           Matos <jmatos@math.ist.utl.pt>, patch by Thomas Esser
11711           <te@informatik.uni-hannover.de>)
11712         + refine ifdef's for TRACE so that libncurses has fewer dependencies
11713           on libtinfo when TRACE is disabled.
11714         + modify configure script so that if the --with-termlib option is used
11715           to generate a separate terminfo library, we chain it to the ncurses
11716           library with a "-l" option (reported by Darryl Miles and Ian T.
11717           Zimmerman).
11718
11719 980314
11720         + correct limits and window in wredrawln function (reported/analysis by
11721           Alexander V. Lukyanov).
11722         + correct sed expression in configure script for --with-fallback
11723           option (patch by Jesse Thilo).
11724         + correct some places in configure script where $enableval was used
11725           rather than $withval (patch by Darryl Miles <dlm@g7led.demon.co.uk>).
11726         + modify some man-pages so no '.' or '..' falls between TH and SH
11727           macros, to accommodate man_db program (reported by Ian T. Zimmerman
11728           <itz@rahul.net>).
11729         + terminfo.src 10.2.1 downloaded from ESR's webpage (ESR).
11730         > several changes by Juergen Pfeifer:
11731         + add copyright notices (and rcs id's) on remaining man-pages.
11732         + corrected prototypes for slk_* functions, using chtype rather than
11733           attr_t.
11734         + implemented the wcolor_set() and slk_color() functions
11735         + the slk_attr_{set,off,on} functions need an additional void*
11736           parameter according to XSI.
11737         + fix the C++ and Ada95 binding as well as the man pages to
11738           reflect above enhancements.
11739
11740 980307
11741         + use 'stat()' rather than 'access()' in toe.c to check for the
11742           existence of $HOME/.terminfo, since it may be a file.
11743         + suppress configure CF_CXX_LIBRARY check if we are not using g++
11744           2.7.x, since this is not needed with g++ 2.8 or egcs (patch by
11745           Juergen Pfeifer).
11746         + turn on hashmap scrolling code by default, intend to remedy defects
11747           by 4.3 release.
11748         + minor corrections to terminfo.src changelog.
11749
11750 980302  4.2 release for upload to prep.ai.mit.edu
11751         + correct Florian's email address in ncurses-intro.html
11752         + terminfo.src 10.2.0 (ESR).
11753
11754 980228  pre-release
11755         + add linux-koi8r replace linux-koi8, which is not KOI8 (patch by
11756           QingLong <qinglong@Bolizm.ihep.su>).
11757         + minor documentation fixes (patch by Juergen Pfeifer).
11758         + add setlocale() call to ncurses.c (reported by Claes G. Lindblad
11759           <claesg@algonet.se>).
11760         + correct sign-extension in lib_insstr.c (reported by Sotiris
11761           Vassilopoulos <svas@leon.nrcps.ariadne-t.gr>)
11762
11763 980221  pre-release
11764         + regenerated some documentation overlooked in 980214 patch
11765           (ncurses-intro.doc, curs_outopts.3x.html)
11766         + minor ifdef change to C++ binding to work with gcc 2.8.0 (patch by
11767           Juergen Pfeifer).
11768         + change maintainer's mailing address to florian@gnu.org, change
11769           tentative mailing list address to bug-ncurses-request@gnu.org (patch
11770           by Florian La Roche).
11771         + add definition of $(REL_VERSION) to c++/Makefile.in (reported by Gran
11772           Hasse <gh@raditex.se>).
11773         + restore version numbers to Ada95 binding, accidentally deleted by
11774           copyright patch (patch by Juergen Pfeifer).
11775
11776 980214  pre-release
11777         + remove ncurses.lsm from MANIFEST so that it won't be used in FSF
11778           distributions, though it is retained in development.
11779         + correct scaling of milliseconds to nanoseconds in lib_napms.c (patch
11780           by Jeremy Buhler).
11781         + update mailing-list information (bug-ncurses@gnu.org).
11782         + update announcement for upcoming 4.2 release.
11783         + modify -lm test to check for 'sin()' rather than 'floor()'
11784         + remove spurious commas from terminfo.src descriptions.
11785         + change copyright notices to Free Software Foundation
11786
11787 980207
11788         + minor fixes for autoconf macros CF_ERRNO, CF_HELP_MESSAGE and
11789           CF_SIZECHANGE
11790         + modify Makefile.glibc so that $(objpfx) is defined (H.J.Lu).
11791         + ifdef-out true-return from _nc_mouse_inline() which depends on
11792           merge of QNX patch (pending 4.2 release).
11793         > patch to split off seldom-used modules in ncurses (J T Conklin):
11794           This reduces size by up to 2.6kb.
11795         + move functionality of _nc_usleep into napms, add configuration case
11796           for nanosleep().
11797         + moved wchgat() from lib_addch.c to lib_chgat.c
11798         + moved clearok(), immedok(), leaveok(), and scrollok() from
11799           lib_options.c to lib_clearok.c, lib_immedok.c, lib_leaveok.c and
11800           lib_scrollok.c.
11801         + moved napms() from lib_kernel.c to lib_napms.c
11802         + moved echo() and noecho() from lib_raw.c to lib_echo.c
11803         + moved nl() and nonl() from lib_raw.c to lib_nl.c
11804
11805 980131
11806         + corrected conversion in tclock.c (cf: 971018).
11807         + updates to Makefile.glibc and associated Linux configure script
11808           (patch by H.J.Lu).
11809         + workaround a quoting problem on SunOS with tar-copy.sh
11810         + correct init_pair() calls in worm.c to work when use_default_colors()
11811           is not available.
11812         + include <sys/types.h> in CF_SYS_TIME_SELECT to work with FreeBSD
11813           2.1.5
11814         + add ncv capability to FreeBSD console (cons25w), making reverse
11815           work with color.
11816         + correct sense of configure-test for sys/time.h inclusion with
11817           sys/select.h
11818         + fixes for Ada95/ada_include/Makefile.in to work with --srcdir option.
11819         + remove unused/obsolete test-program rules from progs/Makefile.in
11820           (the rules in ncurses/Makefile.in work).
11821         + remove shared-library loader flags from test/Makefile.in, etc.
11822         + simplify test/configure.in using new version of autoconf to create
11823           test/ncurses_cfg.h
11824         + suppress suffix rules in test/Makefile.in, provide explicit
11825           dependency to work with --srcdir option and less capable 'make'
11826           programs.
11827         > adapted from patch for QNX by Xiaodan Tang:
11828         + initialize %P and %g variables set/used in tparm, and also ensure
11829           that empty strings don't return a null result from tparam_internal
11830         + add QNX-specific prototype for vsscanf()
11831         + move initialization of SP->_keytry from init_keytry() to newterm() to
11832           avoid resetting it via a keyok() call by mouse_activate().
11833         + reorganized some functions in lib_mouse() to use case-statements.
11834         + remove sgr string from qnx terminfo entry since it is reported to
11835           turn off attributes inconsistently.
11836
11837 980124
11838         + add f/F/b/B commands to ncurses 'b' test to toggle colors, providing
11839           test for no_color_video.
11840         + adjusted emx.src to use no_color_video, now works with ncurses 'b'
11841           and 'k' tests.
11842         + implement no_color_video attribute, and as a special case, reverse
11843           colors when the reverse attribute cannot be combined with color.
11844         + check for empty string in $TERM variable (reported by Brett Michaels
11845           <brett@xylan.com>).
11846         > from reports by Fred Fish:
11847         + add configure-test for isascii
11848         + add configure-test for -lm library.
11849         + modify CF_BOOL_SIZE to check if C++ bool types are unsigned.
11850         > patches by J.J.G.Ripoll
11851         + add configure/makefile variables to support .exe extension on
11852           OS/2 EMX (requires additional autoconf patches).
11853         + explicitly initialize variables in lib_data.c to appease OS/2 linker
11854         > patches by Fred Fish <fnf@ninemoons.com>
11855         + misc/Makefile.in (install.data):  Avoid trying to install the CVS
11856           directory.
11857         + aclocal.m4 (install.includes):  Remove files in the include directory
11858           where we are going to install new ones, not the original source
11859           files.
11860         + misc/terminfo.src:  Add entry for "beterm", derived from termcap
11861           distributed with BeOS PR2 using captoinfo.
11862         + aclocal.m4: Wrap $cf_cv_type_of_bool with quotes (contains space)
11863         + aclocal.m4: Assume bool types are unsigned.
11864         + progs/infocmp.c: workaround mwcc 32k function data limit
11865
11866 980117
11867         + correct initialization of color-pair (cf: 970524) in xmas.c, which
11868           was using only one color-pair for all colors (reported by
11869           J.J.G.Ripoll).
11870         + add multithread options for objects build on EMX, for compatibility
11871           with XFree86.
11872         + split up an expression in MKlib_gen.sh to work around a problem on
11873           OS/2 EMX, with 'ash' (patch by J.J.G.Ripoll).
11874         + change terminfo entries xterm (xterm-xf86-v40), xterm-8bit rs1 to use
11875           hard reset.
11876         + rename terminfo entry xterm-xf86-v39t to xterm-xf86-v40
11877         + remove bold/underline from sun console entries since they're not
11878           implemented.
11879         + correct _tracef calls in _tracedump(), which did not separate format
11880           from parameters.
11881         + correct getopt string for tic "-o" option, and add it to man-page
11882           synopsis (reported by Darren Hiebert <darren@hmi.com>).
11883         + correct typo in panel/Makefile.in, reversed if-statement in scrolling
11884           optimization (Alexander V.  Lukyanov).
11885         + test for 'remove()', use 'unlink() if not found (patch by Philippe De
11886           Muyter <phdm@macqel.be>).
11887         > patches by Juergen Pfeifer:
11888         + Improve a feature of the forms driver.  For invisible fields
11889           (O_VISIBLE off) only the contents but not the attributes are cleared.
11890           We now clear both.  (Reported by Javier Kohan
11891           <jkohan@adan.fceia.unr.edu.ar>)
11892         + The man page form_field_opts.3x makes now clear, that invisible
11893           fields are also always inactive.
11894         + adjust ifdef's to compile the C++ binding with the just released
11895           gcc-2.8.0 c++ and the corresponding new C++ libraries.
11896
11897 980110
11898         + correct "?" command in ncurses.c; it was performing non-screen writes
11899           while the program was in screen mode.  (It "worked" in 1.9.9e because
11900           that version sets OPOST and OCRNL incorrectly).
11901         + return error from functions in lib_kernel, lib_raw and lib_ti if
11902           cur_term is null, or if underlying I/O fails.
11903         + amend change to tputs() so that it does not return an error if
11904           cur_term is null, since some applications depend on being able to use
11905           tputs without initializing the terminal (reported by Christian J.
11906           Robinson <infynity@cyberhighway.net>).
11907
11908 980103
11909         + add a copy of emx.src from J.J.G.Ripoll's OS/2 EMX version of ncurses
11910           1.9.9e, together with fixes/additions for the "ansi" terminal type.
11911         + add tic check for save/restore cursor if change_scroll_region is
11912           defined (reference: O'Reilly book).
11913         + modify read_termcap.c to handle EMX-style pathnames (reported by
11914           J.J.G.Ripoll).
11915         + modify lib_raw.c to use EMX's setmode (patch from J.J.G.Ripoll).
11916           Ripoll says EMX's curses does this.
11917         + modify _nc_tic_expand() to generate \0 rather than \200.
11918         + move/revise 'expand()' from dump_entry.c to ncurses library as
11919           _nc_tic_expand(), for use by tack.
11920         + decode \a as \007 for terminfo, as per XSI.
11921         + correct translation of terminfo "^@", to \200, like \0.
11922         + modify next_char() to treat <cr><lf> the same as <newline>, for
11923           cross-platform compatibility.
11924         + use new version of autoconf (971230) to work around limited
11925           environment on CLIX, due to the way autoconf builds --help message.
11926         > patch by Juergen Pfeifer:
11927         + check that the Ada95 binding runs against the correct version of
11928           ncurses.
11929         + insert constants about the library version into the main spec-file of
11930           the Ada95 binding.
11931
11932 971227
11933         + modify open/fopen calls to use binary mode, needed for EMX.
11934         + modify configure script to work with autoconf 2.10 mods for OS/2
11935           EMX (from J.J.G.Ripoll).
11936         + generated ncurses_cfg.h with patch (971222) to autoconf 2.12 which
11937           bypasses limited sed buffer length.
11938         > several changes from Juan Jose Garcia Ripoll <worm@arrakis.es>
11939           (J.J.G.Ripoll) to support OS/2 EMX:
11940         + add a _scrolling flag to SP, to set when we encounter a terminal
11941           that simply cannot scroll.
11942         + corrected logic in _nc_add_to_try(), by ensuring that strings with
11943           embedded \200 characters are matched.
11944         + don't assume the host has 'link()' function, for linking terminfo
11945           entries.
11946
11947 971220
11948         + if there's no ioctl's to support sigwinch handler, disable it.
11949         + add configure option --disable-ext-funcs to remove the extended
11950           functions from the build.
11951         + add configure option --with-termlib to generate the terminfo
11952           functions as a separate library.
11953         + add 'sources' rule to facilitate cross-compiling.
11954         + review/fix order of mostlyclean/clean/distclean rules.
11955         + modify install-rule for headers to first remove old header, in
11956           case there was a symbolic link that confuses the install script.
11957         + corrected substitution for NCURSES_CONST in term.h (cf: 971108)
11958         + add null pointer checks in wnoutrefresh(), overlap() (patch by
11959           Xiaodan Tang <xtang@qnx.com>)
11960         + correct tputs(), which could dereference a null cur_term if invoked
11961           before terminal is initialized (patch by Christopher Seawood
11962           <cls@seawood.org>)
11963         > patch by Juergen Pfeifer:
11964         + makes better use of "pragma Inline" in the Ada95 binding
11965         + resynchronizes the generated html manpages
11966
11967 971213
11968         + additional fixes for man-pages section-references
11969         + add (for debugging) a check for ich/ich1 conflict with smir/rmir
11970           to tic, etc.
11971         + remove hpa/vpa from rxvt terminal description because they are not
11972           implemented correctly, added sgr0.
11973         + change ncurses 's' to use raw mode, so ^Q works (reported by Rudolf
11974           Leitgeb <leitgeb@leland.stanford.edu>)
11975
11976 971206
11977         + modify protection when installing libraries to (normally) not
11978           executable.  HP-UX shared libraries are an exception.
11979         + add configure check for 'tack'.
11980         + implement script for renaming section-references in man-page install,
11981           for Debian configuration.
11982         + add validity-check for SP in trace code in baudrate() (reported by
11983           Daniel Weaver).
11984         > patch by Alexander V. Lukyanov (fixes to match sol25 curses)
11985         + modify 'overlay()' so that copy applies target window background to
11986           characters.
11987         + correct 'mvwin()' so that it does not clear the previous locations.
11988         + correct lib_acs.c so that 8-bit character is not sign expanded in
11989           case of wide characters in chtype.
11990         + correct control-char test in lib_addch.c for use with wide chars
11991         + use attribute in the chtype when adding a control character in
11992           lib_addch.c control char was added with current attribute
11993
11994 971129
11995         + save/restore errno in _tracef() function
11996         + change treatment of initialize_color to use a range of 0..1000
11997           (recommended by Daniel Weaver).
11998         + set umask in mkinstalldirs, fixing problems reported by users who
11999           have set root's umask to 077.
12000         + correct bug in tic that caused capabilities to be reprinted at the
12001           end of output when they had embedded comments.
12002         + rewrote wredrawln to correspond to XSI, and split-out since it is
12003           not often used (from report by Alexander V. Lukyanov, 970825)
12004         + rewrote Dan Nelson's change to make it portable, as well as to
12005           correct logic for handling backslashes.
12006         + add code to _nc_tgetent() to make it work more like a real tgetent().
12007           It removes all empty fields, and removes all but the first in a group
12008           of duplicate caps.  The code was pulled from the BSD libtermcap code
12009           in termcap.c (patch by Dan Nelson <dnelson@emsphone.com>
12010         + don't include --enable-widec in the --with-develop configure option,
12011           since it is not binary-compatible with 4.1 (noted by Alexander V.
12012           Lukyanov)
12013         > patch by Juergen Pfeifer:
12014         + further improvements of the usage of elaboration pragmas in the Ada95
12015           binding
12016         + enhanced Ada95 sample to use the user_data mechanism for panels.
12017         + a fix for the configuration script to make gnat-3.10 the required
12018           version.
12019         + resync of the html version of the manpages
12020
12021 971122
12022         > fixes/updates for terminfo.src:
12023         + add vt220-js, pilot, rbcomm, datapoint entries from esr's 27-jun-97
12024           version.
12025         + add hds200 description (Walter Skorski)
12026         + add EMX 0.9b descriptions
12027         + correct rmso/smso capabilities in wy30-mc and wy50-mc (Daniel Weaver)
12028         + rename xhpterm back to hpterm.
12029         > patch by Juergen Pfeifer:
12030         + Improves the usage of elaboration pragmas for the Ada95 binding.
12031         + Adds a translation of the test/rain.c into Ada95 to the samples.
12032           This has been contributed to the project by Laurent Pautet
12033           (pautet@gnat.com)
12034
12035 971115
12036         + increase MAX_NAME_SIZE to 512 to handle extremely long alias list
12037           in HP-UX terminfo.
12038         + correction & simplification of delay computation in tputs, based on
12039           comments from Daniel Weaver.
12040         + replace test for SCO with more precise header tests.
12041         + add configure test for unsigned literals, use in NCURSES_BITS macro.
12042         + comment-out the -PIC, etc., flags from c++, progs and test makefiles
12043           since they probably are not needed, and are less efficient (noted by
12044           Juergen Fluk)
12045         + add -L$(libdir) to loader options, after -L../lib so that loaders
12046           that record this information will tend to do the right thing if
12047           the programs are moved around after installing them (suggested by
12048           Juergen Fluk).
12049         + add -R option to loader options for programs for Solaris if the
12050           --enable-rpath option is specified for the libraries.
12051
12052 971112
12053         + correct installed filename for shared libraries on *BSD (reported by
12054           Juergen Fluk).
12055
12056 971108
12057         + cleanup logic for deciding when tputs() should call delay_output(),
12058           based on comments from Daniel Weaver.
12059         + modified tputs() to avoid use of float.
12060         + correct use of trailpad in tputs(), which used the wrong variable
12061           in call to delay_output().
12062         + correct inverted expression for null-count in delay_output()
12063           (analysis by Daniel Weaver).
12064         + apply --enable-rpath option to Solaris (requested by Larry Virden).
12065         + correct substitution of EXTRA_CFLAGS for gcc 2.6.3
12066         + correct check for error-return by _nc_tgetent(), which returns 0
12067           for success.
12068         + add configure test for BSD 4.4 cgetent() function, modify
12069           read_termcap.c to use the host's version of that if found, using the
12070           terminal database on FreeBSD (reported by Peter Wemm).
12071         + add u8, u9 strings to sun-il description for Daniel Weaver.
12072         + use NCURSES_CONST in panel's user-pointer.
12073         + modify edit_cfg.sh and MKterm.h.awk.in to substitute NCURSES_CONST
12074           so that will work on NeXT.
12075         + use _nc_set_screen() rather than assignments to SP to fix port to
12076           NeXT (reported by Francisco A. Tomei Torres).
12077
12078 971101
12079         + force mandatory padding in bell and flash_screen, as specified in
12080           XSI.
12081         + don't allow padding_baud_rate to override mandatory delays (reported
12082           by Daniel Weaver).
12083         + modify delay_output() to use _nc_timed_wait() if no baudrate has been
12084           defined, or if the cur_term pointer is not initialized.  XSI treats
12085           this as unspecified.  (requested by Daniel Weaver).
12086         + change getcap-cache ifdef's to eliminate unnecessary chdir/mkdir
12087           when that feature is not configured.
12088         + remove _nc_err_abort() calls when write_entry.c finds a directory but
12089           cannot write to it, e.g., when translating part/all of /etc/termcap
12090           (reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>).
12091           (this dates back to 951102 in 1.9.7a).
12092         + minor ifdef fixes to compile with atac and glibc 2.0.5c
12093         + add check for -lgen when configuring regexpr.h
12094         + modify Solaris shared-library option "-d y" to "-dy" to workaround
12095           incompatibility of gcc 2.7.2 vs vendor's tools.
12096
12097 971026
12098         + correct ifdef's for struct winsize vs struct ttysize in lib_setup.c
12099           to compile on SCO.
12100         + remove dangling backslash in panel/Makefile.in
12101         + modify MKkeyname.awk to work with SCO's nawk, which dumps core in the
12102           length() function.
12103         + correct length of allocation in _nc_add_to_try(), to allow for
12104           trailing null.
12105         + correct logic in _nc_remove_key(), which was discarding too many
12106           nodes (patch by Alexander V. Lukyanov)
12107
12108 971025
12109         + add definition for $(REL_VERSION) to test/Makefile.in, so *BSD
12110           shared libraries link properly (see 970524).
12111         + modify Linux shared-library generation to include library
12112           dependencies (e.g., -lncurses and -lgpm) in the forms, menu and
12113           panel libraries (suggested by Juergen Pfeifer).
12114         + modify configure script to use config.guess and config.sub rather
12115           than uname, which is unreliable on some systems.
12116         + updated Makefile.glibc, test-built with glibc 2.0.5c
12117         + modify keyname() to return values consistent with SVr4 curses (patch
12118           by Juergen Fluk).
12119         > changes requested by Daniel Weaver:
12120         + modify delay_output() so that it uses the same output function as
12121           tputs() if called from that function.
12122         + move _baudrate from SCREEN to TERMINAL so that low-level use of
12123           tputs works when SP is not set.
12124         > patch by Juergen Pfeifer:
12125         + factor lib_menu and lib_form into smaller modules
12126         + clean up the interface between panel and SCREEN
12127         + minor changes to the Ada95 mouse support implementation
12128         + minor bugfix in C++ binding to ripoff windows
12129         + fix a few Ada95 html documentation pages
12130
12131 971018
12132         + split-out lib_ungetch.c, make runtime link to resizeterm() to
12133           decouple those modules from lib_restart.c
12134         + add xterm-xf86-v39t description to terminfo.src
12135         + reset SP->_endwin in lib_tstp.c cleanup() function after calling
12136           endwin() to avoid unnecessary repainting if the application has
12137           established an atexit function, etc.  Encountered this problem in
12138           the c++ demo, whose destructors repaint the screen.
12139         + combine _nc_get_screensize() and resizeterm() calls as new function
12140           _nc_update_screensize().
12141         + minor fixes to allow compile with g++ (suggested by Nelson H. F.
12142           Beebe).
12143         + implement install-rules for Ada95 makefiles.
12144         + use screen_lines or MAXLINES as needed where LINES was coded,
12145           as well as screen_columns for COLS, in the ncurses library.
12146         > patch by Alexander V. Lukyanov:
12147         + modify logic for ripped-off lines to handle several SCREENs.
12148         > patch by Juergen Pfeifer:
12149         + factors lib_slk.c into some smaller modules
12150         + factors panel.c into some smaller modules
12151         + puts the static information about the current panel stack into the
12152           SCREEN structure to allow different panel stacks on different
12153           screens.
12154         + preliminary fix for an error adjusting LINES to account for
12155           ripped-off lines.
12156
12157 971011
12158         + move _nc_max_click_interval and other mouse interface items to SCREEN
12159           struct so that they are associated with a single terminal, and also
12160           save memory when the application does not need a mouse (roughly 3k vs
12161           0.5k on Linux).
12162         + modify mouseinterval() so that a negative parameter queries the
12163           click-interval without modifying it.
12164         + modify ncurses 'i' test to work with ncurses' apparent extension from
12165           SVr4, i.e., allows nocbreak+noecho (analysis by Alexander V.
12166           Lukyanov).
12167         + add configure options --with-ada-includes and --with-ada-objects,
12168           to drive Ada95 binding install (not yet implemented).
12169         + install C++ binding as -lncurses++ and associated headers with the
12170           other ncurses headers.
12171         + fix header uninstall if configure --srcdir is used.
12172         > minor interface changes to support 'tack' program -TD
12173           (request by Daniel Weaver <danw@znyx.com>).
12174         + export functions _nc_trans_string() and _nc_msec_cost().
12175         + add variable _nc_nulls_sent, to record the number of padding
12176           characters output in delay_output().
12177         + move tests for generic_type and hard_copy terminals in setupterm()
12178           to the end of that function so that the library will still be
12179           initialized, though not generally useful for curses programs.
12180         > patches by Alexander V. Lukyanov:
12181         + modify ClrBottom() to avoid using clr_eos if there is only one line
12182           to erase.
12183         + typo in configure --help.
12184         > patch by J T Conklin (with minor resync against Juergen's changes)
12185         + split-out lib_flash.c from lib_beep.c
12186         + split-out lib_hline.c and lib_vline.c from lib_box.c
12187         + split-out lib_wattron.c, lib_wattroff.c from lib_addch.c
12188
12189 971005
12190         > patch by Juergen Pfeifer:
12191         + correct source/target of c++/edit_cfg.sh
12192
12193 971004
12194         + add color, mouse support to kterm terminfo entry.
12195         + modify lib_mouse.c to recognize rxvt, kterm, color_xterm also as
12196           providing "xterm"-style mouse.
12197         + updated rxvt's terminfo description to correspond to 2.21b, with
12198           fixes for the acsc (the box1 capability is incorrect, ech1 does not
12199           work).
12200         + fix logic in parse_entry.c that discarded acsc when 'synthesizing'
12201           an entry from equivalents in XENIX or AIX.  This lets ncurses handle
12202           the distribution copy of rxvt's terminfo.
12203         + modify acsc capability for linux and linux-koi8 terminfo descriptions
12204           (from Pavel Roskin <pavel@absolute.spb.su>).
12205         + corrected definition in curses.h for ACS_LANTERN, which was 'I'
12206           rather than 'i' (see 970802).
12207         + updated terminfo.src with reformatted acsc entries, and repaired the
12208           trashed entries with spurious '\' characters that this exposed.
12209         + add logic to dump_entry.c to reformat acsc entries into canonical
12210           form (sorted, unique mapping).
12211         + add configure script to generate c++/etip.h
12212         + add configure --with-develop option, to enable by default most of the
12213           experimental options (requested by Alexander V. Lukyanov).
12214         + rename 'deinstall' to 'uninstall', following GNU convention
12215           (suggested by Alexander V. Lukyanov).
12216         > patches by Alexander V. Lukyanov:
12217         + modify tactics 2 and 5 in onscreen_mvcur(), to allow them on the last
12218           line of the screen, since carriage return will not cause a newline.
12219         + remove clause from PutCharLR() that would try to use
12220           eat_newline_glitch since that apparently does not work on some
12221           terminals (e.g., M$ telnet).
12222         + correct a limit check in scroll_csr_backward()
12223         > patches by Juergen Pfeifer:
12224         + adds dummy implementations of methods above() and below() to the
12225           NCursesPanel class.
12226         + fixes missing returncode in NCursesWindow::ripoffline()
12227         + fixes missing returncode in TestApplication::run() in demo.cc
12228         + We should at least give a comment in etip.h why it is currently a
12229           problem to install the C++ binding somewhere
12230         + makes the WINDOW* argument of wenclose() a const.
12231         + modifies several of the routines in lib_adabind.c to use a const
12232           WINDOW* argument.
12233
12234 970927
12235         + add 'deinstall' rules.
12236         + use explicit assignments in configure --without-progs option to
12237           work around autoconf bug which doesn't always set $withval.
12238         + check for ldconfig, don't try to run it if not found.
12239         + implement simple/unoptimized case in lib_doupdate.c to handle
12240           display with magic cookie glitch, tested with ncurses.c program.
12241         + correct missing _tracef in getmouse(), to balance the returnCode
12242           macro.
12243         + simplify show_attr() in ncurses.c using termattrs().
12244         > patches by Juergen Pfeifer:
12245         + provides missing inlines for mvw[hv]line in cursesw.h of the C++
12246           binding
12247         + fixes a typo in a comment of frm_driver.c
12248         + Enhances Ada95 Makefiles to fulfill the requirement of GNAT-3.10 that
12249           generics should be compiled.  Proper fixes to the configuration
12250           scripts are also provided.
12251
12252 970920
12253         + several modifications to the configure script (requested by Ward
12254           Horner):
12255           + add configure options --without-progs, to suppress the build of the
12256             utility programs, e.g., for cross-compiling.
12257           + add $(HOSTCCFLAGS) and $(HOSTLDFLAGS) symbols to ncurses
12258             Makefile.in, to simplify setup for cross compiling.
12259           + add logic in configure script to recognize "--target=vxworks", and
12260             generate load/install actions for VxWorks objects.
12261         + move typedef for sigaction_t into SigAction.h to work around problem
12262           generating lint library.
12263         + modify fty_regex.c to reflect renaming of ifdef's for regular
12264           expressions.
12265         + simplify ifdef in lib_setup.c for TIOCGWINSZ since that symbol may
12266           reside in <sys/ioctl.h>.
12267         + merge testcurs.c with version from PDCurses 2.3, clarifying some of
12268           the more obscure tests, which rely upon color.
12269         + use macros getbegyx() and getmaxyx() in newdemo.c and testcurs.c
12270         + modify ncurses.c to use getbegyx() and getmaxyx() macros to cover up
12271           implementation difference wrt SVr4 curses, allow 's' test to work.
12272         + add missing endwin() to testscanw.c program (reported by Fausto
12273           Saporito <fausap@itb.it>).
12274         + fixes/updates for Makefile.glibc and related files under sysdeps
12275           (patch by H.J.Lu).
12276         > patches by Juergen Pfeifer:
12277         + add checks for null pointers, especially WINDOW's throughout the
12278           ncurses library.
12279         + solve a problem with wrong calculation of panel overlapping (reported
12280           by Ward Horner):
12281           + make sure that a panel's window isn't a pad.
12282           + do more error checking in module lib_touch.c
12283         + missing files for Ada95 binding from the last patch
12284         + synch. of generated html pages (RCS-Id's were wrong in html files)
12285         + support for Key_Resize in Ada binding
12286         + changed documentation style in ./c++/cursesm.h
12287         > patches by Alexander V. Lukyanov:
12288         + undo attempt to do recursive inlining for PutChar(), noting that it
12289           did not improve timing measurably, but inflated the size of
12290           lib_doupdate.o
12291
12292 970913
12293         + modify rain.c to use color.
12294         + correct scroll_csr_backward() to match scroll_csr_forward().
12295         + minor adjustment to llib-lncurses, to work with Solaris 2.5.1
12296         + minor fixes to sysdeps/unix/sysv/linux/configure to reflect renaming
12297           of configure cache variables in 970906.
12298         + correct logic involving changes to O_VISIBLE option in
12299           Synchronize_Options function in frm_driver.c (Tony Hoffmann
12300           <Tony.Hoffmann@hia.nrc.ca>)
12301         + add $(HOSTCC) symbol to ncurses Makefile.in, to simplify setup for
12302           cross compiling (suggested by Chris Johns).
12303         + modify ifdef in lib_setup.c to only include <sys/ioctl.h> if we can
12304           use it to support screen-size calculation (reported by Chris Johns).
12305         + #undef unctrl to avoid symbol conflict in port to RTEMS (reported by
12306           Chris Johns <cjohns@plessey.com.au>)
12307         > patches by Juergen Pfeifer:
12308         + simplified, made minor corrections to Ada95 binding to form
12309           fieldtype.
12310         + The C++ binding has been enhanced:
12311           + Improve NCursesWindow class:  added additional methods to cover
12312             more ncurses functionality.  Make refresh() and noutrefresh()
12313             virtual members to allow different implementation in the
12314             NCursesPanel class.
12315           + CAUTION:  changed order of parameters in vline() and hline() of
12316             NCursesWindow class.
12317           + Make refresh() in NCursesPanel non-static, it is now a
12318             reimplementation of refresh() in the base class.  Added
12319             noutrefresh() to NCursesPanel.
12320           + Added NCursesForm and related classes to support libform
12321             functionality.
12322           + Moved most of configuration related stuff from cursesw.h to etip.h
12323           + Added NCursesApplication class to support easy configuration of
12324             menu and forms related attributes as well as ripped of title lines
12325             and Soft-Label-Keys for an application.
12326           + Support of Auto-Cleanup for a menu's fieldlist.
12327           + Change of return type for current_item() and operator[] for menus.
12328           + Enhanced demo.
12329         + Fixed a bug in form/fld_def.c:  take into account that copyarg and
12330           freearg for a fieldtype may be NULL, makearg must not be NULL
12331         + Fixed a bug in form/fld_type.c:  in set_fieldtype_arg() makearg must
12332           not be NULL, copyarg and freearg may be NULL.
12333         + Fixed a bug in form/frm_def.c:  Allow Disconnect_Fields() if it is
12334           already disconnected.
12335         + Enhance form/frm_driver.c:  Allow growth of dynamic fields also on
12336           navigation requests.
12337         + Fixed a bug in form/fty_enum.c:  wrong position of postincrement in
12338           case-insensitiva comparison routine.
12339         + Enhanced form/lib_adabind.c with function _nc_get_field() to get a
12340           forms field by index.
12341         + Enhanced menu/m_adabind.c with function _nc_get_item() to get a menus
12342           item by index.
12343         + Fixed in curses.h.in:  make chtype argument for pechochar() constant.
12344           Mark wbkgdset() as implemented, remove wbkgdset macro, because it was
12345           broken (didn't handle colors correctly).
12346         + Enhanced lib_mouse.c: added _nc_has_mouse() function
12347         + Added _nc_has_mouse() prototype to curses.priv.h
12348         + Modified lib_bkgd.c:  hopefully correct implementation of wbkgdset();
12349           streamlined implementation of wbkgd()
12350         + Modified lib_mvwin.c:  Disable move of a pad.  Implement (costly)
12351           move of subwindows.  Fixed update behavior of movements of regular
12352           windows.
12353         + Fixed lib_pad.c:  make chtype argument of pechochar() const.
12354         + Fixed lib_window.c:  dupwin() is not(!) in every bit a really clone
12355           of the original.  Subwindows become regular windows by doing a
12356           dupwin().
12357         + Improved manpage form_fieldtype.3x
12358         > patches by Alexander V. Lukyanov:
12359         + simplify the PutChar() handling of exit_am_mode, because we already
12360           know that auto_right_margin is true.
12361         + add a check in PutChar() for ability to insert to the case of
12362           shifting character to LR corner.
12363         + in terminal initialization by _nc_screen_resume(), make sure that
12364           terminal right margin mode is known.
12365         + move logic that invokes touchline(), or does the equivalent, into
12366           _nc_scroll_window().
12367         + modify scrolling logic use of insert/delete line capability, assuming
12368           that they affect the screen contents only within the current
12369           scrolling region.
12370         + modify rain.c to demonstrate SIGWINCH handler.
12371         + remove logic from getch() that would return an ERR if the application
12372           called getch() when the cursor was at the lower-right corner of the
12373           physical screen, and the terminal does not have insert-character
12374           ability.
12375         + change view.c so that it breaks out of getch() loop if a KEY_RESIZE
12376           is read, and modify logic in getch() so this fix will yield the
12377           desired behavior, i.e., the screen is repainted automatically when
12378           the terminal window is resized.
12379
12380 970906
12381         + add configure option --enable-sigwinch
12382         + modify view.c to test KEY_RESIZE logic, with "-r" option.
12383         + modify testcurs.c to eliminate misleading display wrt cursor type
12384           by testing if the terminal supports cnorm, civis, cvvis.
12385         + several fixes for m68k/NeXT 4.0, to bring cur_term, _nc_curr_line and
12386           _nc_curr_col variables into linked programs:  move these variables,
12387           making new modules lib_cur_term and trace_buf (reported by Francisco
12388           Alberto Tomei Torres <fatomei@sandburg.unm.edu>).
12389         > patches by Alexander V. Lukyanov:
12390         + add pseudo-functionkey KEY_RESIZE which is returned by getch() when
12391           the SIGWINCH handler has been called since the last call to
12392           doupdate().
12393         + modify lib_twait.c to hide EINTR only if HIDE_EINTR is defined.
12394         + add SIGWINCH handler to ncurses library which is used if there is no
12395           application SIGWINCH handler in effect when the screen is
12396           initialized.
12397         + make linked list of all SCREEN structures.
12398         + move curses.h include before definition of SCREEN to use types in
12399           that structure.
12400         + correction to ensure that wgetstr uses only a newline to force a
12401           scroll (970831).
12402
12403 970831
12404         + add experimental configure option --enable-safe-sprintf; the normal
12405           mode now allocates a buffer as large as the screen for the
12406           lib_printw.c functions.
12407         + modify wgetch to refresh screen when reading ungetch'd characters,
12408           since the application may require this - SVr4 does this.
12409         + refine treatment of newline in wgetstr to echo only when this would
12410           force the screen to scroll.
12411
12412 970830
12413         + remove override in wgetstr() that forces keypad(), since SVr4 does
12414           not do this.
12415         + correct y-reference for erasure in wgetstr() when a wrap forces a
12416           scroll.
12417         + correct x-position in waddch() after a wrap forces a scroll.
12418         + echo newline in wgetstr(), making testscanw.c scroll properly when
12419           scanw is done.
12420         + modify vwscanw() to avoid potential buffer overflow.
12421         + rewrote lib_printw.c to eliminate fixed-buffer limits.
12422         > patches by Alexander V. Lukyanov:
12423         + correct an error in handling cooked mode in wgetch(); processing
12424           was in the wrong order.
12425         + simplified logic in wgetch() that handles backspace, etc., by using
12426           wechochar().
12427         + correct wechochar() so that it interprets the output character as
12428           in waddch().
12429         + modify pechochar() to use prefresh() rather than doupdate(), since
12430           the latter does not guarantee immediate refresh of the pad.
12431         + modify pechochar() so that if called with a non-pad WINDOW, will
12432           invoke wechochar() instead.
12433         + modify fifo indices to allow fifo to be longer than 127 bytes.
12434
12435 970823
12436         + add xterm-8bit to terminfo.src
12437         + moved logic for SP->_fifohold inside check_pending() to make it
12438           work properly when we add calls to that function.
12439         + ensure that bool functions return only TRUE or FALSE, and TRUE/FALSE
12440           are assigned to bool values (patch by H.J.Lu).
12441         > patches by Alexander V. Lukyanov:
12442         + several fixes to getch:
12443           1.  Separate cooked and raw keys in fifo
12444           2.  Fix the case of ungetch'ed KEY_MOUSE
12445           3.  wrap the code for hiding EINTR with ifdef HIDE_EINTR
12446           4.  correctly handle input errors (i.e., EINTR) without loss of raw
12447               keys
12448           5.  recognize ESC KEY_LEFT and similar
12449           6.  correctly handle the case of reception of KEY_MOUSE from gpm
12450         + correct off-by-one indexing error in _nc_mouse_parse(), that caused
12451           single mouse events (press/release) to be ignored in favor of
12452           composed events (click).  Improves on a fix from integrating gpm
12453           support in 961229.
12454         + add another call to check_pending, before scrolling, for
12455           line-breakout optimization
12456         + improve hashmap.c by
12457           1.  fixed loop condition in grow_hunks()
12458           2.  not marking lines with offset 0
12459           3.  fixed condition of 'too far' criteria, thus one-line hunks are
12460           ignored and two lines interchanged won't pass.
12461         + rewrote/simplified _nc_scroll_optimize() by separating into two
12462           passes, forward/backward, looking for chunks moving only in the given
12463           direction.
12464         + move logic that emits sgr0 when initializing the screen to
12465           _nc_screen_init(), now invoked from newterm.
12466         + move cursor-movement cleanup from endwin() into _nc_mvcur_wrap()
12467           function and screen cleanup (i.e., color) into _nc_screen_wrap()
12468           function.
12469         + add new functions _nc_screen_init(), _nc_screen_resume() and
12470           _nc_screen_wrap().
12471         + rename _nc_mvcur_scrolln() to _nc_scrolln().
12472         + add a copy of acs_map[] to the SCREEN structure, where it can be
12473           stored/retrieved via set_term().
12474         + move variables _nc_idcok, _nc_idlok, _nc_windows into the SCREEN
12475           structure.
12476
12477 970816
12478         + implement experimental _nc_perform_scroll().
12479         + modify newterm (actually _nc_setupscreen()) to emit an sgr0 when
12480           initializing the screen, as does SVr4 (reported by Alexander V.
12481           Lukyanov).
12482         + added test_progs rule to ncurses/Makefile.
12483         + modify test/configure.in to check if initscr is already in $LIBS
12484           before looking for (n)curses library.
12485         + correct version-number in configure script for OSF1 shared-library
12486           options (patch by Tim Mooney).
12487         + add -DNDEBUG to CPPFLAGS for --enable-assertions (as Juergen
12488           originally patched) since the c++ demo files do not necessarily
12489           include ncurses_cfg.h
12490         + supply default value for --enable-assertions option in configure
12491           script (reported by Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>).
12492         > patches by Alexander V. Lukyanov:
12493         + correct/simplify logic of werase(), wclrtoeol() and wclrbot().  See
12494           example firstlast.c
12495         + optimize waddch_literal() and waddch_nosync() by factoring out
12496           common subexpressions.
12497         + correct sense of NDEBUG ifdef for CHECK_POSITION macro.
12498         + corrections to render_char(), to make handling of colored blanks
12499           match SVr4 curses, as well as to correct a bug that xor'd space
12500           against the background character.
12501         + replaced hash function with a faster one (timed it)
12502         + rewrote the hashmap algorithm to be one-pass, this avoids multiple
12503           cost_effective() calls on the same lines.
12504         + modified cost_effective() so it is now slightly more precise.
12505         > patches for glibc integration (H.J.Lu):
12506         + add modules define_key, keyok, name_match, tries
12507         + add makefile rules for some of the unit tests in ncurses (mvcur,
12508           captoinfo, hardscroll, hashmap).
12509         + update Linux configure-script for wide-character definitions.
12510
12511 970809
12512         + modify _tracebits() to show the character size (e.g., CS8).
12513         + modify tparm() to emit '\200' where the generated string would have a
12514           null (reported by From:  Ian Dall <Ian.Dall@dsto.defence.gov.au> for
12515           terminal type ncr7900).
12516         + modify install process so that ldconfig is not invoked if the
12517           package is built with an install-prefix.
12518         + correct test program for chtype size (reported by Tim Mooney).
12519         + add configure option --disable-scroll-hints, using this to ifdef the
12520           logic that computes indices for _nc_scroll_optimize().
12521         + add module ncurses/softscroll.c, to perform single-stage computation
12522           of scroll indices used in _nc_scroll_optimize().  This is faster than
12523           the existing scrolling algorithm, but tends to make too-small hunks.
12524         + eliminate fixed buffer size in _nc_linedump().
12525         + minor fixes to lib_doupdate.c to add tradeoff between clr_eol (el)
12526           and clr_bol (el1), refine logic in ClrUpdate() and ClrBottom() (patch
12527           by Alexander V. Lukyanov).
12528         + add test/testaddch.c, from a pending patch by Alexander V. Lukyanov.
12529         + correct processing of "configure --enable-assertions" option (patch
12530           by Juergen Pfeifer).
12531
12532 970802
12533         + add '-s' (single-step) option too test/hashtest.c, correct an error
12534           in loop limit for '-f' (footer option), toggle scrollok() when
12535           writing footer to avoid wrap at lower-right corner.
12536         + correct behavior of clrtoeol() immediately after wrapping cursor,
12537           which was not clearing the line at the cursor position (reported by
12538           Liviu Daia <daia@stoilow.imar.ro>).
12539         + corrected mapping for ACS_LANTERN, which was 'I' rather than 'i'
12540           (reported by Klaus Weide <kweide@tezcat.com>).
12541         + many corrections to make progs/capconvert work, as well as make it
12542           reasonably portable and integrated with ncurses 4.1 (reported by Dave
12543           Furstenau <df@ravine.binary.net>).
12544
12545 970726
12546         + add flag SP->_fifohold, corresponding logic to modify the behavior of
12547           the line breakout logic so that if the application does not read
12548           input, refreshes will not be stopped, but only slowed.
12549         + generate slk_attr_off(), slk_attr_on(), slk_attr_set(), vid_attr(),
12550           ifdef'd for wide-character support, since ncurses' WA_xxx attribute
12551           masks are identical with the A_xxx masks.
12552         + modify MKlib_gen.sh to generate ifdef'd functions to support optional
12553           configuration of wide-characters.
12554         + modify tset to behave more like SVr4's tset, which does not modify
12555           the settings of intr, quit or erase unless they are given as command
12556           options (reported by Nelson H. F. Beebe <beebe@math.utah.edu>).
12557         + modify tset to look in /etc/ttys or /etc/ttytype if the configuration
12558           does not have getttynam().
12559         + extend baudrate table in tset.c to match baudrate() function.
12560         + add table entries for B230400 and B460800 to baudrate() function.
12561         + improve breakout logic by allowing it before the first line updated,
12562           which is what SVr4 curses does (patch by Alexander V. Lukyanov).
12563         + correct initialization of vcost in relative_move(), for cursor-down
12564           case (patch by Alexander V. Lukyanov).
12565         > nits gleaned from Debian distribution of 1.9.9g-3:
12566         + install symbolic link for intotocap.
12567         + reference libc directly when making shared libraries.
12568         + correct renaming of curs_scr_dmp.3x in man_db.renames.
12569         + guard tgetflag() and other termcap functions against null cur_term
12570           pointer.
12571
12572 970719
12573         + corrected initial state of software echo (error in 970405, reported
12574           by Alexander V. Lukyanov).
12575         + reviewed/added messages to configure script, so that all non-test
12576           options should be accompanied by a message.
12577         + add configure check for long filenames, using this to determine if
12578           it is safe to allow long aliases for terminal descriptions as does
12579           SVr4.
12580         + add configure options for widec (wide character), hashmap (both
12581           experimental).
12582         > patch by Alexander V. Lukyanov:
12583         + hashmap.c - improved by heuristic, so that scroll test works much
12584           better when csr is not available.
12585         + hardscroll.c - patched so that it continues to scroll other chunks
12586           after failure to scroll one.
12587         + lib_doupdate.c - _nc_mvcur_scrolln extended to handle more cases; csr
12588           is avoided as it is relative costly.  Fixed wrong coordinates in one
12589           case and wrong string in TRACE.
12590         > patch by Juergen Pfeifer:
12591         + modify C++ binding to compile on AIX 4.x with the IBM C-SET++
12592           compiler.
12593
12594 970712
12595         + remove alternate character set from kterm terminfo entry; it uses the
12596           shift-out control for a purpose incompatible with curses, i.e., font
12597           switching.
12598         + disentangle 'xterm' terminfo entry from some derived entries that
12599           should be based on xterm-r6 instead.
12600         + add cbt to xterm-xf86-xv32 terminfo entry; I added the emulation for
12601           XFree86 3.1.2F, but overlooked its use in terminfo then - T.Dickey.
12602         + correct logic in lib_mvcur.c that uses back_tab.
12603
12604 970706
12605         + correct change from 970628 to ClrUpdate() in lib_doupdate.c so that
12606           contents of curscr are saved in newscr before clearing the screen.
12607           This is needed to make repainting work with the present logic of
12608           TransformLine().
12609         + use napms() rather than sleep() in tset.c to avoid interrupting I/O.
12610
12611 970705
12612         + add limit checks to _nc_read_file_entry() to guard against overflow
12613           of buffer when reading incompatible terminfo format, e.g, from OSF/1.
12614         + correct some loop-variable errors in xmc support in lib_doupdate.c
12615         + modify ncurses 'b' test to add gaps, specified by user, to allow
12616           investigation of interaction with xmc (magic cookie) code.
12617         + correct typo in 970524 mods to xmas.c, had omitted empty parameter
12618           list from has_colors(), which gcc ignores, but SVr4 does not
12619           (reported by Larry Virden).
12620         + correct rmso capability in wy50-mc description.
12621         + add configure option "--enable-hard-tabs", renamed TABS_OK ifdef to
12622           USE_HARD_TABS.
12623         > patch by Juergen Pfeifer:
12624         + Add bindings for keyok() and define_key() to the Ada95 packages.
12625         + Improve man pages menu_post.3x and menu_format.3x
12626         + Fix the HTML pages in the Ada95/html directory to reflect the above
12627           changes.
12628
12629 970628
12630         + modify change from 970101 to ClrUpdate() in lib_doupdate.c so that
12631           pending changes to both curscr and newscr are flushed properly.
12632           This fixes a case where the first scrolling operation in nvi would
12633           cause the screen to be cleared unnecessarily and repainted before
12634           doing the indexing, i.e., by repeatedly pressing 'j' (reported by
12635           Juergen Pfeifer).
12636         + correct error in trans_string() which added embedded newlines in a
12637           terminfo description to the stored strings.
12638         + remove spurious newlines from sgr in wyse50 (and several other)
12639           terminfo descriptions.
12640         + add configure option for experimental xmc (magic cookie) code,
12641           "--enable-xmc-glitch".  When disabled (the default), attributes that
12642           would store a magic cookie are suppressed in vidputs().  The magic
12643           cookie code is far from workable at this stage; the configuration
12644           option is a stopgap.
12645         + move _nc_initscr() from lib_initscr.c to lib_newterm.c
12646         + correct path for invoking make_keys (a missing "./").
12647
12648 970621
12649         + correct sign-extension problem with "infocmp -e", which corrupted
12650           acsc values computed for linux fallback data.
12651         + correct dependency on ncurses/names.c (a missing "./").
12652         + modify configure script to use '&&' even for cd'ing to existing
12653           directories to work around broken shell interpreters.
12654         + correct a loop-limit in _nc_hash_map() (patch by Alexander V.
12655           Lukyanov).
12656
12657 970615
12658         + restore logic in _nc_scroll_optimize() which marks as touched the
12659           lines in curscr that are shifted.
12660         + add new utility 'make_keys' to compute keys.tries as a table rather
12661           than a series of function calls.
12662         + correct include-dependency for tic.h used by name_match
12663         + removed buffer-allocation for name and description from m_item_new.c,
12664           since this might result in incompatibilities with SVr4.  Also fixed
12665           the corresponding Ada95 binding module (patch by Juergen Pfeifer,
12666           report by Avery Pennarun <apenwarr@foxnet.net>)
12667         + removed the mechanism to timestamp the generated Ada95 sources.  This
12668           resulted always in generating patches for the HTML doc, even when
12669           nothing really changed (patch by Juergen Pfeifer).
12670         + improve man page mitem_new.3x (patch by Juergen Pfeifer).
12671
12672 970614
12673         + remove ech capability from rxvt description because it does not work.
12674         + add missing case logic for infocmp -I option (reported by Lorenzo M.
12675           Catucci <lorenzo@argon.roma2.infn.it>)
12676         + correct old bug in pnoutrefresh() unmasked by fix in 970531; this
12677           caused glitches in the ncurses 'p' test since the area outside the
12678           pad was not compared when setting up indices for _nc_scroll_optimize.
12679         + rewrote tracebits() to workaround misdefinition of TOSTOP on Ultrix
12680           4.4, as well as to eliminate fixed-size buffer (reported by Chris
12681           Tanner <tannerc@aecl.ca>)
12682         + correct prototype for termattrs() as per XPG4 version 2.
12683         + add placeholder prototypes for color_set(), erasewchar(),
12684           term_attrs(), wcolor_set() as per XPG4 version 2.
12685         + correct attribution for progs/progs.priv.h and lib_twait.c
12686         + improve line-breakout logic by checking based on changed lines rather
12687           than total lines (patch by Alexander V. Lukyanov).
12688         + correct loop limits for table-lookup of enumerated value in form
12689           (patch by Juergen Pfeifer).
12690         + improve threshold computation for determining when to call ClrToEOL
12691           (patch by Alexander V. Lukyanov).
12692
12693 970531
12694         + add configure option --disable-database to force the library to
12695           use only the fallback data.
12696         + add configure option --with-fallbacks, to specify list of fallback
12697           terminal descriptions.
12698         + add a symbolic link for ncurses.h during install; too many programs
12699           still assume there's an ncurses.h
12700         + add new terminfo.src entry for xterm-xf86-v33.
12701         + restore terminfo.src entry for emu to using setf/setb, since it is
12702           not, after all, generating ANSI sequences.  Corrected missing comma
12703           that caused setf/setb entries to merge.
12704         + modify mousemask() to use keyok() to enable/disable KEY_MOUSE, so
12705           that applications can disable ncurses' mouse and supply their own
12706           handler.
12707         + add extensions keyok() and define_key().  These are designed to allow
12708           the user's application better control over the use of function keys,
12709           e.g., disabling the ncurses KEY_MOUSE.  (The define_key idea was from
12710           a mailing-list thread started by Kenneth Albanowski
12711           <kjahds@kjahds.com> Nov'1995).
12712         + restore original behavior in ncurses 'g' test, i.e., explicitly
12713           set the keypad mode rather than use the default, since it confuses
12714           people.
12715         + rewrote the newdemo banner so it's readable (reported by Hugh
12716           Daniel).
12717         + tidy up exit from hashtest (reported by Hugh Daniel).
12718         + restore check for ^Q in ncurses 'g' test broken in 970510 (reported
12719           by Hugh Daniel)
12720         + correct tput program, checking return-value of setupterm (patch by
12721           Florian La Roche).
12722         + correct logic in pnoutrefresh() and pechochar() functions (reported
12723           by Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>).  The computation
12724           of 'wide' date to eric's #283 (1.9.9), and the pechochar bug to the
12725           original implementation (1.9.6).
12726         + correct typo in vt102-w terminfo.src entry (patch by Robert Wuest
12727           <rwuest@sire.vt.com>)
12728         + move calls of _nc_background() out of various loops, as its return
12729           value will be the same for the whole window being operated on (patch
12730           by J T Conklin).
12731         + add macros getcur[xy] getbeg[xy] getpar[xy], which are defined in
12732           SVr4 headers (patch by J T Conklin <jtc@NetBSD.ORG>)
12733         + modify glibc addon-configure scripts (patch by H.J.Lu).
12734         + correct a bug in hashmap.c: the size used for clearing the hashmap
12735           table was incorrect, causing stack corruption for large values of
12736           LINES, e.g., >MAXLINES/2 (patch by Alexander V. Lukyanov).
12737         + eric's terminfo 9.13.23 & 9.13.24 changes: replaced minitel-2 entry,
12738           added MGR, ansi-nt (note: the changes described for 9.13.24 have not
12739           been applied).
12740         > several changes by Juergen Pfeifer:
12741         + correct a missing error-return in form_driver.c when wrapping of a
12742           field is not possible.
12743         + correct logic in form_driver.c for configurations that do not have
12744           memccpy() (reported by Sidik Isani <isani@cfht.hawaii.edu>)
12745         + change several c++ binding functions to inline.
12746         + modify c++ menu binding to inherit from panels, for proper
12747           initialization.
12748         + correct freeing of menu items in c++ binding.
12749         + modify c++ binding to reflect removal of const from user data pointer
12750           in forms/menus libraries.
12751
12752 970524
12753         + add description of xterm-16color.
12754         + modify name of shared-library on *BSD to end with $(REL_VERSION)
12755           rather than $(ABI_VERSION) to match actual convention on FreeBSD
12756           (cf: 960713).
12757         + add OpenBSD to shared-library case, same as NetBSD and FreeBSD
12758           (reported by Hugh Daniel <hugh@rat.toad.com>).
12759         + corrected include-dependency in menu/Makefile so that "make install"
12760           works properly w/o first doing "make".
12761         + add fallback definition for isascii, used in infocmp.
12762         + modify xmas to use color, and to exit right away when a key is
12763           pressed.
12764         + modify gdc so that the scrolled digits function as described (there
12765           was no time delay between the stages, and the digits overwrote the
12766           bounding box without tidying up).
12767         + modify lib_color.c to use setaf/setab only for the ANSI color codes
12768           0 through 7.  Using 16 colors requires setf/setb.
12769         + modify ncurses 'c' test to work with 16 colors, as well as the normal
12770           8 colors.
12771         + remove const qualifier from user data pointer in forms and menus
12772           libraries (patch by Juergen Pfeifer).
12773         + rewrote 'waddchnstr()' to avoid using the _nc_waddch_nosync()
12774           function, thereby not interpreting tabs, etc., as per spec (patch by
12775           Alexander V. Lukyanov).
12776
12777 970517
12778         + suppress check for pre-existing ncurses header if the --prefix
12779           option is specified.
12780         + add configure options "--with-system-type" and
12781           "--with-system-release" to assist in checking the generated
12782           makefiles.
12783         + add configure option "--enable-rpath" to allow installers to specify
12784           that programs linked against shared libraries will have their library
12785           path embedded, allowing installs into nonstandard locations.
12786         + add flags to OSF1 shared-library options to specify version and
12787           symbol file (patch by Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>)
12788         + add missing definition for ABI_VERSION to c++/Makefile.in (reported
12789           by Satoshi Adachi <adachi@wisdom.aa.ap.titech.ac.jp>).
12790         + modify link flags to accommodate HP-UX linker which embeds absolute
12791           pathnames in executables linked against shared libraries (reported by
12792           Jason Evans <jasone@mrc.uidaho.edu>, solved by Alan Shutko
12793           <ats@hubert.wustl.edu>).
12794         + drop unnecessary check for attribute-change in onscreen_mvcur() since
12795           mvcur() is the only caller within the library, and that check in turn
12796           is exercised only from lib_doupdate.c (patch by Alexander V.
12797           Lukyanov).
12798         + add 'blank' parameter to _nc_scroll_window() so _nc_mvcur_scrolln()
12799           can use the background of stdscr as a parameter to that function
12800           (patch by Alexander V. Lukyanov).
12801         + moved _nc_mvcur_scrolln() from lib_mvcur.c to lib_doupdate.c, to use
12802           the latter's internal functions, as well as to eliminate unnecessary
12803           cursor save/restore operations (patch by Alexander V. Lukyanov).
12804         + omit parameter of ClrUpdate(), since it is called only for newscr,
12805           further optimized/reduced by using ClearScreen() and TransformLine()
12806           to get rid of duplicate code (patch by Alexander V. Lukyanov).
12807         + modify scrolling algorithm in _nc_scroll_optimize() to reject hunks
12808           that are smaller than the distance to be moved (patch by Alexander V.
12809           Lukyanov).
12810         + correct a place where the panel library was not ifdef'd in ncurses.c
12811           (Juergen Pfeifer)
12812         + documentation fixes (Juergen Pfeifer)
12813
12814 970515  4.1 release for upload to prep.ai.mit.edu
12815         + re-tag changes since 970505 as 4.1 release.
12816
12817 970510
12818         + modify ncurses 'g' test to allow mouse input
12819         + modify default xterm description to include mouse.
12820         + modify configure script to add -Wwrite-strings if gcc warnings are
12821           enabled while configuring --enable-const (and fixed related
12822           warnings).
12823         + add toggle, status display for keypad mode to ncurses 'g' test to
12824           verify that keypad and scrollok are not inherited from parent window
12825           during a call to newwin.
12826         + correction to MKexpanded.sh to make it work when configure --srcdir
12827           is used (reported by H.J.Lu).
12828         + revise test for bool-type, ensuring that it checks if builtin.h is
12829           available before including it, adding test for sizeof(bool) equal
12830           to sizeof(short), and warning user if the size cannot be determined
12831           (reported by Alexander V. Lukyanov).
12832         + add files to support configuration of ncurses as an add-on library
12833           for GNU libc (patch by H.J.Lu <hjl@lucon.org>)
12834
12835 970506
12836         + correct buffer overrun in lib_traceatr.c
12837         + modify change to lib_vidattr.c to avoid redundant orig_pair.
12838         + turn on 'echo()' in hanoi.c, since it is initially off.
12839         + rename local 'errno' variable in etip.h to avoid conflict with global
12840           (H.J.Lu).
12841         + modify configure script to cache LD, AR, AR_OPTS (patch by H.J.Lu
12842           <hjl@lucon.org>)
12843
12844 970505  4.1 pre-release
12845         + regenerate the misc directory html dumps without the link list, which
12846           is not useful.
12847         + correct dependency in form directory makefile which caused
12848           unnecessary recompiles.
12849         + correct substitution for ABI_VERSION in test-makefile
12850         + modify install rules for shared-library targets to remove the target
12851           before installing, since some install programs do not properly handle
12852           overwrite of symbolic links.
12853         + change order of top-level targets so that 'include' immediate
12854           precedes the 'ncurses' directory, reducing the time between new
12855           headers and new libraries (requested by Larry Virden).
12856         + modify lib_vidattr.c so that colors are turned off only before
12857           modifying other attributes, turned on after others.  This makes the
12858           hanoi.c program display correctly on FreeBSD console.
12859         + modify debug code in panel library to print user-data addresses
12860           rather than the strings which they (may) point to.
12861         + add check to ensure that C++ binding and demo are not built with g++
12862           versions below 2.7, since the binding uses templates.
12863         + modify c++ binding and demo to build and run with SGI's c++ compiler.
12864           (It also compiles with the Sun SparcWorks compiler, but the demo does
12865           not link, due to a vtbl problem).
12866         + corrections to demo.cc, to fix out-of-scope variables (Juergen
12867           Pfeifer).
12868
12869 970503
12870         + correct memory leak in _nc_trace_buf().
12871         + add configure test for regexpr.h, for Unixware 1.x.
12872         + correct missing "./" prefixing names of generated files in ncurses
12873           directory.
12874         + use single-quotes in configure scripts assignments for MK_SHARED_LIB
12875           to workaround shell bug on FreeBSD 2.1.5
12876         + remove tabs from intermediate #define's for GCC_PRINTF, GCC_SCANF
12877           that caused incorrect result in ncurses_cfg.h
12878         + correct initialization in lib_trace.c, which omitted version info.
12879         + remove ech, el1 attributes from cons25w description; they appear to
12880           malfunction in FreeBSD 2.1.5
12881         + correct color attributes in terminfo.src and lib_color.c to match
12882           SVr4 behavior by interchanging codes 1,4, 3,6 in the setf/setb
12883           capabilities.
12884         + use curs_set() rather than checks via tigetstr() for test programs
12885           that hide the cursor: firework, rain, worm.
12886         + ensure that if the terminal lacks change_scroll_region, parm_index
12887           and parm_rindex are used only to scroll the whole screen (patch by
12888           Peter Wemm).
12889         + correct curs_set() logic, which did not return ERR if the requested
12890           attributes did not exist, nor did it assume an unknown initial state
12891           for the cursor (patch by Alexander V. Lukyanov).
12892         + combine IDcTransformLine and NoIDcTransformLine to new TransformLine
12893           function in lib_doupdate.c (patch by Alexander V. Lukyanov).
12894         + correct hashmap.c, which did not update index information (patch by
12895           Alexander V. Lukyanov).
12896         + fixes for C++ binding and demo (see c++/NEWS) (Juergen Pfeifer).
12897         + correct index in lib_instr.c (Juergen Pfeifer).
12898         + correct typo in 970426 patch from Tom's cleanup of lib_overlay.c
12899           (patch by Juergen Pfeifer).
12900
12901 970426
12902         + corrected cost computation in PutRange(), which was using
12903           milliseconds compared to characters by adding two new members to the
12904           SCREEN struct, _hpa_ch_cost and _cup_ch_cost.
12905         + drop ncurses/lib_unctrl.c, add ncurses/MKunctrl.awk to generate a
12906           const array of strings (suggested by Alexander V. Lukyanov).  The
12907           original suggestion in 970118 used a perl script.
12908         + rewrote ncurses 'b' test to better exercise magic-cookie (xmc), as
12909           well as noting the attributes that are not supported by a terminal.
12910         + trace the computation of cost values in lib_mvcur.c
12911         + modify _nc_visbuf() to use octal rather than hex, corrected sign
12912           extension bug in that function that caused buffer overflow.
12913         + modify trace in lib_acs.c to use _nc_visbuf().
12914         + suppress trace within _traceattr2().
12915         + correct logic of _tracechtype2(), which did not account for repeats
12916           or redefinition within an acsc string.
12917         + modify debug-library version baudrate() to use environment variable
12918           $BAUDRATE to override speed computation.  This is needed for
12919           regression testing.
12920         + correct problems shown by "weblint -pedantic".
12921         + update mailing-list information (now ncurses@bsdi.com).
12922
12923 970419
12924         + Improve form_field_validation.3x manpage to better describe the
12925           precision parameter for TYPE_NUMERIC and TYPE_INTEGER.  Provide more
12926           precise information how the range checking can be avoided.  (patch by
12927           Juergen Pfeifer, reported by Bryan Henderson)
12928         + change type of min/max value of form types TYPE_INTEGER to long to
12929           match SVr4 documentation.
12930         + set the form window to stdscr in set_form_win() so that form_win()
12931           won't return null (patch by Juergen Pfeifer, reported by Bryan
12932           Henderson <bryanh@giraffe.netgate.net>).
12933
12934 970412
12935         + corrected ifdef'ing of inline (cf: 970321) for TRACE vs C++.
12936         + corrected toggle_attr_off() macro (patch by Andries Brouwer).
12937         + modify treatment of empty token in $MANPATH to /usr/man (reported by
12938           <Andries.Brouwer@cwi.nl>)
12939         + modify traces that record functions-called so that chtype and attr_t
12940           values are expressed symbolically, to simplify reuse of generated
12941           test-scripts on SVr4 regression testing.
12942         + add new trace functions _traceattr2() and _tracechtype2()
12943
12944 970405
12945         + add configure option --enable-const, to support the use of 'const'
12946           where XSI should have, but did not, specify.  This defines
12947           NCURSES_CONST, which is an empty token otherwise, for strict
12948           compatibility.
12949         + make processing of configure options more verbose by echoing the
12950           --enable/--with values.
12951         + add configure option --enable-big-core
12952         + set initial state of software echo off as per XSI.
12953         + check for C++ builtin.h header
12954         + correct computation of absolute-path for $INSTALL that dropped "-c"
12955           parameter from the expression.
12956         + rename config.h to ncurses_cfg.h to avoid naming-conflict when
12957           ncurses is integrated into larger systems (adapted from diffs by
12958           H.J.Lu for libc).
12959         + correct inequality in lib_doupdate.c that caused a single-char to not
12960           be updated when the char on the right-margin was not blank, idcok()
12961           was true (patch by Alexander V Lukyanov (in 970124), reported
12962           by Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu> in 970329).
12963         + modify 'clean' rule in include/Makefile so that files created by
12964           configure script are removed in 'distclean' rule instead.
12965
12966 970328
12967         + correct array limit in tparam_internal(), add case to interpret "%x"
12968           (patch by Andreas Schwab)
12969         + rewrote number-parsing in ncurses.c 'd' test; it did not reset the
12970           value properly when non-numeric characters were given (reported by
12971           Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>)
12972
12973 970321
12974         + move definition of __INTERNAL_CAPS_VISIBLE before include for
12975           progs.priv.h (patch by David MacKenzie).
12976         + add configuration summary, reordered check for default include
12977           directory to better accommodate a case where installer is configuring
12978           a second copy of ncurses (reported by Klaus Weide
12979           <kweide@tezcat.com>)
12980         + moved the #define for 'inline' as an empty token from the
12981           $(CFLAGS_DEBUG) symbol into config.h, to avoid redefinition warning
12982           (reported by Ward Horner).
12983         + modify test for bool builtin type to use 'unsigned' rather than
12984           'unknown' when cross-compiling (reported by Ward Horner).
12985
12986 970315
12987         + add header dependencies so that "make install.libs" will succeed
12988           even if "make all" is not done first.
12989         + moved some macros from lib_doupdate.c to curses.priv.h to use in
12990           expanded functions with ATAC.
12991         + correct implementation of lib_instr.c; both XSI and SVr4 agree that
12992           the winnstr functions can return more characters than will fit on one
12993           line.
12994
12995 970308
12996         + modify script that generates lib_gen.c to support traces of called &
12997           return.
12998         + add new configure option "--disable-macros", for testing calls within
12999           lib_gen.c
13000         + corrected logic that screens level-checking of called/return traces.
13001
13002 970301
13003         + use new configure macro NC_SUBST to replace AC_PATH_PROG, better
13004           addressing request by Ward Horner.
13005         + check for cross-compiling before trying to invoke the autoconf
13006           AC_FUNC_SETVBUF_REVERSED macro (reported by Ward Horner)
13007         + correct/simplify loop in _nc_visbuf(), 970201 changes omitted
13008           a pointer-increment.
13009         + eliminate obsolete symbol SHARED_ABI from dist.mk (noted by
13010           Florian La Roche).
13011
13012 970215
13013         + add configure option --enable-expanded, together with code that
13014           implements an expanded form of certain complex macros, for testing
13015           with ATAC.
13016         + disable CHECK_POSITION unless --with-assertions is configured
13017           (Alexander V Lukyanov pointed out that this is redundant).
13018         + use keyname() to show traced chtype values where applicable rather
13019           than _tracechar(), which truncates the value to 8-bits.
13020         + minor fixes to TRACE_ICALLS, added T_CREATE, TRACE_CCALLS macros.
13021         + modify makefiles in progs and test directories to avoid using C
13022           preprocessor options on link commands (reported by Ward Horner)
13023         + correct ifdef/include-order for nc_alloc.h vs lib_freeall.c (reported
13024           by Ward Horner)
13025         + modify ifdef's to use configure-defined symbols consistently
13026           (reported by Ward Horner)
13027         + add/use new makefile symbols AR, AR_OPTS and LD to assist in non-UNIX
13028           ports (reported by Ward Horner <whorner@tsi-telsys.com>)
13029         + rename struct try to struct tries, to avoid name conflict with C++
13030           (reported by Gary Johnson).
13031         + modify worm.c to hide cursor while running.
13032         + add -Wcast-qual to gcc warnings, fix accordingly.
13033         + use PutChar rather than PutAttrChar in ClrToEOL to properly handle
13034           wrapping (Alexander V Lukyanov).
13035         + correct spurious echoing of input in hanoi.c from eric's #291 & #292
13036           patches (reported by Vernon C. Hoxie <vern@zebra.alphacdc.com>).
13037         + extend IRIX configuration to IRIX64
13038         + supply missing install.libs rule needed after restructuring
13039           test/Makefile.in
13040
13041 970208
13042         + modify "make mostlyclean" to leave automatically-generated source
13043           in the ncurses directory, for use in cross-compiles.
13044         + autogenerated object-dependencies for test directory
13045         + add configure option --with-rcs-ids
13046         + modify configuration scripts to generate major/minor/patch versions
13047           (suggested by Alexander V Lukyanov).
13048         + supply missing va_end's in lib_scanw.c
13049         + use stream I/O for trace-output, to eliminate fixed-size buffer
13050         + add TRACE_ICALLS definition/support to lib_trace.c
13051         + modify Ada95 binding to work with GNAT 3.09 (Juergen Pfeifer).
13052
13053 970201
13054         + add/modify traces for called/return values to simplify extraction
13055           for test scripts.
13056         + changed _nc_visbuf to quote its result, and to dynamically allocate
13057           the returned buffer.
13058         + invoke ldconfig after installing shared library
13059         + modify install so that overwrite applies to shared library -lcurses
13060           in preference to static library (reported by Zeyd M Ben-Halim 960928).
13061         + correct missing ';' in 961221 mod to overwrite optional use of $(LN_S)
13062           symbol.
13063         + fixes to allow "make install" to work without first doing a "make
13064           all" (suggested by Larry Virden).
13065
13066 970125
13067         + correct order of #ifdef for TABS_OK.
13068         + instrumented toe.c to test memory-leaks.
13069         + correct memory-deallocation in toe.c (patch by Jesse Thilo).
13070         + include <sys/types.h> in configuration test for regex.h (patch by
13071           Andreas Schwab)
13072         + make infocmp recognize -I option, for SVr4 compatibility (reported by
13073           Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>)
13074
13075 970118
13076         + add extension 'use_default_colors()', modified test applications that
13077           use default background (firework, gdc, hanoi, knight, worm) to
13078           demonstrate.
13079         + correct some limit checks in lib_doupdate.c exposed while running
13080           worm.
13081         + use typeCalloc macro for readability.
13082         + add/use definition for CONST to accommodate testing with Solaris
13083           (SVr4) curses, which doesn't use 'const' in its prototypes.
13084         + modify ifdef's in test/hashtest.c and test/view.c to compile with
13085           Solaris curses.
13086         + modify _tracedump() to pad colors & attrs lines to match change
13087           in 970101 showing first/last changes.
13088         + corrected location of terminating null on dynamically allocated forms
13089           fields (patch by Per Foreby).
13090
13091 970111
13092         + added headers to make view.c compile on SCO with the resizeterm()
13093           code (i.e., struct winsize) - though this compiles, I don't have a
13094           suitable test configuration since SIGWINCH doesn't pass my network to
13095           that machine - T.Dickey.
13096         + update test/configure.in to supply some default substitutions.
13097         + modify configure script to add -lncurses after -lgpm to fix problem
13098           linking against static libraries.
13099         + add a missing noraw() to test/ncurses.c (places noted by Jeremy
13100           Buhler)
13101         + add a missing wclear() to test/testcurs.c (patch by Jeremy Buhler
13102           <jbuhler@cs.washington.edu>)
13103         + modify headers to accommodate compilers that don't allow duplicate
13104           "#define" lines for NCURSES_VERSION (reported by Larry W. Virden
13105           <lvirden@cas.org>)
13106         + fix formatting glitch in curs_getch.3x (patch by Jesse Thilo).
13107         + modify lib_doupdate to make el, el1 and ed optimization use the
13108           can_clear_with macro, and change EmitRange to allow leaving cursor at
13109           the middle of interval, rather than always at the end (patch by
13110           Alexander V Lukyanov).  This was originally 960929, resync 970106.
13111
13112 970104
13113         + workaround defect in autoconf 2.12 (which terminates configuration
13114           if no C++ compiler is found) by adding an option --without-cxx.
13115         + modify several man-pages to use tbl, where .nf/.fi was used (reported
13116           by Jesse Thilo).
13117         + correct font-codes in some man-pages (patch by Jesse Thilo
13118           <Jesse.Thilo@pobox.com>)
13119         + use configure script's knowledge of existence of g++ library for the
13120           c++ Makefile (reported by Paul Jackson).
13121         + correct misleading description of --datadir configuration option
13122           (reported by Paul Jackson <pj@sam.engr.sgi.com>)
13123
13124 970101
13125         + several corrections to _nc_mvcur_scrolln(), prompted by a bug report
13126           from Peter Wemm:
13127         > the logic for non_dest_scroll_region was interchanged between the
13128           forward & reverse scrolling cases.
13129         > multiple returns from the function allowed certain conditions to do
13130           part of an operation before discovering that it couldn't be
13131           completed, returning an error without restoring the cursor.
13132         > some returns were ERR, where the function had completed the
13133           operation, because the insert/delete line logic was improperly
13134           tested (this was probably the case Peter saw).
13135         > contrary to comments, some scrolling cases were tested after the
13136           insert/delete line method.
13137         + modify _tracedump() to show first/last changes.
13138         + modify param of ClrUpdate() in lib_doupdate.c to 'newscr', fixes
13139           refresh problem (reported by Peter Wemm) that caused nvi to not show
13140           result of ":r !ls" until a ^L was typed.
13141
13142 961229  (internal alpha)
13143         + correct some of the writable-strings warnings (reported by Gary
13144           Johnson <gjohnson@season.com>).  Note that most of the remaining ones
13145           are part of the XSI specification, and can't be "fixed".
13146         + improve include-dependencies in form, menu, panel directories.
13147         + correct logic of delay_output(), which would return early if
13148           there is data on stdin.
13149         + modify interface & logic of _nc_timed_wait() to support 2 file
13150           descriptors, needed for GPM.
13151         + integrate patch by Andrew Kuchling <amk@magnet.com> for GPM (mouse)
13152           support, correcting logic in wgetch() and _nc_mouse_parse() which
13153           prevented patch from working properly -TD
13154         + improve performance of panel algorithm (Juergen Pfeifer 961203).
13155         + strip RCS id's from generated .html files in Ada95 subtree.
13156         + resync with generated .html files (Juergen Pfeifer 961223).
13157         + terminfo.src 10.1.0 (ESR).
13158
13159 961224  4.0 release
13160         + release as 4.0 to accommodate Linux ld.so.1.8.5
13161         + correct syntax/spelling, regenerated .doc files from .html using
13162           lynx 2.5
13163         + refined forms/menus makefiles (Juergen Pfeifer 961223).
13164
13165 961221  - snapshot
13166         + remove logic in read_entry.c that attempts to refine errno by using
13167           'access()' for the directory (from patch by Florian La Roche).
13168         + correct configure test/substitution that inhibits generating
13169           include-path to /usr/include if gcc is used (reported by Florian La
13170           Roche).
13171         + modify setupterm() to allocate new TERMINAL for each call, just as
13172           solaris' curses does (Alexander V Lukyanov 960829).
13173         + corrected memory leaks in read_entry.c
13174         + add configure options --with-dbmalloc, --with-dmalloc, and
13175           --disable-leaks, tested by instrumenting infocmp, ncurses programs.
13176         + move #include's for stdlib.h and string.h to *.priv.h to accommodate
13177           use of dbmalloc.
13178         + modify use of $(LN_S) to follow recommendation in autoconf 2.12,
13179           i.e., set current directory before linking.
13180         + split-out panel.priv.h, improve dependencies for forms, menus
13181           (Juergen Pfeifer 961204).
13182         + modify _nc_freewin() to reset globals curscr/newscr/stdscr when
13183           freeing the corresponding WINDOW (found using Purify).
13184         + modify delwin() to return ERR if the window to be deleted has
13185           subwindows, needed as a side-effect of resizeterm() (found using
13186           Purify).  Tested and found that SVr4 curses behaves this way.
13187         + implement logic for _nc_freeall(), bringing stub up to date.
13188
13189 961215
13190         + modify wbkgd() so that it doesn't set nulls in the rendered text,
13191           even if its argument doesn't specify a character (fixes test case by
13192           Juergen Pfeifer for bug-report).
13193         + set window-attributes in wbkgd(), to simplify comparison against
13194           Solaris curses, which does this.
13195
13196 961214  - snapshot
13197         + replace most constants in ncurses 'o' test by expressions, making it
13198           work with wider range of screen sizes.
13199         + add options to ncurses.c to specify 'e' test softkey format, and the
13200           number of header/footer lines to rip-off.
13201         + add ^R (repaint after resize), ^L (refresh) commands to ncurses 'p'
13202           test.
13203         + add shell-out (!) command to ncurses 'p' test to allow test of
13204           resize between endwin/refresh.
13205         + correct line-wrap case in mvcur() by emitting carriage return,
13206           overlooked in 960928, but needed due to SVr4 compatibility changes to
13207           terminal modes in 960907.
13208         + correct logic in wresize that causes new lines to be allocated,
13209           broken for the special case of increasing rows only in 960907's fix
13210           for subwindows.
13211         + modify configure script to generate $(LDFLAGS) with -L and -l options
13212           in preference to explicit library filenames.  (NOTE: this may
13213           require further amending, since I vaguely recall a dynamic loader
13214           that did not work properly without the full names, but it should be
13215           handled as an exception to the rule, since some linkers do bulk
13216           inclusion of libraries when given the full name - T.Dickey).
13217         + modify configure script to allow user-supplied $CFLAGS to set the
13218           debug-option in all libraries (requested by lots of people) -TD
13219         + use return consistently from main(), rather than exit (reported by
13220           Florian La Roche).
13221         + add --enable-getcap-cache option to configure, normally disabled
13222           (requested by Florian La Roche).
13223         + make configure test for gettimeofday() and possibly -lbsd more
13224           efficient (requested by Florian La Roche <florian@knorke.saar.de>)
13225         + minor adjustments to Ada95 binding (patches by Juergen Pfeifer)
13226         + correct attributes after emitting orig_pair in lib_vidattr.c (patch
13227           by Alexander V Lukyanov).
13228
13229 961208
13230         + corrected README wrt Ada95 (Juergen Pfeifer)
13231
13232 961207  - snapshot
13233         + integrate resizeterm() into doupdate(), so that if screen size
13234           changes between endwin/refresh, ncurses will resize windows to fit
13235           (this needs additional testing with pads and softkeys).
13236         + add, for memory-leak testing, _nc_freeall() entrypoint to free all
13237           data used in ncurses library.
13238         + initialize _nc_idcok, _nc_idlok statically to resolve discrepancy
13239           between initscr() and newwin() initialization (reported by
13240           Alexander V Lukyanov).
13241         + test built VERSION=4.0, SHARED_ABI=4 with Linux ld.so.1.8.5
13242           (set beta versions to those values -- NOTE that subsequent pre-4.0
13243           beta may not be interchangeable).
13244         + modify configure script to work with autoconf 2.12
13245
13246 961130  1.9.9g release
13247         + add copyright notices to configuration scripts (written by Thomas
13248           Dickey).
13249
13250 961127
13251         > patch, mostly for panel (Juergen Pfeifer):
13252         + cosmetic improvement for a few routines in the ncurses core library
13253           to avoid warning messages.
13254         + the panel overlap detection was broken
13255         + the panel_window() function was not fool-proof.
13256         + Some inlining...
13257         + Cosmetic changes (also to avoid warning messages when compiling with
13258           -DTRACE).
13259
13260 961126
13261         > patch by Juergen Pfeifer:
13262         + eliminates warning messages for the compile of libform.
13263         + inserts Per Foreby's new field type TYPE_IPV4 into libform.
13264         + Updates man page and the Ada95 binding to reflect this.
13265         + Improves inlining in libmenu and libform.
13266
13267 961120
13268         + improve the use of the "const" qualifier in the
13269           panel library (Juergen Pfeifer)
13270         + change set_panel_userptr() and panel_userptr() to use void*
13271           (Juergen Pfeifer)
13272
13273 961119
13274         + change ABI to 3.4
13275         + package with 961119 version of Ada95 binding (fixes for gnat-3.07).
13276           (Juergen Pfeifer)
13277         + correct initialization of the stdscr pseudo panel in panel library
13278           (Juergen Pfeifer)
13279         + use MODULE_ID (rcs keywords) in forms and menus libraries (Juergen
13280           Pfeifer).
13281         > patch #324 (ESR):
13282         + typo in curs_termcap man page (reported by Hendrik Reichel
13283           <106065.2344@compuserve.com>)
13284         + change default xterm entry to xterm-r6.
13285         + add entry for color_xterm
13286
13287 961116  - snapshot
13288         + lint found several functions that had only #define implementations
13289           (e.g., attr_off), modified curses.h.in to generate them as per XSI
13290           Curses requirement that every macro be available as a function.
13291         + add check in infocmp.c to guard against string compare of
13292           CANCELLED_STRING values.
13293         + modify firework.c, rain.c to hide cursor while running.
13294         + correct missing va_end in lib_tparm.c
13295         + modify hanoi.c to work on non-color terminals, and to use timing
13296           delays when in autoplay mode.
13297         + correct 'echochar()' to refresh immediately (reported by Adrian
13298           Garside <94ajg2@eng.cam.ac.uk>)
13299         > patch #322 (ESR):
13300         + reorganize terminfo.src entries for xterm.
13301
13302 961109  - snapshot
13303         + corrected error in line-breakout logic (lib_doupdate.c)
13304         + modified newdemo to use wgetch(win) rather than getch() to eliminate
13305           a spurious clear-screen.
13306         + corrected ifdef's for 'poll()' configuration.
13307         + added modules to ncurses, form, menu for Ada95 binding (Juergen
13308           Pfeifer).
13309         + modify set_field_buffer() to allow assignment of string longer than
13310           the initial buffer length, and to return the complete string rather
13311           than only the initial size (Juergen Pfeifer and Per Foreby
13312           <perf@efd.lth.se>).
13313
13314 961102  - snapshot
13315         + configure for 'poll()' in preference to 'select()', since older
13316           systems are more likely to have a broken 'select()'.
13317         + modified render_char() to avoid OR'ing colors.
13318         + minor fixes to testcurs.c, newdemo.c test programs: ifdef'd out the
13319           resize test, use wbkgd and corrected box() parameters.
13320         + make flushinp() test work in ncurses.c by using napms() instead of
13321           sleep().
13322         + undo ESR's changes to xterm-x11r6 (it no longer matched the X11R6.1
13323           distribution, as stated)
13324         + terminfo 9.13.18 resync (ESR)
13325         + check for getenv("HOME") returning null (ESR).
13326         + change buffer used to decode xterm-mouse commands to unsigned to
13327           handle displays wider than 128 chars (Juergen Pfeifer).
13328         + correct typo curs_outopts.3x (Juergen Pfeifer).
13329         + correct limit-checking in wenclose() (Juergen Pfeifer).
13330         + correction to Peter Wemm's newwin change (Thomas Fehr
13331           <fehr@suse.de>).
13332         + corrections to logic that combines colors and attributes; they must
13333           not be OR'd (Juergen Pfeifer, extending from report/patch by Rick
13334           Marshall).
13335
13336 961026  - snapshot
13337         + reset flags in 'getwin()' that might cause refresh to attempt to
13338           manipulate the non-existent parent of a window that is read from a
13339           file (lib_screen.c).
13340         + restructure _nc_timed_wait() to log more information, and to try to
13341           recover from badly-behaved 'select()' calls (still testing this).
13342         + move define for GOOD_SELECT into configure script.
13343         + corrected extra '\' character inserted before ',' in comp_scan.c
13344         + corrected expansion of %-format characters in dump_entry.c; some were
13345           rendered as octal constants.
13346         + modify dump_entry.c to make terminfo output more readable and like
13347           SVr4, by using "\s" for spaces (leading/trailing only), "\," for
13348           comma, "\^" and "\:" as well.
13349         + corrected some memory leaks in ncurses.c, and a minor logic error
13350           in the top-level command-parser.
13351         + correction for label format 4 (PC style with info line), a
13352           slk_clear(), slk_restore() sequence didn't redraw the info line
13353           (Juergen Pfeifer).
13354         + modified the slk window (if simulated) to inherit the background and
13355           default character attributes from stdscr (Juergen Pfeifer).
13356         + corrected limit-check in set_top_row (Juergen Pfeifer).
13357
13358 961019  - snapshot
13359         + correct loop-limit in wnoutrefresh(), bug exposed during pipe-testing
13360           had '.lastchar' entry one beyond '._maxx'.
13361         + modify ncurses test-program to work with data piped to it.
13362         + corrected pathname computation in run_tic.sh, removing extra "../"
13363           (reported by Tim Mooney).
13364         + modified configure script to use previous install's location for
13365           curses.h
13366         + added NetBSD and FreeBSD to platforms that use --prefix=/usr as
13367           a default.
13368
13369 961013
13370         + revised xterm terminfo descriptions to reflect the several versions
13371           that are available.
13372         + corrected a pointer reference in dump_entry.c that didn't test if
13373           the pointer was -1.
13374
13375 961005  - snapshot
13376         + correct _nc_mvcur_scrolln for terminals w/o scrolling region.
13377         + add -x option to hashtest to control whether it allows writes to the
13378           lower-right corner.
13379         + ifdef'd (NCURSES_TEST) the logic for _nc_optimize_enable to make it
13380           simpler to construct tests (for double-check of _nc_hash_map tests).
13381         + correct ifdef's for c++ in curses.h
13382         + change default xterm type to xterm-x11r6.
13383         + correct quoting in configure that made man-pages installed with
13384           $datadir instead of actual terminfo path.
13385         + correct whitespace in include/Caps, which caused kf11, clr_eol and
13386           clr_end to be omitted from terminfo.5
13387         + fix memory leaks in delscreen() (adapted from Alexander V Lukyanov).
13388         + improve appearance of marker in multi-selection menu (Juergen
13389           Pfeifer)
13390         + fix behavior for forms with all fields inactive (Juergen Pfeifer)
13391         + document 'field_index()' (Juergen Pfeifer)
13392         > patch #321 (ESR):
13393         + add some more XENIX keycap translations to include/Caps.
13394         + modify newwin to set initial state of each line to 'touched'
13395           (from patch by Peter Wemm <peter@spinner.dialix.com>)
13396         + in SET_TTY, replace TCSANOW with TCSADRAIN (Alexander V Lukyanov).
13397
13398 960928  - snapshot
13399         + ifdef'd out _nc_hash_map (still slower)
13400         + add graphic characters to vt52 description.
13401         + use PutAttrChar in ClrToEOL to ensure proper background, position.
13402         + simplify/correct logic in 'mvcur()' that does wrapping; it was
13403           updating the position w/o actually moving the cursor, which broke
13404           relative moves.
13405         + ensure that 'doupdate()' sets the .oldindex values back to a sane
13406           state; this was causing a spurious refresh in ncurses 'r'.
13407         + add logic to configure (from vile) to guard against builders who
13408           don't remove config.cache & config.status when doing new builds -TD
13409         + corrected logic for 'repeat_char' in EmitRange (cf: eric #317), which
13410           did not follow the 2-parameter scheme specified in XSI.
13411         + corrected logic of wrefresh, wnoutrefresh broken in #319, making
13412           clearok work properly (report by Michael Elkins).
13413         + corrected problem with endwin introduced by #314 (removing the
13414           scrolling-region reset) that broke ncurses.c tests.
13415         + corrected order of args in AC_CHECK_LIB (from report by Ami Fischman
13416           <fischman@math.ucla.edu>).
13417         + corrected formatting of terminfo.5 tables (Juergen Ehling)
13418         > patch 320 (ESR):
13419         + change ABI to 3.3
13420         + emit a carriage-return in 'endwin()' to workaround a kernel bug in
13421           BSDI.  (requested by Mike Karels <karels@redrock.bsdi.com>)
13422         + reverse the default o configure --enable-termcap (consensus).
13423         > patch 319 (ESR):
13424         + modified logic for clearok and related functions (from report by
13425           Michael Elkins) - untested
13426         > patch 318 (ESR):
13427         + correction to #317.
13428         > patch 317 (ESR):
13429         + re-add _nc_hash_map
13430         + modify EmitRange to maintain position as per original design
13431           (patch by A. Lukyanov).
13432         + modify test/ncurses.c and tputs, etc., to allow trace counting
13433           output characters.
13434         + add hashtest.c program to time the hashmap optimization.
13435         > patch 316 (ESR):
13436         + add logic to deal with magic-cookie (how was this tested?)
13437           (lib_doupdate.c).
13438         + add ncurses.c driver for magic-cookie, some fixes to ncurses.c
13439         > patch 315 (ESR):
13440         + merge changes to lib_doupdate.c to use ech and rep - untested
13441           (patch by Alexander V Lukyanov).
13442         + modified handling of interrupted system calls - untested
13443           (lib_getch.c, lib_twait.c).
13444         + new function _nc_mvcur_resume()
13445         + fix return value for 'overlay()', 'overwrite()'
13446
13447 960914  - snapshot
13448         + implement subwindow-logic in wresize, minor fixes to ncurses 'g'
13449           test.
13450         + corrected bracketing of fallback.c (reported/suggested fix by Juergen
13451           Ehling <eh@eclipse.aball.de>).
13452         + update xterm-color to reflect XFree86 3.1.3G release.
13453         + correct broken dtterm description from #314 patch (e.g., spurious
13454           newline.  The 'pairs' change might work, but no one's tested it
13455           either ;-)
13456         + clarify the documentation for the builtin form fieldtypes (Juergen
13457           Pfeifer)
13458         > patch 314 (ESR):
13459         + reset scroll region on startup rather than at wrapup time
13460           (enhancement suggested by Alexander V Lukyanov).
13461         + make storage of palette tables and their size counts per-screen for
13462           multi-terminal applications (suggested by Alexander V Lukyanov).
13463         + Improved error reporting for infotocap translation errors.
13464         + Update terminfo.src to 9.13.14.
13465
13466 960907  - snapshot
13467         + rewrote wgetstr to make it erase control chars and also fix bogus use
13468           of _nc_outstr which caused the display to not wrap properly (display
13469           problem reported by John M. Flinchbaugh <glynis@netrax.net>)
13470         + modify ncurses 'f' test to accommodate terminal responses to C1 codes
13471           (and split up this screen to accommodate non-ANSI terminals).
13472         + test enter_insert_mode and exit_insert_mode in has_ic().
13473         + removed bogus logic in mvcur that assumes nl/nonl set output modes
13474           (XSI says they are input modes; SVr4 implements this).
13475         + added macros SET_TTY, GET_TTY to term.h
13476         + correct getstr() logic that altered terminal modes w/o restoring.
13477         + disable ICRNL, etc., during initialization to match SVr4, removing
13478           the corresponding logic from raw, cbreak, etc.
13479         + disable ONLCR during initialization, to match SVr4 (this is needed
13480           for cursor optimization when the cursor-down is a newline).
13481         + replaced ESR's imitation of wresize with my original (his didn't
13482           work).
13483
13484 960831  - snapshot
13485         + memory leaks (Alexander V. Lukyanov).
13486         + modified pnoutrefresh() to be more tolerant of too-large screen
13487           size (reported by Michael Elkins).
13488         + correct handling of terminfo files with no strings (Philippe De
13489           Muyter)
13490         + correct "tic -s" to take into account -I, -C options.
13491         + modify ncurses 'f' test to not print codes 80 through 9F, since they
13492           are considered control codes by ANSI terminals.
13493
13494 960824  - snapshot
13495         + correct speed variable-type in 'tgetent()' (reported by Peter Wemm)
13496         + make "--enable-getcap" configuration-option work (reported by
13497           Peter Wemm <peter@spinner.DIALix.COM>)
13498
13499 960820
13500         + correct err in 960817 that changed return-value of tigetflag()
13501           (reported by Alexander V. Lukyanov).
13502         + modify infocmp to use library default search-path for terminfo
13503           directory (Alexander V. Lukyanov).
13504
13505 960817  - snapshot
13506         + corrected an err in mvcur that broke resizing-behavior.
13507         + correct fall-thru behavior of _nc_read_entry(), which was not finding
13508           descriptions that existed in directories past the first one searched
13509           (reported by Alexander V. Lukyanov)
13510         + corrected typo in dtterm description.
13511         > patch 313 (ESR):
13512         + add dtterm description
13513         + clarify ncurses 'i' test (drop mvwscanw subtest)
13514
13515 960810  - snapshot
13516         + correct nl()/nonl() to work as per SVr4 & XSI.
13517         + minor fixes to ncurses.c (use 'noraw()', mvscanw return-code)
13518         + refine configure-test for "-g" option (Tim Mooney).
13519         + correct interaction between O_BLANK and NEW_LINE request in form
13520           library (Juergen Pfeifer)
13521
13522 960804
13523         + revised fix to tparm; previous fix reversed parameter order.
13524         > patch 312 (ESR):
13525           correct terminfo.src corrupted by #310
13526         > patch 311 (ESR):
13527         + fix idlok() and idcok() and the default of the idlok switch (report
13528           by Ville Sulko).
13529
13530 960803  - snapshot
13531         + corrected tparm to handle capability strings without explicit pop
13532           (reported by William P Setzer)
13533         + add fallback def for GCC_NORETURN, GCC_UNUSED for termcap users
13534           (reported by Tim Mooney).
13535         > patch 310 (ESR):
13536         + documentation and prototyping errors for has_color, immedok and idcok
13537           (reported by William P Setzer <wsetzer@pams.ncsu.edu>)
13538         + updated qnx terminfo entry (patch by Michael Hunter)
13539
13540 960730
13541         + eliminate quoted includes in ncurses subdirectory, ensure config.h
13542           is included first.
13543         + newterm initializes terminal settings the same as initscr (reported
13544           by Tim Mooney).
13545
13546 960727  - snapshot
13547         + call cbreak() in initscr(), as per XSI & SVr4.
13548         + turn off hardware echo in initscr() as per XSI & SVr4
13549         > patch 309 (ESR):
13550         + terminfo changes (9.3.9), from BRL
13551         + add more checks to terminfo parser.
13552         + add more symbols to infocmp.
13553
13554 960720  - snapshot
13555         + save previous-attribute in lib_vidattr.c if SP is null (reported by
13556           Juergen Fluk <louis@dachau.marco.de>)
13557         + corrected calls on _nc_render so that background character is set
13558           as per XSI.
13559         + corrected wbkgdset macro (XSI allows background character to be
13560           null), and tests that use it.
13561         + more corrections to terminfo (xterm & rxvt)
13562         + undid change to mcprint prototype (cannot use size_t in curses.h
13563           because not all systems declare it in the headers that we can safely
13564           include therein).
13565         + move the ifdefs for errno into curses.priv.h
13566         > patch 308 (ESR):
13567         + terminfo changes (9.3.8)
13568         + modified logic of error-reporting in terminfo parser
13569         + fix option-processing bug in toe.
13570
13571 960713  - snapshot
13572         + always check for <sys/bsdtypes.h> since ISC needs it to declare
13573           fd_set (Juergen Pfeifer)
13574         + install shared-libraries on NetBSD/FreeBSD with ABI-version (reported
13575           by Juergen Pfeifer, Mike Long)
13576         + add LOCAL_LDFLAGS2 symbol (Juergen Pfeifer)
13577         + corrected prototype for delay_output() -- bump ABI to 3.2
13578         + patch 307 (ESR):
13579         + enable more translations of nonstandard caps, and document them.
13580         + misc/terminfo.src update to 9.13.8
13581         + patch 306 (ESR):
13582         + moved logic that filters out rmul and rmso from setupterm to newterm
13583           where it is less likely to interfere with termcap applications.
13584         + cosmetic fixes to test/ncurses.c
13585         + modify open() call in ncurses/read_entry.c to use O_RDONLY symbol
13586           rather than constant (report by mib).
13587         + misc/terminfo.src sgr0 and acsc changes (report by Philippe De
13588           Muyter).
13589         + modify ncurses/comp_parse.c so that entries containing a "+" can
13590           have missing rmcup vs smcup.
13591
13592 960707
13593         + rollback ESR's #305 change to terminfo.src (it breaks existing
13594           applications, e.g., 'less 290').
13595         + correct path of edit_man.sh, and fix typo that made all man-pages
13596           preformatted.
13597         + restore man/menu_requestname.3x omitted in Zeyd's resync (oops).
13598         + auto-configure the GCC_PRINTFLIKE/GCC_SCANFLIKE macros (reported by
13599           Philippe De Muyter).
13600
13601 960706  - snapshot
13602         + make lib_vidattr.c more readable using macros.
13603         + filter out rmul, rmso that conflict with sgr0 when reading terminal
13604           descriptions.
13605         + work around autoconf bug, force $INSTALL to absolute path
13606           (reported by Zeyd).
13607         + modify man-page install for BSDI to install preformatted .0 files
13608           (reported by David MacKenzie).
13609         + add/use gcc __attribute__ for printf and scanf in curses.h
13610         + added SGR attributes test-case to ncurses
13611         + revised ncurses 't' logic to show trace-disable effect in the menu.
13612         + use getopt in ncurses program to process -s and -t options.
13613         + make ncurses 'p' legend toggle with '?'
13614         + disable scrollok during the ncurses 'p' test; if it is enabled the
13615           stdscr will scroll when putting the box-corners in the lower-right
13616           of the screen.
13617         > patch 305 (ESR):
13618         + added sanity-checking of various paired string attributes.
13619         + misc/terminfo.src update to 9.13.7 (report by A. Lukyanov).
13620         + modify man/Makefile.in to make terminfo.5 during normal build.
13621         > patch 304 (ESR):
13622         + corrected allocation-length for $HOME/.terminfo path.
13623
13624 960629  - snapshot
13625         + check return code of _nc_mvcur_scrolln() in _nc_scroll_optimize() for
13626           terminals with no scrolling-support (reported by Nikolay Shadrin
13627           <queen@qh.mirea.ac.ru>)
13628         + added ^S scrollok-toggle to ncurses 'g' test.
13629         + added ^T trace-toggle to ncurses tests.
13630         + modified ncurses test program to use ^Q or ESC consistently for
13631           terminating tests (rather than ^D), and to use control keys rather
13632           than function keys in 'g' test.
13633         + corrected misplaced wclrtoeol calls in addch to accommodate wrapping
13634           (reported by Philippe De Muyter).
13635         + modify lib_doupdate.c to use effective costs to tradeoff between
13636           delete-character/insert-character vs normal updating (reported by
13637           David MacKenzie).
13638         + compute effective costs for screen update operations (e.g., clr_eos,
13639           delete_character).
13640         + corrected error in knight.c exposed by wrap fixes in 960622; the
13641           msgwin needed scrollok set.
13642         + corrected last change to IDcTransformLine logic to avoid conflict
13643           between PutRange and InsStr
13644         + modified run_tic.sh to not use /usr/tmp (reported by David
13645           MacKenzie), and further revised it and aclocal.m4 to use $TMPDIR if
13646           set.
13647         + corrected off-by-one in RoomFor call in read_entry.c
13648
13649 960622  - snapshot
13650         + modified logic that wraps cursor in addch to follow the XSI spec,
13651           (implemented in SVr4) which states that the cursor position is
13652           updated when wrapping.  Renamed _NEED_WRAP to _WRAPPED to reflect the
13653           actual semantics.
13654         + added -s option to tic, to provide better diagnostics in run_tic.sh
13655         + improved error-recovery for tabset install.
13656         + change ABI to 3.1 (dropped tparam, corrected getbkgd(), added
13657           _yoffset to WINDOW).
13658         + modified initialization of SP->_ofp so that init_acs() is called with
13659           the "right" file pointer (reported by Rick Marshall <rjm@nlc.net.au>
13660         + documentation fixes (Juergen Pfeifer).
13661         + corrected, using new SCREEN and WINDOW members, the behavior of
13662           ncurses if one uses ripoffline() to remove a line from the top of the
13663           screen (Juergen Pfeifer).
13664         + modified autoconf scripts to prepare for Ada95 (GNAT) binding to
13665           ncurses (Juergen Pfeifer).
13666         + incorrect buffer-size in _nc_read_entry, reported by ESR.
13667
13668 960617
13669         + corrected two logic errors in read_entry.c, write_entry.c (called by
13670           tic, the write/read of terminfo entries used inconsistent rules for
13671           locating the entries; the $TERMINFO_DIRS code would find only the
13672           first entry in a list).
13673         + refined pathname computation in run_tic.sh and shlib.
13674         + corrected initialization of $IP in misc/run_tic.sh
13675
13676 960615  - snapshot
13677         + ifdef'd out _nc_hash_map() call because it does not improve speed.
13678         + display version of gcc if configure script identifies it.
13679         + modify configure script to use /usr as Linux's default prefix.
13680         + modify run_tic.sh to use shlib script, fixes some problems installing
13681           with a shared-library configuration.
13682         + adjusted configure script so that it doesn't run tests with the
13683           warnings turned on, which makes config.log hard to read.
13684         + added 'lint' rule to top-level Makefile.
13685         + added configure option '--with-install-prefix' for use by system
13686           builders to install into staging locations (requested by
13687           Charles Levert <charles@comm.polymtl.ca>).
13688         + corrected autoconfigure for Debian man program; it's not installed
13689           as "man_db".
13690         + set noecho in 'worm'; it was ifdef'd for debug only
13691         + updated test/configure.in for timing-display in ncurses 'p' test
13692         + corrected misspelled 'getbkgd()'.
13693         + corrected wbkgdset to work like observed syvr4 (sets A_CHARTEXT part
13694           to blank if no character given, copies attributes to window's
13695           attributes).
13696         + modified lib_doupdate.c to use lower-level SP's current_attr state
13697           instead of curscr's state, since it is redundant.
13698         + correction to IDcTransformLine logic which controls where InsStr is
13699           invoked (refined by Alexander V Lukyanov).
13700         > patch 303 (ESR):
13701         + conditionally include Chris Torek's hash function _nc_hash_map().
13702         + better fix for nvi refresh-bug (Rick Marshall)
13703         + fix for bug in handling of interrupted keystroke waits,
13704           (Werner Fleck).
13705         + misc/ncurses-intro.html syntax fix (Kajiyama Tamito).
13706
13707 960601  - snapshot
13708         + auto-configure man-page compression-format and renames for Debian.
13709         + corrected several typos in curses.h.in (i.e., the mvXXXX macros).
13710         + re-order curses.priv.h for lint.
13711         + added rules for lintlib, lint
13712         + corrected ifdef for BROKEN_LINKER in MKnames.awk.in
13713         + corrected missing INSTALL_DATA in misc/Makefile.in
13714         + flush output when changing cursor-visibility (Rick Marshall)
13715         + fix a minor bug in the _nc_ripoff() routine and improve error
13716           checking when creating the label window (Juergen Pfeifer).
13717         + enhancement to the control over the new PC-style soft key format.
13718           allow caller now to select whether or not one wants to have
13719           the index-line; see curs_slk.3x for documentation (Juergen Pfeifer).
13720         + typos, don't use inline with "-g" (Philippe De Muyter)
13721         + fixes for menus & wattr-, slk-functions (Juergen Pfeifer)
13722
13723 960526  - snapshot
13724         + removed --with-ticdir option altogether, maintain compatibility with
13725           existing applications via symbolic link in run_tic.sh
13726         + patch for termio.h, signal (Philippe De Muyter)
13727         + auto-configure gcc warning options rather than infer from version.
13728         + auto-configure __attribute__ for different gcc versions.
13729         + corrected special use of clearok() in hardscroll.c by resetting flag
13730           in wrefresh().
13731         + include stdlib.h before defs for EXIT_SUCCESS, for OSF/1.
13732         + include sys/types.h in case stdlib.h does not declare size_t.
13733         + fixes for makefile (Tim Mooney)
13734         + fixes for menus & forms (Juergen Pfeifer)
13735         > patch 302 (ESR):
13736         + improve hash function (suggested by Alexander V Lukyanov).
13737         + 9.13.4 update for terminfo.src
13738
13739 960518  - snapshot
13740         + revised ncurses.c panner test, let pad abut all 4 sides of screen.
13741         + refined case in lib_doupdate.c for ClrToEOL().
13742         + corrected prior change for PutRange (Alexander V Lukyanov
13743           <lav@yars.free.net>).
13744         + autoconf mods (Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>).
13745         + locale fix for forms (Philippe De Muyter <phdemuyt@ulb.ac.be>)
13746         + renamed "--with-datadir" option to "--with-ticdir" to avoid
13747           confusion, and made this check for the /usr/lib/terminfo pre-existing
13748           directory.
13749         > patches 299-301 (ESR):
13750         + html fixes (Phillippe de Muyter).
13751         + fix typo in ncurses-intro.html (report by Fabrizio Polacco).
13752         + added hashmap.c
13753         + mods to tracing, especially for ACS chars.
13754         + corrected off-by-one in IDCtransform.
13755         + corrected intermittent mouse bug by using return-value from read().
13756         + mods to parse_entry.c, for smarter defaults.
13757
13758 960512
13759         + use getopt in 'tic'; added -L option and modified -e option to allow
13760           list from a file.
13761
13762 960511
13763         + don't use fixed buffer-size in tparm().
13764         + modified tic to create terminfo directory if it doesn't exist.
13765         + added -T options to tic and infocmp (for testing/analysis)
13766         + refined the length criteria for termcap and terminfo
13767         + optimize lib_doupdate with memcpy, PutRange
13768         > patches 297, 298 (ESR):
13769         + implement TERMINFO_DIRS, and -o option of tic
13770         + added TRACE_IEVENT
13771         + fix REQ_TOGGLE_ITEM in menu/menu_driver.c; it could select but not
13772           deselect.
13773         + added lib_print.c (request by Rick Marshall).
13774         + added has_key() (request by Juergen Pfeifer).
13775         + do not issue clrtoeol or clrtobot if the relevant portion of the line
13776           is already blank (analysis by Keith Bostic).
13777         + add parentheses for parameters of COLOR_PAIR and PAIR_NUMBER macros
13778           (analysis by Jurgen Eidt).
13779         + update screen's notion of cursor position in endwin() (analysis by
13780           Alexander Lukyanov).
13781         + added 't' to ncurses.c test.
13782         + moved delay_output() to lib_tputs.c
13783         + removed tparam() (was added in 1.9.9, but conflicts with emacs and
13784           is not part of X/Open Curses).
13785         + removed boolean version of 'getm'.
13786         + misc cursor & optimization fixes.
13787
13788 960504  - snapshot
13789         + modified ncurses 'p' test to allow full-screen range for panner size.
13790         + fixes for locale (Philippe De Muyter <phdm@labauto1.ulb.ac.be>)
13791         + don't use fixed buffer-size in fmt_entry().
13792         + added usage-message to 'infocmp'.
13793         + modified install.includes rules to prepend subdirectory-name to
13794           "#include" if needed.
13795
13796 960430
13797         + protect wrefresh, wnoutrefresh from invocation with pad argument.
13798         + corrected default CCFLAGS in test/Makefile.
13799
13800 960428  - snapshot
13801         + implemented logic to support terminals with background color erase
13802           (e.g., rxvt and the newer color xterm).
13803         + improved screen update logic (off-by-one logic error; use clr_eos if
13804           possible)
13805
13806 960426  - snapshot
13807         + change ncurses 'a' test to run in raw mode.
13808         + make TIOCGWINSZ configure test less stringent, in case user
13809           configures via terminal that cannot get screen size.
13810         > patches 295, 296 (ESR):
13811         + split lib_kernel.c, lib_setup.c and names.c in order to reduce
13812           overhead for programs that use only termcap features.
13813         + new "-e" and "-h" options of tic (request by Tony Nugent).
13814         + fix bug in mandatory-delay logic in lib_tputs.c (report by Sven
13815           Verdoolaege).
13816         + fix for "infocmp -e" to emit correct initializers (reported by Manual
13817           J Novoa III).
13818         + restore working-directory in read_termcap.c (report by Kayvan
13819           Sylvan).
13820         + use "-h" option on Solaris when generating shared libraries on
13821           Solaris 2.5 to record the library name in the file, for assisting
13822           the loader (patch by Scott Kramer).
13823         + undo patch #294 changes to form and menu libraries (request by
13824           Juergen Pfeifer).
13825
13826 960418  - snapshot
13827         + use autoconf 2.9
13828         + fix for AIX 3.2.5 (must define _POSIX_SOURCE to get termios struct
13829           definitions via <termios.h>, modified macros in lib_raw.c to avoid
13830           K&R-style substitution)
13831         > patches 293, 294 (ESR):
13832         + rewrite wsyncup(), wsyncdown(), as well as small fixes to form and
13833           menu libraries to fix echo-breakage introduced by 1.8.9, 1.9.9e
13834           changes (patches by Juergen Pfeifer).
13835         + fix compile under QNX 4.2 by defining ONLCR in lib_raw.c when
13836           __QNX__ is defined (patch by Michael Hunter).
13837         + modify setupterm() to match documentation for its return value, fix
13838           newterm to work with this change (report by Emmet Lazich).
13839         + add checks in getch() for error, return ERR as appropriate (report by
13840           Emmet Lazich).
13841         + mods to wgetch() in cooked mode (report by Pete Seebach).
13842         + corrected askuser() logic in tset (patch by Remco Treffkorn).
13843         + correct interaction of endwin() with mouse processing (report by
13844           Michael Elkins).
13845         + added trace support for TTY flags
13846         + update terminfo.src to 9.13.1
13847         + FreeBSD console entries (patch by Andrew Chernov).
13848
13849 960406
13850         + fixes for NeXT, ISC and HPUX auto-configure
13851         + autogenerate development header-dependencies (config.h, *.priv.h)
13852         + corrected single-column formatting of "use=" (e.g., in tic)
13853         + modify tic to read full terminfo-names
13854         + corrected divide-by-zero that caused hang (or worse) when redirecting
13855           output
13856         + modify tic to generate directories only as-needed (and corrected
13857           instance of use of data from function that had already returned).
13858
13859 ### ncurses-1.9.8a -> 1.9.9e
13860
13861 * fixed broken wsyncup()/wysncdown(), as a result wnoutrefresh() now has
13862   copy-changed-lines behavior.
13863 * added and documented wresize() function.
13864 * more fixes to LOWER-RIGHT corner handling.
13865 * changed the line-breakout optimization code to allow some lines to be
13866   emitted before the first check.
13867 * added option for tic to use symbolic instead of hard links (for AFS)
13868 * fix to restore auto-wrap mode.
13869 * trace level can be controlled by environment variable.
13870 * better handling of NULs in terminal descriptions.
13871 * improved compatibility with observed SVR4 behavior.
13872 * the refresh behavior of over-lapping windows is now more efficient and
13873   behaves like SVR4.
13874 * use autoconf 2.7, which results in a working setup for SCO 5.0.
13875 * support for ESCDELAY.
13876 * small fixes for menu/form code.
13877 * the test directory has its own configure.
13878 * fixes to pads when optimizing scrolling.
13879 * fixed several off-by-one bugs.
13880 * fixes for termcap->terminfo translation; less restrictions more correct
13881   behavior.
13882
13883 ### ncurses-1.9.7 -> 1.9.8a
13884
13885 * teach infocmp -i to recognize ECMA highlight sequences
13886 * infocmp now dumps all SVr4 termcaps (not just the SVr4 ones) on -C
13887 * support infocmp -RBSD.
13888 * satisfy XSI Curses requirement that every macro be available as a function.
13889 * This represents the last big change to the public interface of ncurses. The
13890   ABI_VERSION has now been set at 3.0 and should stay there barring any great
13891   catastrophies or acts of God.
13892 * The C++ has been cleaned up in reaction to the changes to satisfy XSI's
13893   requirements.
13894 * libncurses now gets linked to libcurses to help seamless emulation
13895   (replacement) of a vendor's curses. --disable-overwrite turns this behavior
13896   off.
13897
13898 ### ncurses-1.9.6 -> 1.9.7
13899
13900 * corrected return values of setupterm()
13901 * Fixed some bugs in tput (it does padding now)
13902 * fixed a bug in tic that made it do the wrong thing on entries with more than
13903   one `use' capability.
13904 * corrected the screen-size calculation at startup time to alter the
13905   numeric capabilities as per SVr4, not just LINES and COLS.
13906 * toe(1) introduced; does what infocmp -T used to.
13907 * tic(1) can now translate AIX box1 and font[0123] capabilities.
13908 * tic uses much less core, the dotic.sh kluge can go away now.
13909 * fix read_entry() and write_entry() to pass through cancelled capabilities OK.
13910 * Add $HOME/.terminfo as source/target directory for terminfo entries.
13911 * termcap compilation now automatically dumps an entry to $HOME/.terminfo.
13912 * added -h option to toe(1).
13913 * added -R option to tic(1) and infocmp(1).
13914 * added fallback-entry-list feature.
13915 * added -i option to infocmp(1).
13916 * do a better job at detecting if we're on SCO.
13917
13918 ### ncurses-1.9.5 -> 1.9.6
13919
13920 * handling of TERMCAP environment variables now works correctly.
13921 * various changes to shorten termcap translations to less that 1024 chars.
13922 * tset(1) added
13923 * mouse support for xterm.
13924 * most data tables are now const and accordingly live in shareable text space.
13925 * Obey the XPG4/SVr4 practice that echo() is initially off.
13926 * tic is much better at translating XENIX and AIX termcap entries now.
13927 * tic can interpret ko capabilities now.
13928 * integrated Juergen Pfeifer's forms library.
13929 * taught write_entry() how not to write more than it needs to; this change
13930   reduces the size of the terminfo tree by a full 26%!
13931 * infocmp -T option added.
13932 * better warnings about historical tic quirks from tic.
13933
13934 ### ncurses 1.9.4 -> 1.9.5
13935
13936 * menus library is now included with documentation.
13937 * lib_mvcur has been carefully profiled and tuned.
13938 * Fixed a ^Z-handling bug that was tanking lynx(1).
13939 * HJ Lu's patches for ELF shared libraries under Linux
13940 * terminfo.src 9.8.2
13941 * tweaks for compiling in separate directories.
13942 * Thomas Dickey's patches to support NeXT's brain-dead linker
13943 * Eric Raymond's patches to fix problems with long termcap entries.
13944 * more support for shared libraries under SunOS and IRIX.
13945
13946 ### ncurses 1.9.3 -> 1.9.4
13947
13948 * fixed an undefined-order-of-evaluation bug in lib_acs.c
13949 * systematically gave non-API public functions and data an _nc_ prefix.
13950 * integrated Juergen Pfeifer's menu code into the distribution.
13951 * totally rewrote the knight test game's interface
13952
13953 ### ncurses 1.9.2c -> 1.9.3
13954
13955 * fixed the TERMCAP_FILE Support.
13956 * fixed off-by-one errors in scrolling code
13957 * added tracemunch to the test tools
13958 * took steps to cut the running time of make install.data
13959
13960 ### ncurses 1.9.2c -> 1.9.2d
13961
13962 * revised 'configure' script to produce libraries for normal, debug,
13963   profile and shared object models.
13964
13965 ### ncurses 1.9.1 -> 1.9.2
13966
13967 * use 'autoconf' to implement 'configure' script.
13968 * panels support added
13969 * tic now checks for excessively long termcap entries when doing translation
13970 * first cut at eliminating namespace pollution.
13971
13972 ### ncurses 1.8.9 -> 1.9
13973
13974 * cleanup gcc warnings for the following: use size_t where 'int' is not
13975   appropriate, fixed some shadowed variables, change attr_t to compatible with
13976   chtype, use attr_t in some places where it was confused with 'int'.
13977 * use chtype/attr_t casts as appropriate to ensure portability of masking
13978   operations.
13979 * added-back waddchnstr() to lib_addstr.c (it had been deleted).
13980 * supplied missing prototypes in curses.h
13981 * include <termcap.h> in lib_termcap.c to ensure that the prototypes
13982   are consistent (they weren't).
13983 * corrected prototype of tputs in <termcap.h>
13984 * rewrote varargs parsing in lib_tparm.c (to avoid referencing memory
13985   that may be out of bounds on the stack) -- Purify found this.
13986 * ensure that TRACE is defined in lib_trace.c (to solve prototype
13987   warnings from gcc).
13988 * corrected scrolling-region size in 'mvcur_wrap()'
13989 * more spelling fixes
13990 * use 'calloc()' to allocate WINDOW struct in lib_newwin.c (Purify).
13991 * set default value for SP->_ofp in lib_set_term.c (otherwise SunOS dumps
13992   core in init_acs()).
13993 * include <errno.h> in write_entry.c (most "braindead" includes declare errno
13994   in that file).
13995
13996 ### ncurses 1.8.8 -> 1.8.9
13997
13998 * compile (mostly) clean with gcc 2.5.8 -Wall -Wstrict-prototypes
13999   -Wmissing-prototypes -Wconversion and using __attribute__ to flush out
14000   non-portable use of "%x" for pointers, or for chtype data (which is declared
14001   as a long).
14002 * modified doupdate to ensure that typahead was turned on before attempting
14003   select-call (otherwise, some implementations hang).
14004 * added trace mask TRACE_FIFO, use this in lib_getch.c to allow finer
14005   resolution of traces.
14006 * improved bounds checking on several critical functions.
14007 * the data directory has been replaced by the new master terminfo file.
14008 * -F file-comparison option added to infocmp.
14009 * compatibility with XSI Curses is now documented in the man bages.
14010 * wsyncup/wsyncdown functions are reliable now; subwindow code in general
14011   is much less flaky.
14012 * capabilities ~msgr, tilde_glitch, insert_padding, generic_type, no_pad_char,
14013   memory_above, memory_below, and hard_copy are now used properly.
14014 * cursor-movement optimization has been completely rewritten.
14015 * vertical-movement optimization now uses hardware scrolling, il, dl.
14016
14017 ### ncurses 1.8.7 -> 1.8.8
14018 * untic no longer exists, infocmp replaces it.
14019 * tic can understand termcap now, especially if it is called captoinfo.
14020 * The Linux Standard Console terminfo entry is called linux insead of console.
14021   It also uses the kernel's new method of changing charsets.
14022 * initscr() will EXIT upon error (as the docs say) This will mostly happen if
14023   you try to run on an undefined terminal.
14024 * I can get things running on AIX but tic can't compile terminfo. I have to
14025   compile entries on another machine. Volunteers to hunt this bug are welcome.
14026 * wbkgd() and wbkgdset() can be used to set a windows background to color.
14027   wclear()/werase() DO NOT use the current attribute to clear the screen.
14028   This is the way SVR4 curses works. PDCurses 2.1 is broken in this respect,
14029   though PDCurses 2.2 has been fixed.
14030 * cleaned up the test/ directory.
14031 * test/worm will segfault after quite a while.
14032 * many spelling corrections courtesy of Thomas E. Dickey
14033
14034 ### ncurses 1.8.6 -> 1.8.7
14035 * cleaned up programs in test/ directory.
14036 * fixed wbkgdset() macro.
14037 * modified getstr() to stop it from advancing cursor in noecho mode.
14038 * modified linux terminfo entry to work with the latest kernel to get
14039   the correct alternate character set.
14040 * also added a linux-mono entry for those running on monochrome screens.
14041 * changed initscr() so that it behaves like the man page says it does.
14042   this fixes the problem with programs in test/ crashing with SIGSEV if
14043   a terminal is undefined.
14044 * modified addch() to avoid using any term.h #define's
14045 * removed duplicate tgoto() in lib_tparm.c
14046 * modified dump_entry.c so that infocmp deals correctly with ',' in acsc
14047 * modified delwin() to correctly handle deleting subwindows.
14048 * fixed Makefile.dist to stop installing an empty curses.h
14049 * fixed a couple of out-of-date notes in man pages.
14050
14051 ### ncurses 1.8.5 -> 1.8.6
14052 * Implemented wbkgd(), bkgd(), bkgdset(), and wbkgdset().
14053 * The handling of attributes has been improved and now does not turn off color
14054   if other attributes are turned off.
14055 * scrolling code is improved. Scrolling in subwindows is still broken.
14056 * Fixes to several bugs that manifest them on platforms other than Linux.
14057 * The default to meta now depends on the status of the terminal when ncurses
14058   is started.
14059 * The interface to the tracing facility has changed.  Instead of the pair of
14060   functions traceon() and traceoff(), there is just one function trace() which
14061   takes a trace mask argument.  The trace masks, defined in curses.h, are
14062   as follows:
14063
14064         #define TRACE_DISABLE   0x00    /* turn off tracing */
14065         #define TRACE_ORDINARY  0x01    /* ordinary trace mode */
14066         #define TRACE_CHARPUT   0x02    /* also trace all character outputs */
14067         #define TRACE_MAXIMUM   0x0f    /* maximum trace level */
14068
14069   More trace masks may be added, or these may be changed, in future releases.
14070 * The pad code has been improved and the pad test code in test/ncurses.c has
14071   been improved.
14072 * The prototype ansi entry has been changed to work with a wider variety
14073   of emulators.
14074 * Fix to the prototype ansi entry that enables it to work with PC emulators
14075   that treat trailing ";m" in a highlight sequence as ";0m"; this doesn't
14076   break operation with any emulators.
14077 * There are now working infocmp, captoinfo, tput, and tclear utilities.
14078 * tic can now compile entries in termcap syntax.
14079 * Core-dump bug in pnoutrefresh fixed.
14080 * We now recognize and compile all the nonstandard capabilities in Ross
14081   Ridge's mytinfo package (rendering it obsolete).
14082 * General cleanup and documentation improvements.
14083 * Fixes and additions to the installation-documentation files.
14084 * Take cursor to normal mode on endwin.
14085
14086 ### ncurses 1.8.4 -> 1.8.5
14087 * serious bugs in updating screen which caused erratic non-display,
14088   fixed.
14089 * fixed initialization for getch() related variable which cause
14090   unpredictable results.
14091 * fixed another doupdate bug which only appeared if you have
14092   parm_char.
14093 * implemented redrawln() and redrawwin().
14094 * implemented winsnstr() and related functions.
14095 * cleaned up insertln() and deleteln() and implemented (w)insdeln().
14096 * changed Makefile.dist so that installation of man pages will
14097   take note of the terminfo directory.
14098 * fixed Configure (removed the mysterious 'X').
14099 * Eric S. Raymond fixed the script.* files so that they work with
14100   stock awk.
14101
14102 #### ncurses 1.8.3 -> 1.8.4 #### ####
14103 * fixed bug in refreshing the screen after return from shell_mode.
14104   There are still problems but they don't manifest themselves on
14105   my machine (Linux 0.99.14f).
14106 * added wgetnstr() and modified things accordingly.
14107 * fixed the script.src script.test to work with awk not just gawk.
14108 * Configure can now take an argument of the target system.
14109 * added test/ncurses.c which replaces several other programs and
14110   performs more testing.
14111 [Thanks to Eric S Raymond for the last 4]
14112 * more fixes to lib_overlay.c and added test/over.c to illustrate
14113   how it works.
14114 * fixed ungetch() to take int instead of ch.
14115 * fixes to cure wgetch() if flushinp() is called.
14116
14117 One note I forgot to mention in 1.8.3 is that tracing is off by
14118 default starting in the version. If you want tracing output, put
14119 traceon(); in your code and link with -ldcurses.
14120
14121 #### ncurses 1.8.2 -> ncurses 1.8.3 #### ####
14122 MAJOR CHANGES:
14123 1) The order of capabilities has been changed in order to achieve
14124 binary compatibility with SVR4 terminfo database. This has the
14125 unfortunate effect of breaking application currently linked with
14126 ncurses. To ensure correct behavior, recompile all such programs.
14127 Most programs using color or newer capabilities will break, others
14128 will probably continue to work ok.
14129
14130 2) Pavel Curtis has renounced his copyright to the public domain.
14131 This means that his original sources (posted to comp.sources.unix,
14132 volume 1) are now in the public domain.  The current sources are
14133 NOT in the public domain, they are copyrighted by me.  I'm
14134 entertaining ideas on what the new terms ncurses is released under.
14135
14136 3) Eric S. Raymond has supplied a complete set of man pages for
14137 ncurses in ?roff format. They will eventually replace most of the
14138 current docs. Both sets are included in this release.
14139
14140 Other changes and notes from 1.8.2 include:
14141 * SIGSEGV during scrolling no longer occurs.
14142 * Other problems with scrolling and use of idl have been corrected.
14143 * lib_getch.c has been re-written and should perform flawlessly.
14144   please use test/getch.c and any other programs to test this.
14145 * ripoffline() is implemented (Thanks to Eric) and slk_ functions
14146   changed accordingly.
14147 * I've added support for terminals that scroll if you write in the
14148   bottom-right corner.
14149 * fixed more bugs in pads code. If anybody has a program that uses
14150   pads I'd love a copy.
14151 * correct handling for terminal with back_color_erase capability
14152   (such as Linux console, and most PC terminals)
14153 * ^Z handling apparently didn't work (I should never trust code
14154   sent me to me without extensive testing). It now seems to be
14155   fixed. Let me know if you have problems.
14156 * I've added support for Apollo and NeXT, but it may still be
14157   incomplete, especially when dealing with the lack of POSIX
14158   features.
14159 * scrolling should be more efficient on terminals with idl
14160   capabilities. Please see src/lib_scroll.c for more notes.
14161 * The line drawing routines were offset by 1 at both ends. This
14162   is now fixed.
14163 * added a few missing prototypes and macros (e.g. setterm())
14164 * fixed code in src/lib_overlay.c which used to crash.
14165 * added a few more programs in test/ The ones from the PDCurses
14166   package are useful, especially if you have SVR4 proper. I'm
14167   interested in the results you get on such a systems (Eric? ;-).
14168   They already exposed certain bugs in ncurses.
14169 * See src/README for porting notes.
14170 * The C++ code should really replace ncurses.h instead of working
14171   around it. It should avoid name-space clashes with nterm.h (use
14172   rows instead of lines, etc.)
14173 * The C++ should compile ok. I've added explicit rules to the
14174   Makefile because no C++ defaults are documented on the suns.
14175 * The docs say that echo() and nocbreak() are mutually exclusive.
14176   At the moment ncurses will switch to cbreak() if the case above
14177   occurs. Should it continue to do so? How about echo() and noraw()?
14178 * PDCurses seem to assume that wclear() will use current attribute
14179   when clearing the screen. According to Eric this is not the case
14180   with SVR4.
14181 * I have discovered, to my chagrin, SunOS 4.x (and probably other systems)
14182   * doesn't have vsscanf and God knows what else!  I've will do a vsscanf().
14183 * I've also found out that the src/script.* rely on gawk and will not
14184   work with stock awk or even with nawk. Any changes are welcome.
14185 * Linux is more tolerant of NULL dereferences than most systems. This
14186   fact was exposed by hanoi.
14187 * ncurses still seems inefficient in drawing the screen on a serial
14188   link between Linux and suns. The padding may be the culprit.
14189 * There seems to be one lingering problem with doupdate() after shelling
14190   out. Despite the fact the it is sending out the correct information
14191   to the terminal, nothing takes effect until you press ^L or another
14192   refresh takes place. And yes, output does get flushed.
14193
14194 #### ncurses 1.8.1 -> ncurses 1.8.2 #### Nov 28, 1993 ####
14195
14196 * added support for SVR4 and BSDI's BSD/386.
14197 * major update and fix to scrolling routine.
14198 * MORE fixes to stuff in lib_getch.c.
14199 * cleaned-up configuration options and can now generate
14200         Config.* files through an awk script.
14201 * changed setupterm() so it can be called more than once,
14202         add added set_curterm(), del_curterm().
14203 * a few minor cleanups.
14204 * added more prototypes in curses.h
14205
14206 #### ncurses 1.8 -> ncurses 1.8.1 #### Nov 4, 1993 ####
14207
14208 * added support for NeXTStep 3.0
14209 * added termcap emulation (not well tested).
14210 * more complete C++ interface to ncurses.
14211 * fixed overlay(), overwrite(), and added copywin().
14212 * a couple of bug fixes.
14213 * a few code cleanups.
14214
14215 #### ncurses 0.7.2/0.7.3 -> ncurses 1.8 #### Aug 31, 1993 ####
14216
14217 * The annoying message "can't open file." was due to missing
14218   terminfo entry for the used terminal. It has now been
14219   replaced by a hopefully more helpful message.
14220 * Problems with running on serial lines are now fixed.
14221 * Added configuration files for SunOS, Linux, HP/UX, Ultrix,
14222   386bsd/BSDI (if you have others send'em to me)
14223 * Cleaner Makefile.
14224 * The documentation in manual.doc is now more uptodate.
14225 * update optimization and support for hp terminals, and 386bsd
14226   console driver(s).
14227 * mvcur optimization for terminals without cursor addressing
14228   (doesn't work on Linux)
14229 * if cursor moved since last update, getch() will refresh the
14230   screen before working.
14231 * getch() & alarm() can now live together. in 0.7.3 a signal
14232   interrupted getch() (bug or feature?) now the getch is
14233   restarted.
14234 * scanw() et all were sick, now fixed.
14235 * support for 8-bit input (use meta()).
14236 * added default screen size to all terminfos.
14237 * added c++ Ncursesw class.
14238 * several minor bug fixes.
14239
14240 #### ncurses 0.7.2 -> ncurses 0.7.3 #### May 27, 1993 ####
14241
14242 * Config file to cope with different platforms (386BSD, BSDI, Ultrix, SunOS)
14243 * more fixes to lib_getch.c
14244 * changes related to Config
14245
14246 #### ncurses 0.7 -> ncurses 0.7.2 #### May 22, 1993 ####
14247
14248 * docs updated slightly (color usage is now documented).
14249 * yet another fix for getch(), this one fixes problems with ESC being swallowed
14250   if another character is typed before the 1 second timeout.
14251 * Hopefully, addstr() and addch() are 8-bit clean.
14252 * fixed lib_tparm.c to use stdarg.h (should run on suns now)
14253 * order of capabilities changed to reflect that specified in SYSV
14254   this will allow for binary-compatibility with existing terminfo dbs.
14255 * added halfdelay()
14256 * fixed problems with asc_init()
14257 * added A_PROTECT and A_INVIS
14258 * cleaned up vidputs()
14259 * general cleanup of the code
14260 * more attention to portability to other systems
14261 * added terminfos for hp70092 (won't work until changes to lib_update.c are
14262   made) and 386BSD pcvt drivers.
14263
14264 Thanks to Hellmuth Michaelis for his help.
14265 optimization code is slated for the next major release, stay tuned!
14266
14267 #### ncurses 0.6/0.61 -> ncurses 0.7 #### April 1, 1993
14268 Please note that the next release will be called 1.8. If you want to know about
14269 the rationale drop me a line.
14270
14271 Included are several test programs in test/.
14272 I've split up the panels library, reversi, tetris, sokoban. They are now
14273 available separately from netcom.com:pub/zmbenhal/
14274
14275 * color and ACS support is now fully compatible with SYSV at the terminfo
14276   level.
14277 * Capabilities now includes as many SYSV caps I could find.
14278 * tigetflag,tigetnum,tigetstr functions added.
14279 * boolnames, boolfnames, boolcodes numnames, numfnames, numcodes,
14280   strnames, strfnames, strcodes arrays are now added.
14281 * keyname() is added.
14282 * All function keys can be defined in terminfo entries.
14283 * fixed lin_tparm.c to behave properly.
14284 * terminfo entries for vt* and xterm are included (improvements are welcome)
14285 * more automation in handling caps and keys.
14286 * included fixes from 0.6.1
14287 * added a few more missing functions.
14288 * fixed a couple of minor bugs.
14289 * updated docs JUST a little (still miles behind in documenting the newer
14290         features).
14291
14292 #### ncurses 0.6 -> ncurses 0.61 ####
14293
14294 1) Included the missing data/console.
14295
14296 2) allow attributes when drawing boxes.
14297
14298 3) corrected usage of win->_delay value.
14299
14300 4) fixed a bug in lib_getch.c. if it didn't recognize a sequence it would
14301         simply return the last character in the sequence. The correct
14302         behavior is to return the entire sequence one character at a time.
14303
14304 #### ncurses0.5 -> ncurses0.6 #### March 1, 1993 ####
14305 * removed _numchngd from struct _win_st and made appropriate changes.
14306 * rewritten kgetch() to remove problems with interaction between alarm and
14307   read(). It caused SIGSEGV every now and then.
14308 * fixed a bug that miscounted the numbers of columns when updating.
14309   (in lib_doupdate.c(ClrUpdate() -- iterate to columns not columns-1)
14310 * fixed a bug that cause the lower-right corner to be incorrect.
14311   (in lib_doupdate.c(putChar() -- check against columns not columns-1)
14312 * made resize() and cleanup() static to lib_newterm.c
14313 * added notimeout().
14314 * added timeout() define in curses.h
14315 * added more function prototypes and fixed napms.
14316 * added use_env().
14317 * moved screen size detection to lib_setup.c.
14318 * fixed newterm() to confirm to prototype.
14319 * removed SIGWINCH support as SYSV does not define its semantics.
14320 * cleaned-up lib_touch.c
14321 * added waddnstr() and relatives.
14322 * added slk_* support.
14323 * fixed a bug in wdeleteln().
14324 * added PANEL library.
14325 * modified Makefile for smoother installation.
14326 * terminfo.h is really term.h
14327
14328 #### ncurses 0.4 -> ncurses 0.5 #### Feb 14, 1993 ####
14329 * changed _win_st structure to allow support for missing functionality.
14330 * Addition of terminfo support for all KEY_*.
14331 * Support for nodelay(), timeout(), notimeout().
14332 * fixed a bug with the keypad char reading that did not return ESC until
14333   another key is pressed.
14334 * nl mapping no longer occur on output (as should be)
14335   fixed bug '\n' no causing a LF.
14336 * fixed bug that reset terminal colors regardless of whether we use color
14337   or not.
14338 * Better support for ACS (not quite complete).
14339 * fixed bug in wvline().
14340 * added curs_set().
14341 * changed from signal() to sigaction().
14342 * re-included the contents of important.patch into source.
14343
14344 #### ncurses 0.3 -> ncurses 0.4 #### Feb 3, 1993 ####
14345 * Addition of more KEY_* definitions.
14346 * Addition of function prototypes.
14347 * Addition of several missing functions.
14348 * No more crashes if screen size is undefined (use SIGWINCH handler).
14349 * added a handler to cleanup after SIGSEGV (hopefully never needed).
14350 * changed SRCDIR from /etc/term to /usr/lib/terminfo.
14351 * renamed compile/dump to tic/untic.
14352 * New scrolling code.
14353 * fixed bug that reversed the sense of nl() and nonl().
14354
14355 #### ncurses 0.2 -> ncurses 0.3 #### Jan 20, 1993 ####
14356 * more support for color and graphics see test/ for examples.
14357 * fixed various files to allow correct update after shelling out.
14358 * more fixes for updates.
14359 * no more core dumps if you don't have a terminfo entry.
14360 * support for LINES and COLUMNS environment variables.
14361 * support for SIGWINCH signal.
14362 * added a handler for SIGINT for clean exits.
14363
14364 #### ncurses 0.1 -> ncurses 0.2 #### Aug 14, 1992 ####
14365 * support for color.
14366 * support for PC graphic characters.
14367 * lib_trace.c updated to use stdarg.h and vprintf routines.
14368 * added gdc.c (Great Digital Clock) as an example of using color.
14369
14370 #### ncurses -> ncurses 0.1 #### Jul 31, 1992 ####
14371 * replacing sgtty stuff by termios stuff.
14372 * ANSIfication of some functions.
14373 * Disabling cost analysis 'cause it's incorrect.
14374 * A quick hack for a terminfo entry.
14375
14376 -- vile:txtmode: