]> ncurses.scripts.mit.edu Git - ncurses.git/blob - NEWS
ncurses 6.1 - patch 20200118
[ncurses.git] / NEWS
1 -------------------------------------------------------------------------------
2 -- Copyright (c) 1998-2019,2020 Free Software Foundation, Inc.               --
3 --                                                                           --
4 -- Permission is hereby granted, free of charge, to any person obtaining a   --
5 -- copy of this software and associated documentation files (the             --
6 -- "Software"), to deal in the Software without restriction, including       --
7 -- without limitation the rights to use, copy, modify, merge, publish,       --
8 -- distribute, distribute with modifications, sublicense, and/or sell copies --
9 -- of the Software, and to permit persons to whom the Software is furnished  --
10 -- to do so, subject to the following conditions:                            --
11 --                                                                           --
12 -- The above copyright notice and this permission notice shall be included   --
13 -- in all copies or substantial portions of the Software.                    --
14 --                                                                           --
15 -- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS   --
16 -- OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF                --
17 -- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN --
18 -- NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,       --
19 -- DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR     --
20 -- OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE --
21 -- USE OR OTHER DEALINGS IN THE SOFTWARE.                                    --
22 --                                                                           --
23 -- Except as contained in this notice, the name(s) of the above copyright    --
24 -- holders shall not be used in advertising or otherwise to promote the      --
25 -- sale, use or other dealings in this Software without prior written        --
26 -- authorization.                                                            --
27 -------------------------------------------------------------------------------
28 -- $Id: NEWS,v 1.3431 2020/01/19 02:02:44 tom Exp $
29 -------------------------------------------------------------------------------
30
31 This is a log of changes that ncurses has gone through since Zeyd started
32 working with Pavel Curtis' original work, pcurses, in 1992.
33
34 Changes through 1.9.9e are recorded by Zeyd M Ben-Halim.
35 Changes since 1.9.9e are recorded by Thomas E Dickey.
36
37 Contributors include those who have provided patches (even small ones), as well
38 as those who provide useful information (bug reports, analyses).  Changes with
39 no cited author are the work of Thomas E Dickey (TD).
40
41 A few contributors may be cited in this file by their initials.
42 Each accounts for half of one percent or more of the changes since 1.9.9e.
43 See the AUTHORS file for the corresponding full names.
44
45 Changes through 1.9.9e did not credit all contributions;
46 it is not possible to add this information.
47
48 20200118
49         + expanded description of XM in user_caps.5
50         + improve xm example for xterm+x11mouse, xterm+sm+1006 -TD
51         + add history section to curs_slk.3x and curs_terminfo.3x manpages.
52         + update alacritty entries for 0.4.0 (prompted by patch by
53           Christian Durr) -TD
54         + correct spelling errors found with codespell.
55         + fix for test/configure, from xterm #352.
56
57 20200111
58         + improve configure macros which check for the X11/Intrinsic.h header,
59           to accommodate recent MacOS changes.
60         + suppress gcc's -Winline warning; it has not been useful for some time
61         + update config.guess, config.sub
62
63 20200104
64         + modify a couple of macros in aclocal.m4 to allow autoconf 2.69 to
65           "work", to help illustrate discussion in
66           https://invisible-island.net/autoconf/my-autoconf.html
67         + fix some warnings from autoheader-252
68
69 20191228
70         + in gen-pkgconfig.in, move the RPATH_LIST and PRIVATE_LIBS assignments
71           past the various prefix/libdir assignments, to allow for using those
72           symbols, e.g., as done via CF_SHARED_OPTS.
73         + improve ncurses*-config and pc-files by filtering out linker-specs.
74         + modify test-package to more closely match Fedora's configuration
75           for PIE/PIC feature and debug-packages.
76
77 20191221
78         + correct pathname used in Ada95 sample programs for explain.txt, to
79           work with test-packages.
80         + improve tracemunch:
81           + keep track of TERMINAL* values
82           + if tracing was first turned on after initialization, attempt to
83             show distinct screen, window and terminal names anyway.
84         + ensure that GCC_NORETURN is defined in term.h, because the prototype
85           for exit_terminfo() uses it (report by Werner Fink).
86
87 20191214
88         + add exit_curses() and exit_terminfo() to replace internal symbols for
89           leak-checking.
90
91 20191207
92         + fix a few warnings for test-package builds
93         + add curses_trace(), to replace trace().
94
95 20191130
96         + add portability section to curs_getcchar manpage (prompted by
97           discussion with Nick Black).
98         + improve portability discussion of ACS characters in curs_addch
99           manpage.
100         + improve typography for double-quotes in manpages.
101
102 20191123
103         + fix typo for MinGW rpm test-package.
104         + workaround in rpm specs for NFS problems in Fedora 31.
105
106 20191116
107         + modify ncurses/Makefile.in to fix a case where Debian/testing changes
108           to the ld --as-needed configuration broke ncurses-examples test
109           packages.
110         + drop library-dependency on psapi for MinGW port, since win_driver.c
111           defines PSAPI_VERSION to 2, making it use GetProcessImageFileName
112           from kernel32.dll (prompted by patch by Simon Sobish, cf: 20140503).
113
114 20191109
115         + add warning-check in tic for terminals with parm_dch vs parm_ich.
116         + drop ich1 from rxvt-basic, Eterm and mlterm to improve compatibility
117           with old non-curses programs -TD
118         + reviewed st 0.8.2, updated some details -TD
119         + use ansi+rep several places -TD
120         + corrected tic's check for ich1 (report by Sebastian J. Bronner,
121           cf: 20020901).
122
123 20191102
124         + check parameter of set_escdelay, return ERR if negative.
125         + check parameter of set_tabsize, return ERR if not greater than zero
126           (report/patch by Anthony Sottile).
127         + revise CF_ADD_LIBS macro to prepend rather than append libraries.
128         + add "xterm-mono" to help packagers (report by Sven Joachim) -TD
129
130 20191026
131         + add a note in man/curs_add_wch.3x about Unicode terminology for the
132           line-drawing characters (report by Nick Black).
133         + improve comment in lib_tgoto.c regarding the use of \200 where a
134           \0 would be intended by the caller (report by "64 bit", cf: 20000923).
135         + modify linux-16color to accommodate Linux console driver change in
136           early 2018 (report by Dino Petrucci).
137
138 20191019
139         + modify make_hash to not require --disable-leaks, to simplify building
140           with address-sanitizer.
141         + modify tic to exit if it cannot remove a conflicting name, because
142           treating that as a partial success can cause an infinite loop in
143           use-resolution (report/testcase by Hongxu Chen, cf: 20111001).
144
145 20191015
146         + improve buffer-checks in captoinfo.c, for some cases when the
147           input string is shorter than expected.
148         > fix two errata in tic (report/testcases by Hongxu Chen):
149         + check for missing character after backslash in write_it
150         + check for missing characters after "%>" when converting from termcap
151           syntax (cf: 980530).
152
153 20191012
154         + amend recent changes to ncurses*-config and pc-files to filter out
155           Debian linker-flags (report by Sven Joachim, cf: 20150516).
156         + clarify relationship between tic, infocmp and captoinfo in manpage.
157         + check for invalid hashcode in _nc_find_type_entry and
158           _nc_find_name_entry.
159         > fix several errata in tic (reports/testcases by "zjuchenyuan"):
160         + check for invalid hashcode in _nc_find_entry.
161         + check for missing character after backslash in fmt_entry
162         + check for acsc with odd length in dump_entry in check for one-one
163           mapping (cf: 20060415);
164         + check length when converting from old AIX box_chars_1 capability,
165           overlooked in changes to eliminate strcpy (cf: 20001007).
166
167 20191005
168         + modify the ncurse*-config and pc-files to more closely match for the
169           -I and -l options.
170
171 20190928
172         + amend the ncurses*-config and pc-files to take into account the rpath
173           hack which differed between those files.
174         + improve -L option filtering in ncurses*-config
175         + improve recovery from error when reading command-character in
176           test/ncurses.c, showing the relevant error message and not exiting on
177           EINTR (cf: 20180922)
178
179 20190921
180         + add a note in resizeterm manpage about top-level windows which touch
181           the screen's borders.
182         + modify configure-checks for gnat to identify each of the tools path
183           and version.
184
185 20190914
186         + build-fixes for Ada95 configure-script and corresponding test package
187
188 20190907
189         + add --with-ada-libname option and modify Ada95 configuration to 
190           allow renaming the "AdaCurses" library (prompted by proposed changes
191           by Pascal Pignard).
192         + modify configure script to distinguish gcc from icc and clang when
193           the --enable-warnings option is not used, to avoid unnecessary
194           warnings about unrecognized inline options (report by Sven Joachim).
195
196 20190831
197         + build-fixes for configuration using --program-suffix with Ada95,
198           noticed with MacOS but applicable to other platforms without
199           libpanelw, etc.
200
201 20190824
202         + fix some cppcheck warnings, mostly style, in ncurses test-programs.
203
204 20190817
205         + amend 20181208 changes for wbkgd() and wbkgrnd(), fixing a few
206           details where it still differed from SVr4.
207         + fix some cppcheck warnings, mostly style, in ncurses test-programs.
208
209 20190810
210         + fix a few more coverity warnings.
211
212 20190803
213         + improve loop limits in _nc_scroll_window() to handle a case where
214           the scrolled data is a pad which is taller than the window (patch
215           by Rob King).
216         + amend the change to screen, because tmux relies upon that entry
217           and does not support that feature (Debian #933572) -TD
218         + updated ms-terminal entry & notes -TD
219         + updated kitty entry & notes -TD
220         + updated alacritty+common entry & notes -TD
221         + use xterm+sl-twm for consistency -TD
222
223 20190728
224         + fix a few more coverity warnings.
225         + more documentation updates based on tctest.
226
227 20190727
228         + fix a few coverity warnings.
229         + documentation updates based on tctest.
230
231 20190720
232         + fix a few warnings for gcc 4.x
233         + add some portability/historical details to the tic, toe and infocmp
234           manual pages.
235         + correct fix for broken link from terminfo(5) to tabs(1) manpage
236           (report by Sven Joachim).
237
238 20190713
239         + change reset's behavior for margins to simply clear soft-margins if
240           possible, rather than clearing and then setting them according to the
241           terminal's width (suggested by Thomas Wolff).
242         + correct order of one wbkgd versus start_color call in test/padview.c
243
244 20190706
245         + add domterm -TD
246         + improve comments for recent changes, add alias xterm.js -TD
247
248 20190630
249         + add --with-tic-path and --with-infocmp-path to work around problems
250           building fallback source using pre-6.0 tic/infocmp.
251         + add a check in tic for paired indn/rin
252         + correct a buffer-limit in write_entry.c for systems that use caseless
253           filenames.
254         + add ms-terminal -TD
255         + add vscode, vscode-direct -TD
256
257 20190623
258         + improve the tabs.1 manual page to distinguish the PWB/Unix and 7th
259           Edition versions of the tabs utility.
260         + add configure check for getenv() to work around implementation shown
261           in Emscripten #6766, use that to optionally suppress START_TRACE
262           macro, whose call to getenv() may not work properly (report by Ilya
263           Ig Petrov).
264         + modify initialization functions to avoid relying upon persistent
265           data for the result from getenv().
266         + update config.guess, config.sub
267
268 20190615
269         + expand the portability section of the man/tabs.1 manual page.
270         + regenerate HTML manpages.
271
272 20190609
273         + add mintty, mintty-direct (adapted from patch by Thomas Wolff).
274           Some of the suggested user-defined capabilities are commented-out,
275           to allow builds with ncurses 5.9 and 6.0
276         + add Smol/Rmol for tmux, vte-2018 (patch by Nicholas Marriott).
277         + add rs1 to konsole, mlterm -TD
278         + modify _nc_merge_entry() to make a copy of the data which it merges,
279           to avoid modifying the source-data when aligning extended names.
280
281 20190601
282         + modify an internal call to vid_puts to pass extended color pairs
283           e.g., from tty_update.c and lib_mvcur.c (report by Niegodziwy Beru).
284         + improve manual page description of init_tabs capability and TABSIZE
285           variable.
286
287 20190525
288         + modify reset_cmd.c to allow for tabstops at intervals other than 8
289           (report by Vincent Huisman).
290
291 20190518
292         + update xterm-new to xterm patch #345 -TD
293         + add/use xterm+keypad in xterm-new (report by Alain D D Williams) -TD
294         + update terminator entry -TD
295         + remove hard-tabs from ti703 (report by Robert Clausecker)
296         + mention meml/memu/box1 in user_caps manual page.
297         + mention user_caps.5 in tic and infocmp manual pages.
298
299 20190511
300         + fix a spurious blank line seen with "infocmp -1fx xterm+x11mouse"
301         + add checks in repair_subwindows() to keep the current position and
302           scroll-margins inside the resized subwindow.
303         + add a limit check in newline_forces_scroll() for the case where the
304           row is inside scroll-margins, but not at the end (report by Toshio
305           Kuratomi, cf: 20170729).
306         + corrected a warning message in tic for extended capabilities versus
307           number of parameters.
308
309 20190504
310         + improve workaround for Solaris wcwidth versus line-drawing characters
311           (report by Pavel Stehule).
312         + add special case in tic to validate RGB string-capability extension.
313         + corrected string/parameter-field for RGB in Caps-ncurses.
314
315 20190427
316         + corrected problem in terminfo load/realignment which prevented
317           infocmp from comparing extended capabilities with the same name
318           but different types.
319
320 20190420
321         + improve ifdef's for TABSIZE variable, to help with AIX/HPUX ports.
322
323 20190413
324         + check for TABSIZE variable in test/configure script.
325         + used test/test_arrays.c to improve Caps.aix1 and Caps.hpux11
326         + corrected filtering of comments in MKparametrized.sh
327         + reduce duplication across Caps* files by moving some parts which do
328           not depend on order into Caps-ncurses.
329
330 20190406
331         + modify MKcaptab.sh, MKkey_defs.sh, and MKhashsize.sh to handle
332           split-up Caps-files.
333         + build-fixes if extended-functions are disabled.
334
335 20190330
336         + add "screen5", to mention italics (report by Stefan Assmann)
337         + modify description of xterm+x11hilite to eliminate unused p5 -TD
338         + add configure script checks to help with a port to Ultrix 3.1
339           (report by Dennis Grevenstein).
340           + check if "b" binary feature of fopen works
341           + check for missing feature of locale.h
342           + add fallback for strstr() in test-programs
343           + add fallback for STDOUT_FILENO in test-programs
344         + update config.guess, config.sub
345
346 20190323
347         + move macro for is_linetouched() inside NCURSES_NOMACROS ifndef.
348         + corrected prototypes in several manpages using script to extract
349           those in compilable form.
350         + use _nc_copy_termtype2() rather than direct assignment in setupterm,
351           in case it is called repeatedly using fallback terminfo descriptions
352           (report/patch by Werner Fink).
353
354 20190317
355         + regenerate llib-* files.
356         + modify tic to also use new function for user-defined capability info.
357         + modify _nc_parse_entry() to check if a user-defined capability has
358           an unexpected type; ignore it in that case.
359         + fix a special case of link-anchors in generated Ada html files.
360         + use newer rel=author tag in generated html rather than rev=made,
361           which did not become accepted.
362
363 20190309
364         + in-progress changes to add parameter-checking for common user-defined
365           capabilities in tic.
366         + update MKcodes.awk and MKnames.awk to ignore the new "userdef"
367           data in Caps-ncurses (cf: 20190302).
368
369 20190302
370         + corrected some of the undocumented terminfo names in Caps.hpux11
371         + add "Caps-ncurses" file to help with checking inconsistencies in some
372           user-defined capabilities.
373         + amend check for repeat_char to handle a case where setlocale() was
374           called after initscr() (report by "Ampera").
375
376 20190223
377         + fix typo in adds200 -TD
378         + add tic check for consistent alternate character set capabilities.
379         + improve check in mvcur() to decide whether to use hard-tabs, using
380           xt, tbc and hts as clues.
381         + replace check in reset command for obsolete "pt" capability using
382           tbc and hts capabilities as clues (report by Nicolas Marriott).
383
384 20190216
385         + improve manual page description of TABSIZE.
386         + add test/demo_tabs program.
387
388 20190209
389         + add check in tic to provide warnings for mismatched number of
390           parameters in the documented user-capability extensions.
391
392 20190202
393         + modify rpm test-package ".spec" file to work around naming conflict
394           with Redhat's package for ncurses6.
395         + modify no-leaks code in test/picsmap to avoid non-standard tdestroy.
396         + amend change to configure script which altered the top-level makefile
397           to avoid attempting to install the terminfo database when it was not
398           configured, to allow for installing the ".pc" files which are also
399           in the misc directory (report by Steve Wills).
400
401 20190126
402         + change some "%define" statements in test-packages for RPMs to
403           "%global" to work around changes in rpm 4.14 from recent Redhat.
404         + fixes for O_INPUT_FIELD extension (patch by Leon Winter).
405         + eliminate fixed buffer-size when reading $TERMCAP variable.
406         + correct logic in read_entry.c which prevented $TERMCAP variable from
407           being interpreted as a fallback to terminfo entry (prompted by
408           Savannah #54556, cf: 20110924).
409
410 20190121
411         + add a check in test/configure to work around non-ncurses termcap.h
412           file in Slackware.
413         + corrected flag for "seq" method of db 1.8.5 interface, needed by toe
414           on some of the BSDs.
415         + updated "string-hacks" feature.
416         + minor improvements to manpage typography.
417         + corrected conditionally-compiled limit on color pairs (report by
418           "Hudd").
419         + add -x option to test/pair_content, test/color_content for testing
420           init_extended_pair, extended_pair_content, init_extended_color,
421           extended_color_content
422         + add -p option to test/pair_content, test/color_content to show the
423           return values from the tested functions.
424         + improve manual page curs_color.3x discussion of error returns and
425           extensions.
426         + add O_INPUT_FIELD extension to form library (patch by Leon Winter).
427         + override/suppress --enable-db-install if --disable-database configure
428           option was given.
429         + change a too-large terminal entry in tic from a fatal error to a
430           warning (prompted by discussion with Gabriele Balducci).
431
432 20190112
433         + fix typo in term(5), improve explanation of format (report by Otto
434           Modinos).
435         + add nsterm-direct -TD
436         + use SGR 1006 mouse for konsole-base -TD
437         + use SGR 1006 mouse for putty -TD
438         + add ti703/ti707, ti703-w/ti707-w (Robert Clausecker)
439
440 20190105
441         + add dummy "check" rule in top-level and test-Makefile to simply
442           building test-packages for Arch.
443         + modify configure script to avoid conflict with a non-POSIX feature
444           that enables all parts of the system headers by default.  Some
445           packagers have come to rely upon this behavior (FreeBSD #234049).
446         + update config.guess, config.sub
447
448 20181229
449         + improve man/curs_mouse.3x with regard to xterm
450         + modify tracemunch to accept filename parameters in addition to use
451           as a pipe/filter.
452         + minor optimization to reduce calls to _nc_reserve_pairs (prompted by
453           discussion with Bryan Christ).
454         + add test/pair_content.c and test/color_content.c
455         + modify infocmp to omit filtering of "OTxx" names which are used for
456           obsolete capabilities, when the output is sorted by long-names.
457           Doing this helps when making a table of the short/long capability
458           names.
459
460 20181215
461         + several fixes for gcc8 strict compiler warnings.
462         + fix a typo in comments (Aaron Gyes).
463         + add nsterm-build309 to replace nsterm-256color, assigning the latter
464           as an alias of nsterm, to make mouse work with nsterm-256color -TD
465         + base gnome-256color entry on "gnome", not "vte", for consistency -TD
466         + updates for configure macros from work on tin and xterm:
467           + CF_GNU_SOURCE, allow for Cygwin's newlib when checking for the
468             _DEFAULT_SOURCE symbol.
469           + CF_VA_COPY, add fallback check if neither va_copy/__va_copy is
470             supported, to try copying the pointers for va_list, or as an array.
471             Also add another fallback check, for __builtin_va_copy(), which
472             could be used with AIX xlc in c89 mode.
473
474 20181208
475         + modify wbkgd() and wbkgrnd() to improve compatibility with SVr4
476           curses, changing the way the window rendition is updated when the
477           background character is modified (report by Valery Ushakov).
478
479 20181201
480         + add midnightbsd to CF_XOPEN_SOURCE macro (patch by Urs Jansen).
481         + add "@" command to test/ncurses F-test, to allow rapid jump to
482           different character pages.
483         + update config.guess, config.sub from
484                 http://git.savannah.gnu.org/cgit/config.git
485
486 20181125
487         + build-fix (reports by Chih-Hsuan Yen, Sven Joachim).
488
489 20181124
490         + check --with-fallbacks option to ensure there is a value, and add
491           the fallback information to top-level Makefile summary.
492         + add some traces in initialization to show whether a fallback entry is
493           used.
494         + build-fix for test/movewindow with ncurses-examples on Solaris.
495         + add "-l" option to test/background, to dump screen contents in a form
496           that lets different curses implementations be compared.
497         + modify the initialization checks for mouse so that the xterm+sm+1006
498           block will work with terminal descriptions not mentioning xterm
499           (report by Tomas Janousek).
500
501 20181117
502         + ignore the hex/b64 $TERMINFO in toe's listing.
503         + correct a status-check in _nc_read_tic_entry() so that if reading
504           a hex/b64 $TERMINFO, and the $TERM does not match, fall-through to
505           the compiled-in search list.
506
507 20181110
508         + several workarounds to ensure proper C compiler used in parts of
509           Ada95 tree.
510         + update config.guess, config.sub from
511                 http://git.savannah.gnu.org/cgit/config.git
512
513 20181027
514         + add OpenGL clients alacritty and kitty -TD
515         + add Smulx for tmux, vte-2018 -Nicholas Marriott
516
517 20181020
518         + ignore $TERMINFO as a default value in configure script if it came
519           from the infocmp -Q option.
520         + allow value for --with-versioned-syms to be a relative pathname
521         + add a couple of broken-linker symbols to the list of versioned
522           symbols to help with link-time optimization versus weak symbols.
523         + apply shift/control/alt logic when decoding xterm's 1006 mode to
524           wheel-mouse events (Redhat #1610681).
525
526 20181013
527         + amend change from 20180818, which undid a fix for the $INSTALL value
528           to make it an absolute path.
529
530 20181006
531         + improve a configure check to work with newer optimizers (report by
532           Denis Pronin, Gentoo #606142).
533         + fix typo in tput.c (Sven Joachim, cf: 20180825).
534
535 20180929
536         + fix typo in tvi955 -TD
537         + corrected acsc for regent60 -TD
538         + add alias n7900 -TD
539         + corrected acsc for tvi950 -TD
540         + remove bogus kf0 from tvi950 -TD
541         + added function-key definitions to agree with Televideo 950 manual -TD
542         + add bel to tvi950 -TD
543         + add shifted function-keys to regent60 -TD
544         + renumber regent40 function-keys to match manual -TD
545         + add cd (clr_eos) to adds200 -TD
546
547 20180923
548         + build-fix: remove a _tracef call which was used for debugging (report
549           by Chris Clayton).
550
551 20180922
552         + ignore interrupted system-call in test/ncurses's command-line, e.g.,
553           if the terminal were resized.
554         + add shift/control/alt logic for decoding xterm's 1006 mode (Redhat
555           #1610681, cf: 20141011).
556         + modify rpm test-packages to not use --disable-relink with Redhat,
557           since Fedora 28's tools do not work with that feature.
558
559 20180908
560         + document --with-pcre2 configure option in INSTALL.
561         + improve workaround for special case in PutAttrChar() where a cell is
562           marked as alternate-character set, to handle a case where the
563           character in the cell does not correspond to any of the ASCII
564           fallbacks (report by Leon Winter, cf: 20180505).
565         + amend change to form library which attempted to avoid unnecessary
566           update of cursor position in non-public fields, to simply disable
567           output in this case (patch by Leon Winter, cf: 20180414).
568         + improve check for LINE_MAX runtime limit, to accommodate broken
569           implementations of sysconf().
570
571 20180901
572         + improve manual page for wgetnstr, giving background for the length
573           parameter.
574         + define a limit for wgetnstr, wgetn_wstr when length is negative or
575           "too large".
576         + update configure script to autoconf 2.52.20180819 (Debian #887390).
577
578 20180825
579         + add a section to tput manual page clarifying how it determines the
580           terminal size (prompted by discussion with Grant Jenks).
581         + add "--disable-relink" to rpm test-packages, for consistency with the
582           deb test-packages.
583         + split spec-file into ncurses6.spec and ncursest6.spec to work around
584           toolset breakage in Fedora 28.
585         + drop mention of "--disable-touching", which was not in the final
586           20180818 updates.
587
588 20180818
589         + build-fix for PDCurses with ncurses-examples.
590         + improved CF_CC_ENV_FLAGS.
591         + modify configure scripts to reduce relinking/ranlib during library
592           install (Debian #903790):
593           + use "install -p" when available, to avoid need for ranlib of
594             static libraries.
595           + modify scripts which use "--disable-relink" to add a 1-second
596             sleep to work around tools which use whole-second timestamps, e.g.,
597             in utime() rather than the actual file system resolution.
598
599 20180804
600         + improve logic for clear with E3 extension, in case the terminal
601           scrolls content onto its saved-lines before actually clearing
602           the display, by clearing the saved-lines after clearing the
603           display (report/patch by Nicholas Marriott).
604
605 20180728
606         + improve documentation regarding feature-test macros in curses.h
607         + improve documentation regarding the virtual and physical screens.
608         + formatting fixes for manpages, regenerate man-html documentation.
609
610 20180721
611         + build-fixes for gcc8.
612         + corrected acsc for wy50 -TD
613         + add wy50 and wy60 shifted function-keys as kF1 to kF16 -TD
614         + remove ansi+rep mis-added to interix in 2018-02-23 -TD
615
616 20180714
617         + add enum, regex examples to test/demo_forms
618         + add configure check for pcre-posix library to help with MinGW port.
619
620 20180707
621         + build-fixes for gcc8.
622         + correct order of WINDOW._ttytype versus WINDOW._windowlist in
623           report_offsets.
624         + fix a case where tiparm could return null if the format-string was
625           empty (Debian #902630).
626
627 20180630
628         + add acsc string to vi200 (Nibby Nebbulous)
629           add right/down-arrow to vi200's acsc -TD
630         + add "x" to tput's getopt string so that "tput -x clear" works
631           (Nicholas Marriott).
632         + minor fixes prompted by anonymous report on stack overflow:
633           + correct order of checks in _nc_get_locale(), for systems lacking
634             locale support.
635           + add "#error" in a few places to flag unsupported configurations
636
637 20180623
638         + use _WIN32/_WIN64 in preference to __MINGW32__/__MINGW64__ symbols
639           to simplify building with MSVC, since the former are defined in both
640           compiler configurations (report by Ali Abdulkadir).
641         + further improvements to configure-checks from work on dialog, i.e.,
642           updated CF_ADD_INCDIR, CF_FIND_LINKAGE, CF_GCC_WARNINGS,
643           CF_GNU_SOURCE, CF_LARGEFILE, CF_POSIX_C_SOURCE, CF_SIZECHANGE, and
644           CF_TRY_XOPEN_SOURCE.
645         + update config.guess, config.sub from
646                 http://git.savannah.gnu.org/cgit/config.git
647
648 20180616
649         + build-fix for ncurses-examples related to gcc8-fixes (cf: 20180526).
650         + reduce use of _GNU_SOURCE for current glibc where _DEFAULT_SOURCE
651           combines with _XOPEN_SOURCE (Debian #900987).
652         + change target configure level for _XOPEN_SOURCE to 600 to address
653           use of vsscanf and setenv.
654         + improved configure-checks CF_SIZECHANGE and CF_STRUCT_TERMIOS from
655           work on dialog.
656
657 20180609
658         + modify generated ncurses*config and ncurses.pc, ncursesw.pc, etc.,
659           to list helper libraries such as gpm for static linking (Debian
660           #900839).
661         + marked vwprintw and vwscanw as deprecated; recommend using vw_printw
662           and vw_scanw, respectively.
663
664 20180602
665         + add RPM test-package "ncursest-examples".
666         + modified RPM test-package to work with Mageia6.
667
668 20180526
669         + add note in curs_util.3x about unctrl.h
670         + review/improve header files to ensure that those include necessary
671           files except for the previously-documented cases (report by Isaac
672           Pascual Monells).
673         + improved test-package scripts, adapted from byacc 1.9 20180525.
674         + fix some gcc8 warnings seen in Redhat package build, but
675           work around bug in gcc8 compiler warnings in comp_parse.c
676
677 20180519
678         + formatting fixes for manpages, regenerate man-html documentation.
679         + trim spurious whitespace from tmux in 2018-02-24 changes;
680           fix some inconsistencies in/between tmux- and iterm2-entries for SGR
681           (report by C Anthony Risinger)
682         + improve iterm2 using some xterm features which it has adapted -TD
683         + add check in pair_content() to handle the case where caller asks
684           for an uninitialized pair (Debian #898658).
685
686 20180512
687         + remove trailing ';' from GCC_DEPRECATED definition.
688         + repair a change from 20110730 which left an error-check/warning dead.
689         + fix several minor Coverity warnings.
690
691 20180505
692         + add deprecation warnings for internal functions called by older
693           versions of tack.
694         + fix a special case in PutAttrChar() where a cell is marked as
695           alternate-character set, but the terminal does not actually support
696           the given graphic character.  This would happen in an older terminal
697           such as vt52, which lacks most line-drawing capability.
698         + use configure --with-config-suffix option to work around filename
699           conflict with Debian packages versus test-packages.
700         + update tracemunch to work with perl 5.26.2, which changed the rules
701           for escaping regular expressions.
702
703 20180428
704         + document new form-extension O_EDGE_INSERT_STAY (report by Leon
705           Winter).
706         + correct error-returns listed in manual pages for a few form functions
707           (report by Leon Winter).
708         + add a check in form-library for null-pointer dereference:
709                 unfocus_current_field (form);
710                 form_driver (form, REQ_VALIDATION);
711           (patch by Leon Winter).
712
713 20180414
714         + modify form library to optionally delay cursor movement on a field
715           edge/boundary (patch by Leon Winter).
716         + modify form library to avoid unnecessary update of cursor position in
717           non-public fields (patch by Leon Winter).
718         + remove unused _nc_import_termtype2() function.
719         + also add/improve null-pointer checks in other places
720         + add a null-pointer check in _nc_parse_entry to handle an error when
721           a use-name is invalid syntax (report by Chung-Yi Lin).
722
723 20180407
724         + clarify in manual pages that vwprintw and vwscanw are obsolete,
725           not part of X/Open Curses since 2007.
726         + use "const" in some prototypes rather than NCURSES_CONST where X/Open
727           Curses was updated to do this, e.g., wscanw, newterm, the terminfo
728           interface.  Also use "const" for consistency in the termcap
729           interface, which was withdrawn by X/Open Curses in Issue 5 (2007).
730           As of Issue 7, X/Open Curses still lacks "const" for certain return
731           values, e.g., keyname().
732
733 20180331
734         + improve terminfo write/read by modifying the fourth item of the
735           extended header to denote the number of valid strings in the extended
736           string table (prompted by a comment in unibilium's sources).
737
738 20180324
739         + amend Scaled256() macro in test/picsmap.c to cover the full range
740           0..1000 (report by Roger Pau Monne).
741         + add some checks in tracemunch for undefined variables.
742         + trim some redundant capabilities from st-0.7 -TD
743         + trim unnecessary setf/setb from interix -TD
744
745 20180317
746         + fix a check in infotocap which may not have detected a problem when
747           it should have.
748         + add a check in tic for the case where setf/setb are given using
749           different strings, but provide identical results to setaf/setab.
750         + further improve fix for terminfo.5 (patch by Kir Kolyshkin).
751         + reorder loop-limit checks in winsnstr() in case the string has no
752           terminating null and only the number of characters is used (patch
753           by Gyorgy Jeney).
754
755 20180303
756         + modify TurnOn/TurnOff macros in lib_vidattr.c and lib_vid_attr.c to
757           avoid expansion of "CUR" in trace.
758         + improve a few lintian warnings in test-packages.
759         + modify lib_setup to avoid calling pthread_self() without first
760           verifying that the address is valid, i.e., for weak symbols
761           (report/patch by Werner Fink).
762         + modify generated terminfo.5 to not use "expand" and related width
763           on the last column of tables, making layout on wide terminals look
764           better (adapted from patch by Kir Kolyshkin).
765         + add a category to report_offsets, e.g., "w" for wide-character, "t"
766           for threads to make the report more readable.  Reorganized the
767           structures reported to make the categories more apparent.
768         + simplify some ifdef's for extended-colors.
769         + add NCURSES_GLOBALS and NCURSES_PRESCREEN to report_offsets, to show
770           how similar the different tinfo configurations are.
771
772 20180224
773         + modify _nc_resolve_uses2() to detect incompatible types when merging
774           a "use=" clause of extended capabilities.  The problem was seen in a
775           defective terminfo integrated from simpleterm sources in 20171111,
776           compounded by repair in 20180121.
777         + correct Ss/Ms interchange in st-0.7 entry (tmux #1264) -TD
778         + fix remaining flash capabilities with trailing mandatory delays -TD
779         + correct cut/paste in NEWS (report by Sven Joachim).
780
781 20180217
782         + remove incorrect free() from 20170617 changes (report by David Macek).
783         + correct type for "U8" in user_caps.5; it is a number not boolean.
784         + add a null-pointer check in safe_sprintf.c (report by Steven Noonan).
785         + improve fix for Debian #882620 by reusing limit2 variable (report by
786           Julien Cristau, Sven Joachim).
787
788 20180210
789         + modify misc/Makefile.in to install/uninstall explicit list in case
790           the build-directory happens to have no ".pc" files when an uninstall
791           is performed (report by Jeffrey Walton).
792         + deprecate safe-sprintf, since the vsnprintf function, which does what
793           was needed, was standardized long ago.
794         + add several development/experimental options to development packages.
795         + minor reordering of options in configure script to make the threaded
796           and reentrant options distinct from the other extensions which are
797           normally enabled.
798
799 20180203
800         + minor fixes to test/*.h to make them idempotent.
801         + add/use test/parse_rgb.h to show how the "RGB" capability works.
802         + add a clarification in user_caps.5 regarding "RGB" capability.
803         + add extended_slk_color{,_sp} symbols to the appropriate
804           package/*.{map,sym} files (report by Sven Joachim, cf: 20170401).
805
806 20180129
807         + update "VERSION" file, used in shared-library naming.
808
809 20180127 6.1 release for upload to ftp.gnu.org
810
811 20180127
812         + updated release notes
813         + amend a warning message from tic which should have flagged misuse
814           of "XT" capability in "screen" terminal description.
815         > terminfo changes:
816         + trim "XT" from screen entry, add comments to explain why it was
817           not suitable -TD
818         + modify iterm to use xterm+sl-twm building block -TD
819         + mark konsole-420pc, konsole-vt100, konsole-xf3x obsolete reflecting
820           konsole's removal in 2008 -TD
821         + expanded the history section of konsole to explain its flawed
822           imitation of xterm's keyboard -TD
823         + use xterm+x11mouse in screen.* entries because screen does not yet
824           support xterm's 1006 mode -TD
825         + add nsterm-build400 for macOS 10.13 -TD
826         + add ansi+idc1, use that in ansi+idc adding dch for consistency -TD
827         + update vte to vte-2017 -TD
828         + add ecma+strikeout to vte-2017 -TD
829         + add iterm2-direct -TD
830         + updated teraterm, added teraterm-256color -TD
831         + add mlterm-direct -TD
832         + add descriptions for ANSI building-blocks -TD
833
834 20180121 pre-release
835         > terminfo changes:
836         + add xterm+noalt, xterm+titlestack, xterm+alt1049, xterm+alt+title
837           blocks from xterm #331 -TD
838         + add xterm+direct, xterm+indirect, xterm-direct entries from xterm
839           #331 -TD
840         + modify xterm+256color and xterm+256setaf to use correct number of
841           color pairs, for ncurses 6.1 -TD
842         + add rs1 capability to xterm-256color -TD
843         + modify xterm-r5, xterm-r6 and xterm-xf86-v32 to use xterm+kbs to
844           match xterm #272, reflecting packager's changes -TD
845         + remove "boolean" Se, Ss from st-0.7 -TD
846         + add konsole-direct and st-direct -TD
847         + remove unsupported "Tc" capability from st-0.7; use st-direct if
848           direct-colors are wanted -TD
849         + add vte-direct -TD
850         + add XT, hpa, indn, and vpa to screen, and invis, E3 to tmux (patch by
851           Pierre Carru)
852         + use xterm+sm+1006 in xterm-new, vte-2014 -TD
853         + use xterm+x11mouse in iterm, iterm2, mlterm3 because xterm's 1006
854           mode does not work with those programs.  konsole is debatable -TD
855         + add "termite" entry (report by Markus Pfeiffer) -TD
856         > merge branch begun April 2, 2017 which provides these features:
857         + support read/write new binary-format for terminfo which stores
858           numeric capabilities as a signed 32-bit integer.  The test programs
859           such as picsmap, ncurses were created or updated during 2017 to use
860           this feature.
861         + the new format is written by the wide-character configuration of
862           tic when it finds a numeric capability larger than 32767.
863         + other applications such as infocmp built with the wide-character
864           ncurses library work as expected.
865         + applications built with the "narrow" (8-bit) configuration will
866           read the new format, but will limit those extended values to 32767.
867         + in either wide/narrow configuration, the structure defined in
868           term.h still uses signed 16-bit values.
869         + because it is incompatible with the legacy (mid-1980s) binary format,
870           a new magic value is provided for the "file" program.
871         + the term.5 manual page is updated to describe this new format.
872         + the limit on file-size for compiled terminfo is increased in the
873           wide-character configuration to 32768.
874
875 20180120
876         + build-fix in picsmap.c for stdint.h existence.
877         + add --disable-stripping option to configure scripts.
878         + modify ncurses-examples to install test-scripts in the data directory.
879         + work around tool-breakage in Debian 9 and later by invoking
880           gprconfig to specify the C compiler to be used by gnatmake,
881           and conditionally suppressing Library_Options line for static
882           libraries.
883         + bump the compat level for test-packages to 7, i.e., Debian 5.
884
885 20180106
886         + fixes for writing extended color pairs in putwin.
887         + modify test/savescreen.c to add test patterns that exercise 88-,
888           256-, etc., colors.
889         + modify configure option --with-build-cc, adding clang, c89 and c99
890           as possible default values.
891         + modify ncurses-examples configure script to use pkg-config for the
892           extra form/menu/panel libraries, to be more consistent with the
893           handling of the curses/ncurses library.
894         + modify test-packages for mingw to supply "pc" files.
895         + modify gen-pkgconfig.in to list -lpthread as a private library when
896           configured to access it via weak symbols.
897         + simplify gen-pkgconfig.in, adding -ltinfo without the special linker
898           checks because some versions of the linker simply hard-code the
899           behavior.
900         + update URLs for ncurses website to use https.
901         + modify CF_CURSES_LIBS to fill in $cf_nculib_root in case the
902           ncurses-examples are built with a system ncurses that lacks the
903           standard "curses" symbolic link, as done by SuSE.  The symbol is
904           needed to make a followup check for the pthread library work, and
905           would be set properly using the options "--with-screen", etc.
906         + generate misc/*.pc with "all" rule, as done for "sources" rule
907           (report by Jeffrey Walton).
908
909 20171230
910         + build-fix for ncurses-examples with Fedora27, adding check for
911           reset_color_pairs() -- not yet in Fedora's package.
912         + consistently add $CFLAGS to $MK_SHARED_LIB symbol in configure
913           script when the latter happens to use the C compiler rather than
914           directly using the loader (report by Jeffrey Walton).
915         + set ABI for upcoming 6.1 release in "*.map" files.  While there are
916           some remaining internals to apply, no ABI-related changes are
917           anticipated.
918         + add configure --with-config-suffix option to work around filename
919           conflict with Redhat packages versus test-packages.
920
921 20171223
922         + modify ncurses-examples to quiet const-warnings when building with
923           PDCurses.
924         + modify toe to not exit if unable to read a terminal description,
925           e.g., if there is a permission problem.
926         + minor fix for progs/toe.c, using _nc_free_termtype2.
927         + assign 0 to pointer in _nc_tgetent_leak() after freeing it. Also
928           avoid reusing pointer from previous successful call to tgetent
929           if the latest call is unsuccessful (patch by Michael Schroeder,
930           OpenSuSE #1070450).
931         + minor fix for test/tracemunch, initialize $awaiting variable.
932
933 20171216
934         + repair template in test/package/ncurses-examples.spec (cf: 20171111).
935         + improve tic's warning about the number of parameters tparm might use
936           for u1-u9 by making a special case for u6.
937         + improve curs_attr.3x discussion of color pairs.
938
939 20171209
940         + modify misc/ncurses-config.in to make output with --includedir
941           consistent with --cflags, i.e., when --disable-overwrite option was
942           configured the output should show the subdirectory where headers
943           are.
944         + modify MKlib_gen.sh to suppress macros when calling an "implemented"
945           function in link_test.c
946         + updated ftp-url used in test-packages, etc.
947         + modify order of -pie/-shared options in configure script in case
948           LDFLAGS uses "-pie", working around a defect or limitation in the GNU
949           linker (prompted by patch by Yogesh Prasad, forwarded by Jay Shah).
950         + add entry in man_db.renames for user_caps.5
951
952 20171125
953         + modify MKlib_gen.sh to avoid tracing result from getstr/getnstr
954           before initialized.
955         + add "-a" aspect-ratio option to picsmap.
956         + add configure check for default path of rgb.txt, used in picsmap.
957         + modify _nc_write_entry() to truncate too-long filename (report by
958           Hosein Askari, Debian #882620).
959         + build-fix for ncurses-examples with NetBSD curses:
960           + it lacks the use_env() function.
961           + it lacks libpanel; a recent change used the wrong ifdef symbol.
962         + add a macro for is_linetouched() and adjust the function's return
963           value to make it possible for most applications to check for an
964           error-return (report by Midolikawa H).
965         + additional manpage cleanup.
966         + update config.guess, config.sub from
967                 http://git.savannah.gnu.org/cgit/config.git
968
969 20171118
970         + add a note to curs_addch.3x on portability.
971         + add a note to curs_pad.3x on the origin and portability of pads.
972         + improve manpage description of getattrs (report by Midolikawa H).
973         + improve manpage macros (prompted by discussion in Debian #880551.
974         + reviewed test-programs using KEY_RESIZE, made fixes to test/worm.c
975         + add a "-d" option to picsmap for default-colors.
976         + modify old terminology entry and a few other terminal emulators to
977           account for xon -TD
978         + correct sgr string for tmux, which used screen's "standout" code
979           rather than the standard code (patch by Roman Kagan)
980         + correct sgr/sgr0 strings in a few other cases reported by tic, making
981           those correspond to the non-sgr settings where they differ, but
982           otherwise use ECMA-48 consistently:
983           jaixterm, aixterm, att5420_2, att4424, att500, decansi, d410-7b,
984           dm80, hpterm, emu-220, hp2, iTerm2.app, mterm-ansi, ncrvt100an,
985           st-0.7, vi603, vwmterm -TD
986         + build-fix for diagnostics warning in lib_mouse.c for pre-5.0 versions
987           of gcc which did not recognize the diagnostic "push" pragma (patch by
988           Vassili Courzakis).
989
990 20171111
991         + add "op" to xterm+256setaf -TD
992         + reviewed terminology 1.0.0 -TD
993         + reviewed st 0.7 -TD
994         + suppress debug-package for ncurses-examples rpm build.
995
996 20171104
997         + check for interrupt in color-pair initialization of dots_curses.c,
998           dots_xcurses.c
999         + add z/Z zoom feature to test/ncurses.c C/c screens.
1000         + add '<' and '>' commands to test/ncurses.c S/s screens, to better
1001           test off-by-ones in the overlap/copywin functions.
1002
1003 20171028
1004         + improve man/curs_inwstr.3x, correct end-logic for lib_inwstr.c
1005           (report by Midolikawa H).
1006         + fix typo in a few places for "improvements" (patch by Sven Joachim).
1007         + clear the other half of a double-width character on which a line
1008           drawing character is drawn.
1009         + make test/ncurses.c "s" test easier to understand which subtests are
1010           available; add a "S" wide-character overlap test-screen.
1011         + modify test/ncurses.c C/c tests to allow for extended color pairs.
1012         + add endwin() call in error-returns from test/ncurses.c omitted in
1013           recent redesign of its menu (cf: 20170923).
1014         + improve install of hashed-db by removing the ".db" file as done for
1015           directory-tree terminal databases.
1016         + repair a few overlooked items in include/ncurses_defs from recent
1017           port/refactoring of test-programs (cf: 20170909).
1018         + add test/padview.c, to compare pads with direct updates in view.c
1019
1020 20171021
1021         + modify test/view.c to expand tabs using the ncurses library rather
1022           than in the test-program.
1023         + remove very old SIGWINCH example in test/view.c, just use KEY_RESIZE.
1024         + add -T, -e, -f -m options to "dots" test-programs.
1025         + fix a few typos in usage-messages for test-programs.
1026
1027 20171014
1028         + minor cleanup to test/view.c:
1029           + eliminate "-n" option by simply reading the whole file.
1030           + implement page up/down commands.
1031         + add check in tput for init/reset operands to ensure those use a
1032           terminal.
1033         + improve manual pages which discuss chtype, cchar_t types and the
1034           attribute values which can be stored in those types.
1035         + correct array-index when parsing "-T" command-line option in tabs
1036           program.
1037         + modify demo_new_pair.c to pass extended pairs to setcchar().
1038         + add test/dots_xcurses.c to illustrate a different approach used for
1039           extended colors which can be contrasted with dots_curses.c.
1040         + add a check in tic to note when a description uses non-mandatory
1041           delays without xon_xoff.  This is not an error, but some descriptions
1042           for a terminal emulator may use the combination incorrectly.
1043
1044 20171007
1045         + modify "-T" option of clear and tput to call use_tioctl() to obtain
1046           the operating system's notion of the screensize if possible.
1047         + review/repair some exit-codes for tput, making usage-message exit
1048           with 2 rather than 1, and a failure to open terminal 4+errno.
1049         + amend check in tput, tabs and clear to allow those to use the
1050           database-only features in cron if a -T option gives a suitable
1051           terminal name (report by Lauri Tirkkonen).
1052         + correct an ifdef in test/ncurses.c for systems with soft-keys but
1053           not slk_color().
1054         + regenerate man-html documentation.
1055
1056 20170930
1057         + fix a symbol conflict that made ncurses.c C/c menu not work with
1058           Solaris xpg4 curses.
1059         + add refresh() call to dots_mvcur.c, needed to use mvcur() with
1060           Solaris xpg4 curses after calling newterm().
1061         + minor fixes for configure script from work on ncurses-examples and
1062           tin.
1063         + improve animation in test/xmas.c by adding a time-delay in blinkit().
1064         + modify several test programs to reflect that ncurses honors existing
1065           signal handlers in initscr(), while other implementations do not.
1066         + modify bs.c to make it easier to quit.
1067         + change ncurses-examples to use attr_t vs chtype to follow X/Open
1068           documentation more closely since Solaris xpg4-curses uses different
1069           values for WA_xxx vs A_xxx that rely on attr_t being an unsigned
1070           short.  Tru64 aka OSF1, HPUX, AIX did as ncurses does, equating the
1071           two sets.
1072
1073 20170923
1074         + modify menu for test/ncurses.c to fit on 24-line screen.
1075         + build-fix for configure --with-caps=uwin
1076         + add options to test_arrays.c, for selecting termcap vs terminfo, etc.
1077
1078 20170916
1079         + minor fix to test/filter.c to avoid clearing the command in one case.
1080         + modify filter() to discard clr_eos if back_color_erase is set.
1081
1082 20170909
1083         + improve wide-character implementation of myADDNSTR() in frm_driver.c,
1084           which was inconsistent with the normal implementation.
1085         + save/restore cursor position in Undo_Justification(), matching
1086           behavior of Buffer_To_Window() (report by Leon Winter).
1087         + modify test/knight to provide the "slow" solution for small screens
1088           using "R", noting that Warnsdorf's method is easily done with "a".
1089         + modify several test-programs which call use_default_colors() to
1090           consistently do this only if "-d" option is given.
1091         + additional changes to test with non-standard variants of curses:
1092           + modify a loop limit in firework.c to work around absence of limit
1093             checks in some libraries.
1094           + fill the last row of a window with "?" in firstlast if waddch does
1095             not return ERR on the lower-right corner.
1096         + add checks in test/configure for some functions not in 4.3BSD curses.
1097         + fix a regression in test/configure (cf: 20170826).
1098
1099 20170902
1100         + amend change for endwin-state for better consistency with the older
1101           logic (report/patch by Jeb Rosen, cf: 20170722).
1102         + modify check in fmt_entry() to handle a cancelled reset string
1103           (Debian #873746).  Make similar fixes in other parts of dump_entry.c
1104           and tput.c
1105
1106 20170827
1107         + fix a bug in repeat_char logic (cf: 20170729, report by Chris Clayton).
1108
1109 20170826
1110         + fixes for "iterm2" (report by Leonardo Brondani Schenkel) -TD
1111         + corrected a warning from tic about keys which are the same, to skip
1112           over missing/cancelled values.
1113         + add check in tic for unnecessary use of "2" to denote a shifted
1114           special key.
1115         + improve checks in trim_sgr0, comp_parse.c and parse_entry.c, for
1116           cancelled string capabilities.
1117         + add check in _nc_parse_entry() for invalid entry name, setting the
1118           name to "invalid" to avoid problems storing entries.
1119         + add/improve checks in tic's parser to address invalid input
1120           + add a check in comp_scan.c to handle the special case where a
1121             nontext file ending with a NUL rather than newline is given to tic
1122             as input (Redhat #1484274).
1123           + allow for cancelled capabilities in _nc_save_str (Redhat #1484276).
1124           + add validity checks for "use=" target in _nc_parse_entry (Redhat
1125             #1484284).
1126           + check for invalid strings in postprocess_termcap (Redhat #1484285)
1127           + reset secondary pointers on EOF in next_char() (Redhat #1484287).
1128           + guard _nc_safe_strcpy() and _nc_safe_strcat() against calls using
1129             cancelled strings (Redhat #1484291).
1130         + correct typo in curs_memleaks.3x (Sven Joachim).
1131         + improve test/configure checks for some curses variants not based on
1132           X/Open Curses.
1133         + add options for test/configure to disable checks for form, menu and
1134           panel libraries.
1135
1136 20170819
1137         + update "iterm" entry -TD
1138         + add "iterm2" entry (report by Leonardo Brondani Schenkel) -TD
1139         + regenerate llib-* files.
1140         + regenerate HTML manpages.
1141         + improve picsmap test-program:
1142           + reduce memory used for tsearch
1143           + add report in log file showing cumulative color coverage.
1144         + add -x option to clear/tput to make the E3 extension optional
1145           (cf: 20130622).
1146         + add options -T and -V to clear command for compatibility with tput.
1147         + add usage message to clear command (Debian #371855).
1148         + improve usage messages for tset and tput.
1149         + minor fixes to "RGB" extension and reset_color_pairs().
1150
1151 20170812
1152         + improve description of -R option in infocmp manual page (report by
1153           Stephane Chazelas).
1154         + add reset_color_pairs() function.
1155         + add user_caps.5 manual page to document the terminfo extensions used
1156           by ncurses.
1157         + improve build scripts, using SIGQUIT vs SIGTRAP; add other configure
1158           script fixes from work on xterm, lynx and tack.
1159         + modify install-rule for ncurses-examples to put the data files in
1160           /usr/share/ncurses-examples
1161         + improve tracemunch, by changing address-parameters of add_wch(),
1162           color_content() and pair_content() to dummy parameters.
1163         + minor optimization to _nc_change_pair, to return quickly when the
1164           current screen is marked for clearing.
1165         + in-progress changes to improve performance of test/picsmap.c for
1166           loading image files.
1167         + modify allocation for SCREEN's color-pair table to start small, grow
1168           on demand up to the existing limit.
1169         + add "RGB" extension capability for direct-color support, use this to
1170           improve color_content().
1171         + improve picsmap test-program:
1172           + if no palette file is needed, attempt to load one based on $TERM,
1173             checking first in the current directory, then by adding ".dat"
1174             suffix, and finally in the data-directory, e.g.,
1175             /usr/share/ncurses-examples
1176           + add "-l" option for logging
1177           + add "-d" option for debugging
1178           + add "-s" option for stepping automatically through list of images,
1179             with time delay.
1180           + use tsearch to improve time for loading color table for images.
1181         + update config.guess, config.sub from
1182                 http://git.savannah.gnu.org/cgit/config.git
1183
1184 20170729
1185         + update interix entry using tack and SFU on Windows 7 Ultimate -TD
1186         + use ^? for kdch1 in interix (reported by Jonathan de Boyne Pollard)
1187         + add "rep" to xterm-new, available since 1997/01/26 -TD
1188         + move SGR 24 and 27 from vte-2014 to vte-2012 (request by Alain
1189           Williams) -TD
1190         + add a check in newline_forces_scroll() in case a program moves the
1191           cursor outside scrolling margins (report by Robert King).
1192         + improve _nc_tparm_analyze, using that to extend the checks made by
1193           tic for reporting inconsistencies between the expected number of
1194           parameters for a capability and the actual.
1195         + amend handling of repeat_char capability in EmitRange (adapted from
1196           report/patch by Dick Wesseling):
1197           + translate the character to the alternate character set when the
1198             alternate character set is enabled.
1199           + do not use repeat_char for characters past 255.
1200         + document "_nc_free_tinfo" in manual page, because it could be used in
1201           tack for memory-leak checking.
1202         + add "--without-tack" configure option to refine "--with-progs"
1203           configure option.  Normally tack is no longer built in-tree, but
1204           a few packagers combine it during the build.  If term_entry.h is
1205           installed, there is no advantage to in-tree builds.
1206         + adjust configure-script to define HAVE_CURSES_DATA_BOOLNAMES symbol
1207           needed for tack 1.08 when built in-tree.  Rather than relying upon
1208           internal "_nc_" functions, tack now uses the boolean, number and
1209           string capability name-arrays provided by ncurses and SVr4 Unix
1210           curses.  It still uses term_entry.h for the definitions of the
1211           extended capability arrays.
1212         + add an overlooked null-pointer check in mvcur changes from 20170722
1213
1214 20170722
1215         + improve test-packages for ncurses-examples and AdaCurses for lintian
1216         + modify logic for endwin-state to be able to detect the case where
1217           the screen was never initialized, using that to trigger a flush of
1218           ncurses' buffer for mvcur, e.g., in test/dots_mvcur.c for the
1219           term-driver configuration.
1220         + add dependency upon ncurses_cfg.h to a few other internal header
1221           files to allow each to be compiled separately.
1222         + add dependency upon ncurses_cfg.h to tic's header-files; any program
1223           using tic-library will have to supply this file.  Legacy tack
1224           versions supply this file; ongoing tack development has dropped the
1225           dependency upon tic-library and new releases will not be affected.
1226
1227 20170715
1228         + modify command-line parameters for "convert" used in picsmap to work
1229           with ImageMagick 6.8 and newer.
1230         + fix build-problem with tack and ABI-5 (Debian #868328).
1231         + repair termcap-format from tic/infocmp broken in 20170701 fixes
1232           (Debian #868266).
1233         + reformat terminfo.src with 20170513 updates.
1234         + improve test-packages to address lintian warnings.
1235
1236 20170708
1237         + add a note to tic manual page about -W versus -f options.
1238         + correct a limit-check in fixes from 20170701 (report by Sven Joachim).
1239
1240 20170701
1241         + modify update_getenv() in db_iterator.c to ensure that environment
1242           variables which are not initially set will be checked later if an
1243           application happens to set them (patch by Guillaume Maudoux).
1244         + remove initialization-check for calling napms() in the term-driver
1245           configuration; none is needed.
1246         + add help-screen to test/test_getstr.c and test/test_get_wstr.c
1247         + improve compatibility between different configurations of new_prescr,
1248           fixing a case with threaded code and term-driver where c++/demo did
1249           not work (cf: 20160213).
1250         + the fixes for Redhat #1464685 obscured a problem subsequently
1251           reported in Redhat #1464687; the given test-case was no longer
1252           reproducible.  Testing without the fixes for the earlier reports
1253           showed a problem with buffer overflow in dump_entry.c, which is
1254           addressed by reducing the use of a fixed-size buffer.
1255         + add/improve checks in tic's parser to address invalid input
1256           (Redhat #1464684, #1464685, #1464686, #1464691).
1257           + alloc_entry.c, add a check for a null-pointer.
1258           + parse_entry.c, add several checks for valid pointers as well as
1259             one check to ensure that a single character on a line is not
1260             treated as the 2-character termcap short-name.
1261         + fix a memory leak in delscreen() (report by Bai Junq).
1262         + improve tracemunch, showing thread identifiers as names.
1263         + fix a use-after-free in NCursesMenu::~NCursesMenu()
1264         + further amend incorrect calls for memory-leaks from 20170617 changes
1265           (report by Allen Hewes).
1266
1267 20170624
1268         + modify c++/etip.h.in to accommodate deprecation of throw() and
1269           throws() in c++17 (prompted by patch by Romain Geissler).
1270         + remove some incorrect calls for memory-leaks from 20170617 changes
1271           (report by Allen Hewes).
1272         + add test-programs for termattrs and term_attrs.
1273         + modify _nc_outc_wrapper to use the standard output if the screen was
1274           not initialized, rather than returning an error.
1275         + improve checks for low-level terminfo functions when the terminal
1276           has not been initialized (Redhat #1345963).
1277         + modify make_hash to allow building with address-sanitizer,
1278           assuming that --disable-leaks is configured.
1279         + amend changes for number_format() in 20170506 to avoid undefined
1280           behavior when shifting (patch by Emanuele Giaquinta).
1281
1282 20170617
1283         + fill in some places where TERMTYPE2 vs TERMTYPE was not used
1284           (report by Allen Hewes).
1285         + use ExitTerminfo() internally in error-exits for ncurses' setupterm
1286           to help with leak checking.
1287         + use ExitProgram() in error-exit from initscr() to help with leak
1288           checking.
1289         + review test-programs, adding checks for cases where the terminal
1290           cannot be initialized.
1291
1292 20170610
1293         + add option "-xp" to picsmap.c, to use init_extended_pair().
1294         + make simple performance fixes for picsmap.c
1295         + improve aspect ratio of images read from "convert" in picsmap.c
1296
1297 20170603
1298         + add option to picsmap to use color-palette files, e.g., for mapping
1299           to xterm-256color.
1300         + move the data in SCREEN used for the alloc_pair() function to the
1301           end, to restore compatibility between ncurses/ncursesw libtinfo
1302           (report/patch by Miroslav Lichvar).
1303         + add build-time utility "report_offsets" to help show when the various
1304           configurations of tinfo library are compatible or not.
1305
1306 20170527
1307         + improved test/picsmap.c:
1308           + lookup named colors for xpm files in rgb.txt
1309           + accept blanks in color-keys for xpm files.
1310           + if neither xbm/xpm work, try "convert", which may be available.
1311
1312 20170520
1313         + modify test/picsmap.c to read xpm files.
1314         + modify package/debian/* to create documentation packages, so the
1315           related files can be checked with lintian.
1316         + fix some typos in manpages (report/patch by Sven Joachim).
1317
1318 20170513
1319         + add test/picsmap.c to fill in some testing issues not met by dots.
1320           The initial version reads X bitmap (".xbm") files.
1321         + repair logic which forces a repaint where a color-pair's content is
1322           changed (cf: 20170311).
1323         + improve tracemunch, showing screenXX pointers as names.
1324
1325 20170506
1326         + modify tic/infocmp display of numeric values to use hexadecimal when
1327           they are "close" to a power of two, making the result more readable.
1328         + improve discussion of portability in curs_mouse.3x
1329         + change line-length for generated html/manpages to 78 columns from 65.
1330         + improve discussion of line-drawing characters in curs_add_wch.3x
1331           (prompted by discussion with Lorinczy Zsigmond).
1332         + cleanup formatting of hackguide.html and ncurses-intro.html
1333         + add examples for WACS_D_PLUS and WACS_T_PLUS to test/ncurses.c
1334
1335 20170429
1336         + corrected a case where $with_gpm was set to "maybe" after CF_WITH_GPM,
1337           overlooked in 20160528 fixes (report by Alexandre Bury).
1338         + improve a couple of test-program's help-messages.
1339         + corrected loop in rain.c from 20170415 changes.
1340         + modify winnstr and winchnstr to return error if the output pointer is
1341           null, as well as adding a null pointer check of the window pointer
1342           for better compatibility with other implementations.
1343         + improve discussion of NetBSD curses in scr_dump.5
1344         + modify LIMIT_TYPED macro in new_pair.h to avoid changing sign of the
1345           value to be limited (reports by Darby Payne, Rob Boudreau).
1346         + update config.guess, config.sub from
1347                 http://git.savannah.gnu.org/cgit/config.git
1348
1349 20170422
1350         + build-fix for termcap-configuration (report by Chi-Hsuan Yen).
1351         + improve terminfo manual page discussion of control- and graphics-
1352           characters.
1353         + remove tic warning about "^?" in string capabilities, which was
1354           marked as an extension (cf: 20000610, 20110820); however all Unix
1355           implementations support this and X/Open Curses does not address it.
1356           On the other hand, termcap never did support this feature.
1357         + correct missing comma-separator between string capabilities in
1358           icl6402 and m2-nam -TD
1359         + restore rmir/smir in ansi+idc to better match original ansiterm+idc,
1360           add alias ansiterm (report by Robert King).
1361         + amend an old check for ambiguous use of "ma" in terminfo versus
1362           a termcap use, if the capability is cancelled to treat it as number.
1363         + correct a case in _nc_captoinfo() which read "%%" and emitted "%".
1364         + modify sscanf calls in _nc_infotocap() for patterns "%{number}%+%c"
1365           and "%'char'%+%c" to check that the final character is really 'c',
1366           avoiding a case in icl6404 which cannot be converted to termcap.
1367         + in _nc_infotocap(), add a check to ensure that terminfo "^?" is not
1368           written to termcap, because the BSDs did not implement that.
1369         + in _nc_tic_expand() and _nc_infotocap(), improve string-length check
1370           when deciding whether to use "^X" or "\xxx" format for control
1371           characters, to make the output of tic/infocmp more predictable.
1372         + limit termcap "%d" width to 2 digits on input, and use "%2" in
1373           preference to "%02" on output.
1374         + correct terminfo/termcap conversion of "%02" and "%03" into "%2" and
1375           "%3"; the result repeated the last character.
1376         + add man/scr_dump.5 to document screen-dump format.
1377
1378 20170415
1379         + modify several test programs to use new popup_msgs, adapted from
1380           help-screen used in test/edit_field.c
1381         + drop two symbols obsoleted in 2004: _nc_check_termtype, and
1382           _nc_resolve_uses
1383         + fix some old copyright dates (cf: 20031025).
1384         + build-fixes for test/savescreen.c to work with AIX and HPUX.
1385         + minor fix to configure script, adding a backslash/continuation.
1386         + extend TERMINAL structure for ABI 6 to store numbers internally as
1387           integers rather than short, by adding new data for this purpose.
1388         + more fixes for minor memory-leaks in test-programs.
1389
1390 20170408
1391         + change logic in wins_nwstr() to avoid addressing data past the output
1392           of mbstowcs().
1393         + correct a call to setcchar() in Data_Entry_w() from 20131207 changes.
1394         + fix minor memory-leaks in test-programs.
1395         + further improve ifdef in term_entry.h for internal definitions not
1396           used by tack.
1397
1398 20170401
1399         + minor fixes for vt100+4bsd, e.g., delay in sgr for consistency -TD
1400         + add smso for env230, to match sgr -TD
1401         + remove p7/protect from sgr in fbterm -TD
1402         + drop setf/setb from fbterm; setaf/setab are enough -TD
1403         + make xterm-pcolor sgr consistent with other capabilities -TD
1404         + add rmxx/smxx ECMA-48 strikeout extension to tmux and xterm-basic
1405           (discussion with Nicholas Marriott)
1406         + add test-programs sp_tinfo and extended_color
1407         + modify no-leaks code for lib_cur_term.c to account for the tgetent()
1408           cache.
1409         + modify setupterm() to save original tty-modes so that erasechar()
1410           works as expected.  Also modify _nc_setupscreen() to avoid redundant
1411           calls to get original tty-modes.
1412         + modify set_curterm() to update ttytype[] data used by longname().
1413         + modify wattr_set() and wattr_get() to return ERR if win-parameter is
1414           null, as documented.
1415         + improve cast used for null-pointer checks in header macros, to
1416           reduce compiler warnings.
1417         + modify several functions, using the reserved "opts" parameter to pass
1418           color- and pair-values larger than 16-bits:
1419           + getcchar(), setcchar(), slk_attr_set(), vid_puts(), wattr_get(),
1420             wattr_set(), wchgat(), wcolor_set().
1421           + Other functions call these with the corresponding altered behavior,
1422             including chgat(), mvchgat(), mvwchgat(), slk_color_on(),
1423             slk_color_off(), vid_attr().
1424         + add new functions for manipulating color- and pair-values larger
1425           than 16-bits.  These are extended_color_content(),
1426           extended_pair_content(), extended_slk_color(), init_extended_color(),
1427           init_extended_pair(), and the corresponding sp-funcs.
1428
1429 20170325
1430         + fix a memory leak in the window-list when creating multiple screens
1431           (reports by Andres Martinelli, Debian #783486).
1432         + reviewed calls from link_test.c, added a few more null-pointer
1433           checks.
1434         + add a null-pointer check in ungetmouse, in case mousemask was not
1435           called (report by "Kau").
1436         + updated curs_sp_funcs.3x for new functions.
1437
1438 20170318
1439         + change TERMINAL structure in term.h to make it opaque.  Some
1440           applications misuse its members, e.g., directly modifying it
1441           rather than using def_prog_mode().
1442         + modify utility headers such as tic.h to make it clearer which are
1443           externals that are used by tack.
1444         + improve curs_slk.3x in particular its discussion of portability.
1445         + fix cut/paste in legacy_encoding.3x
1446         + add prototype for find_pair() to new_pair.3x (report by Branden
1447           Robinson).
1448         + fix a couple of broken links in generated man-html documentation.
1449         + regenerate man-html documentation.
1450
1451 20170311
1452         + modify vt100 rs2 string to reset vt52 mode and scrolling regions
1453           (report/analysis by Robert King) -TD
1454         + add vt100+4bsd building block, use that for older terminals rather
1455           than "vt100" which is now mostly used as a building block for
1456           terminal emulators -TD
1457         + correct a few spelling errors in terminfo.src comments -TD
1458         + add fbterm -TD
1459         + fix a typo in ncurses.c test_attr legend (patch by Petr Vanek).
1460         + changed internal colorpair_t to a struct, eliminating an internal
1461           8-bit limit on colors
1462         + add ncurses/new_pair.h
1463         + add ncurses/base/new_pair.c with alloc_pair(), find_pair() and
1464           free_pair() functions
1465         + add test/demo_new_pair.c
1466
1467 20170304
1468         + improve terminfo manual description of terminfo syntax.
1469         + clarify the use of wint_t vs wchar_t in curs_get_wstr.3x
1470         + improve description of endwin() in manual.
1471         + modify setcchar() and getcchar() to treat negative color-pair as an
1472           error.
1473         + fix a typo in include/hashed_db.h (Andre Sa).
1474
1475 20170225
1476         + fixes for CF_CC_ENV_FLAGS (report by Ross Burton).
1477
1478 20170218
1479         + fix several formatting issues with manual pages.
1480         + correct read of terminfo entry in which all strings are absent or
1481           explicitly cancelled.  Before this fix, the result was that all were
1482           treated as only absent.
1483         + modify infocmp to suppress mixture of absent/cancelled capabilities
1484           that would only show as "NULL, NULL", unless the -q option is used,
1485           e.g., to show "-, @" or "@, -".
1486
1487 20170212
1488         + build-fixes for PGI compilers (report by Adam J. Stewart)
1489           + accept whitespace in sed expression for generating expanded.c
1490           + modify configure check that g++ compiler warnings are not used.
1491           + add configure check for -fPIC option needed for shared libraries.
1492         + let configure --disable-ext-funcs override the default for the
1493           --enable-sp-funcs option.
1494         + mark some structs in form/menu/panel libraries as potentially opaque
1495           without modifying API/ABI.
1496         + add configure option --enable-opaque-curses for ncurses library and
1497           similar options for the other libraries.
1498
1499 20170204
1500         + trim newlines, tabs and escaped newlines from terminfo "paths" passed
1501           to db-iterator.
1502         + ignore zero-length files in db-iterator; these are useful for
1503           instance to suppress "$HOME/.terminfo" when not wanted.
1504         + amended "b64:" encoder to work with the terminfo reader.
1505         + modify terminfo reader to accept "b64:" format using RFC-3548 in
1506           as well as RFC-4648 url/filename-safe format.
1507         + modify terminfo reader to accept "hex:" format as generated by
1508           "infocmp -0qQ1" (cf: 20150905).
1509         + adjust authors comment to reflect drop below 1% for SV.
1510
1511 20170128
1512         + minor comment-fixes to help automate links to bug-urls -TD
1513         + add dvtm, dvtm-256color -TD
1514         + add settings corresponding to xterm-keys option to tmux entry to
1515           reflect upcoming change to make that option "on" by default
1516           (patch by Nicholas Marriott).
1517         + uncancel Ms in tmux entry (Harry Gindi, Nicholas Marriott).
1518         + add dumb-emacs-ansi -TD
1519
1520 20170121
1521         + improve discussion of early history of tput program.
1522         + incorporate A_COLOR mask into COLOR_PAIR(), in case user application
1523           provides an out-of-range pair number (report by Elijah Stone).
1524         + clarify description in tput manual page regarding support for
1525           termcap names (prompted by FreeBSD #214709).
1526         + remove a restriction in tput's support for termcap names which
1527           omitted capabilities normally not shown in termcap translations
1528           (cf: 990123).
1529         + modify configure script for clang as used on FreeBSD, to work around
1530           clang's differences in exit codes vs gcc.
1531
1532 20170114
1533         + improve discussion of early history of tset/reset programs.
1534         + clarify in manual pages that the optional verbose option level is
1535           available only when ncurses is configured for tracing.
1536         + amend change from 20161231 to avoid writing traces to the standard
1537           error after initializing the trace feature using the environment
1538           variable.
1539
1540 20170107
1541         + amend changes for tput to reset tty modes to "sane" if the program
1542           is run as "reset", like tset.  Likewise, ensure that tset sends
1543           either reset- or init-strings.
1544         + improve manual page descriptions of tput init/reset and tset/reset,
1545           to make it easier to see how they are similar and different.
1546         + move a static result from key_name() to _nc_globals
1547         + modify _nc_get_screensize to allow for use_env() and use_tioctl()
1548           state to be per-screen when sp-funcs are configured, better matching
1549           the behavior when using the term-driver configuration.
1550         + improve cross-references in manual pages for often used functions
1551         + move SCREEN field for use_tioctl() data before the ncursesw fields,
1552           and limit that to the sp-funcs configuration to improve termlib
1553           compatibility (cf:  20120714).
1554         + correct order of initialization for traces in use_env() and
1555           use_tioctl() versus first trace calls.
1556
1557 20161231
1558         + fix errata for ncurses-howto (report by Damien Ruscoe).
1559         + fix a few places in configure/build scripts where DESTDIR and rpath
1560           were combined (report by Thomas Klausner).
1561         + merge current st description (report by Harry Gindi) -TD
1562         + modify flash capability for linux and wyse entries to put the delay
1563           between the reverse/normal escapes rather than after -TD
1564         + modify program tabs to pass the actual tty file descriptor to
1565           setupterm rather than the standard output, making padding work
1566           consistently.
1567         + explain in clear's manual page that it writes to stdout.
1568         + add special case for verbose debugging traces of command-line
1569           utilities which write to stderr (cf: 20161126).
1570         + remove a trace with literal escapes from skip_DECSCNM(), added in
1571           20161203.
1572         + update config.guess, config.sub from
1573                 http://git.savannah.gnu.org/cgit/config.git
1574
1575 20161224
1576         + correct parameters for copywin call in _nc_Synchronize_Attributes()
1577           (patch by Leon Winter).
1578         + improve color-handling section in terminfo manual page (prompted by
1579           patch by Mihail Konev).
1580         + modify programs clear, tput and tset to pass the actual tty file
1581           descriptor to setupterm rather than the standard output, making
1582           padding work.
1583
1584 20161217
1585         + add tput-colorcube demo script.
1586         + add -r and -s options to tput-initc demo, to match usage in xterm.
1587         + flush the standard output in _nc_flush for the case where SP is zero,
1588           e.g., when called via putp.  This fixes a scenario where "tput flash"
1589           did not work after changes in 20130112.
1590
1591 20161210
1592         + add configure script option --disable-wattr-macros for use in cases
1593           where one wants to use the same headers for ncurses5/ncurses6
1594           development, by suppressing the wattr* macros which differ due to
1595           the introduction of extended colors (prompted by comments in
1596           Debian #230990, Redhat #1270534).
1597         + add test/tput-initc to demonstrate tput used to initialize palette
1598           from a data file.
1599         + modify test/xterm*.dat to use the newer color4/color12 values.
1600
1601 20161203
1602         + improve discussion of field validation in form_driver.3x manual page.
1603         + update curs_trace.3x manual page.
1604
1605 20161126
1606         + modify linux-16color to not mask dim, standout or reverse with the
1607           ncv capability -TD
1608         + add 0.1sec mandatory delay to flash capabilities using the VT100
1609           reverse-video control -TD
1610         + omit selection of ISO-8859-1 for G0 in enacs capability from linux2.6
1611           entry, to avoid conflict with the user-defined mapping.  The reset
1612           feature will use ISO-8859-1 in any case (Mikulas Patocka).
1613         + improve check in tic for delays by also warning about beep/flash
1614           when a delay is not embedded, or if those use the VT100 reverse
1615           video escape without using a delay.
1616         + minor fix for syntax-check of delays from 20161119 changes.
1617         + modify trace() to avoid overwriting existing file (report by Maor
1618           Shwartz).
1619
1620 20161119
1621         + add check in tic for some syntax errors of delays, as well as use of
1622           proportional delays for non-line capabilities.
1623         + document history of the clear program and the E3 extension, prompted
1624           by various discussions including
1625           http://unix.stackexchange.com/questions/87469/clearing-the-old-scrollback-buffer
1626
1627 20161112
1628         + improve -W option in tic/infocmp:
1629           + correct order of size-adjustments in wrapped lines
1630           + if -f option splits line, do not further split it with -W
1631           + begin a new line when adding "use=" after a wrapped line
1632
1633 20161105
1634         + fix typo in man/terminfo.tail (Alain Williams).
1635         + correct program-name in adacurses6-config.1 manual page.
1636
1637 20161029
1638         + add new function "unfocus_current_field" (Leon Winter)
1639
1640 20161022
1641         + modify tset -w (and tput reset) to update the program's copy of the
1642           screensize if it was already set in the system, to improve tabstop
1643           setting which relies upon knowing the actual screensize.
1644         + add functionality of tset -w to tput, like the "-c" feature this is
1645           not optional in tput.
1646         + add "clear" as a possible link/alias to tput.
1647         + improve tput's check for being called as "init" or "reset" to allow
1648           for transformed names.
1649         + split-out the "clear" function from progs/clear.c, share with
1650           tput to get the same behavior, e.g., the E3 extension.
1651
1652 20161015
1653         + amend internal use of tputs to consistently use the number of lines
1654           affected, e.g., for insert/delete character operations.  While
1655           merging terminfo source early in 1995, several descriptions used the
1656           "*" proportional delay for these operations, prompting a change in
1657           doupdate.
1658         + regenerate llib-* files.
1659         + regenerate HTML manpages.
1660         + fix several formatting issues with manual pages.
1661
1662 20161008
1663         + adjust size in infocmp/tic to work with strlcpy.
1664         + fix configure script to record when strlcat is found on OpenBSD.
1665         + build-fix for "recent" OpenBSD vs baudrate.
1666
1667 20161001
1668         + add -W option to tic/infocmp to force long strings to wrap.  This is
1669           in addition to the -w option which attempts to fit capabilities into
1670           a given line-length.
1671         + add linux-m1 minitel entries (patch by Alexandre Montaron).
1672         + correct rs2 string for vt100-nam -TD
1673
1674 20160924
1675         + modify _nc_tic_expand to escape comma if it immediately follows a
1676           percent sign, to work with minitel change.
1677         + updated minitel and viewdata descriptions (Alexandre Montaron).
1678
1679 20160917
1680         + build-fix for gnat6, which unhelpfully attempts to compile C files.
1681         + fix typo in 20160910 changes (Debian #837892, patch by Sven Joachim).
1682
1683 20160910
1684         + trim dead code ifdef'd with HIDE_EINTR since 970830 (discussion with
1685           Leon Winter).
1686         + trim some obsolete/incorrect wording about EINTR from wgetch manual
1687           page (patch by Leon Winter).
1688         + really correct 20100515 change (patch by Rich Coe).
1689         + add "--enable-string-hacks" option to test/configure
1690         + completed string-hacks for "sprintf", etc., including test-programs.
1691         + make "--enable-string-hacks" work with Debian by checking for the
1692           "bsd" library and its associated "<bsd/string.h>" header.
1693
1694 20160903
1695         + correct 20100515 change for weak signals versus sigprocmask (report
1696           by Rich Coe).
1697         + modify misc/Makefile.in to work around OpenBSD "make" which unlike
1698           all other versions of "make" does not recognize continuation lines
1699           of comments.
1700         + amend the last change to CF_C_ENV_FLAGS to move only the
1701           preprocessor, optimization and warning flags to CPPFLAGS and CFLAGS,
1702           leaving the residue in CC.  That happens to work for gcc's various
1703           "model" options, but may require tuning for other compilers (report
1704           by Sven Joachim).
1705
1706 20160827
1707         + add "v" menu entry to test/ncurses.c to show baudrate and other
1708           values.
1709         + add "newer" baudrate symbols from Linux and FreeBSD to progs/tset.c,
1710           lib_baudrate.c
1711         + modify CF_XOPEN_SOURCE macro:
1712           + add "uclinux" to case for "linux" (patch by Yann E. Morin)
1713           + modify _GNU_SOURCE for cygwin headers, tested with cygwin 2.3, 2.5
1714             (patch by Corinna Vinschen, from changes to tin).
1715         + improve CF_CC_ENV_FLAGS macro to allow for compiler wrappers such
1716           as "ccache" (report by Enrico Scholz).
1717         + update config.guess, config.sub from
1718                 http://git.savannah.gnu.org/cgit/config.git
1719
1720 20160820
1721         + update tput manual page to reflect changes to manipulate terminal
1722           modes by sharing functions with tset.
1723         + add the terminal-mode parts of "reset" (aka tset) to the "tput reset"
1724           command, making the two almost the same except for window-size.
1725         + adapt logic used in dialog "--keep-tite" option for test/filter.c as
1726           "-a" option.  When set, test/filter attempts to suppress the
1727           alternate screen.
1728         + correct a typo in interix entry -TD
1729
1730 20160813
1731         + add a dependency upon generated-sources in Ada95/src/Makefile.in to
1732           handle a case of "configure && make install".
1733         + trim trailing blanks from include/Caps*, to work around a problem
1734           in sed (Debian #818067).
1735
1736 20160806
1737         + improve CF_GNU_SOURCE configure macro to optionally define
1738           _DEFAULT_SOURCE work around a nuisance in recent glibc releases.
1739         + move the terminfo-specific parts of tput's "reset" function into
1740           the shared reset_cmd.c, making the two forms of reset use the same
1741           strings.
1742         + split-out the terminal initialization functions from tset as
1743           progs/reset_cmd.c, as part of changes to merge the reset-feature
1744           with tput.
1745
1746 20160730
1747         + change tset's initialization to allow it to get settings from the
1748           standard input as well as /dev/tty, to be more effective when
1749           output or error are redirected.
1750         + improve discussion of history and portability for tset/reset/tput
1751           manual pages.
1752
1753 20160723
1754         + improve error message from tset/reset when both stderr/stdout are
1755           redirected to a file or pipe.
1756         + improve organization of curs_attr.3x, curs_color.3x
1757
1758 20160709
1759         + work around Debian's antique/unmaintained version of mawk when
1760           building link_test.
1761         + improve test/list_keys.c, showing ncurses's convention of modifiers
1762           for special keys, based on xterm.
1763
1764 20160702
1765         + improve test/list_keys.c, using $TERM if no parameters are given.
1766
1767 20160625
1768         + build-fixes for ncurses "test_progs" rule.
1769         + amend change to CF_CC_ENV_FLAGS in 20160521 to make multilib build
1770           work (report by Sven Joachim).
1771
1772 20160618
1773         + build-fixes for ncurses-examples with NetBSD curses.
1774         + improve test/list_keys.c, fixing column-widths and sorting the list
1775           to make it more readable.
1776
1777 20160611
1778         + revise fix for Debian #805618 (report by Vlado Potisk, cf: 20151128).
1779         + modify test/ncurses.c a/A screens to make exiting on an escape
1780           character depend on the start of keypad and timeout modes, to allow
1781           better testing of function-keys.
1782         + modify rs1 for xterm-16color, xterm-88color and xterm-256color to
1783           reset palette using "oc" string as in linux -TD
1784         + use ANSI reply for u8 in xterm-new, to reflect vt220-style responses
1785           that could be returned -TD
1786         + added a few capabilities fixed in recent vte -TD
1787
1788 20160604
1789         + correct logic for -f option in test/demo_terminfo.c
1790         + add test/list_keys.c
1791
1792 20160528
1793         + further workaround for PIE/PIC breakage which causes gpm to not link.
1794         + fix most cppcheck warnings, mostly style, in ncurses library.
1795
1796 20160521
1797         + improved manual page description of tset/reset versus window-size.
1798         + fixes to work with a slightly broken compiler configuration which
1799           cannot compile "Hello World!" without adding compiler options
1800           (report by Ola x Nilsson):
1801           + pass appropriate compiler options to the CF_PROG_CC_C_O macro.
1802           + when separating compiler and options in CF_CC_ENV_FLAGS, ensure
1803             that all options are split-off into CFLAGS or CPPFLAGS
1804           + restore some -I options removed in 20140726 because they appeared
1805             to be redundant.  In fact, they are needed for a compiler that
1806             cannot combine -c and -o options.
1807
1808 20160514
1809         + regenerate HTML manpages.
1810         + improve manual pages for wgetch and wget_wch to point out that they
1811           might return values without names in curses.h (Debian #822426).
1812         + make linux3.0 entry the default linux entry (Debian #823658) -TD
1813         + modify linux2.6 entry to improve line-drawing so that the linux3.0
1814           entry can be used in non-UTF-8 mode -TD
1815         + document return value of use_extended_names (report by Mike Gran).
1816
1817 20160507
1818         + amend change to _nc_do_color to restore the early return for the
1819           special case used in _nc_screen_wrap (report by Dick Streefland,
1820           cf: 20151017).
1821         + modify test/ncurses.c:
1822           + check return-value of putwin
1823           + correct ifdef which made the 'g' test's legend not reflect changes
1824             to keypad- and scroll-modes.
1825         + correct return-value of extended putwin (report by Mike Gran).
1826
1827 20160423
1828         + modify test/ncurses.c 'd' edit-color menu to optionally read xterm
1829           color palette directly from terminal, as well as handling KEY_RESIZE
1830           and screen-repainting with control/L and control/R.
1831         + add 'oc' capability to xterm+256color, allowing palette reset for
1832           xterm -TD
1833
1834 20160416
1835         + add workaround in configure script for inept transition to PIE vs
1836           PIC builds documented in
1837                   https://fedoraproject.org/wiki/Changes/Harden_All_Packages
1838         + add "reset" to list of programs whose names might change in manpages
1839           due to program-transformation configure options.
1840         + drop long-obsolete "-n" option from tset.
1841
1842 20160409
1843         + modify test/blue.c to use Unicode values for card-glyphs when
1844           available, as well as improving the check for CP437 and CP850.
1845
1846 20160402
1847         + regenerate HTML manpages.
1848         + improve manual pages for utilities with respect to POSIX versus
1849           X/Open Curses.
1850
1851 20160326
1852         + regenerate HTML manpages.
1853         + improve test/demo_menus.c, allowing mouse-click on the menu-headers
1854           to switch the active menu.  This requires a new extension option
1855           O_MOUSE_MENU to tell the menu driver to put mouse events which do not
1856           apply to the active menu back into the queue so that the application
1857           can handle the event.
1858
1859 20160319
1860         + improve description of tgoto parameters (report by Steffen Nurpmeso).
1861         + amend workaround for Solaris line-drawing to restore a special case
1862           that maps Unicode line-drawing characters into the acsc string for
1863           non-Unicode locales (Debian #816888).
1864
1865 20160312
1866         + modified test/filter.c to illustrate an alternative to getnstr, that
1867           polls for input while updating a clock on the right margin as well
1868           as responding to window size-changes.
1869
1870 20160305
1871         + omit a redefinition of "inline" when traces are enabled, since this
1872           does not work with gcc 5.3.x MinGW cross-compiling (cf: 20150912).
1873
1874 20160220
1875         + modify test/configure script to check for pthread dependency of
1876           ncursest or ncursestw library when building ncurses examples, e.g.,
1877           in case weak symbols are used.
1878         + modify configure macro for shared-library rules to use -Wl,-rpath
1879           rather than -rpath to work around a bug in scons (FreeBSD #178732,
1880           cf: 20061021).
1881         + double-width multibyte characters were not counted properly in
1882           winsnstr and wins_nwstr (report/example by Eric Pruitt).
1883         + update config.guess, config.sub from
1884                 http://git.savannah.gnu.org/cgit/config.git
1885
1886 20160213
1887         + amend fix for _nc_ripoffline from 20091031 to make test/ditto.c work
1888           in threaded configuration.
1889         + move _nc_tracebits, _tracedump and _tracemouse to curses.priv.h,
1890           since they are not part of the suggested ABI6.
1891
1892 20160206
1893         + define WIN32_LEAN_AND_MEAN for MinGW port, making builds faster.
1894         + modify test/ditto.c to allow $XTERM_PROG environment variable to
1895           override "xterm" as the name of the program to run in the threaded
1896           configuration.
1897
1898 20160130
1899         + improve formatting of man/curs_refresh.3x and man/tset.1 manpages
1900         + regenerate HTML manpages using newer man2html to eliminate some
1901           unwanted blank lines.
1902
1903 20160123
1904         + ifdef'd header-file definition of mouse_trafo() with NCURSES_NOMACROS
1905           (report by Corey Minyard).
1906         + fix some strict compiler-warnings in traces.
1907
1908 20160116
1909         + tidy up comments about hardcoded 256color palette (report by
1910           Leonardo Brondani Schenkel) -TD
1911         + add putty-noapp entry, and amend putty entry to use application mode
1912           for better consistency with xterm (report by Leonardo Brondani
1913           Schenkel) -TD
1914         + modify _nc_viscbuf2() and _tracecchar_t2() to trace wide-characters
1915           as a whole rather than their multibyte equivalents.
1916         + minor fix in wadd_wchnstr() to ensure that each cell has nonzero
1917           width.
1918         + move PUTC_INIT calls next to wcrtomb calls, to avoid carry-over of
1919           error status when processing Unicode values which are not mapped.
1920
1921 20160102
1922         + modify ncurses c/C color test-screens to take advantage of wide
1923           screens, reducing the number of lines used for 88- and 256-colors.
1924         + minor refinement to check versus ncv to ignore two parameters of
1925           SGR 38 and 48 when those come from color-capabilities.
1926
1927 20151226
1928         + add check in tic for use of bold, etc., video attributes in the
1929           color capabilities, accounting whether the feature is listed in ncv.
1930         + add check in tic for conflict between ritm, rmso, rmul versus sgr0.
1931
1932 20151219
1933         + add a paragraph to curs_getch.3x discussing key naming (discussion
1934           with James Crippen).
1935         + amend workaround for Solaris vs line-drawing to take the configure
1936           check into account.
1937         + add a configure check for wcwidth() versus the ncurses line-drawing
1938           characters, to use in special-casing systems such as Solaris.
1939
1940 20151212
1941         + improve CF_XOPEN_CURSES macro used in test/configure, to define as
1942           needed NCURSES_WIDECHAR for platforms where _XOPEN_SOURCE_EXTENDED
1943           does not work.  Also modified the test program to ensure that if
1944           building with ncurses, that the cchar_t type is checked, since that
1945           normally is since 20111030 ifdef'd depending on this test.
1946         + improve 20121222 workaround for broken acs, letting Solaris "work"
1947           in spite of its misconfigured wcwidth which marks all of the line
1948           drawing characters as double-width.
1949
1950 20151205
1951         + update form_cursor.3x, form_post.3x, menu_attributes.3x to list
1952           function names in NAME section (patch by Jason McIntyre).
1953         + minor fixes to manpage NAME/SYNOPSIS sections to consistently use
1954           rule that either all functions which are prototyped in SYNOPSIS are
1955           listed in the NAME section, or the manual-page name is the sole item
1956           listed in the NAME section.  The latter is used to reduce clutter,
1957           e.g., for the top-level library manual pages as well as for certain
1958           feature-pages such as SP-funcs and threading (prompted by patches by
1959           Jason McIntyre).
1960
1961 20151128
1962         + add option to preserve leading whitespace in form fields (patch by
1963           Leon Winter).
1964         + add missing assignment in lib_getch.c to make notimeout() work
1965           (Debian #805618).
1966         + add 't' toggle for notimeout() function in test/ncurses.c a/A screens
1967         + add viewdata terminal description (Alexandre Montaron).
1968         + fix a case in tic/infocmp for formatting capabilities where a
1969           backslash at the end of a string was mishandled.
1970         + fix some typos in curs_inopts.3x (Benno Schulenberg).
1971
1972 20151121
1973         + fix some inconsistencies in the pccon* entries -TD
1974         + add bold to pccon+sgr+acs and pccon-base (Tati Chevron).
1975         + add keys f12-f124 to pccon+keys (Tati Chevron).
1976         + add test/test_sgr.c program to exercise all combinations of sgr.
1977
1978 20151107
1979         + modify tset's assignment to TERM in its output to reflect the name by
1980           which the terminal description is found, rather than the primary
1981           name.  That was an unnecessary part from the initial conversion of
1982           tset from termcap to terminfo.  The termcap program in 4.3BSD did
1983           this to avoid using the short 2-character name (report by Rich
1984           Burridge).
1985         + minor fix to configure script to ensure that rules for resulting.map
1986           are only generated when needed (cf: 20151101).
1987         + modify configure script to handle the case where tic-library is
1988           renamed, but the --with-debug option is used by itself without
1989           normal or shared libraries (prompted by comment in Debian #803482).
1990
1991 20151101
1992         + amend change for pkg-config which allows build of pc-files when no
1993           valid pkg-config library directory was configured to suppress the
1994           actual install if it is not overridden to a valid directory at
1995           install time (cf: 20150822).
1996         + modify editing script which generates resulting.map to work with the
1997           clang configuration on recent FreeBSD, which gives an error on an
1998           empty "local" section.
1999         + fix a spurious "(Part)" message in test/ncurses.c b/B tests due
2000           to incorrect attribute-masking.
2001
2002 20151024
2003         + modify MKexpanded.sh to update the expansion of a temporary filename
2004           to "expanded.c", for use in trace statements.
2005         + modify layout of b/B tests in test/ncurses.c to allow for additional
2006           annotation on the right margin; some terminals with partial support
2007           did not display well.
2008         + fix typo in curs_attr.3x (patch by Sven Joachim).
2009         + fix typo in INSTALL (patch by Tomas Cech).
2010         + improve configure check for setting WILDCARD_SYMS variable; on ppc64
2011           the variable is in the Data section rather than Text (patch by Michel
2012           Normand, Novell #946048).
2013         + using configure option "--without-fallbacks" incorrectly caused
2014           FALLBACK_LIST to be set to "no" (patch by Tomas Cech).
2015         + updated minitel entries to fix kel problem with emacs, and add
2016           minitel1b-nb (Alexandre Montaron).
2017         + reviewed/updated nsterm entry Terminal.app in OSX -TD
2018         + replace some dead URLs in comments with equivalents from the
2019           Internet Archive -TD
2020         + update config.guess, config.sub from
2021                 http://git.savannah.gnu.org/cgit/config.git
2022
2023 20151017
2024         + modify ncurses/Makefile.in to sort keys.list in POSIX locale
2025           (Debian #801864, patch by Esa Peuha).
2026         + remove an early-return from _nc_do_color, which can interfere with
2027           data needed by bkgd when ncurses is configured with extended colors
2028           (patch by Denis Tikhomirov).
2029         > fixes for OS/2 (patches by KO Myung-Hun)
2030         + use button instead of kbuf[0] in EMX-specific part of lib_mouse.c
2031         + support building with libtool on OS/2
2032         + use stdc++ on OS/2 kLIBC
2033         + clear cf_XOPEN_SOURCE on OS/2
2034
2035 20151010
2036         + add configure check for openpty to test/configure script, for ditto.
2037         + minor fixes to test/view.c in investigating Debian #790847.
2038         + update autoconf patch to 2.52.20150926, incorporates a fix for Cdk.
2039         + add workaround for breakage of POSIX makefiles by recent binutils
2040           change.
2041         + improve check for working poll() by using posix_openpt() as a
2042           fallback in case there is no valid terminal on the standard input
2043           (prompted by discussion on bug-ncurses mailing list, Debian #676461).
2044
2045 20150926
2046         + change makefile rule for removing resulting.map to distclean rather
2047           than clean.
2048         + add /lib/terminfo to terminfo-dirs in ".deb" test-package.
2049         + add note on portability of resizeterm and wresize to manual pages.
2050
2051 20150919
2052         + clarify in resizeterm.3x how KEY_RESIZE is pushed onto the input
2053           stream.
2054         + clarify in curs_getch.3x that the keypad mode affects ability to
2055           read KEY_MOUSE codes, but does not affect KEY_RESIZE.
2056         + add overlooked build-fix needed with Cygwin for separate Ada95
2057           configure script, cf: 20150606 (report by Nicolas Boulenguez)
2058
2059 20150912
2060         + fixes for configure/build using clang on OSX (prompted by report by
2061           William Gallafent).
2062           + do not redefine "inline" in ncurses_cfg.h; this was originally to
2063             solve a problem with gcc/g++, but is aggravated by clang's misuse
2064             of symbols to pretend it is gcc.
2065           + add braces to configure script to prevent unwanted add of
2066             "-lstdc++" to the CXXLIBS symbol.
2067           + improve/update test-program used for checking existence of stdc++
2068             library.
2069           + if $CXXLIBS is set, the linkage test uses that in addition to $LIBS
2070
2071 20150905
2072         + add note in curs_addch.3x about line-drawing when it depends upon
2073           UTF-8.
2074         + add tic -q option for consistency with infocmp, use it to suppress
2075           all comments from the "tic -I" output.
2076         + modify infocmp -q option to suppress the "Reconstructed from"
2077           header.
2078         + add infocmp/tic -Q option, which allows one to dump the compiled
2079           form of the terminal entry, in hexadecimal or base64.
2080
2081 20150822
2082         + sort options in usage message for infocmp, to make it simpler to
2083           see unused letters.
2084         + update usage message for tic, adding "-0" option.
2085         + documented differences in ESCDELAY versus AIX's implementation.
2086         + fix some compiler warnings from ports.
2087         + modify --with-pkg-config-libdir option to make it possible to install
2088           ".pc" files even if pkg-config is not found (adapted from patch by
2089           Joshua Root).
2090
2091 20150815
2092         + disallow "no" as a possible value for "--with-shlib-version" option,
2093           overlooked in cleanup-changes for 20000708 (report by Tommy Alex).
2094         + update release notes in INSTALL.
2095         + regenerate llib-* files to help with review for release notes.
2096
2097 20150810
2098         + workaround for Debian #65617, which was fixed in mawk's upstream
2099           releases in 2009 (report by Sven Joachim).  See
2100                 https://invisible-island.net/mawk/CHANGES.html#t20090727
2101
2102 20150808 6.0 release for upload to ftp.gnu.org
2103
2104 20150808
2105         + build-fix for Ada95 on older platforms without stdint.h
2106         + build-fix for Solaris, whose /bin/sh and /usr/bin/sed are non-POSIX.
2107         + update release announcement, summarizing more than 800 changes across
2108           more than 200 snapshots.
2109         + minor fixes to manpages, etc., to simplify linking from announcement
2110           page.
2111
2112 20150725
2113         + updated llib-* files.
2114         + build-fixes for ncurses library "test_progs" rule.
2115         + use alternate workaround for gcc 5.x feature (adapted from patch by
2116           Mikhail Peselnik).
2117         + add status line to tmux via xterm+sl (patch by Nicholas Marriott).
2118         + fixes for st 0.5 from testing with tack -TD
2119         + review/improve several manual pages to break up wall-of-text:
2120           curs_add_wch.3x, curs_attr.3x, curs_bkgd.3x, curs_bkgrnd.3x,
2121           curs_getcchar.3x, curs_getch.3x, curs_kernel.3x, curs_mouse.3x,
2122           curs_outopts.3x, curs_overlay.3x, curs_pad.3x, curs_termattrs.3x
2123           curs_trace.3x, and curs_window.3x
2124
2125 20150719
2126         + correct an old logic error for %A and %O in tparm (report by "zreed").
2127         + improve documentation for signal handlers by adding section in the
2128           curs_initscr.3x page.
2129         + modify logic in make_keys.c to not assume anything about the size
2130           of strnames and strfnames variables, since those may be functions
2131           in the thread- or broken-linker configurations (problem found by
2132           Coverity).
2133         + modify test/configure script to check for pthreads configuration,
2134           e.g., ncursestw library.
2135
2136 20150711
2137         + modify scripts to build/use test-packages for the pthreads
2138           configuration of ncurses6.
2139         + add references to ttytype and termcap symbols in demo_terminfo.c and
2140           demo_termcap.c to ensure that when building ncursest.map, etc., that
2141           the corresponding names such as _nc_ttytype are added to the list of
2142           versioned symbols (report by Werner Fink)
2143         + fix regression from 20150704 (report/patch by Werner Fink).
2144
2145 20150704
2146         + fix a few problems reported by Coverity.
2147         + fix comparison against "/usr/include" in misc/gen-pkgconfig.in
2148           (report by Daiki Ueno, Debian #790548, cf:  20141213).
2149
2150 20150627
2151         + modify configure script to remove deprecated ABI 5 symbols when
2152           building ABI 6.
2153         + add symbols _nc_Default_Field, _nc_Default_Form, _nc_has_mouse to
2154           map-files, but marked as deprecated so that they can easily be
2155           suppressed from ABI 6 builds (Debian #788610).
2156         + comment-out "screen.xterm" entry, and inherit screen.xterm-256color
2157           from xterm-new (report by Richard Birkett) -TD
2158         + modify read_entry.c to set the error-return to -1 if no terminal
2159           databases were found, as documented for setupterm.
2160         + add test_setupterm.c to demonstrate normal/error returns from the
2161           setupterm and restartterm functions.
2162         + amend cleanup change from 20110813 which removed redundant definition
2163           of ret_error, etc., from tinfo_driver.c, to account for the fact that
2164           it should return a bool rather than int (report/analysis by Johannes
2165           Schindelin).
2166
2167 20150613
2168         + fix overflow warning for OSX with lib_baudrate.c (cf: 20010630).
2169         + modify script used to generate map/sym files to mark 5.9.20150530 as
2170           the last "5.9" version, and regenerated the files.  That makes the
2171           files not use ".current" for the post-5.9 symbols.  This also
2172           corrects the label for _nc_sigprocmask used in when weak symbols are
2173           configured for the ncursest/ncursestw libraries (prompted by
2174           discussion with Sven Joachim).
2175         + fix typo in NEWS (report by Sven Joachim).
2176
2177 20150606 pre-release
2178         + make ABI 6 the default by updates to dist.mk and VERSION, with the
2179           intention that the existing ABI 5 should build as before using the
2180           "--with-abi-version=5" option.
2181         + regenerate ada- and man-html documentation.
2182         + minor fixes to color- and util-manpages.
2183         + fix a regression in Ada95/gen/Makefile.in, to handle special case of
2184           Cygwin, which uses the broken-linker feature.
2185         + amend fix for CF_NCURSES_CONFIG used in test/configure to assume that
2186           ncurses package scripts work when present for cross-compiling, as the
2187           lessor of two evils (cf: 20150530).
2188         + add check in configure script to disallow conflicting options
2189           "--with-termlib" and "--enable-term-driver".
2190         + move defaults for "--disable-lp64" and "--with-versioned-syms" into
2191           CF_ABI_DEFAULTS macro.
2192
2193 20150530
2194         + change private type for Event_Mask in Ada95 binding to work when
2195           mmask_t is set to 32-bits.
2196         + remove spurious "%;" from st entry (report by Daniel Pitts) -TD
2197         + add vte-2014, update vte to use that -TD
2198         + modify tic and infocmp to "move" a diagnostic for tparm strings that
2199           have a syntax error to tic's "-c" option (report by Daniel Pitts).
2200         + fix two problems with configure script macros (Debian #786436,
2201           cf: 20150425, cf: 20100529).
2202
2203 20150523
2204         + add 'P' menu item to test/ncurses.c, to show pad in color.
2205         + improve discussion in curs_color.3x about color rendering (prompted
2206           by comment on Stack Overflow forum):
2207         + remove screen-bce.mlterm, since mlterm does not do "bce" -TD
2208         + add several screen.XXX entries to support the respective variations
2209           for 256 colors -TD
2210         + add putty+fnkeys* building-block entries -TD
2211         + add smkx/rmkx to capabilities analyzed with infocmp "-i" option.
2212
2213 20150516
2214         + amend change to ".pc" files to only use the extra loader flags which
2215           may have rpath options (report by Sven Joachim, cf: 20150502).
2216         + change versioning for dpkg's in test-packages for Ada95 and
2217           ncurses-examples for consistency with Debian, to work with package
2218           updates.
2219         + regenerate html manpages.
2220         + clarify handling of carriage return in waddch manual page; it was
2221           discussed only in the portability section (prompted by comment on
2222           Stack Overflow forum):
2223
2224 20150509
2225         + add test-packages for cross-compiling ncurses-examples using the
2226           MinGW test-packages.  These are only the Debian packages; RPM later.
2227         + cleanup format of debian/copyright files
2228         + add pc-files to the MinGW cross-compiling test-packages.
2229         + correct a couple of places in gen-pkgconfig.in to handle renaming of
2230           the tinfo library.
2231
2232 20150502
2233         + modify the configure script to allow different default values
2234           for ABI 5 versus ABI 6.
2235         + add wgetch-events to test-packages.
2236         + add a note on how to build ncurses-examples to test/README.
2237         + fix a memory leak in delscreen (report by Daniel Kahn Gillmor,
2238           Debian #783486) -TD
2239         + remove unnecessary ';' from E3 capabilities -TD
2240         + add tmux entry, derived from screen (patch by Nicholas Marriott).
2241         + split-out recent change to nsterm-bce as nsterm-build326, and add
2242           nsterm-build342 to reflect changes with successive releases of OSX
2243           (discussion with Leonardo B Schenkel)
2244         + add xon, ich1, il1 to ibm3161 (patch by Stephen Powell, Debian
2245           #783806)
2246         + add sample "magic" file, to document ext-putwin.
2247         + modify gen-pkgconfig.in to add explicit -ltinfo, etc., to the
2248           generated ".pc" file when ld option "--as-needed" is used, or when
2249           ncurses and tinfo are installed without using rpath (prompted by
2250           discussion with Sylvain Bertrand).
2251         + modify test-package for ncurses6 to omit rpath feature when installed
2252           in /usr.
2253         + add OSX's "*.dSYM" to clean-rules in makefiles.
2254         + make extra-suffix work for OSX configuration, e.g., for shared
2255           libraries.
2256         + modify Ada95/configure script to work with pkg-config
2257         + move test-package for ncurses6 to /usr, since filename-conflicts have
2258           been eliminated.
2259         + corrected build rules for Ada95/gen/generate; it does not depend on
2260           the ncurses library aside from headers.
2261         + reviewed man pages, fixed a few other spelling errors.
2262         + fix a typo in curs_util.3x (Sven Joachim).
2263         + use extra-suffix in some overlooked shared library dependencies
2264           found by 20150425 changes for test-packages.
2265         + update config.guess, config.sub from
2266                 http://git.savannah.gnu.org/cgit/config.git
2267
2268 20150425
2269         + expanded description of tgetstr's area pointer in manual page
2270           (report by Todd M Lewis).
2271         + in-progress changes to modify test-packages to use ncursesw6 rather
2272           than ncursesw, with updated configure scripts.
2273         + modify CF_NCURSES_CONFIG in Ada95- and test-configure scripts to
2274           check for ".pc" files via pkg-config, but add a linkage check since
2275           frequently pkg-config configurations are broken.
2276         + modify misc/gen-pkgconfig.in to include EXTRA_LDFLAGS, e.g., for the
2277           rpath option.
2278         + add 'dim' capability to screen entry (report by Leonardo B Schenkel)
2279         + add several key definitions to nsterm-bce to match preconfigured
2280           keys, e.g., with OSX 10.9 and 10.10 (report by Leonardo B Schenkel)
2281         + fix repeated "extra-suffix" in ncurses-config.in (cf: 20150418).
2282         + improve term_variables manual page, adding section on the terminfo
2283           long-name symbols which are defined in the term.h header.
2284         + fix bug in lib_tracebits.c introduced in const-fixes (cf: 20150404).
2285
2286 20150418
2287         + avoid a blank line in output from tabs program by ending it with
2288           a carriage return as done in FreeBSD (patch by James Clarke).
2289         + build-fix for the "--enable-ext-putwin" feature when not using
2290           wide characters (report by Werner Fink).
2291         + modify autoconf macros to use scripting improvement from xterm.
2292         + add -brtl option to compiler options on AIX 5-7, needed to link
2293           with the shared libraries.
2294         + add --with-extra-suffix option to help with installing nonconflicting
2295           ncurses6 packages, e.g., avoiding header- and library-conflicts.
2296           NOTE: as a side-effect, this renames
2297                   adacurses-config to adacurses5-config and
2298                   adacursesw-config to adacursesw5-config
2299         + modify debian/rules test package to suffix programs with "6".
2300         + clarify in curs_inopts.3x that window-specific settings do not
2301           inherit into new windows.
2302
2303 20150404
2304         + improve description of start_color() in the manual.
2305         + modify several files in ncurses- and progs-directories to allow
2306           const data used in internal tables to be put by the linker into the
2307           readonly text segment.
2308
2309 20150329
2310         + correct cut/paste error for "--enable-ext-putwin" that made it the
2311           same as "--enable-ext-colors" (report by Roumen Petrov)
2312
2313 20150328
2314         + add "-f" option to test/savescreen.c to help with testing/debugging
2315           the extended putwin/getwin.
2316         + add logic for writing/reading combining characters in the extended
2317           putwin/getwin.
2318         + add "--enable-ext-putwin" configure option to turn on the extended
2319           putwin/getwin.
2320
2321 20150321
2322         + in-progress changes to provide an extended version of putwin and
2323           getwin which will be capable of reading screen-dumps between the
2324           wide/normal ncurses configurations.  These are text files, except
2325           for a magic code at the beginning:
2326           0       string          \210\210        Screen-dump (ncurses)
2327
2328 20150307
2329         + document limitations of getwin in manual page (prompted by discussion
2330           with John S Urban).
2331         + extend test/savescreen.c to demonstrate that color pair values
2332           and graphic characters can be restored using getwin.
2333
2334 20150228
2335         + modify win_driver.c to eliminate the constructor, to make it more
2336           usable in an application which may/may not need the console window
2337           (report by Grady Martin).
2338
2339 20150221
2340         + capture define's related to -D_XOPEN_SOURCE from the configure check
2341           and add those to the *-config and *.pc files, to simplify use for
2342           the wide-character libraries.
2343         + modify ncurses.spec to accommodate Fedora21's location of pkg-config
2344           directory.
2345         + correct sense of "--disable-lib-suffixes" configure option (report
2346           by Nicolas Boos, cf: 20140426).
2347
2348 20150214
2349         + regenerate html manpages using improved man2html from work on xterm.
2350         + regenerated ".map" and ".sym" files using improved script, accounting
2351           for the "--enable-weak-symbols" configure option (report by Werner
2352           Fink).
2353
2354 20150131
2355         + regenerated ".map" and ".sym" files using improved script, showing
2356           the combinations of configure options used at each stage.
2357
2358 20150124
2359         + add configure check to determine if "local: _*;" can be used in the
2360           ".map" files to selectively omit symbols beginning with "_".  On at
2361           least recent FreeBSD, the wildcard applies to all "_" symbols.
2362         + remove obsolete/conflicting rule for ncurses.map from
2363           ncurses/Makefile.in (cf:  20130706).
2364
2365 20150117
2366         + improve description in INSTALL of the --with-versioned-syms option.
2367         + add combination of --with-hashed-db and --with-ticlib to
2368           configurations for ".map" files (report by Werner Fink).
2369
2370 20150110
2371         + add a step to generating ".map" files, to declare any remaining
2372           symbols beginning with "_" as local, at the last version node.
2373         + improve configure checks for pkg-config, addressing a variant found
2374           with FreeBSD ports.
2375         + modify win_driver.c to provide characters for special keys, like
2376           ansi.sys, when keypad mode is off, rather than returning nothing at
2377           all (discussion with Eli Zaretskii).
2378         + add "broken_linker" and "hashed-db" configure options to combinations
2379           use for generating the ".map" and ".sym" files.
2380         + avoid using "ld" directly when creating shared library, to simplify
2381           cross-compiles.  Also drop "-Bsharable" option from shared-library
2382           rules for FreeBSD and DragonFly (FreeBSD #196592).
2383         + fix a memory leak in form library Free_RegularExpression_Type()
2384           (report by Pavel Balaev).
2385
2386 20150103
2387         + modify_nc_flush() to retry if interrupted (patch by Stian Skjelstad).
2388         + change map files to make _nc_freeall a global, since it may be used
2389           via the Ada95 binding when checking for memory leaks.
2390         + improve sed script used in 20141220 to account for wide-, threaded-
2391           variations in ABI 6.
2392
2393 20141227
2394         + regenerate ".map" files, using step overlooked in 20141213 to use
2395           the same patch-dates across each file to match ncurses.map (report by
2396           Sven Joachim).
2397
2398 20141221
2399         + fix an incorrect variable assignment in 20141220 changes (report by
2400           Sven Joachim).
2401
2402 20141220
2403         + updated Ada95/configure with macro changes from 20141213
2404         + tie configure options --with-abi-version and --with-versioned-syms
2405           together, so that ABI 6 libraries have distinct symbol versions from
2406           the ABI 5 libraries.
2407         + replace obsolete/nonworking link to man2html with current one,
2408           regenerate html-manpages.
2409
2410 20141213
2411         + modify misc/gen-pkgconfig.in to add -I option for include-directory
2412           when using both --prefix and --disable-overwrite (report by Misty
2413           De Meo).
2414         + add configure option --with-pc-suffix to allow minor renaming of
2415           ".pc" files and the corresponding library.  Use this in the test
2416           package for ncurses6.
2417         + modify configure script so that if pkg-config is not installed, it
2418           is still possible to install ".pc" files (report by Misty De Meo).
2419         + updated ".sym" files, removing symbols which are marked as "local"
2420           in the corresponding ".map" files.
2421         + updated ".map" files to reflect move of comp_captab and comp_hash
2422           from tic-library to tinfo-library in 20090711 (report by Sven
2423           Joachim).
2424
2425 20141206
2426         + updated ".map" files so that each symbol that may be shared across
2427           the different library configurations has the same label.  Some
2428           review is needed to ensure these are really compatible.
2429         + modify MKlib_gen.sh to work around change in development version of
2430           gcc introduced here:
2431                   https://gcc.gnu.org/ml/gcc-patches/2014-06/msg02185.html
2432                   https://gcc.gnu.org/ml/gcc-patches/2014-07/msg00236.html
2433           (reports by Marcus Shawcroft, Maohui Lei).
2434         + improved configure macro CF_SUBDIR_PATH, from lynx changes.
2435
2436 20141129
2437         + improved ".map" files by generating them with a script that builds
2438           ncurses with several related configurations and merges the results.
2439           A further refinement is planned, to make the tic- and tinfo-library
2440           symbols use the same versions across each of the four configurations
2441           which are represented (reports by Sven Joachim, Werner Fink).
2442
2443 20141115
2444         + improve description of limits for color values and color pairs in
2445           curs_color.3x (prompted by patch by Tim van der Molen).
2446         + add VERSION file, using first field in that to record the ABI version
2447           used for configure --with-libtool --disable-libtool-version
2448         + add configure options for applying the ".map" and ".sym" files to
2449           the ncurses, form, menu and panel libraries.
2450         + add ".map" and ".sym" files to show exported symbols, e.g., for
2451           symbol-versioning.
2452
2453 20141101
2454         + improve strict compiler-warnings by adding a cast in TRACE_RETURN
2455           and making a new TRACE_RETURN1 macro for cases where the cast does
2456           not apply.
2457
2458 20141025
2459         + in-progress changes to integrate the win32 console driver with the
2460           msys2 configuration.
2461
2462 20141018
2463         + reviewed terminology 0.6.1, add function key definitions.  None of
2464           the vt100-compatibility issues were improved -TD
2465         + improve infocmp conversion of extended capabilities to termcap by
2466           correcting the limit check against parametrized[], as well as filling
2467           in a check if the string happens to have parameters, e.g., "xm"
2468           in recent changes.
2469         + add check for zero/negative dimensions for resizeterm and resize_term
2470           (report by Mike Gran).
2471
2472 20141011
2473         + add experimental support for xterm's 1005 mouse mode, to use in a
2474           demonstration of its limitations.
2475         + add experimental support for "%u" format to terminfo.
2476         + modify test/ncurses.c to also show position reports in 'a' test.
2477         + minor formatting fixes to _nc_trace_mmask_t, make this function
2478           exported to help with debugging mouse changes.
2479         + improve behavior of wheel-mice for xterm protocol, noting that there
2480           are only button-presses for buttons "4" and "5", so there is no need
2481           to wait to combine events into double-clicks (report/analysis by
2482           Greg Field).
2483         + provide examples xterm-1005 and xterm-1006 terminfo entries -TD
2484         + implement decoder for xterm SGR 1006 mouse mode.
2485
2486 20140927
2487         + implement curs_set in win_driver.c
2488         + implement flash in win_driver.c
2489         + fix an infinite loop in win_driver.c if the command-window loses
2490           focus.
2491         + improve the non-buffered mode, i.e., NCURSES_CONSOLE2, of
2492           win_driver.c by temporarily changing the buffer-size to match the
2493           window-size to eliminate the scrollback.  Also enforce a minimum
2494           screen-size of 24x80 in the non-buffered mode.
2495         + modify generated misc/Makefile to suppress install.data from the
2496           dependencies if the --disable-db-install option is used, compensating
2497           for the top-level makefile changes used to add ncurses*-config in the
2498           20140920 changes (report by Steven Honeyman).
2499
2500 20140920
2501         + add ncurses*-config to bin-directory of sample package-scripts.
2502         + add check to ensure that getopt is available; this is a problem in
2503           some older cross-compiler environments.
2504         + expanded on the description of --disable-overwrite in INSTALL
2505           (prompted by reports by Joakim Tjernlund, Thomas Klausner).
2506           See Gentoo #522586 and NetBSD #49200 for examples.
2507           which relates to the clarified guidelines.
2508         + remove special logic from CF_INCLUDE_DIRS which adds the directory
2509           for the --includedir from the build (report by Joakim Tjernlund).
2510         + add case for Unixware to CF_XOPEN_SOURCE, from lynx changes.
2511         + update config.sub from
2512                 http://git.savannah.gnu.org/cgit/config.git
2513
2514 20140913
2515         + add a configure check to ignore some of the plethora of non-working
2516           C++ cross-compilers.
2517         + build-fixes for Ada95 with gnat 4.9
2518
2519 20140906
2520         + build-fix and other improvements for port of ncurses-examples to
2521           NetBSD.
2522         + minor compiler-warning fixes.
2523
2524 20140831
2525         + modify test/demo_termcap.c and test/demo_terminfo.c to make their
2526           options more directly comparable, and add "-i" option to specify
2527           a terminal description filename to parse for names to lookup.
2528
2529 20140823
2530         + fix special case where double-width character overwrites a single-
2531           width character in the first column (report by Egmont Koblinger,
2532           cf: 20050813).
2533
2534 20140816
2535         + fix colors in ncurses 'b' test which did not work after changing
2536           it to put the test-strings in subwindows (cf: 20140705).
2537         + merge redundant SEE-ALSO sections in form and menu manpages.
2538
2539 20140809
2540         + modify declarations for user-data pointers in C++ binding to use
2541           reinterpret_cast to facilitate converting typed pointers to void*
2542           in user's application (patch by Adam Jiang).
2543         + regenerated html manpages.
2544         + add note regarding cause and effect for TERM in ncurses manpage,
2545           having noted clueless verbiage in Terminal.app's "help" file
2546           which reverses cause/effect.
2547         + remove special fallback definition for NCURSES_ATTR_T, since macros
2548           have resolved type-mismatches using casts (cf: 970412).
2549         + fixes for win_driver.c:
2550           + handle repainting on endwin/refresh combination.
2551           + implement beep().
2552           + minor cleanup.
2553
2554 20140802
2555         + minor portability fixes for MinGW:
2556           + ensure WINVER is defined in makefiles rather than using headers
2557           + add check for gnatprep "-T" option
2558           + work around bug introduced by gcc 4.8.1 in MinGW which breaks
2559             "trace" feature:
2560             http://stackoverflow.com/questions/20877689/gcc-4-8-1-minggw-d-option-does-not-work-as-usual
2561         + fix most compiler warnings for Cygwin ncurses-examples.
2562         + restore "redundant" -I options in test/Makefile.in, since they are
2563           typically needed when building the derived ncurses-examples package
2564           (cf: 20140726).
2565
2566 20140726
2567         + eliminate some redundant -I options used for building libraries, and
2568           ensure that ${srcdir} is added to the include-options (prompted by
2569           discussion with Paul Gilmartin).
2570         + modify configure script to work with Minix3.2
2571         + add form library extension O_DYNAMIC_JUSTIFY option which can be
2572           used to override the different treatment of justification for static
2573           versus dynamic fields (adapted from patch by Leon Winter).
2574         + add a null pointer check in test/edit_field.c (report/analysis by
2575           Leon Winter, cf: 20130608).
2576
2577 20140719
2578         + make workarounds for compiling test-programs with NetBSD curses.
2579         + improve configure macro CF_ADD_LIBS, to eliminate repeated -l/-L
2580           options, from xterm changes.
2581
2582 20140712
2583         + correct Charable() macro check for A_ALTCHARSET in wide-characters.
2584         + build-fix for position-debug code in tty_update.c, to work with or
2585           without sp-funcs.
2586
2587 20140705
2588         + add w/W toggle to ncurses.c 'B' test, to demonstrate permutation of
2589           video-attributes and colors with double-width character strings.
2590
2591 20140629
2592         + correct check in win_driver.c for saving screen contents, e.g., when
2593           NCURSES_CONSOLE2 is set (cf: 20140503).
2594         + reorganize b/B menu items in ncurses.c, putting the test-strings into
2595           subwindows.  This is needed for a planned change to use Unicode
2596           fullwidth characters in the test-screens.
2597         + correct update to form status for _NEWTOP, broken by fixes for
2598           compiler warnings (patch by Leon Winter, cf: 20120616).
2599
2600 20140621
2601         + change shared-library suffix for AIX 5 and 6 to ".so", avoiding
2602           conflict with the static library (report by Ben Lentz).
2603         + document RPATH_LIST in INSTALLATION file, as part of workarounds for
2604           upgrading an ncurses library using the "--with-shared" option.
2605         + modify test/ncurses.c c/C tests to cycle through subsets of the
2606           total number of colors, to better illustrate 8/16/88/256-colors by
2607           providing directly comparable screens.
2608         + add test/dots_curses.c, for comparison with the low-level examples.
2609
2610 20140614
2611         + fix dereference before null check found by Coverity in tic.c
2612           (cf: 20140524).
2613         + fix sign-extension bug in read_entry.c which prevented "toe" from
2614           reading empty "screen+italics" entry.
2615         + modify sgr for screen.xterm-new to support dim capability -TD
2616         + add dim capability to nsterm+7 -TD
2617         + cancel dim capability for iterm -TD
2618         + add dim, invis capabilities to vte-2012 -TD
2619         + add sitm/ritm to konsole-base and mlterm3 -TD
2620
2621 20140609
2622         > fix regression in screen terminfo entries (reports by Christian
2623           Ebert, Gabriele Balducci) -TD
2624         + revert the change to screen; see notes for why this did not work -TD
2625         + cancel sitm/ritm for entries which extend "screen", to work around
2626           screen's hardcoded behavior for SGR 3 -TD
2627
2628 20140607
2629         + separate masking for sgr in vidputs from sitm/ritm, which do not
2630           overlap with sgr functionality.
2631         + remove unneeded -i option from adacurses-config; put -a in the -I
2632           option for consistency (patch by Pascal Pignard).
2633         + update xterm-new terminfo entry to xterm patch #305 -TD
2634         + change format of test-scripts for Debian Ada95 and ncurses-examples
2635           packages to quilted to work around Debian #700177 (cf: 20130907).
2636         + build fix for form_driver_w.c as part of ncurses-examples package for
2637           older ncurses than 20131207.
2638         + add Hello World example to adacurses-config manpage.
2639         + remove unused --enable-pc-files option from Ada95/configure.
2640         + add --disable-gnat-projects option for testing.
2641         + revert changes to Ada95 project-files configuration (cf: 20140524).
2642         + corrected usage message in adacurses-config.
2643
2644 20140524
2645         + fix typo in ncurses manpage for the NCURSES_NO_MAGIC_COOKIE
2646           environment variable.
2647         + improve discussion of input-echoing in curs_getch.3x
2648         + clarify discussion in curs_addch.3x of wrapping.
2649         + modify parametrized.h to make fln non-padded.
2650         + correct several entries which had termcap-style padding used in
2651           terminfo: adm21, aj510, alto-h19, att605-pc, x820 -TD
2652         + correct syntax for padding in some entries: dg211, h19 -TD
2653         + correct ti924-8 which had confused padding versus octal escapes -TD
2654         + correct padding in sbi entry -TD
2655         + fix an old bug in the termcap emulation; "%i" was ignored in tparm()
2656           because the parameters to be incremented were already on the internal
2657           stack (report by Corinna Vinschen).
2658         + modify tic's "-c" option to take into account the "-C" option to
2659           activate additional checks which compare the results from running
2660           tparm() on the terminfo expressions versus the translated termcap
2661           expressions.
2662         + modify tic to allow it to read from FIFOs (report by Matthieu Fronton,
2663           cf: 20120324).
2664         > patches by Nicolas Boulenguez:
2665         + explicit dereferences to suppress some style warnings.
2666         + when c_varargs_to_ada.c includes its header, use double quotes
2667           instead of <>.
2668         + samples/ncurses2-util.adb:  removed unused with clause.  The warning
2669           was removed by an obsolete pragma.
2670         + replaced Unreferenced pragmas with Warnings (Off).  The latter,
2671           available with older GNATs, needs no configure test.  This also
2672           replaces 3 untested Unreferenced pragmas.
2673         + simplified To_C usage in trace handling.  Using two parameters allows
2674           some basic formatting, and avoids a warning about security with some
2675           compiler flags.
2676         + for generated Ada sources, replace many snippets with one pure
2677           package.
2678         + removed C_Chtype and its conversions.
2679         + removed C_AttrType and its conversions.
2680         + removed conversions between int, Item_Option_Set, Menu_Option_Set.
2681         + removed int, Field_Option_Set, Item_Option_Set conversions.
2682         + removed C_TraceType, Attribute_Option_Set conversions.
2683         + replaced C.int with direct use of Eti_Error, now enumerated.  As it
2684           was used in a case statement, values were tested by the Ada compiler
2685           to be consecutive anyway.
2686         + src/Makefile.in: remove duplicate stanza
2687         + only consider using a project for shared libraries.
2688         + style. Silent gnat-4.9 warning about misplaced "then".
2689         + generate shared library project to honor ADAFLAGS, LDFLAGS.
2690
2691 20140510
2692         + cleanup recently introduced compiler warnings for MingW port.
2693         + workaround for ${MAKEFLAGS} configure check versus GNU make 4.0,
2694           which introduces more than one gratuitous incompatibility.
2695
2696 20140503
2697         + add vt520ansi terminfo entry (patch by Mike Gran)
2698         + further improve MinGW support for the scenario where there is an
2699           ANSI-escapes handler such as ansicon running in the console window
2700           (patch by Juergen Pfeifer).
2701
2702 20140426
2703         + add --disable-lib-suffixes option (adapted from patch by Juergen
2704           Pfeifer).
2705         + merge some changes from Juergen Pfeifer's work with MSYS2, to
2706           simplify later merging:
2707           + use NC_ISATTY() macro for isatty() in library
2708           + add _nc_mingw_isatty() and related functions to windows-driver
2709           + rename terminal driver entrypoints to simplify grep's
2710         + remove a check in the sp-funcs flavor of newterm() which allowed only
2711           the first call to newterm() to succeed (report by Thomas Beierlein,
2712           cf: 20090927).
2713
2714 20140419
2715         + update config.guess, config.sub from
2716                 http://git.savannah.gnu.org/cgit/config.git
2717
2718 20140412
2719         + modify configure script:
2720           + drop the -no-gcc option from Intel compiler, from lynx changes.
2721           + extend the --with-hashed-db configure option to simplify building
2722             with different versions of Berkeley database using FreeBSD ports.
2723         + improve initialization for MinGW port (Juergen Pfeifer):
2724           + enforce Windows-style path-separator if cross-compiling,
2725           + add a driver-name method to each of the drivers,
2726           + allow the Windows driver name to match "unknown", ignoring case,
2727           + lengthen the built-in name for the Windows console driver to
2728             "#win32console", and
2729           + move the comparison of driver-names allowing abbreviation, e.g.,
2730             to "#win32con" into the Windows console driver.
2731
2732 20140329
2733         + add check in tic for mismatch between ccc and initp/initc
2734         + cancel ccc in putty-256color and konsole-256color for consistency
2735           with the cancelled initc capability (patch by Sven Zuhlsdorf).
2736         + add xterm+256setaf building block for various terminals which only
2737           get the 256-color feature half-implemented -TD
2738         + updated "st" entry (leaving the 0.1.1 version as "simpleterm") to
2739           0.4.1 -TD
2740
2741 20140323
2742         + fix typo in "mlterm" entry (report by Gabriele Balducci) -TD
2743
2744 20140322
2745         + use types from <stdint.h> in sample build-scripts for chtype, etc.
2746         + modify configure script and curses.h.in to allow the types specified
2747           using --with-chtype and related options to be defined in <stdint.h>
2748         + add terminology entry -TD
2749         + add mlterm3 entry, use that as "mlterm" -TD
2750         + inherit mlterm-256color from mlterm -TD
2751
2752 20140315
2753         + modify _nc_New_TopRow_and_CurrentItem() to ensure that the menu's
2754           top-row is adjusted as needed to ensure that the current item is
2755           on the screen (patch by Johann Klammer).
2756         + add wgetdelay() to retrieve _delay member of WINDOW if it happens to
2757           be opaque, e.g., in the pthread configuration (prompted by patch by
2758           Soren Brinkmann).
2759
2760 20140308
2761         + modify ifdef in read_entry.c to handle the case where
2762           NCURSES_USE_DATABASE is not defined (patch by Xin Li).
2763         + add cast in form_driver_w() to fix ARM build (patch by Xin Li).
2764         + add logic to win_driver.c to save/restore screen contents when not
2765           allocating a console-buffer (cf: 20140215).
2766
2767 20140301
2768         + clarify error-returns from newwin (report by Ruslan Nabioullin).
2769
2770 20140222
2771         + fix some compiler warnings in win_driver.c
2772         + updated notes for wsvt25 based on tack and vttest -TD
2773         + add teken entry to show actual properties of FreeBSD's "xterm"
2774           console -TD
2775
2776 20140215
2777         + in-progress changes to win_driver.c to implement output without
2778           allocating a console-buffer.  This uses a pre-existing environment
2779           variable NCGDB used by Juergen Pfeifer for debugging (prompted by
2780           discussion with Erwin Waterlander regarding Console2, which hangs
2781           when reading in an allocated console-buffer).
2782         + add -t option to gdc.c, and modify to accept "S" to step through the
2783           scrolling-stages.
2784         + regenerate NCURSES-Programming-HOWTO.html to fix some of the broken
2785           html emitted by docbook.
2786
2787 20140209
2788         + modify CF_XOPEN_SOURCE macro to omit followup check to determine if
2789           _XOPEN_SOURCE can/should be defined.  g++ 4.7.2 built on Solaris 10
2790           has some header breakage due to its own predefinition of this symbol
2791           (report by Jean-Pierre Flori, Sage #15796).
2792
2793 20140201
2794         + add/use symbol NCURSES_PAIRS_T like NCURSES_COLOR_T, to illustrate
2795           which "short" types are for color pairs and which are color values.
2796         + fix build for s390x, by correcting field bit offsets in generated
2797           representation clauses when int=32 long=64 and endian=big, or at
2798           least on s390x (patch by Nicolas Boulenguez).
2799         + minor cleanup change to test/form_driver_w.c (patch by Gaute Hope).
2800
2801 20140125
2802         + remove unnecessary ifdef's in Ada95/gen/gen.c, which reportedly do
2803           not work as is with gcc 4.8 due to fixes using chtype cast made for
2804           new compiler warnings by gcc 4.8 in 20130824 (Debian #735753, patch
2805           by Nicolas Boulenguez).
2806
2807 20140118
2808         + apply includesubdir variable which was introduced in 20130805 to
2809           gen-pkgconfig.in (Debian #735782).
2810
2811 20131221
2812         + further improved man2html, used this to fix broken links in html
2813           manpages.  See
2814           ftp://ftp.invisible-island.net/ncurses/patches/man2html
2815
2816 20131214
2817         + modify configure-script/ifdef's to allow OLD_TTY feature to be
2818           suppressed if the type of ospeed is configured using the option
2819           --with-ospeed to not be a short.  By default, it is a short for
2820           termcap-compatibility (adapted from suggestion by Christian
2821           Weisgerber).
2822         + correct a typo in _nc_baudrate() (patch by Christian Weisgerber,
2823           cf: 20061230).
2824         + fix a few -Wlogical-op warnings.
2825         + updated llib-l* files.
2826
2827 20131207
2828         + add form_driver_w() entrypoint to wide-character forms library, as
2829           well as test program form_driver_w (adapted from patch by Gaute
2830           Hope).
2831
2832 20131123
2833         + minor fix for CF_GCC_WARNINGS to special-case options which are not
2834           recognized by clang.
2835
2836 20131116
2837         + add special case to configure script to move _XOPEN_SOURCE_EXTENDED
2838           definition from CPPFLAGS to CFLAGS if it happens to be needed for
2839           Solaris, because g++ errors with that definition (report by
2840           Jean-Pierre Flori, Sage #15268).
2841         + correct logic in infocmp's -i option which was intended to ignore
2842           strings which correspond to function-keys as candidates for piecing
2843           together initialization- or reset-strings.  The problem dates to
2844           1.9.7a, but was overlooked until changes in -Wlogical-op warnings for
2845           gcc 4.8 (report by David Binderman).
2846         + updated CF_GCC_WARNINGS to documented options for gcc 4.9.0, moving
2847           checks for -Wextra and -Wdeclaration-after-statement into the macro,
2848           and adding checks for -Wignored-qualifiers, -Wlogical-op and
2849           -Wvarargs
2850         + updated CF_CURSES_UNCTRL_H and CF_SHARED_OPTS macros from ongoing
2851           work on cdk.
2852         + update config.sub from
2853                 http://git.savannah.gnu.org/cgit/config.git
2854
2855 20131110
2856         + minor cleanup of terminfo.tail
2857
2858 20131102
2859         + use TS extension to describe xterm's title-escapes -TD
2860         + modify terminator and nsterm-s to use xterm+sl-twm building block -TD
2861         + update hurd.ti, add xenl to reflect 2011-03-06 change in
2862           http://git.savannah.gnu.org/cgit/hurd/hurd.git/log/console/display.c
2863           (Debian #727119).
2864         + simplify pfkey expression in ansi.sys -TD
2865
2866 20131027
2867         + correct/simplify ifdef's for cur_term versus broken-linker and
2868           reentrant options (report by Jean-Pierre Flori, cf: 20090530).
2869         + modify release/version combinations in test build-scripts to make
2870           them more consistent with other packages.
2871
2872 20131019
2873         + add nc_mingw.h to installed headers for MinGW port; needed for
2874           compiling ncurses-examples.
2875         + add rpm-script for testing cross-compile of ncurses-examples.
2876
2877 20131014
2878         + fix new typo in CF_ADA_INCLUDE_DIRS macro (report by Roumen Petrov).
2879
2880 20131012
2881         + fix a few compiler warnings in progs and test.
2882         + minor fix to package/debian-mingw/rules, do not strip dll's.
2883         + minor fixes to configure script for empty $prefix, e.g., when doing
2884           cross-compiles to MinGW.
2885         + add script for building test-packages of binaries cross-compiled to
2886           MinGW using NSIS.
2887
2888 20131005
2889         + minor fixes for ncurses-example package and makefile.
2890         + add scripts for test-builds of cross-compiler packages for ncurses6
2891           to MinGW.
2892
2893 20130928
2894         + some build-fixes for ncurses-examples with NetBSD-6.0 curses, though
2895           it lacks some common functions such as use_env() which is not yet
2896           addressed.
2897         + build-fix and some compiler warning fixes for ncurses-examples with
2898           OpenBSD 5.3
2899         + fix a possible null-pointer reference in a trace message from newterm.
2900         + quiet a few warnings from NetBSD 6.0 namespace pollution by
2901           nonstandard popcount() function in standard strings.h header.
2902         + ignore g++ 4.2.1 warnings for "-Weffc++" in c++/cursesmain.cc
2903         + fix a few overlooked places for --enable-string-hacks option.
2904
2905 20130921
2906         + fix typo in curs_attr.3x (patch by Sven Joachim, cf: 20130831).
2907         + build-fix for --with-shared option for DragonFly and FreeBSD (report
2908           by Rong-En Fan, cf: 20130727).
2909
2910 20130907
2911         + build-fixes for MSYS for two test-programs (patches by Ray Donnelly,
2912           Alexey Pavlov).
2913         + revert change to two of the dpkg format files, to work with dpkg
2914           before/after Debian #700177.
2915         + fix gcc -Wconversion warning in wattr_get() macro.
2916         + add msys and msysdll to known host/configuration types (patch by
2917           Alexey Pavlov).
2918         + modify CF_RPATH_HACK configure macro to not rely upon "-u" option
2919           of sort, improving portability.
2920         + minor improvements for test-programs from reviewing Solaris port.
2921         + update config.guess, config.sub from
2922                 http://git.savannah.gnu.org/cgit/config.git
2923
2924 20130831
2925         + modify test/ncurses.c b/B tests to display lines only for the
2926           attributes which a given terminal supports, to make room for an
2927           italics test.
2928         + completed ncv table in terminfo.tail; it did not list the wide
2929           character codes listed in X/Open Curses issue 7.
2930         + add A_ITALIC extension (prompted by discussion with Egmont Koblinger).
2931
2932 20130824
2933         + fix some gcc 4.8 -Wconversion warnings.
2934         + change format of dpkg test-scripts to quilted to work around bug
2935           introduced by Debian #700177.
2936         + discard cached keyname() values if meta() is changed after a value
2937           was cached using (report by Kurban Mallachiev).
2938
2939 20130816
2940         + add checks in tic to warn about terminals which lack cursor
2941           addressing, capabilities or having those, are marked as hard_copy or
2942           generic_type.
2943         + use --without-progs in mingw-ncurses rpm.
2944         + split out _nc_init_termtype() from alloc_entry.c to use in MinGW
2945           port when tic and other programs are not needed.
2946
2947 20130805
2948         + minor fixes to the --disable-overwrite logic, to ensure that the
2949           configured $(includedir) is not cancelled by the mingwxx-filesystem
2950           rpm macros.
2951         + add --disable-db-install configure option, to simplify building
2952           cross-compile support packages.
2953         + add mingw-ncurses.spec file, for testing cross-compiles.
2954
2955 20130727
2956         + improve configure macros from ongoing work on cdk, dialog, xterm:
2957           + CF_ADD_LIB_AFTER - fix a problem with -Wl options
2958           + CF_RPATH_HACK - add missing result-message
2959           + CF_SHARED_OPTS - modify to use $rel_builddir in cygwin and mingw
2960             dll symbols (which can be overridden) rather than explicit "../".
2961           + CF_SHARED_OPTS - modify NetBSD and DragonFly symbols to use ${CC}
2962             rather than ${LD} to improve rpath support.
2963           + CF_SHARED_OPTS - add a symbol to denote the temporary files that
2964             are created by the macro, to simplify clean-rules.
2965           + CF_X_ATHENA - trim extra libraries to work with -Wl,--as-needed
2966         + fix a regression in hashed-database support for NetBSD, which uses
2967           the key-size differently from other implementations (cf: 20121229).
2968
2969 20130720
2970         + further improvements for setupterm manpage, clarifying the
2971           initialization of cur_term.
2972
2973 20130713
2974         + improve manpages for initscr and setupterm.
2975         + minor compiler-warning fixes
2976
2977 20130706
2978         + add fallback defs for <inttypes.h> and <stdint.h> (cf: 20120225).
2979         + add check for size of wchar_t, use that to suppress a chunk of
2980           wcwidth.h in MinGW port.
2981         + quiet linker warnings for MinGW cross-compile with dll's using the
2982           --enable-auto-import flag.
2983         + add ncurses.map rule to ncurses/Makefile to help diagnose symbol
2984           table issues.
2985
2986 20130622
2987         + modify the clear program to take into account the E3 extended
2988           capability to clear the terminal's scrollback buffer (patch by
2989           Miroslav Lichvar, Redhat #815790).
2990         + clarify in resizeterm manpage that LINES and COLS are updated.
2991         + updated ansi example in terminfo.tail, correct misordered example
2992           of sgr.
2993         + fix other doclifter warnings for manpages
2994         + remove unnecessary ".ta" in terminfo.tail, add missing ".fi"
2995           (patch by Eric Raymond).
2996
2997 20130615
2998         + minor changes to some configure macros to make them more reusable.
2999         + fixes for tabs program (prompted by report by Nick Andrik).
3000           + corrected logic in command-line parsing of -a and -c predefined
3001             tab-lists options.
3002           + allow "-0" and "-8" options to be combined with others, e.g.,"-0d".
3003           + make warning messages more consistent with the other utilities by
3004             not printing the full pathname of the program.
3005           + add -V option for consistency with other utilities.
3006         + fix off-by-one in columns for tabs program when processing an option
3007           such as "-5" (patch by Nick Andrik).
3008
3009 20130608
3010         + add to test/demo_forms.c examples of using the menu-hooks as well
3011           as showing how the menu item user-data can be used to pass a callback
3012           function pointer.
3013         + add test/dots_termcap.c
3014         + remove setupterm call from test/demo_termcap.c
3015         + build-fix if --disable-ext-funcs configure option is used.
3016         + modified test/edit_field.c and test/demo_forms.c to move the lengths
3017           into a user-data structure, keeping the original string for later
3018           expansion to free-format input/out demo.
3019         + modified test/demo_forms.c to load data from file.
3020         + added note to clarify Terminal.app's non-emulation of the various
3021           terminal types listed in the preferences dialog -TD
3022         + fix regression in error-reporting in lib_setup.c (Debian #711134,
3023           cf: 20121117).
3024         + build-fix for a case where --enable-broken_linker and
3025           --enable-reentrant options are combined (report by George R Goffe).
3026
3027 20130525
3028         + modify mvcur() to distinguish between internal use by the ncurses
3029           library, and external callers, preventing it from reading the content
3030           of the screen which is only nonblank when curses calls have updated
3031           it.  This makes test/dots_mvcur.c avoid painting colored cells in
3032           the left margin of the display.
3033         + minor fix to test/dots_mvcur.c
3034         + move configured symbols USE_DATABASE and USE_TERMCAP to term.h as
3035           NCURSES_USE_DATABASE and NCURSES_USE_TERMCAP to allow consistent
3036           use of these symbols in term_entry.h
3037
3038 20130518
3039         + corrected ifdefs in test/testcurs.c to allow comparison of mouse
3040           interface versus pdcurses (cf: 20130316).
3041         + add pow() to configure-check for math library, needed since
3042           20121208 for test/hanoi (Debian #708056).
3043         + regenerated html manpages.
3044         + update doctype used for html documentation.
3045
3046 20130511
3047         + move nsterm-related entries out of "obsolete" section to more
3048           plausible "ansi consoles" -TD
3049         + additional cleanup of table-of-contents by reordering -TD
3050         + revise fix for check for 8-bit value in _nc_insert_ch(); prior fix
3051           prevented inserts when video attributes were attached to the data
3052           (cf: 20121215) (Redhat #959534).
3053
3054 20130504
3055         + fixes for issues found by Coverity:
3056           + correct FNKEY() macro in progs/dump_entry.c, allowing kf11-kf63 to
3057             display when infocmp's -R option is used for HP or AIX subsets.
3058           + fix dead-code issue with test/movewindow.c
3059           + improve limited-checking in _nc_read_termtype().
3060
3061 20130427
3062         + fix clang 3.2 warning in progs/dump_entry.c
3063         + drop AC_TYPE_SIGNAL check; ncurses relies on c89 and later.
3064
3065 20130413
3066         + add MinGW to cases where ncurses installs by default into /usr
3067           (prompted by discussion with Daniel Silva Ferreira).
3068         + add -D option to infocmp's usage-message (patch by Miroslav Lichvar).
3069         + add a missing 'int' type for main function in configure check for
3070           type of bool variable, to work with clang 3.2 (report by Dmitri
3071           Gribenko).
3072         + improve configure check for static_cast, to work with clang 3.2
3073           (report by Dmitri Gribenko).
3074         + re-order rule for demo.o and macros defining header dependencies in
3075           c++/Makefile.in to accommodate gmake (report by Dmitri Gribenko).
3076
3077 20130406
3078         + improve parameter checking in copywin().
3079         + modify configure script to work around OS X's "libtool" program, to
3080           choose glibtool instead.  At the same time, chance the autoconf macro
3081           to look for a "tool" rather than a "prog", to help with potential use
3082           in cross-compiling.
3083         + separate the rpath usage for c++ library from demo program
3084           (Redhat #911540)
3085         + update/correct header-dependencies in c++ makefile (report by Werner
3086           Fink).
3087         + add --with-cxx-shared to dpkg-script, as done for rpm-script.
3088
3089 20130324
3090         + build-fix for libtool configuration (reports by Daniel Silva Ferreira
3091           and Roumen Petrov).
3092
3093 20130323
3094         + build-fix for OS X, to handle changes for --with-cxx-shared feature
3095           (report by Christian Ebert).
3096         + change initialization for vt220, similar entries for consistency
3097           with cursor-key strings (NetBSD #47674) -TD
3098         + further improvements to linux-16color (Benjamin Sittler)
3099
3100 20130316
3101         + additional fix for tic.c, to allocate missing buffer space.
3102         + eliminate configure-script warnings for gen-pkgconfig.in
3103         + correct typo in sgr string for sun-color,
3104           add bold for consistency with sgr,
3105           change smso for consistency with sgr -TD
3106         + correct typo in sgr string for terminator -TD
3107         + add blink to the attributes masked by ncv in linux-16color (report
3108           by Benjamin Sittler)
3109         + improve warning message from post-load checking for missing "%?"
3110           operator by tic/infocmp by showing the entry name and capability.
3111         + minor formatting improvement to tic/infocmp -f option to ensure
3112           line split after "%;".
3113         + amend scripting for --with-cxx-shared option to handle the debug
3114           library "libncurses++_g.a" (report by Sven Joachim).
3115
3116 20130309
3117         + amend change to toe.c for reading from /dev/zero, to ensure that
3118           there is a buffer for the temporary filename (cf: 20120324).
3119         + regenerated html manpages.
3120         + fix typo in terminfo.head (report by Sven Joachim, cf: 20130302).
3121         + updated some autoconf macros:
3122           + CF_ACVERSION_CHECK, from byacc 1.9 20130304
3123           + CF_INTEL_COMPILER, CF_XOPEN_SOURCE from luit 2.0-20130217
3124         + add configure option --with-cxx-shared to permit building
3125           libncurses++ as a shared library when using g++, e.g., the same
3126           limitations as libtool but better integrated with the usual build
3127           configuration (Redhat #911540).
3128         + modify MKkey_defs.sh to filter out build-path which was unnecessarily
3129           shown in curses.h (Debian #689131).
3130
3131 20130302
3132         + add section to terminfo manpage discussing user-defined capabilities.
3133         + update manpage description of NCURSES_NO_SETBUF, explaining why it
3134           is obsolete.
3135         + add a check in waddch_nosync() to ensure that tab characters are
3136           treated as control characters; some broken locales claim they are
3137           printable.
3138         + add some traces to the Windows console driver.
3139         + initialize a temporary array in _nc_mbtowc, needed for some cases
3140           of raw input in MinGW port.
3141
3142 20130218
3143         + correct ifdef on change to lib_twait.c (report by  Werner Fink).
3144         + update config.guess, config.sub
3145
3146 20130216
3147         + modify test/testcurs.c to work with mouse for ncurses as it does for
3148           pdcurses.
3149         + modify test/knight.c to work with mouse for pdcurses as it does for
3150           ncurses.
3151         + modify internal recursion in wgetch() which handles cooked mode to
3152           check if the call to wgetnstr() returned an error.  This can happen
3153           when both nocbreak() and nodelay() are set, for instance (report by
3154           Nils Christopher Brause) (cf: 960418).
3155         + fixes for issues found by Coverity:
3156           + add a check for valid position in ClearToEOS()
3157           + fix in lib_twait.c when --enable-wgetch-events is used, pointer
3158             use after free.
3159           + improve a limit-check in make_hash.c
3160           + fix a memory leak in hashed_db.c
3161
3162 20130209
3163         + modify test/configure script to make it simpler to override names
3164           of curses-related libraries, to help with linking with pdcurses in
3165           MinGW environment.
3166         + if the --with-terminfo-dirs configure option is not used, there is
3167           no corresponding compiled-in value for that.  Fill in "no default
3168           value" for that part of the manpage substitution.
3169
3170 20130202
3171         + correct initialization in knight.c which let it occasionally make
3172           an incorrect move (cf: 20001028).
3173         + improve documentation of the terminfo/termcap search path.
3174
3175 20130126
3176         + further fixes to mvcur to pass callback function (cf: 20130112),
3177           needed to make test/dots_mvcur work.
3178         + reduce calls to SetConsoleActiveScreenBuffer in win_driver.c, to
3179           help reduce flicker.
3180         + modify configure script to omit "+b" from linker options for very
3181           old HP-UX systems (report by Dennis Grevenstein)
3182         + add HP-UX workaround for missing EILSEQ on old HP-UX systems (patch
3183           by Dennis Grevenstein).
3184         + restore memmove/strdup support for antique systems (request by
3185           Dennis Grevenstein).
3186         + change %l behavior in tparm to push the string length onto the stack
3187           rather than saving the formatted length into the output buffer
3188           (report by Roy Marples, cf: 980620).
3189
3190 20130119
3191         + fixes for issues found by Coverity:
3192           + fix memory leak in safe_sprintf.c
3193           + add check for return-value in tty_update.c
3194           + correct initialization for -s option in test/view.c
3195           + add check for numeric overflow in lib_instr.c
3196           + improve error-checking in copywin
3197         + add advice in infocmp manpage for termcap users (Debian #698469).
3198         + add "-y" option to test/demo_termcap and test/demo_terminfo to
3199           demonstrate behavior with/without extended capabilities.
3200         + updated termcap manpage to document legacy termcap behavior for
3201           matching capability names.
3202         + modify name-comparison for tgetstr, etc., to accommodate legacy
3203           applications as well as to improve compatibility with BSD 4.2
3204           termcap implementations (Debian #698299) (cf: 980725).
3205
3206 20130112
3207         + correct prototype in manpage for vid_puts.
3208         + drop ncurses/tty/tty_display.h, ncurses/tty/tty_input.h, since they
3209           are unused in the current driver model.
3210         + modify mvcur to use stdout except when called within the ncurses
3211           library.
3212         + modify vidattr and vid_attr to use stdout as documented in manpage.
3213         + amend changes made to buffering in 20120825 so that the low-level
3214           putp() call uses stdout rather than ncurses' internal buffering.
3215           The putp_sp() call does the same, for consistency (Redhat #892674).
3216
3217 20130105
3218         + add "-s" option to test/view.c to allow it to start in single-step
3219           mode, reducing size of trace files when it is used for debugging
3220           MinGW changes.
3221         + revert part of 20121222 change to tinfo_driver.c
3222         + add experimental logic in win_driver.c to improve optimization of
3223           screen updates.  This does not yet work with double-width characters,
3224           so it is ifdef'd out for the moment (prompted by report by Erwin
3225           Waterlander regarding screen flicker).
3226
3227 20121229
3228         + fix Coverity warnings regarding copying into fixed-size buffers.
3229         + add throw-declarations in the c++ binding per Coverity warning.
3230         + minor changes to new-items for consistent reference to bug-report
3231           numbers.
3232
3233 20121222
3234         + add *.dSYM directories to clean-rule in ncurses directory makefile,
3235           for Mac OS builds.
3236         + add a configure check for gcc option -no-cpp-precomp, which is not
3237           available in all Mac OS X configurations (report by Andras Salamon,
3238           cf: 20011208).
3239         + improve 20021221 workaround for broken acs, handling a case where
3240           that ACS_xxx character is not in the acsc string but there is a known
3241           wide-character which can be used.
3242
3243 20121215
3244         + fix several warnings from clang 3.1 --analyze, includes correcting
3245           a null-pointer check in _nc_mvcur_resume.
3246         + correct display of double-width characters with MinGW port (report
3247           by Erwin Waterlander).
3248         + replace MinGW's wcrtomb(), fixing a problem with _nc_viscbuf
3249         > fixes based on Coverity report:
3250         + correct coloring in test/bs.c
3251         + correct check for 8-bit value in _nc_insert_ch().
3252         + remove dead code in progs/tset.c, test/linedata.h
3253         + add null-pointer checks in lib_tracemse.c, panel.priv.h, and some
3254           test-programs.
3255
3256 20121208
3257         + modify test/knight.c to show the number of choices possible for
3258           each position in automove option, e.g., to allow user to follow
3259           Warnsdorff's rule to solve the puzzle.
3260         + modify test/hanoi.c to show the minimum number of moves possible for
3261           the given number of tiles (prompted by patch by Lucas Gioia).
3262         > fixes based on Coverity report:
3263         + remove a few redundant checks.
3264         + correct logic in test/bs.c, when randomly placing a specific type of
3265           ship.
3266         + check return value from remove/unlink in tic.
3267         + check return value from sscanf in test/ncurses.c
3268         + fix a null dereference in c++/cursesw.cc
3269         + fix two instances of uninitialized variables when configuring for the
3270           terminal driver.
3271         + correct scope of variable used in SetSafeOutcWrapper macro.
3272         + set umask when calling mkstemp in tic.
3273         + initialize wbkgrndset() temporary variable when extended-colors are
3274           used.
3275
3276 20121201
3277         + also replace MinGW's wctomb(), fixing a problem with setcchar().
3278         + modify test/view.c to load UTF-8 when built with MinGW by using
3279           regular win32 API because the MinGW functions mblen() and mbtowc()
3280           do not work.
3281
3282 20121124
3283         + correct order of color initialization versus display in some of the
3284           test-programs, e.g., test_addstr.c
3285         > fixes based on Coverity report:
3286         + delete windows on exit from some of the test-programs.
3287
3288 20121117
3289         > fixes based on Coverity report:
3290         + add missing braces around FreeAndNull in two places.
3291         + various fixes in test/ncurses.c
3292         + improve limit-checks in tinfo/make_hash.c, tinfo/read_entry.c
3293         + correct malloc size in progs/infocmp.c
3294         + guard against negative array indices in test/knight.c
3295         + fix off-by-one limit check in test/color_name.h
3296         + add null-pointer check in progs/tabs.c, test/bs.c, test/demo_forms.c,
3297           test/inchs.c
3298         + fix memory-leak in tinfo/lib_setup.c, progs/toe.c,
3299           test/clip_printw.c, test/demo_menus.c
3300         + delete unused windows in test/chgat.c, test/clip_printw.c,
3301           test/insdelln.c, test/newdemo.c on error-return.
3302
3303 20121110
3304         + modify configure macro CF_INCLUDE_DIRS to put $CPPFLAGS after the
3305           local -I include options in case someone has set conflicting -I
3306           options in $CPPFLAGS (prompted by patch for ncurses/Makefile.in by
3307           Vassili Courzakis).
3308         + modify the ncurses*-config scripts to eliminate relative paths from
3309           the RPATH_LIST variable, e.g., "../lib" as used in installing shared
3310           libraries or executables.
3311
3312 20121102
3313         + realign these related pages:
3314             curs_add_wchstr.3x
3315             curs_addchstr.3x
3316             curs_addstr.3x
3317             curs_addwstr.3x
3318           and fix a long-ago error in curs_addstr.3x which said that a -1
3319           length parameter would only write as much as fit onto one line
3320           (report by Reuben Thomas).
3321         + remove obsolete fallback _nc_memmove() for memmove()/bcopy().
3322         + remove obsolete fallback _nc_strdup() for strdup().
3323         + cancel any debug-rpm in package/ncurses.spec
3324         + reviewed vte-2012, reverted most of the change since it was incorrect
3325           based on testing with tack -TD
3326         + un-cancel the initc in vte-256color, since this was implemented
3327           starting with version 0.20 in 2009 -TD
3328
3329 20121026
3330         + improve malloc/realloc checking (prompted by discussion in Redhat
3331           #866989).
3332         + add ncurses test-program as "ncurses6" to the rpm- and dpkg-scripts.
3333         + updated configure macros CF_GCC_VERSION and CF_WITH_PATHLIST.  The
3334           first corrects pattern used for Mac OS X's customization of gcc.
3335
3336 20121017
3337         + fix change to _nc_scroll_optimize(), which incorrectly freed memory
3338           (Redhat #866989).
3339
3340 20121013
3341         + add vte-2012, gnome-2012, making these the defaults for vte/gnome
3342           (patch by Christian Persch).
3343
3344 20121006
3345         + improve CF_GCC_VERSION to work around Debian's customization of gcc
3346           --version message.
3347         + improve configure macros as done in byacc:
3348           + drop 2.13 compatibility; use 2.52.xxxx version only since EMX port
3349             has used that for a while.
3350           + add 3rd parameter to AC_DEFINE's to allow autoheader to run, i.e.,
3351             for experimental use.
3352           + remove unused configure macros.
3353         + modify configure script and makefiles to quiet new autoconf warning
3354           for LIBS_TO_MAKE variable.
3355         + modify configure script to show $PATH_SEPARATOR variable.
3356         + update config.guess, config.sub
3357
3358 20120922
3359         + modify setupterm to set its copy of TERM to "unknown" if configured
3360           for the terminal driver and TERM was null or empty.
3361         + modify treatment of TERM variable for MinGW port to allow explicit
3362           use of the windows console driver by checking if $TERM is set to
3363           "#win32con" or an abbreviation of that.
3364         + undo recent change to fallback definition of vsscanf() to build with
3365           older Solaris compilers (cf: 20120728).
3366
3367 20120908
3368         + add test-screens to test/ncurses to show 256-characters at a time,
3369           to help with MinGW port.
3370
3371 20120903
3372         + simplify varargs logic in lib_printw.c; va_copy is no longer needed
3373           there.
3374         + modifications for MinGW port to make wide-character display usable.
3375
3376 20120902
3377         + regenerate configure script (report by Sven Joachim, cf: 20120901).
3378
3379 20120901
3380         + add a null-pointer check in _nc_flush (cf: 20120825).
3381         + fix a case in _nc_scroll_optimize() where the _oldnums_list array
3382           might not be allocated.
3383         + improve comparisons in configure.in for unset shell variables.
3384
3385 20120826
3386         + increase size of ncurses' output-buffer, in case of very small
3387           initial screen-sizes.
3388         + fix evaluation of TERMINFO and TERMINFO_DIRS default values as needed
3389           after changes to use --datarootdir (reports by Gabriele Balducci,
3390           Roumen Petrov).
3391
3392 20120825
3393         + change output buffering scheme, using buffer maintained by ncurses
3394           rather than stdio, to avoid problems with SIGTSTP handling (report
3395           by Brian Bloniarz).
3396
3397 20120811
3398         + update autoconf patch to 2.52.20120811, adding --datarootdir
3399           (prompted by discussion with Erwin Waterlander).
3400         + improve description of --enable-reentrant option in README and the
3401           INSTALL file.
3402         + add nsterm-256color, make this the default nsterm -TD
3403         + remove bw from nsterm-bce, per testing with tack -TD
3404
3405 20120804
3406         + update test/configure, adding check for tinfo library.
3407         + improve limit-checks for the getch fifo (report by Werner Fink).
3408         + fix a remaining mismatch between $with_echo and the symbols updated
3409           for CF_DISABLE_ECHO affecting parameters for mk-2nd.awk (report by
3410           Sven Joachim, cf:  20120317).
3411         + modify followup check for pkg-config's library directory in the
3412           --enable-pc-files option to validate syntax (report by Sven Joachim,
3413           cf: 20110716).
3414
3415 20120728
3416         + correct path for ncurses_mingw.h in include/headers, in case build
3417           is done outside source-tree (patch by Roumen Petrov).
3418         + modify some older xterm entries to align with xterm source -TD
3419         + separate "xterm-old" alias from "xterm-r6" -TD
3420         + add E3 extended capability to xterm-basic and putty -TD
3421         + parenthesize parameters of other macros in curses.h -TD
3422         + parenthesize parameter of COLOR_PAIR and PAIR_NUMBER in curses.h
3423           in case it happens to be a comma-expression, etc.  (patch by Nick
3424           Black).
3425
3426 20120721
3427         + improved form_request_by_name() and menu_request_by_name().
3428         + eliminate two fixed-size buffers in toe.c
3429         + extend use_tioctl() to have expected behavior when use_env(FALSE) and
3430           use_tioctl(TRUE) are called.
3431         + modify ncurses test-program, adding -E and -T options to demonstrate
3432           use_env() versus use_tioctl().
3433
3434 20120714
3435         + add use_tioctl() function (adapted from patch by Werner Fink,
3436           Novell #769788):
3437
3438 20120707
3439         + add ncurses_mingw.h to installed headers (prompted by patch by
3440           Juergen Pfeifer).
3441         + clarify return-codes from wgetch() in response to SIGWINCH (prompted
3442           by Novell #769788).
3443         + modify resizeterm() to always push a KEY_RESIZE onto the fifo, even
3444           if screensize is unchanged.  Modify _nc_update_screensize() to push a
3445           KEY_RESIZE if there was a SIGWINCH, even if it does not call
3446           resizeterm().  These changes eliminate the case where a SIGWINCH is
3447           received, but ERR returned from wgetch or wgetnstr because the screen
3448           dimensions did not change (Novell #769788).
3449
3450 20120630
3451         + add --enable-interop to sample package scripts (suggested by Juergen
3452           Pfeifer).
3453         + update CF_PATH_SYNTAX macro, from mawk changes.
3454         + modify mk-0th.awk to allow for generating llib-ltic, etc., though
3455           some work is needed on cproto to work with lib_gen.c to update
3456           llib-lncurses.
3457         + remove redundant getenv() cal in database-iterator leftover from
3458           cleanup in 20120622 changes (report by Sven Joachim).
3459
3460 20120622
3461         + add -d, -e and -q options to test/demo_terminfo and test/demo_termcap
3462         + fix caching of environment variables in database-iterator (patch by
3463           Philippe Troin, Redhat #831366).
3464
3465 20120616
3466         + add configure check to distinguish clang from gcc to eliminate
3467           warnings about unused command-line parameters when compiler warnings
3468           are enabled.
3469         + improve behavior when updating terminfo entries which are hardlinked
3470           by allowing for the possibility that an alias has been repurposed to
3471           a new primary name.
3472         + fix some strict compiler warnings based on package scripts.
3473         + further fixes for configure check for working poll (Debian #676461).
3474
3475 20120608
3476         + fix an uninitialized variable in -c/-n logic for infocmp changes
3477           (cf: 20120526).
3478         + corrected fix for building c++ binding with clang 3.0 (report/patch
3479           by Richard Yao, Gentoo #417613, cf: 20110409)
3480         + correct configure check for working poll, fixing the case where stdin
3481           is redirected, e.g., in rpm/dpkg builds (Debian #676461).
3482         + add rpm- and dpkg-scripts, to test those build-environments.
3483           The resulting packages are used only for testing.
3484
3485 20120602
3486         + add kdch1 aka "Remove" to vt220 and vt220-8 entries -TD
3487         + add kdch1, etc., to qvt108 -TD
3488         + add dl1/il1 to some entries based on dl/il values -TD
3489         + add dl to simpleterm -TD
3490         + add consistency-checks in tic for insert-line vs delete-line
3491           controls, and insert/delete-char keys
3492         + correct no-leaks logic in infocmp when doing comparisons, fixing
3493           duplicate free of entries given via the command-line, and freeing
3494           entries loaded from the last-but-one of files specified on the
3495           command-line.
3496         + add kdch1 to wsvt25 entry from NetBSD CVS (reported by David Lord,
3497           analysis by Martin Husemann).
3498         + add cnorm/civis to wsvt25 entry from NetBSD CVS (report/analysis by
3499           Onno van der Linden).
3500
3501 20120526
3502         + extend -c and -n options of infocmp to allow comparing more than two
3503           entries.
3504         + correct check in infocmp for number of terminal names when more than
3505           two are given.
3506         + correct typo in curs_threads.3x (report by Yanhui Shen on
3507           freebsd-hackers mailing list).
3508
3509 20120512
3510         + corrected 'op' for bterm (report by Samuel Thibault) -TD
3511         + modify test/background.c to demonstrate a background character
3512           holding a colored ACS_HLINE.  The behavior differs from SVr4 due to
3513           the thick- and double-line extension (cf: 20091003).
3514         + modify handling of acs characters in PutAttrChar to avoid mapping an
3515           unmapped character to a space with A_ALTCHARSET set.
3516         + rewrite vt520 entry based on vt420 -TD
3517
3518 20120505
3519         + remove p6 (bold) from opus3n1+ for consistency -TD
3520         + remove acs stuff from env230 per clues in Ingres termcap -TD
3521         + modify env230 sgr/sgr0 to match other capabilities -TD
3522         + modify smacs/rmacs in bq300-8 to match sgr/sgr0 -TD
3523         + make sgr for dku7202 agree with other caps -TD
3524         + make sgr for ibmpc agree with other caps -TD
3525         + make sgr for tek4107 agree with other caps -TD
3526         + make sgr for ndr9500 agree with other caps -TD
3527         + make sgr for sco-ansi agree with other caps -TD
3528         + make sgr for d410 agree with other caps -TD
3529         + make sgr for d210 agree with other caps -TD
3530         + make sgr for d470c, d470c-7b agree with other caps -TD
3531         + remove redundant AC_DEFINE for NDEBUG versus Makefile definition.
3532         + fix a back-link in _nc_delink_entry(), which is needed if ncurses is
3533           configured with --enable-termcap and --disable-getcap.
3534
3535 20120428
3536         + fix some inconsistencies between vt320/vt420, e.g., cnorm/civis -TD
3537         + add eslok flag to dec+sl -TD
3538         + dec+sl applies to vt320 and up -TD
3539         + drop wsl width from xterm+sl -TD
3540         + reuse xterm+sl in putty and nsca-m -TD
3541         + add ansi+tabs to vt520 -TD
3542         + add ansi+enq to vt220-vt520 -TD
3543         + fix a compiler warning in example in ncurses-intro.doc (Paul Waring).
3544         + added paragraph in keyname manpage telling how extended capabilities
3545           are interpreted as key definitions.
3546         + modify tic's check of conflicting key definitions to include extended
3547           capability strings in addition to the existing check on predefined
3548           keys.
3549
3550 20120421
3551         + improve cleanup of temporary files in tic using atexit().
3552         + add msgr to vt420, similar DEC vtXXX entries -TD
3553         + add several missing vt420 capabilities from vt220 -TD
3554         + factor out ansi+pp from several entries -TD
3555         + change xterm+sl and xterm+sl-twm to include only the status-line
3556           capabilities and not "use=xterm", making them more generally useful
3557           as building-blocks -TD
3558         + add dec+sl building block, as example -TD
3559
3560 20120414
3561         + add XT to some terminfo entries to improve usefulness for other
3562           applications than screen, which would like to pretend that xterm's
3563           title is a status-line.  -TD
3564         + change use-clauses in ansi-mtabs, hp2626, and hp2622 based on review
3565           of ordering and overrides -TD
3566         + add consistency check in tic for screen's "XT" capability.
3567         + add section in terminfo.src summarizing the user-defined capabilities
3568           used in that file -TD
3569
3570 20120407
3571         + fix an inconsistency between tic/infocmp "-x" option; tic omits all
3572           non-standard capabilities, while infocmp was ignoring only the user
3573           definable capabilities.
3574         + improve special case in tic parsing of description to allow it to be
3575           followed by terminfo capabilities.  Previously the description had to
3576           be the last field on an input line to allow tic to distinguish
3577           between termcap and terminfo format while still allowing commas to be
3578           embedded in the description.
3579         + correct variable name in gen_edit.sh which broke configurability of
3580           the --with-xterm-kbs option.
3581         + revert 2011-07-16 change to "linux" alias, return to "linux2.2" -TD
3582         + further amend 20110910 change, providing for configure-script
3583           override of the "linux" terminfo entry to install and changing the
3584           default for that to "linux2.2" (Debian #665959).
3585
3586 20120331
3587         + update Ada95/configure to use CF_DISABLE_ECHO (cf: 20120317).
3588         + correct order of use-clauses in st-256color -TD
3589         + modify configure script to look for gnatgcc if the Ada95 binding
3590           is built, in preference to the default gcc/cc (suggested by
3591           Nicolas Boulenguez).
3592         + modify configure script to ensure that the same -On option used for
3593           the C compiler in CFLAGS is used for ADAFLAGS rather than simply
3594           using "-O3" (suggested by Nicolas Boulenguez)
3595
3596 20120324
3597         + amend an old fix so that next_char() exits properly for empty files,
3598           e.g., from reading /dev/null (cf: 20080804).
3599         + modify tic so that it can read from the standard input, or from
3600           a character device.  Because tic uses seek's, this requires writing
3601           the data to a temporary file first (prompted by remark by Sven
3602           Joachim) (cf: 20000923).
3603
3604 20120317
3605         + correct a check made in lib_napms.c, so that terminfo applications
3606           can again use napms() (cf: 20110604).
3607         + add a note in tic.h regarding required casts for ABSENT_BOOLEAN
3608           (cf: 20040327).
3609         + correct scripting for --disable-echo option in test/configure.
3610         + amend check for missing c++ compiler to work when no error is
3611           reported, and no variables set (cf: 20021206).
3612         + add/use configure macro CF_DISABLE_ECHO.
3613
3614 20120310
3615         + fix some strict compiler warnings for abi6 and 64-bits.
3616         + use begin_va_copy/end_va_copy macros in lib_printw.c (cf: 20120303).
3617         + improve a limit-check in infocmp.c (Werner Fink):
3618
3619 20120303
3620         + minor tidying of terminfo.tail, clarify reason for limitation
3621           regarding mapping of \0 to \200
3622         + minor improvement to _nc_copy_termtype(), using memcpy to replace
3623           loops.
3624         + fix no-leaks checking in test/demo_termcap.c to account for multiple
3625           calls to setupterm().
3626         + modified the libgpm change to show previous load as a problem in the
3627           debug-trace.
3628         > merge some patches from OpenSUSE rpm (Werner Fink):
3629         + ncurses-5.7-printw.dif, fixes for varargs handling in lib_printw.c
3630         + ncurses-5.7-gpm.dif, do not dlopen libgpm if already loaded by
3631           runtime linker
3632         + ncurses-5.6-fallback.dif, do not free arrays and strings from static
3633           fallback entries
3634
3635 20120228
3636         + fix breakage in tic/infocmp from 20120225 (report by Werner Fink).
3637
3638 20120225
3639         + modify configure script to allow creating dll's for MinGW when
3640           cross-compiling.
3641         + add --enable-string-hacks option to control whether strlcat and
3642           strlcpy may be used.  The same issue applies to OpenBSD's warnings
3643           about snprintf, noting that this function is weakly standardized.
3644         + add configure checks for strlcat, strlcpy and snprintf, to help
3645           reduce bogus warnings with OpenBSD builds.
3646         + build-fix for OpenBSD 4.9 to supply consistent intptr_t declaration
3647           (cf:20111231)
3648         + update config.guess, config.sub
3649
3650 20120218
3651         + correct CF_ETIP_DEFINES configure macro, making it exit properly on
3652           the first success (patch by Pierre Labastie).
3653         + improve configure macro CF_MKSTEMP by moving existence-check for
3654           mkstemp out of the AC_TRY_RUN, to help with cross-compiles.
3655         + improve configure macro CF_FUNC_POLL from luit changes to detect
3656           broken implementations, e.g., with Mac OS X.
3657         + add configure option --with-tparm-arg
3658         + build-fix for MinGW cross-compiling, so that make_hash does not
3659           depend on TTY definition (cf: 20111008).
3660
3661 20120211
3662         + make sgr for xterm-pcolor agree with other caps -TD
3663         + make sgr for att5425 agree with other caps -TD
3664         + make sgr for att630 agree with other caps -TD
3665         + make sgr for linux entries agree with other caps -TD
3666         + make sgr for tvi9065 agree with other caps -TD
3667         + make sgr for ncr260vt200an agree with other caps -TD
3668         + make sgr for ncr160vt100pp agree with other caps -TD
3669         + make sgr for ncr260vt300an agree with other caps -TD
3670         + make sgr for aaa-60-dec-rv, aaa+dec agree with other caps -TD
3671         + make sgr for cygwin, cygwinDBG agree with other caps -TD
3672         + add configure option --with-xterm-kbs to simplify configuration for
3673           Linux versus most other systems.
3674
3675 20120204
3676         + improved tic -D option, avoid making target directory and provide
3677           better diagnostics.
3678
3679 20120128
3680         + add mach-gnu (Debian #614316, patch by Samuel Thibault)
3681         + add mach-gnu-color, tweaks to mach-gnu terminfo -TD
3682         + make sgr for sun-color agree with smso -TD
3683         + make sgr for prism9 agree with other caps -TD
3684         + make sgr for icl6404 agree with other caps -TD
3685         + make sgr for ofcons agree with other caps -TD
3686         + make sgr for att5410v1, att4415, att620 agree with other caps -TD
3687         + make sgr for aaa-unk, aaa-rv agree with other caps -TD
3688         + make sgr for avt-ns agree with other caps -TD
3689         + amend fix intended to separate fixups for acsc to allow "tic -cv" to
3690           give verbose warnings (cf:  20110730).
3691         + modify misc/gen-edit.sh to make the location of the tabset directory
3692           consistent with misc/Makefile.in, i.e., using ${datadir}/tabset
3693           (Debian #653435, patch by Sven Joachim).
3694
3695 20120121
3696         + add --with-lib-prefix option to allow configuring for old/new flavors
3697           of OS/2 EMX.
3698         + modify check for gnat version to allow for year, as used in FreeBSD
3699           port.
3700         + modify check_existence() in db_iterator.c to simply check if the
3701           path is a directory or file, according to the need.  Checking for
3702           directory size also gives no usable result with OS/2 (cf: 20120107).
3703         + support OS/2 kLIBC (patch by KO Myung-Hun).
3704
3705 20120114
3706         + several improvements to test/movewindow.c (prompted by discussion on
3707           Linux Mint forum):
3708           + modify movement commands to make them continuous
3709           + rewrote the test for mvderwin
3710           + rewrote the test for recursive mvwin
3711         + split-out reusable CF_WITH_NCURSES_ETC macro in test/configure.in
3712         + updated configure macro CF_XOPEN_SOURCE, build-fixes for Mac OS X
3713           and OpenBSD.
3714         + regenerated html manpages.
3715
3716 20120107
3717         + various improvements for MinGW (Juergen Pfeifer):
3718           + modify stat() calls to ignore the st_size member
3719           + drop mk-dlls.sh script.
3720           + change recommended regular expression library.
3721           + modify rain.c to allow for threaded configuration.
3722           + modify tset.c to allow for case when size-change logic is not used.
3723
3724 20111231
3725         + modify toe's report when -a and -s options are combined, to add
3726           a column showing which entries belong to a given database.
3727         + add -s option to toe, to sort its output.
3728         + modify progs/toe.c, simplifying use of db-iterator results to use
3729           caching improvements from 20111001 and 20111126.
3730         + correct generation of pc-files when ticlib or termlib options are
3731           given to rename the corresponding tic- or tinfo-libraries (report
3732           by Sven Joachim).
3733
3734 20111224
3735         + document a portability issue with tput, i.e., that scripts which work
3736           with ncurses may fail in other implementations that do no parameter
3737           analysis.
3738         + add putty-sco entry -TD
3739
3740 20111217
3741         + review/fix places in manpages where --program-prefix configure option
3742           was not being used.
3743         + add -D option to infocmp, to show the database locations that it
3744           could use.
3745         + fix build for the special case where term-driver, ticlib and termlib
3746           are all enabled.  The terminal driver depends on a few features in
3747           the base ncurses library, so tic's dependencies include both ncurses
3748           and termlib.
3749         + fix build work for term-driver when --enable-wgetch-events option is
3750           enabled.
3751         + use <stdint.h> types to fix some questionable casts to void*.
3752
3753 20111210
3754         + modify configure script to check if thread library provides
3755           pthread_mutexattr_settype(), e.g., not provided by Solaris 2.6
3756         + modify configure script to suppress check to define _XOPEN_SOURCE
3757           for IRIX64, since its header files have a conflict versus
3758           _SGI_SOURCE.
3759         + modify configure script to add ".pc" files for tic- and
3760           tinfo-libraries, which were omitted in recent change (cf: 20111126).
3761         + fix inconsistent checks on $PKG_CONFIG variable in configure script.
3762
3763 20111203
3764         + modify configure-check for etip.h dependencies, supplying a temporary
3765           copy of ncurses_dll.h since it is a generated file (prompted by
3766           Debian #646977).
3767         + modify CF_CPP_PARAM_INIT "main" function to work with current C++.
3768
3769 20111126
3770         + correct database iterator's check for duplicate entries
3771           (cf: 20111001).
3772         + modify database iterator to ignore $TERMCAP when it is not an
3773           absolute pathname.
3774         + add -D option to tic, to show the database locations that it could
3775           use.
3776         + improve description of database locations in tic manpage.
3777         + modify the configure script to generate a list of the ".pc" files to
3778           generate, rather than deriving the list from the libraries which have
3779           been built (patch by Mike Frysinger).
3780         + use AC_CHECK_TOOLS in preference to AC_PATH_PROGS when searching for
3781           ncurses*-config, e.g., in Ada95/configure and test/configure (adapted
3782           from patch by Mike Frysinger).
3783
3784 20111119
3785         + remove obsolete/conflicting fallback definition for _POSIX_SOURCE
3786           from curses.priv.h, fixing a regression with IRIX64 and Tru64
3787           (cf: 20110416)
3788         + modify _nc_tic_dir() to ensure that its return-value is nonnull,
3789           i.e., the database iterator was not initialized.  This case is needed
3790           to when tic is translating to termcap, rather than loading the
3791           database (cf:  20111001).
3792
3793 20111112
3794         + add pccon entries for OpenBSD console (Alexei Malinin).
3795         + build-fix for OpenBSD 4.9 with gcc 4.2.1, setting _XOPEN_SOURCE to
3796           600 to work around inconsistent ifdef'ing of wcstof between C and
3797           C++ header files.
3798         + modify capconvert script to accept more than exact match on "xterm",
3799           e.g., the "xterm-*" variants, to exclude from the conversion (patch
3800           by Robert Millan).
3801         + add -lc_r as alternative for -lpthread, allows build of threaded code
3802           in older FreeBSD machines.
3803         + build-fix for MirBSD, which fails when either _XOPEN_SOURCE or
3804           _POSIX_SOURCE are defined.
3805         + fix a typo misc/Makefile.in, used in uninstalling pc-files.
3806
3807 20111030
3808         + modify make_db_path() to allow creating "terminfo.db" in the same
3809           directory as an existing "terminfo" directory.  This fixes a case
3810           where switching between hashed/filesystem databases would cause the
3811           new hashed database to be installed in the next best location -
3812           root's home directory.
3813         + add variable cf_cv_prog_gnat_correct to those passed to
3814           config.status, fixing a problem with Ada95 builds (cf: 20111022).
3815         + change feature test from _XPG5 to _XOPEN_SOURCE in two places, to
3816           accommodate broken implementations for _XPG6.
3817         + eliminate usage of NULL symbol from etip.h, to reduce header
3818           interdependencies.
3819         + add configure check to decide when to add _XOPEN_SOURCE define to
3820           compiler options, i.e., for Solaris 10 and later (cf: 20100403).
3821           This is a workaround for gcc 4.6, which fails to build the c++
3822           binding if that symbol is defined by the application, due to
3823           incorrectly combining the corresponding feature test macros
3824           (report by Peter Kruse).
3825
3826 20111022
3827         + correct logic for discarding mouse events, retaining the partial
3828           events used to build up click, double-click, etc, until needed
3829           (cf: 20110917).
3830         + fix configure script to avoid creating unused Ada95 makefile when
3831           gnat does not work.
3832         + cleanup width-related gcc 3.4.3 warnings for 64-bit platform, for the
3833           internal functions of libncurses.  The external interface of courses
3834           uses bool, which still produces these warnings.
3835
3836 20111015
3837         + improve description of --disable-tic-depends option to make it
3838           clear that it may be useful whether or not the --with-termlib
3839           option is also given (report by Sven Joachim).
3840         + amend termcap equivalent for set_pglen_inch to use the X/Open
3841           "YI" rather than the obsolete Solaris 2.5 "sL" (cf: 990109).
3842         + improve manpage for tgetent differences from termcap library.
3843
3844 20111008
3845         + moved static data from db_iterator.c to lib_data.c
3846         + modify db_iterator.c for memory-leak checking, fix one leak.
3847         + modify misc/gen-pkgconfig.in to use Requires.private for the parts
3848           of ncurses rather than Requires, as well as Libs.private for the
3849           other library dependencies (prompted by Debian #644728).
3850
3851 20111001
3852         + modify tic "-K" option to only set the strict-flag rather than force
3853           source-output.  That allows the same flag to control the parser for
3854           input and output of termcap source.
3855         + modify _nc_getent() to ignore backslash at the end of a comment line,
3856           making it consistent with ncurses' parser.
3857         + restore a special-case check for directory needed to make termcap
3858           text files load as if they were databases (cf: 20110924).
3859         + modify tic's resolution/collision checking to attempt to remove the
3860           conflicting alias from the second entry in the pair, which is
3861           normally following in the source file.  Also improved the warning
3862           message to make it simpler to see which alias is the problem.
3863         + improve performance of the database iterator by caching search-list.
3864
3865 20110925
3866         + add a missing "else" in changes to _nc_read_tic_entry().
3867
3868 20110924
3869         + modify _nc_read_tic_entry() so that hashed-database is checked before
3870           filesystem.
3871         + updated CF_CURSES_LIBS check in test/configure script.
3872         + modify configure script and makefiles to split TIC_ARGS and
3873           TINFO_ARGS into pieces corresponding to LDFLAGS and LIBS variables,
3874           to help separate searches for tic- and tinfo-libraries (patch by Nick
3875           Alcock aka "Nix").
3876         + build-fix for lib_mouse.c changes (cf: 20110917).
3877
3878 20110917
3879         + fix compiler warning for clang 2.9
3880         + improve merging of mouse events (integrated patch by Damien
3881           Guibouret).
3882         + correct mask-check used in lib_mouse for wheel mouse buttons 4/5
3883           (patch by Damien Guibouret).
3884
3885 20110910
3886         + modify misc/gen_edit.sh to select a "linux" entry which works with
3887           the current kernel rather than assuming it is always "linux3.0"
3888           (cf: 20110716).
3889         + revert a change to getmouse() which had the undesirable side-effect
3890           of suppressing button-release events (report by Damien Guibouret,
3891           cf: 20100102).
3892         + add xterm+kbs fragment from xterm #272 -TD
3893         + add configure option --with-pkg-config-libdir to provide control over
3894           the actual directory into which pc-files are installed, do not use
3895           the pkg-config environment variables (discussion with Frederic L W
3896           Meunier).
3897         + add link to mailing-list archive in announce.html.in, as done in
3898           FAQ (prompted by question by Andrius Bentkus).
3899         + improve manpage install by adjusting the "#include" examples to
3900           show the ncurses-subdirectory used when --disable-overwrite option
3901           is used.
3902         + install an alias for "curses" to the ncurses manpage, tied to the
3903           --with-curses-h configure option (suggested by Reuben Thomas).
3904
3905 20110903
3906         + propagate error-returns from wresize, i.e., the internal
3907           increase_size and decrease_size functions through resize_term (report
3908           by Tim van der Molen, cf:  20020713).
3909         + fix typo in tset manpage (patch by Sven Joachim).
3910
3911 20110820
3912         + add a check to ensure that termcap files which might have "^?" do
3913           not use the terminfo interpretation as "\177".
3914         + minor cleanup of X-terminal emulator section of terminfo.src -TD
3915         + add terminator entry -TD
3916         + add simpleterm entry -TD
3917         + improve wattr_get macros by ensuring that if the window pointer is
3918           null, then the attribute and color values returned will be zero
3919           (cf: 20110528).
3920
3921 20110813
3922         + add substitution for $RPATH_LIST to misc/ncurses-config.in
3923         + improve performance of tic with hashed-database by caching the
3924           database connection, using atexit() to cleanup.
3925         + modify treatment of 2-character aliases at the beginning of termcap
3926           entries so they are not counted in use-resolution, since these are
3927           guaranteed to be unique.  Also ignore these aliases when reporting
3928           the primary name of the entry (cf: 20040501)
3929         + double-check gn (generic) flag in terminal descriptions to
3930           accommodate old/buggy termcap databases which misused that feature.
3931         + minor fixes to _nc_tgetent(), ensure buffer is initialized even on
3932           error-return.
3933
3934 20110807
3935         + improve rpath fix from 20110730 by ensuring that the new $RPATH_LIST
3936           variable is defined in the makefiles which use it.
3937         + build-fix for DragonFlyBSD's pkgsrc in test/configure script.
3938         + build-fixes for NetBSD 5.1 with termcap support enabled.
3939         + corrected k9 in dg460-ansi, add other features based on manuals -TD
3940         + improve trimming of whitespace at the end of terminfo/termcap output
3941           from tic/infocmp.
3942         + when writing termcap source, ensure that colons in the description
3943           field are translated to a non-delimiter, i.e., "=".
3944         + add "-0" option to tic/infocmp, to make the termcap/terminfo source
3945           use a single line.
3946         + add a null-pointer check when handling the $CC variable.
3947
3948 20110730
3949         + modify configure script and makefiles in c++ and progs to allow the
3950           directory used for rpath option to be overridden, e.g., to work
3951           around updates to the variables used by tic during an install.
3952         + add -K option to tic/infocmp, to provide stricter BSD-compatibility
3953           for termcap output.
3954         + add _nc_strict_bsd variable in tic library which controls the
3955           "strict" BSD termcap compatibility from 20110723, plus these
3956           features:
3957           + allow escapes such as "\8" and "\9" when reading termcap
3958           + disallow "\a", "\e", "\l", "\s" and "\:" escapes when reading
3959             termcap files, passing through "a", "e", etc.
3960           + expand "\:" as "\072" on output.
3961         + modify _nc_get_token() to reset the token's string value in case
3962           there is a string-typed token lacking the "=" marker.
3963         + fix a few memory leaks in _nc_tgetent.
3964         + fix a few places where reading from a termcap file could refer to
3965           freed memory.
3966         + add an overflow check when converting terminfo/termcap numeric
3967           values, since terminfo stores those in a short, and they must be
3968           positive.
3969         + correct internal variables used for translating to termcap "%>"
3970           feature, and translating from termcap %B to terminfo, needed by
3971           tctest (cf: 19991211).
3972         + amend a minor fix to acsc when loading a termcap file to separate it
3973           from warnings needed for tic (cf: 20040710)
3974         + modify logic in _nc_read_entry() and _nc_read_tic_entry() to allow
3975           a termcap file to be handled via TERMINFO_DIRS.
3976         + modify _nc_infotocap() to include non-mandatory padding when
3977           translating to termcap.
3978         + modify _nc_read_termcap_entry(), passing a flag in the case where
3979           getcap is used, to reduce interactive warning messages.
3980
3981 20110723
3982         + add a check in start_color() to limit color-pairs to 256 when
3983           extended colors are not supported (patch by David Benjamin).
3984         + modify setcchar to omit no-longer-needed OR'ing of color pair in
3985           the SetAttr() macro (patch by David Benjamin).
3986         + add kich1 to sun terminfo entry (Yuri Pankov)
3987         + use bold rather than reverse for smso in sun-color terminfo entry
3988           (Yuri Pankov).
3989         + improve generation of termcap using tic/infocmp -C option, e.g.,
3990           to correspond with 4.2BSD (prompted by discussion with Yuri Pankov
3991           regarding Schilling's test program):
3992           + translate %02 and %03 to %2 and %3 respectively.
3993           + suppress string capabilities which use %s, not supported by tgoto
3994           + use \040 rather than \s
3995           + expand null characters as \200 rather than \0
3996         + modify configure script to support shared libraries for DragonFlyBSD.
3997
3998 20110716
3999         + replace an assert() in _nc_Free_Argument() with a regular null
4000           pointer check (report/analysis by Franjo Ivancic).
4001         + modify configure --enable-pc-files option to take into account the
4002           PKG_CONFIG_PATH variable (report by Frederic L W Meunier).
4003         + add/use xterm+tmux chunk from xterm #271 -TD
4004         + resync xterm-new entry from xterm #271 -TD
4005         + add E3 extended capability to linux-basic (Miroslav Lichvar)
4006         + add linux2.2, linux2.6, linux3.0 entries to give context for E3 -TD
4007         + add SI/SO change to linux2.6 entry (Debian #515609) -TD
4008         + fix inconsistent tabset path in pcmw (Todd C. Miller).
4009         + remove a backslash which continued comment, obscuring altos3
4010           definition with OpenBSD toolset (Nicholas Marriott).
4011
4012 20110702
4013         + add workaround from xterm #271 changes to ensure that compiler flags
4014           are not used in the $CC variable.
4015         + improve support for shared libraries, tested with AIX 5.3, 6.1 and
4016           7.1 with both gcc 4.2.4 and cc.
4017         + modify configure checks for AIX to include release 7.x
4018         + add loader flags/libraries to libtool options so that dynamic loading
4019           works properly, adapted from ncurses-5.7-ldflags-with-libtool.patch
4020           at gentoo prefix repository (patch by Michael Haubenwallner).
4021
4022 20110626
4023         + move include of nc_termios.h out of term_entry.h, since the latter
4024           is installed, e.g., for tack while the former is not (report by
4025           Sven Joachim).
4026
4027 20110625
4028         + improve cleanup() function in lib_tstp.c, using _exit() rather than
4029           exit() and checking for SIGTERM rather than SIGQUIT (prompted by
4030           comments forwarded by Nicholas Marriott).
4031         + reduce name pollution from term.h, moving fallback #define's for
4032           tcgetattr(), etc., to new private header nc_termios.h (report by
4033           Sergio NNX).
4034         + two minor fixes for tracing (patch by Vassili Courzakis).
4035         + improve trace initialization by starting it in use_env() and
4036           ripoffline().
4037         + review old email, add details for some changelog entries.
4038
4039 20110611
4040         + update minix entry to minix 3.2 (Thomas Cort).
4041         + fix a strict compiler warning in change to wattr_get (cf: 20110528).
4042
4043 20110604
4044         + fixes for MirBSD port:
4045           + set default prefix to /usr.
4046           + add support for shared libraries in configure script.
4047           + use S_ISREG and S_ISDIR consistently, with fallback definitions.
4048         + add a few more checks based on ncurses/link_test.
4049         + modify MKlib_gen.sh to handle sp-funcs renaming of NCURSES_OUTC type.
4050
4051 20110528
4052         + add case to CF_SHARED_OPTS for Interix (patch by Markus Duft).
4053         + used ncurses/link_test to check for behavior when the terminal has
4054           not been initialized and when an application passes null pointers
4055           to the library.  Added checks to cover this (prompted by Redhat
4056           #707344).
4057         + modify MKlib_gen.sh to make its main() function call each function
4058           with zero parameters, to help find inconsistent checking for null
4059           pointers, etc.
4060
4061 20110521
4062         + fix warnings from clang 2.7 "--analyze"
4063
4064 20110514
4065         + compiler-warning fixes in panel and progs.
4066         + modify CF_PKG_CONFIG macro, from changes to tin -TD
4067         + modify CF_CURSES_FUNCS configure macro, used in test directory
4068           configure script:
4069           + work around (non-optimizer) bug in gcc 4.2.1 which caused
4070             test-expression to be omitted from executable.
4071           + force the linker to see a link-time expression of a symbol, to
4072             help work around weak-symbol issues.
4073
4074 20110507
4075         + update discussion of MKfallback.sh script in INSTALL; normally the
4076           script is used automatically via the configured makefiles.  However
4077           there are still occasions when it might be used directly by packagers
4078           (report by Gunter Schaffler).
4079         + modify misc/ncurses-config.in to omit the "-L" option from the
4080           "--libs" output if the library directory is /usr/lib.
4081         + change order of tests for curses.h versus ncurses.h headers in the
4082           configure scripts for Ada95 and test-directories, to look for
4083           ncurses.h, from fixes to tin -TD
4084         + modify ncurses/tinfo/access.c to account for Tandem's root uid
4085           (report by Joachim Schmitz).
4086
4087 20110430
4088         + modify rules in Ada95/src/Makefile.in to ensure that the PIC option
4089           is not used when building a static library (report by Nicolas
4090           Boulenguez):
4091         + Ada95 build-fix for big-endian architectures such as sparc.  This
4092           undoes one of the fixes from 20110319, which added an "Unused" member
4093           to representation clauses, replacing that with pragmas to suppress
4094           warnings about unused bits (patch by Nicolas Boulenguez).
4095
4096 20110423
4097         + add check in test/configure for use_window, use_screen.
4098         + add configure-checks for getopt's variables, which may be declared
4099           as different types on some Unix systems.
4100         + add check in test/configure for some legacy curses types of the
4101           function pointer passed to tputs().
4102         + modify init_pair() to accept -1's for color value after
4103           assume_default_colors() has been called (Debian #337095).
4104         + modify test/background.c, adding commmand-line options to demonstrate
4105           assume_default_colors() and use_default_colors().
4106
4107 20110416
4108         + modify configure script/source-code to only define _POSIX_SOURCE if
4109           the checks for sigaction and/or termios fail, and if _POSIX_C_SOURCE
4110           and _XOPEN_SOURCE are undefined (report by Valentin Ochs).
4111         + update config.guess, config.sub
4112
4113 20110409
4114         + fixes to build c++ binding with clang 3.0 (patch by Alexander
4115           Kolesen).
4116         + add check for unctrl.h in test/configure, to work around breakage in
4117           some ncurses packages.
4118         + add "--disable-widec" option to test/configure script.
4119         + add "--with-curses-colr" and "--with-curses-5lib" options to the
4120           test/configure script to address testing with very old machines.
4121
4122 20110404 5.9 release for upload to ftp.gnu.org
4123
4124 20110402
4125         + various build-fixes for the rpm/dpkg scripts.
4126         + add "--enable-rpath-link" option to Ada95/configure, to allow
4127           packages to suppress the rpath feature which is normally used for
4128           the in-tree build of sample programs.
4129         + corrected definition of libdir variable in Ada95/src/Makefile.in,
4130           needed for rpm script.
4131         + add "--with-shared" option to Ada95/configure script, to allow
4132           making the C-language parts of the binding use appropriate compiler
4133           options if building a shared library with gnat.
4134
4135 20110329
4136         > portability fixes for Ada95 binding:
4137         + add configure check to ensure that SIGINT works with gnat.  This is
4138           needed for the "rain" sample program.  If SIGINT does not work, omit
4139           that sample program.
4140         + correct typo in check of $PKG_CONFIG variable in Ada95/configure
4141         + add ncurses_compat.c, to supply functions used in the Ada95 binding
4142           which were added in 5.7 and later.
4143         + modify sed expression in CF_NCURSES_ADDON to eliminate a dependency
4144           upon GNU sed.
4145
4146 20110326
4147         + add special check in Ada95/configure script for ncurses6 reentrant
4148           code.
4149         + regen Ada html documentation.
4150         + build-fix for Ada shared libraries versus the varargs workaround.
4151         + add rpm and dpkg scripts for Ada95 and test directories, for test
4152           builds.
4153         + update test/configure macros CF_CURSES_LIBS, CF_XOPEN_SOURCE and
4154           CF_X_ATHENA_LIBS.
4155         + add configure check to determine if gnat's project feature supports
4156           libraries, i.e., collections of .ali files.
4157         + make all dereferences in Ada95 samples explicit.
4158         + fix typo in comment in lib_add_wch.c (patch by Petr Pavlu).
4159         + add configure check for, ifdef's for math.h which is in a separate
4160           package on Solaris and potentially not installed (report by Petr
4161           Pavlu).
4162         > fixes for Ada95 binding (Nicolas Boulenguez):
4163         + improve type-checking in Ada95 by eliminating a few warning-suppress
4164           pragmas.
4165         + suppress unreferenced warnings.
4166         + make all dereferences in binding explicit.
4167
4168 20110319
4169         + regen Ada html documentation.
4170         + change order of -I options from ncurses*-config script when the
4171           --disable-overwrite option was used, so that the subdirectory include
4172           is listed first.
4173         + modify the make-tar.sh scripts to add a MANIFEST and NEWS file.
4174         + modify configure script to provide value for HTML_DIR in
4175           Ada95/gen/Makefile.in, which depends on whether the Ada95 binding is
4176           distributed separately (report by Nicolas Boulenguez).
4177         + modify configure script to add "-g" and/or "-O3" to ADAFLAGS if the
4178           CFLAGS for the build has these options.
4179         + amend change from 20070324, to not add 1 to the result of getmaxx
4180           and getmaxy in the Ada binding (report by Nicolas Boulenguez for
4181           thread in comp.lang.ada).
4182         + build-fix Ada95/samples for gnat 4.5
4183         + spelling fixes for Ada95/samples/explain.txt
4184         > fixes for Ada95 binding (Nicolas Boulenguez):
4185         + add item in Trace_Attribute_Set corresponding to TRACE_ATTRS.
4186         + add workaround for binding to set_field_type(), which uses varargs.
4187           The original binding from 990220 relied on the prevalent
4188           implementation of varargs which did not support or need va_copy().
4189         + add dependency on gen/Makefile.in needed for *-panels.ads
4190         + add Library_Options to library.gpr
4191         + add Languages to library.gpr, for gprbuild
4192
4193 20110307
4194         + revert changes to limit-checks from 20110122 (Debian #616711).
4195         > minor type-cleanup of Ada95 binding (Nicolas Boulenguez):
4196         + corrected a minor sign error in a field of Low_Level_Field_Type, to
4197           conform to form.h.
4198         + replaced C_Int by Curses_Bool as return type for some callbacks, see
4199           fieldtype(3FORM).
4200         + modify samples/sample-explain.adb to provide explicit message when
4201           explain.txt is not found.
4202
4203 20110305
4204         + improve makefiles for Ada95 tree (patch by Nicolas Boulenguez).
4205         + fix an off-by-one error in _nc_slk_initialize() from 20100605 fixes
4206           for compiler warnings (report by Nicolas Boulenguez).
4207         + modify Ada95/gen/gen.c to declare unused bits in generated layouts,
4208           needed to compile when chtype is 64-bits using gnat 4.4.5
4209
4210 20110226 5.8 release for upload to ftp.gnu.org
4211
4212 20110226
4213         + update release notes, for 5.8.
4214         + regenerated html manpages.
4215         + change open() in _nc_read_file_entry() to fopen() for consistency
4216           with write_file().
4217         + modify misc/run_tic.in to create parent directory, in case this is
4218           a new install of hashed database.
4219         + fix typo in Ada95/mk-1st.awk which causes error with original awk.
4220
4221 20110220
4222         + configure script rpath fixes from xterm #269.
4223         + workaround for cygwin's non-functional features.h, to force ncurses'
4224           configure script to define _XOPEN_SOURCE_EXTENDED when building
4225           wide-character configuration.
4226         + build-fix in run_tic.sh for OS/2 EMX install
4227         + add cons25-debian entry (patch by Brian M Carlson, Debian #607662).
4228
4229 20110212
4230         + regenerated html manpages.
4231         + use _tracef() in show_where() function of tic, to work correctly with
4232           special case of trace configuration.
4233
4234 20110205
4235         + add xterm-utf8 entry as a demo of the U8 feature -TD
4236         + add U8 feature to denote entries for terminal emulators which do not
4237           support VT100 SI/SO when processing UTF-8 encoding -TD
4238         + improve the NCURSES_NO_UTF8_ACS feature by adding a check for an
4239           extended terminfo capability U8 (prompted by mailing list
4240           discussion).
4241
4242 20110122
4243         + start documenting interface changes for upcoming 5.8 release.
4244         + correct limit-checks in derwin().
4245         + correct limit-checks in newwin(), to ensure that windows have nonzero
4246           size (report by Garrett Cooper).
4247         + fix a missing "weak" declaration for pthread_kill (patch by Nicholas
4248           Alcock).
4249         + improve documentation of KEY_ENTER in curs_getch.3x manpage (prompted
4250           by discussion with Kevin Martin).
4251
4252 20110115
4253         + modify Ada95/configure script to make the --with-curses-dir option
4254           work without requiring the --with-ncurses option.
4255         + modify test programs to allow them to be built with NetBSD curses.
4256         + document thick- and double-line symbols in curs_add_wch.3x manpage.
4257         + document WACS_xxx constants in curs_add_wch.3x manpage.
4258         + fix some warnings for clang 2.6 "--analyze"
4259         + modify Ada95 makefiles to make html-documentation with the project
4260           file configuration if that is used.
4261         + update config.guess, config.sub
4262
4263 20110108
4264         + regenerated html manpages.
4265         + minor fixes to enable lint when trace is not enabled, e.g., with
4266           clang --analyze.
4267         + fix typo in man/default_colors.3x (patch by Tim van der Molen).
4268         + update ncurses/llib-lncurses*
4269
4270 20110101
4271         + fix remaining strict compiler warnings in ncurses library ABI=5,
4272           except those dealing with function pointers, etc.
4273
4274 20101225
4275         + modify nc_tparm.h, adding guards against repeated inclusion, and
4276           allowing TPARM_ARG to be overridden.
4277         + fix some strict compiler warnings in ncurses library.
4278
4279 20101211
4280         + suppress ncv in screen entry, allowing underline (patch by Alejandro
4281           R Sedeno).
4282         + also suppress ncv in konsole-base -TD
4283         + fixes in wins_nwstr() and related functions to ensure that special
4284           characters, i.e., control characters are handled properly with the
4285           wide-character configuration.
4286         + correct a comparison in wins_nwstr() (Redhat #661506).
4287         + correct help-messages in some of the test-programs, which still
4288           referred to quitting with 'q'.
4289
4290 20101204
4291         + add special case to _nc_infotocap() to recognize the setaf/setab
4292           strings from xterm+256color and xterm+88color, and provide a reduced
4293           version which works with termcap.
4294         + remove obsolete emacs "Local Variables" section from documentation
4295           (request by Sven Joachim).
4296         + update doc/html/index.html to include NCURSES-Programming-HOWTO.html
4297           (report by Sven Joachim).
4298
4299 20101128
4300         + modify test/configure and test/Makefile.in to handle this special
4301           case of building within a build-tree (Debian #34182):
4302                 mkdir -p build && cd build && ../test/configure && make
4303
4304 20101127
4305         + miscellaneous build-fixes for Ada95 and test-directories when built
4306           out-of-tree.
4307         + use VPATH in makefiles to simplify out-of-tree builds (Debian #34182).
4308         + fix typo in rmso for tek4106 entry -Goran Weinholt
4309
4310 20101120
4311         + improve checks in test/configure for X libraries, from xterm #267
4312           changes.
4313         + modify test/configure to allow it to use the build-tree's libraries
4314           e.g., when using that to configure the test-programs without the
4315           rpath feature (request by Sven Joachim).
4316         + repurpose "gnome" terminfo entries as "vte", retaining "gnome" items
4317           for compatibility, but generally deprecating those since the VTE
4318           library is what actually defines the behavior of "gnome", etc.,
4319           since 2003 -TD
4320
4321 20101113
4322         + compiler warning fixes for test programs.
4323         + various build-fixes for test-programs with pdcurses.
4324         + updated configure checks for X packages in test/configure from xterm
4325           #267 changes.
4326         + add configure check to gnatmake, to accommodate cygwin.
4327
4328 20101106
4329         + correct list of sub-directories needed in Ada95 tree for building as
4330           a separate package.
4331         + modify scripts in test-directory to improve builds as a separate
4332           package.
4333
4334 20101023
4335         + correct parsing of relative tab-stops in tabs program (report by
4336           Philip Ganchev).
4337         + adjust configure script so that "t" is not added to library suffix
4338           when weak-symbols are used, allowing the pthread configuration to
4339           more closely match the non-thread naming (report by Werner Fink).
4340         + modify configure check for tic program, used for fallbacks, to a
4341           warning if not found.  This makes it simpler to use additional
4342           scripts to bootstrap the fallbacks code using tic from the build
4343           tree (report by Werner Fink).
4344         + fix several places in configure script using ${variable-value} form.
4345         + modify configure macro CF_LDFLAGS_STATIC to accommodate some loaders
4346           which do not support selectively linking against static libraries
4347           (report by John P. Hartmann)
4348         + fix an unescaped dash in man/tset.1 (report by Sven Joachim).
4349
4350 20101009
4351         + correct comparison used for setting 16-colors in linux-16color
4352           entry (Novell #644831) -TD
4353         + improve linux-16color entry, using "dim" for color-8 which makes it
4354           gray rather than black like color-0 -TD
4355         + drop misc/ncu-indent and misc/jpf-indent; they are provided by an
4356           external package "cindent".
4357
4358 20101002
4359         + improve linkages in html manpages, adding references to the newer
4360           pages, e.g., *_variables, curs_sp_funcs, curs_threads.
4361         + add checks in tic for inconsistent cursor-movement controls, and for
4362           inconsistent printer-controls.
4363         + fill in no-parameter forms of cursor-movement where a parameterized
4364           form is available -TD
4365         + fill in missing cursor controls where the form of the controls is
4366           ANSI -TD
4367         + fix inconsistent punctuation in form_variables manpage (patch by
4368           Sven Joachim).
4369         + add parameterized cursor-controls to linux-basic (report by Dae) -TD
4370         > patch by Juergen Pfeifer:
4371         + document how to build 32-bit libraries in README.MinGW
4372         + fixes to filename computation in mk-dlls.sh.in
4373         + use POSIX locale in mk-dlls.sh.in rather than en_US (report by Sven
4374           Joachim).
4375         + add a check in mk-dlls.sh.in to obtain the size of a pointer to
4376           distinguish between 32-bit and 64-bit hosts.  The result is stored
4377           in mingw_arch
4378
4379 20100925
4380         + add "XT" capability to entries for terminals that support both
4381           xterm-style mouse- and title-controls, for "screen" which
4382           special-cases TERM beginning with "xterm" or "rxvt" -TD
4383         > patch by Juergen Pfeifer:
4384         + use 64-Bit MinGW toolchain (recommended package from TDM, see
4385           README.MinGW).
4386         + support pthreads when using the TDM MinGW toolchain
4387
4388 20100918
4389         + regenerated html manpages.
4390         + minor fixes for symlinks to curs_legacy.3x and curs_slk.3x manpages.
4391         + add manpage for sp-funcs.
4392         + add sp-funcs to test/listused.sh, for documentation aids.
4393
4394 20100911
4395         + add manpages for summarizing public variables of curses-, terminfo-
4396           and form-libraries.
4397         + minor fixes to manpages for consistency (patch by Jason McIntyre).
4398         + modify tic's -I/-C dump to reformat acsc strings into canonical form
4399           (sorted, unique mapping) (cf: 971004).
4400         + add configure check for pthread_kill(), needed for some old
4401           platforms.
4402
4403 20100904
4404         + add configure option --without-tests, to suppress building test
4405           programs (request by Frederic L W Meunier).
4406
4407 20100828
4408         + modify nsterm, xnuppc and tek4115 to make sgr/sgr0 consistent -TD
4409         + add check in terminfo source-reader to provide more informative
4410           message when someone attempts to run tic on a compiled terminal
4411           description (prompted by Debian #593920).
4412         + note in infotocap and captoinfo manpages that they read terminal
4413           descriptions from text-files (Debian #593920).
4414         + improve acsc string for vt52, show arrow keys (patch by Benjamin
4415           Sittler).
4416
4417 20100814
4418         + document in manpages that "mv" functions first use wmove() to check
4419           the window pointer and whether the position lies within the window
4420           (suggested by Poul-Henning Kamp).
4421         + fixes to curs_color.3x, curs_kernel.3x and wresize.3x manpages (patch
4422           by Tim van der Molen).
4423         + modify configure script to transform library names for tic- and
4424           tinfo-libraries so that those build properly with Mac OS X shared
4425           library configuration.
4426         + modify configure script to ensure that it removes conftest.dSYM
4427           directory leftover on checks with Mac OS X.
4428         + modify configure script to cleanup after check for symbolic links.
4429
4430 20100807
4431         + correct a typo in mk-1st.awk (patch by Gabriele Balducci)
4432           (cf: 20100724)
4433         + improve configure checks for location of tic and infocmp programs
4434           used for installing database and for generating fallback data,
4435           e.g., for cross-compiling.
4436         + add Markus Kuhn's wcwidth function for compiling MinGW
4437         + add special case to CF_REGEX for cross-compiling to MinGW target.
4438
4439 20100731
4440         + modify initialization check for win32con driver to eliminate need for
4441           special case for TERM "unknown", using terminal database if available
4442           (prompted by discussion with Roumen Petrov).
4443         + for MinGW port, ensure that terminal driver is setup if tgetent()
4444           is called (patch by Roumen Petrov).
4445         + document tabs "-0" and "-8" options in manpage.
4446         + fix Debian "lintian" issues with manpages reported in
4447           http://lintian.debian.org/full/csmall@debian.org.html#ncurses
4448
4449 20100724
4450         + add a check in tic for missing set_tab if clear_all_tabs given.
4451         + improve use of symbolic links in makefiles by using "-f" option if
4452           it is supported, to eliminate temporary removal of the target
4453           (prompted by http://www.t2-project.org/packages/ncurses.html)
4454         + minor improvement to test/ncurses.c, reset color pairs in 'd' test
4455           after exit from 'm' main-menu command.
4456         + improved ncu-indent, from mawk changes, allows more than one of
4457           GCC_NORETURN, GCC_PRINTFLIKE and GCC_SCANFLIKE on a single line.
4458
4459 20100717
4460         + add hard-reset for rs2 to wsvt25 to help ensure that reset ends
4461           the alternate character set (patch by Nicholas Marriott)
4462         + remove tar-copy.sh and related configure/Makefile chunks, since the
4463           Ada95 binding is now installed using rules in Ada95/src.
4464
4465 20100703
4466         + continue integrating changes to use gnatmake project files in Ada95
4467           + add/use configure check to turn on project rules for Ada95/src.
4468         + revert the vfork change from 20100130, since it does not work.
4469
4470 20100626
4471         + continue integrating changes to use gnatmake project files in Ada95
4472           + old gnatmake (3.15) does not produce libraries using project-file;
4473             work around by adding script to generate alternate makefile.
4474
4475 20100619
4476         + continue integrating changes to use gnatmake project files in Ada95
4477           + add configure --with-ada-sharedlib option, for the test_make rule.
4478           + move Ada95-related logic into aclocal.m4, since additional checks
4479             will be needed to distinguish old/new implementations of gnat.
4480
4481 20100612
4482         + start integrating changes to use gnatmake project files in Ada95 tree
4483           + add test_make / test_clean / test_install rules in Ada95/src
4484           + change install-path for adainclude directory to /usr/share/ada (was
4485             /usr/lib/ada).
4486         + update Ada95/configure.
4487         + add mlterm+256color entry, for mlterm 3.0.0 -TD
4488         + modify test/configure to use macros to ensure consistent order
4489           of updating LIBS variable.
4490
4491 20100605
4492         + change search order of options for Solaris in CF_SHARED_OPTS, to
4493           work with 64-bit compiles.
4494         + correct quoting of assignment in CF_SHARED_OPTS case for aix
4495           (cf: 20081227)
4496
4497 20100529
4498         + regenerated html documentation.
4499         + modify test/configure to support pkg-config for checking X libraries
4500           used by PDCurses.
4501         + add/use configure macro CF_ADD_LIB to force consistency of
4502           assignments to $LIBS, etc.
4503         + fix configure script for combining --with-pthread
4504           and --enable-weak-symbols options.
4505
4506 20100522
4507         + correct cross-compiling configure check for CF_MKSTEMP macro, by
4508           adding a check cache variable set by AC_CHECK_FUNC (report by
4509           Pierre Labastie).
4510         + simplify include-dependencies of make_hash and make_keys, to reduce
4511           the need for setting BUILD_CPPFLAGS in cross-compiling when the
4512           build- and target-machines differ.
4513         + repair broken-linker configuration by restoring a definition of SP
4514           variable to curses.priv.h, and adjusting for cases where sp-funcs
4515           are used.
4516         + improve configure macro CF_AR_FLAGS, allowing ARFLAGS environment
4517           variable to override (prompted by report by Pablo Cazallas).
4518
4519 20100515
4520         + add configure option --enable-pthreads-eintr to control whether the
4521           new EINTR feature is enabled.
4522         + modify logic in pthread configuration to allow EINTR to interrupt
4523           a read operation in wgetch() (Novell #540571, patch by Werner Fink).
4524         + drop mkdirs.sh, use "mkdir -p".
4525         + add configure option --disable-libtool-version, to use the
4526           "-version-number" feature which was added in libtool 1.5 (report by
4527           Peter Haering).  The default value for the option uses the newer
4528           feature, which makes libraries generated using libtool compatible
4529           with the standard builds of ncurses.
4530         + updated test/configure to match configure script macros.
4531         + fixes for configure script from lynx changes:
4532           + improve CF_FIND_LINKAGE logic for the case where a function is
4533             found in predefined libraries.
4534           + revert part of change to CF_HEADER (cf: 20100424)
4535
4536 20100501
4537         + correct limit-check in wredrawln, accounting for begy/begx values
4538           (patch by David Benjamin).
4539         + fix most compiler warnings from clang.
4540         + amend build-fix for OpenSolaris, to ensure that a system header is
4541           included in curses.h before testing feature symbols, since they
4542           may be defined by that route.
4543
4544 20100424
4545         + fix some strict compiler warnings in ncurses library.
4546         + modify configure macro CF_HEADER_PATH to not look for variations in
4547           the predefined include directories.
4548         + improve configure macros CF_GCC_VERSION and CF_GCC_WARNINGS to work
4549           with gcc 4.x's c89 alias, which gives warning messages for cases
4550           where older versions would produce an error.
4551
4552 20100417
4553         + modify _nc_capcmp() to work with cancelled strings.
4554         + correct translation of "^" in _nc_infotocap(), used to transform
4555           terminfo to termcap strings
4556         + add configure --disable-rpath-hack, to allow disabling the feature
4557           which adds rpath options for libraries in unusual places.
4558         + improve CF_RPATH_HACK_2 by checking if the rpath option for a given
4559           directory was already added.
4560         + improve CF_RPATH_HACK_2 by using ldd to provide a standard list of
4561           directories (which will be ignored).
4562
4563 20100410
4564         + improve win_driver.c handling of mouse:
4565           + discard motion events
4566           + avoid calling _nc_timed_wait when there is a mouse event
4567           + handle 4th and "rightmost" buttons.
4568         + quote substitutions in CF_RPATH_HACK_2 configure macro, needed for
4569           cases where there are embedded blanks in the rpath option.
4570
4571 20100403
4572         + add configure check for exctags vs ctags, to work around pkgsrc.
4573         + simplify logic in _nc_get_screensize() to make it easier to see how
4574           environment variables may override system- and terminfo-values
4575           (prompted by discussion with Igor Bujna).
4576         + make debug-traces for COLOR_PAIR and PAIR_NUMBER less verbose.
4577         + improve handling of color-pairs embedded in attributes for the
4578           extended-colors configuration.
4579         + modify MKlib_gen.sh to build link_test with sp-funcs.
4580         + build-fixes for OpenSolaris aka Solaris 11, for wide-character
4581           configuration as well as for rpath feature in *-config scripts.
4582
4583 20100327
4584         + refactor CF_SHARED_OPTS configure macro, making CF_RPATH_HACK more
4585           reusable.
4586         + improve configure CF_REGEX, similar fixes.
4587         + improve configure CF_FIND_LINKAGE, adding add check between system
4588           (default) and explicit paths, where we can find the entrypoint in the
4589           given library.
4590         + add check if Gpm_Open() returns a -2, e.g., for "xterm".  This is
4591           normally suppressed but can be overridden using $NCURSES_GPM_TERMS.
4592           Ensure that Gpm_Close() is called in this case.
4593
4594 20100320
4595         + rename atari and st52 terminfo entries to atari-old, st52-old, use
4596           newer entries from FreeMiNT by Guido Flohr (from patch/report by Alan
4597           Hourihane).
4598
4599 20100313
4600         + modify install-rule for manpages so that *-config manpages will
4601           install when building with --srcdir (report by Sven Joachim).
4602         + modify CF_DISABLE_LEAKS configure macro so that the --enable-leaks
4603           option is not the same as --disable-leaks (GenToo #305889).
4604         + modify #define's for build-compiler to suppress cchar_t symbol from
4605           compile of make_hash and make_keys, improving cross-compilation of
4606           ncursesw (report by Bernhard Rosenkraenzer).
4607         + modify CF_MAN_PAGES configure macro to replace all occurrences of
4608           TPUT in tput.1's manpage (Debian #573597, report/analysis by Anders
4609           Kaseorg).
4610
4611 20100306
4612         + generate manpages for the *-config scripts, adapted from help2man
4613           (suggested by Sven Joachim).
4614         + use va_copy() in _nc_printf_string() to avoid conflicting use of
4615           va_list value in _nc_printf_length() (report by Wim Lewis).
4616
4617 20100227
4618         + add Ada95/configure script, to use in tar-file created by
4619           Ada95/make-tar.sh
4620         + fix typo in wresize.3x (patch by Tim van der Molen).
4621         + modify screen-bce.XXX entries to exclude ech, since screen's color
4622           model does not clear with color for that feature -TD
4623
4624 20100220
4625         + add make-tar.sh scripts to Ada95 and test subdirectories to help with
4626           making those separately distributable.
4627         + build-fix for static libraries without dlsym (Debian #556378).
4628         + fix a syntax error in man/form_field_opts.3x (patch by Ingo
4629           Schwarze).
4630
4631 20100213
4632         + add several screen-bce.XXX entries -TD
4633
4634 20100206
4635         + update mrxvt terminfo entry -TD
4636         + modify win_driver.c to support mouse single-clicks.
4637         + correct name for termlib in ncurses*-config, e.g., if it is renamed
4638           to provide a single file for ncurses/ncursesw libraries (patch by
4639           Miroslav Lichvar).
4640
4641 20100130
4642         + use vfork in test/ditto.c if available (request by Mike Frysinger).
4643         + miscellaneous cleanup of manpages.
4644         + fix typo in curs_bkgd.3x (patch by Tim van der Molen).
4645         + build-fix for --srcdir (patch by Miroslav Lichvar).
4646
4647 20100123
4648         + for term-driver configuration, ensure that the driver pointer is
4649           initialized in setupterm so that terminfo/termcap programs work.
4650         + amend fix for Debian #542031 to ensure that wattrset() returns only
4651           OK or ERR, rather than the attribute value (report by Miroslav
4652           Lichvar).
4653         + reorder WINDOWLIST to put WINDOW data after SCREEN pointer, making
4654           _nc_screen_of() compatible between normal/wide libraries again (patch
4655           by Miroslav Lichvar)
4656         + review/fix include-dependencies in modules files (report by Miroslav
4657           Lichvar).
4658
4659 20100116
4660         + modify win_driver.c to initialize acs_map for win32 console, so
4661           that line-drawing works.
4662         + modify win_driver.c to initialize TERMINAL struct so that programs
4663           such as test/lrtest.c and test/ncurses.c which test string
4664           capabilities can run.
4665         + modify term-driver modules to eliminate forward-reference
4666           declarations.
4667
4668 20100109
4669         + modify configure macro CF_XOPEN_SOURCE, etc., to use CF_ADD_CFLAGS
4670           consistently to add new -D's while removing duplicates.
4671         + modify a few configure macros to consistently put new options
4672           before older in the list.
4673         + add tiparm(), based on review of X/Open Curses Issue 7.
4674         + minor documentation cleanup.
4675         + update config.guess, config.sub from
4676                 http://savannah.gnu.org/projects/config
4677           (caveat - its maintainer put 2010 copyright date on files dated 2009)
4678
4679 20100102
4680         + minor improvement to tic's checking of similar SGR's to allow for the
4681           most common case of SGR 0.
4682         + modify getmouse() to act as its documentation implied, returning on
4683           each call the preceding event until none are left.  When no more
4684           events remain, it will return ERR.
4685
4686 20091227
4687         + change order of lookup in progs/tput.c, looking for terminfo data
4688           first.  This fixes a confusion between termcap "sg" and terminfo
4689           "sgr" or "sgr0", originally from 990123 changes, but exposed by
4690           20091114 fixes for hashing.  With this change, only "dl" and "ed" are
4691           ambiguous (Mandriva #56272).
4692
4693 20091226
4694         + add bterm terminfo entry, based on bogl 0.1.18 -TD
4695         + minor fix to rxvt+pcfkeys terminfo entry -TD
4696         + build-fixes for Ada95 tree for gnat 4.4 "style".
4697
4698 20091219
4699         + remove old check in mvderwin() which prevented moving a derived
4700           window whose origin happened to coincide with its parent's origin
4701           (report by Katarina Machalkova).
4702         + improve test/ncurses.c to put mouse droppings in the proper window.
4703         + update minix terminfo entry -TD
4704         + add bw (auto-left-margin) to nsterm* entries (Benjamin Sittler)
4705
4706 20091212
4707         + correct transfer of multicolumn characters in multirow
4708           field_buffer(), which stopped at the end of the first row due to
4709           filling of unused entries in a cchar_t array with nulls.
4710         + updated nsterm* entries (Benjamin Sittler, Emanuele Giaquinta)
4711         + modify _nc_viscbuf2() and _tracecchar_t2() to show wide-character
4712           nulls.
4713         + use strdup() in set_menu_mark(), restore .marklen struct member on
4714           failure.
4715         + eliminate clause 3 from the UCB copyrights in read_termcap.c and
4716           tset.c per
4717                 ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
4718           (patch by Nicholas Marriott).
4719         + replace a malloc in tic.c with strdup, checking for failure (patch by
4720           Nicholas Marriott).
4721         + update config.guess, config.sub from
4722                 http://savannah.gnu.org/projects/config
4723
4724 20091205
4725         + correct layout of working window used to extract data in
4726           wide-character configured by set_field_buffer (patch by Rafael
4727           Garrido Fernandez)
4728         + improve some limit-checks related to filename length in reading and
4729           writing terminfo entries.
4730         + ensure that filename is always filled in when attempting to read
4731           a terminfo entry, so that infocmp can report the filename (patch
4732           by Nicholas Marriott).
4733
4734 20091128
4735         + modify mk-1st.awk to allow tinfo library to be built when term-driver
4736           is enabled.
4737         + add error-check to configure script to ensure that sp-funcs is
4738           enabled if term-driver is, since some internal interfaces rely upon
4739           this.
4740
4741 20091121
4742         + fix case where progs/tput is used while sp-funcs is configure; this
4743           requires save/restore of out-character function from _nc_prescreen
4744           rather than the SCREEN structure (report by Charles Wilson).
4745         + fix typo in man/curs_trace.3x which caused incorrect symbolic links
4746         + improved configure macros CF_GCC_ATTRIBUTES, CF_PROG_LINT.
4747
4748 20091114
4749         + updated man/curs_trace.3x
4750         + limit hashing for termcap-names to 2-characters (Ubuntu #481740).
4751         + change a variable name in lib_newwin.c to make it clearer which
4752           value is being freed on error (patch by Nicholas Marriott).
4753
4754 20091107
4755         + improve test/ncurses.c color-cycling test by reusing attribute-
4756           and color-cycling logic from the video-attributes screen.
4757         + add ifdef'd with NCURSES_INTEROP_FUNCS experimental bindings in form
4758           library which help make it compatible with interop applications
4759           (patch by Juergen Pfeifer).
4760         + add configure option --enable-interop, for integrating changes
4761           for generic/interop support to form-library by Juergen Pfeifer
4762
4763 20091031
4764         + modify use of $CC environment variable which is defined by X/Open
4765           as a curses feature, to ignore it if it is not a single character
4766           (prompted by discussion with Benjamin C W Sittler).
4767         + add START_TRACE in slk_init
4768         + fix a regression in _nc_ripoffline which made test/ncurses.c not show
4769           soft-keys, broken in 20090927 merging.
4770         + change initialization of "hidden" flag for soft-keys from true to
4771           false, broken in 20090704 merging (Ubuntu #464274).
4772         + update nsterm entries (patch by Benjamin C W Sittler, prompted by
4773           discussion with Fabian Groffen in GenToo #206201).
4774         + add test/xterm-256color.dat
4775
4776 20091024
4777         + quiet some pedantic gcc warnings.
4778         + modify _nc_wgetch() to check for a -1 in the fifo, e.g., after a
4779           SIGWINCH, and discard that value, to avoid confusing application
4780           (patch by Eygene Ryabinkin, FreeBSD #136223).
4781
4782 20091017
4783         + modify handling of $PKG_CONFIG_LIBDIR to use only the first item in
4784           a possibly colon-separated list (Debian #550716).
4785
4786 20091010
4787         + supply a null-terminator to buffer in _nc_viswibuf().
4788         + fix a sign-extension bug in unget_wch() (report by Mike Gran).
4789         + minor fixes to error-returns in default function for tputs, as well
4790           as in lib_screen.c
4791
4792 20091003
4793         + add WACS_xxx definitions to wide-character configuration for thick-
4794           and double-lines (discussion with Slava Zanko).
4795         + remove unnecessary kcan assignment to ^C from putty (Sven Joachim)
4796         + add ccc and initc capabilities to xterm-16color -TD
4797         > patch by Benjamin C W Sittler:
4798         + add linux-16color
4799         + correct initc capability of linux-c-nc end-of-range
4800         + similar change for dg+ccc and dgunix+ccc
4801
4802 20090927
4803         + move leak-checking for comp_captab.c into _nc_leaks_tinfo() since
4804           that module since 20090711 is in libtinfo.
4805         + add configure option --enable-term-driver, to allow compiling with
4806           terminal-driver.  That is used in MinGW port, and (being somewhat
4807           more complicated) is an experimental alternative to the conventional
4808           termlib internals.  Currently, it requires the sp-funcs feature to
4809           be enabled.
4810         + completed integrating "sp-funcs" by Juergen Pfeifer in ncurses
4811           library (some work remains for forms library).
4812
4813 20090919
4814         + document return code from define_key (report by Mike Gran).
4815         + make some symbolic links in the terminfo directory-tree shorter
4816           (patch by Daniel Jacobowitz, forwarded by Sven Joachim).).
4817         + fix some groff warnings in terminfo.5, etc., from recent Debian
4818           changes.
4819         + change ncv and op capabilities in sun-color terminfo entry to match
4820           Sun's entry for this (report by Laszlo Peter).
4821         + improve interix smso terminfo capability by using reverse rather than
4822           bold (report by Kristof Zelechovski).
4823
4824 20090912
4825         + add some test programs (and make these use the same special keys
4826           by sharing linedata.h functions):
4827           test/test_addstr.c
4828           test/test_addwstr.c
4829           test/test_addchstr.c
4830           test/test_add_wchstr.c
4831         + correct internal _nc_insert_ch() to use _nc_insert_wch() when
4832           inserting wide characters, since the wins_wch() function that it used
4833           did not update the cursor position (report by Ciprian Craciun).
4834
4835 20090906
4836         + fix typo s/is_timeout/is_notimeout/ which made "man is_notimeout" not
4837           work.
4838         + add null-pointer checks to other opaque-functions.
4839         + add is_pad() and is_subwin() functions for opaque access to WINDOW
4840           (discussion with Mark Dickinson).
4841         + correct merge to lib_newterm.c, which broke when sp-funcs was
4842           enabled.
4843
4844 20090905
4845         + build-fix for building outside source-tree (report by Sven Joachim).
4846         + fix Debian lintian warning for man/tabs.1 by making section number
4847           agree with file-suffix (report by Sven Joachim).
4848         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
4849
4850 20090829
4851         + workaround for bug in g++ 4.1-4.4 warnings for wattrset() macro on
4852           amd64 (Debian #542031).
4853         + fix typo in curs_mouse.3x (Debian #429198).
4854
4855 20090822
4856         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
4857
4858 20090815
4859         + correct use of terminfo capabilities for initializing soft-keys,
4860           broken in 20090510 merging.
4861         + modify wgetch() to ensure it checks SIGWINCH when it gets an error
4862           in non-blocking mode (patch by Clemens Ladisch).
4863         + use PATH_SEPARATOR symbol when substituting into run_tic.sh, to
4864           help with builds on non-Unix platforms such as OS/2 EMX.
4865         + modify scripting for misc/run_tic.sh to test configure script's
4866           $cross_compiling variable directly rather than comparing host/build
4867           compiler names (prompted by comment in GenToo #249363).
4868         + fix configure script option --with-database, which was coded as an
4869           enable-type switch.
4870         + build-fixes for --srcdir (report by Frederic L W Meunier).
4871
4872 20090808
4873         + separate _nc_find_entry() and _nc_find_type_entry() from
4874           implementation details of hash function.
4875
4876 20090803
4877         + add tabs.1 to man/man_db.renames
4878         + modify lib_addch.c to compensate for removal of wide-character test
4879           from unctrl() in 20090704 (Debian #539735).
4880
4881 20090801
4882         + improve discussion in INSTALL for use of system's tic/infocmp for
4883           cross-compiling and building fallbacks.
4884         + modify test/demo_termcap.c to correspond better to options in
4885           test/demo_terminfo.c
4886         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
4887         + fix logic for 'V' in test/ncurses.c tests f/F.
4888
4889 20090728
4890         + correct logic in tigetnum(), which caused tput program to treat all
4891           string capabilities as numeric (report by Rajeev V Pillai,
4892           cf: 20090711).
4893
4894 20090725
4895         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
4896
4897 20090718
4898         + fix a null-pointer check in _nc_format_slks() in lib_slk.c, from
4899           20090704 changes.
4900         + modify _nc_find_type_entry() to use hashing.
4901         + make CCHARW_MAX value configurable, noting that changing this would
4902           change the size of cchar_t, and would be ABI-incompatible.
4903         + modify test-programs, e.g,.  test/view.c, to address subtle
4904           differences between Tru64/Solaris and HPUX/AIX getcchar() return
4905           values.
4906         + modify length returned by getcchar() to count the trailing null
4907           which is documented in X/Open (cf: 20020427).
4908         + fixes for test programs to build/work on HPUX and AIX, etc.
4909
4910 20090711
4911         + improve performance of tigetstr, etc., by using hashing code from tic.
4912         + minor fixes for memory-leak checking.
4913         + add test/demo_terminfo, for comparison with demo_termcap
4914
4915 20090704
4916         + remove wide-character checks from unctrl() (patch by Clemens Ladisch).
4917         + revise wadd_wch() and wecho_wchar() to eliminate dependency on
4918           unctrl().
4919         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
4920
4921 20090627
4922         + update llib-lncurses[wt] to use sp-funcs.
4923         + various code-fixes to build/work with --disable-macros configure
4924           option.
4925         + add several new files from Juergen Pfeifer which will be used when
4926           integration of "sp-funcs" is complete.  This includes a port to
4927           MinGW.
4928
4929 20090613
4930         + move definition for NCURSES_WRAPPED_VAR back to ncurses_dll.h, to
4931           make includes of term.h without curses.h work (report by "Nix").
4932         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
4933
4934 20090607
4935         + fix a regression in lib_tputs.c, from ongoing merges.
4936
4937 20090606
4938         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
4939
4940 20090530
4941         + fix an infinite recursion when adding a legacy-coding 8-bit value
4942           using insch() (report by Clemens Ladisch).
4943         + free home-terminfo string in del_curterm() (patch by Dan Weber).
4944         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
4945
4946 20090523
4947         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
4948
4949 20090516
4950         + work around antique BSD game's manipulation of stdscr, etc., versus
4951           SCREEN's copy of the pointer (Debian #528411).
4952         + add a cast to wattrset macro to avoid compiler warning when comparing
4953           its result against ERR (adapted from patch by Matt Kraii, Debian
4954           #528374).
4955
4956 20090510
4957         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
4958
4959 20090502
4960         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
4961         + add vwmterm terminfo entry (patch by Bryan Christ).
4962
4963 20090425
4964         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
4965
4966 20090419
4967         + build fix for _nc_free_and_exit() change in 20090418 (report by
4968           Christian Ebert).
4969
4970 20090418
4971         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
4972
4973 20090411
4974         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
4975           This change finishes merging for menu and panel libraries, does
4976           part of the form library.
4977
4978 20090404
4979         + suppress configure check for static/dynamic linker flags for gcc on
4980           Darwin (report by Nelson Beebe).
4981
4982 20090328
4983         + extend ansi.sys pfkey capability from kf1-kf10 to kf1-kf48, moving
4984           function key definitions from emx-base for consistency -TD
4985         + correct missing final 'p' in pfkey capability of ansi.sys-old (report
4986           by Kalle Olavi Niemitalo).
4987         + improve test/ncurses.c 'F' test, show combining characters in color.
4988         + quiet a false report by cppcheck in c++/cursesw.cc by eliminating
4989           a temporary variable.
4990         + use _nc_doalloc() rather than realloc() in a few places in ncurses
4991           library to avoid leak in out-of-memory condition (reports by William
4992           Egert and Martin Ettl based on cppcheck tool).
4993         + add --with-ncurses-wrap-prefix option to test/configure (discussion
4994           with Charles Wilson).
4995         + use ncurses*-config scripts if available for test/configure.
4996         + update test/aclocal.m4 and test/configure
4997         > patches by Charles Wilson:
4998         + modify CF_WITH_LIBTOOL configure check to allow unreleased libtool
4999           version numbers (e.g.  which include alphabetic chars, as well as
5000           digits, after the final '.').
5001         + improve use of -no-undefined option for libtool by setting an
5002           intermediate variable LT_UNDEF in the configure script, and then
5003           using that in the libtool link-commands.
5004         + fix an missing use of NCURSES_PUBLIC_VAR() in tinfo/MKcodes.awk
5005           from 20090321 changes.
5006         + improve mk-1st.awk script by writing separate cases for the
5007           LIBTOOL_LINK command, depending on which library (ncurses, ticlib,
5008           termlib) is to be linked.
5009         + modify configure.in to allow broken-linker configurations, not just
5010           enable-reentrant, to set public wrap prefix.
5011
5012 20090321
5013         + add TICS_LIST and SHLIB_LIST to allow libtool 2.2.6 on Cygwin to
5014           build with tic and term libraries (patch by Charles Wilson).
5015         + add -no-undefined option to libtool for Cygwin, MinGW, U/Win and AIX
5016           (report by Charles Wilson).
5017         + fix definition for c++/Makefile.in's SHLIB_LIST, which did not list
5018           the form, menu or panel libraries (patch by Charles Wilson).
5019         + add configure option --with-wrap-prefix to allow setting the prefix
5020           for functions used to wrap global variables to something other than
5021           "_nc_" (discussion with Charles Wilson).
5022
5023 20090314
5024         + modify scripts to generate ncurses*-config and pc-files to add
5025           dependency for tinfo library (patch by Charles Wilson).
5026         + improve comparison of program-names when checking for linked flavors
5027           such as "reset" by ignoring the executable suffix (reports by Charles
5028           Wilson, Samuel Thibault and Cedric Bretaudeau on Cygwin mailing
5029           list).
5030         + suppress configure check for static/dynamic linker flags for gcc on
5031           Solaris 10, since gcc is confused by absence of static libc, and
5032           does not switch back to dynamic mode before finishing the libraries
5033           (reports by Joel Bertrand, Alan Pae).
5034         + minor fixes to Intel compiler warning checks in configure script.
5035         + modify _nc_leaks_tinfo() so leak-checking in test/railroad.c works.
5036         + modify set_curterm() to make broken-linker configuration work with
5037           changes from 20090228 (report by Charles Wilson).
5038
5039 20090228
5040         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
5041         + modify declaration of cur_term when broken-linker is used, but
5042           enable-reentrant is not, to match pre-5.7 (report by Charles Wilson).
5043
5044 20090221
5045         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
5046
5047 20090214
5048         + add configure script --enable-sp-funcs to enable the new set of
5049           extended functions.
5050         + start integrating patches by Juergen Pfeifer:
5051           + add extended functions which specify the SCREEN pointer for several
5052             curses functions which use the global SP (these are incomplete;
5053             some internals work is needed to complete these).
5054           + add special cases to configure script for MinGW port.
5055
5056 20090207
5057         + update several configure macros from lynx changes
5058           + append (not prepend) to CFLAGS/CPPFLAGS
5059           + change variable from PATHSEP to PATH_SEPARATOR
5060         + improve install-rules for pc-files (patch by Miroslav Lichvar).
5061           + make it work with $DESTDIR
5062           + create the pkg-config library directory if needed.
5063
5064 20090124
5065         + modify init_pair() to allow caller to create extra color pairs beyond
5066           the color_pairs limit, which use default colors (request by Emanuele
5067           Giaquinta).
5068         + add misc/terminfo.tmp and misc/*.pc to "sources" rule.
5069         + fix typo "==" where "=" is needed in ncurses-config.in and
5070           gen-pkgconfig.in files (Debian #512161).
5071
5072 20090117
5073         + add -shared option to MK_SHARED_LIB when -Bsharable is used, for
5074           *BSD's, without which "main" might be one of the shared library's
5075           dependencies (report/analysis by Ken Dickey).
5076         + modify waddch_literal(), updating line-pointer after a multicolumn
5077           character is found to not fit on the current row, and wrapping is
5078           done.  Since the line-pointer was not updated, the wrapped
5079           multicolumn character was written to the beginning of the current row
5080           (cf: 20041023, reported by "Nick" regarding problem with ncmpc
5081           http://musicpd.org/mantis/bug_view_page.php?bug_id=1930).
5082
5083 20090110
5084         + add screen.Eterm terminfo entry (GenToo #124887) -TD
5085         + modify adacurses-config to look for ".ali" files in the adalib
5086           directory.
5087         + correct install for Ada95, which omitted libAdaCurses.a used in
5088           adacurses-config
5089         + change install for adacurses-config to provide additional flavors
5090           such as adacursesw-config, for ncursesw (GenToo #167849).
5091
5092 20090105
5093         + remove undeveloped feature in ncurses-config.in for setting
5094           prefix variable.
5095         + recent change to ncurses-config.in did not take into account the
5096           --disable-overwrite option, which sets $includedir to the
5097           subdirectory and using just that for a -I option does not work - fix
5098           (report by Frederic L W Meunier).
5099
5100 20090104
5101         + modify gen-pkgconfig.in to eliminate a dependency on rpath when
5102           deciding whether to add $LIBS to --libs output; that should be shown
5103           for the ncurses and tinfo libraries without taking rpath into
5104           account.
5105         + fix an overlooked change from $AR_OPTS to $ARFLAGS in mk-1st.awk,
5106           used in static libraries (report by Marty Jack).
5107
5108 20090103
5109         + add a configure-time check to pick a suitable value for
5110           CC_SHARED_OPTS for Solaris (report by Dagobert Michelsen).
5111         + add configure --with-pkg-config and --enable-pc-files options, along
5112           with misc/gen-pkgconfig.in which can be used to generate ".pc" files
5113           for pkg-config (request by Jan Engelhardt).
5114         + use $includedir symbol in misc/ncurses-config.in, add --includedir
5115           option.
5116         + change makefiles to use $ARFLAGS rather than $AR_OPTS, provide a
5117           configure check to detect whether a "-" is needed before "ar"
5118           options.
5119         + update config.guess, config.sub from
5120                 http://savannah.gnu.org/projects/config
5121
5122 20081227
5123         + modify mk-1st.awk to work with extra categories for tinfo library.
5124         + modify configure script to allow building shared libraries with gcc
5125           on AIX 5 or 6 (adapted from patch by Lital Natan).
5126
5127 20081220
5128         + modify to omit the opaque-functions from lib_gen.o when
5129           --disable-ext-funcs is used.
5130         + add test/clip_printw.c to illustrate how to use printw without
5131           wrapping.
5132         + modify ncurses 'F' test to demo wborder_set() with colored lines.
5133         + modify ncurses 'f' test to demo wborder() with colored lines.
5134
5135 20081213
5136         + add check for failure to open hashed-database needed for db4.6
5137           (GenToo #245370).
5138         + corrected --without-manpages option; previous change only suppressed
5139           the auxiliary rules install.man and uninstall.man
5140         + add case for FreeMINT to configure macro CF_XOPEN_SOURCE (patch from
5141           GenToo #250454).
5142         + fixes from NetBSD port at
5143           http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches
5144           patch-ac (build-fix for DragonFly)
5145           patch-ae (use INSTALL_SCRIPT for installing misc/ncurses*-config).
5146         + improve configure script macros CF_HEADER_PATH and CF_LIBRARY_PATH
5147           by adding CFLAGS, CPPFLAGS and LDFLAGS, LIBS values to the
5148           search-lists.
5149         + correct title string for keybound manpage (patch by Frederic Culot,
5150           OpenBSD documentation/6019),
5151
5152 20081206
5153         + move del_curterm() call from _nc_freeall() to _nc_leaks_tinfo() to
5154           work for progs/clear, progs/tabs, etc.
5155         + correct buffer-size after internal resizing of wide-character
5156           set_field_buffer(), broken in 20081018 changes (report by Mike Gran).
5157         + add "-i" option to test/filter.c to tell it to use initscr() rather
5158           than newterm(), to investigate report on comp.unix.programmer that
5159           ncurses would clear the screen in that case (it does not - the issue
5160           was xterm's alternate screen feature).
5161         + add check in mouse-driver to disable connection if GPM returns a
5162           zero, indicating that the connection is closed (Debian #506717,
5163           adapted from patch by Samuel Thibault).
5164
5165 20081129
5166         + improve a workaround in adding wide-characters, when a control
5167           character is found.  The library (cf: 20040207) uses unctrl() to
5168           obtain a printable version of the control character, but was not
5169           passing color or video attributes.
5170         + improve test/ncurses.c 'a' test, using unctrl() more consistently to
5171           display meta-characters.
5172         + turn on _XOPEN_CURSES definition in curses.h
5173         + add eterm-color entry (report by Vincent Lefevre) -TD
5174         + correct use of key_name() in test/ncurses.c 'A' test, which only
5175           displays wide-characters, not key-codes since 20070612 (report by
5176           Ricardo Cantu).
5177
5178 20081122
5179         + change _nc_has_mouse() to has_mouse(), reflect its use in C++ and
5180           Ada95 (patch by Juergen Pfeifer).
5181         + document in TO-DO an issue with Cygwin's package for GNAT (report
5182           by Mike Dennison).
5183         + improve error-checking of command-line options in "tabs" program.
5184
5185 20081115
5186         + change several terminfo entries to make consistent use of ANSI
5187           clear-all-tabs -TD
5188         + add "tabs" program (prompted by Debian #502260).
5189         + add configure --without-manpages option (request by Mike Frysinger).
5190
5191 20081102 5.7 release for upload to ftp.gnu.org
5192
5193 20081025
5194         + add a manpage to discuss memory leaks.
5195         + add support for shared libraries for QNX (other than libtool, which
5196           does not work well on that platform).
5197         + build-fix for QNX C++ binding.
5198
5199 20081018
5200         + build-fixes for OS/2 EMX.
5201         + modify form library to accept control characters such as newline
5202           in set_field_buffer(), which is compatible with Solaris (report by
5203           Nit Khair).
5204         + modify configure script to assume --without-hashed-db when
5205           --disable-database is used.
5206         + add "-e" option in ncurses/Makefile.in when generating source-files
5207           to force earlier exit if the build environment fails unexpectedly
5208           (prompted by patch by Adrian Bunk).
5209         + change configure script to use CF_UTF8_LIB, improved variant of
5210           CF_LIBUTF8.
5211
5212 20081012
5213         + add teraterm4.59 terminfo entry, use that as primary teraterm entry, rename
5214           original to teraterm2.3 -TD
5215         + update "gnome" terminfo to 2.22.3 -TD
5216         + update "konsole" terminfo to 1.6.6, needs today's fix for tic -TD
5217         + add "aterm" terminfo -TD
5218         + add "linux2.6.26" terminfo -TD
5219         + add logic to tic for cancelling strings in user-defined capabilities,
5220           overlooked til now.
5221
5222 20081011
5223         + regenerated html documentation.
5224         + add -m and -s options to test/keynames.c and test/key_names.c to test
5225           the meta() function with keyname() or key_name(), respectively.
5226         + correct return value of key_name() on error; it is null.
5227         + document some unresolved issues for rpath and pthreads in TO-DO.
5228         + fix a missing prototype for ioctl() on OpenBSD in tset.c
5229         + add configure option --disable-tic-depends to make explicit whether
5230           tic library depends on ncurses/ncursesw library, amends change from
5231           20080823 (prompted by Debian #501421).
5232
5233 20081004
5234         + some build-fixes for configure --disable-ext-funcs (incomplete, but
5235           works for C/C++ parts).
5236         + improve configure-check for awks unable to handle large strings, e.g.
5237           AIX 5.1 whose awk silently gives up on large printf's.
5238
5239 20080927
5240         + fix build for --with-dmalloc by workaround for redefinition of
5241           strndup between string.h and dmalloc.h
5242         + fix build for --disable-sigwinch
5243         + add environment variable NCURSES_GPM_TERMS to allow override to use
5244           GPM on terminals other than "linux", etc.
5245         + disable GPM mouse support when $TERM does not happen to contain
5246           "linux", since Gpm_Open() no longer limits its assertion to terminals
5247           that it might handle, e.g., within "screen" in xterm.
5248         + reset mouse file-descriptor when unloading GPM library (report by
5249           Miroslav Lichvar).
5250         + fix build for --disable-leaks --enable-widec --with-termlib
5251         > patch by Juergen Pfeifer:
5252         + use improved initialization for soft-label keys in Ada95 sample code.
5253         + discard internal symbol _nc_slk_format (unused since 20080112).
5254         + move call of slk_paint_info() from _nc_slk_initialize() to
5255           slk_intern_refresh(), improving initialization.
5256
5257 20080925
5258         + fix bug in mouse code for GPM from 20080920 changes (reported in
5259           Debian #500103, also Miroslav Lichvar).
5260
5261 20080920
5262         + fix shared-library rules for cygwin with tic- and tinfo-libraries.
5263         + fix a memory leak when failure to connect to GPM.
5264         + correct check for notimeout() in wgetch() (report on linux.redhat
5265           newsgroup by FurtiveBertie).
5266         + add an example warning-suppression file for valgrind,
5267           misc/ncurses.supp (based on example from Reuben Thomas)
5268
5269 20080913
5270         + change shared-library configuration for OpenBSD, make rpath work.
5271         + build-fixes for using libutf8, e.g., on OpenBSD 3.7
5272
5273 20080907
5274         + corrected fix for --enable-weak-symbols (report by Frederic L W
5275           Meunier).
5276
5277 20080906
5278         + corrected gcc options for building shared libraries on IRIX64.
5279         + add configure check for awk programs unable to handle big-strings,
5280           use that to improve the default for --enable-big-strings option.
5281         + makefile-fixes for --enable-weak-symbols (report by Frederic L W
5282           Meunier).
5283         + update test/configure script.
5284         + adapt ifdef's from library to make test/view.c build when mbrtowc()
5285           is unavailable, e.g., with HPUX 10.20.
5286         + add configure check for wcsrtombs, mbsrtowcs, which are used in
5287           test/ncurses.c, and use wcstombs, mbstowcs instead if available,
5288           fixing build of ncursew for HPUX 11.00
5289
5290 20080830
5291         + fixes to make Ada95 demo_panels() example work.
5292         + modify Ada95 'rain' test program to accept keyboard commands like the
5293           C-version.
5294         + modify BeOS-specific ifdef's to build on Haiku (patch by Scott
5295           Mccreary).
5296         + add configure-check to see if the std namespace is legal for cerr
5297           and endl, to fix a build issue with Tru64.
5298         + consistently use NCURSES_BOOL in lib_gen.c
5299         + filter #line's from lib_gen.c
5300         + change delimiter in MKlib_gen.sh from '%' to '@', to avoid
5301           substitution by IBM xlc to '#' as part of its extensions to digraphs.
5302         + update config.guess, config.sub from
5303                 http://savannah.gnu.org/projects/config
5304           (caveat - its maintainer removed support for older Linux systems).
5305
5306 20080823
5307         + modify configure check for pthread library to work with OSF/1 5.1,
5308           which uses #define's to associate its header and library.
5309         + use pthread_mutexattr_init() for initializing pthread_mutexattr_t,
5310           makes threaded code work on HPUX 11.23
5311         + fix a bug in demo_menus in freeing menus (cf: 20080804).
5312         + modify configure script for the case where tic library is used (and
5313           possibly renamed) to remove its dependency upon ncurses/ncursew
5314           library (patch by Dr Werner Fink).
5315         + correct manpage for menu_fore() which gave wrong default for
5316           the attribute used to display a selected entry (report by Mike Gran).
5317         + add Eterm-256color, Eterm-88color and rxvt-88color (prompted by
5318           Debian #495815) -TD
5319
5320 20080816
5321         + add configure option --enable-weak-symbols to turn on new feature.
5322         + add configure-check for availability of weak symbols.
5323         + modify linkage with pthread library to use weak symbols so that
5324           applications not linked to that library will not use the mutexes,
5325           etc.  This relies on gcc, and may be platform-specific (patch by Dr
5326           Werner Fink).
5327         + add note to INSTALL to document limitation of renaming of tic library
5328           using the --with-ticlib configure option (report by Dr Werner Fink).
5329         + document (in manpage) why tputs does not detect I/O errors (prompted
5330           by comments by Samuel Thibault).
5331         + fix remaining warnings from Klocwork report.
5332
5333 20080804
5334         + modify _nc_panelhook() data to account for a permanent memory leak.
5335         + fix memory leaks in test/demo_menus
5336         + fix most warnings from Klocwork tool (report by Larry Zhou).
5337         + modify configure script CF_XOPEN_SOURCE macro to add case for
5338           "dragonfly" from xterm #236 changes.
5339         + modify configure script --with-hashed-db to let $LIBS override the
5340           search for the db library (prompted by report by Samson Pierre).
5341
5342 20080726
5343         + build-fixes for gcc 4.3.1 (changes to gnat "warnings", and C inlining
5344           thresholds).
5345
5346 20080713
5347         + build-fix (reports by Christian Ebert, Funda Wang).
5348
5349 20080712
5350         + compiler-warning fixes for Solaris.
5351
5352 20080705
5353         + use NCURSES_MOUSE_MASK() in definition of BUTTON_RELEASE(), etc., to
5354           make those work properly with the "--enable-ext-mouse" configuration
5355           (cf: 20050205).
5356         + improve documentation of build-cc options in INSTALL.
5357         + work-around a bug in gcc 4.2.4 on AIX, which does not pass the
5358           -static/-dynamic flags properly to linker, causing test/bs to
5359           not link.
5360
5361 20080628
5362         + correct some ifdef's needed for the broken-linker configuration.
5363         + make debugging library's $BAUDRATE feature work for termcap
5364           interface.
5365         + make $NCURSES_NO_PADDING feature work for termcap interface (prompted
5366           by comment on FreeBSD mailing list).
5367         + add screen.mlterm terminfo entry -TD
5368         + improve mlterm and mlterm+pcfkeys terminfo entries -TD
5369
5370 20080621
5371         + regenerated html documentation.
5372         + expand manpage description of parameters for form_driver() and
5373           menu_driver() (prompted by discussion with Adam Spragg).
5374         + add null-pointer checks for cur_term in baudrate() and
5375           def_shell_mode(), def_prog_mode()
5376         + fix some memory leaks in delscreen() and wide acs.
5377
5378 20080614
5379         + modify test/ditto.c to illustrate multi-threaded use_screen().
5380         + change CC_SHARED_OPTS from -KPIC to -xcode=pic32 for Solaris.
5381         + add "-shared" option to MK_SHARED_LIB for gcc on Solaris (report
5382           by Poor Yorick).
5383
5384 20080607
5385         + finish changes to wgetch(), making it switch as needed to the
5386           window's actual screen when calling wrefresh() and wgetnstr().  That
5387           allows wgetch() to get used concurrently in different threads with
5388           some minor restrictions, e.g., the application should not delete a
5389           window which is being used in a wgetch().
5390         + simplify mutex's, combining the window- and screen-mutex's.
5391
5392 20080531
5393         + modify wgetch() to use the screen which corresponds to its window
5394           parameter rather than relying on SP; some dependent functions still
5395           use SP internally.
5396         + factor out most use of SP in lib_mouse.c, using parameter.
5397         + add internal _nc_keyname(), replacing keyname() to associate with a
5398           particular SCREEN rather than the global SP.
5399         + add internal _nc_unctrl(), replacing unctrl() to associate with a
5400           particular SCREEN rather than the global SP.
5401         + add internal _nc_tracemouse(), replacing _tracemouse() to eliminate
5402           its associated global buffer _nc_globals.tracemse_buf now in SCREEN.
5403         + add internal _nc_tracechar(), replacing _tracechar() to use SCREEN in
5404           preference to the global _nc_globals.tracechr_buf buffer.
5405
5406 20080524
5407         + modify _nc_keypad() to make it switch temporarily as needed to the
5408           screen which must be updated.
5409         + wrap cur_term variable to help make _nc_keymap() thread-safe, and
5410           always set the screen's copy of this variable in set_curterm().
5411         + restore curs_set() state after endwin()/refresh() (report/patch
5412           Miroslav Lichvar)
5413
5414 20080517
5415         + modify configure script to note that --enable-ext-colors and
5416           --enable-ext-mouse are not experimental, but extensions from
5417           the ncurses ABI 5.
5418         + corrected manpage description of setcchar() (discussion with
5419           Emanuele Giaquinta).
5420         + fix for adding a non-spacing character at the beginning of a line
5421           (report/patch by Miroslav Lichvar).
5422
5423 20080503
5424         + modify screen.* terminfo entries using new screen+fkeys to fix
5425           overridden keys in screen.rxvt (Debian #478094) -TD
5426         + modify internal interfaces to reduce wgetch()'s dependency on the
5427           global SP.
5428         + simplify some loops with macros each_screen(), each_window() and
5429           each_ripoff().
5430
5431 20080426
5432         + continue modifying test/ditto.c toward making it demonstrate
5433           multithreaded use_screen(), using fifos to pass data between screens.
5434         + fix typo in form.3x (report by Mike Gran).
5435
5436 20080419
5437         + add screen.rxvt terminfo entry -TD
5438         + modify tic -f option to format spaces as \s to prevent them from
5439           being lost when that is read back in unformatted strings.
5440         + improve test/ditto.c, using a "talk"-style layout.
5441
5442 20080412
5443         + change test/ditto.c to use openpty() and xterm.
5444         + add locks for copywin(), dupwin(), overlap(), overlay() on their
5445           window parameters.
5446         + add locks for initscr() and newterm() on updates to the SCREEN
5447           pointer.
5448         + finish table in curs_thread.3x manpage.
5449
5450 20080405
5451         + begin table in curs_thread.3x manpage describing the scope of data
5452           used by each function (or symbol) for threading analysis.
5453         + add null-pointer checks to setsyx() and getsyx() (prompted by
5454           discussion by Martin v. Lowis and Jeroen Ruigrok van der Werven on
5455           python-dev2 mailing list).
5456
5457 20080329
5458         + add null-pointer checks in set_term() and delscreen().
5459         + move _nc_windows into _nc_globals, since windows can be pads, which
5460           are not associated with a particular screen.
5461         + change use_screen() to pass the SCREEN* parameter rather than
5462           stdscr to the callback function.
5463         + force libtool to use tag for 'CC' in case it does not detect this,
5464           e.g., on aix when using CC=powerpc-ibm-aix5.3.0.0-gcc
5465           (report/patch by Michael Haubenwallner).
5466         + override OBJEXT to "lo" when building with libtool, to work on
5467           platforms such as AIX where libtool may use a different suffix for
5468           the object files than ".o" (report/patch by Michael Haubenwallner).
5469         + add configure --with-pthread option, for building with the POSIX
5470           thread library.
5471
5472 20080322
5473         + fill in extended-color pair two more places in wbkgrndset() and
5474           waddch_nosync() (prompted by Sedeno's patch).
5475         + fill in extended-color pair in _nc_build_wch() to make colors work
5476           for wide-characters using extended-colors (patch by Alejandro R
5477           Sedeno).
5478         + add x/X toggles to ncurses.c C color test to test/demo
5479           wide-characters with extended-colors.
5480         + add a/A toggles to ncurses.c c/C color tests.
5481         + modify test/ditto.c to use use_screen().
5482         + finish modifying test/rain.c to demonstrate threads.
5483
5484 20080308
5485         + start modifying test/rain.c for threading demo.
5486         + modify test/ncurses.c to make 'f' test accept the f/F/b/F/</> toggles
5487           that the 'F' accepts.
5488         + modify test/worm.c to show trail in reverse-video when other threads
5489           are working concurrently.
5490         + fix a deadlock from improper nesting of mutexes for windowlist and
5491           window.
5492
5493 20080301
5494         + fixes from 20080223 resolved issue with mutexes; change to use
5495           recursive mutexes to fix memory leak in delwin() as called from
5496           _nc_free_and_exit().
5497
5498 20080223
5499         + fix a size-difference in _nc_globals which caused hanging of mutex
5500           lock/unlock when termlib was built separately.
5501
5502 20080216
5503         + avoid using nanosleep() in threaded configuration since that often
5504           is implemented to suspend the entire process.
5505
5506 20080209
5507         + update test programs to build/work with various UNIX curses for
5508           comparisons.  This was to reinvestigate statement in X/Open Curses
5509           that insnstr and winsnstr perform wrapping.  None of the Unix-branded
5510           implementations do this, as noted in manpage (cf: 20040228).
5511
5512 20080203
5513         + modify _nc_setupscreen() to set the legacy-coding value the same
5514           for both narrow/wide models.  It had been set only for wide model,
5515           but is needed to make unctrl() work with locale in the narrow model.
5516         + improve waddch() and winsch() handling of EILSEQ from mbrtowc() by
5517           using unctrl() to display illegal bytes rather than trying to append
5518           further bytes to make up a valid sequence (reported by Andrey A
5519           Chernov).
5520         + modify unctrl() to check codes in 128-255 range versus isprint().
5521           If they are not printable, and locale was set, use a "M-" or "~"
5522           sequence.
5523
5524 20080126
5525         + improve threading in test/worm.c (wrap refresh calls, and KEY_RESIZE
5526           handling).  Now it hangs in napms(), no matter whether nanosleep()
5527           or poll() or select() are used on Linux.
5528
5529 20080119
5530         + fixes to build with --disable-ext-funcs
5531         + add manpage for use_window and use_screen.
5532         + add set_tabsize() and set_escdelay() functions.
5533
5534 20080112
5535         + remove recursive-mutex definitions, finish threading demo for worm.c
5536         + remove a redundant adjustment of lines in resizeterm.c's
5537           adjust_window() which caused occasional misadjustment of stdscr when
5538           softkeys were used.
5539
5540 20080105
5541         + several improvements to terminfo entries based on xterm #230 -TD
5542         + modify MKlib_gen.sh to handle keyname/key_name prototypes, so the
5543           "link_test" builds properly.
5544         + fix for toe command-line options -u/-U to ensure filename is given.
5545         + fix allocation-size for command-line parsing in infocmp from 20070728
5546           (report by Miroslav Lichvar)
5547         + improve resizeterm() by moving ripped-off lines, and repainting the
5548           soft-keys (report by Katarina Machalkova)
5549         + add clarification in wclear's manpage noting that the screen will be
5550           cleared even if a subwindow is cleared (prompted by Christer Enfors
5551           question).
5552         + change test/ncurses.c soft-key tests to work with KEY_RESIZE.
5553
5554 20071222
5555         + continue implementing support for threading demo by adding mutex
5556           for delwin().
5557
5558 20071215
5559         + add several functions to C++ binding which wrap C functions that
5560           pass a WINDOW* parameter (request by Chris Lee).
5561
5562 20071201
5563         + add note about configure options needed for Berkeley database to the
5564           INSTALL file.
5565         + improve checks for version of Berkeley database libraries.
5566         + amend fix for rpath to not modify LDFLAGS if the platform has no
5567           applicable transformation (report by Christian Ebert, cf: 20071124).
5568
5569 20071124
5570         + modify configure option --with-hashed-db to accept a parameter which
5571           is the install-prefix of a given Berkeley Database (prompted by
5572           pierre4d2 comments).
5573         + rewrite wrapper for wcrtomb(), making it work on Solaris.  This is
5574           used in the form library to determine the length of the buffer needed
5575           by field_buffer (report by Alfred Fung).
5576         + remove unneeded window-parameter from C++ binding for wresize (report
5577           by Chris Lee).
5578
5579 20071117
5580         + modify the support for filesystems which do not support mixed-case to
5581           generate 2-character (hexadecimal) codes for the lower-level of the
5582           filesystem terminfo database (request by Michail Vidiassov).
5583         + add configure option --enable-mixed-case, to allow overriding the
5584           configure script's check if the filesystem supports mixed-case
5585           filenames.
5586         + add wresize() to C++ binding (request by Chris Lee).
5587         + define NCURSES_EXT_FUNCS and NCURSES_EXT_COLORS in curses.h to make
5588           it simpler to tell if the extended functions and/or colors are
5589           declared.
5590
5591 20071103
5592         + update memory-leak checks for changes to names.c and codes.c
5593         + correct acsc strings in h19, z100 (patch by Benjamin C W Sittler).
5594
5595 20071020
5596         + continue implementing support for threading demo by adding mutex
5597           for use_window().
5598         + add mrxvt terminfo entry, add/fix xterm building blocks for modified
5599           cursor keys -TD
5600         + compile with FreeBSD "contemporary" TTY interface (patch by
5601           Rong-En Fan).
5602
5603 20071013
5604         + modify makefile rules to allow clear, tput and tset to be built
5605           without libtic.  The other programs (infocmp, tic and toe) rely on
5606           that library.
5607         + add/modify null-pointer checks in several functions for SP and/or
5608           the WINDOW* parameter (report by Thorben Krueger).
5609         + fixes for field_buffer() in formw library (see Redhat #310071,
5610           patches by Miroslav Lichvar).
5611         + improve performance of NCURSES_CHAR_EQ code (patch by Miroslav
5612           Lichvar).
5613         + update/improve mlterm and rxvt terminfo entries, e.g., for
5614           the modified cursor- and keypad-keys -TD
5615
5616 20071006
5617         + add code to curses.priv.h ifdef'd with NCURSES_CHAR_EQ, which
5618           changes the CharEq() macro to an inline function to allow comparing
5619           cchar_t struct's without comparing gaps in a possibly unpacked
5620           memory layout (report by Miroslav Lichvar).
5621
5622 20070929
5623         + add new functions to lib_trace.c to setup mutex's for the _tracef()
5624           calls within the ncurses library.
5625         + for the reentrant model, move _nc_tputs_trace and _nc_outchars into
5626           the SCREEN.
5627         + start modifying test/worm.c to provide threading demo (incomplete).
5628         + separated ifdef's for some BSD-related symbols in tset.c, to make
5629           it compile on LynxOS (report by Greg Gemmer).
5630 20070915
5631         + modify Ada95/gen/Makefile to use shlib script, to simplify building
5632           shared-library configuration on platforms lacking rpath support.
5633         + build-fix for Ada95/src/Makefile to reflect changed dependency for
5634           the terminal-interface-curses-aux.adb file which is now generated.
5635         + restructuring test/worm.c, for use_window() example.
5636
5637 20070908
5638         + add use_window() and use_screen() functions, to develop into support
5639           for threaded library (incomplete).
5640         + fix typos in man/curs_opaque.3x which kept the install script from
5641           creating symbolic links to two aliases created in 20070818 (report by
5642           Rong-En Fan).
5643
5644 20070901
5645         + remove a spurious newline from output of html.m4, which caused links
5646           for Ada95 html to be incorrect for the files generated using m4.
5647         + start investigating mutex's for SCREEN manipulation (incomplete).
5648         + minor cleanup of codes.c/names.c for --enable-const
5649         + expand/revise "Routine and Argument Names" section of ncurses manpage
5650           to address report by David Givens in newsgroup discussion.
5651         + fix interaction between --without-progs/--with-termcap configure
5652           options (report by Michail Vidiassov).
5653         + fix typo in "--disable-relink" option (report by Michail Vidiassov).
5654
5655 20070825
5656         + fix a sign-extension bug in infocmp's repair_acsc() function
5657           (cf: 971004).
5658         + fix old configure script bug which prevented "--disable-warnings"
5659           option from working (patch by Mike Frysinger).
5660
5661 20070818
5662         + add 9term terminal description (request by Juhapekka Tolvanen) -TD
5663         + modify comp_hash.c's string output to avoid misinterpreting a null
5664           "\0" followed by a digit.
5665         + modify MKnames.awk and MKcodes.awk to support big-strings.
5666           This only applies to the cases (broken linker, reentrant) where
5667           the corresponding arrays are accessed via wrapper functions.
5668         + split MKnames.awk into two scripts, eliminating the shell redirection
5669           which complicated the make process and also the bogus timestamp file
5670           which was introduced to fix "make -j".
5671         + add test/test_opaque.c, test/test_arrays.c
5672         + add wgetscrreg() and wgetparent() for applications that may need it
5673           when NCURSES_OPAQUE is defined (prompted by Bryan Christ).
5674
5675 20070812
5676         + amend treatment of infocmp "-r" option to retain the 1023-byte limit
5677           unless "-T" is given (cf: 981017).
5678         + modify comp_captab.c generation to use big-strings.
5679         + make _nc_capalias_table and _nc_infoalias_table private accessed via
5680           _nc_get_alias_table() since the tables are used only within the tic
5681           library.
5682         + modify configure script to skip Intel compiler in CF_C_INLINE.
5683         + make _nc_info_hash_table and _nc_cap_hash_table private accessed via
5684           _nc_get_hash_table() since the tables are used only within the tic
5685           library.
5686
5687 20070728
5688         + make _nc_capalias_table and _nc_infoalias_table private, accessed via
5689           _nc_get_alias_table() since they are used only by parse_entry.c
5690         + make _nc_key_names private since it is used only by lib_keyname.c
5691         + add --disable-big-strings configure option to control whether
5692           unctrl.c is generated using the big-string optimization - which may
5693           use strings longer than supported by a given compiler.
5694         + reduce relocation tables for tic, infocmp by changing type of
5695           internal hash tables to short, and make those private symbols.
5696         + eliminate large fixed arrays from progs/infocmp.c
5697
5698 20070721
5699         + change winnstr() to stop at the end of the line (cf: 970315).
5700         + add test/test_get_wstr.c
5701         + add test/test_getstr.c
5702         + add test/test_inwstr.c
5703         + add test/test_instr.c
5704
5705 20070716
5706         + restore a call to obtain screen-size in _nc_setupterm(), which
5707           is used in tput and other non-screen applications via setupterm()
5708           (Debian #433357, reported by Florent Bayle, Christian Ohm,
5709           cf: 20070310).
5710
5711 20070714
5712         + add test/savescreen.c test-program
5713         + add check to trace-file open, if the given name is a directory, add
5714           ".log" to the name and try again.
5715         + add konsole-256color entry -TD
5716         + add extra gcc warning options from xterm.
5717         + minor fixes for ncurses/hashmap test-program.
5718         + modify configure script to quiet c++ build with libtool when the
5719           --disable-echo option is used.
5720         + modify configure script to disable ada95 if libtool is selected,
5721           writing a warning message (addresses FreeBSD #114493).
5722         + update config.guess, config.sub
5723
5724 20070707
5725         + add continuous-move "M" to demo_panels to help test refresh changes.
5726         + improve fix for refresh of window on top of multi-column characters,
5727           taking into account some split characters on left/right window
5728           boundaries.
5729
5730 20070630
5731         + add "widec" row to _tracedump() output to help diagnose remaining
5732           problems with multi-column characters.
5733         + partial fix for refresh of window on top of multi-column characters
5734           which are partly overwritten (report by Sadrul H Chowdhury).
5735         + ignore A_CHARTEXT bits in vidattr() and vid_attr(), in case
5736           multi-column extension bits are passed there.
5737         + add setlocale() call to demo_panels.c, needed for wide-characters.
5738         + add some output flags to _nc_trace_ttymode to help diagnose a bug
5739           report by Larry Virden, i.e., ONLCR, OCRNL, ONOCR and ONLRET,
5740
5741 20070623
5742         + add test/demo_panels.c
5743         + implement opaque version of setsyx() and getsyx().
5744
5745 20070612
5746         + corrected xterm+pcf2 terminfo modifiers for F1-F4, to match xterm
5747           #226 -TD
5748         + split-out key_name() from MKkeyname.awk since it now depends upon
5749           wunctrl() which is not in libtinfo (report by Rong-En Fan).
5750
5751 20070609
5752         + add test/key_name.c
5753         + add stdscr cases to test/inchs.c and test/inch_wide.c
5754         + update test/configure
5755         + correct formatting of DEL (0x7f) in _nc_vischar().
5756         + null-terminate result of wunctrl().
5757         + add null-pointer check in key_name() (report by Andreas Krennmair,
5758           cf: 20020901).
5759
5760 20070602
5761         + adapt mouse-handling code from menu library in form-library
5762           (discussion with Clive Nicolson).
5763         + add a modification of test/dots.c, i.e., test/dots_mvcur.c to
5764           illustrate how to use mvcur().
5765         + modify wide-character flavor of SetAttr() to preserve the
5766           WidecExt() value stored in the .attr field, e.g., in case it
5767           is overwritten by chgat (report by Aleksi Torhamo).
5768         + correct buffer-size for _nc_viswbuf2n() (report by Aleksi Torhamo).
5769         + build-fixes for Solaris 2.6 and 2.7 (patch by Peter O'Gorman).
5770
5771 20070526
5772         + modify keyname() to use "^X" form only if meta() has been called, or
5773           if keyname() is called without initializing curses, e.g., via
5774           initscr() or newterm() (prompted by LinuxBase #1604).
5775         + document some portability issues in man/curs_util.3x
5776         + add a shadow copy of TTY buffer to _nc_prescreen to fix applications
5777           broken by moving that data into SCREEN (cf: 20061230).
5778
5779 20070512
5780         + add 'O' (wide-character panel test) in ncurses.c to demonstrate a
5781           problem reported by Sadrul H Chowdhury with repainting parts of
5782           a fullwidth cell.
5783         + modify slk_init() so that if there are preceding calls to
5784           ripoffline(), those affect the available lines for soft-keys (adapted
5785           from patch by Clive Nicolson).
5786         + document some portability issues in man/curs_getyx.3x
5787
5788 20070505
5789         + fix a bug in Ada95/samples/ncurses which caused a variable to
5790           become uninitialized in the "b" test.
5791         + fix Ada95/gen/Makefile.in adahtml rule to account for recent
5792           movement of files, fix a few incorrect manpage references in the
5793           generated html.
5794         + add Ada95 binding to _nc_freeall() as Curses_Free_All to help with
5795           memory-checking.
5796         + correct some functions in Ada95 binding which were using return value
5797           from C where none was returned:  idcok(), immedok() and wtimeout().
5798         + amend recent changes for Ada95 binding to make it build with
5799           Cygwin's linker, e.g., with configure options
5800                 --enable-broken-linker --with-ticlib
5801
5802 20070428
5803         + add a configure check for gcc's options for inlining, use that to
5804           quiet a warning message where gcc's default behavior changed from
5805           3.x to 4.x.
5806         + improve warning message when checking if GPM is linked to curses
5807           library by not warning if its use of "wgetch" is via a weak symbol.
5808         + add loader options when building with static libraries to ensure that
5809           an installed shared library for ncurses does not conflict.  This is
5810           reported as problem with Tru64, but could affect other platforms
5811           (report Martin Mokrejs, analysis by Tim Mooney).
5812         + fix build on cygwin after recent ticlib/termlib changes, i.e.,
5813           + adjust TINFO_SUFFIX value to work with cygwin's dll naming
5814           + revert a change from 20070303 which commented out dependency of
5815             SHLIB_LIST in form/menu/panel/c++ libraries.
5816         + fix initialization of ripoff stack pointer (cf: 20070421).
5817
5818 20070421
5819         + move most static variables into structures _nc_globals and
5820           _nc_prescreen, to simplify storage.
5821         + add/use configure script macro CF_SIG_ATOMIC_T, use the corresponding
5822           type for data manipulated by signal handlers (prompted by comments
5823           in mailing.openbsd.bugs newsgroup).
5824         + modify CF_WITH_LIBTOOL to allow one to pass options such as -static
5825           to the libtool create- and link-operations.
5826
5827 20070414
5828         + fix whitespace in curs_opaque.3x which caused a spurious ';' in
5829           the installed aliases (report by Peter Santoro).
5830         + fix configure script to not try to generate adacurses-config when
5831           Ada95 tree is not built.
5832
5833 20070407
5834         + add man/curs_legacy.3x, man/curs_opaque.3x
5835         + fix acs_map binding for Ada95 when --enable-reentrant is used.
5836         + add adacurses-config to the Ada95 install, based on version from
5837           FreeBSD port, in turn by Juergen Pfeifer in 2000 (prompted by
5838           comment on comp.lang.ada newsgroup).
5839         + fix includes in c++ binding to build with Intel compiler
5840           (cf: 20061209).
5841         + update install rule in Ada95 to use mkdirs.sh
5842         > other fixes prompted by inspection for Coverity report:
5843         + modify ifdef's for c++ binding to use try/catch/throw statements
5844         + add a null-pointer check in tack/ansi.c request_cfss()
5845         + fix a memory leak in ncurses/base/wresize.c
5846         + corrected check for valid memu/meml capabilities in
5847           progs/dump_entry.c when handling V_HPUX case.
5848         > fixes based on Coverity report:
5849         + remove dead code in test/bs.c
5850         + remove dead code in test/demo_defkey.c
5851         + remove an unused assignment in progs/infocmp.c
5852         + fix a limit check in tack/ansi.c tools_charset()
5853         + fix tack/ansi.c tools_status() to perform the VT320/VT420
5854           tests in request_cfss().  The function had exited too soon.
5855         + fix a memory leak in tic.c's make_namelist()
5856         + fix a couple of places in tack/output.c which did not check for EOF.
5857         + fix a loop-condition in test/bs.c
5858         + add index checks in lib_color.c for color palettes
5859         + add index checks in progs/dump_entry.c for version_filter() handling
5860           of V_BSD case.
5861         + fix a possible null-pointer dereference in copywin()
5862         + fix a possible null-pointer dereference in waddchnstr()
5863         + add a null-pointer check in _nc_expand_try()
5864         + add a null-pointer check in tic.c's make_namelist()
5865         + add a null-pointer check in _nc_expand_try()
5866         + add null-pointer checks in test/cardfile.c
5867         + fix a double-free in ncurses/tinfo/trim_sgr0.c
5868         + fix a double-free in ncurses/base/wresize.c
5869         + add try/catch block to c++/cursesmain.cc
5870
5871 20070331
5872         + modify Ada95 binding to build with --enable-reentrant by wrapping
5873           global variables (bug: acs_map does not yet work).
5874         + modify Ada95 binding to use the new access-functions, allowing it
5875           to build/run when NCURSES_OPAQUE is set.
5876         + add access-functions and macros to return properties of the WINDOW
5877           structure, e.g., when NCURSES_OPAQUE is set.
5878         + improved install-sh's quoting.
5879         + use mkdirs.sh rather than mkinstalldirs, e.g., to use fixes from
5880           other programs.
5881
5882 20070324
5883         + eliminate part of the direct use of WINDOW data from Ada95 interface.
5884         + fix substitutions for termlib filename to make configure option
5885           --enable-reentrant work with --with-termlib.
5886         + change a constructor for NCursesWindow to allow compiling with
5887           NCURSES_OPAQUE set, since we cannot pass a reference to
5888           an opaque pointer.
5889
5890 20070317
5891         + ignore --with-chtype=unsigned since unsigned is always added to
5892           the type in curses.h; do the same for --with-mmask-t.
5893         + change warning regarding --enable-ext-colors and wide-character
5894           in the configure script to an error.
5895         + tweak error message in CF_WITH_LIBTOOL to distinguish other programs
5896           such as Darwin's libtool program (report by Michail Vidiassov)
5897         + modify edit_man.sh to allow for multiple substitutions per line.
5898         + set locale in misc/ncurses-config.in since it uses a range
5899         + change permissions libncurses++.a install (report by Michail
5900           Vidiassov).
5901         + corrected length of temporary buffer in wide-character version
5902           of set_field_buffer() (related to report by Bryan Christ).
5903
5904 20070311
5905         + fix mk-1st.awk script install_shlib() function, broken in 20070224
5906           changes for cygwin (report by  Michail Vidiassov).
5907
5908 20070310
5909         + increase size of array in _nc_visbuf2n() to make "tic -v" work
5910           properly in its similar_sgr() function (report/analysis by Peter
5911           Santoro).
5912         + add --enable-reentrant configure option for ongoing changes to
5913           implement a reentrant version of ncurses:
5914           + libraries are suffixed with "t"
5915           + wrap several global variables (curscr, newscr, stdscr, ttytype,
5916             COLORS, COLOR_PAIRS, COLS, ESCDELAY, LINES and TABSIZE) as
5917             functions returning values stored in SCREEN or cur_term.
5918           + move some initialization (LINES, COLS) from lib_setup.c,
5919             i.e., setupterm() to _nc_setupscreen(), i.e., newterm().
5920
5921 20070303
5922         + regenerated html documentation.
5923         + add NCURSES_OPAQUE symbol to curses.h, will use to make structs
5924           opaque in selected configurations.
5925         + move the chunk in lib_acs.c which resets acs capabilities when
5926           running on a terminal whose locale interferes with those into
5927           _nc_setupscreen(), so the libtinfo/libtinfow files can be made
5928           identical (requested by Miroslav Lichvar).
5929         + do not use configure variable SHLIB_LIBS for building libraries
5930           outside the ncurses directory, since that symbol is customized
5931           only for that directory, and using it introduces an unneeded
5932           dependency on libdl (requested by Miroslav Lichvar).
5933         + modify mk-1st.awk so the generated makefile rules for linking or
5934           installing shared libraries do not first remove the library, in
5935           case it is in use, e.g., libncurses.so by /bin/sh (report by Jeff
5936           Chua).
5937         + revised section "Using NCURSES under XTERM" in ncurses-intro.html
5938           (prompted by newsgroup comment by Nick Guenther).
5939
5940 20070224
5941         + change internal return codes of _nc_wgetch() to check for cases
5942           where KEY_CODE_YES should be returned, e.g., if a KEY_RESIZE was
5943           ungetch'd, and read by wget_wch().
5944         + fix static-library build broken in 20070217 changes to remove "-ldl"
5945           (report by Miroslav Lichvar).
5946         + change makefile/scripts for cygwin to allow building termlib.
5947         + use Form_Hook in manpages to match form.h
5948         + use Menu_Hook in manpages, as well as a few places in menu.h
5949         + correct form- and menu-manpages to use specific Field_Options,
5950           Menu_Options and Item_Options types.
5951         + correct prototype for _tracechar() in manpage (cf: 20011229).
5952         + correct prototype for wunctrl() in manpage.
5953
5954 20070217
5955         + fixes for $(TICS_LIST) in ncurses/Makefile (report by Miroslav
5956           Lichvar).
5957         + modify relinking of shared libraries to apply only when rpath is
5958           enabled, and add --disable-relink option which can be used to
5959           disable the feature altogether (reports by Michail Vidiassov,
5960           Adam J Richter).
5961         + fix --with-termlib option for wide-character configuration, stripping
5962           the "w" suffix in one place (report by Miroslav Lichvar).
5963         + remove "-ldl" from some library lists to reduce dependencies in
5964           programs (report by Miroslav Lichvar).
5965         + correct description of --enable-signed-char in configure --help
5966           (report by Michail Vidiassov).
5967         + add pattern for GNU/kFreeBSD configuration to CF_XOPEN_SOURCE,
5968           which matches an earlier change to CF_SHARED_OPTS, from xterm #224
5969           fixes.
5970         + remove "${DESTDIR}" from -install_name option used for linking
5971           shared libraries on Darwin (report by Michail Vidiassov).
5972
5973 20070210
5974         + add test/inchs.c, test/inch_wide.c, to test win_wchnstr().
5975         + remove libdl from library list for termlib (report by Miroslav
5976           Lichvar).
5977         + fix configure.in to allow --without-progs --with-termlib (patch by
5978           Miroslav Lichvar).
5979         + modify win_wchnstr() to ensure that only a base cell is returned
5980           for each multi-column character (prompted by report by Wei Kong
5981           regarding change in mvwin_wch() cf: 20041023).
5982
5983 20070203
5984         + modify fix_wchnstr() in form library to strip attributes (and color)
5985           from the cchar_t array (field cells) read from a field's window.
5986           Otherwise, when copying the field cells back to the window, the
5987           associated color overrides the field's background color (report by
5988           Ricardo Cantu).
5989         + improve tracing for form library, showing created forms, fields, etc.
5990         + ignore --enable-rpath configure option if --with-shared was omitted.
5991         + add _nc_leaks_tinfo(), _nc_free_tic(), _nc_free_tinfo() entrypoints
5992           to allow leak-checking when both tic- and tinfo-libraries are built.
5993         + drop CF_CPP_VSCAN_FUNC macro from configure script, since C++ binding
5994           no longer relies on it.
5995         + disallow combining configure script options --with-ticlib and
5996           --enable-termcap (report by Rong-En Fan).
5997         + remove tack from ncurses tree.
5998
5999 20070128
6000         + fix typo in configure script that broke --with-termlib option
6001           (report by Rong-En Fan).
6002
6003 20070127
6004         + improve fix for FreeBSD gnu/98975, to allow for null pointer passed
6005           to tgetent() (report by Rong-en Fan).
6006         + update tack/HISTORY and tack/README to tell how to build it after
6007           it is removed from the ncurses tree.
6008         + fix configure check for libtool's version to trim blank lines
6009           (report by sci-fi@hush.ai).
6010         + review/eliminate other original-file artifacts in cursesw.cc, making
6011           its license consistent with ncurses.
6012         + use ncurses vw_scanw() rather than reading into a fixed buffer in
6013           the c++ binding for scanw() methods (prompted by report by Nuno Dias).
6014         + eliminate fixed-buffer vsprintf() calls in c++ binding.
6015
6016 20070120
6017         + add _nc_leaks_tic() to separate leak-checking of tic library from
6018           term/ncurses libraries, and thereby eliminate a library dependency.
6019         + fix test/mk-test.awk to ignore blank lines.
6020         + correct paths in include/headers, for --srcdir (patch by Miroslav
6021           Lichvar).
6022
6023 20070113
6024         + add a break-statement in misc/shlib to ensure that it exits on the
6025           _first_ matched directory (report by Paul Novak).
6026         + add tack/configure, which can be used to build tack outside the
6027           ncurses build-tree.
6028         + add --with-ticlib option, to build/install the tic-support functions
6029           in a separate library (suggested by Miroslav Lichvar).
6030
6031 20070106
6032         + change MKunctrl.awk to reduce relocation table for unctrl.o
6033         + change MKkeyname.awk to reduce relocation table for keyname.o
6034           (patch by Miroslav Lichvar).
6035
6036 20061230
6037         + modify configure check for libtool's version to trim blank lines
6038           (report by sci-fi@hush.ai).
6039         + modify some modules to allow them to be reentrant if _REENTRANT is
6040           defined: lib_baudrate.c, resizeterm.c (local data only)
6041         + eliminate static data from some modules: add_tries.c, hardscroll.c,
6042           lib_ttyflags.c, lib_twait.c
6043         + improve manpage install to add aliases for the transformed program
6044           names, e.g., from --program-prefix.
6045         + used linklint to verify links in the HTML documentation, made fixes
6046           to manpages as needed.
6047         + fix a typo in curs_mouse.3x (report by William McBrine).
6048         + fix install-rule for ncurses5-config to make the bin-directory.
6049
6050 20061223
6051         + modify configure script to omit the tic (terminfo compiler) support
6052           from ncurses library if --without-progs option is given.
6053         + modify install rule for ncurses5-config to do this via "install.libs"
6054         + modify shared-library rules to allow FreeBSD 3.x to use rpath.
6055         + update config.guess, config.sub
6056
6057 20061217 5.6 release for upload to ftp.gnu.org
6058
6059 20061217
6060         + add ifdef's for <wctype.h> for HPUX, which has the corresponding
6061           definitions in <wchar.h>.
6062         + revert the va_copy() change from 20061202, since it was neither
6063           correct nor portable.
6064         + add $(LOCAL_LIBS) definition to progs/Makefile.in, needed for
6065           rpath on Solaris.
6066         + ignore wide-acs line-drawing characters that wcwidth() claims are
6067           not one-column.  This is a workaround for Solaris' broken locale
6068           support.
6069
6070 20061216
6071         + modify configure --with-gpm option to allow it to accept a parameter,
6072           i.e., the name of the dynamic GPM library to load via dlopen()
6073           (requested by Bryan Henderson).
6074         + add configure option --with-valgrind, changes from vile.
6075         + modify configure script AC_TRY_RUN and AC_TRY_LINK checks to use
6076           'return' in preference to 'exit()'.
6077
6078 20061209
6079         + change default for --with-develop back to "no".
6080         + add XTABS to tracing of TTY bits.
6081         + updated autoconf patch to ifdef-out the misfeature which declares
6082           exit() for configure tests.  This fixes a redefinition warning on
6083           Solaris.
6084         + use ${CC} rather than ${LD} in shared library rules for IRIX64,
6085           Solaris to help ensure that initialization sections are provided for
6086           extra linkage requirements, e.g., of C++ applications (prompted by
6087           comment by Casper Dik in newsgroup).
6088         + rename "$target" in CF_MAN_PAGES to make it easier to distinguish
6089           from the autoconf predefined symbol.  There was no conflict,
6090           since "$target" was used only in the generated edit_man.sh file,
6091           but SuSE's rpm package contains a patch.
6092
6093 20061202
6094         + update man/term.5 to reflect extended terminfo support and hashed
6095           database configuration.
6096         + updates for test/configure script.
6097         + adapted from SuSE rpm package:
6098           + remove long-obsolete workaround for broken-linker which declared
6099             cur_term in tic.c
6100           + improve error recovery in PUTC() macro when wcrtomb() does not
6101             return usable results for an 8-bit character.
6102         + patches from rpm package (SuSE):
6103           + use va_copy() in extra varargs manipulation for tracing version
6104             of printw, etc.
6105           + use a va_list rather than a null in _nc_freeall()'s call to
6106             _nc_printf_string().
6107         + add some see-also references in manpages to show related
6108           wide-character functions (suggested by Claus Fischer).
6109
6110 20061125
6111         + add a check in lib_color.c to ensure caller does not increase COLORS
6112           above max_colors, which is used as an array index (discussion with
6113           Simon Sasburg).
6114         + add ifdef's allowing ncurses to be built with tparm() using either
6115           varargs (the existing status), or using a fixed-parameter list (to
6116           match X/Open).
6117
6118 20061104
6119         + fix redrawing of windows other than stdscr using wredrawln() by
6120           touching the corresponding rows in curscr (discussion with Dan
6121           Gookin).
6122         + add test/redraw.c
6123         + add test/echochar.c
6124         + review/cleanup manpage descriptions of error-returns for form- and
6125           menu-libraries (prompted by FreeBSD docs/46196).
6126
6127 20061028
6128         + add AUTHORS file -TD
6129         + omit the -D options from output of the new config script --cflags
6130           option (suggested by Ralf S Engelschall).
6131         + make NCURSES_INLINE unconditionally defined in curses.h
6132
6133 20061021
6134         + revert change to accommodate bash 3.2, since that breaks other
6135           platforms, e.g., Solaris.
6136         + minor fixes to NEWS file to simplify scripting to obtain list of
6137           contributors.
6138         + improve some shared-library configure scripting for Linux, FreeBSD
6139           and NetBSD to make "--with-shlib-version" work.
6140         + change configure-script rules for FreeBSD shared libraries to allow
6141           for rpath support in versions past 3.
6142         + use $(DESTDIR) in makefile rules for installing/uninstalling the
6143           package config script (reports/patches by Christian Wiese,
6144           Ralf S Engelschall).
6145         + fix a warning in the configure script for NetBSD 2.0, working around
6146           spurious blanks embedded in its ${MAKEFLAGS} symbol.
6147         + change test/Makefile to simplify installing test programs in a
6148           different directory when --enable-rpath is used.
6149
6150 20061014
6151         + work around bug in bash 3.2 by adding extra quotes (Jim Gifford).
6152         + add/install a package config script, e.g., "ncurses5-config" or
6153           "ncursesw5-config", according to configuration options.
6154
6155 20061007
6156         + add several GNU Screen terminfo variations with 16- and 256-colors,
6157           and status line (Alain Bench).
6158         + change the way shared libraries (other than libtool) are installed.
6159           Rather than copying the build-tree's libraries, link the shared
6160           objects into the install directory.  This makes the --with-rpath
6161           option work except with $(DESTDIR) (cf: 20000930).
6162
6163 20060930
6164         + fix ifdef in c++/internal.h for QNX 6.1
6165         + test-compiled with (old) egcs-1.1.2, modified configure script to
6166           not unset the $CXX and related variables which would prevent this.
6167         + fix a few terminfo.src typos exposed by improvements to "-f" option.
6168         + improve infocmp/tic "-f" option formatting.
6169
6170 20060923
6171         + make --disable-largefile option work (report by Thomas M Ott).
6172         + updated html documentation.
6173         + add ka2, kb1, kb3, kc2 to vt220-keypad as an extension -TD
6174         + minor improvements to rxvt+pcfkeys -TD
6175
6176 20060916
6177         + move static data from lib_mouse.c into SCREEN struct.
6178         + improve ifdef's for _POSIX_VDISABLE in tset to work with Mac OS X
6179           (report by Michail Vidiassov).
6180         + modify CF_PATH_SYNTAX to ensure it uses the result from --prefix
6181           option (from lynx changes) -TD
6182         + adapt AC_PROG_EGREP check, noting that this is likely to be another
6183           place aggravated by POSIXLY_CORRECT.
6184         + modify configure check for awk to ensure that it is found (prompted
6185           by report by Christopher Parker).
6186         + update config.sub
6187
6188 20060909
6189         + add kon, kon2 and jfbterm terminfo entry (request by Till Maas) -TD
6190         + remove invis capability from klone+sgr, mainly used by linux entry,
6191           since it does not really do this -TD
6192
6193 20060903
6194         + correct logic in wadd_wch() and wecho_wch(), which did not guard
6195           against passing the multi-column attribute into a call on waddch(),
6196           e.g., using data returned by win_wch() (cf: 20041023)
6197           (report by Sadrul H Chowdhury).
6198
6199 20060902
6200         + fix kterm's acsc string -TD
6201         + fix for change to tic/infocmp in 20060819 to ensure no blank is
6202           embedded into a termcap description.
6203         + workaround for 20050806 ifdef's change to allow visbuf.c to compile
6204           when using --with-termlib --with-trace options.
6205         + improve tgetstr() by making the return value point into the user's
6206           buffer, if provided (patch by Miroslav Lichvar (see Redhat #202480)).
6207         + correct libraries needed for foldkeys (report by Stanislav Ievlev)
6208
6209 20060826
6210         + add terminfo entries for xfce terminal (xfce) and multi gnome
6211           terminal (mgt) -TD
6212         + add test/foldkeys.c
6213
6214 20060819
6215         + modify tic and infocmp to avoid writing trailing blanks on terminfo
6216           source output (Debian #378783).
6217         + modify configure script to ensure that if the C compiler is used
6218           rather than the loader in making shared libraries, the $(CFLAGS)
6219           variable is also used (Redhat #199369).
6220         + port hashed-db code to db2 and db3.
6221         + fix a bug in tgetent() from 20060625 and 20060715 changes
6222           (patch/analysis by Miroslav Lichvar (see Redhat #202480)).
6223
6224 20060805
6225         + updated xterm function-keys terminfo to match xterm #216 -TD
6226         + add configure --with-hashed-db option (tested only with FreeBSD 6.0,
6227           e.g., the db 1.8.5 interface).
6228
6229 20060729
6230         + modify toe to access termcap data, e.g., via cgetent() functions,
6231           or as a text file if those are not available.
6232         + use _nc_basename() in tset to improve $SHELL check for csh/sh.
6233         + modify _nc_read_entry() and _nc_read_termcap_entry() so infocmp,
6234           can access termcap data when the terminfo database is disabled.
6235
6236 20060722
6237         + widen the test for xterm kmous a little to allow for other strings
6238           than \E[M, e.g., for xterm-sco functionality in xterm.
6239         + update xterm-related terminfo entries to match xterm patch #216 -TD
6240         + update config.guess, config.sub
6241
6242 20060715
6243         + fix for install-rule in Ada95 to add terminal_interface.ads
6244           and terminal_interface.ali (anonymous posting in comp.lang.ada).
6245         + correction to manpage for getcchar() (report by William McBrine).
6246         + add test/chgat.c
6247         + modify wchgat() to mark updated cells as changed so a refresh will
6248           repaint those cells (comments by Sadrul H Chowdhury and William
6249           McBrine).
6250         + split up dependency of names.c and codes.c in ncurses/Makefile to
6251           work with parallel make (report/analysis by Joseph S Myers).
6252         + suppress a warning message (which is ignored) for systems without
6253           an ldconfig program (patch by Justin Hibbits).
6254         + modify configure script --disable-symlinks option to allow one to
6255           disable symlink() in tic even when link() does not work (report by
6256           Nigel Horne).
6257         + modify MKfallback.sh to use tic -x when constructing fallback tables
6258           to allow extended capabilities to be retrieved from a fallback entry.
6259         + improve leak-checking logic in tgetent() from 20060625 to ensure that
6260           it does not free the current screen (report by Miroslav Lichvar).
6261
6262 20060708
6263         + add a check for _POSIX_VDISABLE in tset (NetBSD #33916).
6264         + correct _nc_free_entries() and related functions used for memory leak
6265           checking of tic.
6266
6267 20060701
6268         + revert a minor change for magic-cookie support from 20060513, which
6269           caused unexpected reset of attributes, e.g., when resizing test/view
6270           in color mode.
6271         + note in clear manpage that the program ignores command-line
6272           parameters (prompted by Debian #371855).
6273         + fixes to make lib_gen.c build properly with changes to the configure
6274           --disable-macros option and NCURSES_NOMACROS (cf:  20060527)
6275         + update/correct several terminfo entries -TD
6276         + add some notes regarding copyright to terminfo.src -TD
6277
6278 20060625
6279         + fixes to build Ada95 binding with gnat-4.1.0
6280         + modify read_termtype() so the term_names data is always allocated as
6281           part of the str_table, a better fix for a memory leak (cf: 20030809).
6282         + reduce memory leaks in repeated calls to tgetent() by remembering the
6283           last TERMINAL* value allocated to hold the corresponding data and
6284           freeing that if the tgetent() result buffer is the same as the
6285           previous call (report by "Matt" for FreeBSD gnu/98975).
6286         + modify tack to test extended capability function-key strings.
6287         + improved gnome terminfo entry (GenToo #122566).
6288         + improved xterm-256color terminfo entry (patch by Alain Bench).
6289
6290 20060617
6291         + fix two small memory leaks related to repeated tgetent() calls
6292           with TERM=screen (report by "Matt" for FreeBSD gnu/98975).
6293         + add --enable-signed-char to simplify Debian package.
6294         + reduce name-pollution in term.h by removing #define's for HAVE_xxx
6295           symbols.
6296         + correct typo in curs_terminfo.3x (Debian #369168).
6297
6298 20060603
6299         + enable the mouse in test/movewindow.c
6300         + improve a limit-check in frm_def.c (John Heasley).
6301         + minor copyright fixes.
6302         + change configure script to produce test/Makefile from data file.
6303
6304 20060527
6305         + add a configure option --enable-wgetch-events to enable
6306           NCURSES_WGETCH_EVENTS, and correct the associated loop-logic in
6307           lib_twait.c (report by Bernd Jendrissek).
6308         + remove include/nomacros.h from build, since the ifdef for
6309           NCURSES_NOMACROS makes that obsolete.
6310         + add entrypoints for some functions which were only provided as macros
6311           to make NCURSES_NOMACROS ifdef work properly:  getcurx(), getcury(),
6312           getbegx(), getbegy(), getmaxx(), getmaxy(), getparx() and getpary(),
6313           wgetbkgrnd().
6314         + provide ifdef for NCURSES_NOMACROS which suppresses most macro
6315           definitions from curses.h, i.e., where a macro is defined to override
6316           a function to improve performance.  Allowing a developer to suppress
6317           these definitions can simplify some application (discussion with
6318           Stanislav Ievlev).
6319         + improve description of memu/meml in terminfo manpage.
6320
6321 20060520
6322         + if msgr is false, reset video attributes when doing an automargin
6323           wrap to the next line.  This makes the ncurses 'k' test work properly
6324           for hpterm.
6325         + correct caching of keyname(), which was using only half of its table.
6326         + minor fixes to memory-leak checking.
6327         + make SCREEN._acs_map and SCREEN._screen_acs_map pointers rather than
6328           arrays, making ACS_LEN less visible to applications (suggested by
6329           Stanislav Ievlev).
6330         + move chunk in SCREEN ifdef'd for USE_WIDEC_SUPPORT to the end, so
6331           _screen_acs_map will have the same offset in both ncurses/ncursesw,
6332           making the corresponding tinfo/tinfow libraries binary-compatible
6333           (cf: 20041016, report by Stanislav Ievlev).
6334
6335 20060513
6336         + improve debug-tracing for EmitRange().
6337         + change default for --with-develop to "yes".  Add NCURSES_NO_HARD_TABS
6338           and NCURSES_NO_MAGIC_COOKIE environment variables to allow runtime
6339           suppression of the related hard-tabs and xmc-glitch features.
6340         + add ncurses version number to top-level manpages, e.g., ncurses, tic,
6341           infocmp, terminfo as well as form, menu, panel.
6342         + update config.guess, config.sub
6343         + modify ncurses.c to work around a bug in NetBSD 3.0 curses
6344           (field_buffer returning null for a valid field).  The 'r' test
6345           appears to not work with that configuration since the new_fieldtype()
6346           function is broken in that implementation.
6347
6348 20060506
6349         + add hpterm-color terminfo entry -TD
6350         + fixes to compile test-programs with HPUX 11.23
6351
6352 20060422
6353         + add copyright notices to files other than those that are generated,
6354           data or adapted from pdcurses (reports by William McBrine, David
6355           Taylor).
6356         + improve rendering on hpterm by not resetting attributes at the end
6357           of doupdate() if the terminal has the magic-cookie feature (report
6358           by Bernd Rieke).
6359         + add 256color variants of terminfo entries for programs which are
6360           reported to implement this feature -TD
6361
6362 20060416
6363         + fix typo in change to NewChar() macro from 20060311 changes, which
6364           broke tab-expansion (report by Frederic L W Meunier).
6365
6366 20060415
6367         + document -U option of tic and infocmp.
6368         + modify tic/infocmp to suppress smacs/rmacs when acsc is suppressed
6369           due to size limit, e.g., converting to termcap format.  Also
6370           suppress them if the output format does not contain acsc and it
6371           was not VT100-like, i.e., a one-one mapping (Novell #163715).
6372         + add configure check to ensure that SIGWINCH is defined on platforms
6373           such as OS X which exclude that when _XOPEN_SOURCE, etc., are
6374           defined (report by Nicholas Cole)
6375
6376 20060408
6377         + modify write_object() to not write coincidental extensions of an
6378           entry made due to it being referenced in a use= clause (report by
6379           Alain Bench).
6380         + another fix for infocmp -i option, which did not ensure that some
6381           escape sequences had comparable prefixes (report by Alain Bench).
6382
6383 20060401
6384         + improve discussion of init/reset in terminfo and tput manpages
6385           (report by Alain Bench).
6386         + use is3 string for a fallback of rs3 in the reset program; it was
6387           using is2 (report by Alain Bench).
6388         + correct logic for infocmp -i option, which did not account for
6389           multiple digits in a parameter (cf: 20040828) (report by Alain
6390           Bench).
6391         + move _nc_handle_sigwinch() to lib_setup.c to make --with-termlib
6392           option work after 20060114 changes (report by Arkadiusz Miskiewicz).
6393         + add copyright notices to test-programs as needed (report by William
6394           McBrine).
6395
6396 20060318
6397         + modify ncurses.c 'F' test to combine the wide-characters with color
6398           and/or video attributes.
6399         + modify test/ncurses to use CTL/Q or ESC consistently for exiting
6400           a test-screen (some commands used 'x' or 'q').
6401
6402 20060312
6403         + fix an off-by-one in the scrolling-region change (cf_ 20060311).
6404
6405 20060311
6406         + add checks in waddchnstr() and wadd_wchnstr() to stop copying when
6407           a null character is found (report by Igor Bogomazov).
6408         + modify progs/Makefile.in to make "tput init" work properly with
6409           cygwin, i.e., do not pass a ".exe" in the reference string used
6410           in check_aliases (report by Samuel Thibault).
6411         + add some checks to ensure current position is within scrolling
6412           region before scrolling on a new line (report by Dan Gookin).
6413         + change some NewChar() usage to static variables to work around
6414           stack garbage introduced when cchar_t is not packed (Redhat #182024).
6415
6416 20060225
6417         + workarounds to build test/movewindow with PDcurses 2.7.
6418         + fix for nsterm-16color entry (patch by Alain Bench).
6419         + correct a typo in infocmp manpage (Debian #354281).
6420
6421 20060218
6422         + add nsterm-16color entry -TD
6423         + updated mlterm terminfo entry -TD
6424         + remove 970913 feature for copying subwindows as they are moved in
6425           mvwin() (discussion with Bryan Christ).
6426         + modify test/demo_menus.c to demonstrate moving a menu (both the
6427           window and subwindow) using shifted cursor-keys.
6428         + start implementing recursive mvwin() in movewindow.c (incomplete).
6429         + add a fallback definition for GCC_PRINTFLIKE() in test.priv.h,
6430           for movewindow.c (report by William McBrine).
6431         + add help-message to test/movewindow.c
6432
6433 20060211
6434         + add test/movewindow.c, to test mvderwin().
6435         + fix ncurses soft-key test so color changes are shown immediately
6436           rather than delayed.
6437         + modify ncurses soft-key test to hide the keys when exiting the test
6438           screen.
6439         + fixes to build test programs with PDCurses 2.7, e.g., its headers
6440           rely on autoconf symbols, and it declares stubs for nonfunctional
6441           terminfo and termcap entrypoints.
6442
6443 20060204
6444         + improved test/configure to build test/ncurses on HPUX 11 using the
6445           vendor curses.
6446         + documented ALTERNATE CONFIGURATIONS in the ncurses manpage, for the
6447           benefit of developers who do not read INSTALL.
6448
6449 20060128
6450         + correct form library Window_To_Buffer() change (cf:  20040516), which
6451           should ignore the video attributes (report by Ricardo Cantu).
6452
6453 20060121
6454         + minor fixes to xmc-glitch experimental code:
6455           + suppress line-drawing
6456           + implement max_attributes
6457           tested with xterm.
6458         + minor fixes for the database iterator.
6459         + fix some buffer limits in c++ demo (comment by Falk Hueffner in
6460           Debian #348117).
6461
6462 20060114
6463         + add toe -a option, to show all databases.  This uses new private
6464           interfaces in the ncurses library for iterating through the list of
6465           databases.
6466         + fix toe from 20000909 changes which made it not look at
6467           $HOME/.terminfo
6468         + make toe's -v option parameter optional as per manpage.
6469         + improve SIGWINCH handling by postponing its effect during newterm(),
6470           etc., when allocating screens.
6471
6472 20060111
6473         + modify wgetnstr() to return KEY_RESIZE if a sigwinch occurs.  Use
6474           this in test/filter.c
6475         + fix an error in filter() modification which caused some applications
6476           to fail.
6477
6478 20060107
6479         + check if filter() was called when getting the screensize.  Keep it
6480           at 1 if so (based on Redhat #174498).
6481         + add extension nofilter().
6482         + refined the workaround for ACS mapping.
6483         + make ifdef's consistent in curses.h for the extended colors so the
6484           header file can be used for the normal curses library.  The header
6485           file installed for extended colors is a variation of the
6486           wide-character configuration (report by Frederic L W Meunier).
6487
6488 20051231
6489         + add a workaround to ACS mapping to allow applications such as
6490           test/blue.c to use the "PC ROM" characters by masking them with
6491           A_ALTCHARSET.  This worked up til 5.5, but was lost in the revision
6492           of legacy coding (report by Michael Deutschmann).
6493         + add a null-pointer check in the wide-character version of
6494           calculate_actual_width() (report by Victor Julien).
6495         + improve test/ncurses 'd' (color-edit) test by allowing the RGB
6496           values to be set independently (patch by William McBrine).
6497         + modify test/configure script to allow building test programs with
6498           PDCurses/X11.
6499         + modified test programs to allow some to work with NetBSD curses.
6500           Several do not because NetBSD curses implements a subset of X/Open
6501           curses, and also lacks much of SVr4 additions.  But it's enough for
6502           comparison.
6503         + update config.guess and config.sub
6504
6505 20051224
6506         + use BSD-specific fix for return-value from cgetent() from CVS where
6507           an unknown terminal type would be reportd as "database not found".
6508         + make tgetent() return code more readable using new symbols
6509           TGETENT_YES, etc.
6510         + remove references to non-existent "tctest" program.
6511         + remove TESTPROGS from progs/Makefile.in (it was referring to code
6512           that was never built in that directory).
6513         + typos in curs_addchstr.3x, some doc files (noticed in OpenBSD CVS).
6514
6515 20051217
6516         + add use_legacy_coding() function to support lynx's font-switching
6517           feature.
6518         + fix formatting in curs_termcap.3x (report by Mike Frysinger).
6519         + modify MKlib_gen.sh to change preprocessor-expanded _Bool back to
6520           bool.
6521
6522 20051210
6523         + extend test/ncurses.c 's' (overlay window) test to exercise overlay(),
6524           overwrite() and copywin() with different combinations of colors and
6525           attributes (including background color) to make it easy to see the
6526           effect of the different functions.
6527         + corrections to menu/m_global.c for wide-characters (report by
6528           Victor Julien).
6529
6530 20051203
6531         + add configure option --without-dlsym, allowing developers to
6532           configure GPM support without using dlsym() (discussion with Michael
6533           Setzer).
6534         + fix wins_nwstr(), which did not handle single-column non-8bit codes
6535           (Debian #341661).
6536
6537 20051126
6538         + move prototypes for wide-character trace functions from curses.tail
6539           to curses.wide to avoid accidental reference to those if
6540           _XOPEN_SOURCE_EXTENDED is defined without ensuring that <wchar.h> is
6541           included.
6542         + add/use NCURSES_INLINE definition.
6543         + change some internal functions to use int/unsigned rather than the
6544           short equivalents.
6545
6546 20051119
6547         + remove a redundant check in lib_color.c (Debian #335655).
6548         + use ld's -search_paths_first option on Darwin to work around odd
6549           search rules on that platform (report by Christian Gennerat, analysis
6550           by Andrea Govoni).
6551         + remove special case for Darwin in CF_XOPEN_SOURCE configure macro.
6552         + ignore EINTR in tcgetattr/tcsetattr calls (Debian #339518).
6553         + fix several bugs in test/bs.c (patch by Stephen Lindholm).
6554
6555 20051112
6556         + other minor fixes to cygwin based on tack -TD
6557         + correct smacs in cygwin (Debian #338234, report by Baurzhan
6558           Ismagulov, who noted that it was fixed in Cygwin).
6559
6560 20051029
6561         + add shifted up/down arrow codes to xterm-new as kind/kri strings -TD
6562         + modify wbkgrnd() to avoid clearing the A_CHARTEXT attribute bits
6563           since those record the state of multicolumn characters (Debian
6564           #316663).
6565         + modify werase to clear multicolumn characters that extend into
6566           a derived window (Debian #316663).
6567
6568 20051022
6569         + move assignment from environment variable ESCDELAY from initscr()
6570           down to newterm() so the environment variable affects timeouts for
6571           terminals opened with newterm() as well.
6572         + fix a memory leak in keyname().
6573         + add test/demo_altkeys.c
6574         + modify test/demo_defkey.c to exit from loop via 'q' to allow
6575           leak-checking, as well as fix a buffer size in winnstr() call.
6576
6577 20051015
6578         + correct order of use-clauses in rxvt-basic entry which made codes for
6579           f1-f4 vt100-style rather than vt220-style (report by Gabor Z Papp).
6580         + suppress configure check for gnatmake if Ada95/Makefile.in is not
6581           found.
6582         + correct a typo in configure --with-bool option for the case where
6583           --without-cxx is used (report by Daniel Jacobowitz).
6584         + add a note to INSTALL's discussion of --with-normal, pointing out
6585           that one may wish to use --without-gpm to ensure a completely
6586           static link (prompted by report by Felix von Leitner).
6587
6588 20051010 5.5 release for upload to ftp.gnu.org
6589
6590 20051008
6591         + document in demo_forms.c some portability issues.
6592
6593 20051001
6594         + document side-effect of werase() which sets the cursor position.
6595         + save/restore the current position in form field editing to make
6596           overlay mode work.
6597
6598 20050924
6599         + correct header dependencies in progs, allowing parallel make (report
6600           by Daniel Jacobowitz).
6601         + modify CF_BUILD_CC to ensure that pre-setting $BUILD_CC overrides
6602           the configure check for --with-build-cc (report by Daniel Jacobowitz).
6603         + modify CF_CFG_DEFAULTS to not use /usr as the default prefix for
6604           NetBSD.
6605         + update config.guess and config.sub from
6606                 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
6607
6608 20050917
6609         + modify sed expression which computes path for /usr/lib/terminfo
6610           symbolic link in install to ensure that it does not change unexpected
6611           levels of the path (Gentoo #42336).
6612         + modify default for --disable-lp64 configure option to reduce impact
6613           on existing 64-bit builds.  Enabling the _LP64 option may change the
6614           size of chtype and mmask_t.  However, for ABI 6, it is enabled by
6615           default (report by Mike Frysinger).
6616         + add configure script check for --enable-ext-mouse, bump ABI to 6 by
6617           default if it is used.
6618         + improve configure script logic for bumping ABI to omit this if the
6619           --with-abi-version option was used.
6620         + update address for Free Software Foundation in tack's source.
6621         + correct wins_wch(), which was not marking the filler-cells of
6622           multi-column characters (cf:  20041023).
6623
6624 20050910
6625         + modify mouse initialization to ensure that Gpm_Open() is called only
6626           once.  Otherwise GPM gets confused in its initialization of signal
6627           handlers (Debian #326709).
6628
6629 20050903
6630         + modify logic for backspacing in a multiline form field to ensure that
6631           it works even when the preceding line is full (report by Frank van
6632           Vugt).
6633         + remove comment about BUGS section of ncurses manpage (Debian #325481)
6634
6635 20050827
6636         + document some workarounds for shared and libtool library
6637           configurations in INSTALL (see --with-shared and --with-libtool).
6638         + modify CF_GCC_VERSION and CF_GXX_VERSION macros to accommodate
6639           cross-compilers which emit the platform name in their version
6640           message, e.g.,
6641                 arm-sa1100-linux-gnu-g++ (GCC) 4.0.1
6642           (report by Frank van Vugt).
6643
6644 20050820
6645         + start updating documentation for upcoming 5.5 release.
6646         + fix to make libtool  and libtinfo work together again (cf: 20050122).
6647         + fixes to allow building traces into libtinfo
6648         + add debug trace to tic that shows if/how ncurses will write to the
6649           lower corner of a terminal's screen.
6650         + update llib-l* files.
6651
6652 20050813
6653         + modify initializers in c++ binding to build with old versions of g++.
6654         + improve special case for 20050115 repainting fix, ensuring that if
6655           the first changed cell is not a character that the range to be
6656           repainted is adjusted to start at a character's beginning (Debian
6657           #316663).
6658
6659 20050806
6660         + fixes to build on QNX 6.1
6661         + improve configure script checks for Intel 9.0 compiler.
6662         + remove #include's for libc.h (obsolete).
6663         + adjust ifdef's in curses.priv.h so that when cross-compiling to
6664           produce comp_hash and make_keys, no dependency on wchar.h is needed.
6665           That simplifies the build-cppflags (report by Frank van Vugt).
6666         + move modules related to key-binding into libtinfo to fix linkage
6667           problem caused by 20050430 changes to MKkeyname.sh (report by
6668           Konstantin Andreev).
6669
6670 20050723
6671         + updates/fixes for configure script macros from vile -TD
6672         + make prism9's sgr string agree with the rest of the terminfo -TD
6673         + make vt220's sgr0 string consistent with sgr string, do this for
6674           several related cases -TD
6675         + improve translation to termcap by filtering the 'me' (sgr0) strings
6676           as in the runtime call to tgetent() (prompted by a discussion with
6677           Thomas Klausner).
6678         + improve tic check for sgr0 versus sgr(0), to help ensure that sgr0
6679           resets line-drawing.
6680
6681 20050716
6682         + fix special cases for trimming sgr0 for hurd and vt220 (Debian
6683           #318621).
6684         + split-out _nc_trim_sgr0() from modifications made to tgetent(), to
6685           allow it to be used by tic to provide information about the runtime
6686           changes that would be made to sgr0 for termcap applications.
6687         + modify make_sed.sh to make the group-name in the NAME section of
6688           form/menu library manpage agree with the TITLE string when renaming
6689           is done for Debian (Debian #78866).
6690
6691 20050702
6692         + modify parameter type in c++ binding for insch() and mvwinsch() to
6693           be consistent with underlying ncurses library (was char, is chtype).
6694         + modify treatment of Intel compiler to allow _GNU_SOURCE to be defined
6695           on Linux.
6696         + improve configure check for nanosleep(), checking that it works since
6697           some older systems such as AIX 4.3 have a nonworking version.
6698
6699 20050625
6700         + update config.guess and config.sub from
6701                 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
6702         + modify misc/shlib to work in test-directory.
6703         + suppress $suffix in misc/run_tic.sh when cross-compiling.  This
6704           allows cross-compiles to use the host's tic program to handle the
6705           "make install.data" step.
6706         + improve description of $LINES and $COLUMNS variables in manpages
6707           (prompted by report by Dave Ulrick).
6708         + improve description of cross-compiling in INSTALL
6709         + add NCURSES-Programming-HOWTO.html by Pradeep Padala
6710           (see http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/).
6711         + modify configure script to obtain soname for GPM library (discussion
6712           with Daniel Jacobowitz).
6713         + modify configure script so that --with-chtype option will still
6714           compute the unsigned literals suffix for constants in curses.h
6715           (report by Daniel Jacobowitz:
6716         + patches from Daniel Jacobowitz:
6717           + the man_db.renames entry for tack.1 was backwards.
6718           + tack.1 had some 1m's that should have been 1M's.
6719           + the section for curs_inwstr.3 was wrong.
6720
6721 20050619
6722         + correction to --with-chtype option (report by Daniel Jacobowitz).
6723
6724 20050618
6725         + move build-time edit_man.sh and edit_man.sed scripts to top directory
6726           to simplify reusing them for renaming tack's manpage (prompted by a
6727           review of Debian package).
6728         + revert minor optimization from 20041030 (Debian #313609).
6729         + libtool-specific fixes, tested with libtool 1.4.3, 1.5.0, 1.5.6,
6730           1.5.10 and 1.5.18 (all work except as noted previously for the c++
6731           install using libtool 1.5.0):
6732           + modify the clean-rule in c++/Makefile.in to work with IRIX64 make
6733             program.
6734           + use $(LIBTOOL_UNINSTALL) symbol, overlooked in 20030830
6735         + add configure options --with-chtype and --with-mmask-t, to allow
6736           overriding of the non-LP64 model's use of the corresponding types.
6737         + revise test for size of chtype (and mmask_t), which always returned
6738           "long" due to an uninitialized variable (report by Daniel Jacobowitz).
6739
6740 20050611
6741         + change _tracef's that used "%p" format for va_list values to ignore
6742           that, since on some platforms those are not pointers.
6743         + fixes for long-formats in printf's due to largefile support.
6744
6745 20050604
6746         + fixes for termcap support:
6747           + reset pointer to _nc_curr_token.tk_name when the input stream is
6748             closed, which could point to free memory (cf: 20030215).
6749           + delink TERMTYPE data which is used by the termcap reader, so that
6750             extended names data will be freed consistently.
6751           + free pointer to TERMTYPE data in _nc_free_termtype() rather than
6752             its callers.
6753           + add some entrypoints for freeing permanently allocated data via
6754             _nc_freeall() when NO_LEAKS is defined.
6755         + amend 20041030 change to _nc_do_color to ensure that optimization is
6756           applied only when the terminal supports back_color_erase (bce).
6757
6758 20050528
6759         + add sun-color terminfo entry -TD
6760         + correct a missing assignment in c++ binding's method
6761           NCursesPanel::UserPointer() from 20050409 changes.
6762         + improve configure check for large-files, adding check for dirent64
6763           from vile -TD
6764         + minor change to configure script to improve linker options for the
6765           Ada95 tree.
6766
6767 20050515
6768         + document error conditions for ncurses library functions (report by
6769           Stanislav Ievlev).
6770         + regenerated html documentation for ada binding.
6771           see ftp://ftp.invisible-island.net/ncurses/patches/gnathtml
6772
6773 20050507
6774         + regenerated html documentation for manpages.
6775         + add $(BUILD_EXEEXT) suffix to invocation of make_keys in
6776           ncurses/Makefile (Gentoo #89772).
6777         + modify c++/demo.cc to build with g++ -fno-implicit-templates option
6778           (patch by Mike Frysinger).
6779         + modify tic to filter out long extended names when translating to
6780           termcap format.  Only two characters are permissible for termcap
6781           capability names.
6782
6783 20050430
6784         + modify terminfo entries xterm-new and rxvt to add strings for
6785           shift-, control-cursor keys.
6786         + workaround to allow c++ binding to compile with g++ 2.95.3, which
6787           has a broken implementation of static_cast<> (patch by Jeff Chua).
6788         + modify initialization of key lookup table so that if an extended
6789           capability (tic -x) string is defined, and its name begins with 'k',
6790           it will automatically be treated as a key.
6791         + modify test/keynames.c to allow for the possibility of extended
6792           key names, e.g., via define_key(), or via "tic -x".
6793         + add test/demo_termcap.c to show the contents of given entry via the
6794           termcap interface.
6795
6796 20050423
6797         + minor fixes for vt100/vt52 entries -TD
6798         + add configure option --enable-largefile
6799         + corrected libraries used to build Ada95/gen/gen, found in testing
6800           gcc 4.0.0.
6801
6802 20050416
6803         + update config.guess, config.sub
6804         + modify configure script check for _XOPEN_SOURCE, disable that on
6805           Darwin whose header files have problems (patch by Chris Zubrzycki).
6806         + modify form library Is_Printable_String() to use iswprint() rather
6807           than wcwidth() for determining if a character is printable.  The
6808           latter caused it to reject menu items containing non-spacing
6809           characters.
6810         + modify ncurses test program's F-test to handle non-spacing characters
6811           by combining them with a reverse-video blank.
6812         + review/fix several gcc -Wconversion warnings.
6813
6814 20050409
6815         + correct an off-by-one error in m_driver() for mouse-clicks used to
6816           position the mouse to a particular item.
6817         + implement test/demo_menus.c
6818         + add some checks in lib_mouse to ensure SP is set.
6819         + modify C++ binding to make 20050403 changes work with the configure
6820           --enable-const option.
6821
6822 20050403
6823         + modify start_color() to return ERR if it cannot allocate memory.
6824         + address g++ compiler warnings in C++ binding by adding explicit
6825           member initialization, assignment operators and copy constructors.
6826           Most of the changes simply preserve the existing semantics of the
6827           binding, which can leak memory, etc., but by making these features
6828           visible, it provides a framework for improving the binding.
6829         + improve C++ binding using static_cast, etc.
6830         + modify configure script --enable-warnings to add options to g++ to
6831           correspond to the gcc --enable-warnings.
6832         + modify C++ binding to use some C internal functions to make it
6833           compile properly on Solaris (and other platforms).
6834
6835 20050327
6836         + amend change from 20050320 to limit it to configurations with a
6837           valid locale.
6838         + fix a bug introduced in 20050320 which broke the translation of
6839           nonprinting characters to uparrow form (report by Takahashi Tamotsu).
6840
6841 20050326
6842         + add ifdef's for _LP64 in curses.h to avoid using wasteful 64-bits for
6843           chtype and mmask_t, but add configure option --disable-lp64 in case
6844           anyone used that configuration.
6845         + update misc/shlib script to account for Mac OS X (report by Michail
6846           Vidiassov).
6847         + correct comparison for wrapping multibyte characters in
6848           waddch_literal() (report by Takahashi Tamotsu).
6849
6850 20050320
6851         + add -c and -w options to tset to allow user to suppress ncurses'
6852           resizing of the terminal emulator window in the special case where it
6853           is not able to detect the true size (report by Win Delvaux, Debian
6854           #300419).
6855         + modify waddch_nosync() to account for locale zn_CH.GBK, which uses
6856           codes 128-159 as part of multibyte characters (report by Wang
6857           WenRui, Debian #300512).
6858
6859 20050319
6860         + modify ncurses.c 'd' test to make it work with 88-color
6861           configuration, i.e., by implementing scrolling.
6862         + improve scrolling in ncurses.c 'c' and 'C' tests, e.g., for 88-color
6863           configuration.
6864
6865 20050312
6866         + change tracemunch to use strict checking.
6867         + modify ncurses.c 'p' test to test line-drawing within a pad.
6868         + implement environment variable NCURSES_NO_UTF8_ACS to support
6869           miscellaneous terminal emulators which ignore alternate character
6870           set escape sequences when in UTF-8 mode.
6871
6872 20050305
6873         + change NCursesWindow::err_handler() to a virtual function (request by
6874           Steve Beal).
6875         + modify fty_int.c and fty_num.c to handle wide characters (report by
6876           Wolfgang Gutjahr).
6877         + adapt fix for fty_alpha.c to fty_alnum.c, which also handled normal
6878           and wide characters inconsistently (report by Wolfgang Gutjahr).
6879         + update llib-* files to reflect internal interface additions/changes.
6880
6881 20050226
6882         + improve test/configure script, adding tests for _XOPEN_SOURCE, etc.,
6883           from lynx.
6884         + add aixterm-16color terminfo entry -TD
6885         + modified xterm-new terminfo entry to work with tgetent() changes -TD
6886         + extended changes in tgetent() from 20040710 to allow the substring of
6887           sgr0 which matches rmacs to be at the beginning of the sgr0 string
6888           (request by Thomas Wolff).  Wolff says the visual effect in
6889           combination with pre-20040710 ncurses is improved.
6890         + fix off-by-one in winnstr() call which caused form field validation
6891           of multibyte characters to ignore the last character in a field.
6892         + correct logic in winsch() for inserting multibyte strings; the code
6893           would clear cells after the insertion rather than push them to the
6894           right (cf: 20040228).
6895         + fix an inconsistency in Check_Alpha_Field() between normal and wide
6896           character logic (report by Wolfgang Gutjahr).
6897
6898 20050219
6899         + fix a bug in editing wide-characters in form library: deleting a
6900           nonwide character modified the previous wide-character.
6901         + update manpage to describe NCURSES_MOUSE_VERSION 2.
6902         + correct manpage description of mouseinterval() (Debian #280687).
6903         + add a note to default_colors.3x explaining why this extension was
6904           added (Debian #295083).
6905         + add traces to panel library.
6906
6907 20050212
6908         + improve editing of wide-characters in form library:  left/right
6909           cursor movement, and single-character deletions work properly.
6910         + disable GPM mouse support when $TERM happens to be prefixed with
6911           "xterm".  Gpm_Open() would otherwise assert that it can deal with
6912           mouse events in this case.
6913         + modify GPM mouse support so it closes the server connection when
6914           the caller disables the mouse (report by Stanislav Ievlev).
6915
6916 20050205
6917         + add traces for callback functions in form library.
6918         + add experimental configure option --enable-ext-mouse, which defines
6919           NCURSES_MOUSE_VERSION 2, and modifies the encoding of mouse events to
6920           support wheel mice, which may transmit buttons 4 and 5.  This works
6921           with xterm and similar X terminal emulators (prompted by question by
6922           Andreas Henningsson, this is also related to Debian #230990).
6923         + improve configure macros CF_XOPEN_SOURCE and CF_POSIX_C_SOURCE to
6924           avoid redefinition warnings on cygwin.
6925
6926 20050129
6927         + merge remaining development changes for extended colors (mostly
6928           complete, does not appear to break other configurations).
6929         + add xterm-88color.dat (part of extended colors testing).
6930         + improve _tracedump() handling of color pairs past 96.
6931         + modify return-value from start_color() to return OK if colors have
6932           already been started.
6933         + modify curs_color.3x list error conditions for init_pair(),
6934           pair_content() and color_content().
6935         + modify pair_content() to return -1 for consistency with init_pair()
6936           if it corresponds to the default-color.
6937         + change internal representation of default-color to allow application
6938           to use color number 255.  This does not affect the total number of
6939           color pairs which are allowed.
6940         + add a top-level tags rule.
6941
6942 20050122
6943         + add a null-pointer check in wgetch() in case it is called without
6944           first calling initscr().
6945         + add some null-pointer checks for SP, which is not set by libtinfo.
6946         + modify misc/shlib to ensure that absolute pathnames are used.
6947         + modify test/Makefile.in, etc., to link test programs only against the
6948           libraries needed, e.g., omit form/menu/panel library for the ones
6949           that are curses-specific.
6950         + change SP->_current_attr to a pointer, adjust ifdef's to ensure that
6951           libtinfo.so and libtinfow.so have the same ABI.  The reason for this
6952           is that the corresponding data which belongs to the upper-level
6953           ncurses library has a different size in each model (report by
6954           Stanislav Ievlev).
6955
6956 20050115
6957         + minor fixes to allow test-compiles with g++.
6958         + correct column value shown in tic's warnings, which did not account
6959           for leading whitespace.
6960         + add a check in _nc_trans_string() for improperly ended strings, i.e.,
6961           where a following line begins in column 1.
6962         + modify _nc_save_str() to return a null pointer on buffer overflow.
6963         + improve repainting while scrolling wide-character data (Eungkyu Song).
6964
6965 20050108
6966         + merge some development changes to extend color capabilities.
6967
6968 20050101
6969         + merge some development changes to extend color capabilities.
6970         + fix manpage typo (FreeBSD report docs/75544).
6971         + update config.guess, config.sub
6972         > patches for configure script (Albert Chin-A-Young):
6973         + improved fix to make mbstate_t recognized on HPUX 11i (cf:
6974           20030705), making vsscanf() prototype visible on IRIX64.  Tested for
6975           on HP-UX 11i, Solaris 7, 8, 9, AIX 4.3.3, 5.2, Tru64 UNIX 4.0D, 5.1,
6976           IRIX64 6.5, Redhat Linux 7.1, 9, and RHEL 2.1, 3.0.
6977         + print the result of the --disable-home-terminfo option.
6978         + use -rpath when compiling with SGI C compiler.
6979
6980 20041225
6981         + add trace calls to remaining public functions in form and menu
6982           libraries.
6983         + fix check for numeric digits in test/ncurses.c 'b' and 'B' tests.
6984         + fix typo in test/ncurses.c 'c' test from 20041218.
6985
6986 20041218
6987         + revise test/ncurses.c 'c' color test to improve use for xterm-88color
6988           and xterm-256color, added 'C' test using the wide-character color_set
6989           and attr_set functions.
6990
6991 20041211
6992         + modify configure script to work with Intel compiler.
6993         + fix an limit-check in wadd_wchnstr() which caused labels in the
6994           forms-demo to be one character short.
6995         + fix typo in curs_addchstr.3x (Jared Yanovich).
6996         + add trace calls to most functions in form and menu libraries.
6997         + update working-position for adding wide-characters when window is
6998           scrolled (prompted by related report by Eungkyu Song).
6999
7000 20041204
7001         + replace some references on Linux to wcrtomb() which use it to obtain
7002           the length of a multibyte string with _nc_wcrtomb, since wcrtomb() is
7003           broken in glibc (see Debian #284260).
7004         + corrected length-computation in wide-character support for
7005           field_buffer().
7006         + some fixes to frm_driver.c to allow it to accept multibyte input.
7007         + modify configure script to work with Intel 8.0 compiler.
7008
7009 20041127
7010         + amend change to setupterm() in 20030405 which would reuse the value
7011           of cur_term if the same output was selected.  This now reuses it only
7012           when setupterm() is called from tgetent(), which has no notion of
7013           separate SCREENs.  Note that tgetent() must be called after initscr()
7014           or newterm() to use this feature (Redhat #140326).
7015         + add a check in CF_BUILD_CC macro to ensure that developer has given
7016           the --with-build-cc option when cross-compiling (report by Alexandre
7017           Campo).
7018         + improved configure script checks for _XOPEN_SOURCE and
7019           _POSIX_C_SOURCE (fix for IRIX 5.3 from Georg Schwarz, _POSIX_C_SOURCE
7020           updates from lynx).
7021         + cosmetic fix to test/gdc.c to recolor the bottom edge of the box
7022           for consistency (comment by Dan Nelson).
7023
7024 20041120
7025         + update wsvt25 terminfo entry -TD
7026         + modify test/ins_wide.c to test all flavors of ins_wstr().
7027         + ignore filler-cells in wadd_wchnstr() when adding a cchar_t array
7028           which consists of multi-column characters, since this function
7029           constructs them (cf: 20041023).
7030         + modify winnstr() to return multibyte character strings for the
7031           wide-character configuration.
7032
7033 20041106
7034         + fixes to make slk_set() and slk_wset() accept and store multibyte
7035           or multicolumn characters.
7036
7037 20041030
7038         + improve color optimization a little by making _nc_do_color() check
7039           if the old/new pairs are equivalent to the default pair 0.
7040         + modify assume_default_colors() to not require that
7041           use_default_colors() be called first.
7042
7043 20041023
7044         + modify term_attrs() to use termattrs(), add the extended attributes
7045           such as enter_horizontal_hl_mode for WA_HORIZONTAL to term_attrs().
7046         + add logic in waddch_literal() to clear orphaned cells when one
7047           multi-column character partly overwrites another.
7048         + improved logic for clearing cells when a multi-column character
7049           must be wrapped to a new line.
7050         + revise storage of cells for multi-column characters to correct a
7051           problem with repainting.  In the old scheme, it was possible for
7052           doupdate() to decide that only part of a multi-column character
7053           should be repainted since the filler cells stored only an attribute
7054           to denote them as fillers, rather than the character value and the
7055           attribute.
7056
7057 20041016
7058         + minor fixes for traces.
7059         + add SP->_screen_acs_map[], used to ensure that mapping of missing
7060           line-drawing characters is handled properly.  For example, ACS_DARROW
7061           is absent from xterm-new, and it was coincidentally displayed the
7062           same as ACS_BTEE.
7063
7064 20041009
7065         + amend 20021221 workaround for broken acs to reset the sgr, rmacs
7066           and smacs strings as well.  Also modify the check for screen's
7067           limitations in that area to allow the multi-character shift-in
7068           and shift-out which seem to work.
7069         + change GPM initialization, using dl library to load it dynamically
7070           at runtime (Debian #110586).
7071
7072 20041002
7073         + correct logic for color pair in setcchar() and getcchar() (patch by
7074           Marcin 'Qrczak' Kowalczyk).
7075         + add t/T commands to ncurses b/B tests to allow a different color to
7076           be tested for the attrset part of the test than is used in the
7077           background color.
7078
7079 20040925
7080         + fix to make setcchar() to work when its wchar_t* parameter is
7081           pointing to a string which contains more data than can be converted.
7082         + modify wget_wstr() and example in ncurses.c to work if wchar_t and
7083           wint_t are different sizes (report by Marcin 'Qrczak' Kowalczyk).
7084
7085 20040918
7086         + remove check in wget_wch() added to fix an infinite loop, appears to
7087           have been working around a transitory glibc bug, and interferes
7088           with normal operation (report by Marcin 'Qrczak' Kowalczyk).
7089         + correct wadd_wch() and wecho_wch(), which did not pass the rendition
7090           information (report by Marcin 'Qrczak' Kowalczyk).
7091         + fix aclocal.m4 so that the wide-character version of ncurses gets
7092           compiled as libncursesw.5.dylib, instead of libncurses.5w.dylib
7093           (adapted from patch by James J Ramsey).
7094         + change configure script for --with-caps option to indicate that it
7095           is no longer experimental.
7096         + change configure script to reflect the fact that --enable-widec has
7097           not been "experimental" since 5.3 (report by Bruno Lustosa).
7098
7099 20040911
7100         + add 'B' test to ncurses.c, to exercise some wide-character functions.
7101
7102 20040828
7103         + modify infocmp -i option to match 8-bit controls against its table
7104           entries, e.g., so it can analyze the xterm-8bit entry.
7105         + add morphos terminfo entry, improve amiga-8bit entry (Pavel Fedin).
7106         + correct translation of "%%" in terminfo format to termcap, e.g.,
7107           using "tic -C" (Redhat #130921).
7108         + modified configure script CF_XOPEN_SOURCE macro to ensure that if
7109           it defines _POSIX_C_SOURCE, that it defines it to a specific value
7110           (comp.os.stratus newsgroup comment).
7111
7112 20040821
7113         + fixes to build with Ada95 binding with gnat 3.4 (all warnings are
7114           fatal, and gnat does not follow the guidelines for pragmas).
7115           However that did find a coding error in Assume_Default_Colors().
7116         + modify several terminfo entries to ensure xterm mouse and cursor
7117           visibility are reset in rs2 string:  hurd, putty, gnome,
7118           konsole-base, mlterm, Eterm, screen (Debian #265784, Debian #55637).
7119           The xterm entries are left alone - old ones for compatibility, and
7120           the new ones do not require this change. -TD
7121
7122 20040814
7123         + fake a SIGWINCH in newterm() to accommodate buggy terminal emulators
7124           and window managers (Debian #265631).
7125         > terminfo updates -TD
7126         + remove dch/dch1 from rxvt because they are implemented inconsistently
7127           with the common usage of bce/ech
7128         + remove khome from vt220 (vt220's have no home key)
7129         + add rxvt+pcfkeys
7130
7131 20040807
7132         + modify test/ncurses.c 'b' test, adding v/V toggles to cycle through
7133           combinations of video attributes so that for instance bold and
7134           underline can be tested.  This made the legend too crowded, added
7135           a help window as well.
7136         + modify test/ncurses.c 'b' test to cycle through default colors if
7137           the -d option is set.
7138         + update putty terminfo entry (Robert de Bath).
7139
7140 20040731
7141         + modify test/cardfile.c to allow it to read more data than can be
7142           displayed.
7143         + correct logic in resizeterm.c which kept it from processing all
7144           levels of window hierarchy (reports by Folkert van Heusden,
7145           Chris Share).
7146
7147 20040724
7148         + modify "tic -cv" to ignore delays when comparing strings.  Also
7149           modify it to ignore a canceled sgr string, e.g., for terminals which
7150           cannot properly combine attributes in one control sequence.
7151         + corrections for gnome and konsole entries (Redhat #122815, patch by
7152           Hans de Goede)
7153         > terminfo updates -TD
7154         + make ncsa-m rmacs/smacs consistent with sgr
7155         + add sgr, rc/sc and ech to syscons entries
7156         + add function-keys to decansi
7157         + add sgr to mterm-ansi
7158         + add sgr, civis, cnorm to emu
7159         + correct/simplify cup in addrinfo
7160
7161 20040717
7162         > terminfo updates -TD
7163         + add xterm-pc-fkeys
7164         + review/update gnome and gnome-rh90 entries (prompted by Redhat
7165           #122815).
7166         + review/update konsole entries
7167         + add sgr, correct sgr0 for kterm and mlterm
7168         + correct tsl string in kterm
7169
7170 20040711
7171         + add configure option --without-xterm-new
7172
7173 20040710
7174         + add check in wget_wch() for printable bytes that are not part of a
7175           multibyte character.
7176         + modify wadd_wchnstr() to render text using window's background
7177           attributes.
7178         + improve tic's check to compare sgr and sgr0.
7179         + fix c++ directory's .cc.i rule.
7180         + modify logic in tgetent() which adjusts the termcap "me" string
7181           to work with ISO-2022 string used in xterm-new (cf: 20010908).
7182         + modify tic's check for conflicting function keys to omit that if
7183           converting termcap to termcap format.
7184         + add -U option to tic and infocmp.
7185         + add rmam/smam to linux terminfo entry (Trevor Van Bremen)
7186         > terminfo updates -TD
7187         + minor fixes for emu
7188         + add emu-220
7189         + change wyse acsc strings to use 'i' map rather than 'I'
7190         + fixes for avatar0
7191         + fixes for vp3a+
7192
7193 20040703
7194         + use tic -x to install terminfo database -TD
7195         + add -x to infocmp's usage message.
7196         + correct field used for comparing O_ROWMAJOR in set_menu_format()
7197           (report/patch by Tony Li).
7198         + fix a missing nul check in set_field_buffer() from 20040508 changes.
7199         > terminfo updates -TD
7200           + make xterm-xf86-v43 derived from xterm-xf86-v40 rather than
7201             xterm-basic -TD
7202           + align with xterm patch #192's use of xterm-new -TD
7203           + update xterm-new and xterm-8bit for cvvis/cnorm strings -TD
7204           + make xterm-new the default "xterm" entry -TD
7205
7206 20040626
7207         + correct BUILD_CPPFLAGS substitution in ncurses/Makefile.in, to allow
7208           cross-compiling from a separate directory tree (report/patch by
7209           Dan Engel).
7210         + modify is_term_resized() to ensure that window sizes are nonzero,
7211           as documented in the manpage (report by Ian Collier).
7212         + modify CF_XOPEN_SOURCE configure macro to make Hurd port build
7213           (Debian #249214, report/patch by Jeff Bailey).
7214         + configure-script mods from xterm, e.g., updates to CF_ADD_CFLAGS
7215         + update config.guess, config.sub
7216         > terminfo updates -TD
7217           + add mlterm
7218           + add xterm-xf86-v44
7219           + modify xterm-new aka xterm-xfree86 to accommodate luit, which
7220             relies on G1 being used via an ISO-2022 escape sequence (report by
7221             Juliusz Chroboczek)
7222           + add 'hurd' entry
7223
7224 20040619
7225         + reconsidered winsnstr(), decided after comparing other
7226           implementations that wrapping is an X/Open documentation error.
7227         + modify test/inserts.c to test all flavors of insstr().
7228
7229 20040605
7230         + add setlocale() calls to a few test programs which may require it:
7231           demo_forms.c, filter.c, ins_wide.c, inserts.c
7232         + correct a few misspelled function names in ncurses-intro.html (report
7233           by Tony Li).
7234         + correct internal name of key_defined() manpage, which conflicted with
7235           define_key().
7236
7237 20040529
7238         + correct size of internal pad used for holding wide-character
7239           field_buffer() results.
7240         + modify data_ahead() to work with wide-characters.
7241
7242 20040522
7243         + improve description of terminfo if-then-else expressions (suggested
7244           by Arne Thomassen).
7245         + improve test/ncurses.c 'd' test, allow it to use external file for
7246           initial palette (added xterm-16color.dat and linux-color.dat), and
7247           reset colors to the initial palette when starting/ending the test.
7248         + change limit-check in init_color() to allow r/g/b component to
7249           reach 1000 (cf: 20020928).
7250
7251 20040516
7252         + modify form library to use cchar_t's rather than char's in the
7253           wide-character configuration for storing data for field buffers.
7254         + correct logic of win_wchnstr(), which did not work for more than
7255           one cell.
7256
7257 20040508
7258         + replace memset/memcpy usage in form library with for-loops to
7259           simplify changing the datatype of FIELD.buf, part of wide-character
7260           changes.
7261         + fix some inconsistent use of #if/#ifdef (report by Alain Guibert).
7262
7263 20040501
7264         + modify menu library to account for actual number of columns used by
7265           multibyte character strings, in the wide-character configuration
7266           (adapted from patch by Philipp Tomsich).
7267         + add "-x" option to infocmp like tic's "-x", for use in "-F"
7268           comparisons.  This modifies infocmp to only report extended
7269           capabilities if the -x option is given, making this more consistent
7270           with tic.  Some scripts may break, since infocmp previous gave this
7271           information without an option.
7272         + modify termcap-parsing to retain 2-character aliases at the beginning
7273           of an entry if the "-x" option is used in tic.
7274
7275 20040424
7276         + minor compiler-warning and test-program fixes.
7277
7278 20040417
7279         + modify tic's missing-sgr warning to apply to terminfo only.
7280         + free some memory leaks in tic.
7281         + remove check in post_menu() that prevented menus from extending
7282           beyond the screen (request by Max J. Werner).
7283         + remove check in newwin() that prevents allocating windows
7284           that extend beyond the screen.  Solaris curses does this.
7285         + add ifdef in test/color_set.c to allow it to compile with older
7286           curses.
7287         + add napms() calls to test/dots.c to make it not be a CPU hog.
7288
7289 20040403
7290         + modify unctrl() to return null if its parameter does not correspond
7291           to an unsigned char.
7292         + add some limit-checks to guard isprint(), etc., from being used on
7293           values that do not fit into an unsigned char (report by Sami Farin).
7294
7295 20040328
7296         + fix a typo in the _nc_get_locale() change.
7297
7298 20040327
7299         + modify _nc_get_locale() to use setlocale() to query the program's
7300           current locale rather than using getenv().  This fixes a case in tin
7301           which relies on legacy treatment of 8-bit characters when the locale
7302           is not initialized (reported by Urs Jansen).
7303         + add sgr string to screen's and rxvt's terminfo entries -TD.
7304         + add a check in tic for terminfo entries having an sgr0 but no sgr
7305           string.  This confuses Tru64 and HPUX curses when combined with
7306           color, e.g., making them leave line-drawing characters in odd places.
7307         + correct casts used in ABSENT_BOOLEAN, CANCELLED_BOOLEAN, matches the
7308           original definitions used in Debian package to fix PowerPC bug before
7309           20030802 (Debian #237629).
7310
7311 20040320
7312         + modify PutAttrChar() and PUTC() macro to improve use of
7313           A_ALTCHARSET attribute to prevent line-drawing characters from
7314           being lost in situations where the locale would otherwise treat the
7315           raw data as nonprintable (Debian #227879).
7316
7317 20040313
7318         + fix a redefinition of CTRL() macro in test/view.c for AIX 5.2 (report
7319           by Jim Idle).
7320         + remove ".PP" after ".SH NAME" in a few manpages; this confuses
7321           some apropos script (Debian #237831).
7322
7323 20040306
7324         + modify ncurses.c 'r' test so editing commands, like inserted text,
7325           set the field background, and the state of insert/overlay editing
7326           mode is shown in that test.
7327         + change syntax of dummy targets in Ada95 makefiles to work with pmake.
7328         + correct logic in test/ncurses.c 'b' for noncolor terminals which
7329           did not recognize a quit-command (cf: 20030419).
7330
7331 20040228
7332         + modify _nc_insert_ch() to allow for its input to be part of a
7333           multibyte string.
7334         + split out lib_insnstr.c, to prepare to rewrite it.  X/Open states
7335           that this function performs wrapping, unlike all of the other
7336           insert-functions.  Currently it does not wrap.
7337         + check for nl_langinfo(CODESET), use it if available (report by
7338           Stanislav Ievlev).
7339         + split-out CF_BUILD_CC macro, actually did this for lynx first.
7340         + fixes for configure script CF_WITH_DBMALLOC and CF_WITH_DMALLOC,
7341           which happened to work with bash, but not with Bourne shell (report
7342           by Marco d'Itri via tin-dev).
7343
7344 20040221
7345         + some changes to adapt the form library to wide characters, incomplete
7346           (request by Mike Aubury).
7347         + add symbol to curses.h which can be used to suppress include of
7348           stdbool.h, e.g.,
7349                 #define NCURSES_ENABLE_STDBOOL_H 0
7350                 #include <curses.h>
7351           (discussion on XFree86 mailing list).
7352
7353 20040214
7354         + modify configure --with-termlib option to accept a value which sets
7355           the name of the terminfo library.  This would allow a packager to
7356           build libtinfow.so renamed to coincide with libtinfo.so (discussion
7357           with Stanislav Ievlev).
7358         + improve documentation of --with-install-prefix, --prefix and
7359           $(DESTDIR) in INSTALL (prompted by discussion with Paul Lew).
7360         + add configure check if the compiler can use -c -o options to rename
7361           its output file, use that to omit the 'cd' command which was used to
7362           ensure object files are created in a separate staging directory
7363           (prompted by comments by Johnny Wezel, Martin Mokrejs).
7364
7365 20040208 5.4 release for upload to ftp.gnu.org
7366         + update TO-DO.
7367
7368 20040207 pre-release
7369         + minor fixes to _nc_tparm_analyze(), i.e., do not count %i as a param,
7370           and do not count %d if it follows a %p.
7371         + correct an inconsistency between handling of codes in the 128-255
7372           range, e.g., as illustrated by test/ncurses.c f/F tests.  In POSIX
7373           locale, the latter did not show printable results, while the former
7374           did.
7375         + modify MKlib_gen.sh to compensate for broken C preprocessor on Mac
7376           OS X, which alters "%%" to "% % " (report by Robert Simms, fix
7377           verified by Scott Corscadden).
7378
7379 20040131 pre-release
7380         + modify SCREEN struct to align it between normal/wide curses flavors
7381           to simplify future changes to build a single version of libtinfo
7382           (patch by Stanislav Ievlev).
7383         + document handling of carriage return by addch() in manpage.
7384         + document special features of unctrl() in manpage.
7385         + documented interface changes in INSTALL.
7386         + corrected control-char test in lib_addch.c to account for locale
7387           (Debian #230335, cf: 971206).
7388         + updated test/configure.in to use AC_EXEEXT and AC_OBJEXT.
7389         + fixes to compile Ada95 binding with Debian gnat 3.15p-4 package.
7390         + minor configure-script fixes for older ports, e.g., BeOS R4.5.
7391
7392 20040125 pre-release
7393         + amend change to PutAttrChar() from 20030614 which computed the number
7394           of cells for a possibly multi-cell character.  The 20030614 change
7395           forced the cell to a blank if the result from wcwidth() was not
7396           greater than zero.  However, wcwidth() called for parameters in the
7397           range 128-255 can give this return value.  The logic now simply
7398           ensures that the number of cells is greater than zero without
7399           modifying the displayed value.
7400
7401 20040124 pre-release
7402         + looked good for 5.4 release for upload to ftp.gnu.org (but see above)
7403         + modify configure script check for ranlib to use AC_CHECK_TOOL, since
7404           that works better for cross-compiling.
7405
7406 20040117 pre-release
7407         + modify lib_get_wch.c to prefer mblen/mbtowc over mbrlen/mbrtowc to
7408           work around core dump in Solaris 8's locale support, e.g., for
7409           zh_CN.GB18030 (report by Saravanan Bellan).
7410         + add includes for <stdarg.h> and <stdio.h> in configure script macro
7411           to make <wchar.h> check work with Tru64 4.0d.
7412         + add terminfo entry for U/Win -TD
7413         + add terminfo entries for SFU aka Interix aka OpenNT (Federico
7414           Bianchi).
7415         + modify tput's error messages to prefix them with the program name
7416           (report by Vincent Lefevre, patch by Daniel Jacobowitz (see Debian
7417           #227586)).
7418         + correct a place in tack where exit_standout_mode was used instead of
7419           exit_attribute_mode (patch by Jochen Voss (see Debian #224443)).
7420         + modify c++/cursesf.h to use const in the Enumeration_Field method.
7421         + remove an ambiguous (actually redundant) method from c++/cursesf.h
7422         + make $HOME/.terminfo update optional (suggested by Stanislav Ievlev).
7423         + improve sed script which extracts libtool's version in the
7424           CF_WITH_LIBTOOL macro.
7425         + add ifdef'd call to AC_PROG_LIBTOOL to CF_WITH_LIBTOOL macro (to
7426           simplify local patch for Albert Chin-A-Young)..
7427         + add $(CXXFLAGS) to link command in c++/Makefile.in (adapted from
7428           patch by Albert Chin-A-Young)..
7429         + fix a missing substitution in configure.in for "$target" needed for
7430           HPUX .so/.sl case.
7431         + resync CF_XOPEN_SOURCE configure macro with lynx; fixes IRIX64 and
7432           NetBSD 1.6 conflicts with _XOPEN_SOURCE.
7433         + make check for stdbool.h more specific, to ensure that including it
7434           will actually define/declare bool for the configured compiler.
7435         + rewrite ifdef's in curses.h relating NCURSES_BOOL and bool.  The
7436           intention of that is to #define NCURSES_BOOL as bool when the
7437           compiler declares bool, and to #define bool as NCURSES_BOOL when it
7438           does not (reported by Jim Gifford, Sam Varshavchik, cf: 20031213).
7439
7440 20040110 pre-release
7441         + change minor version to 4, i.e., ncurses 5.4
7442         + revised/improved terminfo entries for tvi912b, tvi920b (Benjamin C W
7443           Sittler).
7444         + simplified ncurses/base/version.c by defining the result from the
7445           configure script rather than using sprintf (suggested by Stanislav
7446           Ievlev).
7447         + remove obsolete casts from c++/cursesw.h (reported by Stanislav
7448           Ievlev).
7449         + modify configure script so that when configuring for termlib, programs
7450           such as tic are not linked with the upper-level ncurses library
7451           (suggested by Stanislav Ievlev).
7452         + move version.c from ncurses/base to ncurses/tinfo to allow linking
7453           of tic, etc., using libtinfo (suggested by Stanislav Ievlev).
7454
7455 20040103
7456         + adjust -D's to build ncursesw on OpenBSD.
7457         + modify CF_PROG_EXT to make OS/2 build with EXEEXT.
7458         + add pecho_wchar().
7459         + remove <wctype.h> include from lib_slk_wset.c which is not needed (or
7460           available) on older platforms.
7461
7462 20031227
7463         + add -D's to build ncursew on FreeBSD 5.1.
7464         + modify shared library configuration for FreeBSD 4.x/5.x to add the
7465           soname information (request by Marc Glisse).
7466         + modify _nc_read_tic_entry() to not use MAX_ALIAS, but PATH_MAX only
7467           for limiting the length of a filename in the terminfo database.
7468         + modify termname() to return the terminal name used by setupterm()
7469           rather than $TERM, without truncating to 14 characters as documented
7470           by X/Open (report by Stanislav Ievlev, cf:  970719).
7471         + re-add definition for _BSD_TYPES, lost in merge (cf: 20031206).
7472
7473 20031220
7474         + add configure option --with-manpage-format=catonly to address
7475           behavior of BSDI, allow install of man+cat files on NetBSD, whose
7476           behavior has diverged by requiring both to be present.
7477         + remove leading blanks from comment-lines in manlinks.sed script to
7478           work with Tru64 4.0d.
7479         + add screen.linux terminfo entry (discussion on mutt-users mailing
7480           list).
7481
7482 20031213
7483         + add a check for tic to flag missing backslashes for termcap
7484           continuation lines.  ncurses reads the whole entry, but termcap
7485           applications do not.
7486         + add configure option "--with-manpage-aliases" extending
7487           "--with-manpage-aliases" to provide the option of generating ".so"
7488           files rather than symbolic links for manpage aliases.
7489         + add bool definition in include/curses.h.in for configurations with no
7490           usable C++ compiler (cf: 20030607).
7491         + fix pathname of SigAction.h for building with --srcdir (reported by
7492           Mike Castle).
7493
7494 20031206
7495         + folded ncurses/base/sigaction.c into includes of ncurses/SigAction.h,
7496           since that header is used only within ncurses/tty/lib_tstp.c, for
7497           non-POSIX systems (discussion with Stanislav Ievlev).
7498         + remove obsolete _nc_outstr() function (report by Stanislav Ievlev
7499           <inger@altlinux.org>).
7500         + add test/background.c and test/color_set.c
7501         + modify color_set() function to work with color pair 0 (report by
7502           George Andreou <gbandreo@tem.uoc.gr>).
7503         + add configure option --with-trace, since defining TRACE seems too
7504           awkward for some cases.
7505         + remove a call to _nc_free_termtype() from read_termtype(), since the
7506           corresponding buffer contents were already zeroed by a memset (cf:
7507           20000101).
7508         + improve configure check for _XOPEN_SOURCE and related definitions,
7509           adding special cases for Solaris' __EXTENSIONS__ and FreeBSD's
7510           __BSD_TYPES (reports by Marc Glisse <marc.glisse@normalesup.org>).
7511         + small fixes to compile on Solaris and IRIX64 using cc.
7512         + correct typo in check for pre-POSIX sort options in MKkey_defs.sh
7513           (cf: 20031101).
7514
7515 20031129
7516         + modify _nc_gettime() to avoid a problem with arithmetic on unsigned
7517           values (Philippe Blain).
7518         + improve the nanosleep() logic in napms() by checking for EINTR and
7519           restarting (Philippe Blain).
7520         + correct expression for "%D" in lib_tgoto.c (Juha Jarvi
7521           <mooz@welho.com>).
7522
7523 20031122
7524         + add linux-vt terminfo entry (Andrey V Lukyanov <land@long.yar.ru>).
7525         + allow "\|" escape in terminfo; tic should not warn about this.
7526         + save the full pathname of the trace-file the first time it is opened,
7527           to avoid creating it in different directories if the application
7528           opens and closes it while changing its working directory.
7529         + modify configure script to provide a non-empty default for
7530           $BROKEN_LINKER
7531
7532 20031108
7533         + add DJGPP to special case of DOS-style drive letters potentially
7534           appearing in TERMCAP environment variable.
7535         + fix some spelling in comments (reports by Jason McIntyre, Jonathon
7536           Gray).
7537         + update config.guess, config.sub
7538
7539 20031101
7540         + fix a memory leak in error-return from setupterm() (report by
7541           Stanislav Ievlev <inger@altlinux.org>).
7542         + use EXEEXT and OBJEXT consistently in makefiles.
7543         + amend fixes for cross-compiling to use separate executable-suffix
7544           BUILD_EXEEXT (cf: 20031018).
7545         + modify MKkey_defs.sh to check for sort utility that does not
7546           recognize key options, e.g., busybox (report by Peter S Mazinger
7547           <ps.m@gmx.net>).
7548         + fix potential out-of-bounds indexing in _nc_infotocap() (found by
7549           David Krause using some of the new malloc debugging features
7550           under OpenBSD, patch by Ted Unangst).
7551         + modify CF_LIB_SUFFIX for Itanium releases of HP-UX, which use a
7552           ".so" suffix (patch by Jonathan Ward <Jonathan.Ward@hp.com>).
7553
7554 20031025
7555         + update terminfo for xterm-xfree86 -TD
7556         + add check for multiple "tc=" clauses in a termcap to tic.
7557         + check for missing op/oc in tic.
7558         + correct _nc_resolve_uses() and _nc_merge_entry() to allow infocmp and
7559           tic to show cancelled capabilities.  These functions were ignoring
7560           the state of the target entry, which should be untouched if cancelled.
7561         + correct comment in tack/output.c (Debian #215806).
7562         + add some null-pointer checks to lib_options.c (report by Michael
7563           Bienia).
7564         + regenerated html documentation.
7565         + correction to tar-copy.sh, remove a trap command that resulted in
7566           leaving temporary files (cf: 20030510).
7567         + remove contact/maintainer addresses for Juergen Pfeifer (his request).
7568
7569 20031018
7570         + updated test/configure to reflect changes for libtool (cf: 20030830).
7571         + fix several places in tack/pad.c which tested and used the parameter-
7572           and parameterless strings inconsistently, i.e., in pad_rin(),
7573           pad_il(), pad_indn() and pad_dl() (Debian #215805).
7574         + minor fixes for configure script and makefiles to cleanup executables
7575           generated when cross-compiling for DJGPP.
7576         + modify infocmp to omit check for $TERM for operations that do not
7577           require it, e.g., "infocmp -e" used to build fallback list (report by
7578           Egmont Koblinger).
7579
7580 20031004
7581         + add terminfo entries for DJGPP.
7582         + updated note about maintainer in ncurses-intro.html
7583
7584 20030927
7585         + update terminfo entries for gnome terminal.
7586         + modify tack to reset colors after each color test, correct a place
7587           where exit_standout_mode was used instead of exit_attribute_mode.
7588         + improve tack's bce test by making it set colors other than black
7589           on white.
7590         + plug a potential recursion between napms() and _nc_timed_wait()
7591           (report by Philippe Blain).
7592
7593 20030920
7594         + add --with-rel-version option to allow workaround to allow making
7595           libtool on Darwin generate the "same" library names as with the
7596           --with-shared option.  The Darwin ld program does not work well
7597           with a zero as the minor-version value (request by Chris Zubrzycki).
7598         + modify CF_MIXEDCASE_FILENAMES macro to work with cross-compiling.
7599         + modify tack to allow it to run from fallback terminfo data.
7600         > patch by Philippe Blain:
7601         + improve PutRange() by adjusting call to EmitRange() and corresponding
7602           return-value to not emit unchanged characters on the end of the
7603           range.
7604         + improve a check for changed-attribute by exiting a loop when the
7605           change is found.
7606         + improve logic in TransformLine(), eliminating a duplicated comparison
7607           in the clr_bol logic.
7608
7609 20030913
7610         > patch by Philippe Blain:
7611         + in ncurses/tty/lib_mvcur.c,
7612           move the label 'nonlocal' just before the second gettimeofday() to
7613           be able to compute the diff time when 'goto nonlocal' used.
7614           Rename 'msec' to 'microsec' in the debug-message.
7615         + in ncurses/tty/lib_mvcur.c,
7616           Use _nc_outch() in carriage return/newline movement instead of
7617           putchar() which goes to stdout.  Move test for xold>0 out of loop.
7618         + in ncurses/tinfo/setbuf.c,
7619           Set the flag SP->_buffered at the end of operations when all has been
7620           successful (typeMalloc can fail).
7621         + simplify NC_BUFFERED macro by moving check inside _nc_setbuf().
7622
7623 20030906
7624         + modify configure script to avoid using "head -1", which does not
7625           work if POSIXLY_CORRECT (sic) is set.
7626         + modify run_tic.in to avoid using wrong shared libraries when
7627           cross-compiling (Dan Kegel).
7628
7629 20030830
7630         + alter configure script help message to make it clearer that
7631           --with-build-cc does not specify a cross-compiler (suggested by Dan
7632           Kegel <dank@kegel.com>).
7633         + modify configure script to accommodate libtool 1.5, as well as add an
7634           parameter to the "--with-libtool" option which can specify the
7635           pathname of libtool (report by Chris Zubrzycki).  We note that
7636           libtool 1.5 has more than one bug in its C++ support, so it is not
7637           able to install libncurses++, for instance, if $DESTDIR or the option
7638           --with-install-prefix is used.
7639
7640 20030823
7641         > patch by Philippe Blain:
7642         + move assignments to SP->_cursrow, SP->_curscol into online_mvcur().
7643         + make baudrate computation in delay_output() consistent with the
7644           assumption in _nc_mvcur_init(), i.e., a byte is 9 bits.
7645
7646 20030816
7647         + modify logic in waddch_literal() to take into account zh_TW.Big5
7648           whose multibyte sequences may contain "printable" characters, e.g.,
7649           a "g" in the sequence "\247g" (Debian #204889, cf: 20030621).
7650         + improve storage used by _nc_safe_strcpy() by ensuring that the size
7651           is reset based on the initialization call, in case it were called
7652           after other strcpy/strcat calls (report by Philippe Blain).
7653         > patch by Philippe Blain:
7654         + remove an unused ifdef for REAL_ATTR & WANT_CHAR
7655         + correct a place where _cup_cost was used rather than _cuu_cost
7656
7657 20030809
7658         + fix a small memory leak in _nc_free_termtype().
7659         + close trace-file if trace() is called with a zero parameter.
7660         + free memory allocated for soft-key strings, in delscreen().
7661         + fix an allocation size in safe_sprintf.c for the "*" format code.
7662         + correct safe_sprintf.c to not return a null pointer if the format
7663           happens to be an empty string.  This applies to the "configure
7664           --enable-safe-sprintf" option (Redhat #101486).
7665
7666 20030802
7667         + modify casts used for ABSENT_BOOLEAN and CANCELLED_BOOLEAN (report by
7668           Daniel Jacobowitz).
7669         > patch by Philippe Blain:
7670         + change padding for change_scroll_region to not be proportional to
7671           the size of the scroll-region.
7672         + correct error-return in _nc_safe_strcat().
7673
7674 20030726
7675         + correct limit-checks in _nc_scroll_window() (report and test-case by
7676           Thomas Graf <graf@dms.at> cf: 20011020).
7677         + re-order configure checks for _XOPEN_SOURCE to avoid conflict with
7678           _GNU_SOURCE check.
7679
7680 20030719
7681         + use clr_eol in preference to blanks for bce terminals, so select and
7682           paste will have fewer trailing blanks, e.g., when using xterm
7683           (request by Vincent Lefevre).
7684         + correct prototype for wunctrl() in manpage.
7685         + add configure --with-abi-version option (discussion with Charles
7686           Wilson).
7687         > cygwin changes from Charles Wilson:
7688           + aclocal.m4: on cygwin, use autodetected prefix for import
7689             and static lib, but use "cyg" for DLL.
7690           + include/ncurses_dll.h: correct the comments to reflect current
7691             status of cygwin/mingw port.  Fix compiler warning.
7692           + misc/run_tic.in: ensure that tic.exe can find the uninstalled
7693             DLL, by adding the lib-directory to the PATH variable.
7694           + misc/terminfo.src (nxterm|xterm-color): make xterm-color
7695             primary instead of nxterm, to match XFree86's xterm.terminfo
7696             usage and to prevent circular links.
7697             (rxvt): add additional codes from rxvt.org.
7698             (rxvt-color): new alias
7699             (rxvt-xpm): new alias
7700             (rxvt-cygwin): like rxvt, but with special acsc codes.
7701             (rxvt-cygwin-native): ditto.  rxvt may be run under XWindows, or
7702             with a "native" MSWin GUI.  Each takes different acsc codes,
7703             which are both different from the "normal" rxvt's acsc.
7704             (cygwin): cygwin-in-cmd.exe window.  Lots of fixes.
7705             (cygwinDBG): ditto.
7706           + mk-1st.awk: use "cyg" for the DLL prefix, but "lib" for import
7707             and static libs.
7708
7709 20030712
7710         + update config.guess, config.sub
7711         + add triples for configuring shared libraries with the Debian
7712           GNU/FreeBSD packages (patch by Robert Millan <zeratul2@wanadoo.es>).
7713
7714 20030705
7715         + modify CF_GCC_WARNINGS so it only applies to gcc, not g++.  Some
7716           platforms have installed g++ along with the native C compiler, which
7717           would not accept gcc warning options.
7718         + add -D_XOPEN_SOURCE=500 when configuring with --enable-widec, to
7719           get mbstate_t declaration on HPUX 11.11 (report by David Ellement).
7720         + add _nc_pathlast() to get rid of casts in _nc_basename() calls.
7721         + correct a sign-extension in wadd_wch() and wecho_wchar() from
7722           20030628 (report by Tomohiro Kubota).
7723         + work around omission of btowc() and wctob() from wide-character
7724           support (sic) in NetBSD 1.6 using mbtowc() and wctomb() (report by
7725           Gabor Z Papp).
7726         + add portability note to curs_get_wstr.3x (Debian #199957).
7727
7728 20030628
7729         + rewrite wadd_wch() and wecho_wchar() to call waddch() and wechochar()
7730           respectively, to avoid calling waddch_noecho() with wide-character
7731           data, since that function assumes its input is 8-bit data.
7732           Similarly, modify waddnwstr() to call wadd_wch().
7733         + remove logic from waddnstr() which transformed multibyte character
7734           strings into wide-characters.  Rewrite of waddch_literal() from
7735           20030621 assumes its input is raw multibyte data rather than wide
7736           characters (report by Tomohiro Kubota).
7737
7738 20030621
7739         + write getyx() and related 2-return macros in terms of getcury(),
7740           getcurx(), etc.
7741         + modify waddch_literal() in case an application passes bytes of a
7742           multibyte character directly to waddch().  In this case, waddch()
7743           must reassemble the bytes into a wide-character (report by Tomohiro
7744           Kubota <kubota@debian.org>).
7745
7746 20030614
7747         + modify waddch_literal() in case a multibyte value occupies more than
7748           two cells.
7749         + modify PutAttrChar() to compute the number of character cells that
7750           are used in multibyte values.  This fixes a problem displaying
7751           double-width characters (report/test by Mitsuru Chinen
7752           <mchinen@yamato.ibm.com>).
7753         + add a null-pointer check for result of keyname() in _tracechar()
7754         + modify _tracechar() to work around glibc sprintf bug.
7755
7756 20030607
7757         + add a call to setlocale() in cursesmain.cc, making demo display
7758           properly in a UTF-8 locale.
7759         + add a fallback definition in curses.priv.h for MB_LEN_MAX (prompted
7760           by discussion with Gabor Z Papp).
7761         + use macros NCURSES_ACS() and NCURSES_WACS() to hide cast needed to
7762           appease -Wchar-subscript with g++ 3.3 (Debian #195732).
7763         + fix a redefinition of $RANLIB in the configure script when libtool
7764           is used, which broke configure on Mac OS X (report by Chris Zubrzycki
7765           <beren@mac.com>).
7766         + simplify ifdef for bool declaration in curses.h.in (suggested by
7767           Albert Chin-A-Young).
7768         + remove configure script check to allow -Wconversion for older
7769           versions of gcc (suggested by Albert Chin-A-Young).
7770
7771 20030531
7772         + regenerated html manpages.
7773         + modify ifdef's in curses.h.in that disabled use of __attribute__()
7774           for g++, since recent versions implement the cases which ncurses uses
7775           (Debian #195230).
7776         + modify _nc_get_token() to handle a case where an entry has no
7777           description, and capabilities begin on the same line as the entry
7778           name.
7779         + fix a typo in ncurses_dll.h reported by gcc 3.3.
7780         + add an entry for key_defined.3x to man_db.renames.
7781
7782 20030524
7783         + modify setcchar() to allow converting control characters to complex
7784           characters (report/test by Mitsuru Chinen <mchinen@yamato.ibm.com>).
7785         + add tkterm entry -TD
7786         + modify parse_entry.c to allow a terminfo entry with a leading
7787           2-character name (report by Don Libes).
7788         + corrected acsc in screen.teraterm, which requires a PC-style mapping.
7789         + fix trace statements in read_entry.c to use lseek() rather than
7790           tell().
7791         + fix signed/unsigned warnings from Sun's compiler (gcc should give
7792           these warnings, but it is unpredictable).
7793         + modify configure script to omit -Winline for gcc 3.3, since that
7794           feature is broken.
7795         + modify manlinks.sed to add a few functions that were overlooked since
7796           they return function pointers:  field_init, field_term, form_init,
7797           form_term, item_init, item_term, menu_init and menu_term.
7798
7799 20030517
7800         + prevent recursion in wgetch() via wgetnstr() if the connection cannot
7801           be switched between cooked/raw modes because it is not a TTY (report
7802           by Wolfgang Gutjahr <gutw@knapp.com>).
7803         + change parameter of define_key() and key_defined() to const (prompted
7804           by Debian #192860).
7805         + add a check in test/configure for ncurses extensions, since there
7806           are some older versions, etc., which would not compile with the
7807           current test programs.
7808         + corrected demo in test/ncurses.c of wgetn_wstr(), which did not
7809           convert wchar_t string to multibyte form before printing it.
7810         + corrections to lib_get_wstr.c:
7811           + null-terminate buffer passed to setcchar(), which occasionally
7812             failed.
7813           + map special characters such as erase- and kill-characters into
7814             key-codes so those will work as expected even if they are not
7815             mentioned in the terminfo.
7816         + modify PUTC() and Charable() macros to make wide-character line
7817           drawing work for POSIX locale on Linux console (cf: 20021221).
7818
7819 20030510
7820         + make typography for program options in manpages consistent (report
7821           by Miloslav Trmac <mitr@volny.cz>).
7822         + correct dependencies in Ada95/src/Makefile.in, so the builds with
7823           "--srcdir" work (report by Warren L Dodge).
7824         + correct missing definition of $(CC) in Ada95/gen/Makefile.in
7825           (reported by Warren L Dodge <warrend@mdhost.cse.tek.com>).
7826         + fix typos and whitespace in manpages (patch by Jason McIntyre
7827           <jmc@prioris.mini.pw.edu.pl>).
7828
7829 20030503
7830         + fix form_driver() cases for REQ_CLR_EOF, REQ_CLR_EOL, REQ_DEL_CHAR,
7831           REQ_DEL_PREV and REQ_NEW_LINE, which did not ensure the cursor was at
7832           the editing position before making modifications.
7833         + add test/demo_forms and associated test/edit_field.c demos.
7834         + modify test/configure.in to use test/modules for the list of objects
7835           to compile rather than using the list of programs.
7836
7837 20030419
7838         + modify logic of acsc to use the original character if no mapping is
7839           defined, noting that Solaris does this.
7840         + modify ncurses 'b' test to avoid using the acs_map[] array since
7841           20021231 changes it to no longer contain information from the acsc
7842           string.
7843         + modify makefile rules in c++, progs, tack and test to ensure that
7844           the compiler flags (e.g., $CFLAGS or $CCFLAGS) are used in the link
7845           command (report by Jose Luis Rico Botella <informatica@serpis.com>).
7846         + modify soft-key initialization to use A_REVERSE if A_STANDOUT would
7847           not be shown when colors are used, i.e., if ncv#1 is set in the
7848           terminfo as is done in "screen".
7849
7850 20030412
7851         + add a test for slk_color(), in ncurses.c
7852         + fix some issues reported by valgrind in the slk_set() and slk_wset()
7853           code, from recent rewrite.
7854         + modify ncurses 'E' test to use show previous label via slk_label(),
7855           as in 'e' test.
7856         + modify wide-character versions of NewChar(), NewChar2() macros to
7857           ensure that the whole struct is initialized.
7858
7859 20030405
7860         + modify setupterm() to check if the terminfo and terminal-modes have
7861           already been read.  This ensures that it does not reinvoke
7862           def_prog_mode() when an application calls more than one function,
7863           such as tgetent() and initscr() (report by Olaf Buddenhagen).
7864
7865 20030329
7866         + add 'E' test to ncurses.c, to exercise slk_wset().
7867         + correct handling of carriage-return in wgetn_wstr(), used in demo of
7868           slk_wset().
7869         + first draft of slk_wset() function.
7870
7871 20030322
7872         + improved warnings in tic when suppressing items to fit in termcap's
7873           1023-byte limit.
7874         + built a list in test/README showing which externals are being used
7875           by either programs in the test-directory or via internal library
7876           calls.
7877         + adjust include-options in CF_ETIP_DEFINES to avoid missing
7878           ncurses_dll.h, fixing special definitions that may be needed for
7879           etip.h (reported by Greg Schafer <gschafer@zip.com.au>).
7880
7881 20030315
7882         + minor fixes for cardfile.c, to make it write the updated fields to
7883           a file when ^W is given.
7884         + add/use _nc_trace_bufcat() to eliminate some fixed buffer limits in
7885           trace code.
7886
7887 20030308
7888         + correct a case in _nc_remove_string(), used by define_key(), to avoid
7889           infinite loop if the given string happens to be a substring of other
7890           strings which are assigned to keys (report by John McCutchan).
7891         + add key_defined() function, to tell which keycode a string is bound
7892           to (discussion with John McCutchan <ttb@tentacle.dhs.org>).
7893         + correct keybound(), which reported definitions in the wrong table,
7894           i.e., the list of definitions which are disabled by keyok().
7895         + modify demo_keydef.c to show the details it changes, and to check
7896           for errors.
7897
7898 20030301
7899         + restructured test/configure script, make it work for libncursesw.
7900         + add description of link_fieldtype() to manpage (report by
7901           L Dee Holtsclaw <dee@sunbeltsoft.com>).
7902
7903 20030222
7904         + corrected ifdef's relating to configure check for wchar_t, etc.
7905         + if the output is a socket or other non-tty device, use 1 millisecond
7906           for the cost in mvcur; previously it was 9 milliseconds because the
7907           baudrate was not known.
7908         + in _nc_get_tty_mode(), initialize the TTY buffer on error, since
7909           glibc copies uninitialized data in that case, as noted by valgrind.
7910         + modify tput to use the same parameter analysis as tparm() does, to
7911           provide for user-defined strings, e.g., for xterm title, a
7912           corresponding capability might be
7913                 title=\E]2;%p1%s^G,
7914         + modify MKlib_gen.sh to avoid passing "#" tokens through the C
7915           preprocessor.  This works around Mac OS X's preprocessor, which
7916           insists on adding a blank on each side of the token (report/analysis
7917           by Kevin Murphy <murphy@genome.chop.edu>).
7918
7919 20030215
7920         + add configure check for wchar_t and wint_t types, rather than rely
7921           on preprocessor definitions.  Also work around for gcc fixinclude
7922           bug which creates a shadow copy of curses.h if it sees these symbols
7923           apparently typedef'd.
7924         + if database is disabled, do not generate run_tic.sh
7925         + minor fixes for memory-leak checking when termcap is read.
7926
7927 20030208
7928         + add checking in tic for incomplete line-drawing character mapping.
7929         + updated configure script to reflect fix for AC_PROG_GCC_TRADITIONAL,
7930           which is broken in autoconf 2.5x for Mac OS X 10.2.3 (report by
7931           Gerben Wierda <Sherlock@rna.nl>).
7932         + make return value from _nc_printf_string() consistent.  Before,
7933           depending on whether --enable-safe-sprintf was used, it might not be
7934           cached for reallocating.
7935
7936 20030201
7937         + minor fixes for memory-leak checking in lib_tparm.c, hardscroll.c
7938         + correct a potentially-uninitialized value if _read_termtype() does
7939           not read as much data as expected (report by Wolfgang Rohdewald
7940           <wr6@uni.de>).
7941         + correct several places where the aclocal.m4 macros relied on cache
7942           variable names which were incompatible (as usual) between autoconf
7943           2.13 and 2.5x, causing the test for broken-linker to give incorrect
7944           results (reports by Gerben Wierda <Sherlock@rna.nl> and Thomas Esser
7945           <te@dbs.uni-hannover.de>).
7946         + do not try to open gpm mouse driver if standard output is not a tty;
7947           the gpm library does not make this check (bug report for dialog
7948           by David Oliveira <davidoliveira@develop.prozone.ws>).
7949
7950 20030125
7951         + modified emx.src to correspond more closely to terminfo.src, added
7952           emx-base to the latter -TD
7953         + add configure option for FreeBSD sysmouse, --with-sysmouse, and
7954           implement support for that in lib_mouse.c, lib_getch.c
7955
7956 20030118
7957         + revert 20030105 change to can_clear_with(), does not work for the
7958           case where the update is made on cells which are blanks with
7959           attributes, e.g., reverse.
7960         + improve ifdef's to guard against redefinition of wchar_t and wint_t
7961           in curses.h (report by Urs Jansen).
7962
7963 20030111
7964         + improve mvcur() by checking if it is safe to move when video
7965           attributes are set (msgr), and if not, reset/restore attributes
7966           within that function rather than doing it separately in the GoTo()
7967           function in tty_update.c (suggested by Philippe Blain).
7968         + add a message in run_tic.in to explain more clearly what does not
7969           work when attempting to create a symbolic link for /usr/lib/terminfo
7970           on OS/2 and other platforms with no symbolic links (report by John
7971           Polterak).
7972         + change several sed scripts to avoid using "\+" since it is not a BRE
7973           (basic regular expression).  One instance caused terminfo.5 to be
7974           misformatted on FreeBSD (report by Kazuo Horikawa
7975           <horikawa@FreeBSD.org> (see FreeBSD docs/46709)).
7976         + correct misspelled 'wint_t' in curs_get_wch.3x (Michael Elkins).
7977
7978 20030105
7979         + improve description of terminfo operators, especially static/dynamic
7980           variables (comments by Mark I Manning IV <mark4th@earthlink.net>).
7981         + demonstrate use of FIELDTYPE by modifying test/ncurses 'r' test to
7982           use the predefined TYPE_ALPHA field-type, and by defining a
7983           specialized type for the middle initial/name.
7984         + fix MKterminfo.sh, another workaround for POSIXLY_CORRECT misfeature
7985           of sed 4.0
7986         > patch by Philippe Blain:
7987         + optimize can_clear_with() a little by testing first if the parameter
7988           is indeed a "blank".
7989         + simplify ClrBottom() a little by allowing it to use clr_eos to clear
7990           sections as small as one line.
7991         + improve ClrToEOL() by checking if clr_eos is available before trying
7992           to use it.
7993         + use tputs() rather than putp() in a few cases in tty_update.c since
7994           the corresponding delays are proportional to the number of lines
7995           affected: repeat_char, clr_eos, change_scroll_region.
7996
7997 20021231
7998         + rewrite of lib_acs.c conflicts with copying of SCREEN acs_map to/from
7999           global acs_map[] array; removed the lines that did the copying.
8000
8001 20021228
8002         + change some overlooked tputs() calls in scrolling code to use putp()
8003           (report by Philippe Blain).
8004         + modify lib_getch.c to avoid recursion via wgetnstr() when the input
8005           is not a tty and consequently mode-changes do not work (report by
8006           <R.Chamberlin@querix.com>).
8007         + rewrote lib_acs.c to allow PutAttrChar() to decide how to render
8008           alternate-characters, i.e., to work with Linux console and UTF-8
8009           locale.
8010         + correct line/column reference in adjust_window(), needed to make
8011           special windows such as curscr track properly when resizing (report
8012           by Lucas Gonze <lgonze@panix.com>).
8013         > patch by Philippe Blain:
8014         + correct the value used for blank in ClrBottom() (broken in 20000708).
8015         + correct an off-by-one in GoTo() parameter in _nc_scrolln().
8016
8017 20021221
8018         + change several tputs() calls in scrolling code to use putp(), to
8019           enable padding which may be needed for some terminals (patch by
8020           Philippe Blain).
8021         + use '%' as sed substitute delimiter in run_tic script to avoid
8022           problems with pathname delimiters such as ':' and '@' (report by John
8023           Polterak).
8024         + implement a workaround so that line-drawing works with screen's
8025           crippled UTF-8 support (tested with 3.9.13).  This only works with
8026           the wide-character support (--enable-widec); the normal library will
8027           simply suppress line-drawing when running in a UTF-8 locale in screen.
8028
8029 20021214
8030         + allow BUILD_CC and related configure script variables to be
8031           overridden from the environment.
8032         + make build-tools variables in ncurses/Makefile.in consistent with
8033           the configure script variables (report by Maciej W Rozycki).
8034         + modify ncurses/modules to allow
8035                 configure --disable-leaks --disable-ext-funcs
8036           to build (report by Gary Samuelson).
8037         + fix a few places in configure.in which lacked quotes (report by
8038           Gary Samuelson <gary.samuelson@verizon.com>).
8039         + correct handling of multibyte characters in waddch_literal() which
8040           force wrapping because they are started too late on the line (report
8041           by Sam Varshavchik).
8042         + small fix for CF_GNAT_VERSION to ignore the help-message which
8043           gnatmake adds to its version-message.
8044         > Maciej W Rozycki <macro@ds2.pg.gda.pl>:
8045         + use AC_CHECK_TOOL to get proper values for AR and LD for cross
8046           compiling.
8047         + use $cross_compiling variable in configure script rather than
8048           comparing $host_alias and $target alias, since "host" is
8049           traditionally misused in autoconf to refer to the target platform.
8050         + change configure --help message to use "build" rather than "host"
8051           when referring to the --with-build-XXX options.
8052
8053 20021206
8054         + modify CF_GNAT_VERSION to print gnatmake's version, and to allow for
8055           possible gnat versions such as 3.2 (report by Chris Lingard
8056           <chris@stockwith.co.uk>).
8057         + modify #define's for CKILL and other default control characters in
8058           tset to use the system's default values if they are defined.
8059         + correct interchanged defaults for kill and interrupt characters
8060           in tset, which caused it to report unnecessarily (Debian #171583).
8061         + repair check for missing C++ compiler, which is broken in autoconf
8062           2.5x by hardcoding it to g++ (report by Martin Mokrejs).
8063         + update config.guess, config.sub (2002-11-30)
8064         + modify configure script to skip --with-shared, etc., when the
8065           --with-libtool option is given, since they would be ignored anyway.
8066         + fix to allow "configure --with-libtool --with-termlib" to build.
8067         + modify configure script to show version number of libtool, to help
8068           with bug reports.  libtool still gets confused if the installed
8069           ncurses libraries are old, since it ignores the -L options at some
8070           point (tested with libtool 1.3.3 and 1.4.3).
8071         + reorder configure script's updating of $CPPFLAGS and $CFLAGS to
8072           prevent -I options in the user's environment from introducing
8073           conflicts with the build -I options (may be related to reports by
8074           Patrick Ash and George Goffe).
8075         + rename test/define_key.c to test/demo_defkey.c, test/keyok.c to
8076           test/demo_keyok.c to allow building these with libtool.
8077
8078 20021123
8079         + add example program test/define_key.c for define_key().
8080         + add example program test/keyok.c for keyok().
8081         + add example program test/ins_wide.c for wins_wch() and wins_wstr().
8082         + modify wins_wch() and wins_wstr() to interpret tabs by using the
8083           winsch() internal function.
8084         + modify setcchar() to allow for wchar_t input strings that have
8085           more than one spacing character.
8086
8087 20021116
8088         + fix a boundary check in lib_insch.c (patch by Philippe Blain).
8089         + change type for *printw functions from NCURSES_CONST to const
8090           (prompted by comment by Pedro Palhoto Matos <plpm@mega.ist.utl.pt>,
8091           but really from a note on X/Open's website stating that either is
8092           acceptable, and the latter will be used in a future revision).
8093         + add xterm-1002, xterm-1003 terminfo entries to demonstrate changes in
8094           lib_mouse.c (20021026) -TD
8095         + add screen-bce, screen-s entries from screen 3.9.13 (report by
8096           Adam Lazur <zal@debian.org>) -TD
8097         + add mterm terminfo entries -TD
8098
8099 20021109
8100         + split-out useful fragments in terminfo for vt100 and vt220 numeric
8101           keypad, i.e., vt100+keypad, vt100+pfkeys, vt100+fnkeys and
8102           vt220+keypad.  The last as embedded in various entries had ka3 and
8103           kb2 interchanged (report/discussion with Leonard den Ottolander
8104           <leonardjo@hetnet.nl>).
8105         + add check in tic for keypads consistent with vt100 layout.
8106         + improve checks in tic for color capabilities
8107
8108 20021102
8109         + check for missing/empty/illegal terminfo name in _nc_read_entry()
8110           (report by Martin Mokrejs, where $TERM was set to an empty string).
8111         + rewrote lib_insch.c, combining it with lib_insstr.c so both handle
8112           tab and other control characters consistently (report by Philippe
8113           Blain).
8114         + remove an #undef for KEY_EVENT from curses.tail used in the
8115           experimental NCURSES_WGETCH_EVENTS feature.  The #undef confuses
8116           dpkg's build script (Debian #165897).
8117         + fix MKlib_gen.sh, working around the ironically named POSIXLY_CORRECT
8118           feature of GNU sed 4.0 (reported by Ervin Nemeth <airwin@inf.bme.hu>).
8119
8120 20021026
8121         + implement logic in lib_mouse.c to handle position reports which are
8122           generated when XFree86 xterm is initialized with private modes 1002
8123           or 1003.  These are returned to the application as the
8124           REPORT_MOUSE_POSITION mask, which was not implemented.  Tested both
8125           with ncurses 'a' menu (prompted by discussion with Larry Riedel
8126           <Larry@Riedel.org>).
8127         + modify lib_mouse.c to look for "XM" terminfo string, which allows
8128           one to override the escape sequence used to enable/disable mouse
8129           mode.  In particular this works for XFree86 xterm private modes
8130           1002 and 1003.  If "XM" is missing (note that this is an extended
8131           name), lib_mouse uses the conventional private mode 1000.
8132         + correct NOT_LOCAL() macro in lib_mvcur.c to refer to screen_columns
8133           where it used screen_lines (report by Philippe Blain).
8134         + correct makefile rules for the case when both --with-libtool and
8135           --with-gpm are given (report by Mr E_T <troll@logi.net.au>).
8136         + add note to terminfo manpage regarding the differences between
8137           setaf/setab and setf/setb capabilities (report by Pavel Roskin).
8138
8139 20021019
8140         + remove redundant initialization of TABSIZE in newterm(), since it is
8141           already done in setupterm() (report by Philippe Blain).
8142         + add test/inserts.c, to test winnstr() and winsch().
8143         + replace 'sort' in dist.mk with script that sets locale to POSIX.
8144         + update URLs in announce.html.in (patch by Frederic L W Meunier).
8145         + remove glibc add-on files, which are no longer needed (report by
8146           Frederic L W Meunier).
8147
8148 20021012 5.3 release for upload to ftp.gnu.org
8149         + modify ifdef's in etip.h.in to allow the etip.h header to compile
8150           with gcc 3.2 (patch by Dimitar Zhekov <jimmy@is-vn.bg>).
8151         + add logic to setupterm() to make it like initscr() and newterm(),
8152           by checking for $NCURSES_TRACE environment variable and enabling
8153           the debug trace in that case.
8154         + modify setupterm() to ensure that it initializes the baudrate, for
8155           applications such as tput (report by Frank Henigman).
8156         + modify definition of bits used for command-line and library debug
8157           traces to avoid overlap, using new definition TRACE_SHIFT to relate
8158           the two.
8159         + document tput's interpretation of parameterized strings according to
8160           whether parameters are given, etc. (discussion with Robert De Bath).
8161
8162 20021005 pre-release
8163         + correct winnwstr() to account for non-character cells generated when
8164           a double-width character is added (report by Michael Bienia
8165           <michael@vorlon.ping.de>).
8166         + modify _nc_viswbuf2n() to provide better results using wctomb().
8167         + correct logic in _nc_varargs() which broke tracing of parameters for
8168           formats such as "%.*s".
8169         + correct scale factor in linux-c and linux-c-nc terminfo entries
8170           (report Floyd Davidson).
8171         + change tic -A option to -t, add the same option to infocmp for
8172           consistency.
8173         + correct "%c" implementation in lib_tparm.c, which did not map a null
8174           character to a 128 (cf: 980620) (patch by Frank Henigman
8175           <fjhenigman@mud.cgl.uwaterloo.ca>).
8176
8177 20020928 pre-release
8178         + modify MKkey_defs.sh to check for POSIX sort -k option, use that if
8179           it is found, to accommodate newer utility which dropped the
8180           compatibility support for +number options (reported by Andrey A
8181           Chernov).
8182         + modify linux terminfo entry to use color palette feature from
8183           linux-c-nc entry (comments by Tomasz Wasiak and Floyd Davidson).
8184         + restore original color definitions in endwin() if init_color() was
8185           used, and resume those colors on the next doupdate() or refresh()
8186           (report by Tomasz Wasiak <tjwasiak@komputom.com.pl>).
8187         + improve debug-traces by modifying MKlib_gen.sh to generate calls
8188           to returnBool() and returnAttr().
8189         + add/use _nc_visbufn() and _nc_viswbufn() to limit the debug trace
8190           of waddnstr() and similar functions to match the parameters as used.
8191         + add/use _nc_retrace_bool() and _nc_retrace_unsigned().
8192         + correct type used by _nc_retrace_chtype().
8193         + add debug traces to some functions in lib_mouse.c
8194         + modify lib_addch.c to handle non-spacing characters.
8195         + correct parameter of RemAttr() in lib_bkgd.c, which caused the c++
8196           demo's boxes to lose the A_ALTCHARSET flag (broken in 20020629).
8197         + correct width computed in _tracedump(), which did not account for
8198           the attributes (broken in 20010602).
8199         + modify test/tracemunch to replace addresses for windows other than
8200           curscr, newscr and stdscr with window0, window1, etc.
8201
8202 20020921 pre-release
8203         + redid fix for edit_man.sed path.
8204         + workaround for Cygwin bug which makes subprocess writes to stdout
8205           result in core dump.
8206         + documented getbegx(), etc.
8207         + minor fixes to configure script to use '%' consistently as a sed
8208           delimiter rather than '@'.
8209         > patch by Philippe Blain:
8210         + add check in lib_overlay.c to ensure that the windows to be merged
8211           actually overlap, and in copywin(), limit the area to be touched
8212           to the lines given for the destination window.
8213
8214 20020914 pre-release
8215         + modified curses.h so that if the wide-character version is installed
8216           overwriting /usr/include/curses.h, and if it relied on libutf8.h,
8217           then applications that use that header for wide-character support
8218           must define HAVE_LIBUTF8_H.
8219         + modify putwin(), getwin() and dupwin() to allow them to operate on
8220           pads (request by Philippe Blain).
8221         + correct attribute-merging in wborder(), broken in 20020216 (report
8222           by Tomasz Wasiak <tjwasiak@grubasek.komputom.com.pl>).
8223         > patch by Philippe Blain:
8224         + corrected pop-counts in tparam_internal() to '!' and '~' cases.
8225         + use sizeof(NCURSES_CH_T) in one place that used sizeof(chtype).
8226         + remove some unused variables from mvcur test-driver.
8227
8228 20020907 pre-release
8229         + change configure script to allow install of widec-character
8230           (ncursesw) headers to overwrite normal (ncurses) headers, since the
8231           latter is a compatible subset of the former.
8232         + fix path of edit_man.sed in configure script, needed to regenerate
8233           html manpages on Debian.
8234         + fix mismatched enums in vsscanf.c, which caused warning on Solaris.
8235         + update README.emx to reflect current patch used for autoconf.
8236         + change web- and ftp-site to invisible-island.net
8237         > patch by Philippe Blain:
8238         + change case for 'P' in tparam_internal() to indicate that it pops
8239           a variable from the stack.
8240         + correct sense of precision and width in parse_format(), to avoid
8241           confusion.
8242         + modify lib_tparm.c, absorb really_get_space() into get_space().
8243         + modify getwin() and dupwin() to copy the _notimeout, _idlok and
8244           _idcok window fields.
8245         + better fix for _nc_set_type(), using typeMalloc().
8246
8247 20020901 pre-release
8248         + change minor version to 3, i.e., ncurses 5.3
8249         + update config.guess, config.sub
8250         + retest build with each configure option; minor ifdef fixes.
8251         + make keyname() return a null pointer rather than "UNKNOWN STRING" to
8252           match XSI.
8253         + modify handling of wide line-drawing character functions to use the
8254           normal line-drawing characters when not in UTF-8 locale.
8255         + add check/fix to comp_parse.c to suppress warning about missing acsc
8256           string.  This happens in configurations where raw termcap information
8257           is processed; tic already does this and other checks.
8258         + modify tic's check for ich/ich1 versus rmir/smir to only warn about
8259           ich1, to match xterm patch #70 notes.
8260         + moved information for ripped-off lines into SCREEN struct to allow
8261           use in resizeterm().
8262         + add experimental wgetch_events(), ifdef'd with NCURSES_WGETCH_EVENTS
8263           (adapted from patch by Ilya Zakharevich - see ncurses/README.IZ).
8264         + amend check in kgetch() from 20020824 to look only for function-keys,
8265           otherwise escape sequences are not resolved properly.
8266         > patch by Philippe Blain:
8267         + removed redundant assignment to SP->_checkfd from newterm().
8268         + check return-value of setupterm() in restartterm().
8269         + use sizeof(NCURSES_CH_T) in a few places that used sizeof(chtype).
8270         + prevent dupwin() from duplicating a pad.
8271         + prevent putwin() from writing a pad.
8272         + use typeRealloc() or typeMalloc() in preference to direct calls on
8273           _nc_doalloc().
8274
8275 20020824
8276         + add a check in kgetch() for cooked characters in the fifo to avoid
8277           calling fifo_push() when a KEY_RESIZE is available (report/analysis
8278           by Sam Varshavchik <mrsam@courier-mta.com>).
8279         + fix an overlooked case for Redhat #68199 (Philippe Blain).
8280         + ensure clearerr() is called before using ferror() e.g., in
8281           lib_screen.c (report by Philippe Blain).
8282
8283 20020817
8284         + modify lib_screen.c and lib_newwin.c to maintain the SCREEN-specific
8285           pointers for curscr/stdscr/newscr when scr_save() and scr_restore()
8286           modify the global curscr/stdscr/newscr variables.  Fixes Redhat
8287           #68199.
8288         + add checks for null pointer in calls to tparm() and tgoto() based on
8289           FreeBSD bug report.  If ncurses were built with termcap support, and
8290           the first call to tgoto() were a zero-length string, the result would
8291           be a null pointer, which was not handled properly.
8292         + correct a typo in terminfo.head, which gave the octal code for colon
8293           rather than comma.
8294         + remove the "tic -u" option from 20020810, since it did not account
8295           for nested "tc=" clauses, and when that was addressed, was still
8296           unsatisfactory.
8297
8298 20020810
8299         + add tic -A option to suppress capabilities which are commented out
8300           when translating to termcap.
8301         + add tic -u option to provide older behavior of "tc=" clauses.
8302         + modified tic to expand all but the final "tc=" clause in a termcap
8303           entry, to accommodate termcap libraries which do not handle multiple
8304           tc clauses.
8305         + correct typo in curs_inopts.3x regarding CS8/CS7 usage (report by
8306           Philippe Blain).
8307         + remove a couple of redundant uses of A_ATTRIBUTES in expressions
8308           using AttrOf(), which already incorporates that mask (report by
8309           Philippe Blain).
8310         + document TABSIZE variable.
8311         + add NCURSES_ASSUMED_COLORS environment variable, to allow users to
8312           override compiled-in default black-on-white assumption used in
8313           assume_default_colors().
8314         + correct an off-by-one comparison against max_colors in COLORFGBG
8315           logic.
8316         + correct a use of uninitialized memory found by valgrind (reported by
8317           Olaf Buddenhagen <olafBuddenhagen@web.de>).
8318         + modified wresize() to ensure that a failed realloc will not corrupt
8319           the window structure, and to make subwindows fit within the resized
8320           window (completes Debian #87678, Debian #101699)
8321
8322 20020803
8323         + fix an off-by-one in lib_pad.c check for limits of pad (patch by
8324           Philippe Blain).
8325         + revise logic for BeOS in lib_twait.c altered in 20011013 to restore
8326           logic used by lib_getch.c's support for GPM or EMX mouse (report by
8327           Philippe Blain)
8328         + remove NCURSES_CONST from several prototypes in curses.wide, to make
8329           the --enable-const --enable-widec configure options to work together
8330           (report by George Goffe <grgoffe@yahoo.com>).
8331
8332 20020727
8333         + finish no-leak checking in cardfile.c, using this for testing changes
8334           to resizeterm().
8335         + simplify _nc_freeall() using delscreen().
8336
8337 20020720
8338         + check error-return from _nc_set_tty_mode() in _nc_initscr() and
8339           reset_prog_mode() (report/patch by Philippe Blain).
8340         + regenerate configure using patch for autoconf 2.52, to address
8341           problem with identifying C++ bool type.
8342         + correct/improve logic to produce an exit status for errors in tput,
8343           which did not exit with an error when told to put a string not in the
8344           current terminfo entry (report by David Gomez <david@pleyades.net>).
8345         + modify configure script AC_OUTPUT() call to work around defect in
8346           autoconf 2.52 which adds an ifdef'd include to the generated
8347           configure definitions.
8348         + remove fstat() check from scr_init(), which also fixes a missing
8349           include for <sys/stat.h> from 20020713 (reported by David Ellement,
8350           fix suggested by Philippe Blain).
8351         + update curs_scanw.3x manpage to note that XSI curses differs from
8352           SVr4 curses: return-values are incompatible.
8353         + correct several prototypes in manpages which used const
8354           inconsistently with the curses.h file, and removed spurious const's
8355           in a few places from curses.h, e.g., for wbkgd() (report by Glenn
8356           Maynard <glenn@zewt.org>).
8357         + change internal type used by tparm() to long, to work with LP64 model.
8358         + modify nc_alloc.h to allow building with g++, for testing.
8359
8360 20020713
8361         + add resize-handling to cardfile.c test program.
8362         + altered resizeterm() to avoid having it fail when a child window
8363           cannot be resized because it would be larger than its parent.  (More
8364           work must be done on this, but it works well enough to integrate).
8365         + improve a limit-check in lib_refresh.c
8366         + remove check in lib_screen.c relating dumptime to file's modification
8367           times, since that would not necessarily work for remotely mounted
8368           filesystems.
8369         + modify lrtest to simplify debugging changes to resizeterm, e.g.,
8370           t/T commands to enable/disable tracing.
8371         + updated status of multibyte support in TO-DO.
8372         + update contact info in source-files (patch by Juergen Pfeifer).
8373
8374 20020706
8375         + add Caps.hpux11, as an example.
8376         + modify version_filter(), used to implement -R option for tic and
8377           infocmp, to use computed array offsets based on the Caps.* file which
8378           is actually configured, rather than constants which correspond to
8379           the Caps file.
8380         + reorganized lib_raw.c to avoid updating SP and cur_term state if the
8381           functions fail (reported by Philippe Blain).
8382         + add -Wundef to gcc warnings, adjust a few ifdef's to accommodate gcc.
8383
8384 20020629
8385         + correct parameters to setcchar() in ncurses.c (cf: 20020406).
8386         + set locale in most test programs (view.c and ncurses.c were the
8387           only ones).
8388         + add configure option --with-build-cppflags (report by Maksim A
8389           Nikulin <M.A.Nikulin@inp.nsk.su>).
8390         + correct a typo in wide-character logic for lib_bkgnd.c (Philippe
8391           Blain).
8392         + modify lib_wacs.c to not cancel the acsc, smacs, rmacs strings when
8393           in UTF-8 locale.  Wide-character functions use Unicode values, while
8394           narrow-character functions use the terminfo data.
8395         + fix a couple of places in Ada95/samples which did not compile with
8396           gnat 3.14
8397         + modify mkinstalldirs so the DOS-pathname case is locale-independent.
8398         + fix locale problem in MKlib_gen.sh by forcing related variables to
8399           POSIX (C), using same approach as autoconf (set variables only if
8400           they were set before).  Update MKterminfo.sh and MKtermsort.sh to
8401           match.
8402
8403 20020622
8404         + add charset to generated html.
8405         + add mvterm entry, adapted from a FreeBSD bug-report by Daniel Rudy
8406           <dcrudy@pacbell.net> -TD
8407         + add rxvt-16color, ibm+16color entries -TD
8408         + modify check in --disable-overwrite option so that it is used by
8409           default unless the --prefix/$prefix value is not /usr, in attempt to
8410           work around packagers, e.g., for Sun's freeware, who do not read the
8411           INSTALL notes.
8412
8413 20020615
8414         + modify wgetch() to allow returning ungetch'd KEY_RESIZE as a function
8415           key code in get_wch().
8416         + extended resize-handling in test/ncurses 'a' menu to the entire
8417           stack of windows created with 'w' commands.
8418         + improve $COLORFGBG feature by interpreting an out-of-range color
8419           value as an SGR 39 or 49, for foreground/background respectively.
8420         + correct a typo in configure --enable-colorfgbg option, and move it
8421           to the experimental section (cf: 20011208).
8422
8423 20020601
8424         + add logic to dump_entry.c to remove function-key definitions that do
8425           not fit into the 1023-byte limit for generated termcaps.  This makes
8426           hds200 fit.
8427         + more improvements to tic's warnings, including logic to ignore
8428           differences between delay values in sgr strings.
8429         + move definition of KEY_RESIZE into MKkeydefs.sh script, to
8430           accommodate Caps.osf1r5 which introduced a conflicting definition.
8431
8432 20020525
8433         + add simple resize-handling in test/ncurses.c 'a' menu.
8434         + fixes in keyname() and _tracechar() to handle negative values.
8435         + make tic's warnings about mismatches in sgr strings easier to follow.
8436         + correct tic checks for number of parameters in smgbp and smglp.
8437         + improve scoansi terminfo entry, and add scoansi-new entry -TD
8438         + add pcvt25-color terminfo entry -TD
8439         + add kf13-kf48 strings to cons25w terminfo entry (reported by Stephen
8440           Hurd <deuce@lordlegacy.org> in newsgroup lucky.freebsd.bugs) -TD
8441         + add entrypoint _nc_trace_ttymode(), use this to distinguish the
8442           Ottyb and Nttyb members of terminal (aka cur_term), for tracing.
8443
8444 20020523
8445         + correct and simplify logic for lib_pad.c change in 20020518 (reported
8446           by Mike Castle).
8447
8448 20020518
8449         + fix lib_pad.c for case of drawing a double-width character which
8450           falls off the left margin of the pad (patch by Kriang Lerdsuwanakij
8451           <lerdsuwa@users.sourceforge.net>)
8452         + modify configure script to work around broken gcc 3.1 "--version"
8453           option, which adds unnecessary trash to the requested information.
8454         + adjust ifdef's in case SIGWINCH is not defined, e.g., with DJGPP
8455           (reported by Ben Decker <deckerben@freenet.de>).
8456
8457 20020511
8458         + implement vid_puts(), vid_attr(), term_attrs() based on the narrow-
8459           character versions as well.
8460         + implement erasewchar(), killwchar() based on erasechar() and
8461           killchar().
8462         + modify erasechar() and killchar() to return ERR if the value was
8463           VDISABLE.
8464         + correct a bug in wresize() in handling subwindows (based on patch by
8465           Roger Gammans <rgammans@computer-surgery.co.uk>, report by Scott Beck
8466           <scott@gossamer-threads.com>).
8467         + improve test/tclock.c by making the second-hand update more often
8468           if gettimeofday() is available.
8469
8470 20020429
8471         + workaround for Solaris sed with MKlib_gen.sh (reported by Andy
8472           Tsouladze <andyt@mypoints.com>).
8473
8474 20020427
8475         + correct return-value from getcchar(), making it consistent with
8476           Solaris and Tru64.
8477         + reorder loops that generate makefile rules for different models vs
8478           subsets so configure --with-termlib works again.  This was broken by
8479           logic added to avoid duplicate rules in changes to accommodate cygwin
8480           dll's (reported by George.R.Goffe@seagate.com).
8481         + update config.guess, config.sub
8482
8483 20020421
8484         + modify ifdef's in write_entry.c to allow use of symbolic links on
8485           platforms with no hard links, e.g., BeOS.
8486         + modify a few includes to allow compile with BeOS, which has stdbool.h
8487           with a conflicting definition for 'bool' versus its OS.h definition.
8488         + amend MKlib_gen.sh to work with gawk, which defines 'func' as an
8489           alias for 'function'.
8490
8491 20020420
8492         + correct form of prototype for ripoffline().
8493         + modify MKlib_gen.sh to test that all functions marked as implemented
8494           can be linked.
8495
8496 20020413
8497         + add manpages: curs_get_wstr.3x, curs_in_wchstr.3x
8498         + implement wgetn_wstr().
8499         + implement win_wchnstr().
8500         + remove redefinition of unget_wch() in lib_gen.c (reported by
8501           Jungshik Shin <jshin@jtan.com>).
8502
8503 20020406
8504         + modified several of the test programs to allow them to compile with
8505           vendor curses implementations, e.g., Solaris, AIX -TD
8506
8507 20020323
8508         + modified test/configure to allow configuring against ncursesw.
8509         + change WACS_xxx definition to use address, to work like Tru64 curses.
8510
8511 20020317
8512         + add 'e' and 'm' toggles to 'a', 'A' tests in ncurses.c to demonstrate
8513           effect of echo/noecho and meta modes.
8514         + add 'A' test to ncurses.c to demonstrate wget_wch() and related
8515           functions.
8516         + add manpage: curs_get_wch.3x
8517         + implement unget_wch().
8518         + implement wget_wch().
8519
8520 20020310
8521         + regenerated html manpages.
8522         + add manpages: curs_in_wch.3x, curs_ins_wch.3x, curs_ins_wstr.3x
8523         + implement wins_wch().
8524         + implement win_wch().
8525         + implement wins_nwstr(), wins_wstr().
8526
8527 20020309
8528         + add manpages: curs_addwstr.3x, curs_winwstr.3x
8529         + implement winnwstr(), winwstr().
8530
8531 20020223
8532         + add manpages: curs_add_wchstr.3x, curs_bkgrnd.3x
8533         + document wunctrl, key_name.
8534         + implement key_name().
8535         + remove const's in lib_box.c incorrectly leftover after splitting off
8536           lib_box_set.c
8537         + update llib-lncurses, llib-ncursesw, fix configure script related to
8538           these.
8539
8540 20020218
8541         + remove quotes on "SYNOPSIS" in man/curs_box_set.3x, which resulted
8542           in spurious symlinks on install.
8543
8544 20020216
8545         + implement whline_set(), wvline_set(), add manpage curs_border_set.
8546         + add subtest 'b' to 'F' and 'f' in ncurses.c to demonstrate use of
8547           box() and box_set() functions.
8548         + add subtest 'u' to 'F' in ncurses.c, to demonstrate use of addstr()
8549           given UTF-8 string equivalents of WACS_xxx symbols.
8550         + minor fixes to several manpages based on groff -ww output.
8551         + add descriptions of external variables of termcap interface to
8552           the manpage (report by Bruce Evans <bde@zeta.org.au>).
8553         > patches by Bernhard Rosenkraenzer:
8554         + correct configure option --with-bool, which was executed as
8555           --with-ospeed.
8556         + add quotes for parameters of --with-bool and --with-ospeed configure
8557           options.
8558         > patch by Sven Verdoolaege (report by Gerhard Haering
8559           <haering_linux@gmx.de>):
8560         + correct typos in definitions of several wide-character macros:
8561           waddwstr, wgetbkgrnd, mvaddwstr, mvwadd_wchnstr, mvwadd_wchnstr,
8562           mvwaddwstr.
8563         + pass $(CPPFLAGS) to MKlib_gen.sh, thereby fixing a missing definition
8564           of _XOPEN_SOURCE_EXTENDED, e.g., on Solaris
8565
8566 20020209
8567         + implement wide-acs characters for UTF-8 locales.  When in UTF-8
8568           locale, ignore narrow version of acs.  Add 'F' test to test/ncurses.c
8569           to demonstrate.
8570         + correct prototype in keybound manpage (noted from a Debian mailing
8571           list item).
8572
8573 20020202
8574         + add several cases to the wscanw() example in testcurs.c, showing the
8575           format.
8576         + implement a simple vsscanf() fallback function which uses the %n
8577           conversion to help parse the input data (prompted by discussion with
8578           Albert Chin-A-Young).
8579         + modify mk-1st.awk and test/Makefile.in to add $(LDFLAGS) when making
8580           shared libraries, and to use $(CFLAGS) when linking test programs
8581           (patch by Albert Chin-A-Young).
8582         + add a call to _nc_keypad() in keypad() to accommodate applications
8583           such as nvi, which use curses for output but not for input (fixes
8584           Debian #131263, cf: 20011215).
8585         + add entrypoints to resizeterm.c which provide better control over the
8586           process:  is_term_resized() and resize_term().  The latter restores
8587           the original design of resizeterm() before KEY_RESIZE was added in
8588           970906.  Do this to accommodate 20010922 changes to view.c, but allow
8589           for programs with their own sigwinch handler, such as lynx (reported
8590           by Russell Ruby <russ@math.orst.edu>).
8591
8592 20020127
8593         + fix a typo in change to mk-1st.awk, which broke the shared-library
8594           makefile rules (reported by Martin Mokrejs).
8595
8596 20020126
8597         + update config.guess, config.sub
8598         + finish changes needed to build dll's on cygwin.
8599         + fix a typo in mvwchat() macro (reported by Cy <yam@homerow.net).
8600
8601 20020119
8602         + add case in lib_baudrate.c for B921600 (patch by Andrey A Chernov).
8603         + correct missing sed-editing stage in manpage installs which is used
8604           to rename manpages, broken in 20010324 fix for Debian #89939 (Debian
8605           #78866).
8606         + remove -L$(libdir) from linker flags, probably not needed any more
8607           since HPUX is handled properly (reported by Niibe Yutaka
8608           <gniibe@m17n.org>).
8609         + add configure check for mbstate_t, needed for wide-character
8610           configuration.  On some platforms we must include <wchar.h> to
8611           define this (reported by Daniel Jacobowitz).
8612         + incorporate some of the changes needed to build dll's on cygwin.
8613
8614 20020112a
8615         + workaround for awk did not work with mawk, adjusted shell script.
8616
8617 20020112
8618         + add Caps.osf1r5, as an example.
8619         + modify behavior of can_clear_with() so that if an application is
8620           running in a non-bce terminals with default colors enabled, it
8621           returns true, allowing the user to select/paste text without picking
8622           up extraneous trailing blanks (adapted from patch by Daniel
8623           Jacobowitz <dmj+@andrew.cmu.edu>).
8624         + modify generated curses.h to ifdef-out prototypes for extensions if
8625           they are disabled, and to define curses_version() as a string in that
8626           case.  This is needed to make the programs such as tic build in that
8627           configuration.
8628         + modified generated headers.sh to remove a gzip'd version of the
8629           target file if it exists, in case non-gzip'd manpages are installed
8630           into a directory where gzip'd ones exist.  In that case, the latter
8631           would be found.
8632         + corrected a redundant initialization of signal handlers from 20010922
8633           changes.
8634         + clarified bug-reporting address in terminfo.src (report by John H
8635           DuBois III <spcecdt@armory.com>).
8636         > several fixes from Robert Joop:
8637         + do not use "-v" option of awk in MKkey_defs.sh because it does not
8638           work with SunOS nawk.
8639         + modify definitions for libutf8 in curses.h to avoid redefinition
8640           warnings for mblen
8641         + quoted references to compiler in shell command in misc/Makefile, in
8642           case it uses multiple tokens.
8643
8644 20011229
8645         + restore special case from 20010922 changes to omit SA_RESTART when
8646           setting up SIGWINCH handler, which is needed to allow wgetch() to be
8647           interrupted by that signal.
8648         + updated configure macro CF_WITH_PATHLIST, to omit some double quotes
8649           not needed with autoconf 2.52
8650         + revert configure script to autoconf 2.13 patched with
8651                 autoconf-2.13-19990117.patch.gz (or later)
8652           from
8653                 ftp://invisible-island.net/autoconf/
8654           because autoconf 2.52 macro AC_PROG_AWK does not work on HPUX 11.0
8655           (report by David Ellement <ellement@sdd.hp.com>).  This also fixes a
8656           different problem configuring with Mac OS X (reported by Marc Smith
8657           <marc.a.smith@home.com>).
8658
8659 20011222
8660         + modify include/edit_cfg.h to eliminate BROKEN_LINKER symbol from
8661           term.h
8662         + move prototype for _nc_vsscanf() into curses.h.in to omit
8663           HAVE_VSSCANF symbol from curses.h, which was dependent upon the
8664           ncurses_cfg.h file which is not installed.
8665         + use ACS_LEN rather than SIZEOF(acs_map) in trace code of lib_acs.c,
8666           to work with broken linker configuration, e.g., cygwin (report by
8667           Robert Joop <rj@rainbow.in-berlin.de>).
8668         + make napms() call _nc_timed_wait() rather than poll() or select(),
8669           to work around broken implementations of these on cygwin.
8670
8671 20011218
8672         + drop configure macro CF_WIDEC_SHIFT, since that was rendered obsolete
8673           by Sven Verdoolaege's rewrite of wide-character support.  This makes
8674           libncursesw incompatible again, but makes the header files almost the
8675           same as in the narrow-character configuration.
8676         + simplify definitions that combine wide/narrow versions of bkgd, etc.,
8677           to eliminate differences between the wide/narrow versions of curses.h
8678         + correct typo in configure macro CF_FUNC_VSSCANF
8679         + correct location of call to _nc_keypad() from 20011215 changes which
8680           prevented keypad() from being disabled (reported by Lars Hecking).
8681
8682 20011215
8683         + rewrote ncurses 'a' test to exercise wgetch() and keypad() functions
8684           better, e.g., by adding a 'w' command to create new windows which
8685           may have different keypad() settings.
8686         + corrected logic of keypad() by adding internal screen state to track
8687           whether the terminal's keypad-mode has been set.  Use this in
8688           wgetch() to update the keypad-mode according to whether the
8689           associated window's keypad-mode has been set with keypad().  This
8690           corrects a related problem restoring terminal state after handling
8691           SIGTSTP (reported by Mike Castle).
8692         + regenerate configure using patch for autoconf 2.52
8693                 autoconf-2.52-patch.gz
8694           at
8695                 ftp://invisible-island.net/autoconf/
8696         + update config.guess, config.sub from
8697                 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
8698         + minor changes to quoting in configure script to allow it to work
8699           with autoconf 2.52
8700
8701 20011208
8702         + modify final checks in lib_setup.c for line and col values, making
8703           them independent.
8704         + modify acs_map[] if configure --broken-linker is specified, to make
8705           it use a function rather than an array (prompted by an incorrect
8706           implementation in cygwin package).
8707         + correct spelling of configure option --enable-colorfgbg, which
8708           happened to work if --with-develop was set (noted in cygwin package
8709           for ncurses).
8710         + modify ifdef for genericerror() to compile with SUNWspro Sun WorkShop
8711           6 update 1 C++ 5.2 (patch by Sullivan N Beck <sbeck@cise.ufl.edu>).
8712         + add configure checks to see if ncurses' fallback vsscanf() will
8713           compile either of the special cases for FILE structs, and if not,
8714           force it to the case which simply returns an error (report by
8715           Sullivan N Beck <sbeck@cise.ufl.edu> indicates that Solaris 8 with
8716           64-bits does not allow access to FILE's fields).
8717         + modify ifdef's for c++/cursesw.cc to use the fallback vsscanf() in
8718           the ncurses library if no better substitute for this can be found
8719           in the C++ runtime.
8720         + modify the build to name dynamic libraries according to the
8721           convention used on OS X and Darwin.  Rather than something like
8722           libncurses.dylib.5.2, Darwin would name it libncurses.  5.dylib.
8723           There are a few additional minor fixes, such as setting the library
8724           version and compatibility version numbers (patch by Jason Evans
8725           <jevans@apple.com>).
8726         + use 'sh' to run mkinstalldirs, to work around problems with buggy
8727           versions of 'make' on OS/2 (report by John Polterak <jp@eyup.org>).
8728         + correct typo in manpage description of curs_set() (Debian #121548).
8729         + replace the configure script existence-check for mkstemp() by one
8730           that checks if the function works, needed for older glibc and
8731           AmigaOS.
8732
8733 20011201
8734         + modify script that generates fallbacks.c to compile a temporary
8735           copy of the terminfo source in case the host does not contain all of
8736           the entries requested for fallbacks (request by Greg Roelofs).
8737         + modify configure script to accommodate systems such as Mac OS X whose
8738           <stdbool.h> header defines a 'bool' type inconsistent with ncurses,
8739           which normally makes 'bool' consistent with C++.  Include <stdbool.h>
8740           from curses.h to force consistent usage, define a new type
8741           NCURSES_BOOL and related that to the exported 'bool' as either a
8742           typedef or definition, according to whether <stdbool.h> is present
8743           (based on a bug report for tin 1.5.9 by Aaron Adams <adamsa@mac.com>).
8744
8745 20011124
8746         + added/updated terminfo entries for M$ telnet and KDE konsole -TD
8747
8748 20011117
8749         + updated/expanded Apple_Terminal and Darwin PowerPC terminfo entries
8750           (Benjamin C W Sittler).
8751         + add putty terminfo entry -TD
8752         + if configuring for wide-curses, define _XOPEN_SOURCE_EXTENDED, since
8753           this may not otherwise be defined to make test/view.c compile.
8754
8755 20011110
8756         + review/correct several missing/generated items in curses.wide, sorted
8757           the lists to make subsequent diff's easier to track.
8758
8759 20011103
8760         + add manual pages for add_wch(), echo_wchar(), getcchar(),
8761           mvadd_wch(), mvwadd_wch(), setcchar(), wadd_wch() and wecho_wchar().
8762         + implement wecho_wchar()
8763         + modify _tracedump() to handle wide-characters by mapping them to '?'
8764           and control-characters to '.', to make the trace file readable.  Also
8765           dynamically allocate the buffer used by _tracedump() for formatting
8766           the results.
8767         + modify T_CALLED/T_RETURN macros to ease balancing call/return lines
8768           in a trace by using curly braces.
8769         + implement _nc_viscbuf(), for tracing cchar_t arrays.
8770         + correct trace-calls in setcchar() and getcchar() functions, which
8771           traced the return values but not the entry to each function.
8772         + correct usage message in test/view.c, which still mentioned -u flag.
8773
8774 20011027
8775         + modify configure script to allow building with termcap only, or with
8776           fallbacks only.  In this case, we do not build tic and toe.
8777         + add configure --with-termpath option, to override default TERMPATH
8778           value of /etc/termcap:/usr/share/misc/termcap.
8779         + cosmetic change to tack: make menu descriptions agree with menu
8780           titles.
8781
8782 20011020
8783         + rewrote limit-checks in wscrl() and associated _nc_scroll_window(),
8784           to ensure that if the parameter of wscrl() is larger than the size of
8785           the scrolling region, then the scrolling region will be cleared
8786           (report by Ben Kohlen <bckohlen@yahoo.com>).
8787         + add trace/varargs.c, using this to trace parameters in lib_printw.c
8788         + implement _tracecchar_t2() and _tracecchar_t().
8789         + split-out trace/visbuf.c
8790         + correct typo in lib_printw.c changes from 20010922 (report by Mike
8791           Castle).
8792
8793 20011013
8794         + modify run_tic.sh to check if the build is a cross-compile.  In that
8795           case, do not use the build's tic to install the terminfo database
8796           (report by Rafael Rodriguez Velilla <rrv@tid.es>).
8797         + modify mouse click resolution so that mouseinterval(-1) will disable
8798           it, e.g., to handle touchscreens via a slow connection (request by
8799           Byron Stanoszek <gandalf@winds.org>).
8800         + correct mouseinterval() default value shown in curs_mouse.3x
8801         + remove conflicting definition of mouse_trafo() (reported by Lars
8802           Hecking, using gcc 2.95.3).
8803
8804 20011001
8805         + simpler fix for signal_name(), to replace the one overlooked in
8806           20010929 (reported by Larry Virden).
8807
8808 20010929
8809         + add -i option to view.c, to test ncurses' check for non-default
8810           signal handler for SIGINT, etc.
8811         + add cases for shared-libraries on Darwin/OS X (patch by Rob Braun
8812           <bbraun@synack.net>).
8813         + modify tset to restore original I/O modes if an error is encountered.
8814           Also modify to use buffered stderr consistently rather than mixing
8815           with write().
8816         + change signal_name() function to use if-then-else rather than case
8817           statement, since signal-values aren't really integers (reported by
8818           Larry Virden).
8819         + add limit checks in wredrawln(), fixing a problem where lynx was
8820           repainting a pad which was much larger than the screen.
8821
8822 20010922
8823         + fix:  PutRange() was counting the second part of a wide character as
8824           part of a run, resulting in a cursor position that was one too far
8825           (patch by Sven Verdoolaege).
8826         + modify resizeterm() to not queue a KEY_RESIZE if there was no
8827           SIGWINCH, thereby separating the two styles of SIGWINCH handling
8828           in test/view.c
8829         + simplified lib_tstp.c, modify it to use SA_RESTART flag for SIGWINCH.
8830         + eliminate several static buffers in the terminfo compiler, using
8831           allocated buffers.
8832         + modify MKkeyname.awk so that keyname() does not store its result into
8833           a static buffer that is overwritten by the next call.
8834         + reorganize the output of infocmp -E and -e options to compile cleanly
8835           with gcc -Wwrite-strings warnings.
8836         + remove redefinition of chgat/wchgat/mvwchgat from curses.wide
8837
8838 20010915
8839         + add label to test/view.c, showing the name of the last key or signal
8840           that made the screen repaint, to make it clearer when a sigwinch
8841           does this.
8842         + use ExitProgram() consistently in the test-programs to make it
8843           simpler to test leaks with dmalloc, etc.
8844         + move hashtab static data out of hashmap.c into SCREEN struct.
8845         + make NO_LEAK code compile with revised WINDOWLIST structs.
8846
8847 20010908
8848         + modify tgetent() to check if exit_attribute_mode resets the alternate
8849           character set, and if so, attempt to adjust the copy of the termcap
8850           "me" string which it will return to eliminate that part.  In
8851           particular, 'screen' would lose track of line-drawing characters
8852           (report by Frederic L W Meunier <0@pervalidus.net>, analysis by
8853           Michael Schroeder).
8854
8855 20010901
8856         + specify DOCTYPE in html manpages.
8857         + add missing macros for several "generated" functions:  attr_get(),
8858           attr_off(), attr_on(), attr_set(), chgat(), mvchgat(), mvwchgat() and
8859           mouse_trafo().
8860         + modify view.c to agree with non-experimental status of ncurses'
8861           sigwinch handler:
8862           + change the sense of the -r option, making it default to ncurses'
8863             sigwinch handler.
8864           + add a note explaining what functions are unsafe in a signal
8865             handler.
8866           + add a -c option, to set color display, for testing.
8867         + unset $data variable in MKterminfo.sh script, to address potential
8868           infinite loop if shell malfunction (report by Samuel Mikes
8869           <smikes@cubane.com>, for bash 2.05.0 on a Linux 2.0.36 system).
8870         + change kbs in mach terminfo entries to ^?  (Marcus Brinkmann
8871           <Marcus.Brinkmann@ruhr-uni-bochum.de>).
8872         + correct logic for COLORFGBG environment variable: if rxvt is compiled
8873           with xpm support, the variable has three fields, making it slightly
8874           incompatible with itself.  In either case, the background color is
8875           the last field.
8876
8877 20010825
8878         + move calls to def_shell_mode() and def_prog_mode() before loop with
8879           callbacks in lib_set_term.c, since the c++ demo otherwise initialized
8880           the tty modes before saving them (patch by John David Anglin
8881           <dave@hiauly1.hia.nrc.ca>).
8882         + duplicate logic used to initialize trace in newterm(), in initscr()
8883           to avoid confusing trace of initscr().
8884         + simplify allocation of WINDOW and WINDOWLIST structs by making the
8885           first a part of the second rather than storing a pointer.  This saves
8886           a call to malloc for each window (discussion with Philippe Blain).
8887         + remove unused variable 'used_ncv' from lib_vidattr.c (Philippe
8888           Blain).
8889         + modify c++/Makefile.in to accommodate archive programs that are
8890           different for C++ than for C, and add cases for vendor's C++
8891           compilers on Solaris and IRIX (report by Albert Chin-A-Young).
8892         + correct manpage description of criteria for deciding if the terminal
8893           supports xterm mouse controls.
8894         + add several configure script options to aid with cross-compiling:
8895           --with-build-cc, --with-build-cflags, --with-build-ldflags, and
8896           --with-build-libs (request by Greg Roelofs).
8897         + change criteria for deciding if configure is cross-compiling from
8898           host/build mismatch to host/target mismatch (request by Greg Roelofs
8899           <greg.roelofs@philips.com>).
8900         + correct logic for infocmp -e and -E options which writes the data for
8901           the ext_Names[] array.  This is needed if one constructs a fallback
8902           table for a terminfo entry which uses extended termcap names, e.g.,
8903           AX in a color xterm.
8904         + fix undefined NCURSES_PATHSEP when configure --disable-database
8905           option is given.
8906
8907 20010811
8908         + fix for VALID_BOOLEAN() macro when char is not signed.
8909         + modify 'clean' rule for C++ binding to work with Sun compiler, which
8910           caches additional information in a subdirectory of the objects.
8911         + added llib-ncursesw.
8912
8913 20010804
8914         + add Caps.keys example for experimental extended function keys
8915           (adapted from a patch by Ilya Zakharevich).
8916         + correct parameter types of vidputs() and vidattr() to agree with
8917           header files (report by William P Setzer).
8918         + fix typos in several man-pages (patch by William P Setzer).
8919         + remove unneeded ifdef for __GNUG__ in CF_CPP_VSCAN_FUNC configure
8920           macro, which made ncurses C++ binding fail to build with other
8921           C++ compilers such as HPUX 11.x (report by Albert Chin-A-Young).
8922         + workaround for bug in HPUX 11.x C compiler: add a blank after
8923           NCURSES_EXPORT macro in form.h (report by Albert Chin-A-Young)
8924         + ignore blank lines in Caps* files in MKkey_defs.sh script (report by
8925           Albert Chin-A-Young).
8926         + correct definition of key_end in Caps.aix4, which left KEY_END
8927           undefined (report by Albert Chin-A-Young).
8928         + remove a QNX-specific fallback prototype for vsscanf(), which is
8929           obsolete with QNX RTP.
8930         + review/fix some of the T() and TR() macro calls, having noticed that
8931           there was no data for delwin() in a trace of dialog because there was
8932           no returnVoid call for wtimeout().  Also, traces in lib_twait.c are
8933           now selected under TRACE_IEVENT rather than TRACE_CALLS.
8934
8935 20010728
8936         + add a _nc_access() check before opening files listed via $TERMPATH.
8937         + using modified man2html, regenerate some of the html manpages to fix
8938           broken HREF's where the link was hyphenated.
8939
8940 20010721
8941         + add some limit/pointer checks to -S option of tputs.
8942         + updated/expanded Apple_Terminal and Darwin PowerPC terminfo entries
8943           (Benjamin C W Sittler).
8944         + add a note in curs_termcap.3x regarding a defect in the XSI
8945           description of tgetent (based on a discussion with Urs Jansen
8946           regarding the HPUX 11.x implementation, whose termcap interface is
8947           not compatible with existing termcap programs).
8948         + modify manhtml rule in dist.mk to preserve copyright notice on the
8949           generated files, as well as to address HTML style issues reported by
8950           tidy and weblint.  Regenerated/updated corresponding html files.
8951         + comment out use of Protected_Character and related rarely used
8952           attributes in ncurses Ada95 test/demo to compile with wide-character
8953           configuration.
8954
8955 20010714
8956         + implement a simple example in C++ demo to test scanw().
8957         + corrected stdio function used to implement scanw() in cursesw.cc
8958         + correct definition of RemAttr() macro from 20010602 changes, which
8959           caused C++ SillyDemo to not show line-drawing characters.
8960         + modify C++ binding, adding getKey() which can be overridden by user
8961           to substitute functions other than getch() for keyboard processing
8962           of forms and menus (patch by Juergen Pfeifer).
8963
8964 20010707
8965         + fix some of the trace calls which needed modification to work with
8966           new wide-character structures.
8967         + modify magic-cookie code in tty_update.c to compile with new
8968           wide-character structures (report by <George.R.Goffe@seagate.com>).
8969         + ensure that _XOPEN_SOURCE_EXTENDED is defined in curses.priv.h if
8970           compiling for wide-character configuration.
8971         + make addwnstr() handle non-spacing characters (patch by Sven
8972           Verdoolaege).
8973
8974 20010630
8975         + add configure check to define _GNU_SOURCE, needed to prop up glibc
8976           header files.
8977         + split-out include/curses.wide to solve spurious redefinitions caused
8978           by defining _GNU_SOURCE, and move includes for <signal.h> before
8979           <curses.h> to work around misdefinition of ERR in glibc 2.1.3 header
8980           file.
8981         + extended ospeed change to NetBSD and OpenBSD -TD
8982         + modify logic in lib_baudrate.c for ospeed, for FreeBSD to make it
8983           work properly for termcap applications (patch by Andrey A Chernov).
8984
8985 20010623
8986         + correct an overlooked CharOf/UChar instance (reports by Eugene Lee
8987           <eugene@anime.net>, Sven Verdoolaege).
8988         + correct unneeded ifdef for wunctrl() (reported by Sven Verdoolaege)
8989
8990 20010618
8991         + change overlooked several CharOf/UChar instances.
8992         > several patches from Sven Verdoolaege:
8993         + correct a typo in wunctrl(), which made it appear that botwc() was
8994           needed (no such function: use btowc()).
8995         + reimplement wide-character demo in test/view.c, using new functions.
8996         + implement getcchar(), setcchar(), wadd_wchnstr() and related macros.
8997         + fix a syntax problem with do/if/while in PUTC macro (curses.priv.h).
8998
8999 20010616
9000         + add parentheses in macros for malloc in test.priv.h, fixes an
9001           expression in view.c (report by Wolfgang Gutjahr <gutw@knapp.co.at>).
9002         + add Caps.uwin, as an example.
9003         + change the way curses.h is generated, making the list of function
9004           key definitions extracted from the Caps file.
9005         + add #undef's before possible redefinition of ERR and OK in curses.h
9006         + modify logic in tic, toe, tput and tset which checks for basename of
9007           argv[0] to work properly on systems such as OS/2 which have
9008           case-independent filenames and/or program suffixes, e.g., ".ext".
9009
9010 20010609
9011         + add a configure check, if --enable-widec is specified, for putwc(),
9012           which may be in libutf8.
9013         + remove some unnecessary text from curs_extend.3x and
9014           default_colors.3x which caused man-db to make incorrect symbolic
9015           links (Debian #99550).
9016         + add configure check if cast for _IO_va_list is needed to compile
9017           C++ vscan code (Debian #97945).
9018         > several patches from Sven Verdoolaege:
9019         + correct code that used non-standard auto-initialization of a struct,
9020           which gcc allows (report by Larry Virden).
9021         + use putwc() in PUTC() macro.
9022         + make addstr() work for the special case where the codeset is
9023           non-stateful (eg. UTF-8), as well as stateful codesets.
9024
9025 20010603
9026         + correct loop expression in NEXT_CHAR macro for lib_addstr.c changes
9027           from 20010602 (report by Mike Castle).
9028
9029 20010602
9030         + modify mvcur() to avoid emitting newline characters when nonl() mode
9031           is set.  Normally this is not a problem since the actual terminal
9032           mode is set to suppress nl/crlf translations, however it is useful to
9033           allow the caller to manipulate the terminal mode to avoid staircasing
9034           effects after spawning a process which writes messages (for lynx
9035           2.8.4) -TD
9036         > several patches from Sven Verdoolaege <skimo@kotnet.org>:
9037         + remove redundant type-conversion in fifo_push()
9038         + correct definition of addwstr() macro in curses.h.in
9039         + remove _nc_utf8_outch()
9040         + rename most existing uses of CharOf() to UChar(), e.g., where it is
9041           used to prevent sign-extension in ctype macros.
9042         + change some chtype's to attr_t's where the corresponding variables
9043           are used to manipulate attributes.
9044         + UpdateAttr() was applied to both attributes (attr_t) and characters
9045           (chtype).  Modify macro and calls to it to make these distinct.
9046         + add CharEq() macro, use in places where wide-character configuration
9047           implementation uses a struct for cchar_t.
9048         + moved struct ldat into curses.priv.h, to hide implementation details.
9049         + change CharOf() macro to use it for masking A_CHARTEXT data from
9050           chtype's.
9051         + add L() macro to curses.priv.h, for long-character literals.
9052         + replace several assignments from struct ldat entries to chtype or
9053           char values with combinations of CharOf() and AttrOf() macros.
9054         + add/use intermediate ChAttrOf() and ChCharOf() macros where we know
9055           we are using chtype data.
9056         + add/use lowlevel attribute manipulation macros AddAttr(), RemAttr()
9057           and SetAttr().
9058         + add/use SetChar() macro, to change a cchar_t based on a character and
9059           attributes.
9060         + convert most internal use of chtype to NCURSES_CH_T, to simplify use
9061           of cchar_t for wide-character configuration.  Similarly, use ARG_CH_T
9062           where a pointer would be more useful.
9063         + add stubs for tracing cchar_t values.
9064         + add/use macro ISBLANK()
9065         + add/use constructors for cchar_t's: NewChar(), NewChar2().
9066         + add/use macros CHREF(), CHDEREF(), AttrOfD(), CharOfD() to facilitate
9067           passing cchar_t's by address.
9068         + add/use PUTC_DATA, PUTC() macros.
9069         + for wide-character configuration, move the window background data to
9070           the end of the WINDOW struct so that whether _XOPEN_SOURCE_EXTENDED
9071           is defined or not, the offsets in the struct will not change.
9072         + modify addch() to work with wide-characters.
9073         + mark several wide-character functions as generated in curses.h.in
9074         + implement wunctrl(), wadd_wch(), wbkgrndset(), wbkgrnd(),
9075           wborder_set() and waddnwstr().
9076
9077 20010526
9078         + add experimental --with-caps=XXX option to customize to similar
9079           terminfo database formats such as AIX 4.x
9080         + add Caps.aix4 as an example.
9081         + modify Caps to add columns for the the KEY_xxx symbols.
9082         + modify configure --with-widec to suppress overwrite of libcurses.so
9083           and curses.h
9084         + add checks to toe.c to avoid being confused by files and directories
9085           where we would expect the reverse, e.g., source-files in the
9086           top-level terminfo levels as is the case for AIX.
9087
9088 20010519
9089         + add top-level 'depend' rule for the C sources, assuming that the
9090           makedepend program is available.  As a side-effect, this makes
9091           the generated sources, as in "make sources" (prompted by a report
9092           by Mike Castle that "make -j" fails because the resulting parallel
9093           processes race to generate ncurses/names.c).
9094         + modify configure script so that --disable-overwrite option's action
9095           to add a symbolic link for libcurses applies to the static library as
9096           well as the shared library when both are configured (report by Felix
9097           Natter <f.natter@ndh.net>).
9098         + add ELKS terminfo entries (Federico Bianchi
9099           <bianchi@www.arte.unipi.it>)
9100         + add u6 (CSR) to Eterm (Michael Jennings).
9101
9102 20010512
9103         + modify test/ncurses.c to work with xterm-256color, which has fewer
9104           color pairs than colors*colors (report by David Ellement
9105           <ellement@sdd.hp.com>).
9106
9107 20010505
9108         + corrected screen.xterm-xfree86 entry.
9109         + update comment in Caps regarding IBM (AIX) function-key definitions.
9110
9111 20010421
9112         + modify c++/Makefile.in to link with libncurses++w.a when configured
9113           for wide-characters (patch by Sven Verdoolaege).
9114         + add check in _nc_trace_buf() to refrain from freeing a null pointer.
9115         + improve CF_PROG_INSTALL macro using CF_DIRNAME.
9116         + update config.guess, config.sub from autoconf 2.49e (alpha).
9117
9118 20010414
9119         + add secondary check in tic.c, similar_sgr() to see if the reason
9120           for mismatch was that the individual capabilities used a time-delay
9121           while sgr did not.  Used this to cleanup mismatches, e.g., in vt100,
9122           and remove time-delay from Apple_Terminal entries.
9123         + add Apple_Terminal terminfo entries (Benjamin C W Sittler
9124           <bsittler@iname.com>).
9125         + correct definitions of shifted editing keys for xterm-xfree86 -TD
9126         + fix a bug in test/bs.c from 20010407 (patch by Erik Sigra).
9127         + prevent relative_move() from doing an overwrite if it detects 8-bit
9128           characters when configured for UTF-8 (reported by Sven Verdoolaege
9129           <skimo@kotnet.org>).
9130
9131 20010407
9132         + add configure checks for strstream.h vscan function, and similar
9133           stdio-based function which may be used in C++ binding for gcc 3.0
9134           (reports by George Goffe, Lars Hecking, Mike Castle).
9135         + rewrite parts of configure.in which used changequote().  That feature
9136           is broken in the latest autoconf alphas (e.g., 2.49d).
9137         + add a missing pathname for ncurses_dll.h, needed when building in
9138           a directory outside the source tree (patch by Sven Verdoolaege
9139           <skimo@kotnet.org>).
9140         > fix 2 bugs in test/bs.c Erik Sigra <sigra@home.se>:
9141         + no ships were ever placed in the last row or in the last column.
9142           This made the game very easy to win, because you never had to waste
9143           any shots there, but the computer did.
9144         + the squares around a sunken ship that belonged to the player were not
9145           displayed as already hit by the computer, like it does for the
9146           player.
9147
9148 20010331
9149         + add some examples of customizing screen's terminfo:
9150           screen.xterm-xfree86, screen.xterm-r6, screen.teraterm -TD
9151         + modify screen's terminfo entry to match the khome/kend in screen
9152           3.09.08 (Debian #92215).
9153         + correct a memory leak in forms library (report by Stefan Vogtner
9154           <stefan@vogtner.de>) (patch by Juergen Pfeifer).
9155
9156 20010324
9157         + change symbols used to guard against repeated includes to begin
9158           consistently with "NCURSES_" rather than a leading underscore.  There
9159           are other symbols defined in the header files which begin with a
9160           leading underscore, but they are part of the legacy interface.
9161         + reorder includes in c++ binding so that rcs identifiers can be
9162           compiled-in.
9163         + add .cc.ii rule to c++ makefile, to get preprocessor output for
9164           debugging.
9165         + correct configure script handling of @keyword@ substitutions when the
9166           --with-manpage-renames option is given (cf: 20000715, fixes Debian
9167           #89939).
9168         + report stack underflow/overflow in tparm() when tic -cv option is
9169           given.
9170         + remove spurious "%|" operator from xterm-xfree86 terminfo entry,
9171           (reported by Adam Costello <amc@cs.berkeley.edu>, Debian #89222).
9172
9173 20010310
9174         + cleanup of newdemo.c, fixing some ambiguous expressions noted by gcc
9175           2.95.2, and correcting some conflicting color pair initializations.
9176         + add missing copyright notice for cursesw.h
9177         + review, make minor fixes for use of '::' for referring to C-language
9178           interface from C++ binding.
9179         + modify configure check for g++ library slightly to accommodate
9180           nonstandard version number, e.g., <vendor>-2.7 (report by Ronald Ho
9181           <rho@mipos2.intel.com>).
9182         + add configure check for c++ <sstream> header, replace hardcoded
9183           ifdef.
9184         + workaround for pre-release of gcc 3.0 libstdc++, which has dropped
9185           vscan from strstreambuf to follow standard, use wrapper for C vscanf
9186           instead (report by George Goffe <grgoffe@excite.com> and Matt Taggart
9187           <taggart@carmen.fc.hp.com>, fixes Debian .
9188
9189 20010303
9190         + modify interface of _nc_get_token() to pass 'silent' parameter to it,
9191           to make quieter loading of /etc/termcap (patch by Todd C Miller).
9192         + correct a few typos in curs_slk.3x and curs_outopts.3x manpages
9193           (patch by Todd C Miller).
9194
9195 20010224
9196         + compiler-warning fixes (reported by Nelson Beebe).
9197
9198 20010210
9199         + modify screen terminfo entry to use new 3.9.8 feature allowing xterm
9200           mouse controls -TD
9201
9202 20010203
9203         + broaden patterns used to match OS/2 EMX in configure script to cover
9204           variant used in newer config.guess/config.sub
9205         + remove changequote() calls from configure script, since this feature
9206           is broken in the autoconf 2.49c alpha, maintainers decline to fix.
9207         + remove macro callPutChar() from tty_update.c, since this is no longer
9208           needed (reported by Philippe Blain).
9209         + add a null-pointer check in tic.c to handle the case when the input
9210           file is really empty.  Modify the next_char() function in comp_scan.c
9211           to allow arbitrarily long lines, and incidentally supply a newline to
9212           files that do not end in a newline.  These changes improve tic's
9213           recovery from attempts to read binary files, e.g., its output from
9214           the terminfo database (reported by Bernhard Rosenkraenzer).
9215
9216 20010127
9217         + revert change to c++/demo.cc from 20001209, which changed definition
9218           of main() apparently to accommodate cygwin linker, but broke the demo
9219           program.
9220         + workaround for broken egcs 2.91.66 which calls member functions
9221           (i.e., lines() and colors() of NCursesWindow before calling its
9222           constructor.  Add calls to initialize() in a few constructors which
9223           did not do this already.
9224         + use the GNAT preprocessor to make the necessary switch between TRACE
9225           and NO_TRACE configurations (patch by Juergen Pfeifer).
9226         > patches by Bernhard Rosenkraenzer:
9227         + modify kterm terminfo entry to use SCS sequence to support alternate
9228           character set (it does not work with SI/SO).
9229         + --with-ospeed=something didn't work.  configure.in checked for a
9230           $enableval where it should check for $withval.  Also,
9231           ncurses/llib-lncurses still had a hardcoded short.
9232
9233 20010114
9234         + correction to my merge of Tom Riddle's patch that broke tic in some
9235           conditions (reported by Enoch Wexler <enoch@wexler.co.il>) -TD
9236
9237 20010113
9238         + modify view.c to test halfdelay().  Like other tests, this recognizes
9239           the 's' and space commands for stopping/starting polled input, shows
9240           a freerunning clock in the header.  If given a parameter to 's', that
9241           makes view.c use halfdelay() with that parameter rather than
9242           nodelay().
9243         + fix to allow compile with the experimental configure option
9244           --disable-hashmap.
9245         + modify postprocess_termcap() to avoid overwriting key_backspace,
9246           key_left, key_down when processing a non-base entry (report/patch by
9247           Tom Riddle).
9248         + modify _nc_wrap_entry(), adding option to reallocate the string
9249           table, needed in _nc_merge_entry() when merging termcap entries.
9250           (adapted from report/patch by Tom Riddle <ftr@oracom.com>).
9251         + modify a few configure script macros to keep $CFLAGS used only for
9252           compiler options, preprocessor options in $CPPFLAGS.
9253
9254 20001230
9255         + correct marker positions in lrtest.c after receiving a sigwinch.
9256         + fix ifdef's in ncurses.c to build against pre-5.2 for testing.
9257         + fixes to tclock for resizing behavior, redundant computation (report
9258           and patch by A M Kuchling <akuchlin@mems-exchange.org>).
9259
9260 20001216
9261         + improved scoansi terminfo entry -TD
9262         + modify configure script and makefile in Ada95/src to compile a stub
9263           for the trace functions when ncurses does not provide those.
9264
9265 20001209
9266         + add ncurses_dll.h and related definitions to support generating DLL's
9267           with cygwin (adapted from a patch by Charles Wilson
9268           <cwilson@ece.gatech.edu>, changed NCURSES_EXPORT macro to make it
9269           work with 'indent') -TD
9270
9271 20001202
9272         + correct prototypes for some functions in curs_termcap.3x, matching
9273           termcap.h, which matches X/Open.
9274         > patch by Juergen Pfeifer:
9275         + a revised version of the Ada enhancements sent in by "H.
9276           Nanosecond", aka Eugene V Melaragno <aldomel@ix.netcom.com>.  This
9277           patch includes
9278           - small fixes to the existing ncurses binding
9279           - addition of some more low-level functions to the binding, including
9280             termcap and terminfo functions
9281           - An Ada implementation of the "ncurses" test application originally
9282             written in C.
9283
9284 20001125
9285         + modify logic in lib_setup.c to allow either lines or columns value
9286           from terminfo to be used if the screen size cannot be determined
9287           dynamically rather than requiring both (patch by Ehud Karni
9288           <ehud@unix.simonwiesel.co.il>).
9289         + add check in lib_tgoto.c's is_termcap() function to reject null or
9290           empty strings (reported by Valentin Nechayev <netch@netch.kiev.ua> to
9291           freebsd-bugs).
9292         + add definition from configure script that denotes the path-separator,
9293           which is normally a colon.  The path-separator is a semicolon on
9294           OS/2 EMX and similar systems which may use a colon within pathnames.
9295         + alter logic to set default for --disable-overwrite option to set it
9296           to 'yes' if the --prefix/$prefix value is not /usr/local, thereby
9297           accommodating the most common cause of problems: gcc's nonstandard
9298           search rules.  Other locations such as /usr/local/ncurses will
9299           default to overwriting (report by Lars Hecking <lhecking@nmrc.ie>).
9300
9301 20001118
9302         + modify default for --disable-overwrite configure option to disable
9303           if the --prefix or $prefix value is not /usr.
9304         + add cygwin to systems for which ncurses is installed by default into
9305           /usr rather than /usr/local.
9306
9307 20001111
9308         + minor optimization in comp_error.c and lib_termname.c, using
9309           strncat() to replace strncpy() (patch by Solar Designer).
9310         + add a use_terminfo_vars() check for $HOME/.termcap, and check for
9311           geteuid() to use_terminfo_vars() (patch by Solar Designer
9312           <solar@false.com>).
9313         + improved cygwin terminfo entry, based on patch by
9314           <ernie_boyd@yahoo.com>.
9315         + modify _nc_write_entry() to allow for the possibility that linking
9316           aliases on a filesystem that ignores case would not succeed because
9317           the source and destination differ only by case, e.g., NCR260VT300WPP0
9318           on cygwin (report by Neil Zanella).
9319         + fix a typo in the curs_deleteln.3x man page (patch by Bernhard
9320           Rosenkraenzer <bero@redhat.de>).
9321
9322 20001104
9323         + add configure option --with-ospeed to assist packagers in transition
9324           to 5.3 change to ospeed type.
9325         + add/use CharOf() macro to suppress sign-extension of char type on
9326           platforms where this is a problem in ctype macros, e.g., Solaris.
9327         + change trace output to binary format.
9328         + correct a missing quote adjustment in CF_PATH_SYNTAX autoconf
9329           macro, for OS/2 EMX configuration.
9330         + rearrange a few configure macros, moving preprocessor options to
9331           $CPPFLAGS (a now-obsolete version of autoconf did not consistently
9332           use $CPPFLAGS in both the compile and preprocessor checks).
9333         + add a check in relative_move() to guard against buffer overflow in
9334           the overwrite logic.
9335
9336 20001028
9337         + add message to configure script showing g++ version.
9338         + resync config.guess, config.sub
9339         + modify lib_delwin.c, making it return ERR if the window did not exist
9340           (suggested by Neil Zanella).
9341         + add cases for FreeBSD 3.1 to tdlint and makellib scripts, used this
9342           to test/review ncurses library.  (Would use lclint, but it doesn't
9343           work).
9344         + reorganized knight.c to avoid forward references.  Correct screen
9345           updates when backtracking, especially to the first cell.  Add F/B/a
9346           commands.
9347
9348 20001021 5.2 release for upload to ftp.gnu.org
9349         + update generated html files from manpages.
9350         + modify dist.mk to use edit_man.sh to substitute autoconf'd variables
9351           in html manpages.
9352         + fix an uninitialized pointer in read_termcap.c (report by Todd C
9353           Miller, from report/patch by Philip Guenther <guenther@gac.edu>).
9354         + correct help-message and array limit in knight.c (patch by Brian
9355           Raiter <breadbox@muppetlabs.com>).
9356         > patch by Juergen Pfeifer:
9357         + fix to avoid warning by GNAT-3.13p about use of inconsistent casing
9358           for some identifiers defined in the standard package.
9359         + cosmetic change to forms/fty_enum.c
9360
9361 20001014
9362         + correct an off-by-one position in test/railroad.c which could cause
9363           wrapping at the right margin.
9364         + test/repair some issues with libtool configuration.  Make
9365           --disable-echo force libtool --silent.  (Libtool does not work for
9366           OS/2 EMX, works partly for SCO - libtool is still very specific to
9367           gcc).
9368         + change default of --with-manpage-tbl to "no", since for most of the
9369           platforms which do have tbl installed, the system "man" program
9370           understands how to run tbl automatically.
9371         + minor improvement to force_bar() in comp_parse.c (Bernhard
9372           Rosenkraenzer <bero@redhat.de>).
9373         + modify lib_tparm.c to use get_space() before writing terminating
9374           null character, both for consistency as well as to ensure that if
9375           save_char() was called immediately before, that the allocated memory
9376           is enough (patch by Sergei Ivanov).
9377         + add note about termcap ML capability which is duplicated between two
9378           different capabilities:  smgl and smglr (reported by Sergei Ivanov
9379           <svivanov@pdmi.ras.ru>).
9380         + correct parameter counts in include/Caps for dclk as well as some
9381           printer-specific capabilities: csnm, defc, scs, scsd, smgtp, smglp.
9382         > patch by Johnny C Lam <lamj@stat.cmu.edu>:
9383         + add support for building with libtool (apparently version 1.3.5,
9384           since old versions do not handle -L../lib), using new configure
9385           option --with-libtool.
9386         + add configure option --with-manpage-tbl, which causes the manpages to
9387           be preprocessed by tbl(1) prior to installation,
9388         + add configure option --without-curses-h, which causes the
9389           installation process to install curses.h as ncurses.h and make
9390           appropriate changes to headers and manpages.
9391
9392 20001009
9393         + correct order of options/parameters in run_tic.in invocation of tic,
9394           which did not work with standard getopt() (reported by Ethan
9395           Butterfield <primus@veris.org>).
9396         + correct logic for 'reverse' variable in lib_vidattr.c, which was
9397           setting it true without checking if newmode had A_REVERSE set, e.g.,
9398           using $TERM=ansi on OS/2 EMX (see 20000917).
9399         > patch by Todd C Miller:
9400         + add a few missing use_terminfo_vars() and fixes up _nc_tgetent().
9401           Previously, _nc_cgetset() would still get called on cp so the
9402           simplest thing is to set cp to NULL if !use_terminfo_vars().
9403         + added checks for an empty $HOME environment variable.
9404         > patches for OS/2 EMX (Ilya Zakharevich):
9405         + modify convert_configure.pl to support INSTALL.  Change compiler
9406           options in that script to use multithreading, needed for the mouse.
9407         + modify OS/2 mouse support, retrying as a 2-button mouse if code fails
9408           to set up a 3-button mouse.
9409         + improve code for OS/2 mouse support, using _nc_timed_wait() to
9410           replace select() call.
9411
9412 20001007
9413         + change type of ospeed variable back to short to match its use in
9414           legacy applications (reported by Andrey A Chernov).
9415         + add case to configure script for --enable-rpath on IRIX (patch by
9416           Albert Chin-A-Young).
9417         + minor fix to position_check() function, to ensure it gets the whole
9418           cursor report before decoding.
9419         + add configure option --disable-assumed-color, to allow pre-5.1
9420           convention of default colors used for color-pair 0 to be configured
9421           (see assume_default_colors()).
9422         + rename configure option --enable-hashmap --disable-hashmap, and
9423           reorder the configure options, splitting the experimental and
9424           development
9425         + add configure option --disable-root-environ, which tells ncurses to
9426           disregard $TERMINFO and similar environment variables if the current
9427           user is root, or running setuid/setgid (based on discussion with
9428           several people).
9429         + modified misc/run_tic.in to use tic -o, to eliminate dependency on
9430           $TERMINFO variable for installs.
9431         + add table entry for plab_norm to tput, so it passes in strings
9432           for that capability.
9433         + modify parse_format() in lib_tparm.c to ignore precision if it is
9434           longer than 10000 (report by Jouko Pynnonen).
9435         + rewrote limit checks in lib_mvcur.c using new functions
9436           _nc_safe_strcat(), etc.  Made other related changes to check lengths
9437           used for strcat/strcpy (report by Jouko Pynnonen
9438           <jouko@solutions.fi>).
9439
9440 20000930
9441         + modify several descriptions, including those for setaf, setab, in
9442           include/Caps to indicate that the entries are parameterized.  This
9443           information is used to tell which strings are translated when
9444           converting to termcap.  Fixes a problem where the generated termcap
9445           would contain a spurious "%p1" for the terminfo "%p1%d".
9446         + modify ld -rpath options (e.g., Linux, and Solaris) to use an
9447           absolute pathname for the build tree's lib directory (prompted by
9448           discussion with Albert Chin-A-Young).
9449         + modify "make install.man" and "make uninstall.man" to include tack's
9450           man-page.
9451         + various fixes for install scripts used to support configure --srcdir
9452           and --with-install-prefix (reported by Matthew Clarke
9453           <Matthew_Clarke@mindlink.bc.ca>).
9454         + make configure script checks on variables $GCC and $GXX consistently
9455           compare against 'yes' rather than test if they are nonnull, since
9456           either may be set to the corresponding name of the C or C++ compiler
9457           (report/patch by Albert Chin-A-Young).
9458
9459 20000923
9460         + modify rs2 capability in xterm-r6 and similar where cursor
9461           save/restore bracketed the sequence for resetting video attributes.
9462           The cursor restore would undo that (report by John Hawkinson
9463           <jhawk@MIT.EDU> (see NetBSD misc/11052)).
9464         + using parameter check added to tic, corrected 27 typos in
9465           terminfo.src -TD
9466         + modify tic to verify that its inputs are really files, in case
9467           someone tries to read a directory (or /dev/zero).
9468         + add a check for empty buffers returned by fgets() in comp_scan.c
9469           next_char() function, in case tic is run on a non-text file (fixes
9470           a core dump reported by Aaron Campbell <aaron@cs.dal.ca>).
9471         + add to railroad.c some code exercising tgoto(), providing an
9472           alternate form of display if the terminal supports cursor addressing.
9473         + split-out tgoto() again, this time into new file lib_tgoto.c, and
9474           implement a conventional BSD-style tgoto() which is used if the
9475           capability string does not contain terminfo-style padding or
9476           parameters (requested by Andrey A Chernov).
9477         + add check to tic which reports capabilities that do not reference
9478           the expected number of parameters.
9479         + add error checking to infocmp's -v and -m options to ensure that
9480           the option value is indeed a number.
9481         + some cleanup of logic in _nc_signal_handler() to verify if SIGWINCH
9482           handler is setup.  Separated the old/new sigaction data for SIGTSTP
9483           from the other signals.
9484
9485 20000917
9486         + add S0, E0 extensions to screen's terminfo entry, which is another
9487           way to solve the misconfiguration issue -TD
9488         + completed special case for tgoto from 20000916
9489
9490 20000916
9491         + update xterm terminfo entries to match XFree86 xterm patch #146 -TD
9492         + add Matrix Orbital terminfo entries (from Eric Z Ayers
9493           <eric@ale.org>).
9494         + add special case to lib_tparm.c to allow 'screen' program to use a
9495           termcap-style parameter "%." to tgoto() for switching character sets.
9496         + use LN_S substitution in run_tic.in, to work on OS/2 EMX which has
9497           no symbolic links.
9498         + updated notes in README.emx regarding autoconf patches.
9499         + replace a lookup table in lib_vidattr.c used to decode no_color_video
9500           with a logic expression (suggested by Philippe Blain).
9501         + add a/A toggle to ncurses.c 'b' test, which clears/sets alternate
9502           character set attribute from the displayed text.
9503         + correct inequality in parameter analysis of rewritten lib_tparm.c
9504           which had the effect of ignoring p9 in set_attributes (sgr), breaking
9505           alternate character set (reported by Piotr Majka <charvel@link.pl>).
9506         + correct ifdef'ing for GCC_PRINTF, GCC_SCANF which would not compile
9507           with Sun WorkShop compilers since these tokens were empty (cf:
9508           20000902, reported by Albert Chin-A-Young).
9509
9510 20000909
9511         + correct an uninitialized parameter to open_tempfile() in tic.c which
9512           made "tic -I" give an ambiguous error message about tmpnam.
9513         + add special case in lib_vidattr.c to reset underline and standout for
9514           devices that have no sgr0 defined (patch by Don Lewis
9515           <Don.Lewis@tsc.tdk.com>).  Note that this will not work for bold
9516           mode, since there is no exit-bold-mode capability.
9517         + improved patch for Make_Enum_Type (patch by Juergen Pfeifer).
9518         + modify tparm to disallow arithmetic on strings, analyze the varargs
9519           list to read strings as strings and numbers as numbers.
9520         + modify tparm's internal function spop() to treat a null pointer as
9521           an empty string.
9522         + modify tput program so it can be renamed or invoked via a link as
9523           'reset' or 'init', producing the same effect as 'tput reset' or 'tput
9524           init'.
9525         + add private entrypoint _nc_basename(), use to consolidate related
9526           code in progs, as well as accommodating OS/2 EMX pathnames.
9527         + remove NCURSES_CONST line from edit_cfg.sh to compensate for its
9528           removal (except via AC_SUBST) from configure.in, making
9529           --enable-const work again (reported by Juergen Pfeifer).
9530         + regen'd configure to pick up "hpux*" change from 20000902.
9531
9532 20000902
9533         + modify tset.c to check for transformed "reset" program name, if any.
9534         + add a check for null pointer in Make_Enum_Type() (reported by Steven
9535           W Orr <steveo@world.std.com>).
9536         + change functions _nc_parse_entry() and postprocess_termcap() to avoid
9537           using strtok(), because it is non-reentrant (reported by Andrey A
9538           Chernov <ache@nagual.pp.ru>).
9539         + remove "hpux10.*" case from CF_SHARED_OPTS configure script macro.
9540           This differed from the "hpux*" case by using reversed symbolic
9541           links, which made the 5.1 version not match the configuration of
9542           5.0 shared libraries (reported by Albert Chin-A-Young).
9543         + correct a dependency in Ada95/src/Makefile.in which prevented
9544           building with configure --srcdir (patch by H Nanosecond
9545           <aldomel@ix.netcom.com>).
9546         + modify ifdef's in curses.h.in to avoid warning if GCC_PRINTF or
9547           GCC_SCANF was not previously defined (reported by Pavel Roskin
9548           <proski@gnu.org>).
9549         + add MKncurses_def.sh to generate fallback definitions for
9550           ncurses_cfg.h, to quiet gcc -Wundef warnings, modified ifdef's in
9551           code to consistently use "#if" rather than "#ifdef".
9552
9553 20000826
9554         + add QNX qansi entries to terminfo -TD
9555         + add os2 entry to misc/emx.src (<jmcoopr@webmail.bmi.net>).
9556         + add configure option --with-database to allow specifying a different
9557           terminfo source-file to install.  On OS/2 EMX, this defaults to
9558           misc/emx.src
9559         + change misc/run_tic.sh to derive it from misc/run_tic.in, to simplify
9560           setting .exe extension on OS/2 EMX.
9561         + add .exe extension in Ada95/gen/Makefile.in,
9562           Ada95/samples/Makefile.in, for OS/2 EMX (reported by
9563           <jmcoopr@webmail.bmi.net>).
9564         + add configure check for filesystems (such as OS/2 EMX) which do not
9565           distinguish between upper/lowercase filenames, use this to fix tags
9566           rules in makefiles.
9567         + initialize fds[] array to 0's in _nc_timed_wait(); apparently poll()
9568           only sets the revents members of that array when there is activity
9569           corresponding to the related file (report by Glenn Cooper
9570           <gcooper@qantas.com.au>, using Purify on Solaris 5.6).
9571         + change configure script to use AC_CANONICAL_SYSTEM rather than
9572           AC_CANONICAL_HOST, which means that configure --target will set
9573           a default program-prefix.
9574         + add note on cross-compiling to INSTALL (which does not rely on the
9575           AC_CANONICAL_* macros).
9576
9577 20000819
9578         + add cases for EMX OS/2 to config.guess, config.sub
9579         + new version of config.guess, config.sub from lynx 2.8.4dev.7
9580         + add definitions via transform.h to allow tic and tput to check for
9581           the transformed aliases rather than the original infotocap, etc.
9582         + simplify transform-expressions in progs/Makefile.in, make the
9583           uninstall rule work for transformed program names.
9584         + change symbol used by --install-prefix configure option from
9585           INSTALL_PREFIX to DESTDIR (the latter has become common usage
9586           although the name is misleading).
9587         + modify programs to use curses_version() string to report the version
9588           of ncurses with which they are compiled rather than the
9589           NCURSES_VERSION string.  The function returns the patch level in
9590           addition to the major and minor version numbers.
9591
9592 20000812
9593         + modify CF_MAN_PAGES configure macro to make transformed program names
9594           a parameter to that macro rather than embedding them in the macro.
9595         + newer config.guess, config.sub (reference version used in lynx
9596           2.8.4dev.7).
9597         + add configure option --with-default-terminfo-dir=DIR to allow
9598           specifying the default terminfo database directory (request by Albert
9599           Chin-A-Young).
9600         + minor updates for terminfo.src from FreeBSD termcap change-history.
9601         + correct notes in README and INSTALL regarding documentation files
9602           that were moved from misc directory to doc (report by Rich Kulawiec
9603           <rsk@gsp.org>).
9604         + change most remaining unquoted parameters of 'test' in configure
9605           script to use quotes, for instance fixing a problem in the
9606           --disable-database option (reported by Christian Mondrup
9607           <scancm@biobase.dk>).
9608         + minor adjustments to work around some of the incompatibilities/bugs
9609           in autoconf 2.29a alpha.
9610         + add -I/usr/local/include when --with-ncurses option is used in
9611           test/configure script.
9612         + correct logic in adjust_cancels(), which did not check both
9613           alternatives when reclassifying an extended name between boolean,
9614           number and string, causing an infinite loop in tic.
9615
9616 20000730
9617         + correct a missing backslash in curses.priv.h
9618
9619 20000729
9620         + change handling of non_dest_scroll_region in tty_update.c to clear
9621           text after it is shifted in rather than before shifting out.  Also
9622           correct row computation (reported by Ruediger Kuhlmann
9623           <uck4@rz.uni-karlsruhe.de>).
9624         + add/use new trace function to display chtype values from winch() and
9625           getbkgd().
9626         + add trace mask TRACE_ATTRS, alter several existing _tracef calls that
9627           trace attribute changes under TRACE_CALLS to use this.
9628         + modify MKlib_gen.sh so that functions returning chtype will call
9629           returnChar().
9630         + add returnChar() trace, for functions returning chtype.
9631         + change indent.pro to line up parenthesis.
9632
9633 20000722
9634         + fix a heap problem with the c++ binding (report by
9635           <alexander_liberson@ninewest.com>, patch by Juergen Pfeifer).
9636         + minor adjustment to ClrToEOL() to handle an out-of-bounds parameter.
9637         + modify the check for big-core to force a couple of memory accesses,
9638           which may work as needed for older/less-capable machines (if not,
9639           there's still the explicit configure option).
9640         > fixes based on diff's for Amiga and BeOS found at
9641           http://www.mathematik.uni-karlsruhe.de/~kuhlmann/cross/ncurses/
9642         + alter definition of NCURSES_CONST to make it non-empty.
9643         + add amiga-vnc terminfo entry.
9644         + redefine 'TEXT' in menu.h for AMIGA, since it is reported to have
9645           an (unspecified) symbol conflict.
9646         + replaced case-statement in _nc_tracebits() for CSIZE with a table to
9647           simplify working around implementations that define random
9648           combinations of the related macros to zero.
9649         + modify configure test for tcgetattr() to allow for old
9650           implementations, e.g., on BeOS, which only defined it as a macro.
9651         > patches by Bruno Haible:
9652         + when checking LC_ALL/LC_CTYPE/LANG environment variables for UTF-8
9653           locale, ignore those which are set to an empty value, as per SUSV2.
9654         + encode 0xFFFD in UTF-8 with 3 bytes, not 2.
9655         + modify _nc_utf8_outch() to avoid sign-extension when checking for
9656           out-of-range value.
9657
9658 20000715
9659         + correct manlinks.sed script to avoid using ERE "\+", which is not
9660           understood by older versions of sed (patch by Albert Chin-A-Young).
9661         + implement configure script options that transform installed program
9662           names, e.g., --program-prefix, including the manpage names and cross
9663           references (patch by Albert Chin-A-Young <china@thewrittenword.com>).
9664         + correct several mismatches between manpage filename and ".TH"
9665           directives, renaming dft_fgbg.3x to default_colors.3x and
9666           menu_attribs.3x to menu_attributes.3x (report by Todd C Miller).
9667         + correct missing includes for <string.h> in several places, including
9668           the C++ binding.  This is not noted by gcc unless we use the
9669           -fno-builtin option (reported by Igor Schein <igor@txc.com>).
9670         + modified progs/tset.c and tack/sysdep.c to build with sgttyb
9671           interface if neither termio or termios is available.  Tested this
9672           with FreeBSD 2.1.5 (which does have termios - but the sgttyb does
9673           work).
9674
9675 20000708 5.1 release for upload to ftp.gnu.org
9676         + document configure options in INSTALL.
9677         + add man-page for ncurses trace functions.
9678         + correct return value shown in curs_touch.3x for is_linetouched() and
9679           is_wintouched(), in curs_initscr.3x for isendwin(), and in
9680           curs_termattr.3x for has_ic() and has_il().
9681         + add prototypes for touchline() and touchwin(), adding them to the
9682           list of generated functions.
9683         + modify fifo_push() to put ERR into the fifo just like other values to
9684           return from wgetch().  It was returning without doing that, making
9685           end-of-file condition incorrectly return a 0 (reported by Todd C
9686           Miller).
9687         + uncomment CC_SHARED_OPTS for progs and tack (see 971115), since they
9688           are needed for SCO OpenServer.
9689         + move _nc_disable_period from free_ttype.c to comp_scan.c to appease
9690           dynamic loaders on SCO and IRIX64.
9691         + add "-a" option to test/ncurses.c to invoke assume_default_colors()
9692           for testing.
9693         + correct assignment in assume_default_colors() which tells ncurses
9694           whether to use default colors, or the assumed ones (reported by Gary
9695           Funck <gary@Intrepid.Com>).
9696         + review/correct logic in mk-1st.awk for making symbolic links for
9697           shared libraries, in particular for FreeBSD, etc.
9698         + regenerate misc/*.def files for OS/2 EMX dll's.
9699         + correct quoting of values for CC_SHARED_OPTS in aclocal.m4 for
9700           cases openbsd2*, openbsd*, freebsd* and netbsd* (patch by Peter
9701           Wemm) (err in 20000610).
9702         + minor updates to release notes, as well as adding/updating URLs for
9703           examples cited in announce.html
9704         > several fixes from Philippe Blain <philippe.blain2@freesbee.fr>:
9705         + correct placement of ifdef for NCURSES_XNAMES in function
9706           _nc_free_termtype(), fixes a memory leak.
9707         + add a call to _nc_synchook() to the end of function whline() like
9708           that in wvline() (difference was in 1.9.4).
9709         + make ClearScreen() a little faster by moving two instances of
9710           UpdateAttr() out of for-loops.
9711         + simplify ClrBottom() by eliminating the tstLine data, using for-loops
9712           (cf: 960428).
9713
9714 20000701 pre-release
9715         + change minor version to 1, i.e., ncurses 5.1
9716         + add experimental configure option --enable-colorfgbg to check for
9717           $COLORFGBG variable as set by rxvt/aterm/Eterm.
9718         + add Eterm terminfo entry (Michael Jennings <mej@valinux.com>).
9719         + modify manlinks.sed to pick aliases from the SYNOPSIS section, and
9720           several manpages so manlinks.sed can find aliases for creating
9721           symbolic links.
9722         + add explanation to run_tic.sh regarding extended terminal
9723           capabilities.
9724         + change message format for edit_cfg.sh, since some people interpret
9725           it as a warning.
9726         + correct unescaped '$' in sysv5uw7*|unix_sv* rule for CF_SHARED_OPTS
9727           configure macro (report by Thanh Ma <Thanh.Ma@casi-rusco.com>).
9728         + correct logic in lib_twait.c as used by lib_mouse.c for GPM mouse
9729           support when poll() is used rather than select() (prompted by
9730           discussion with David Allen <DAllen24@aol.com>).
9731
9732 20000624 pre-release
9733         + modify TransformLine() to check for cells with different color pairs
9734           that happen to render the same display colors.
9735         + apply $NCURSES_NO_PADDING to cost-computation in mvcur().
9736         + improve cost computation in PutRange() by accounting for the use
9737           of parm_right_cursor in mvcur().
9738         + correct cost computation in EmitRange(), which was not using the
9739           normalized value for cursor_address.
9740         + newer config.guess, config.sub (reference version used in TIN 1.5.6).
9741
9742 20000617
9743         + update config.guess, config.sub (reference version used in PCRE 3.2).
9744         + resync changes to gnathtml against version 1.22, regenerated html
9745           files under doc/html/ada using this (1.22.1.1).
9746         + regenerated html files under doc/html/man after correcting top and
9747           bottom margin options for man2html in dist.mk
9748         + minor fixes to test programs ncurses 'i' and testcurs program to make
9749           the subwindow's background color cover the subwindow.
9750         + modify configure script so AC_MSG_ERROR is temporarily defined to a
9751           warning in AC_PROG_CXX to make it recover from a missing C++ compiler
9752           without requiring user to add --without-cxx option (adapted from
9753           comment by Akim Demaille <akim@epita.fr> to autoconf mailing list).
9754         + modify headers.sh to avoid creating temporary files in the build
9755           directory when installing headers (reported by Sergei Pokrovsky
9756           <pok@nbsp.nsk.su>)
9757
9758 20000610
9759         + regenerated the html files under doc/html/ada/files and
9760           doc/html/ada/funcs with a slightly-improved gnathtml.
9761         + add kmous capability to linux terminfo entry to allow it to use
9762           xterm-style events provided by gpm patch by Joerg Schoen.
9763         + make the configure macro CF_SHARED_OPTS a little smarter by testing
9764           if -fPIC is supported by gcc rather than -fpic.  The former option
9765           allows larger symbol tables.
9766         + update config.guess and config.sub (patches by
9767           Kevin Buettner <kev@primenet.com> (for elf64_ia64),
9768           Bernd Kuemmerlen <bkuemmer@mevis.de> (for MacOS X)).
9769         + add warning for 'tic -cv' about use of '^?' in terminfo source, which
9770           is an extension.
9771
9772 20000527
9773         + modify echo() behavior of getch() to match Solaris curses for
9774           carriage return and backspace (reported by Neil Zanella).
9775         + change _nc_flush() to a function.
9776         + modify delscreen() to check if the output stream has been closed, and
9777           if so, free the buffer allocated for setbuf (this provides an
9778           ncurses-specific way to avoid a memory leak when repeatedly calling
9779           newterm reported by Chipp C <at_1@zdnetonebox.com>).
9780         + correct typo in curs_getch.3x manpage regarding noecho (reported by
9781           David Malone <dwmalone@maths.tcd.ie>).
9782         + add a "make libs" rule.
9783         + make the Ada95 interface build with configure --enable-widec.
9784         + if the configure --enable-widec option is given, append 'w' to names
9785           of the generated libraries (e.g., libncursesw.so) to avoid conflict
9786           with existing ncurses libraries.
9787
9788 20000520
9789         + modify view.c to make a rudimentary viewer of UTF-8 text if ncurses
9790           is configured with the experimental wide-character support.
9791         + add a simple UTF-8 output driver to the experimental wide-character
9792           support.  If any of the environment variables LC_ALL, LC_CTYPE or
9793           LANG contain the string "UTF-8", this driver will be used to
9794           translate the output to UTF-8.  This works with XFree86 xterm.
9795         + modify configure script to allow building shared libraries on BeOS
9796           (from a patch by Valeriy E Ushakov).
9797         + modify lib_addch.c to allow repeated update to the lower-right
9798           corner, rather than displaying only the first character written until
9799           the cursor is moved.  Recent versions of SVr4 curses can update the
9800           lower-right corner, and behave this way (reported by Neil Zanella).
9801         + add a limit-check in _nc_do_color(), to avoid using invalid color
9802           pair value (report by Brendan O'Dea <bod@compusol.com.au>).
9803
9804 20000513
9805         + the tack program knows how to use smcup and rmcup but the "show caps
9806           that can be tested" feature did not reflect this knowledge.  Correct
9807           the display in the menu tack/test/edit/c (patch by Daniel Weaver).
9808         + xterm-16color does allow bold+colors, removed ncv#32 from that
9809           terminfo entry.
9810
9811 20000506
9812         + correct assignment to SP->_has_sgr_39_49 in lib_dft_fgbg.c, which
9813           broke check for screen's AX capability (reported by Valeriy E Ushakov
9814           <uwe@ptc.spbu.ru>).
9815         + change man2html rule in dist.mk to workaround bug in some
9816           man-programs that ignores locale when rendering hyphenation.
9817         + change web- and ftp-site to dickey.his.com
9818
9819 20000429
9820         + move _nc_curr_token from parse_entry.c to comp_scan.c, to work around
9821           problem linking tack on MacOS X DP3.
9822         + include <sys/time.h> in lib_napms.c to compile on MacOS X DP3
9823           (reported by Gerben Wierda <wierda@holmes.nl>).
9824         + modify lib_vidattr.c to check for ncv fixes when pair-0 is not
9825           default colors.
9826         + add -d option to ncurses.c, to turn on default-colors for testing.
9827         + add a check to _nc_makenew() to ensure that newwin() and newpad()
9828           calls do not silently fail by passing too-large limits.
9829         + add symbol NCURSES_SIZE_T to use rather than explicit 'short' for
9830           internal window and pad sizes.  Note that since this is visible in
9831           the WINDOW struct, it would be an ABI change to make this an 'int'
9832           (prompted by a question by Bastian Trompetter
9833           <btrompetter@firemail.de>, who attempted to create a 96000-line pad).
9834
9835 20000422
9836         + add mgterm terminfo entry from NetBSD, minor adjustments to sun-ss5,
9837           aixterm entries -TD
9838         + modify tack/ansi.c to make it more tolerant of bad ANSI replies.  An
9839           example of an illegal ANSI resonse can be found using Microsoft's
9840           Telnet client.  A correct display can be found using a VT-4xx
9841           terminal or XFree86 xterm with:
9842                 XTerm*VT100*decTerminalID:  450
9843           (patch by Daniel Weaver).
9844         + modify gdc.c to recognize 'q' for quit, 's' for single-step and ' '
9845           for resume.  Add '-n' option to force gdc's standard input to
9846           /dev/null, to both illustrate the use of newterm() for specifying
9847           alternate inputs as well as for testing signal handling.
9848         + minor fix for configure option --with-manpage-symlinks, for target
9849           directories that contain a period ('.') (reported by Larry Virden).
9850
9851 20000415
9852         + minor additions to beterm entry (feedback from Rico Tudor) -TD
9853         + corrections/updates for some IBM terminfo entries -TD
9854         + modify _nc_screen_wrap() so that when exiting curses mode with
9855           non-default colors, the last line on the screen will be cleared to
9856           the screen's default colors (request by Alexander V Lukyanov).
9857         + modify ncurses.c 'r' example to set nonl(), allowing control/M to be
9858           read for demonstrating the REQ_NEW_LINE operation (prompted by a
9859           question by Tony L Keith <tlkeith@keithconsulting.com>).
9860         + modify ncurses.c 'r' example of field_info() to work on Solaris 2.7,
9861           documented extension of ncurses which allows a zero pointer.
9862         + modify fmt_complex() to avoid buffer overflow in case of excess
9863           recursion, and to recognize "%e%?" as a synonym for else-if, which
9864           means that it will not recur for that special case.
9865         + add logic to support $TERMCAP variable in case the USE_GETCAP symbol
9866           is defined (patch by Todd C Miller).
9867         + modify one of the m4 files used to generate the Ada95 sources,
9868           to avoid using the token "symbols" (patch by Juergen Pfeifer).
9869
9870 20000408
9871         + add terminfo entries bsdos-pc-m, bsdos-pc-mono (Jeffrey C Honig)
9872         + correct spelling error in terminfo entry name:  bq300-rv was given as
9873           bg300-rv in esr's version.
9874         + modify redrawwin() macro so its parameter is fully parenthesized
9875           (fixes Debian #61088).
9876         + correct formatting error in dump_entry() which set incorrect column
9877           value when no newline trimming was needed at the end of an entry,
9878           before appending "use=" clauses (cf: 960406).
9879
9880 20000401
9881         + add configure option --with-manpage-symlinks
9882         + change unctrl() to render C1 characters (128-159) as ~@, ~A, etc.
9883         + change makefiles so trace() function is provided only if TRACE is
9884           defined, e.g., in the debug library.  Modify related calls to
9885           _tracechar() to use unctrl() instead.
9886
9887 20000325
9888         + add screen's AX capability (for ECMA SGR 39 and 49) to applicable
9889           terminfo entries, use presence of this as a check for a small
9890           improvement in setting default colors.
9891         + improve logic in _nc_do_color() implementing assume_default_colors()
9892           by passing in previous color pair info to eliminate redundant call to
9893           set_original_colors().  (Part of this is from a patch by Alexander
9894           V Lukyanov).
9895         + modify warning in _nc_trans_string() about a possibly too-long string
9896           to do this once only rather than for each character past the
9897           threshold (600).  Change interface of _nc_trans_string() to allow
9898           check for buffer overflow.
9899         + correct use of memset in _nc_read_entry_source() to initialize ENTRY
9900           struct each time before reading new data into it, rather than once
9901           per loop (cf:  990301).  This affects multi-entry in-core operations
9902           such as "infocmp -Fa".
9903
9904 20000319
9905         + remove a spurious pointer increment in _nc_infotocap() changes from
9906           20000311.  Add check for '.' in format of number, since that also
9907           is not permitted in termcap.
9908         + correct typo in rxvt-basic terminfo from temporary change made while
9909           integrating 20000318.
9910
9911 20000318
9912         + revert part of the vt220 change (request by Todd C Miller).
9913         + add ansi-* terminfo entries from ESR's version.
9914         + add -a option to tic and infocmp, which retains commented-out
9915           capabilities during source translation/comparison, e.g., captoinfo
9916           and infotocap.
9917         + modify cardfile.c to display an empty card if no input data file is
9918           found, fixes a core dump in that case (reported by Bruno Haible).
9919         + correct bracketing in CF_MATH_LIB configure macro, which gave wrong
9920           result for OS/2 EMX.
9921         + supply required parameter for _nc_resolve_uses() call in
9922           read_termcap.c, overlooked in 20000311 (reported by Todd C Miller).
9923         > patches by Bruno Haible <haible@ilog.fr>:
9924         + fix a compiler warning in fty_enum.c
9925         + correct LIB_PREFIX expression for DEPS_CURSES in progs, tack
9926           makefiles, which resulted in redundant linking (cf: 20000122).
9927
9928 20000311
9929         + make ifdef's for BROKEN_LINKER consistent (patch by Todd C Miller).
9930         + improved tack/README (patch by Daniel Weaver).
9931         + modify tput.c to ensure that unspecified parameters are passed to
9932           tparm() as 0's.
9933         + add a few checks in infocmp to guard against buffer overflow when
9934           displaying string capabilities.
9935         + add check for zero-uses in infocmp's file_comparison() function
9936           before calling _nc_align_termtype().  Otherwise one parameter is
9937           indexed past the end of the uses-array.
9938         + add an option -q to infocmp to specify the less verbose output,
9939           keeping the existing format as the default, though not retaining the
9940           previous behavior that made the -F option compare each entry to
9941           itself.
9942         + adapted patch by ESR to make infocmp -F less verbose -TD
9943           (the submitted patch was unusable because it did not compile
9944           properly)
9945           + modify write_entry.c to ensure that absent or cancelled booleans
9946             are written as FALSE, for consistency with infocmp which now
9947             assumes this.  Note that for the small-core configuration, tic
9948             may not produce the same result as before.
9949           + change some private library interfaces used by infocmp, e.g.,
9950             _nc_resolve_uses().
9951           + add a check in _nc_infotocap() to ensure that cm-style capabilities
9952             accept only %d codes when converting the format from terminfo to
9953             termcap.
9954           + modify ENTRY struct to separate the data in 'parent' into the name
9955             and link values (the original idea to merge both into 'parent' was
9956             not good).
9957           + discard repair_acsc(tterm);
9958         > patch by Juergen Pfeifer:
9959         + drop support for gnat 3.10
9960         + move generated documentation and html files under ./doc directory,
9961           adding makefile rules for this to dist.mk
9962
9963 20000304
9964         + correct conflicting use of tparm() in 20000226 change to tic, which
9965           made it check only one entry at a time.
9966         + fix errors in ncurses-intro.html and hackguide.html shown by Dave
9967           Raggett's tidy.
9968         + make the example in ncurses-intro.html do something plausible, and
9969           corrected misleading comment (reported by Neil Zanella).
9970         + modify pnoutrefresh() to set newscr->_leaveok as wnoutrefresh() does,
9971           to fix a case where the cursor position was not updated as in
9972           Solaris  (patch by David Mosberger <davidm@hpl.hp.com>).
9973         + add a limit-check for wresize() to ensure that a subwindow does not
9974           address out of bounds.
9975         + correct offsets used for subwindows in wresize() (patch by Michael
9976           Andres <ma@suse.de>).
9977         + regenerate html'ized manual pages with man2html 3.0.1 (patch by
9978           Juergen Pfeifer).  This generated a file with a space in its name,
9979           which I removed.
9980         + fix a few spelling errors in tack.
9981         + modify tack/Makefile.in to match linker options of progs/Makefile.in;
9982           otherwise it does not build properly for older HPUX shared library
9983           configurations.
9984         + add several terminfo entries from esr's "11.0".
9985
9986 20000226
9987         + make 'tput flash' work properly for xterm by flushing output in
9988           delay_output() when using napms(), and modifying xterm's terminfo to
9989           specify no padding character.  Otherwise, xterm's reported baud rate
9990           can mislead ncurses into producing too few padding characters
9991           (Debian #58530).
9992         + add a check to tic for consistency between sgr and the separate
9993           capabilities such as smso, use this to check/correct several
9994           terminfo entries (Debian #58530).
9995         + add a check to tic if cvvis is the same as cnorm, adjusted several
9996           terminfo entries to remove the conflict (Debian #58530).
9997         + correct prototype shown in attr_set()/wattr_set() manpages (fixes
9998           Debian #53962).
9999         + minor clarification for curs_set() and leaveok() manpages.
10000         + use mkstemp() for creating temporary file for tic's processing of
10001           $TERMCAP contents (fixes Debian #56465).
10002         + correct two errors from integrating Alexander's changes:  did not
10003           handle the non-bce case properly in can_erase_with() (noted by
10004           Alexander), and left fg/bg uninitialized in the pair-zero case of
10005           _nc_do_color() (reported by Dr Werner Fink <werner@suse.de> and
10006           Ismael Cordeiro <ismael@cordeiro.com>).
10007
10008 20000219
10009         + store default-color code consistently as C_MASK, even if given as
10010           -1 for convenience (adapted from patches by Alexander V Lukyanov).
10011         > patches by Alexander V Lukyanov:
10012         + change can_clear_with() macro to accommodate logic for
10013           assume_default_colors(), making most of the FILL_BCE logic
10014           unnecessary.  Made can_clear_with() an inline function to make it
10015           simpler to read.
10016
10017 20000212
10018         + corrected form of recent copyright dates.
10019         + minor corrections to xterm-xf86-v333 terminfo entry -TD
10020         > patches by Alexander V Lukyanov:
10021         + reworded dft_fgbg.3x to avoid assuming that the terminal's default
10022           colors are white on black.
10023         + fix initialization of tstLine so that it is filled with current blank
10024           character in any case.  Previously it was possible to have it filled
10025           with old blank.  The wrong over-optimization was introduced in 991002
10026           patch.  (it is not very critical as the only bad effect is not using
10027           clr_eos for clearing if blank has changed).
10028
10029 20000205
10030         + minor corrections/updates to several terminfo entries: rxvt-basic,
10031           vt520, vt525, ibm5151, xterm-xf86-v40 -TD
10032         + modify ifdef's for poll() to allow it to use <sys/poll.h>, thereby
10033           allowing poll() to be used on Linux.
10034         + add CF_FUNC_POLL macro to check if poll() is able to select from
10035           standard input.  If not we will not use it, preferring select()
10036           (adapted from patch by Michael Pakovic <mpakovic@fdn.com>).
10037         + update CF_SHARED_OPTS macro for SCO Unixware 7.1 to allow building
10038           shared libraries (reported/tested by Thanh <thanhma@mediaone.net>).
10039         + override $LANGUAGE in build to avoid incorrect ordering of keynames.
10040         + correct CF_MATH_LIB parameter, must be sin(x), not sqrt(x).
10041
10042 20000122
10043         + resync CF_CHECK_ERRNO and CF_LIB_PREFIX macros from tin and xterm -TD
10044         + modify CF_MATH_LIB configure macro to parameterize the test function
10045           used, for reuse in dialog and similar packages.
10046         + correct tests for file-descriptors in OS/2 EMX mouse support.  A
10047           negative value could be used by FD_SET, causing the select() call
10048           to wait indefinitely.
10049
10050 20000115
10051         + additional fixes for non-bce terminals (handling of delete_character)
10052           to work when assume_default_colors() is not specified.
10053         + modify warning message from _nc_parse_entry() regarding extended
10054           capability names to print only if tic/infocmp/toe have the -v flag
10055           set, and not at all in ordinary user applications.  Otherwise, this
10056           warning would be shown for screen's extended capabilities in programs
10057           that use the termcap interface (reported by Todd C Miller).
10058         + modify use of _nc_tracing from programs such as tic so their debug
10059           level is not in the same range as values set by trace() function.
10060         + small panel header cleanup (patch by Juergen Pfeifer).
10061         + add 'railroad' demo for termcap interface.
10062         + modify 'tic' to write its usage message to stderr (patch by Todd C
10063           Miller).
10064
10065 20000108
10066         + add prototype for erase() to curses.h.in, needed to make test
10067           programs build with c++/g++.
10068         + add .c.i and .c.h suffix rules to generated makefiles, for debugging.
10069         + correct install rule for tack.1; it assumed that file was in the
10070           current directory (reported by Mike Castle <dalgoda@ix.netcom.com>).
10071         + modify terminfo/termcap translation to suppress acsc before trying
10072           sgr if the entry would be too large (patch by Todd C Miller).
10073         + document a special case of incompatibility between ncurses 4.2 and
10074           5.0, add a section for this in INSTALL.
10075         + add TRACE_DATABASE flag for trace().
10076
10077 20000101
10078         + update mach, add mach-color terminfo entries based on Debian diffs
10079           for ncurses 5.0 -TD
10080         + add entries for xterm-hp, xterm-vt220, xterm-vt52 and xterm-noapp
10081           terminfo entries -TD
10082         + change OTrs capabilities to rs2 in terminfo.src -TD
10083         + add obsolete and extended capabilities to 'screen' terminfo -TD
10084         + corrected conversion from terminfo rs2 to termcap rs (cf: 980704)
10085         + make conversion to termcap ug (underline glitch) more consistently
10086           applied.
10087         + fix out-of-scope use of 'personal[]' buffer in 'toe' (this error
10088           was in the original pre-1.9.7 version, when $HOME/.terminfo was
10089           introduced).
10090         + modify 'toe' to ignore terminfo directories to which it has no
10091           permissions.
10092         + modify read_termtype(), fixing 'toe', which could dump core when it
10093           found an incomplete entry such as "dumb" because it did not
10094           initialize its buffer for _nc_read_file_entry().
10095         + use -fPIC rather than -fpic for shared libraries on Linux, not
10096           needed for i386 but some ports (from Debian diffs for 5.0) -TD
10097         + use explicit VALID_NUMERIC() checks in a few places that had been
10098           overlooked, and add a check to ensure that init_tabs is nonzero,
10099           to avoid divide-by-zero (reported by Todd C Miller).
10100         + minor fix for CF_ANSI_CC_CHECK configure macro, for HPUX 10.x (from
10101           tin) -TD
10102
10103 19991218
10104         + reorder tests during mouse initialization to allow for gpm to run in
10105           xterm, or for xterm to be used under OS/2 EMX.  Also drop test for
10106           $DISPLAY in favor of kmous=\E[M or $TERM containing "xterm" (report
10107           by Christian Weisgerber <naddy@mips.rhein-neckar.de>).
10108         + modify raw() and noraw() to clear/restore IEXTEN flag which affects
10109           stty lnext on systems such as FreeBSD (report by Bruce Evans
10110           <bde@zeta.org.au>, via Jason Evans <jasone@canonware.com>).
10111         + fix a potential (but unlikely) buffer overflow in failed() function
10112           of tset.c (reported by Todd C Miller).
10113         + add manual-page for ncurses extensions, documented curses_version(),
10114           use_extended_names().
10115
10116 19991211
10117         + treat as untranslatable to termcap those terminfo strings which
10118           contain non-decimal formatting, e.g., hexadecimal or octal.
10119         + correct commented-out capabilities that cannot be translated to
10120           termcap, which did not check if a colon must be escaped.
10121         + correct termcap translation for "%>" and "%+", which did not check
10122           if a colon must be escaped, for instance.
10123         + use save_string/save_char for _nc_captoinfo() to eliminate fixed
10124           buffer (originally for _nc_infotocap() in 960301 -TD).
10125         + correct expression used for terminfo equivalent of termcap %B,
10126           adjust regent100 entry which uses this.
10127         + some cleanup and commenting of ad hoc cases in _nc_infotocap().
10128         + eliminate a fixed-buffer in tic, used for translating comments.
10129         + add manpage for infotocap
10130
10131 19991204
10132         + add kvt and gnome terminfo entries -TD
10133         + correct translation of "%%" by infotocap, which was emitted as "%".
10134         + add "obsolete" termcap strings to terminfo.src
10135         + modify infocmp to default to showing obsolete capabilities rather
10136           than terminfo only.
10137         + modify write_entry.c so that if extended names (i.e., configure
10138           --enable-tcap-names) are active, then tic will also write "obsolete"
10139           capabilities that are present in the terminfo source.
10140         + modify tic so that when running as captoinfo or infotocap, it
10141           initializes the output format as in -C and -I options, respectively.
10142         + improve infocmp and tic -f option by splitting long strings that do
10143           not have if-then-else construct, but do have parameters, e.g., the
10144           initc for xterm-88color.
10145         + refine MKtermsort.sh slightly by using bool for the *_from_termcap
10146           arrays.
10147
10148 19991127
10149         + additional fixes for non-bce terminals (handling of clear_screen,
10150           clr_eol, clr_eos, scrolling) to work when assume_default_colors() is
10151           not specified.
10152         + several small changes to xterm terminfo entries -TD.
10153         + move logic for _nc_windows in lib_freeall.c inside check for nonnull
10154           SP, since it is part of that struct.
10155         + remove obsolete shlib-versions, which was unintentionally re-added
10156           in 970927.
10157         + modify infocmp -e, -E options to ensure that generated fallback.c
10158           type for Booleans agrees with term.h (reported by Eric Norum
10159           <eric@cls.usask.ca>).
10160         + correct configure script's use of $LIB_PREFIX, which did not work
10161           for installing the c++ directory if $libdir did not end with "/lib"
10162           (reported by Huy Le <huyle@ugcs.caltech.edu>).
10163         + modify infocmp so -L and -f options work together.
10164         + modify the initialization of SP->_color_table[] in start_color() so
10165           that color_content() will return usable values for COLORS greater
10166           than 8.
10167         + modify ncurses 'd' test in case COLORS is greater than 16, e.g., for
10168           xterm-88color, to limit the displayed/computed colors to 16.
10169         > patch by Juergen Pfeifer:
10170         + simplify coding of the panel library according to suggestions by
10171           Philippe Blain.
10172         + improve macro coding for a few macros in curses.priv.h
10173
10174 19991113
10175         + modify treatment of color pair 0 so that if ncurses is configured
10176           to support default colors, and they are not active, then ncurses
10177           will set that explicitly, not relying on orig_colors or orig_pair.
10178         + add new extension, assume_default_colors() to provide better control
10179           over the use of default colors.
10180         + modify test programs to use more-specific ifdef's for existence of
10181           wresize(), resizeterm() and use_default_colors().
10182         + modify configure script to add specific ifdef's for some functions
10183           that are included when --enable-ext-funcs is in effect, so their
10184           existence can be ifdef'd in the test programs.
10185         + reorder some configure options, moving those extensions that have
10186           evolved from experimental status into a new section.
10187         + change configure --enable-tcap-names to enable this by default.
10188
10189 19991106
10190         + install tack's manpage (reported by Robert Weiner
10191           <robert@progplus.com>)
10192         + correct worm.c's handling of KEY_RESIZE (patch by Frank Heckenbach).
10193         + modify curses.h.in, undef'ing some symbols to avoid conflict with C++
10194           STL (reported by Matt Gerassimoff <mgeras@ticon.net>)
10195
10196 19991030
10197         + modify linux terminfo entry to indicate that dim does not mix with
10198           color (reported by Klaus Weide <kweide@enteract.com>).
10199         + correct several typos in terminfo entries related to missing '['
10200           in CSI's -TD
10201         + fix several compiler warnings in c++ binding (reported by Tim
10202           Mooney for alphaev56-dec-osf4.0f
10203         + rename parameter of _nc_free_entries() to accommodate lint.
10204         + correct lint rule for tack, used incorrect list of source files.
10205         + add case to config.guess, config.sub for Rhapsody.
10206         + improve configure tests for libg++ and libstdc++ by omitting the
10207           math library (which is missing on Rhapsody), and improved test for
10208           the math library itself (adapted from path by Nelson H. F. Beebe).
10209         + explicitly initialize to zero several data items which were
10210           implicitly initialized, e.g., cur_term.  If not explicitly
10211           initialized, their storage type is C (common), and causes problems
10212           linking on Rhapsody 5.5 using gcc 2.7.2.1 (reported by Nelson H. F.
10213           Beebe).
10214         + modify Ada95 binding to not include the linker option for Ada
10215           bindings in the Ada headers, but in the Makefiles instead (patch by
10216           Juergen Pfeifer).
10217
10218 19991023 5.0 release for upload to ftp.gnu.org
10219         + effective with release of 5.0, change NCURSES_VERSION_PATCH to
10220           4-digit year.
10221         + add function curses_version(), to return ncurses library version
10222           (request by Bob van der Poel).
10223         + remove rmam, smam from cygwin terminfo entry.
10224         + modify FreeBSD cons25 terminfo entry to add cnorm and cvvis, as well
10225           as update ncv to indicate that 'dim' conflicts with colors.
10226         + modify configure script to use symbolic links for FreeBSD shared
10227           libraries by default.
10228         + correct ranf() function in rain and worm programs to ensure it does
10229           not return 1.0
10230         + hide the cursor in hanoi.c if it is running automatically.
10231         + amend lrtest.c to account for optimizations that exploit margin
10232           wrapping.
10233         + add a simple terminfo demo, dots.c
10234         + modify SIGINT/SIGQUIT handler to set a flag used in _nc_outch() to
10235           tell it to use write() rather than putc(), since the latter is not
10236           safe in a signal handler according to POSIX.
10237         + add/use internal macros _nc_flush() and NC_OUTPUT to hide details
10238           of output-file pointer in ncurses library.
10239         + uncomment CC_SHARED_OPTS (see 971115), since they are needed for SCO
10240           OpenServer.
10241         + correct CC_SHARED_OPTS for building shared libraries for SCO
10242           OpenServer.
10243         + remove usleep() from alternatives in napms(), since it may interact
10244           with alarm(), causing a process to be interrupted by SIGALRM (with
10245           advice from Bela Lubkin).
10246         + modify terminal_interface-curses-forms.ads.m4 to build/work with
10247           GNAT 3.10 (patch by Juergen Pfeifer).
10248         + remove part of CF_GPP_LIBRARY configure-script macro, which did not
10249           work with gcc 2.7.2.3
10250         + minor fix to test/tclock.c to avoid beeping more than once per second
10251         + add 's' and ' ' decoding to test/rain.c
10252
10253 991016  pre-release
10254         + corrected BeOS code for lib_twait.c, making nodelay() function work.
10255
10256 991009  pre-release
10257         + correct ncurses' value for cursor-column in PutCharLR(), which was
10258           off-by-one in one case (patch by Ilya Zakharevich).
10259         + fix some minor errors in position_check() debugging code, found while
10260           using this to validate the PutCharLR() patch.
10261         + modify firework, lrtest, worm examples to be resizable, and to
10262           recognize 'q' for quit, 's' for single-step and ' ' for resume.
10263         + restore reverted change to  terminal_interface-curses-forms.ads.m4,
10264           add a note on building with gnat 3.10p to Ada95/TODO.
10265         + add a copy of the standalone configure script for the test-directory
10266           to simplify testing on SCO and Solaris.
10267
10268 991002  pre-release
10269         + minor fixes for _nc_msec_cost(), color_content(), pair_content(),
10270           _nc_freewin(), ClrBottom() and onscreen_mvcur() (analysis by Philippe
10271           Blain, comments by Alexander V Lukyanov).
10272         + simplify definition of PANEL and eliminate internal functions
10273           _nc_calculate_obscure(), _nc_free_obscure() and _nc_override(),
10274           (patch by Juergen Pfeifer, analysis by Philippe Blain
10275           <bledp@voila.fr>)).
10276         + change renaming of dft_fgbg.3x to use_default_colors.3ncurses in
10277           man_db.renames, since Debian is not concerned with 14-character
10278           filename limitation (Debian bug report by Josip Rodin
10279           <joy@cibalia.gkvk.hr>).
10280         + corrected scoansi terminfo entry by testing with scoterm and console.
10281         + revert change from 990614 to terminal_interface-curses-forms.ads.m4,
10282           since this does not work for gnat 3.10p
10283         + modify tclock example to be resizable (if ncurses' sigwinch handler
10284           is used), and in color.
10285         + use $(CC) rather than 'gcc' in MK_SHARED_LIB symbols, used for Linux
10286           shared library rules.
10287
10288 990925  pre-release
10289         + add newer NetBSD console terminfo entries
10290         + add amiga-8bit terminfo entry (from Henning 'Faroul' Peters
10291           <Faroul@beyond.kn-bremen.de>)
10292         + remove -lcurses -ltermcap from configure script's check for the gpm
10293           library, since they are not really necessary (a properly configured
10294           gpm library has no dependency on any curses library), and if the
10295           curses library is not installed, this would cause the test to fail.
10296         + modify tic's -C option so that terminfo "use=" clauses are translated
10297           to "tc=" clauses even when running it as captoinfo.
10298         + modify CF_STDCPP_LIBRARY configure macro to perform its check only
10299           for GNU C++, since that library conflicts with SGI's libC on IRIX-6.2
10300         + modify CF_SHARED_OPTS configure macro to support build on NetBSD with
10301           ELF libraries (patch by Bernd Ernesti <bernd@arresum.inka.de>).
10302         + correct a problem in libpanel, where the _nc_top_panel variable was
10303           not set properly when bottom_panel() is called to hide a panel which
10304           is the only one on the stack (report/analysis by Michael Andres
10305           <ma@suse.de>, patch by Juergen Pfeifer).
10306
10307 990918  pre-release
10308         + add acsc string to HP 70092 terminfo entry (patch by Joerg Wunsch
10309           <j@interface-business.de>).
10310         + add top-level uninstall.data and uninstall.man makefile rules.
10311         + correct logic of CF_LINK_FUNCS configure script, from BeOS changes so
10312           that hard-links work on Unix again.
10313         + change default value of cf_cv_builtin_bool to 1 (suggested by
10314           Jeremy Buhler), making it less likely that a conflicting declaration
10315           of bool will be seen when compiling with C++.
10316
10317 990911  pre-release
10318         + improved configure checks for builtin.h
10319         + minor changes to C++ binding (remove static initializations, and make
10320           configure-test for parameter initializations) for features not
10321           allowed by vendor's C++ compilers (reported by Martin Mokrejs, this
10322           applies to SGI, though I found SCO has the same characteristics).
10323         + corrected quoting of ETIP_xxx definitions which support old versions
10324           of g++, e.g., those using -lg++
10325         + remove 'L' code from safe_sprintf.c, since 'long double' is not
10326           widely portable.  safe_sprintf.c is experimental, however, and
10327           exists mainly as a fallback for systems without snprintf (reported
10328           by Martin Mokrejs <mmokrejs@natur.cuni.cz>, for IRIX 6.2)
10329         + modify definition of _nc_tinfo_fkeys in broken-linker configuration
10330           so that it is not unnecessarily made extern (Jeffrey C Honig).
10331
10332 990904  pre-release
10333         + move definition for builtin.h in configure tests to specific check
10334           for libg++, since qt uses the same filename incompatibly.
10335         + correct logic of lib_termcap.c tgetstr function, which did not copy
10336           the result to the buffer parameter.  Testing shows Solaris does
10337           update this, though of course tgetent's buffer is untouched (reported
10338           in Peter Edwards <peter.edwards@ireland.com> in
10339           mpc.lists.freebsd.current newsgroup.
10340         + corrected beterm terminfo entry, which lists some capabilities which
10341           are not actually provided by the BeOS Terminal.
10342         + add special logic to replace select() calls on BeOS, whose select()
10343           function works only for sockets.
10344         + correct missing escape in mkterm.h.awk.in, which caused part
10345           of the copyright noticed to be omitted (reported by Peter
10346           Wemm <peter@netplex.com.au>).
10347         > several small changes to make the c++ binding and demo work on OS/2
10348           EMX (related to a clean reinstall of EMX):
10349         + correct library-prefix for c++ binding; none is needed.
10350         + add $x suffix to make_hash and make_keys so 'make distclean' works.
10351         + correct missing $x suffix for tack, c++ demo executables.
10352         + split CF_CXX_LIBRARY into CF_GPP_LIBRARY (for -lg++) and
10353           CF_STDCPP_LIBRARY (for -lstdc++)
10354
10355 990828  pre-release
10356         + add cygwin terminfo entry -TD
10357         + modify CF_PROG_EXT configure macro to set .exe extension for cygwin.
10358         + add configure option --without-cxx-binding, modifying the existing
10359           --without-cxx option to check only for the C++ compiler
10360           characteristics.  Whether or not the C++ binding is needed, the
10361           configure script checks for the size/type of bool, to make ncurses
10362           match.  Otherwise C++ applications cannot use ncurses.
10363
10364 990821  pre-release
10365         + updated configure macros CF_MAKEFLAGS, CF_CHECK_ERRNO
10366         + minor corrections to beterm terminfo entry.
10367         + modify lib_setup.c to reject values of $TERM which have a '/' in
10368           them.
10369         + add ifdef's to guard against CS5, CS6, CS7, CS8 being zero, as more
10370           than one is on BeOS.  That would break a switch statement.
10371         + add configure macro CF_LINK_FUNCS to detect and work around BeOS's
10372           nonfunctional link().
10373         + improved configure macros CF_BOOL_DECL and CF_BOOL_SIZE to detect
10374           BeOS's bool, which is declared as an unsigned char.
10375
10376 990814  pre-release
10377         + add ms-vt100 terminfo entry -TD
10378         + minor fixes for misc/emx.src, based on testing with tack.
10379         + minor fix for test/ncurses.c, test 'a', in case ncv is not set.
10380
10381 990731  pre-release
10382         + minor correction for 'screen' terminfo entry.
10383         + clarify description of errret values for setupterm in manpage.
10384         + modify tput to allow it to emit capabilities for hardcopy terminals
10385           (patch by Goran Uddeborg <goeran@uddeborg.pp.se>).
10386         + modify the 'o' (panel) test in ncurses.c to show the panels in color
10387           or at least in bold, to test Juergen's change to wrefresh().
10388         > patches by Juergen Pfeifer:
10389         + Fixes a problem using wbkgdset() with panels.  It has actually
10390           nothing to with panels but is a problem in the implementation of
10391           wrefresh().  Whenever a window changes its background attribute to
10392           something different than newscr's background attribute, the whole
10393           window is touched to force a copy to newscr.  This is an unwanted
10394           side-effect of wrefresh() and it is actually not necessary.  A
10395           changed background attribute affects only further outputs of
10396           background it doesn't mean anything to the current content of the
10397           window.  So there is no need to force a copy.  (reported by Frank
10398           Heckenbach <frank@g-n-u.de>).
10399         + an upward compatible enhancement of the NCursesPad class in the C++
10400           binding.  It allows one to add a "viewport" window to a pad and then
10401           to use panning to view the pad through the viewport window.
10402
10403 990724  pre-release
10404         + suppress a call to def_prog_mode() in the SIGTSTP handler if the
10405           signal was received while not in curses mode, e.g., endwin() was
10406           called in preparation for spawning a shell command (reported by Frank
10407           Heckenbach <frank@g-n-u.de>)
10408         + corrected/enhanced xterm-r5, xterm+sl, xterm+sl-twm terminfo entries.
10409         + change test for xterm mouse capability:  it now checks only if the
10410           user's $DISPLAY variable is set in conjunction with the kmous
10411           capability being present in the terminfo.  Before, it checked if any
10412           of "xterm", "rxvt" or "kterm" were substrings of the terminal name.
10413           However, some emulators which are incompatible with xterm in other
10414           ways do support the xterm mouse capability.
10415         + reviewed and made minor changes in ncurses to quiet g++ warnings
10416           about shadowed or uninitialized variables.  g++ incorrectly warns
10417           about uninitialized variables because it does not take into account
10418           short-circuit expression evaluation.
10419         + change ncurses 'b' test to start in color pair 0 and to show in the
10420           right margin those attributes which are suppressed by no_color_video,
10421           i.e., "(NCV)".
10422         + modify ifdef's in curses.h so that __attribute__ is not redefined
10423           when compiling with g++, but instead disabled the macros derived for
10424           __attribute__ since g++ does not consistently recognize the same
10425           keywords as gcc (reported by Stephan K Zitz <zitz@erf.net>).
10426         + update dependencies for term.h in ncurses/modules (reported by
10427           Ilya Zakharevich).
10428
10429 990710  pre-release
10430         + modify the form demo in ncurses.c to illustrate how to manipulate the
10431           field appearance, e.g, for highlighting or translating the field
10432           contents.
10433         + correct logic in write_entry from split-out of home_terminfo in
10434           980919, which prevented update of $HOME/.terminfo (reported by Philip
10435           Spencer <pspencer@fields.utoronto.ca>).
10436
10437 990703  pre-release
10438         + modify linux terminfo description to make use of kernel 2.2.x mods
10439           that support cursor style, e.g., to implement cvvis (patch by Frank
10440           Heckenbach <frank@g-n-u.de>)
10441         + add special-case in setupterm to retain previously-saved terminal
10442           settings in cur_term, which happens when curses and termcap calls are
10443           mixed (from report by Bjorn Helgaas <helgaas@dhc.net>).
10444         + suppress initialization of key-tries in _nc_keypad() if we are only
10445           disabling keypad mode, e.g., in endwin() called when keypad() was
10446           not.
10447         + modify the Ada95 makefile to ensure that always the Ada files from
10448           the development tree are used for building and not the eventually
10449           installed ones (patch by Juergen Pfeifer).
10450
10451 990626  pre-release
10452         + use TTY definition in tack/sysdep.c rather than struct termios
10453           (reported by Philippe De Muyter).
10454         + add a fallback for strstr, used in lib_mvcur.c and tack/edit.c,
10455           not present on sysV68 (reported by Philippe De Muyter).
10456         + correct definition in comp_hash.c to build with configure
10457           --with-rcs-ids option.
10458
10459 990619  pre-release
10460         + modified ifdef's for sigaction and sigvec to ensure we do not try to
10461           handle SIGTSTP if neither is available (from report by Philippe De
10462           Muyter).
10463         > patch by Philippe De Muyter:
10464         + in tic.c, use `unlink' if `remove' is not available.
10465         + use only `unsigned' as fallback value for `speed_t'.  Some files used
10466           `short' instead.
10467
10468 990616  pre-release
10469         + fix some compiler warnings in tack.
10470         + add a check for predefined bool type in CC, based on report that
10471           BeOS predefines a bool type.
10472         + correct logic for infocmp -e option, i.e., the configure
10473           --with-fallbacks option, which I'd not updated when implementing
10474           extended names (cf:  990301).  The new implementation adds a "-E"
10475           option to infocmp -TD
10476         > patch by Juergen Pfeifer:
10477         + introduce the private type Curses_Bool in the Ada95 binding
10478           implementation.  This is to clearly represent the use of "bool" also
10479           in the binding.  It should have no effect on the generated code.
10480         + improve the man page for field_buffer() to tell the people, that the
10481           whole buffer including leading/trailing spaces is returned.  This is
10482           a common source of confusion, so it's better to document it clearly.
10483
10484 990614  pre-release
10485         > patch by Juergen Pfeifer:
10486         + use pragma PreElaborate in several places.
10487         + change a few System.Address uses to more specific types.
10488         + change interface version-number to 1.0
10489         + regenerate Ada95 HTML files.
10490
10491 990612  pre-release
10492         + modify lib_endwin.c to avoid calling reset_shell_mode(), return ERR
10493           if it appears that curses was never initialized, e.g., by initscr().
10494           For instance, this guards against setting the terminal modes to
10495           strange values if endwin() is called after setupterm().  In the same
10496           context, Solaris curses will dump core.
10497         + modify logic that avoids a conflict in lib_vidattr.c between sgr0 and
10498           equivalent values in rmso or rmul by ensuring we do not modify the
10499           data which would be returned by the terminfo or termcap interfaces
10500           (reported by Brad Pepers <brad@linuxcanada.com>, cf:  960706).
10501         + add a null-pointer check for SP in lib_vidattr.c to logic that checks
10502           for magic cookies.
10503         + improve fallback declaration of 'bool' when the --without-cxx option
10504           is given, by using a 'char' on i386 and related hosts (prompted by
10505           discussion with Alexander V Lukyanov).
10506
10507 990605  pre-release
10508         + include time.h in lib_napms.c if nanosleep is used (patch by
10509           R Lindsay Todd <toddr@rpi.edu>).
10510         + add an "#undef bool" to curses.h, in case someone tries to define it,
10511           e.g., perl.
10512         + add check to tparm to guard against divide by zero (reported by Aaron
10513           Campbell <aaron@ug.cs.dal.ca>).
10514
10515 990516  pre-release
10516         + minor fix to build tack on CLIX (mismatched const).
10517         > patch by Juergen Pfeifer:
10518         + change Juergen's old email address with new one in the files where it
10519           is referenced.  The Ada95 HTML pages are regenerated.
10520         + update MANIFEST to list the tack files.
10521
10522 990509  pre-release
10523         + minor fixes to make 'tack' build/link on NeXT (reported by Francisco
10524           A. Tomei Torres).
10525
10526 990417  pre-release
10527         + add 'tack' program (which is GPL'd), updating it to work with the
10528           modified TERMTYPE struct and making a fix to support setaf/setab
10529           capabilities.  Note that the tack program is not part of the
10530           ncurses libraries, but an application which can be distributed with
10531           ncurses.  The configure script will ignore the directory if it is
10532           omitted, however.
10533         + modify gpm mouse support so that buttons 2 and 3 are used for
10534           select/paste only when shift key is pressed, making them available
10535           for use by an application (patch by Klaus Weide).
10536         + add complete list of function keys to scoansi terminfo entry - TD
10537
10538 990410  pre-release
10539         + add a simple test program cardfile.c to illustrate how to read form
10540           fields, and showing forms within panels.
10541         + change shared-library versioning for the Hurd to be like Linux rather
10542           than *BSD (patch by Mark Kettenis <kettenis@wins.uva.nl>).
10543         + add linux-lat terminfo entry.
10544         + back-out _nc_access check in read_termcap.c (both incorrect and
10545           unnecessary, except to guard against a small window where the file's
10546           ownership may change).
10547
10548 990403  pre-release
10549         + remove conflicting _nc_free_termtype() function from test module
10550           lib_freeall.c
10551         + use _nc_access check in read_termcap.c for termpaths[] array (noted
10552           by Jeremy Buhler, indicating that Alan Cox made a similar patch).
10553         > patch by Juergen Pfeifer:
10554         + modify menu creation to not inherit status flag from the default menu
10555           which says that the associated marker string has been allocated and
10556           should be freed (bug reported by Marek Paliwoda"
10557           <paliwoda@kki.net.pl>)
10558
10559 990327  pre-release (alpha.gnu.org:/gnu/ncurses-5.0-beta1.tar.gz)
10560         + minor fixes to xterm-xfree86 terminfo entry - TD.
10561         + split up an expression in configure script check for ldconfig to
10562           workaround limitation of BSD/OS sh (reported by Jeff Haas
10563           <jmh@mail.msen.com>).
10564         + correct a typo in man/form_hook.3x (Todd C Miller).
10565
10566 990318  pre-release
10567         + parenthesize and undef 'index' symbol in c++ binding and demo, to
10568           accommodate its definition on NeXT (reported by Francisco A. Tomei
10569           Torres).
10570         + add sigismember() to base/sigaction.c compatibility to link on NeXT
10571           (reported by Francisco A. Tomei Torres).
10572         + further refinements to inequality in hashmap.c to cover a case with
10573           ^U in nvi (patch by Alexander V Lukyanov).
10574
10575 990316  pre-release
10576         + add fallback definition for getcwd, to link on NeXT.
10577         + add a copy of cur_term to tic.c to make it link properly on NeXT
10578           (reported by Francisco A. Tomei Torres).
10579         + change inequality in hashmap.c which checks the distance traveled by
10580           a chunk so that ^D command in nvi (scrolls 1/2 screen) will use
10581           scrolling logic (patch by Alexander V Lukyanov, reported by Jeffrey
10582           C Honig).
10583
10584 990314  pre-release
10585         + modify lib_color.c to handle a special case where the curscr
10586           attributes have been made obsolete (patch by Alexander V Lukyanov).
10587         + update BSD/OS console terminfo entries to use klone+sgr and
10588           klone+color (patch by Jeffrey C Honig).
10589         + update glibc addon configure script for extended capabilities.
10590         + correct a couple of warnings in the --enable-const configuration.
10591         + make comp_hash build properly with _nc_strdup(), on NeXT (reported by
10592           Francisco A. Tomei Torres <francisco.tomei@cwix.com>).
10593
10594 990313  pre-release
10595         + correct typos in linux-c initc string - TD
10596         + add 'crt' terminfo entry, update xterm-xfree86 entry - TD
10597         + remove a spurious argument to tparm() in lib_sklrefr.c (patch by
10598           Alexander V Lukyanov).
10599
10600 990307  pre-release
10601         + back-out change to wgetch because it causes a problem with ^Z
10602           handling in lynx (reported by Kim DeVaughn).
10603
10604 990306  pre-release
10605         + add -G option to tic and infocmp, to reverse the "-g" option.
10606         + recode functions in name_match.c to avoid use of strncpy, which
10607           caused a 4-fold slowdown in tic (cf: 980530).
10608         + correct a few warnings about sign-extension in recent changes.
10609         > patch by Juergen Pfeifer:
10610         + fixes suggested by Jeff Bradbury <jibradbury@lucent.com>:
10611           + improved parameter checking in new_fieldtype().
10612           + fixed a typo in wgetch() timeout handling.
10613           + allow slk_init() to be called per newterm call.  The internal SLK
10614             state is stored in the SCREEN struct after every newterm() and then
10615             reset for the next newterm.
10616           + fix the problem that a slk_refresh() refreshes stdscr if the
10617             terminal has true SLKs.
10618         + update HTML documentation for Ada binding.
10619
10620 990301  pre-release
10621         + remove 'bool' casts from definitions of TRUE/FALSE so that statements
10622           such as "#if TRUE" work.  This was originally done to allow for a C++
10623           compiler which would warn of implicit conversions between enum and
10624           int, but is not needed for g++ (reported by Kim DeVaughn).
10625         + add use_extended_names() function to allow applications to suppress
10626           read of the extended capabilities.
10627         + add configure option --enable-tcap-names to support logic which
10628           allows ncurses' tic to define new (i.e., extended) terminal
10629           capabilities.  This is activated by the tic -x switch.  The infocmp
10630           program automatically shows or compares extended capabilities.
10631           Note:  This changes the Strings and similar arrays in the TERMTYPE
10632           struct so that applications which manipulate it must be recompiled.
10633         + use macros typeMalloc, typeCalloc and typeRealloc consistently
10634           throughout ncurses library.
10635         + add _nc_strdup() to doalloc.c.
10636         + modify define_key() to allow multiple strings to be bound to the
10637           same keycode.
10638         + correct logic error in _nc_remove_string, from 990220.
10639         > patch for Ada95 binding (Juergen Pfeifer):
10640         + regenerate some of the html documentation
10641         + minor cleanup in terminal_interface-curses.adb
10642
10643 990220  pre-release
10644         + resolve ambiguity of kend/kll/kslt and khome/kfnd/kich1 strings in
10645           xterm and ncsa terminfo entries by removing the unneeded ones.  Note
10646           that some entries will return kend & khome versus kslt and kfnd, for
10647           PC-style keyboards versus strict vt220 compatibility - TD
10648         + add function keybound(), which returns the definition associated with
10649           a given keycode.
10650         + modify define_key() to undefine the given string when no keycode is
10651           given.
10652         + modify keyok() so it works properly if there is more than one string
10653           defined for a keycode.
10654         + add check to tic to warn about terminfo descriptions that contain
10655           more than one key assigned to the same string.  This is shown only if
10656           the verbose (-v) option is given.  Moved related logic (tic -v) from
10657           comp_parse.c into the tic program.
10658         + add/use _nc_trace_tries() to show the function keys that will be
10659           recognized.
10660         + rename init_acs to _nc_init_acs (request by Alexander V Lukyanov).
10661         > patch for Ada95 binding (Juergen Pfeifer):
10662         + remove all the *_adabind.c from ncurses, menu and form projects.
10663           Those little helper routines have all been implemented in Ada and are
10664           no longer required.
10665         + The option handling routines in menu and form have been made more
10666           save.  They now make sure that the unused bits in options are always
10667           zero.
10668         + modify configuration scripts to
10669           + use gnatmake as default compiler name.  This is a safer choice than
10670             gcc, because some GNAT implementations use other names for the
10671             compilerdriver to avoid conflicts.
10672           + use new default installation locations for the Ada files according
10673             to the proposed GNU Ada filesystem standard (for Linux).
10674         + simplify the Makefiles for the Ada binding
10675         + rename ada_include directory to src.
10676
10677 990213
10678         + enable sigwinch handler by default.
10679         + disable logic that allows setbuf to be turned off/on, because some
10680           implementations will overrun the buffer after it has been disabled
10681           once.
10682
10683 990206
10684         + suppress sc/rc capabilities from terminal description if they appear
10685           in smcup/rmcup.  This affects only scrolling optimization, to fix a
10686           problem reported by several people with xterm's alternate screen,
10687           though the problem is more general.
10688         > patch for Ada95 binding (Juergen Pfeifer):
10689         + removed all pragma Preelaborate() stuff, because the just released
10690           gnat-3.11p complains on some constructs.
10691         + fixed some upper/lower case notations because gnat-3.11p found
10692           inconsistent use.
10693         + used a new method to generate the HTML documentation of the Ada95
10694           binding.  This invalidates nearly the whole ./Ada95/html subtree.
10695           Nearly all current files in this subtree are removed
10696
10697 990130
10698         + cache last result from _nc_baudrate, for performance (suggested by
10699           Alexander V Lukyanov).
10700         + modify ClrUpdate() function to workaround a problem in nvi, which
10701           uses redrawwin in SIGTSTP handling.  Jeffrey C Honig reported that
10702           ncurses repainted the screen with nulls before resuming normal
10703           operation (patch by Alexander V Lukyanov).
10704         + generalize is_xterm() function a little by letting xterm/rxvt/kterm
10705           be any substring rather than the prefix.
10706         + modify lib_data.c to initialize SP.  Some linkers, e.g., IBM's, will
10707           not link a module if the only symbols exported from the module are
10708           uninitialized ones (patch by Ilya Zakharevich).  Ilya says that he
10709           has seen messages claiming this behavior conforms to the standard.)
10710         + move call on _nc_signal_handler past _nc_initscr, to avoid a small
10711           window where Nttyb hasn't yet been filled (reported by Klaus Weide).
10712         + modify lib_tstp.c to block SIGTTOU when handling SIGTSTP, fixes a
10713           problem where ncurses applications which were run via a shell script
10714           would hang when given a ^Z.  Also, check if the terminal's process
10715           group is consistent, i.e., a shell has not taken ownership of it,
10716           before deciding to save the current terminal settings in the SIGTSTP
10717           handler (patch by Klaus Weide).
10718         + correct spelling of ACS_ names in curs_border.3x (reported by Bob van
10719           der Poel <bvdpoel@kootenay.com>).
10720         + correct a couple of typos in the macros supporting the configure
10721           --with-shlib-version option.
10722
10723 990123
10724         + modify fty_regex.c to compile on HAVE_REGEXPR_H_FUNCS machine (patch
10725           by Kimio Ishii <ishii@csl.sony.co.jp>).
10726         + rename BSDI console terminfo entries:  bsdos to bsdos-pc-nobold, and
10727           bsdos-bold to bsdos-pc (patch by Jeffrey C Honig).
10728         + modify tput to accept termcap names as an alternative to terminfo
10729           names (patch by Jeffrey C Honig).
10730         + correct a typo in term.7 (Todd C Miller).
10731         + add configure --with-shlib-version option to allow installing shared
10732           libraries named according to release or ABI versions.  This
10733           parameterizes some existing logic in the configure script, and is
10734           intended for compatibility upgrades on Digital Unix, which used
10735           versioned libraries in ncurses 4.2, but no longer does (cf:  980425).
10736         + resync configure script against autoconf 2.13 + patches
10737         + minor improvements for teraterm terminfo entry based on the program's
10738           source distribution.
10739
10740 990116
10741         + change default for configure --enable-big-core to assume machines do
10742           have enough memory to resolve terminfo.src in-memory.
10743         + correct name of ncurses library in TEST_ARGS when configuring with
10744           debug library.
10745         + minor fixes to compile ncurses library with broken-linker with g++.
10746         + add --enable-broken-linker configure option, default to environment
10747           variable $BROKEN_LINKER (request by Jeffrey C Honig).
10748         + change key_names[] array to static since it is not part of the curses
10749           interface (reported by Jeffrey C Honig <jch@bsdi.com>).
10750
10751 990110
10752         + add Tera Term terminfo entry - TD
10753
10754 990109
10755         + reviewed/corrected macros in curses.h as per XSI document.
10756         + provide support for termcap PC variable by copying it from terminfo
10757           data and using it as the padding character in tputs (reported by
10758           Alexander V Lukyanov).
10759         + corrected iris-ansi and iris-ansi-ap terminfo entries for kent and
10760           kf9-kf12 capabilities, as well as adding kcbt.
10761         + document the mouse handling mechanism in menu_driver and make a small
10762           change in menu_driver's return codes to provide more consistency
10763           (patch by Juergen Pfeifer).
10764         + add fallback definition for NCURSES_CONST to termcap.h.in (reported
10765           by Uchiyama Yasushi <uch@nop.or.jp>).
10766         + move lib_restart.c to ncurses/base, since it uses curses functions
10767           directly, and therefore cannot be used in libtinfo.so
10768         + rename micro_char_size to micro_col_size, adding #define to retain
10769           old name.
10770         + add set_a_attributes and set_pglen_inch to terminfo structure, as per
10771           XSI and Solaris 2.5.
10772         + minor makefile files to build ncurses test_progs
10773         + update html files in misc directory to reflect changes since 4.2
10774
10775 990102
10776         + disable scroll hints when hashmap is enabled (patch by Alexander
10777           V Lukyanov).
10778         + move logic for tic's verify of -e option versus -I and -C so that the
10779           terminfo data is not processed if we cannot handle -e (reported by
10780           Steven Schwartz <steves@unitrends.com>.
10781         + add test-driver traces to terminfo and termcap functions.
10782         + provide support for termcap ospeed variable by copying it from the
10783           internal cur_term member, and using ospeed as the baudrate reference
10784           for the delay_output and tputs functions.  If an application does not
10785           set ospeed, the library behaves as before, except that _nc_timed_wait
10786           is no longer used, or needed, since ospeed always has a value.  But
10787           the application can modify ospeed to adjust the output of padding
10788           characters (prompted by a bug report for screen 3.7.6 and email from
10789           Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>).
10790         + removed some unused ifdef's as part of Alexander's restructuring.
10791         + reviewed/updated curses.h, term.h against X/Open Curses Issue 4
10792           Version 2.  This includes making some parameters NCURSES_CONST
10793           rather than const, e.g., in termcap.h.
10794         + change linux terminfo entry to use ncv#2, since underline does not
10795           work with color
10796
10797 981226
10798         + miscellaneous corrections for curses.h to match XSI.
10799         + change --enable-no-padding configure option to be normally enabled.
10800         + add section to ncurses manpage for environment variables.
10801         + investigated Debian bug report that pertains to screen 3.7.4/3.7.6
10802           changes, found no sign of problems on Linux (or on SunOS, Solaris)
10803           running screen built with ncurses.
10804         + check if tmp_fp is opened in tic.c before closing it (patch by Pavel
10805           Roskin <pavel_roskin@geocities.com>).
10806         + correct several font specification typos in man-pages.
10807
10808 981220
10809         + correct default value for BUILD_CC (reported by Larry Virden).
10810
10811 981219
10812         + modify _nc_set_writedir() to set a flag in _nc_tic_dir() to prevent
10813           it from changing the terminfo directory after chdir'ing to it.
10814           Otherwise, a relative path in $TERMINFO would confuse tic (prompted
10815           by a Debian bug report).
10816         + correct/update ncsa terminfo entry (report by Larry Virden).
10817         + update xterm-xfree86 terminfo to current (patch 90), smcur/rmcur
10818           changes
10819         + add Mathew Vernon's mach console entries to terminfo.src
10820         + more changes, moving functions, as part of Alexander's restructuring.
10821         + modify configure script for GNU/Hurd share-library support, introduce
10822           BUILD_CC variable for cross compiling (patch by Uchiyama Yasushi
10823           <uch@nop.or.jp>)
10824
10825 981212
10826         + add environment variable NCURSES_NO_SETBUF to allow disabling the
10827           setbuf feature, for testing purposes.
10828         + correct ifdef's for termcap.h versus term.h that suppress redundant
10829           declarations of prototypes (reported by H.J.Lu).
10830         + modify Makefile.os2 to add linker flags which allow multiple copies
10831           of an application to coexist (reported by Ilya Zakharevich).
10832         + update Makefile.glibc and associated configure script so that ncurses
10833           builds as a glibc add-on with the new directory configuration
10834           (reported by H.J.Lu).
10835
10836 981205
10837         + modify gen_reps() function in gen.c to work properly on SunOS
10838           (sparc), which is a left-to-right architecture.
10839         + modify relative_move and tputs to avoid an interaction with the
10840           BSD-style padding.  The relative_move function could produce a string
10841           to replace on the screen which began with a numeric character, which
10842           was then interpreted by tputs as padding.  Now relative_move will not
10843           generate a string with a leading digit in that case (overwrite).
10844           Also, tputs will only interpret padding if the string begins with a
10845           digit; as coded it permitted a string to begin with a decimal point
10846           or asterisk (reported by Larry Virden).
10847         > patches by Juergen Pfeifer:
10848         + fix a typo in m_driver.c mouse handling and improves the error
10849           handling.
10850         + fix broken mouse handling in the Ada95 binding
10851         + make the Ada95 sample application menus work with the new menu mouse
10852           support
10853         + improve the mouse handling introduced by Ilya; it now handles menus
10854           with spacing.
10855         + repair a minor bug in the menu_driver code discovered during this
10856           rework.
10857         + add new function wmouse_trafo() to hide implementation details of
10858           _yoffset member of WINDOW struct needed for mouse coordinate
10859           transformation.
10860
10861 981128
10862         + modify Ada95/gen/gen.c to avoid using return-value of sprintf, since
10863           some older implementations (e.g., SunOS 4.x) return the buffer
10864           address rather than its length.
10865         > patch by Rick Ohnemus:
10866         + modify demo.cc to get it to compile with newer versions of egcs.
10867         + trim a space that appears at the end of the table preprocessor lines
10868           ('\" t).  This space prevents some versions of man from displaying
10869           the pages - changed to remove all trailing whitespace (TD)
10870         + finally, 'make clean' does not remove panel objects.
10871         > patches by Ilya Zakharevich:
10872         + allow remapping of OS/2 mouse buttons using environment variable
10873           MOUSE_BUTTONS_123 with the default value 132.
10874         + add mouse support to ncurses menus.
10875
10876 981121
10877         + modify misc/makedef.cmd to report old-style .def file symbols, and to
10878           generate the .def files sorted by increasing names rather than the
10879           reverse.
10880         + add misc/*.ref which are J.J.G.Ripoll's dll definition files (renamed
10881           from misc/*.old), and updated based on the entrypoint coding he used
10882           for an older version of ncurses.
10883         + add README.emx, to document how to build on OS/2 EMX.
10884         + updates for config.guess, config.sub from Lynx
10885         > patches by Ilya Zakharevich:
10886         + minor fixes for mouse handling mode:
10887           a) Do not initialize mouse if the request is to have no mouse;
10888           b) Allow switching of OS/2 VIO mouse on and off.
10889         + modify Makefile.os2 to support alternative means of generating
10890           configure script, by translating Unix script with Perl.
10891         > patches by Juergen Pfeifer:
10892         + Updates MANIFEST to reflect changes in source structure
10893         + Eliminates a problem introduced with my last patch for the C++
10894           binding in the panels code.  It removes the update() call done in the
10895           panel destructor.
10896         + Changes in the Ada95 binding to better support systems where
10897           sizeof(chtype)!=sizeof(int) (e.g.  DEC Alpha).
10898
10899 981114
10900         + modify install-script for manpages to skip over .orig and .rej files
10901           (request by Larry Virden).
10902         > patches/discussion by Alexander V Lukyanov:
10903         + move base-library sources into ncurses/base and tty (serial terminal)
10904           sources into ncurses/tty, as part of Alexander V Lukyanov's proposed
10905           changes to ncurses library.
10906         + copy _tracemouse() into ncurses.c so that lib_tracemse.c need not
10907           be linked into the normal ncurses library.
10908         + move macro winch to a function, to hide details of struct ldat
10909         > patches by Juergen Pfeifer:
10910         + fix a potential compile problem in cursesw.cc
10911         + some Ada95 cosmetics
10912         + fix a gen.c problem when compiling on 64-Bit machines
10913         + fix Ada95/gen/Makefile.in "-L" linker switch
10914         + modify Ada95 makefiles to use the INSTALL_PREFIX setting.
10915
10916 981107
10917         + ifdef'd out lib_freeall.c when not configured.
10918         + rename _tracebits() to _nc_tracebits().
10919         + move terminfo-library sources into ncurses/tinfo, and trace-support
10920           functions into ncurses/trace as part of Alexander V Lukyanov's
10921           proposed changes to ncurses library.
10922         + modify generated term.h to always specify its own definitions for
10923           HAVE_TERMIOS_H, etc., to guard against inclusion by programs with
10924           broken configure scripts.
10925
10926 981031
10927         + modify terminfo parsing to accept octal and hexadecimal constants,
10928           like Solaris.
10929         + remove an autoconf 2.10 artifact from the configure script's check
10930           for "-g" compiler options.  (Though harmless, this confused someone
10931           at Debian, who recently issued a patch that results in the opposite
10932           effect).
10933         + add configure option --with-ada-compiler to accommodate installations
10934           that do not use gcc as the driver for GNAT (patch by Juergen
10935           Pfeifer).
10936
10937 981017
10938         + ensure ./man exists in configure script, needed when configuring
10939           with --srcdir option.
10940         + modify infocmp "-r" option to remove limit on formatted termcap
10941           output, which makes it more like Solaris' version.
10942         + modify captoinfo to treat no-argument case more like Solaris'
10943           version, which uses the contents of $TERMCAP as the entry to format.
10944         + modify mk-2nd.awk to handle subdirectories, e.g., ncurses/tty
10945           (patch by Alexander V Lukyanov).
10946
10947 981010
10948         + modify --with-terminfo-dirs option so that the default value is the
10949           ${datadir} value, unless $TERMINFO_DIRS is already set.  This gets
10950           rid of a hardcoded list of candidate directories in the configure
10951           script.
10952         + add some error-checking to _nc_read_file_entry() to ensure that
10953           strings are properly terminated (Todd C Miller).
10954         + rename manpage file curs_scr_dmp.3x to curs_scr_dump.3x, to
10955           correspond with contents (reported by Neil Zanella
10956           <nzanella@cs.mun.ca>).
10957         + remove redundant configure check for C++ which did not work when $CXX
10958           was specified with a full pathname (reported by Andreas Jaeger).
10959         + corrected bcopy/memmove check; the macro was not standalone.
10960
10961 981003
10962         + remove unnecessary portion of OS/2 EMX mouse change from
10963           check_pending() (reported by Alexander V Lukyanov).
10964
10965 980926
10966         + implement mouse support for OS/2 EMX (adapted from patch against
10967           4.2(?) by Ilya Zakharevich).
10968         + add configure-check for bcopy/memmove, for 980919 changes to hashmap.
10969         + merge Data General terminfo from Hasufin <hasufin@vidnet.net> - TD
10970         + merge AIX 3.2.5 terminfo descriptions for IBM terminals, replaces
10971           some older entries - TD
10972         + modify tic to compile into %'char' form in preference to %{number},
10973           since that is a little more efficient.
10974         + minor correction to infocmp to avoid displaying "difference" between
10975           two capabilities that are rendered in equivalent forms.
10976         + add "-g" option to tic/infocmp to force character constants to be
10977           displayed in quoted form.  Otherwise their decimal values are shown.
10978         + modify setupterm so that cancelled strings are treated the same as
10979           absent strings, cancelled and absent booleans false (does not affect
10980           tic, infocmp).
10981         + modify tic, infocmp to discard redundant i3, r3 strings when output
10982           to termcap format.
10983         > patch by Alexander V Lukyanov:
10984         + improve performance of tparm, now it takes 19% instead of 25% when
10985           profiling worm.
10986         + rename maxlen/minlen to prec/width for better readability.
10987         + use format string for printing strings.
10988         + use len argument correctly in save_text, and pass it to save_number.
10989
10990 980919
10991         + make test_progs compile (but hashmap does not function).
10992         + correct NC_BUFFERED macro, used in lib_mvcur test-driver, modify
10993           associated logic to avoid freeing the SP->_setbuf data.
10994         + add modules home_terminfo and getenv_num to libtinfo.
10995         + move write_entry to libtinfo, to work with termcap caching.
10996         + minor fixes to blue.c to build with atac.
10997         + remove softscroll.c module; no longer needed for testing.
10998         > patches by Todd C Miller:
10999         + use strtol(3) instead of atoi(3) when parsing env variables so we can
11000           detect a bogus (non-numeric) value.
11001         + check for terminal names > MAX_NAME_SIZE in a few more places when
11002           dealing with env variables again.
11003         + fix a MAX_NAME_SIZE that should be MAX_NAME_SIZE+1
11004         + use sizeof instead of strlen(3) on PRIVATE_INFO since it is a fixed
11005           string #define (compile time vs runtime).
11006         + when setting errno to ENOMEM, set it right before the return, not
11007           before code that could, possibly, set errno to a different value.
11008         > patches by Alexander V Lukyanov:
11009         + use default background in update_cost_from_blank()
11010         + disable scroll-hints when hashmap is configured.
11011         + improve integration of hashmap scrolling code, by adding oldhash and
11012           newhash data to SP struct.
11013         + invoke del_curterm from delscreen.
11014         + modify del_curterm to set cur_term to null if it matches the
11015           function's parameter which is deleted.
11016         + modify lib_doupdate to prefer parm_ich to the enter_insert_mode and
11017           exit_insert_mode combination, adjusting InsCharCost to check
11018           enter_insert_mode, exit_insert_mode and insert_padding.  Add
11019           insert_padding in insert mode after each char.  This adds new costs
11020           to the SP struct.
11021
11022 980912
11023         + modify test-driver in lib_mvcur.s to use _nc_setbuffer, for
11024           consistent treatment.
11025         + modify ncurses to restore output to unbuffered on endwin, and resume
11026           buffering in refresh (see lib_set_term.c and NC_BUFFERED macro).
11027         + corrected HTML version numbers (according to the W3C validator, they
11028           never were HTML 2.0-compliant, but are acceptable 3.0).
11029
11030 980905
11031         + modify MKterminfo.sh to generate terminfo.5 with tables sorted by
11032           capability name, as in SVr4.
11033         + modified term.h, termcap.h headers to avoid redundant declarations.
11034         + change 'u_int' type in tset.c to unsigned, making this compile on
11035           Sequent PRX 4.1 (reported by Michael Sterrett <msterret@coat.com>).
11036
11037 980829
11038         + corrections to mailing addresses, and moving the magic line that
11039           causes the man program to invoke tbl to the first line of each
11040           manpage (patch by Rick Ohnemus <rick@ecompcon.com>).
11041         + add Makefile.os2 and supporting scripts to generate dll's on OS/2 EMX
11042           (from J.J.G.Ripoll, with further integration by TD).
11043         + correct a typo in icl6404 terminfo entry.
11044         + add xtermm and xtermc terminfo entries.
11045         > from esr's terminfo version:
11046         + Added Francesco Potorti's tuned Wyse 99 entries.
11047         + dtterm enacs (from Alexander V Lukyanov).
11048         + Add ncsa-ns, ncsa-m-ns and ncsa-m entries from esr version.
11049
11050 980822
11051         + document AT&T acs characters in terminfo.5 manpage.
11052         + use EMX _scrsize() function if terminfo and environment do not
11053           declare the screen size (reported by Ilya Zakharevich
11054           <ilya@math.ohio-state.edu>).
11055         + remove spurious '\' characters from eterm and osborne terminfo
11056           entries (prompted by an old Debian bug report).
11057         + correct reversed malloc/realloc calls in _nc_doalloc (reported by
11058           Hans-Joachim Widmaier <hjwidmai@foxboro.com>).
11059         + correct misplaced parenthesis which caused file-descriptor from
11060           opening termcap to be lost, from 980725 changes (reported by Andreas
11061           Jaeger).
11062
11063 980815
11064         + modify lib_setup.c to eliminate unneeded include of <sys/ioctl.h>
11065           when termios is not used (patch by Todd C Miller).
11066         + add function _nc_doalloc, to ensure that failed realloc calls do not
11067           leak memory (reported by Todd C Miller).
11068         + improved ncsa-telnet terminfo entry.
11069
11070 980809
11071         + correct missing braces around a trace statement in read_entry.c,
11072           from 980808 (reported by Kim DeVaughn <kimdv@best.com> and Liviu
11073           Daia).
11074
11075 980808
11076         + fix missing include <errno.h> in ditto.c (reported by Bernhard
11077           Rosenkraenzer <bero@k5.sucks.eu.org>)
11078         + add NCSA telnet terminfo entries from Francesco Potorti
11079           <F.Potorti@cnuce.cnr.it>, from Debian bug reports.
11080         + make handling of $LINES and $COLUMNS variables more compatible with
11081           Solaris by allowing them to individually override the window size
11082           as obtained via ioctl.
11083
11084 980801
11085         + modify lib_vidattr.c to allow for terminal types (e.g., xterm-color)
11086           which may reset all attributes in the 'op' capability, so that colors
11087           are set before turning on bold and other attributes, but still after
11088           turning attributes off.
11089         + add 'ditto.c' to test directory to illustrate use of newterm for
11090           initializing multiple screens.
11091         + modify _nc_write_entry() to recover from failed attempt to link alias
11092           for a terminfo on a filesystem which does not preserve character case
11093           (reported by Peter L Jordan <PJordan@chla.usc.edu>).
11094
11095 980725
11096         + updated versions of config.guess and config.sub based on automake 1.3
11097         + change name-comparisons in lib_termcap to compare no more than 2
11098           characters (gleaned from Debian distribution of 1.9.9g-8.8, verified
11099           with Solaris curses).
11100         + fix typo in curs_insstr.3x (patch by Todd C Miller)
11101         + use 'access()' to check if ncurses library should be permitted to
11102           open or modify files with fopen/open/link/unlink/remove calls, in
11103           case the calling application is running in setuid mode (request by
11104           Cristian Gafton <gafton@redhat.com>, responding to Duncan Simpson
11105           <dps@io.stargate.co.uk>).
11106         + arm100 terminfo entries from Dave Millen <dmill@globalnet.co.uk>).
11107         + qnxt2 and minitel terminfo entries from esr's version.
11108
11109 980718
11110         + use -R option with ldconfig on FreeBSD because otherwise it resets
11111           the search path to /usr/lib (reported by Dan Nelson).
11112         + add -soname option when building shared libraries on OpenBSD 2.x
11113           (request by QingLong).
11114         + add configure options --with-manpage-format and
11115           --with-manpage-renames (request by QingLong).
11116         + correct conversion of CANCELLED_NUMERIC in write_object(), which was
11117           omitting the high-order byte, producing a 254 in the compiled
11118           terminfo.
11119         + modify return-values of tgetflag, tgetnum, tgetstr, tigetflag,
11120           tigetnum and tigetstr to be compatible with Solaris (gleaned from
11121           Debian distribution of 1.9.9g-8.8).
11122         + modify _nc_syserr_abort to abort only when compiled for debugging,
11123           otherwise simply exit with an error.
11124
11125 980711
11126         + modify Ada95 'gen' program to use appropriate library suffix (e.g.,
11127           "_g" for a debug build).
11128         + update Ada95 'make clean' rule to include generics .ali files
11129         + add a configure test to ensure that if GNAT is found, that it can
11130           compile/link working Ada95 program.
11131         + flush output in beep and flash functions, fixing a problem with
11132           getstr (patch by Alexander V Lukyanov)
11133         + fix egcs 1.0.2 warning for etip.h (patch by Chris Johns).
11134         + correct ifdef/brace nesting in lib_sprintf.c (patch by Bernhard
11135           Rosenkraenzer <bero@Pool.Informatik.RWTH-Aachen.DE>).
11136         + correct typo in wattr_get macro from 980509 fixes (patch by Dan
11137           Nelson).
11138
11139 980704
11140         + merge changes from current XFree86 xterm terminfo descriptions.
11141         + add configure option '--without-ada'.
11142         + add a smart-default for termcap 'ac' to terminfo 'acs_chars' which
11143           corresponds to vt100.
11144         + change translation for termcap 'rs' to terminfo 'rs2', which is
11145           the documented equivalent, rather than 'rs1'.
11146
11147 980627
11148         + slow 'worm' down a little, for very fast machines.
11149         + corrected firstchar/lastchar computation in lib_hline.c
11150         + simplify some expressions with CHANGED_CELL, CHANGED_RANGE and
11151           CHANGED_TO_EOL macros.
11152         + modify init_pair so that if a color-pair is reinitialized, we will
11153           repaint the areas of the screen whose color changes, like SVr4 curses
11154           (reported by Christian Maurer <maurer@inf.fu-berlin.de>).
11155         + modify getsyx/setsyx macros to comply with SVr4 man-page which
11156           says that leaveok() affects their behavior (report by Darryl Miles,
11157           patch by Alexander V Lukyanov).
11158
11159 980620
11160         + review terminfo.5 against Solaris 2.6 curses version, corrected
11161           several minor errors/omissions.
11162         + implement tparm %l format.
11163         + implement tparm printf-style width and precision for %s, %d, %x, %o
11164           as per XSI.
11165         + implement tparm dynamic variables (reported by Xiaodan Tang).
11166
11167 980613
11168         + update man-page for for wattr_set, wattr_get (cf:  980509)
11169         + correct limits in hashtest, which would cause nonprinting characters
11170           to be written to large screens.
11171         + correct configure script, when --without-cxx was specified:  the
11172           wrong variable was used for cf_cv_type_of_bool.  Compilers up to gcc
11173           2.8 tolerated the missing 'int'.
11174         + remove the hardcoded name "gcc" for the GNU Ada compiler.  The
11175           compiler's name might be something like "egcs" (patch by Juergen
11176           Pfeifer).
11177         + correct curs_addch.3x, which implied that echochar could directly
11178           display control characters (patch by Alexander V Lukyanov).
11179         + fix typos in ncurses-intro.html (patch by Sidik Isani
11180           <isani@cfht.hawaii.edu>)
11181
11182 980606
11183         + add configure test for conflicting use of exception in math.h and
11184           other headers.
11185         + minor optimization to 'hash()' function in hashmap.c, reduces its
11186           time by 10%.
11187         + correct form of LD_SHARED_OPTS for HP-UX 10.x (patch by Tim Mooney).
11188         + fix missing quotes for 'print' in MKunctrl.awk script (reported by
11189           Mihai Budiu <mihaib@gs41.sp.cs.cmu.edu>).
11190         > patch by Alexander V Lukyanov:
11191         + correct problem on Solaris (with poll() function) where getch could
11192           hang indefinitely even if timeout(x) was called.  This turned out to
11193           be because milliseconds was not updated before 'goto retry' in
11194           _nc_timed_wait.
11195         + simplified the function _nc_timed_wait and fixed another bug, which
11196           was the assumption of !GOOD_SELECT && HAVE_GETTIMEOFDAY in *timeleft
11197           assignment.
11198         + removed the cycle on EINTR, as it seems to be useless.
11199
11200 980530
11201         + add makefile-rule for test/keynames
11202         + modify run_tic.sh and shlib to ensure that user's .profile does not
11203           override the $PATH used to run tic (patch by Tim Mooney).
11204         + restore LD_SHARED_OPTS to $(LD_SHARED_FLAGS) when linking programs,
11205           needed for HP-UX shared-library path (recommended by Tim Mooney).
11206         + remove special case of HP-UX -L options, use +b options to embed
11207           $(libdir) in the shared libraries (recommended by Tim Mooney).
11208         + add checks for some possible buffer overflows and unchecked
11209           malloc/realloc/calloc/strdup return values (patch by Todd C Miller
11210           <Todd.Miller@courtesan.com>)
11211
11212 980523
11213         + correct maxx/maxy expression for num_columns/num_lines in derwin
11214           (patch by Alexander V Lukyanov).
11215         + add /usr/share/lib/terminfo and /usr/lib/terminfo as compatibility
11216           fallbacks to _nc_read_entry(), along with --with-terminfo-dirs
11217           configure option (suggested by Mike Hopkirk).
11218         + modify config.guess to recognize Unixware 2.1 and 7 (patch by Mike
11219           Hopkirk <hops@sco.com>).
11220         + suppress definition of CC_SHARED_OPTS in LDFLAGS_SHARED in c++
11221           Makefile.in, since this conflicts when g++ is used with HP-UX
11222           compiler (reported by Tim Mooney).
11223         + parenthesize 'strcpy' calls in c++ binding to workaround redefinition
11224           in some C++ implementations (reported by several people running
11225           egcs with glibc 2.0.93, analysis by Andreas Jaeger.
11226
11227 980516
11228         + modify write_entry.c so that it will not attempt to link aliases
11229           with embedded '/', but give only a warning.
11230         + put -L$(libdir) first when linking programs, except for HP-UX.
11231         + modify comp_scan.c to handle SVr4 terminfo description for att477,
11232           which contains a colon in the description field.
11233         + modify configure script to support SCO osr5.0.5 shared libraries,
11234           from comp.unix.sco.programmer newsgroup item (Mike Hopkirk).
11235         + eliminate extra GoTo call in lib_doupdate.c (patch by Alexander V.
11236           Lukyanov).
11237         + minor adjustments of const/NCURSES_CONST from IRIX compile.
11238         + add updates based on esr's 980509 version of terminfo.src.
11239
11240 980509
11241         + correct macros for wattr_set, wattr_get, separate wattrset macro from
11242           these to preserve behavior that allows attributes to be combined with
11243           color pair numbers.
11244         + add configure option --enable-no-padding, to allow environment
11245           variable $NCURSES_NO_PADDING to eliminate non-mandatory padding,
11246           thereby making terminal emulators (e.g., for vt100) a little more
11247           efficient (request by Daniel Eisenbud <eisenbud@cs.swarthmore.edu>).
11248         + modify configure script to embed ABI in shared libraries for HP-UX
11249           10.x (detailed request by Tim Mooney).
11250         + add test/example of the 'filter()' function.
11251         + add nxterm and xterm-color terminfo description (request by Cristian
11252           Gafton <gafton@redhat.com>).
11253         + modify rxvt terminfo description to clear alternate screen before
11254           switching back to normal screen, for compatibility with applications
11255           which use xterm (reported by Manoj Kasichainula <manojk@io.com>).
11256         + modify linux terminfo description to reset color palette (reported
11257           by Telford Tendys <telford@eng.uts.edu.au>).
11258         + correction to doupdate, for case where terminal does not support
11259           insert/delete character.  The logic did not check that there was a
11260           difference in alignment of changes to old/new screens before
11261           repainting the whole non-blank portion of the line.  Modified to fall
11262           through into logic that reduces by the portion which does not differ
11263           (reported by Daniel Eisenbud <eisenbud@cs.swarthmore.edu>).
11264         + minor performance improvement to wnoutrefresh by moving some
11265           comparisons out of inner loop.
11266
11267 980425
11268         + modify configure script to substitute NCURSES_CONST in curses.h
11269         + updated terminfo entries for xterm-xf86-v40, xterm-16color,
11270           xterm-8bit to correspond to XFree86 3.9Ag.
11271         + remove restriction that forces ncurses to use setaf/setab if the
11272           number of colors is greater than 8.  (see 970524 for xterm-16color).
11273         + change order of -L options (so that $(libdir) is searched first) when
11274           linking tic and other programs, to workaround HP's linker.
11275           Otherwise, the -L../lib is embedded when linking against shared
11276           libraries and the installed program does not run (reported by Ralf
11277           Hildebrandt).
11278         + modify configuration of shared libraries on Digital Unix so that
11279           versioning is embedded in the library, rather than implied by
11280           links (patch by Tim Mooney).
11281
11282 980418
11283         + modify etip.h to avoid conflict with math.h on HP-UX 9.03 with gcc
11284           2.8.1 which redefines 'exception' (reported by Ralf Hildebrandt
11285           <R.Hildebrandt@tu-bs.de>).
11286         + correct configure tests in CF_SHARED_OPTS which used $CC value to
11287           check for gcc, rather than autoconf's $GCC value.  This did not
11288           work properly if the full pathname of the compiler were given
11289           (reported by Michael Yount <yount@csf.Colorado.edu>).
11290         + revise check for compiler options to force ANSI mode since repeating
11291           an option such as -Aa causes HP's compiler to fail on its own headers
11292           (reported by Clint Olsen <olsenc@ichips.intel.com>).
11293
11294 980411
11295         + ifdef'd has_key() and mcprint() as extended functions.
11296         + modified several prototypes to correspond with 1997 version of
11297           X/Open Curses (affects ABI since developers have used attr_get).
11298         + remove spurious trailing blanks in glibc addon-scripts (patch by
11299           H.J.Lu).
11300         + insert a few braces at locations where gcc-2.8.x asks to use them to
11301           avoid ambiguous else's, use -fpic rather than -fPIC for Linux (patch
11302           by Juergen Pfeifer).
11303
11304 980404
11305         + split SHLIB_LIST into SHLIB_DIRS/SHLIB_LIST to keep -L options
11306           before -l to accommodate Solaris' linker (reported by Larry Virden).
11307
11308 980328
11309         + modify lib_color.c to eliminate dependency on orig_colors and
11310           orig_pair, since SVr4 curses does not require these either, but
11311           uses them when they are available.
11312         + add detailed usage-message to infocmp.
11313         + correct a typo in att6386 entry (a "%?" which was "?").
11314         + add -f option to infocmp and tic, which formats the terminfo
11315           if/then/else/endif so that they are readable (with newlines and
11316           tabs).
11317         + fixes for glibc addon scripts (patch by H.J.Lu).
11318
11319 980321
11320         + revise configure macro CF_SPEED_TYPE so that termcap.h has speed_t
11321           declared (from Adam J Richter <adam@yggdrasil.com>)
11322         + remove spurious curs_set() call from leaveok() (J T Conklin).
11323         + corrected handling leaveok() in doupdate() (patch by Alexander V.
11324           Lukyanov).
11325         + improved version of wredrawln (patch by Alexander V. Lukyanov).
11326         + correct c++/Makefile.in so install target do not have embedded ../lib
11327           to confuse it (patch by Thomas Graf <graf@essi.fr>).
11328         + add warning to preinstall rule which checks if the installer would
11329           overwrite a curses.h or termcap.h that is not derived from ncurses.
11330           (The recommended configuration for developers who need both is to
11331           use --disable-overwrite).
11332         + modify preinstall rule in top-level Makefile to avoid implicit
11333           use of 'sh', to accommodate Ultrix 4.4 (reported by Joao Palhoto
11334           Matos <jmatos@math.ist.utl.pt>, patch by Thomas Esser
11335           <te@informatik.uni-hannover.de>)
11336         + refine ifdef's for TRACE so that libncurses has fewer dependencies
11337           on libtinfo when TRACE is disabled.
11338         + modify configure script so that if the --with-termlib option is used
11339           to generate a separate terminfo library, we chain it to the ncurses
11340           library with a "-l" option (reported by Darryl Miles and Ian T.
11341           Zimmerman).
11342
11343 980314
11344         + correct limits and window in wredrawln function (reported/analysis by
11345           Alexander V. Lukyanov).
11346         + correct sed expression in configure script for --with-fallback
11347           option (patch by Jesse Thilo).
11348         + correct some places in configure script where $enableval was used
11349           rather than $withval (patch by Darryl Miles <dlm@g7led.demon.co.uk>).
11350         + modify some man-pages so no '.' or '..' falls between TH and SH
11351           macros, to accommodate man_db program (reported by Ian T. Zimmerman
11352           <itz@rahul.net>).
11353         + terminfo.src 10.2.1 downloaded from ESR's webpage (ESR).
11354         > several changes by Juergen Pfeifer:
11355         + add copyright notices (and rcs id's) on remaining man-pages.
11356         + corrected prototypes for slk_* functions, using chtype rather than
11357           attr_t.
11358         + implemented the wcolor_set() and slk_color() functions
11359         + the slk_attr_{set,off,on} functions need an additional void*
11360           parameter according to XSI.
11361         + fix the C++ and Ada95 binding as well as the man pages to
11362           reflect above enhancements.
11363
11364 980307
11365         + use 'stat()' rather than 'access()' in toe.c to check for the
11366           existence of $HOME/.terminfo, since it may be a file.
11367         + suppress configure CF_CXX_LIBRARY check if we are not using g++
11368           2.7.x, since this is not needed with g++ 2.8 or egcs (patch by
11369           Juergen Pfeifer).
11370         + turn on hashmap scrolling code by default, intend to remedy defects
11371           by 4.3 release.
11372         + minor corrections to terminfo.src changelog.
11373
11374 980302  4.2 release for upload to prep.ai.mit.edu
11375         + correct Florian's email address in ncurses-intro.html
11376         + terminfo.src 10.2.0 (ESR).
11377
11378 980228  pre-release
11379         + add linux-koi8r replace linux-koi8, which is not KOI8 (patch by
11380           QingLong <qinglong@Bolizm.ihep.su>).
11381         + minor documentation fixes (patch by Juergen Pfeifer).
11382         + add setlocale() call to ncurses.c (reported by Claes G. Lindblad
11383           <claesg@algonet.se>).
11384         + correct sign-extension in lib_insstr.c (reported by Sotiris
11385           Vassilopoulos <svas@leon.nrcps.ariadne-t.gr>)
11386
11387 980221  pre-release
11388         + regenerated some documentation overlooked in 980214 patch
11389           (ncurses-intro.doc, curs_outopts.3x.html)
11390         + minor ifdef change to C++ binding to work with gcc 2.8.0 (patch by
11391           Juergen Pfeifer).
11392         + change maintainer's mailing address to florian@gnu.org, change
11393           tentative mailing list address to bug-ncurses-request@gnu.org (patch
11394           by Florian La Roche).
11395         + add definition of $(REL_VERSION) to c++/Makefile.in (reported by Gran
11396           Hasse <gh@raditex.se>).
11397         + restore version numbers to Ada95 binding, accidentally deleted by
11398           copyright patch (patch by Juergen Pfeifer).
11399
11400 980214  pre-release
11401         + remove ncurses.lsm from MANIFEST so that it won't be used in FSF
11402           distributions, though it is retained in development.
11403         + correct scaling of milliseconds to nanoseconds in lib_napms.c (patch
11404           by Jeremy Buhler).
11405         + update mailing-list information (bug-ncurses@gnu.org).
11406         + update announcement for upcoming 4.2 release.
11407         + modify -lm test to check for 'sin()' rather than 'floor()'
11408         + remove spurious commas from terminfo.src descriptions.
11409         + change copyright notices to Free Software Foundation
11410
11411 980207
11412         + minor fixes for autoconf macros CF_ERRNO, CF_HELP_MESSAGE and
11413           CF_SIZECHANGE
11414         + modify Makefile.glibc so that $(objpfx) is defined (H.J.Lu).
11415         + ifdef-out true-return from _nc_mouse_inline() which depends on
11416           merge of QNX patch (pending 4.2 release).
11417         > patch to split off seldom-used modules in ncurses (J T Conklin):
11418           This reduces size by up to 2.6kb.
11419         + move functionality of _nc_usleep into napms, add configuration case
11420           for nanosleep().
11421         + moved wchgat() from lib_addch.c to lib_chgat.c
11422         + moved clearok(), immedok(), leaveok(), and scrollok() from
11423           lib_options.c to lib_clearok.c, lib_immedok.c, lib_leaveok.c and
11424           lib_scrollok.c.
11425         + moved napms() from lib_kernel.c to lib_napms.c
11426         + moved echo() and noecho() from lib_raw.c to lib_echo.c
11427         + moved nl() and nonl() from lib_raw.c to lib_nl.c
11428
11429 980131
11430         + corrected conversion in tclock.c (cf: 971018).
11431         + updates to Makefile.glibc and associated Linux configure script
11432           (patch by H.J.Lu).
11433         + workaround a quoting problem on SunOS with tar-copy.sh
11434         + correct init_pair() calls in worm.c to work when use_default_colors()
11435           is not available.
11436         + include <sys/types.h> in CF_SYS_TIME_SELECT to work with FreeBSD
11437           2.1.5
11438         + add ncv capability to FreeBSD console (cons25w), making reverse
11439           work with color.
11440         + correct sense of configure-test for sys/time.h inclusion with
11441           sys/select.h
11442         + fixes for Ada95/ada_include/Makefile.in to work with --srcdir option.
11443         + remove unused/obsolete test-program rules from progs/Makefile.in
11444           (the rules in ncurses/Makefile.in work).
11445         + remove shared-library loader flags from test/Makefile.in, etc.
11446         + simplify test/configure.in using new version of autoconf to create
11447           test/ncurses_cfg.h
11448         + suppress suffix rules in test/Makefile.in, provide explicit
11449           dependency to work with --srcdir option and less capable 'make'
11450           programs.
11451         > adapted from patch for QNX by Xiaodan Tang:
11452         + initialize %P and %g variables set/used in tparm, and also ensure
11453           that empty strings don't return a null result from tparam_internal
11454         + add QNX-specific prototype for vsscanf()
11455         + move initialization of SP->_keytry from init_keytry() to newterm() to
11456           avoid resetting it via a keyok() call by mouse_activate().
11457         + reorganized some functions in lib_mouse() to use case-statements.
11458         + remove sgr string from qnx terminfo entry since it is reported to
11459           turn off attributes inconsistently.
11460
11461 980124
11462         + add f/F/b/B commands to ncurses 'b' test to toggle colors, providing
11463           test for no_color_video.
11464         + adjusted emx.src to use no_color_video, now works with ncurses 'b'
11465           and 'k' tests.
11466         + implement no_color_video attribute, and as a special case, reverse
11467           colors when the reverse attribute cannot be combined with color.
11468         + check for empty string in $TERM variable (reported by Brett Michaels
11469           <brett@xylan.com>).
11470         > from reports by Fred Fish:
11471         + add configure-test for isascii
11472         + add configure-test for -lm library.
11473         + modify CF_BOOL_SIZE to check if C++ bool types are unsigned.
11474         > patches by J.J.G.Ripoll
11475         + add configure/makefile variables to support .exe extension on
11476           OS/2 EMX (requires additional autoconf patches).
11477         + explicitly initialize variables in lib_data.c to appease OS/2 linker
11478         > patches by Fred Fish <fnf@ninemoons.com>
11479         + misc/Makefile.in (install.data):  Avoid trying to install the CVS
11480           directory.
11481         + aclocal.m4 (install.includes):  Remove files in the include directory
11482           where we are going to install new ones, not the original source
11483           files.
11484         + misc/terminfo.src:  Add entry for "beterm", derived from termcap
11485           distributed with BeOS PR2 using captoinfo.
11486         + aclocal.m4: Wrap $cf_cv_type_of_bool with quotes (contains space)
11487         + aclocal.m4: Assume bool types are unsigned.
11488         + progs/infocmp.c: workaround mwcc 32k function data limit
11489
11490 980117
11491         + correct initialization of color-pair (cf: 970524) in xmas.c, which
11492           was using only one color-pair for all colors (reported by
11493           J.J.G.Ripoll).
11494         + add multithread options for objects build on EMX, for compatibility
11495           with XFree86.
11496         + split up an expression in MKlib_gen.sh to work around a problem on
11497           OS/2 EMX, with 'ash' (patch by J.J.G.Ripoll).
11498         + change terminfo entries xterm (xterm-xf86-v40), xterm-8bit rs1 to use
11499           hard reset.
11500         + rename terminfo entry xterm-xf86-v39t to xterm-xf86-v40
11501         + remove bold/underline from sun console entries since they're not
11502           implemented.
11503         + correct _tracef calls in _tracedump(), which did not separate format
11504           from parameters.
11505         + correct getopt string for tic "-o" option, and add it to man-page
11506           synopsis (reported by Darren Hiebert <darren@hmi.com>).
11507         + correct typo in panel/Makefile.in, reversed if-statement in scrolling
11508           optimization (Alexander V.  Lukyanov).
11509         + test for 'remove()', use 'unlink() if not found (patch by Philippe De
11510           Muyter <phdm@macqel.be>).
11511         > patches by Juergen Pfeifer:
11512         + Improve a feature of the forms driver.  For invisible fields
11513           (O_VISIBLE off) only the contents but not the attributes are cleared.
11514           We now clear both.  (Reported by Javier Kohan
11515           <jkohan@adan.fceia.unr.edu.ar>)
11516         + The man page form_field_opts.3x makes now clear, that invisible
11517           fields are also always inactive.
11518         + adjust ifdef's to compile the C++ binding with the just released
11519           gcc-2.8.0 c++ and the corresponding new C++ libraries.
11520
11521 980110
11522         + correct "?" command in ncurses.c; it was performing non-screen writes
11523           while the program was in screen mode.  (It "worked" in 1.9.9e because
11524           that version sets OPOST and OCRNL incorrectly).
11525         + return error from functions in lib_kernel, lib_raw and lib_ti if
11526           cur_term is null, or if underlying I/O fails.
11527         + amend change to tputs() so that it does not return an error if
11528           cur_term is null, since some applications depend on being able to use
11529           tputs without initializing the terminal (reported by Christian J.
11530           Robinson <infynity@cyberhighway.net>).
11531
11532 980103
11533         + add a copy of emx.src from J.J.G.Ripoll's OS/2 EMX version of ncurses
11534           1.9.9e, together with fixes/additions for the "ansi" terminal type.
11535         + add tic check for save/restore cursor if change_scroll_region is
11536           defined (reference: O'Reilly book).
11537         + modify read_termcap.c to handle EMX-style pathnames (reported by
11538           J.J.G.Ripoll).
11539         + modify lib_raw.c to use EMX's setmode (patch from J.J.G.Ripoll).
11540           Ripoll says EMX's curses does this.
11541         + modify _nc_tic_expand() to generate \0 rather than \200.
11542         + move/revise 'expand()' from dump_entry.c to ncurses library as
11543           _nc_tic_expand(), for use by tack.
11544         + decode \a as \007 for terminfo, as per XSI.
11545         + correct translation of terminfo "^@", to \200, like \0.
11546         + modify next_char() to treat <cr><lf> the same as <newline>, for
11547           cross-platform compatibility.
11548         + use new version of autoconf (971230) to work around limited
11549           environment on CLIX, due to the way autoconf builds --help message.
11550         > patch by Juergen Pfeifer:
11551         + check that the Ada95 binding runs against the correct version of
11552           ncurses.
11553         + insert constants about the library version into the main spec-file of
11554           the Ada95 binding.
11555
11556 971227
11557         + modify open/fopen calls to use binary mode, needed for EMX.
11558         + modify configure script to work with autoconf 2.10 mods for OS/2
11559           EMX (from J.J.G.Ripoll).
11560         + generated ncurses_cfg.h with patch (971222) to autoconf 2.12 which
11561           bypasses limited sed buffer length.
11562         > several changes from Juan Jose Garcia Ripoll <worm@arrakis.es>
11563           (J.J.G.Ripoll) to support OS/2 EMX:
11564         + add a _scrolling flag to SP, to set when we encounter a terminal
11565           that simply cannot scroll.
11566         + corrected logic in _nc_add_to_try(), by ensuring that strings with
11567           embedded \200 characters are matched.
11568         + don't assume the host has 'link()' function, for linking terminfo
11569           entries.
11570
11571 971220
11572         + if there's no ioctl's to support sigwinch handler, disable it.
11573         + add configure option --disable-ext-funcs to remove the extended
11574           functions from the build.
11575         + add configure option --with-termlib to generate the terminfo
11576           functions as a separate library.
11577         + add 'sources' rule to facilitate cross-compiling.
11578         + review/fix order of mostlyclean/clean/distclean rules.
11579         + modify install-rule for headers to first remove old header, in
11580           case there was a symbolic link that confuses the install script.
11581         + corrected substitution for NCURSES_CONST in term.h (cf: 971108)
11582         + add null pointer checks in wnoutrefresh(), overlap() (patch by
11583           Xiaodan Tang <xtang@qnx.com>)
11584         + correct tputs(), which could dereference a null cur_term if invoked
11585           before terminal is initialized (patch by Christopher Seawood
11586           <cls@seawood.org>)
11587         > patch by Juergen Pfeifer:
11588         + makes better use of "pragma Inline" in the Ada95 binding
11589         + resynchronizes the generated html manpages
11590
11591 971213
11592         + additional fixes for man-pages section-references
11593         + add (for debugging) a check for ich/ich1 conflict with smir/rmir
11594           to tic, etc.
11595         + remove hpa/vpa from rxvt terminal description because they are not
11596           implemented correctly, added sgr0.
11597         + change ncurses 's' to use raw mode, so ^Q works (reported by Rudolf
11598           Leitgeb <leitgeb@leland.stanford.edu>)
11599
11600 971206
11601         + modify protection when installing libraries to (normally) not
11602           executable.  HP-UX shared libraries are an exception.
11603         + add configure check for 'tack'.
11604         + implement script for renaming section-references in man-page install,
11605           for Debian configuration.
11606         + add validity-check for SP in trace code in baudrate() (reported by
11607           Daniel Weaver).
11608         > patch by Alexander V. Lukyanov (fixes to match sol25 curses)
11609         + modify 'overlay()' so that copy applies target window background to
11610           characters.
11611         + correct 'mvwin()' so that it does not clear the previous locations.
11612         + correct lib_acs.c so that 8-bit character is not sign expanded in
11613           case of wide characters in chtype.
11614         + correct control-char test in lib_addch.c for use with wide chars
11615         + use attribute in the chtype when adding a control character in
11616           lib_addch.c control char was added with current attribute
11617
11618 971129
11619         + save/restore errno in _tracef() function
11620         + change treatment of initialize_color to use a range of 0..1000
11621           (recommended by Daniel Weaver).
11622         + set umask in mkinstalldirs, fixing problems reported by users who
11623           have set root's umask to 077.
11624         + correct bug in tic that caused capabilities to be reprinted at the
11625           end of output when they had embedded comments.
11626         + rewrote wredrawln to correspond to XSI, and split-out since it is
11627           not often used (from report by Alexander V. Lukyanov, 970825)
11628         + rewrote Dan Nelson's change to make it portable, as well as to
11629           correct logic for handling backslashes.
11630         + add code to _nc_tgetent() to make it work more like a real tgetent().
11631           It removes all empty fields, and removes all but the first in a group
11632           of duplicate caps.  The code was pulled from the BSD libtermcap code
11633           in termcap.c (patch by Dan Nelson <dnelson@emsphone.com>
11634         + don't include --enable-widec in the --with-develop configure option,
11635           since it is not binary-compatible with 4.1 (noted by Alexander V.
11636           Lukyanov)
11637         > patch by Juergen Pfeifer:
11638         + further improvements of the usage of elaboration pragmas in the Ada95
11639           binding
11640         + enhanced Ada95 sample to use the user_data mechanism for panels.
11641         + a fix for the configuration script to make gnat-3.10 the required
11642           version.
11643         + resync of the html version of the manpages
11644
11645 971122
11646         > fixes/updates for terminfo.src:
11647         + add vt220-js, pilot, rbcomm, datapoint entries from esr's 27-jun-97
11648           version.
11649         + add hds200 description (Walter Skorski)
11650         + add EMX 0.9b descriptions
11651         + correct rmso/smso capabilities in wy30-mc and wy50-mc (Daniel Weaver)
11652         + rename xhpterm back to hpterm.
11653         > patch by Juergen Pfeifer:
11654         + Improves the usage of elaboration pragmas for the Ada95 binding.
11655         + Adds a translation of the test/rain.c into Ada95 to the samples.
11656           This has been contributed to the project by Laurent Pautet
11657           (pautet@gnat.com)
11658
11659 971115
11660         + increase MAX_NAME_SIZE to 512 to handle extremely long alias list
11661           in HP-UX terminfo.
11662         + correction & simplification of delay computation in tputs, based on
11663           comments from Daniel Weaver.
11664         + replace test for SCO with more precise header tests.
11665         + add configure test for unsigned literals, use in NCURSES_BITS macro.
11666         + comment-out the -PIC, etc., flags from c++, progs and test makefiles
11667           since they probably are not needed, and are less efficient (noted by
11668           Juergen Fluk)
11669         + add -L$(libdir) to loader options, after -L../lib so that loaders
11670           that record this information will tend to do the right thing if
11671           the programs are moved around after installing them (suggested by
11672           Juergen Fluk).
11673         + add -R option to loader options for programs for Solaris if the
11674           --enable-rpath option is specified for the libraries.
11675
11676 971112
11677         + correct installed filename for shared libraries on *BSD (reported by
11678           Juergen Fluk).
11679
11680 971108
11681         + cleanup logic for deciding when tputs() should call delay_output(),
11682           based on comments from Daniel Weaver.
11683         + modified tputs() to avoid use of float.
11684         + correct use of trailpad in tputs(), which used the wrong variable
11685           in call to delay_output().
11686         + correct inverted expression for null-count in delay_output()
11687           (analysis by Daniel Weaver).
11688         + apply --enable-rpath option to Solaris (requested by Larry Virden).
11689         + correct substitution of EXTRA_CFLAGS for gcc 2.6.3
11690         + correct check for error-return by _nc_tgetent(), which returns 0
11691           for success.
11692         + add configure test for BSD 4.4 cgetent() function, modify
11693           read_termcap.c to use the host's version of that if found, using the
11694           terminal database on FreeBSD (reported by Peter Wemm).
11695         + add u8, u9 strings to sun-il description for Daniel Weaver.
11696         + use NCURSES_CONST in panel's user-pointer.
11697         + modify edit_cfg.sh and MKterm.h.awk.in to substitute NCURSES_CONST
11698           so that will work on NeXT.
11699         + use _nc_set_screen() rather than assignments to SP to fix port to
11700           NeXT (reported by Francisco A. Tomei Torres).
11701
11702 971101
11703         + force mandatory padding in bell and flash_screen, as specified in
11704           XSI.
11705         + don't allow padding_baud_rate to override mandatory delays (reported
11706           by Daniel Weaver).
11707         + modify delay_output() to use _nc_timed_wait() if no baudrate has been
11708           defined, or if the cur_term pointer is not initialized.  XSI treats
11709           this as unspecified.  (requested by Daniel Weaver).
11710         + change getcap-cache ifdef's to eliminate unnecessary chdir/mkdir
11711           when that feature is not configured.
11712         + remove _nc_err_abort() calls when write_entry.c finds a directory but
11713           cannot write to it, e.g., when translating part/all of /etc/termcap
11714           (reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>).
11715           (this dates back to 951102 in 1.9.7a).
11716         + minor ifdef fixes to compile with atac and glibc 2.0.5c
11717         + add check for -lgen when configuring regexpr.h
11718         + modify Solaris shared-library option "-d y" to "-dy" to workaround
11719           incompatibility of gcc 2.7.2 vs vendor's tools.
11720
11721 971026
11722         + correct ifdef's for struct winsize vs struct ttysize in lib_setup.c
11723           to compile on SCO.
11724         + remove dangling backslash in panel/Makefile.in
11725         + modify MKkeyname.awk to work with SCO's nawk, which dumps core in the
11726           length() function.
11727         + correct length of allocation in _nc_add_to_try(), to allow for
11728           trailing null.
11729         + correct logic in _nc_remove_key(), which was discarding too many
11730           nodes (patch by Alexander V. Lukyanov)
11731
11732 971025
11733         + add definition for $(REL_VERSION) to test/Makefile.in, so *BSD
11734           shared libraries link properly (see 970524).
11735         + modify Linux shared-library generation to include library
11736           dependencies (e.g., -lncurses and -lgpm) in the forms, menu and
11737           panel libraries (suggested by Juergen Pfeifer).
11738         + modify configure script to use config.guess and config.sub rather
11739           than uname, which is unreliable on some systems.
11740         + updated Makefile.glibc, test-built with glibc 2.0.5c
11741         + modify keyname() to return values consistent with SVr4 curses (patch
11742           by Juergen Fluk).
11743         > changes requested by Daniel Weaver:
11744         + modify delay_output() so that it uses the same output function as
11745           tputs() if called from that function.
11746         + move _baudrate from SCREEN to TERMINAL so that low-level use of
11747           tputs works when SP is not set.
11748         > patch by Juergen Pfeifer:
11749         + factor lib_menu and lib_form into smaller modules
11750         + clean up the interface between panel and SCREEN
11751         + minor changes to the Ada95 mouse support implementation
11752         + minor bugfix in C++ binding to ripoff windows
11753         + fix a few Ada95 html documentation pages
11754
11755 971018
11756         + split-out lib_ungetch.c, make runtime link to resizeterm() to
11757           decouple those modules from lib_restart.c
11758         + add xterm-xf86-v39t description to terminfo.src
11759         + reset SP->_endwin in lib_tstp.c cleanup() function after calling
11760           endwin() to avoid unnecessary repainting if the application has
11761           established an atexit function, etc.  Encountered this problem in
11762           the c++ demo, whose destructors repaint the screen.
11763         + combine _nc_get_screensize() and resizeterm() calls as new function
11764           _nc_update_screensize().
11765         + minor fixes to allow compile with g++ (suggested by Nelson H. F.
11766           Beebe).
11767         + implement install-rules for Ada95 makefiles.
11768         + use screen_lines or MAXLINES as needed where LINES was coded,
11769           as well as screen_columns for COLS, in the ncurses library.
11770         > patch by Alexander V. Lukyanov:
11771         + modify logic for ripped-off lines to handle several SCREENs.
11772         > patch by Juergen Pfeifer:
11773         + factors lib_slk.c into some smaller modules
11774         + factors panel.c into some smaller modules
11775         + puts the static information about the current panel stack into the
11776           SCREEN structure to allow different panel stacks on different
11777           screens.
11778         + preliminary fix for an error adjusting LINES to account for
11779           ripped-off lines.
11780
11781 971011
11782         + move _nc_max_click_interval and other mouse interface items to SCREEN
11783           struct so that they are associated with a single terminal, and also
11784           save memory when the application does not need a mouse (roughly 3k vs
11785           0.5k on Linux).
11786         + modify mouseinterval() so that a negative parameter queries the
11787           click-interval without modifying it.
11788         + modify ncurses 'i' test to work with ncurses' apparent extension from
11789           SVr4, i.e., allows nocbreak+noecho (analysis by Alexander V.
11790           Lukyanov).
11791         + add configure options --with-ada-includes and --with-ada-objects,
11792           to drive Ada95 binding install (not yet implemented).
11793         + install C++ binding as -lncurses++ and associated headers with the
11794           other ncurses headers.
11795         + fix header uninstall if configure --srcdir is used.
11796         > minor interface changes to support 'tack' program -TD
11797           (request by Daniel Weaver <danw@znyx.com>).
11798         + export functions _nc_trans_string() and _nc_msec_cost().
11799         + add variable _nc_nulls_sent, to record the number of padding
11800           characters output in delay_output().
11801         + move tests for generic_type and hard_copy terminals in setupterm()
11802           to the end of that function so that the library will still be
11803           initialized, though not generally useful for curses programs.
11804         > patches by Alexander V. Lukyanov:
11805         + modify ClrBottom() to avoid using clr_eos if there is only one line
11806           to erase.
11807         + typo in configure --help.
11808         > patch by J T Conklin (with minor resync against Juergen's changes)
11809         + split-out lib_flash.c from lib_beep.c
11810         + split-out lib_hline.c and lib_vline.c from lib_box.c
11811         + split-out lib_wattron.c, lib_wattroff.c from lib_addch.c
11812
11813 971005
11814         > patch by Juergen Pfeifer:
11815         + correct source/target of c++/edit_cfg.sh
11816
11817 971004
11818         + add color, mouse support to kterm terminfo entry.
11819         + modify lib_mouse.c to recognize rxvt, kterm, color_xterm also as
11820           providing "xterm"-style mouse.
11821         + updated rxvt's terminfo description to correspond to 2.21b, with
11822           fixes for the acsc (the box1 capability is incorrect, ech1 does not
11823           work).
11824         + fix logic in parse_entry.c that discarded acsc when 'synthesizing'
11825           an entry from equivalents in XENIX or AIX.  This lets ncurses handle
11826           the distribution copy of rxvt's terminfo.
11827         + modify acsc capability for linux and linux-koi8 terminfo descriptions
11828           (from Pavel Roskin <pavel@absolute.spb.su>).
11829         + corrected definition in curses.h for ACS_LANTERN, which was 'I'
11830           rather than 'i' (see 970802).
11831         + updated terminfo.src with reformatted acsc entries, and repaired the
11832           trashed entries with spurious '\' characters that this exposed.
11833         + add logic to dump_entry.c to reformat acsc entries into canonical
11834           form (sorted, unique mapping).
11835         + add configure script to generate c++/etip.h
11836         + add configure --with-develop option, to enable by default most of the
11837           experimental options (requested by Alexander V. Lukyanov).
11838         + rename 'deinstall' to 'uninstall', following GNU convention
11839           (suggested by Alexander V. Lukyanov).
11840         > patches by Alexander V. Lukyanov:
11841         + modify tactics 2 and 5 in onscreen_mvcur(), to allow them on the last
11842           line of the screen, since carriage return will not cause a newline.
11843         + remove clause from PutCharLR() that would try to use
11844           eat_newline_glitch since that apparently does not work on some
11845           terminals (e.g., M$ telnet).
11846         + correct a limit check in scroll_csr_backward()
11847         > patches by Juergen Pfeifer:
11848         + adds dummy implementations of methods above() and below() to the
11849           NCursesPanel class.
11850         + fixes missing returncode in NCursesWindow::ripoffline()
11851         + fixes missing returncode in TestApplication::run() in demo.cc
11852         + We should at least give a comment in etip.h why it is currently a
11853           problem to install the C++ binding somewhere
11854         + makes the WINDOW* argument of wenclose() a const.
11855         + modifies several of the routines in lib_adabind.c to use a const
11856           WINDOW* argument.
11857
11858 970927
11859         + add 'deinstall' rules.
11860         + use explicit assignments in configure --without-progs option to
11861           work around autoconf bug which doesn't always set $withval.
11862         + check for ldconfig, don't try to run it if not found.
11863         + implement simple/unoptimized case in lib_doupdate.c to handle
11864           display with magic cookie glitch, tested with ncurses.c program.
11865         + correct missing _tracef in getmouse(), to balance the returnCode
11866           macro.
11867         + simplify show_attr() in ncurses.c using termattrs().
11868         > patches by Juergen Pfeifer:
11869         + provides missing inlines for mvw[hv]line in cursesw.h of the C++
11870           binding
11871         + fixes a typo in a comment of frm_driver.c
11872         + Enhances Ada95 Makefiles to fulfill the requirement of GNAT-3.10 that
11873           generics should be compiled.  Proper fixes to the configuration
11874           scripts are also provided.
11875
11876 970920
11877         + several modifications to the configure script (requested by Ward
11878           Horner):
11879           + add configure options --without-progs, to suppress the build of the
11880             utility programs, e.g., for cross-compiling.
11881           + add $(HOSTCCFLAGS) and $(HOSTLDFLAGS) symbols to ncurses
11882             Makefile.in, to simplify setup for cross compiling.
11883           + add logic in configure script to recognize "--target=vxworks", and
11884             generate load/install actions for VxWorks objects.
11885         + move typedef for sigaction_t into SigAction.h to work around problem
11886           generating lint library.
11887         + modify fty_regex.c to reflect renaming of ifdef's for regular
11888           expressions.
11889         + simplify ifdef in lib_setup.c for TIOCGWINSZ since that symbol may
11890           reside in <sys/ioctl.h>.
11891         + merge testcurs.c with version from PDCurses 2.3, clarifying some of
11892           the more obscure tests, which rely upon color.
11893         + use macros getbegyx() and getmaxyx() in newdemo.c and testcurs.c
11894         + modify ncurses.c to use getbegyx() and getmaxyx() macros to cover up
11895           implementation difference wrt SVr4 curses, allow 's' test to work.
11896         + add missing endwin() to testscanw.c program (reported by Fausto
11897           Saporito <fausap@itb.it>).
11898         + fixes/updates for Makefile.glibc and related files under sysdeps
11899           (patch by H.J.Lu).
11900         > patches by Juergen Pfeifer:
11901         + add checks for null pointers, especially WINDOW's throughout the
11902           ncurses library.
11903         + solve a problem with wrong calculation of panel overlapping (reported
11904           by Ward Horner):
11905           + make sure that a panel's window isn't a pad.
11906           + do more error checking in module lib_touch.c
11907         + missing files for Ada95 binding from the last patch
11908         + synch. of generated html pages (RCS-Id's were wrong in html files)
11909         + support for Key_Resize in Ada binding
11910         + changed documentation style in ./c++/cursesm.h
11911         > patches by Alexander V. Lukyanov:
11912         + undo attempt to do recursive inlining for PutChar(), noting that it
11913           did not improve timing measurably, but inflated the size of
11914           lib_doupdate.o
11915
11916 970913
11917         + modify rain.c to use color.
11918         + correct scroll_csr_backward() to match scroll_csr_forward().
11919         + minor adjustment to llib-lncurses, to work with Solaris 2.5.1
11920         + minor fixes to sysdeps/unix/sysv/linux/configure to reflect renaming
11921           of configure cache variables in 970906.
11922         + correct logic involving changes to O_VISIBLE option in
11923           Synchronize_Options function in frm_driver.c (Tony Hoffmann
11924           <Tony.Hoffmann@hia.nrc.ca>)
11925         + add $(HOSTCC) symbol to ncurses Makefile.in, to simplify setup for
11926           cross compiling (suggested by Chris Johns).
11927         + modify ifdef in lib_setup.c to only include <sys/ioctl.h> if we can
11928           use it to support screen-size calculation (reported by Chris Johns).
11929         + #undef unctrl to avoid symbol conflict in port to RTEMS (reported by
11930           Chris Johns <cjohns@plessey.com.au>)
11931         > patches by Juergen Pfeifer:
11932         + simplified, made minor corrections to Ada95 binding to form
11933           fieldtype.
11934         + The C++ binding has been enhanced:
11935           + Improve NCursesWindow class:  added additional methods to cover
11936             more ncurses functionality.  Make refresh() and noutrefresh()
11937             virtual members to allow different implementation in the
11938             NCursesPanel class.
11939           + CAUTION:  changed order of parameters in vline() and hline() of
11940             NCursesWindow class.
11941           + Make refresh() in NCursesPanel non-static, it is now a
11942             reimplementation of refresh() in the base class.  Added
11943             noutrefresh() to NCursesPanel.
11944           + Added NCursesForm and related classes to support libform
11945             functionality.
11946           + Moved most of configuration related stuff from cursesw.h to etip.h
11947           + Added NCursesApplication class to support easy configuration of
11948             menu and forms related attributes as well as ripped of title lines
11949             and Soft-Label-Keys for an application.
11950           + Support of Auto-Cleanup for a menu's fieldlist.
11951           + Change of return type for current_item() and operator[] for menus.
11952           + Enhanced demo.
11953         + Fixed a bug in form/fld_def.c:  take into account that copyarg and
11954           freearg for a fieldtype may be NULL, makearg must not be NULL
11955         + Fixed a bug in form/fld_type.c:  in set_fieldtype_arg() makearg must
11956           not be NULL, copyarg and freearg may be NULL.
11957         + Fixed a bug in form/frm_def.c:  Allow Disconnect_Fields() if it is
11958           already disconnected.
11959         + Enhance form/frm_driver.c:  Allow growth of dynamic fields also on
11960           navigation requests.
11961         + Fixed a bug in form/fty_enum.c:  wrong position of postincrement in
11962           case-insensitiva comparison routine.
11963         + Enhanced form/lib_adabind.c with function _nc_get_field() to get a
11964           forms field by index.
11965         + Enhanced menu/m_adabind.c with function _nc_get_item() to get a menus
11966           item by index.
11967         + Fixed in curses.h.in:  make chtype argument for pechochar() constant.
11968           Mark wbkgdset() as implemented, remove wbkgdset macro, because it was
11969           broken (didn't handle colors correctly).
11970         + Enhanced lib_mouse.c: added _nc_has_mouse() function
11971         + Added _nc_has_mouse() prototype to curses.priv.h
11972         + Modified lib_bkgd.c:  hopefully correct implementation of wbkgdset();
11973           streamlined implementation of wbkgd()
11974         + Modified lib_mvwin.c:  Disable move of a pad.  Implement (costly)
11975           move of subwindows.  Fixed update behavior of movements of regular
11976           windows.
11977         + Fixed lib_pad.c:  make chtype argument of pechochar() const.
11978         + Fixed lib_window.c:  dupwin() is not(!) in every bit a really clone
11979           of the original.  Subwindows become regular windows by doing a
11980           dupwin().
11981         + Improved manpage form_fieldtype.3x
11982         > patches by Alexander V. Lukyanov:
11983         + simplify the PutChar() handling of exit_am_mode, because we already
11984           know that auto_right_margin is true.
11985         + add a check in PutChar() for ability to insert to the case of
11986           shifting character to LR corner.
11987         + in terminal initialization by _nc_screen_resume(), make sure that
11988           terminal right margin mode is known.
11989         + move logic that invokes touchline(), or does the equivalent, into
11990           _nc_scroll_window().
11991         + modify scrolling logic use of insert/delete line capability, assuming
11992           that they affect the screen contents only within the current
11993           scrolling region.
11994         + modify rain.c to demonstrate SIGWINCH handler.
11995         + remove logic from getch() that would return an ERR if the application
11996           called getch() when the cursor was at the lower-right corner of the
11997           physical screen, and the terminal does not have insert-character
11998           ability.
11999         + change view.c so that it breaks out of getch() loop if a KEY_RESIZE
12000           is read, and modify logic in getch() so this fix will yield the
12001           desired behavior, i.e., the screen is repainted automatically when
12002           the terminal window is resized.
12003
12004 970906
12005         + add configure option --enable-sigwinch
12006         + modify view.c to test KEY_RESIZE logic, with "-r" option.
12007         + modify testcurs.c to eliminate misleading display wrt cursor type
12008           by testing if the terminal supports cnorm, civis, cvvis.
12009         + several fixes for m68k/NeXT 4.0, to bring cur_term, _nc_curr_line and
12010           _nc_curr_col variables into linked programs:  move these variables,
12011           making new modules lib_cur_term and trace_buf (reported by Francisco
12012           Alberto Tomei Torres <fatomei@sandburg.unm.edu>).
12013         > patches by Alexander V. Lukyanov:
12014         + add pseudo-functionkey KEY_RESIZE which is returned by getch() when
12015           the SIGWINCH handler has been called since the last call to
12016           doupdate().
12017         + modify lib_twait.c to hide EINTR only if HIDE_EINTR is defined.
12018         + add SIGWINCH handler to ncurses library which is used if there is no
12019           application SIGWINCH handler in effect when the screen is
12020           initialized.
12021         + make linked list of all SCREEN structures.
12022         + move curses.h include before definition of SCREEN to use types in
12023           that structure.
12024         + correction to ensure that wgetstr uses only a newline to force a
12025           scroll (970831).
12026
12027 970831
12028         + add experimental configure option --enable-safe-sprintf; the normal
12029           mode now allocates a buffer as large as the screen for the
12030           lib_printw.c functions.
12031         + modify wgetch to refresh screen when reading ungetch'd characters,
12032           since the application may require this - SVr4 does this.
12033         + refine treatment of newline in wgetstr to echo only when this would
12034           force the screen to scroll.
12035
12036 970830
12037         + remove override in wgetstr() that forces keypad(), since SVr4 does
12038           not do this.
12039         + correct y-reference for erasure in wgetstr() when a wrap forces a
12040           scroll.
12041         + correct x-position in waddch() after a wrap forces a scroll.
12042         + echo newline in wgetstr(), making testscanw.c scroll properly when
12043           scanw is done.
12044         + modify vwscanw() to avoid potential buffer overflow.
12045         + rewrote lib_printw.c to eliminate fixed-buffer limits.
12046         > patches by Alexander V. Lukyanov:
12047         + correct an error in handling cooked mode in wgetch(); processing
12048           was in the wrong order.
12049         + simplified logic in wgetch() that handles backspace, etc., by using
12050           wechochar().
12051         + correct wechochar() so that it interprets the output character as
12052           in waddch().
12053         + modify pechochar() to use prefresh() rather than doupdate(), since
12054           the latter does not guarantee immediate refresh of the pad.
12055         + modify pechochar() so that if called with a non-pad WINDOW, will
12056           invoke wechochar() instead.
12057         + modify fifo indices to allow fifo to be longer than 127 bytes.
12058
12059 970823
12060         + add xterm-8bit to terminfo.src
12061         + moved logic for SP->_fifohold inside check_pending() to make it
12062           work properly when we add calls to that function.
12063         + ensure that bool functions return only TRUE or FALSE, and TRUE/FALSE
12064           are assigned to bool values (patch by H.J.Lu).
12065         > patches by Alexander V. Lukyanov:
12066         + several fixes to getch:
12067           1.  Separate cooked and raw keys in fifo
12068           2.  Fix the case of ungetch'ed KEY_MOUSE
12069           3.  wrap the code for hiding EINTR with ifdef HIDE_EINTR
12070           4.  correctly handle input errors (i.e., EINTR) without loss of raw
12071               keys
12072           5.  recognize ESC KEY_LEFT and similar
12073           6.  correctly handle the case of reception of KEY_MOUSE from gpm
12074         + correct off-by-one indexing error in _nc_mouse_parse(), that caused
12075           single mouse events (press/release) to be ignored in favor of
12076           composed events (click).  Improves on a fix from integrating gpm
12077           support in 961229.
12078         + add another call to check_pending, before scrolling, for
12079           line-breakout optimization
12080         + improve hashmap.c by
12081           1.  fixed loop condition in grow_hunks()
12082           2.  not marking lines with offset 0
12083           3.  fixed condition of 'too far' criteria, thus one-line hunks are
12084           ignored and two lines interchanged won't pass.
12085         + rewrote/simplified _nc_scroll_optimize() by separating into two
12086           passes, forward/backward, looking for chunks moving only in the given
12087           direction.
12088         + move logic that emits sgr0 when initializing the screen to
12089           _nc_screen_init(), now invoked from newterm.
12090         + move cursor-movement cleanup from endwin() into _nc_mvcur_wrap()
12091           function and screen cleanup (i.e., color) into _nc_screen_wrap()
12092           function.
12093         + add new functions _nc_screen_init(), _nc_screen_resume() and
12094           _nc_screen_wrap().
12095         + rename _nc_mvcur_scrolln() to _nc_scrolln().
12096         + add a copy of acs_map[] to the SCREEN structure, where it can be
12097           stored/retrieved via set_term().
12098         + move variables _nc_idcok, _nc_idlok, _nc_windows into the SCREEN
12099           structure.
12100
12101 970816
12102         + implement experimental _nc_perform_scroll().
12103         + modify newterm (actually _nc_setupscreen()) to emit an sgr0 when
12104           initializing the screen, as does SVr4 (reported by Alexander V.
12105           Lukyanov).
12106         + added test_progs rule to ncurses/Makefile.
12107         + modify test/configure.in to check if initscr is already in $LIBS
12108           before looking for (n)curses library.
12109         + correct version-number in configure script for OSF1 shared-library
12110           options (patch by Tim Mooney).
12111         + add -DNDEBUG to CPPFLAGS for --enable-assertions (as Juergen
12112           originally patched) since the c++ demo files do not necessarily
12113           include ncurses_cfg.h
12114         + supply default value for --enable-assertions option in configure
12115           script (reported by Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>).
12116         > patches by Alexander V. Lukyanov:
12117         + correct/simplify logic of werase(), wclrtoeol() and wclrbot().  See
12118           example firstlast.c
12119         + optimize waddch_literal() and waddch_nosync() by factoring out
12120           common subexpressions.
12121         + correct sense of NDEBUG ifdef for CHECK_POSITION macro.
12122         + corrections to render_char(), to make handling of colored blanks
12123           match SVr4 curses, as well as to correct a bug that xor'd space
12124           against the background character.
12125         + replaced hash function with a faster one (timed it)
12126         + rewrote the hashmap algorithm to be one-pass, this avoids multiple
12127           cost_effective() calls on the same lines.
12128         + modified cost_effective() so it is now slightly more precise.
12129         > patches for glibc integration (H.J.Lu):
12130         + add modules define_key, keyok, name_match, tries
12131         + add makefile rules for some of the unit tests in ncurses (mvcur,
12132           captoinfo, hardscroll, hashmap).
12133         + update Linux configure-script for wide-character definitions.
12134
12135 970809
12136         + modify _tracebits() to show the character size (e.g., CS8).
12137         + modify tparm() to emit '\200' where the generated string would have a
12138           null (reported by From:  Ian Dall <Ian.Dall@dsto.defence.gov.au> for
12139           terminal type ncr7900).
12140         + modify install process so that ldconfig is not invoked if the
12141           package is built with an install-prefix.
12142         + correct test program for chtype size (reported by Tim Mooney).
12143         + add configure option --disable-scroll-hints, using this to ifdef the
12144           logic that computes indices for _nc_scroll_optimize().
12145         + add module ncurses/softscroll.c, to perform single-stage computation
12146           of scroll indices used in _nc_scroll_optimize().  This is faster than
12147           the existing scrolling algorithm, but tends to make too-small hunks.
12148         + eliminate fixed buffer size in _nc_linedump().
12149         + minor fixes to lib_doupdate.c to add tradeoff between clr_eol (el)
12150           and clr_bol (el1), refine logic in ClrUpdate() and ClrBottom() (patch
12151           by Alexander V. Lukyanov).
12152         + add test/testaddch.c, from a pending patch by Alexander V. Lukyanov.
12153         + correct processing of "configure --enable-assertions" option (patch
12154           by Juergen Pfeifer).
12155
12156 970802
12157         + add '-s' (single-step) option too test/hashtest.c, correct an error
12158           in loop limit for '-f' (footer option), toggle scrollok() when
12159           writing footer to avoid wrap at lower-right corner.
12160         + correct behavior of clrtoeol() immediately after wrapping cursor,
12161           which was not clearing the line at the cursor position (reported by
12162           Liviu Daia <daia@stoilow.imar.ro>).
12163         + corrected mapping for ACS_LANTERN, which was 'I' rather than 'i'
12164           (reported by Klaus Weide <kweide@tezcat.com>).
12165         + many corrections to make progs/capconvert work, as well as make it
12166           reasonably portable and integrated with ncurses 4.1 (reported by Dave
12167           Furstenau <df@ravine.binary.net>).
12168
12169 970726
12170         + add flag SP->_fifohold, corresponding logic to modify the behavior of
12171           the line breakout logic so that if the application does not read
12172           input, refreshes will not be stopped, but only slowed.
12173         + generate slk_attr_off(), slk_attr_on(), slk_attr_set(), vid_attr(),
12174           ifdef'd for wide-character support, since ncurses' WA_xxx attribute
12175           masks are identical with the A_xxx masks.
12176         + modify MKlib_gen.sh to generate ifdef'd functions to support optional
12177           configuration of wide-characters.
12178         + modify tset to behave more like SVr4's tset, which does not modify
12179           the settings of intr, quit or erase unless they are given as command
12180           options (reported by Nelson H. F. Beebe <beebe@math.utah.edu>).
12181         + modify tset to look in /etc/ttys or /etc/ttytype if the configuration
12182           does not have getttynam().
12183         + extend baudrate table in tset.c to match baudrate() function.
12184         + add table entries for B230400 and B460800 to baudrate() function.
12185         + improve breakout logic by allowing it before the first line updated,
12186           which is what SVr4 curses does (patch by Alexander V. Lukyanov).
12187         + correct initialization of vcost in relative_move(), for cursor-down
12188           case (patch by Alexander V. Lukyanov).
12189         > nits gleaned from Debian distribution of 1.9.9g-3:
12190         + install symbolic link for intotocap.
12191         + reference libc directly when making shared libraries.
12192         + correct renaming of curs_scr_dmp.3x in man_db.renames.
12193         + guard tgetflag() and other termcap functions against null cur_term
12194           pointer.
12195
12196 970719
12197         + corrected initial state of software echo (error in 970405, reported
12198           by Alexander V. Lukyanov).
12199         + reviewed/added messages to configure script, so that all non-test
12200           options should be accompanied by a message.
12201         + add configure check for long filenames, using this to determine if
12202           it is safe to allow long aliases for terminal descriptions as does
12203           SVr4.
12204         + add configure options for widec (wide character), hashmap (both
12205           experimental).
12206         > patch by Alexander V. Lukyanov:
12207         + hashmap.c - improved by heuristic, so that scroll test works much
12208           better when csr is not available.
12209         + hardscroll.c - patched so that it continues to scroll other chunks
12210           after failure to scroll one.
12211         + lib_doupdate.c - _nc_mvcur_scrolln extended to handle more cases; csr
12212           is avoided as it is relative costly.  Fixed wrong coordinates in one
12213           case and wrong string in TRACE.
12214         > patch by Juergen Pfeifer:
12215         + modify C++ binding to compile on AIX 4.x with the IBM C-SET++
12216           compiler.
12217
12218 970712
12219         + remove alternate character set from kterm terminfo entry; it uses the
12220           shift-out control for a purpose incompatible with curses, i.e., font
12221           switching.
12222         + disentangle 'xterm' terminfo entry from some derived entries that
12223           should be based on xterm-r6 instead.
12224         + add cbt to xterm-xf86-xv32 terminfo entry; I added the emulation for
12225           XFree86 3.1.2F, but overlooked its use in terminfo then - T.Dickey.
12226         + correct logic in lib_mvcur.c that uses back_tab.
12227
12228 970706
12229         + correct change from 970628 to ClrUpdate() in lib_doupdate.c so that
12230           contents of curscr are saved in newscr before clearing the screen.
12231           This is needed to make repainting work with the present logic of
12232           TransformLine().
12233         + use napms() rather than sleep() in tset.c to avoid interrupting I/O.
12234
12235 970705
12236         + add limit checks to _nc_read_file_entry() to guard against overflow
12237           of buffer when reading incompatible terminfo format, e.g, from OSF/1.
12238         + correct some loop-variable errors in xmc support in lib_doupdate.c
12239         + modify ncurses 'b' test to add gaps, specified by user, to allow
12240           investigation of interaction with xmc (magic cookie) code.
12241         + correct typo in 970524 mods to xmas.c, had omitted empty parameter
12242           list from has_colors(), which gcc ignores, but SVr4 does not
12243           (reported by Larry Virden).
12244         + correct rmso capability in wy50-mc description.
12245         + add configure option "--enable-hard-tabs", renamed TABS_OK ifdef to
12246           USE_HARD_TABS.
12247         > patch by Juergen Pfeifer:
12248         + Add bindings for keyok() and define_key() to the Ada95 packages.
12249         + Improve man pages menu_post.3x and menu_format.3x
12250         + Fix the HTML pages in the Ada95/html directory to reflect the above
12251           changes.
12252
12253 970628
12254         + modify change from 970101 to ClrUpdate() in lib_doupdate.c so that
12255           pending changes to both curscr and newscr are flushed properly.
12256           This fixes a case where the first scrolling operation in nvi would
12257           cause the screen to be cleared unnecessarily and repainted before
12258           doing the indexing, i.e., by repeatedly pressing 'j' (reported by
12259           Juergen Pfeifer).
12260         + correct error in trans_string() which added embedded newlines in a
12261           terminfo description to the stored strings.
12262         + remove spurious newlines from sgr in wyse50 (and several other)
12263           terminfo descriptions.
12264         + add configure option for experimental xmc (magic cookie) code,
12265           "--enable-xmc-glitch".  When disabled (the default), attributes that
12266           would store a magic cookie are suppressed in vidputs().  The magic
12267           cookie code is far from workable at this stage; the configuration
12268           option is a stopgap.
12269         + move _nc_initscr() from lib_initscr.c to lib_newterm.c
12270         + correct path for invoking make_keys (a missing "./").
12271
12272 970621
12273         + correct sign-extension problem with "infocmp -e", which corrupted
12274           acsc values computed for linux fallback data.
12275         + correct dependency on ncurses/names.c (a missing "./").
12276         + modify configure script to use '&&' even for cd'ing to existing
12277           directories to work around broken shell interpreters.
12278         + correct a loop-limit in _nc_hash_map() (patch by Alexander V.
12279           Lukyanov).
12280
12281 970615
12282         + restore logic in _nc_scroll_optimize() which marks as touched the
12283           lines in curscr that are shifted.
12284         + add new utility 'make_keys' to compute keys.tries as a table rather
12285           than a series of function calls.
12286         + correct include-dependency for tic.h used by name_match
12287         + removed buffer-allocation for name and description from m_item_new.c,
12288           since this might result in incompatibilities with SVr4.  Also fixed
12289           the corresponding Ada95 binding module (patch by Juergen Pfeifer,
12290           report by Avery Pennarun <apenwarr@foxnet.net>)
12291         + removed the mechanism to timestamp the generated Ada95 sources.  This
12292           resulted always in generating patches for the HTML doc, even when
12293           nothing really changed (patch by Juergen Pfeifer).
12294         + improve man page mitem_new.3x (patch by Juergen Pfeifer).
12295
12296 970614
12297         + remove ech capability from rxvt description because it does not work.
12298         + add missing case logic for infocmp -I option (reported by Lorenzo M.
12299           Catucci <lorenzo@argon.roma2.infn.it>)
12300         + correct old bug in pnoutrefresh() unmasked by fix in 970531; this
12301           caused glitches in the ncurses 'p' test since the area outside the
12302           pad was not compared when setting up indices for _nc_scroll_optimize.
12303         + rewrote tracebits() to workaround misdefinition of TOSTOP on Ultrix
12304           4.4, as well as to eliminate fixed-size buffer (reported by Chris
12305           Tanner <tannerc@aecl.ca>)
12306         + correct prototype for termattrs() as per XPG4 version 2.
12307         + add placeholder prototypes for color_set(), erasewchar(),
12308           term_attrs(), wcolor_set() as per XPG4 version 2.
12309         + correct attribution for progs/progs.priv.h and lib_twait.c
12310         + improve line-breakout logic by checking based on changed lines rather
12311           than total lines (patch by Alexander V. Lukyanov).
12312         + correct loop limits for table-lookup of enumerated value in form
12313           (patch by Juergen Pfeifer).
12314         + improve threshold computation for determining when to call ClrToEOL
12315           (patch by Alexander V. Lukyanov).
12316
12317 970531
12318         + add configure option --disable-database to force the library to
12319           use only the fallback data.
12320         + add configure option --with-fallbacks, to specify list of fallback
12321           terminal descriptions.
12322         + add a symbolic link for ncurses.h during install; too many programs
12323           still assume there's an ncurses.h
12324         + add new terminfo.src entry for xterm-xf86-v33.
12325         + restore terminfo.src entry for emu to using setf/setb, since it is
12326           not, after all, generating ANSI sequences.  Corrected missing comma
12327           that caused setf/setb entries to merge.
12328         + modify mousemask() to use keyok() to enable/disable KEY_MOUSE, so
12329           that applications can disable ncurses' mouse and supply their own
12330           handler.
12331         + add extensions keyok() and define_key().  These are designed to allow
12332           the user's application better control over the use of function keys,
12333           e.g., disabling the ncurses KEY_MOUSE.  (The define_key idea was from
12334           a mailing-list thread started by Kenneth Albanowski
12335           <kjahds@kjahds.com> Nov'1995).
12336         + restore original behavior in ncurses 'g' test, i.e., explicitly
12337           set the keypad mode rather than use the default, since it confuses
12338           people.
12339         + rewrote the newdemo banner so it's readable (reported by Hugh
12340           Daniel).
12341         + tidy up exit from hashtest (reported by Hugh Daniel).
12342         + restore check for ^Q in ncurses 'g' test broken in 970510 (reported
12343           by Hugh Daniel)
12344         + correct tput program, checking return-value of setupterm (patch by
12345           Florian La Roche).
12346         + correct logic in pnoutrefresh() and pechochar() functions (reported
12347           by Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>).  The computation
12348           of 'wide' date to eric's #283 (1.9.9), and the pechochar bug to the
12349           original implementation (1.9.6).
12350         + correct typo in vt102-w terminfo.src entry (patch by Robert Wuest
12351           <rwuest@sire.vt.com>)
12352         + move calls of _nc_background() out of various loops, as its return
12353           value will be the same for the whole window being operated on (patch
12354           by J T Conklin).
12355         + add macros getcur[xy] getbeg[xy] getpar[xy], which are defined in
12356           SVr4 headers (patch by J T Conklin <jtc@NetBSD.ORG>)
12357         + modify glibc addon-configure scripts (patch by H.J.Lu).
12358         + correct a bug in hashmap.c: the size used for clearing the hashmap
12359           table was incorrect, causing stack corruption for large values of
12360           LINES, e.g., >MAXLINES/2 (patch by Alexander V. Lukyanov).
12361         + eric's terminfo 9.13.23 & 9.13.24 changes: replaced minitel-2 entry,
12362           added MGR, ansi-nt (note: the changes described for 9.13.24 have not
12363           been applied).
12364         > several changes by Juergen Pfeifer:
12365         + correct a missing error-return in form_driver.c when wrapping of a
12366           field is not possible.
12367         + correct logic in form_driver.c for configurations that do not have
12368           memccpy() (reported by Sidik Isani <isani@cfht.hawaii.edu>)
12369         + change several c++ binding functions to inline.
12370         + modify c++ menu binding to inherit from panels, for proper
12371           initialization.
12372         + correct freeing of menu items in c++ binding.
12373         + modify c++ binding to reflect removal of const from user data pointer
12374           in forms/menus libraries.
12375
12376 970524
12377         + add description of xterm-16color.
12378         + modify name of shared-library on *BSD to end with $(REL_VERSION)
12379           rather than $(ABI_VERSION) to match actual convention on FreeBSD
12380           (cf: 960713).
12381         + add OpenBSD to shared-library case, same as NetBSD and FreeBSD
12382           (reported by Hugh Daniel <hugh@rat.toad.com>).
12383         + corrected include-dependency in menu/Makefile so that "make install"
12384           works properly w/o first doing "make".
12385         + add fallback definition for isascii, used in infocmp.
12386         + modify xmas to use color, and to exit right away when a key is
12387           pressed.
12388         + modify gdc so that the scrolled digits function as described (there
12389           was no time delay between the stages, and the digits overwrote the
12390           bounding box without tidying up).
12391         + modify lib_color.c to use setaf/setab only for the ANSI color codes
12392           0 through 7.  Using 16 colors requires setf/setb.
12393         + modify ncurses 'c' test to work with 16 colors, as well as the normal
12394           8 colors.
12395         + remove const qualifier from user data pointer in forms and menus
12396           libraries (patch by Juergen Pfeifer).
12397         + rewrote 'waddchnstr()' to avoid using the _nc_waddch_nosync()
12398           function, thereby not interpreting tabs, etc., as per spec (patch by
12399           Alexander V. Lukyanov).
12400
12401 970517
12402         + suppress check for pre-existing ncurses header if the --prefix
12403           option is specified.
12404         + add configure options "--with-system-type" and
12405           "--with-system-release" to assist in checking the generated
12406           makefiles.
12407         + add configure option "--enable-rpath" to allow installers to specify
12408           that programs linked against shared libraries will have their library
12409           path embedded, allowing installs into nonstandard locations.
12410         + add flags to OSF1 shared-library options to specify version and
12411           symbol file (patch by Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>)
12412         + add missing definition for ABI_VERSION to c++/Makefile.in (reported
12413           by Satoshi Adachi <adachi@wisdom.aa.ap.titech.ac.jp>).
12414         + modify link flags to accommodate HP-UX linker which embeds absolute
12415           pathnames in executables linked against shared libraries (reported by
12416           Jason Evans <jasone@mrc.uidaho.edu>, solved by Alan Shutko
12417           <ats@hubert.wustl.edu>).
12418         + drop unnecessary check for attribute-change in onscreen_mvcur() since
12419           mvcur() is the only caller within the library, and that check in turn
12420           is exercised only from lib_doupdate.c (patch by Alexander V.
12421           Lukyanov).
12422         + add 'blank' parameter to _nc_scroll_window() so _nc_mvcur_scrolln()
12423           can use the background of stdscr as a parameter to that function
12424           (patch by Alexander V. Lukyanov).
12425         + moved _nc_mvcur_scrolln() from lib_mvcur.c to lib_doupdate.c, to use
12426           the latter's internal functions, as well as to eliminate unnecessary
12427           cursor save/restore operations (patch by Alexander V. Lukyanov).
12428         + omit parameter of ClrUpdate(), since it is called only for newscr,
12429           further optimized/reduced by using ClearScreen() and TransformLine()
12430           to get rid of duplicate code (patch by Alexander V. Lukyanov).
12431         + modify scrolling algorithm in _nc_scroll_optimize() to reject hunks
12432           that are smaller than the distance to be moved (patch by Alexander V.
12433           Lukyanov).
12434         + correct a place where the panel library was not ifdef'd in ncurses.c
12435           (Juergen Pfeifer)
12436         + documentation fixes (Juergen Pfeifer)
12437
12438 970515  4.1 release for upload to prep.ai.mit.edu
12439         + re-tag changes since 970505 as 4.1 release.
12440
12441 970510
12442         + modify ncurses 'g' test to allow mouse input
12443         + modify default xterm description to include mouse.
12444         + modify configure script to add -Wwrite-strings if gcc warnings are
12445           enabled while configuring --enable-const (and fixed related
12446           warnings).
12447         + add toggle, status display for keypad mode to ncurses 'g' test to
12448           verify that keypad and scrollok are not inherited from parent window
12449           during a call to newwin.
12450         + correction to MKexpanded.sh to make it work when configure --srcdir
12451           is used (reported by H.J.Lu).
12452         + revise test for bool-type, ensuring that it checks if builtin.h is
12453           available before including it, adding test for sizeof(bool) equal
12454           to sizeof(short), and warning user if the size cannot be determined
12455           (reported by Alexander V. Lukyanov).
12456         + add files to support configuration of ncurses as an add-on library
12457           for GNU libc (patch by H.J.Lu <hjl@lucon.org>)
12458
12459 970506
12460         + correct buffer overrun in lib_traceatr.c
12461         + modify change to lib_vidattr.c to avoid redundant orig_pair.
12462         + turn on 'echo()' in hanoi.c, since it is initially off.
12463         + rename local 'errno' variable in etip.h to avoid conflict with global
12464           (H.J.Lu).
12465         + modify configure script to cache LD, AR, AR_OPTS (patch by H.J.Lu
12466           <hjl@lucon.org>)
12467
12468 970505  4.1 pre-release
12469         + regenerate the misc directory html dumps without the link list, which
12470           is not useful.
12471         + correct dependency in form directory makefile which caused
12472           unnecessary recompiles.
12473         + correct substitution for ABI_VERSION in test-makefile
12474         + modify install rules for shared-library targets to remove the target
12475           before installing, since some install programs do not properly handle
12476           overwrite of symbolic links.
12477         + change order of top-level targets so that 'include' immediate
12478           precedes the 'ncurses' directory, reducing the time between new
12479           headers and new libraries (requested by Larry Virden).
12480         + modify lib_vidattr.c so that colors are turned off only before
12481           modifying other attributes, turned on after others.  This makes the
12482           hanoi.c program display correctly on FreeBSD console.
12483         + modify debug code in panel library to print user-data addresses
12484           rather than the strings which they (may) point to.
12485         + add check to ensure that C++ binding and demo are not built with g++
12486           versions below 2.7, since the binding uses templates.
12487         + modify c++ binding and demo to build and run with SGI's c++ compiler.
12488           (It also compiles with the Sun SparcWorks compiler, but the demo does
12489           not link, due to a vtbl problem).
12490         + corrections to demo.cc, to fix out-of-scope variables (Juergen
12491           Pfeifer).
12492
12493 970503
12494         + correct memory leak in _nc_trace_buf().
12495         + add configure test for regexpr.h, for Unixware 1.x.
12496         + correct missing "./" prefixing names of generated files in ncurses
12497           directory.
12498         + use single-quotes in configure scripts assignments for MK_SHARED_LIB
12499           to workaround shell bug on FreeBSD 2.1.5
12500         + remove tabs from intermediate #define's for GCC_PRINTF, GCC_SCANF
12501           that caused incorrect result in ncurses_cfg.h
12502         + correct initialization in lib_trace.c, which omitted version info.
12503         + remove ech, el1 attributes from cons25w description; they appear to
12504           malfunction in FreeBSD 2.1.5
12505         + correct color attributes in terminfo.src and lib_color.c to match
12506           SVr4 behavior by interchanging codes 1,4, 3,6 in the setf/setb
12507           capabilities.
12508         + use curs_set() rather than checks via tigetstr() for test programs
12509           that hide the cursor: firework, rain, worm.
12510         + ensure that if the terminal lacks change_scroll_region, parm_index
12511           and parm_rindex are used only to scroll the whole screen (patch by
12512           Peter Wemm).
12513         + correct curs_set() logic, which did not return ERR if the requested
12514           attributes did not exist, nor did it assume an unknown initial state
12515           for the cursor (patch by Alexander V. Lukyanov).
12516         + combine IDcTransformLine and NoIDcTransformLine to new TransformLine
12517           function in lib_doupdate.c (patch by Alexander V. Lukyanov).
12518         + correct hashmap.c, which did not update index information (patch by
12519           Alexander V. Lukyanov).
12520         + fixes for C++ binding and demo (see c++/NEWS) (Juergen Pfeifer).
12521         + correct index in lib_instr.c (Juergen Pfeifer).
12522         + correct typo in 970426 patch from Tom's cleanup of lib_overlay.c
12523           (patch by Juergen Pfeifer).
12524
12525 970426
12526         + corrected cost computation in PutRange(), which was using
12527           milliseconds compared to characters by adding two new members to the
12528           SCREEN struct, _hpa_ch_cost and _cup_ch_cost.
12529         + drop ncurses/lib_unctrl.c, add ncurses/MKunctrl.awk to generate a
12530           const array of strings (suggested by Alexander V. Lukyanov).  The
12531           original suggestion in 970118 used a perl script.
12532         + rewrote ncurses 'b' test to better exercise magic-cookie (xmc), as
12533           well as noting the attributes that are not supported by a terminal.
12534         + trace the computation of cost values in lib_mvcur.c
12535         + modify _nc_visbuf() to use octal rather than hex, corrected sign
12536           extension bug in that function that caused buffer overflow.
12537         + modify trace in lib_acs.c to use _nc_visbuf().
12538         + suppress trace within _traceattr2().
12539         + correct logic of _tracechtype2(), which did not account for repeats
12540           or redefinition within an acsc string.
12541         + modify debug-library version baudrate() to use environment variable
12542           $BAUDRATE to override speed computation.  This is needed for
12543           regression testing.
12544         + correct problems shown by "weblint -pedantic".
12545         + update mailing-list information (now ncurses@bsdi.com).
12546
12547 970419
12548         + Improve form_field_validation.3x manpage to better describe the
12549           precision parameter for TYPE_NUMERIC and TYPE_INTEGER.  Provide more
12550           precise information how the range checking can be avoided.  (patch by
12551           Juergen Pfeifer, reported by Bryan Henderson)
12552         + change type of min/max value of form types TYPE_INTEGER to long to
12553           match SVr4 documentation.
12554         + set the form window to stdscr in set_form_win() so that form_win()
12555           won't return null (patch by Juergen Pfeifer, reported by Bryan
12556           Henderson <bryanh@giraffe.netgate.net>).
12557
12558 970412
12559         + corrected ifdef'ing of inline (cf: 970321) for TRACE vs C++.
12560         + corrected toggle_attr_off() macro (patch by Andries Brouwer).
12561         + modify treatment of empty token in $MANPATH to /usr/man (reported by
12562           <Andries.Brouwer@cwi.nl>)
12563         + modify traces that record functions-called so that chtype and attr_t
12564           values are expressed symbolically, to simplify reuse of generated
12565           test-scripts on SVr4 regression testing.
12566         + add new trace functions _traceattr2() and _tracechtype2()
12567
12568 970405
12569         + add configure option --enable-const, to support the use of 'const'
12570           where XSI should have, but did not, specify.  This defines
12571           NCURSES_CONST, which is an empty token otherwise, for strict
12572           compatibility.
12573         + make processing of configure options more verbose by echoing the
12574           --enable/--with values.
12575         + add configure option --enable-big-core
12576         + set initial state of software echo off as per XSI.
12577         + check for C++ builtin.h header
12578         + correct computation of absolute-path for $INSTALL that dropped "-c"
12579           parameter from the expression.
12580         + rename config.h to ncurses_cfg.h to avoid naming-conflict when
12581           ncurses is integrated into larger systems (adapted from diffs by
12582           H.J.Lu for libc).
12583         + correct inequality in lib_doupdate.c that caused a single-char to not
12584           be updated when the char on the right-margin was not blank, idcok()
12585           was true (patch by Alexander V Lukyanov (in 970124), reported
12586           by Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu> in 970329).
12587         + modify 'clean' rule in include/Makefile so that files created by
12588           configure script are removed in 'distclean' rule instead.
12589
12590 970328
12591         + correct array limit in tparam_internal(), add case to interpret "%x"
12592           (patch by Andreas Schwab)
12593         + rewrote number-parsing in ncurses.c 'd' test; it did not reset the
12594           value properly when non-numeric characters were given (reported by
12595           Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>)
12596
12597 970321
12598         + move definition of __INTERNAL_CAPS_VISIBLE before include for
12599           progs.priv.h (patch by David MacKenzie).
12600         + add configuration summary, reordered check for default include
12601           directory to better accommodate a case where installer is configuring
12602           a second copy of ncurses (reported by Klaus Weide
12603           <kweide@tezcat.com>)
12604         + moved the #define for 'inline' as an empty token from the
12605           $(CFLAGS_DEBUG) symbol into config.h, to avoid redefinition warning
12606           (reported by Ward Horner).
12607         + modify test for bool builtin type to use 'unsigned' rather than
12608           'unknown' when cross-compiling (reported by Ward Horner).
12609
12610 970315
12611         + add header dependencies so that "make install.libs" will succeed
12612           even if "make all" is not done first.
12613         + moved some macros from lib_doupdate.c to curses.priv.h to use in
12614           expanded functions with ATAC.
12615         + correct implementation of lib_instr.c; both XSI and SVr4 agree that
12616           the winnstr functions can return more characters than will fit on one
12617           line.
12618
12619 970308
12620         + modify script that generates lib_gen.c to support traces of called &
12621           return.
12622         + add new configure option "--disable-macros", for testing calls within
12623           lib_gen.c
12624         + corrected logic that screens level-checking of called/return traces.
12625
12626 970301
12627         + use new configure macro NC_SUBST to replace AC_PATH_PROG, better
12628           addressing request by Ward Horner.
12629         + check for cross-compiling before trying to invoke the autoconf
12630           AC_FUNC_SETVBUF_REVERSED macro (reported by Ward Horner)
12631         + correct/simplify loop in _nc_visbuf(), 970201 changes omitted
12632           a pointer-increment.
12633         + eliminate obsolete symbol SHARED_ABI from dist.mk (noted by
12634           Florian La Roche).
12635
12636 970215
12637         + add configure option --enable-expanded, together with code that
12638           implements an expanded form of certain complex macros, for testing
12639           with ATAC.
12640         + disable CHECK_POSITION unless --with-assertions is configured
12641           (Alexander V Lukyanov pointed out that this is redundant).
12642         + use keyname() to show traced chtype values where applicable rather
12643           than _tracechar(), which truncates the value to 8-bits.
12644         + minor fixes to TRACE_ICALLS, added T_CREATE, TRACE_CCALLS macros.
12645         + modify makefiles in progs and test directories to avoid using C
12646           preprocessor options on link commands (reported by Ward Horner)
12647         + correct ifdef/include-order for nc_alloc.h vs lib_freeall.c (reported
12648           by Ward Horner)
12649         + modify ifdef's to use configure-defined symbols consistently
12650           (reported by Ward Horner)
12651         + add/use new makefile symbols AR, AR_OPTS and LD to assist in non-UNIX
12652           ports (reported by Ward Horner <whorner@tsi-telsys.com>)
12653         + rename struct try to struct tries, to avoid name conflict with C++
12654           (reported by Gary Johnson).
12655         + modify worm.c to hide cursor while running.
12656         + add -Wcast-qual to gcc warnings, fix accordingly.
12657         + use PutChar rather than PutAttrChar in ClrToEOL to properly handle
12658           wrapping (Alexander V Lukyanov).
12659         + correct spurious echoing of input in hanoi.c from eric's #291 & #292
12660           patches (reported by Vernon C. Hoxie <vern@zebra.alphacdc.com>).
12661         + extend IRIX configuration to IRIX64
12662         + supply missing install.libs rule needed after restructuring
12663           test/Makefile.in
12664
12665 970208
12666         + modify "make mostlyclean" to leave automatically-generated source
12667           in the ncurses directory, for use in cross-compiles.
12668         + autogenerated object-dependencies for test directory
12669         + add configure option --with-rcs-ids
12670         + modify configuration scripts to generate major/minor/patch versions
12671           (suggested by Alexander V Lukyanov).
12672         + supply missing va_end's in lib_scanw.c
12673         + use stream I/O for trace-output, to eliminate fixed-size buffer
12674         + add TRACE_ICALLS definition/support to lib_trace.c
12675         + modify Ada95 binding to work with GNAT 3.09 (Juergen Pfeifer).
12676
12677 970201
12678         + add/modify traces for called/return values to simplify extraction
12679           for test scripts.
12680         + changed _nc_visbuf to quote its result, and to dynamically allocate
12681           the returned buffer.
12682         + invoke ldconfig after installing shared library
12683         + modify install so that overwrite applies to shared library -lcurses
12684           in preference to static library (reported by Zeyd M Ben-Halim 960928).
12685         + correct missing ';' in 961221 mod to overwrite optional use of $(LN_S)
12686           symbol.
12687         + fixes to allow "make install" to work without first doing a "make
12688           all" (suggested by Larry Virden).
12689
12690 970125
12691         + correct order of #ifdef for TABS_OK.
12692         + instrumented toe.c to test memory-leaks.
12693         + correct memory-deallocation in toe.c (patch by Jesse Thilo).
12694         + include <sys/types.h> in configuration test for regex.h (patch by
12695           Andreas Schwab)
12696         + make infocmp recognize -I option, for SVr4 compatibility (reported by
12697           Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>)
12698
12699 970118
12700         + add extension 'use_default_colors()', modified test applications that
12701           use default background (firework, gdc, hanoi, knight, worm) to
12702           demonstrate.
12703         + correct some limit checks in lib_doupdate.c exposed while running
12704           worm.
12705         + use typeCalloc macro for readability.
12706         + add/use definition for CONST to accommodate testing with Solaris
12707           (SVr4) curses, which doesn't use 'const' in its prototypes.
12708         + modify ifdef's in test/hashtest.c and test/view.c to compile with
12709           Solaris curses.
12710         + modify _tracedump() to pad colors & attrs lines to match change
12711           in 970101 showing first/last changes.
12712         + corrected location of terminating null on dynamically allocated forms
12713           fields (patch by Per Foreby).
12714
12715 970111
12716         + added headers to make view.c compile on SCO with the resizeterm()
12717           code (i.e., struct winsize) - though this compiles, I don't have a
12718           suitable test configuration since SIGWINCH doesn't pass my network to
12719           that machine - T.Dickey.
12720         + update test/configure.in to supply some default substitutions.
12721         + modify configure script to add -lncurses after -lgpm to fix problem
12722           linking against static libraries.
12723         + add a missing noraw() to test/ncurses.c (places noted by Jeremy
12724           Buhler)
12725         + add a missing wclear() to test/testcurs.c (patch by Jeremy Buhler
12726           <jbuhler@cs.washington.edu>)
12727         + modify headers to accommodate compilers that don't allow duplicate
12728           "#define" lines for NCURSES_VERSION (reported by Larry W. Virden
12729           <lvirden@cas.org>)
12730         + fix formatting glitch in curs_getch.3x (patch by Jesse Thilo).
12731         + modify lib_doupdate to make el, el1 and ed optimization use the
12732           can_clear_with macro, and change EmitRange to allow leaving cursor at
12733           the middle of interval, rather than always at the end (patch by
12734           Alexander V Lukyanov).  This was originally 960929, resync 970106.
12735
12736 970104
12737         + workaround defect in autoconf 2.12 (which terminates configuration
12738           if no C++ compiler is found) by adding an option --without-cxx.
12739         + modify several man-pages to use tbl, where .nf/.fi was used (reported
12740           by Jesse Thilo).
12741         + correct font-codes in some man-pages (patch by Jesse Thilo
12742           <Jesse.Thilo@pobox.com>)
12743         + use configure script's knowledge of existence of g++ library for the
12744           c++ Makefile (reported by Paul Jackson).
12745         + correct misleading description of --datadir configuration option
12746           (reported by Paul Jackson <pj@sam.engr.sgi.com>)
12747
12748 970101
12749         + several corrections to _nc_mvcur_scrolln(), prompted by a bug report
12750           from Peter Wemm:
12751         > the logic for non_dest_scroll_region was interchanged between the
12752           forward & reverse scrolling cases.
12753         > multiple returns from the function allowed certain conditions to do
12754           part of an operation before discovering that it couldn't be
12755           completed, returning an error without restoring the cursor.
12756         > some returns were ERR, where the function had completed the
12757           operation, because the insert/delete line logic was improperly
12758           tested (this was probably the case Peter saw).
12759         > contrary to comments, some scrolling cases were tested after the
12760           insert/delete line method.
12761         + modify _tracedump() to show first/last changes.
12762         + modify param of ClrUpdate() in lib_doupdate.c to 'newscr', fixes
12763           refresh problem (reported by Peter Wemm) that caused nvi to not show
12764           result of ":r !ls" until a ^L was typed.
12765
12766 961229  (internal alpha)
12767         + correct some of the writable-strings warnings (reported by Gary
12768           Johnson <gjohnson@season.com>).  Note that most of the remaining ones
12769           are part of the XSI specification, and can't be "fixed".
12770         + improve include-dependencies in form, menu, panel directories.
12771         + correct logic of delay_output(), which would return early if
12772           there is data on stdin.
12773         + modify interface & logic of _nc_timed_wait() to support 2 file
12774           descriptors, needed for GPM.
12775         + integrate patch by Andrew Kuchling <amk@magnet.com> for GPM (mouse)
12776           support, correcting logic in wgetch() and _nc_mouse_parse() which
12777           prevented patch from working properly -TD
12778         + improve performance of panel algorithm (Juergen Pfeifer 961203).
12779         + strip RCS id's from generated .html files in Ada95 subtree.
12780         + resync with generated .html files (Juergen Pfeifer 961223).
12781         + terminfo.src 10.1.0 (ESR).
12782
12783 961224  4.0 release
12784         + release as 4.0 to accommodate Linux ld.so.1.8.5
12785         + correct syntax/spelling, regenerated .doc files from .html using
12786           lynx 2.5
12787         + refined forms/menus makefiles (Juergen Pfeifer 961223).
12788
12789 961221  - snapshot
12790         + remove logic in read_entry.c that attempts to refine errno by using
12791           'access()' for the directory (from patch by Florian La Roche).
12792         + correct configure test/substitution that inhibits generating
12793           include-path to /usr/include if gcc is used (reported by Florian La
12794           Roche).
12795         + modify setupterm() to allocate new TERMINAL for each call, just as
12796           solaris' curses does (Alexander V Lukyanov 960829).
12797         + corrected memory leaks in read_entry.c
12798         + add configure options --with-dbmalloc, --with-dmalloc, and
12799           --disable-leaks, tested by instrumenting infocmp, ncurses programs.
12800         + move #include's for stdlib.h and string.h to *.priv.h to accommodate
12801           use of dbmalloc.
12802         + modify use of $(LN_S) to follow recommendation in autoconf 2.12,
12803           i.e., set current directory before linking.
12804         + split-out panel.priv.h, improve dependencies for forms, menus
12805           (Juergen Pfeifer 961204).
12806         + modify _nc_freewin() to reset globals curscr/newscr/stdscr when
12807           freeing the corresponding WINDOW (found using Purify).
12808         + modify delwin() to return ERR if the window to be deleted has
12809           subwindows, needed as a side-effect of resizeterm() (found using
12810           Purify).  Tested and found that SVr4 curses behaves this way.
12811         + implement logic for _nc_freeall(), bringing stub up to date.
12812
12813 961215
12814         + modify wbkgd() so that it doesn't set nulls in the rendered text,
12815           even if its argument doesn't specify a character (fixes test case by
12816           Juergen Pfeifer for bug-report).
12817         + set window-attributes in wbkgd(), to simplify comparison against
12818           Solaris curses, which does this.
12819
12820 961214  - snapshot
12821         + replace most constants in ncurses 'o' test by expressions, making it
12822           work with wider range of screen sizes.
12823         + add options to ncurses.c to specify 'e' test softkey format, and the
12824           number of header/footer lines to rip-off.
12825         + add ^R (repaint after resize), ^L (refresh) commands to ncurses 'p'
12826           test.
12827         + add shell-out (!) command to ncurses 'p' test to allow test of
12828           resize between endwin/refresh.
12829         + correct line-wrap case in mvcur() by emitting carriage return,
12830           overlooked in 960928, but needed due to SVr4 compatibility changes to
12831           terminal modes in 960907.
12832         + correct logic in wresize that causes new lines to be allocated,
12833           broken for the special case of increasing rows only in 960907's fix
12834           for subwindows.
12835         + modify configure script to generate $(LDFLAGS) with -L and -l options
12836           in preference to explicit library filenames.  (NOTE: this may
12837           require further amending, since I vaguely recall a dynamic loader
12838           that did not work properly without the full names, but it should be
12839           handled as an exception to the rule, since some linkers do bulk
12840           inclusion of libraries when given the full name - T.Dickey).
12841         + modify configure script to allow user-supplied $CFLAGS to set the
12842           debug-option in all libraries (requested by lots of people) -TD
12843         + use return consistently from main(), rather than exit (reported by
12844           Florian La Roche).
12845         + add --enable-getcap-cache option to configure, normally disabled
12846           (requested by Florian La Roche).
12847         + make configure test for gettimeofday() and possibly -lbsd more
12848           efficient (requested by Florian La Roche <florian@knorke.saar.de>)
12849         + minor adjustments to Ada95 binding (patches by Juergen Pfeifer)
12850         + correct attributes after emitting orig_pair in lib_vidattr.c (patch
12851           by Alexander V Lukyanov).
12852
12853 961208
12854         + corrected README wrt Ada95 (Juergen Pfeifer)
12855
12856 961207  - snapshot
12857         + integrate resizeterm() into doupdate(), so that if screen size
12858           changes between endwin/refresh, ncurses will resize windows to fit
12859           (this needs additional testing with pads and softkeys).
12860         + add, for memory-leak testing, _nc_freeall() entrypoint to free all
12861           data used in ncurses library.
12862         + initialize _nc_idcok, _nc_idlok statically to resolve discrepancy
12863           between initscr() and newwin() initialization (reported by
12864           Alexander V Lukyanov).
12865         + test built VERSION=4.0, SHARED_ABI=4 with Linux ld.so.1.8.5
12866           (set beta versions to those values -- NOTE that subsequent pre-4.0
12867           beta may not be interchangeable).
12868         + modify configure script to work with autoconf 2.12
12869
12870 961130  1.9.9g release
12871         + add copyright notices to configuration scripts (written by Thomas
12872           Dickey).
12873
12874 961127
12875         > patch, mostly for panel (Juergen Pfeifer):
12876         + cosmetic improvement for a few routines in the ncurses core library
12877           to avoid warning messages.
12878         + the panel overlap detection was broken
12879         + the panel_window() function was not fool-proof.
12880         + Some inlining...
12881         + Cosmetic changes (also to avoid warning messages when compiling with
12882           -DTRACE).
12883
12884 961126
12885         > patch by Juergen Pfeifer:
12886         + eliminates warning messages for the compile of libform.
12887         + inserts Per Foreby's new field type TYPE_IPV4 into libform.
12888         + Updates man page and the Ada95 binding to reflect this.
12889         + Improves inlining in libmenu and libform.
12890
12891 961120
12892         + improve the use of the "const" qualifier in the
12893           panel library (Juergen Pfeifer)
12894         + change set_panel_userptr() and panel_userptr() to use void*
12895           (Juergen Pfeifer)
12896
12897 961119
12898         + change ABI to 3.4
12899         + package with 961119 version of Ada95 binding (fixes for gnat-3.07).
12900           (Juergen Pfeifer)
12901         + correct initialization of the stdscr pseudo panel in panel library
12902           (Juergen Pfeifer)
12903         + use MODULE_ID (rcs keywords) in forms and menus libraries (Juergen
12904           Pfeifer).
12905         > patch #324 (ESR):
12906         + typo in curs_termcap man page (reported by Hendrik Reichel
12907           <106065.2344@compuserve.com>)
12908         + change default xterm entry to xterm-r6.
12909         + add entry for color_xterm
12910
12911 961116  - snapshot
12912         + lint found several functions that had only #define implementations
12913           (e.g., attr_off), modified curses.h.in to generate them as per XSI
12914           Curses requirement that every macro be available as a function.
12915         + add check in infocmp.c to guard against string compare of
12916           CANCELLED_STRING values.
12917         + modify firework.c, rain.c to hide cursor while running.
12918         + correct missing va_end in lib_tparm.c
12919         + modify hanoi.c to work on non-color terminals, and to use timing
12920           delays when in autoplay mode.
12921         + correct 'echochar()' to refresh immediately (reported by Adrian
12922           Garside <94ajg2@eng.cam.ac.uk>)
12923         > patch #322 (ESR):
12924         + reorganize terminfo.src entries for xterm.
12925
12926 961109  - snapshot
12927         + corrected error in line-breakout logic (lib_doupdate.c)
12928         + modified newdemo to use wgetch(win) rather than getch() to eliminate
12929           a spurious clear-screen.
12930         + corrected ifdef's for 'poll()' configuration.
12931         + added modules to ncurses, form, menu for Ada95 binding (Juergen
12932           Pfeifer).
12933         + modify set_field_buffer() to allow assignment of string longer than
12934           the initial buffer length, and to return the complete string rather
12935           than only the initial size (Juergen Pfeifer and Per Foreby
12936           <perf@efd.lth.se>).
12937
12938 961102  - snapshot
12939         + configure for 'poll()' in preference to 'select()', since older
12940           systems are more likely to have a broken 'select()'.
12941         + modified render_char() to avoid OR'ing colors.
12942         + minor fixes to testcurs.c, newdemo.c test programs: ifdef'd out the
12943           resize test, use wbkgd and corrected box() parameters.
12944         + make flushinp() test work in ncurses.c by using napms() instead of
12945           sleep().
12946         + undo ESR's changes to xterm-x11r6 (it no longer matched the X11R6.1
12947           distribution, as stated)
12948         + terminfo 9.13.18 resync (ESR)
12949         + check for getenv("HOME") returning null (ESR).
12950         + change buffer used to decode xterm-mouse commands to unsigned to
12951           handle displays wider than 128 chars (Juergen Pfeifer).
12952         + correct typo curs_outopts.3x (Juergen Pfeifer).
12953         + correct limit-checking in wenclose() (Juergen Pfeifer).
12954         + correction to Peter Wemm's newwin change (Thomas Fehr
12955           <fehr@suse.de>).
12956         + corrections to logic that combines colors and attributes; they must
12957           not be OR'd (Juergen Pfeifer, extending from report/patch by Rick
12958           Marshall).
12959
12960 961026  - snapshot
12961         + reset flags in 'getwin()' that might cause refresh to attempt to
12962           manipulate the non-existent parent of a window that is read from a
12963           file (lib_screen.c).
12964         + restructure _nc_timed_wait() to log more information, and to try to
12965           recover from badly-behaved 'select()' calls (still testing this).
12966         + move define for GOOD_SELECT into configure script.
12967         + corrected extra '\' character inserted before ',' in comp_scan.c
12968         + corrected expansion of %-format characters in dump_entry.c; some were
12969           rendered as octal constants.
12970         + modify dump_entry.c to make terminfo output more readable and like
12971           SVr4, by using "\s" for spaces (leading/trailing only), "\," for
12972           comma, "\^" and "\:" as well.
12973         + corrected some memory leaks in ncurses.c, and a minor logic error
12974           in the top-level command-parser.
12975         + correction for label format 4 (PC style with info line), a
12976           slk_clear(), slk_restore() sequence didn't redraw the info line
12977           (Juergen Pfeifer).
12978         + modified the slk window (if simulated) to inherit the background and
12979           default character attributes from stdscr (Juergen Pfeifer).
12980         + corrected limit-check in set_top_row (Juergen Pfeifer).
12981
12982 961019  - snapshot
12983         + correct loop-limit in wnoutrefresh(), bug exposed during pipe-testing
12984           had '.lastchar' entry one beyond '._maxx'.
12985         + modify ncurses test-program to work with data piped to it.
12986         + corrected pathname computation in run_tic.sh, removing extra "../"
12987           (reported by Tim Mooney).
12988         + modified configure script to use previous install's location for
12989           curses.h
12990         + added NetBSD and FreeBSD to platforms that use --prefix=/usr as
12991           a default.
12992
12993 961013
12994         + revised xterm terminfo descriptions to reflect the several versions
12995           that are available.
12996         + corrected a pointer reference in dump_entry.c that didn't test if
12997           the pointer was -1.
12998
12999 961005  - snapshot
13000         + correct _nc_mvcur_scrolln for terminals w/o scrolling region.
13001         + add -x option to hashtest to control whether it allows writes to the
13002           lower-right corner.
13003         + ifdef'd (NCURSES_TEST) the logic for _nc_optimize_enable to make it
13004           simpler to construct tests (for double-check of _nc_hash_map tests).
13005         + correct ifdef's for c++ in curses.h
13006         + change default xterm type to xterm-x11r6.
13007         + correct quoting in configure that made man-pages installed with
13008           $datadir instead of actual terminfo path.
13009         + correct whitespace in include/Caps, which caused kf11, clr_eol and
13010           clr_end to be omitted from terminfo.5
13011         + fix memory leaks in delscreen() (adapted from Alexander V Lukyanov).
13012         + improve appearance of marker in multi-selection menu (Juergen
13013           Pfeifer)
13014         + fix behavior for forms with all fields inactive (Juergen Pfeifer)
13015         + document 'field_index()' (Juergen Pfeifer)
13016         > patch #321 (ESR):
13017         + add some more XENIX keycap translations to include/Caps.
13018         + modify newwin to set initial state of each line to 'touched'
13019           (from patch by Peter Wemm <peter@spinner.dialix.com>)
13020         + in SET_TTY, replace TCSANOW with TCSADRAIN (Alexander V Lukyanov).
13021
13022 960928  - snapshot
13023         + ifdef'd out _nc_hash_map (still slower)
13024         + add graphic characters to vt52 description.
13025         + use PutAttrChar in ClrToEOL to ensure proper background, position.
13026         + simplify/correct logic in 'mvcur()' that does wrapping; it was
13027           updating the position w/o actually moving the cursor, which broke
13028           relative moves.
13029         + ensure that 'doupdate()' sets the .oldindex values back to a sane
13030           state; this was causing a spurious refresh in ncurses 'r'.
13031         + add logic to configure (from vile) to guard against builders who
13032           don't remove config.cache & config.status when doing new builds -TD
13033         + corrected logic for 'repeat_char' in EmitRange (cf: eric #317), which
13034           did not follow the 2-parameter scheme specified in XSI.
13035         + corrected logic of wrefresh, wnoutrefresh broken in #319, making
13036           clearok work properly (report by Michael Elkins).
13037         + corrected problem with endwin introduced by #314 (removing the
13038           scrolling-region reset) that broke ncurses.c tests.
13039         + corrected order of args in AC_CHECK_LIB (from report by Ami Fischman
13040           <fischman@math.ucla.edu>).
13041         + corrected formatting of terminfo.5 tables (Juergen Ehling)
13042         > patch 320 (ESR):
13043         + change ABI to 3.3
13044         + emit a carriage-return in 'endwin()' to workaround a kernel bug in
13045           BSDI.  (requested by Mike Karels <karels@redrock.bsdi.com>)
13046         + reverse the default o configure --enable-termcap (consensus).
13047         > patch 319 (ESR):
13048         + modified logic for clearok and related functions (from report by
13049           Michael Elkins) - untested
13050         > patch 318 (ESR):
13051         + correction to #317.
13052         > patch 317 (ESR):
13053         + re-add _nc_hash_map
13054         + modify EmitRange to maintain position as per original design
13055           (patch by A. Lukyanov).
13056         + modify test/ncurses.c and tputs, etc., to allow trace counting
13057           output characters.
13058         + add hashtest.c program to time the hashmap optimization.
13059         > patch 316 (ESR):
13060         + add logic to deal with magic-cookie (how was this tested?)
13061           (lib_doupdate.c).
13062         + add ncurses.c driver for magic-cookie, some fixes to ncurses.c
13063         > patch 315 (ESR):
13064         + merge changes to lib_doupdate.c to use ech and rep - untested
13065           (patch by Alexander V Lukyanov).
13066         + modified handling of interrupted system calls - untested
13067           (lib_getch.c, lib_twait.c).
13068         + new function _nc_mvcur_resume()
13069         + fix return value for 'overlay()', 'overwrite()'
13070
13071 960914  - snapshot
13072         + implement subwindow-logic in wresize, minor fixes to ncurses 'g'
13073           test.
13074         + corrected bracketing of fallback.c (reported/suggested fix by Juergen
13075           Ehling <eh@eclipse.aball.de>).
13076         + update xterm-color to reflect XFree86 3.1.3G release.
13077         + correct broken dtterm description from #314 patch (e.g., spurious
13078           newline.  The 'pairs' change might work, but no one's tested it
13079           either ;-)
13080         + clarify the documentation for the builtin form fieldtypes (Juergen
13081           Pfeifer)
13082         > patch 314 (ESR):
13083         + reset scroll region on startup rather than at wrapup time
13084           (enhancement suggested by Alexander V Lukyanov).
13085         + make storage of palette tables and their size counts per-screen for
13086           multi-terminal applications (suggested by Alexander V Lukyanov).
13087         + Improved error reporting for infotocap translation errors.
13088         + Update terminfo.src to 9.13.14.
13089
13090 960907  - snapshot
13091         + rewrote wgetstr to make it erase control chars and also fix bogus use
13092           of _nc_outstr which caused the display to not wrap properly (display
13093           problem reported by John M. Flinchbaugh <glynis@netrax.net>)
13094         + modify ncurses 'f' test to accommodate terminal responses to C1 codes
13095           (and split up this screen to accommodate non-ANSI terminals).
13096         + test enter_insert_mode and exit_insert_mode in has_ic().
13097         + removed bogus logic in mvcur that assumes nl/nonl set output modes
13098           (XSI says they are input modes; SVr4 implements this).
13099         + added macros SET_TTY, GET_TTY to term.h
13100         + correct getstr() logic that altered terminal modes w/o restoring.
13101         + disable ICRNL, etc., during initialization to match SVr4, removing
13102           the corresponding logic from raw, cbreak, etc.
13103         + disable ONLCR during initialization, to match SVr4 (this is needed
13104           for cursor optimization when the cursor-down is a newline).
13105         + replaced ESR's imitation of wresize with my original (his didn't
13106           work).
13107
13108 960831  - snapshot
13109         + memory leaks (Alexander V. Lukyanov).
13110         + modified pnoutrefresh() to be more tolerant of too-large screen
13111           size (reported by Michael Elkins).
13112         + correct handling of terminfo files with no strings (Philippe De
13113           Muyter)
13114         + correct "tic -s" to take into account -I, -C options.
13115         + modify ncurses 'f' test to not print codes 80 through 9F, since they
13116           are considered control codes by ANSI terminals.
13117
13118 960824  - snapshot
13119         + correct speed variable-type in 'tgetent()' (reported by Peter Wemm)
13120         + make "--enable-getcap" configuration-option work (reported by
13121           Peter Wemm <peter@spinner.DIALix.COM>)
13122
13123 960820
13124         + correct err in 960817 that changed return-value of tigetflag()
13125           (reported by Alexander V. Lukyanov).
13126         + modify infocmp to use library default search-path for terminfo
13127           directory (Alexander V. Lukyanov).
13128
13129 960817  - snapshot
13130         + corrected an err in mvcur that broke resizing-behavior.
13131         + correct fall-thru behavior of _nc_read_entry(), which was not finding
13132           descriptions that existed in directories past the first one searched
13133           (reported by Alexander V. Lukyanov)
13134         + corrected typo in dtterm description.
13135         > patch 313 (ESR):
13136         + add dtterm description
13137         + clarify ncurses 'i' test (drop mvwscanw subtest)
13138
13139 960810  - snapshot
13140         + correct nl()/nonl() to work as per SVr4 & XSI.
13141         + minor fixes to ncurses.c (use 'noraw()', mvscanw return-code)
13142         + refine configure-test for "-g" option (Tim Mooney).
13143         + correct interaction between O_BLANK and NEW_LINE request in form
13144           library (Juergen Pfeifer)
13145
13146 960804
13147         + revised fix to tparm; previous fix reversed parameter order.
13148         > patch 312 (ESR):
13149           correct terminfo.src corrupted by #310
13150         > patch 311 (ESR):
13151         + fix idlok() and idcok() and the default of the idlok switch (report
13152           by Ville Sulko).
13153
13154 960803  - snapshot
13155         + corrected tparm to handle capability strings without explicit pop
13156           (reported by William P Setzer)
13157         + add fallback def for GCC_NORETURN, GCC_UNUSED for termcap users
13158           (reported by Tim Mooney).
13159         > patch 310 (ESR):
13160         + documentation and prototyping errors for has_color, immedok and idcok
13161           (reported by William P Setzer <wsetzer@pams.ncsu.edu>)
13162         + updated qnx terminfo entry (patch by Michael Hunter)
13163
13164 960730
13165         + eliminate quoted includes in ncurses subdirectory, ensure config.h
13166           is included first.
13167         + newterm initializes terminal settings the same as initscr (reported
13168           by Tim Mooney).
13169
13170 960727  - snapshot
13171         + call cbreak() in initscr(), as per XSI & SVr4.
13172         + turn off hardware echo in initscr() as per XSI & SVr4
13173         > patch 309 (ESR):
13174         + terminfo changes (9.3.9), from BRL
13175         + add more checks to terminfo parser.
13176         + add more symbols to infocmp.
13177
13178 960720  - snapshot
13179         + save previous-attribute in lib_vidattr.c if SP is null (reported by
13180           Juergen Fluk <louis@dachau.marco.de>)
13181         + corrected calls on _nc_render so that background character is set
13182           as per XSI.
13183         + corrected wbkgdset macro (XSI allows background character to be
13184           null), and tests that use it.
13185         + more corrections to terminfo (xterm & rxvt)
13186         + undid change to mcprint prototype (cannot use size_t in curses.h
13187           because not all systems declare it in the headers that we can safely
13188           include therein).
13189         + move the ifdefs for errno into curses.priv.h
13190         > patch 308 (ESR):
13191         + terminfo changes (9.3.8)
13192         + modified logic of error-reporting in terminfo parser
13193         + fix option-processing bug in toe.
13194
13195 960713  - snapshot
13196         + always check for <sys/bsdtypes.h> since ISC needs it to declare
13197           fd_set (Juergen Pfeifer)
13198         + install shared-libraries on NetBSD/FreeBSD with ABI-version (reported
13199           by Juergen Pfeifer, Mike Long)
13200         + add LOCAL_LDFLAGS2 symbol (Juergen Pfeifer)
13201         + corrected prototype for delay_output() -- bump ABI to 3.2
13202         + patch 307 (ESR):
13203         + enable more translations of nonstandard caps, and document them.
13204         + misc/terminfo.src update to 9.13.8
13205         + patch 306 (ESR):
13206         + moved logic that filters out rmul and rmso from setupterm to newterm
13207           where it is less likely to interfere with termcap applications.
13208         + cosmetic fixes to test/ncurses.c
13209         + modify open() call in ncurses/read_entry.c to use O_RDONLY symbol
13210           rather than constant (report by mib).
13211         + misc/terminfo.src sgr0 and acsc changes (report by Philippe De
13212           Muyter).
13213         + modify ncurses/comp_parse.c so that entries containing a "+" can
13214           have missing rmcup vs smcup.
13215
13216 960707
13217         + rollback ESR's #305 change to terminfo.src (it breaks existing
13218           applications, e.g., 'less 290').
13219         + correct path of edit_man.sh, and fix typo that made all man-pages
13220           preformatted.
13221         + restore man/menu_requestname.3x omitted in Zeyd's resync (oops).
13222         + auto-configure the GCC_PRINTFLIKE/GCC_SCANFLIKE macros (reported by
13223           Philippe De Muyter).
13224
13225 960706  - snapshot
13226         + make lib_vidattr.c more readable using macros.
13227         + filter out rmul, rmso that conflict with sgr0 when reading terminal
13228           descriptions.
13229         + work around autoconf bug, force $INSTALL to absolute path
13230           (reported by Zeyd).
13231         + modify man-page install for BSDI to install preformatted .0 files
13232           (reported by David MacKenzie).
13233         + add/use gcc __attribute__ for printf and scanf in curses.h
13234         + added SGR attributes test-case to ncurses
13235         + revised ncurses 't' logic to show trace-disable effect in the menu.
13236         + use getopt in ncurses program to process -s and -t options.
13237         + make ncurses 'p' legend toggle with '?'
13238         + disable scrollok during the ncurses 'p' test; if it is enabled the
13239           stdscr will scroll when putting the box-corners in the lower-right
13240           of the screen.
13241         > patch 305 (ESR):
13242         + added sanity-checking of various paired string attributes.
13243         + misc/terminfo.src update to 9.13.7 (report by A. Lukyanov).
13244         + modify man/Makefile.in to make terminfo.5 during normal build.
13245         > patch 304 (ESR):
13246         + corrected allocation-length for $HOME/.terminfo path.
13247
13248 960629  - snapshot
13249         + check return code of _nc_mvcur_scrolln() in _nc_scroll_optimize() for
13250           terminals with no scrolling-support (reported by Nikolay Shadrin
13251           <queen@qh.mirea.ac.ru>)
13252         + added ^S scrollok-toggle to ncurses 'g' test.
13253         + added ^T trace-toggle to ncurses tests.
13254         + modified ncurses test program to use ^Q or ESC consistently for
13255           terminating tests (rather than ^D), and to use control keys rather
13256           than function keys in 'g' test.
13257         + corrected misplaced wclrtoeol calls in addch to accommodate wrapping
13258           (reported by Philippe De Muyter).
13259         + modify lib_doupdate.c to use effective costs to tradeoff between
13260           delete-character/insert-character vs normal updating (reported by
13261           David MacKenzie).
13262         + compute effective costs for screen update operations (e.g., clr_eos,
13263           delete_character).
13264         + corrected error in knight.c exposed by wrap fixes in 960622; the
13265           msgwin needed scrollok set.
13266         + corrected last change to IDcTransformLine logic to avoid conflict
13267           between PutRange and InsStr
13268         + modified run_tic.sh to not use /usr/tmp (reported by David
13269           MacKenzie), and further revised it and aclocal.m4 to use $TMPDIR if
13270           set.
13271         + corrected off-by-one in RoomFor call in read_entry.c
13272
13273 960622  - snapshot
13274         + modified logic that wraps cursor in addch to follow the XSI spec,
13275           (implemented in SVr4) which states that the cursor position is
13276           updated when wrapping.  Renamed _NEED_WRAP to _WRAPPED to reflect the
13277           actual semantics.
13278         + added -s option to tic, to provide better diagnostics in run_tic.sh
13279         + improved error-recovery for tabset install.
13280         + change ABI to 3.1 (dropped tparam, corrected getbkgd(), added
13281           _yoffset to WINDOW).
13282         + modified initialization of SP->_ofp so that init_acs() is called with
13283           the "right" file pointer (reported by Rick Marshall <rjm@nlc.net.au>
13284         + documentation fixes (Juergen Pfeifer).
13285         + corrected, using new SCREEN and WINDOW members, the behavior of
13286           ncurses if one uses ripoffline() to remove a line from the top of the
13287           screen (Juergen Pfeifer).
13288         + modified autoconf scripts to prepare for Ada95 (GNAT) binding to
13289           ncurses (Juergen Pfeifer).
13290         + incorrect buffer-size in _nc_read_entry, reported by ESR.
13291
13292 960617
13293         + corrected two logic errors in read_entry.c, write_entry.c (called by
13294           tic, the write/read of terminfo entries used inconsistent rules for
13295           locating the entries; the $TERMINFO_DIRS code would find only the
13296           first entry in a list).
13297         + refined pathname computation in run_tic.sh and shlib.
13298         + corrected initialization of $IP in misc/run_tic.sh
13299
13300 960615  - snapshot
13301         + ifdef'd out _nc_hash_map() call because it does not improve speed.
13302         + display version of gcc if configure script identifies it.
13303         + modify configure script to use /usr as Linux's default prefix.
13304         + modify run_tic.sh to use shlib script, fixes some problems installing
13305           with a shared-library configuration.
13306         + adjusted configure script so that it doesn't run tests with the
13307           warnings turned on, which makes config.log hard to read.
13308         + added 'lint' rule to top-level Makefile.
13309         + added configure option '--with-install-prefix' for use by system
13310           builders to install into staging locations (requested by
13311           Charles Levert <charles@comm.polymtl.ca>).
13312         + corrected autoconfigure for Debian man program; it's not installed
13313           as "man_db".
13314         + set noecho in 'worm'; it was ifdef'd for debug only
13315         + updated test/configure.in for timing-display in ncurses 'p' test
13316         + corrected misspelled 'getbkgd()'.
13317         + corrected wbkgdset to work like observed syvr4 (sets A_CHARTEXT part
13318           to blank if no character given, copies attributes to window's
13319           attributes).
13320         + modified lib_doupdate.c to use lower-level SP's current_attr state
13321           instead of curscr's state, since it is redundant.
13322         + correction to IDcTransformLine logic which controls where InsStr is
13323           invoked (refined by Alexander V Lukyanov).
13324         > patch 303 (ESR):
13325         + conditionally include Chris Torek's hash function _nc_hash_map().
13326         + better fix for nvi refresh-bug (Rick Marshall)
13327         + fix for bug in handling of interrupted keystroke waits,
13328           (Werner Fleck).
13329         + misc/ncurses-intro.html syntax fix (Kajiyama Tamito).
13330
13331 960601  - snapshot
13332         + auto-configure man-page compression-format and renames for Debian.
13333         + corrected several typos in curses.h.in (i.e., the mvXXXX macros).
13334         + re-order curses.priv.h for lint.
13335         + added rules for lintlib, lint
13336         + corrected ifdef for BROKEN_LINKER in MKnames.awk.in
13337         + corrected missing INSTALL_DATA in misc/Makefile.in
13338         + flush output when changing cursor-visibility (Rick Marshall)
13339         + fix a minor bug in the _nc_ripoff() routine and improve error
13340           checking when creating the label window (Juergen Pfeifer).
13341         + enhancement to the control over the new PC-style soft key format.
13342           allow caller now to select whether or not one wants to have
13343           the index-line; see curs_slk.3x for documentation (Juergen Pfeifer).
13344         + typos, don't use inline with "-g" (Philippe De Muyter)
13345         + fixes for menus & wattr-, slk-functions (Juergen Pfeifer)
13346
13347 960526  - snapshot
13348         + removed --with-ticdir option altogether, maintain compatibility with
13349           existing applications via symbolic link in run_tic.sh
13350         + patch for termio.h, signal (Philippe De Muyter)
13351         + auto-configure gcc warning options rather than infer from version.
13352         + auto-configure __attribute__ for different gcc versions.
13353         + corrected special use of clearok() in hardscroll.c by resetting flag
13354           in wrefresh().
13355         + include stdlib.h before defs for EXIT_SUCCESS, for OSF/1.
13356         + include sys/types.h in case stdlib.h does not declare size_t.
13357         + fixes for makefile (Tim Mooney)
13358         + fixes for menus & forms (Juergen Pfeifer)
13359         > patch 302 (ESR):
13360         + improve hash function (suggested by Alexander V Lukyanov).
13361         + 9.13.4 update for terminfo.src
13362
13363 960518  - snapshot
13364         + revised ncurses.c panner test, let pad abut all 4 sides of screen.
13365         + refined case in lib_doupdate.c for ClrToEOL().
13366         + corrected prior change for PutRange (Alexander V Lukyanov
13367           <lav@yars.free.net>).
13368         + autoconf mods (Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>).
13369         + locale fix for forms (Philippe De Muyter <phdemuyt@ulb.ac.be>)
13370         + renamed "--with-datadir" option to "--with-ticdir" to avoid
13371           confusion, and made this check for the /usr/lib/terminfo pre-existing
13372           directory.
13373         > patches 299-301 (ESR):
13374         + html fixes (Phillippe de Muyter).
13375         + fix typo in ncurses-intro.html (report by Fabrizio Polacco).
13376         + added hashmap.c
13377         + mods to tracing, especially for ACS chars.
13378         + corrected off-by-one in IDCtransform.
13379         + corrected intermittent mouse bug by using return-value from read().
13380         + mods to parse_entry.c, for smarter defaults.
13381
13382 960512
13383         + use getopt in 'tic'; added -L option and modified -e option to allow
13384           list from a file.
13385
13386 960511
13387         + don't use fixed buffer-size in tparm().
13388         + modified tic to create terminfo directory if it doesn't exist.
13389         + added -T options to tic and infocmp (for testing/analysis)
13390         + refined the length criteria for termcap and terminfo
13391         + optimize lib_doupdate with memcpy, PutRange
13392         > patches 297, 298 (ESR):
13393         + implement TERMINFO_DIRS, and -o option of tic
13394         + added TRACE_IEVENT
13395         + fix REQ_TOGGLE_ITEM in menu/menu_driver.c; it could select but not
13396           deselect.
13397         + added lib_print.c (request by Rick Marshall).
13398         + added has_key() (request by Juergen Pfeifer).
13399         + do not issue clrtoeol or clrtobot if the relevant portion of the line
13400           is already blank (analysis by Keith Bostic).
13401         + add parentheses for parameters of COLOR_PAIR and PAIR_NUMBER macros
13402           (analysis by Jurgen Eidt).
13403         + update screen's notion of cursor position in endwin() (analysis by
13404           Alexander Lukyanov).
13405         + added 't' to ncurses.c test.
13406         + moved delay_output() to lib_tputs.c
13407         + removed tparam() (was added in 1.9.9, but conflicts with emacs and
13408           is not part of X/Open Curses).
13409         + removed boolean version of 'getm'.
13410         + misc cursor & optimization fixes.
13411
13412 960504  - snapshot
13413         + modified ncurses 'p' test to allow full-screen range for panner size.
13414         + fixes for locale (Philippe De Muyter <phdm@labauto1.ulb.ac.be>)
13415         + don't use fixed buffer-size in fmt_entry().
13416         + added usage-message to 'infocmp'.
13417         + modified install.includes rules to prepend subdirectory-name to
13418           "#include" if needed.
13419
13420 960430
13421         + protect wrefresh, wnoutrefresh from invocation with pad argument.
13422         + corrected default CCFLAGS in test/Makefile.
13423
13424 960428  - snapshot
13425         + implemented logic to support terminals with background color erase
13426           (e.g., rxvt and the newer color xterm).
13427         + improved screen update logic (off-by-one logic error; use clr_eos if
13428           possible)
13429
13430 960426  - snapshot
13431         + change ncurses 'a' test to run in raw mode.
13432         + make TIOCGWINSZ configure test less stringent, in case user
13433           configures via terminal that cannot get screen size.
13434         > patches 295, 296 (ESR):
13435         + split lib_kernel.c, lib_setup.c and names.c in order to reduce
13436           overhead for programs that use only termcap features.
13437         + new "-e" and "-h" options of tic (request by Tony Nugent).
13438         + fix bug in mandatory-delay logic in lib_tputs.c (report by Sven
13439           Verdoolaege).
13440         + fix for "infocmp -e" to emit correct initializers (reported by Manual
13441           J Novoa III).
13442         + restore working-directory in read_termcap.c (report by Kayvan
13443           Sylvan).
13444         + use "-h" option on Solaris when generating shared libraries on
13445           Solaris 2.5 to record the library name in the file, for assisting
13446           the loader (patch by Scott Kramer).
13447         + undo patch #294 changes to form and menu libraries (request by
13448           Juergen Pfeifer).
13449
13450 960418  - snapshot
13451         + use autoconf 2.9
13452         + fix for AIX 3.2.5 (must define _POSIX_SOURCE to get termios struct
13453           definitions via <termios.h>, modified macros in lib_raw.c to avoid
13454           K&R-style substitution)
13455         > patches 293, 294 (ESR):
13456         + rewrite wsyncup(), wsyncdown(), as well as small fixes to form and
13457           menu libraries to fix echo-breakage introduced by 1.8.9, 1.9.9e
13458           changes (patches by Juergen Pfeifer).
13459         + fix compile under QNX 4.2 by defining ONLCR in lib_raw.c when
13460           __QNX__ is defined (patch by Michael Hunter).
13461         + modify setupterm() to match documentation for its return value, fix
13462           newterm to work with this change (report by Emmet Lazich).
13463         + add checks in getch() for error, return ERR as appropriate (report by
13464           Emmet Lazich).
13465         + mods to wgetch() in cooked mode (report by Pete Seebach).
13466         + corrected askuser() logic in tset (patch by Remco Treffkorn).
13467         + correct interaction of endwin() with mouse processing (report by
13468           Michael Elkins).
13469         + added trace support for TTY flags
13470         + update terminfo.src to 9.13.1
13471         + FreeBSD console entries (patch by Andrew Chernov).
13472
13473 960406
13474         + fixes for NeXT, ISC and HPUX auto-configure
13475         + autogenerate development header-dependencies (config.h, *.priv.h)
13476         + corrected single-column formatting of "use=" (e.g., in tic)
13477         + modify tic to read full terminfo-names
13478         + corrected divide-by-zero that caused hang (or worse) when redirecting
13479           output
13480         + modify tic to generate directories only as-needed (and corrected
13481           instance of use of data from function that had already returned).
13482
13483 ### ncurses-1.9.8a -> 1.9.9e
13484
13485 * fixed broken wsyncup()/wysncdown(), as a result wnoutrefresh() now has
13486   copy-changed-lines behavior.
13487 * added and documented wresize() function.
13488 * more fixes to LOWER-RIGHT corner handling.
13489 * changed the line-breakout optimization code to allow some lines to be
13490   emitted before the first check.
13491 * added option for tic to use symbolic instead of hard links (for AFS)
13492 * fix to restore auto-wrap mode.
13493 * trace level can be controlled by environment variable.
13494 * better handling of NULs in terminal descriptions.
13495 * improved compatibility with observed SVR4 behavior.
13496 * the refresh behavior of over-lapping windows is now more efficient and
13497   behaves like SVR4.
13498 * use autoconf 2.7, which results in a working setup for SCO 5.0.
13499 * support for ESCDELAY.
13500 * small fixes for menu/form code.
13501 * the test directory has its own configure.
13502 * fixes to pads when optimizing scrolling.
13503 * fixed several off-by-one bugs.
13504 * fixes for termcap->terminfo translation; less restrictions more correct
13505   behavior.
13506
13507 ### ncurses-1.9.7 -> 1.9.8a
13508
13509 * teach infocmp -i to recognize ECMA highlight sequences
13510 * infocmp now dumps all SVr4 termcaps (not just the SVr4 ones) on -C
13511 * support infocmp -RBSD.
13512 * satisfy XSI Curses requirement that every macro be available as a function.
13513 * This represents the last big change to the public interface of ncurses. The
13514   ABI_VERSION has now been set at 3.0 and should stay there barring any great
13515   catastrophies or acts of God.
13516 * The C++ has been cleaned up in reaction to the changes to satisfy XSI's
13517   requirements.
13518 * libncurses now gets linked to libcurses to help seamless emulation
13519   (replacement) of a vendor's curses. --disable-overwrite turns this behavior
13520   off.
13521
13522 ### ncurses-1.9.6 -> 1.9.7
13523
13524 * corrected return values of setupterm()
13525 * Fixed some bugs in tput (it does padding now)
13526 * fixed a bug in tic that made it do the wrong thing on entries with more than
13527   one `use' capability.
13528 * corrected the screen-size calculation at startup time to alter the
13529   numeric capabilities as per SVr4, not just LINES and COLS.
13530 * toe(1) introduced; does what infocmp -T used to.
13531 * tic(1) can now translate AIX box1 and font[0123] capabilities.
13532 * tic uses much less core, the dotic.sh kluge can go away now.
13533 * fix read_entry() and write_entry() to pass through cancelled capabilities OK.
13534 * Add $HOME/.terminfo as source/target directory for terminfo entries.
13535 * termcap compilation now automatically dumps an entry to $HOME/.terminfo.
13536 * added -h option to toe(1).
13537 * added -R option to tic(1) and infocmp(1).
13538 * added fallback-entry-list feature.
13539 * added -i option to infocmp(1).
13540 * do a better job at detecting if we're on SCO.
13541
13542 ### ncurses-1.9.5 -> 1.9.6
13543
13544 * handling of TERMCAP environment variables now works correctly.
13545 * various changes to shorten termcap translations to less that 1024 chars.
13546 * tset(1) added
13547 * mouse support for xterm.
13548 * most data tables are now const and accordingly live in shareable text space.
13549 * Obey the XPG4/SVr4 practice that echo() is initially off.
13550 * tic is much better at translating XENIX and AIX termcap entries now.
13551 * tic can interpret ko capabilities now.
13552 * integrated Juergen Pfeifer's forms library.
13553 * taught write_entry() how not to write more than it needs to; this change
13554   reduces the size of the terminfo tree by a full 26%!
13555 * infocmp -T option added.
13556 * better warnings about historical tic quirks from tic.
13557
13558 ### ncurses 1.9.4 -> 1.9.5
13559
13560 * menus library is now included with documentation.
13561 * lib_mvcur has been carefully profiled and tuned.
13562 * Fixed a ^Z-handling bug that was tanking lynx(1).
13563 * HJ Lu's patches for ELF shared libraries under Linux
13564 * terminfo.src 9.8.2
13565 * tweaks for compiling in separate directories.
13566 * Thomas Dickey's patches to support NeXT's brain-dead linker
13567 * Eric Raymond's patches to fix problems with long termcap entries.
13568 * more support for shared libraries under SunOS and IRIX.
13569
13570 ### ncurses 1.9.3 -> 1.9.4
13571
13572 * fixed an undefined-order-of-evaluation bug in lib_acs.c
13573 * systematically gave non-API public functions and data an _nc_ prefix.
13574 * integrated Juergen Pfeifer's menu code into the distribution.
13575 * totally rewrote the knight test game's interface
13576
13577 ### ncurses 1.9.2c -> 1.9.3
13578
13579 * fixed the TERMCAP_FILE Support.
13580 * fixed off-by-one errors in scrolling code
13581 * added tracemunch to the test tools
13582 * took steps to cut the running time of make install.data
13583
13584 ### ncurses 1.9.2c -> 1.9.2d
13585
13586 * revised 'configure' script to produce libraries for normal, debug,
13587   profile and shared object models.
13588
13589 ### ncurses 1.9.1 -> 1.9.2
13590
13591 * use 'autoconf' to implement 'configure' script.
13592 * panels support added
13593 * tic now checks for excessively long termcap entries when doing translation
13594 * first cut at eliminating namespace pollution.
13595
13596 ### ncurses 1.8.9 -> 1.9
13597
13598 * cleanup gcc warnings for the following: use size_t where 'int' is not
13599   appropriate, fixed some shadowed variables, change attr_t to compatible with
13600   chtype, use attr_t in some places where it was confused with 'int'.
13601 * use chtype/attr_t casts as appropriate to ensure portability of masking
13602   operations.
13603 * added-back waddchnstr() to lib_addstr.c (it had been deleted).
13604 * supplied missing prototypes in curses.h
13605 * include <termcap.h> in lib_termcap.c to ensure that the prototypes
13606   are consistent (they weren't).
13607 * corrected prototype of tputs in <termcap.h>
13608 * rewrote varargs parsing in lib_tparm.c (to avoid referencing memory
13609   that may be out of bounds on the stack) -- Purify found this.
13610 * ensure that TRACE is defined in lib_trace.c (to solve prototype
13611   warnings from gcc).
13612 * corrected scrolling-region size in 'mvcur_wrap()'
13613 * more spelling fixes
13614 * use 'calloc()' to allocate WINDOW struct in lib_newwin.c (Purify).
13615 * set default value for SP->_ofp in lib_set_term.c (otherwise SunOS dumps
13616   core in init_acs()).
13617 * include <errno.h> in write_entry.c (most "braindead" includes declare errno
13618   in that file).
13619
13620 ### ncurses 1.8.8 -> 1.8.9
13621
13622 * compile (mostly) clean with gcc 2.5.8 -Wall -Wstrict-prototypes
13623   -Wmissing-prototypes -Wconversion and using __attribute__ to flush out
13624   non-portable use of "%x" for pointers, or for chtype data (which is declared
13625   as a long).
13626 * modified doupdate to ensure that typahead was turned on before attempting
13627   select-call (otherwise, some implementations hang).
13628 * added trace mask TRACE_FIFO, use this in lib_getch.c to allow finer
13629   resolution of traces.
13630 * improved bounds checking on several critical functions.
13631 * the data directory has been replaced by the new master terminfo file.
13632 * -F file-comparison option added to infocmp.
13633 * compatibility with XSI Curses is now documented in the man bages.
13634 * wsyncup/wsyncdown functions are reliable now; subwindow code in general
13635   is much less flaky.
13636 * capabilities ~msgr, tilde_glitch, insert_padding, generic_type, no_pad_char,
13637   memory_above, memory_below, and hard_copy are now used properly.
13638 * cursor-movement optimization has been completely rewritten.
13639 * vertical-movement optimization now uses hardware scrolling, il, dl.
13640
13641 ### ncurses 1.8.7 -> 1.8.8
13642 * untic no longer exists, infocmp replaces it.
13643 * tic can understand termcap now, especially if it is called captoinfo.
13644 * The Linux Standard Console terminfo entry is called linux insead of console.
13645   It also uses the kernel's new method of changing charsets.
13646 * initscr() will EXIT upon error (as the docs say) This will mostly happen if
13647   you try to run on an undefined terminal.
13648 * I can get things running on AIX but tic can't compile terminfo. I have to
13649   compile entries on another machine. Volunteers to hunt this bug are welcome.
13650 * wbkgd() and wbkgdset() can be used to set a windows background to color.
13651   wclear()/werase() DO NOT use the current attribute to clear the screen.
13652   This is the way SVR4 curses works. PDCurses 2.1 is broken in this respect,
13653   though PDCurses 2.2 has been fixed.
13654 * cleaned up the test/ directory.
13655 * test/worm will segfault after quite a while.
13656 * many spelling corrections courtesy of Thomas E. Dickey
13657
13658 ### ncurses 1.8.6 -> 1.8.7
13659 * cleaned up programs in test/ directory.
13660 * fixed wbkgdset() macro.
13661 * modified getstr() to stop it from advancing cursor in noecho mode.
13662 * modified linux terminfo entry to work with the latest kernel to get
13663   the correct alternate character set.
13664 * also added a linux-mono entry for those running on monochrome screens.
13665 * changed initscr() so that it behaves like the man page says it does.
13666   this fixes the problem with programs in test/ crashing with SIGSEV if
13667   a terminal is undefined.
13668 * modified addch() to avoid using any term.h #define's
13669 * removed duplicate tgoto() in lib_tparm.c
13670 * modified dump_entry.c so that infocmp deals correctly with ',' in acsc
13671 * modified delwin() to correctly handle deleting subwindows.
13672 * fixed Makefile.dist to stop installing an empty curses.h
13673 * fixed a couple of out-of-date notes in man pages.
13674
13675 ### ncurses 1.8.5 -> 1.8.6
13676 * Implemented wbkgd(), bkgd(), bkgdset(), and wbkgdset().
13677 * The handling of attributes has been improved and now does not turn off color
13678   if other attributes are turned off.
13679 * scrolling code is improved. Scrolling in subwindows is still broken.
13680 * Fixes to several bugs that manifest them on platforms other than Linux.
13681 * The default to meta now depends on the status of the terminal when ncurses
13682   is started.
13683 * The interface to the tracing facility has changed.  Instead of the pair of
13684   functions traceon() and traceoff(), there is just one function trace() which
13685   takes a trace mask argument.  The trace masks, defined in curses.h, are
13686   as follows:
13687
13688         #define TRACE_DISABLE   0x00    /* turn off tracing */
13689         #define TRACE_ORDINARY  0x01    /* ordinary trace mode */
13690         #define TRACE_CHARPUT   0x02    /* also trace all character outputs */
13691         #define TRACE_MAXIMUM   0x0f    /* maximum trace level */
13692
13693   More trace masks may be added, or these may be changed, in future releases.
13694 * The pad code has been improved and the pad test code in test/ncurses.c has
13695   been improved.
13696 * The prototype ansi entry has been changed to work with a wider variety
13697   of emulators.
13698 * Fix to the prototype ansi entry that enables it to work with PC emulators
13699   that treat trailing ";m" in a highlight sequence as ";0m"; this doesn't
13700   break operation with any emulators.
13701 * There are now working infocmp, captoinfo, tput, and tclear utilities.
13702 * tic can now compile entries in termcap syntax.
13703 * Core-dump bug in pnoutrefresh fixed.
13704 * We now recognize and compile all the nonstandard capabilities in Ross
13705   Ridge's mytinfo package (rendering it obsolete).
13706 * General cleanup and documentation improvements.
13707 * Fixes and additions to the installation-documentation files.
13708 * Take cursor to normal mode on endwin.
13709
13710 ### ncurses 1.8.4 -> 1.8.5
13711 * serious bugs in updating screen which caused erratic non-display,
13712   fixed.
13713 * fixed initialization for getch() related variable which cause
13714   unpredictable results.
13715 * fixed another doupdate bug which only appeared if you have
13716   parm_char.
13717 * implemented redrawln() and redrawwin().
13718 * implemented winsnstr() and related functions.
13719 * cleaned up insertln() and deleteln() and implemented (w)insdeln().
13720 * changed Makefile.dist so that installation of man pages will
13721   take note of the terminfo directory.
13722 * fixed Configure (removed the mysterious 'X').
13723 * Eric S. Raymond fixed the script.* files so that they work with
13724   stock awk.
13725
13726 #### ncurses 1.8.3 -> 1.8.4 #### ####
13727 * fixed bug in refreshing the screen after return from shell_mode.
13728   There are still problems but they don't manifest themselves on
13729   my machine (Linux 0.99.14f).
13730 * added wgetnstr() and modified things accordingly.
13731 * fixed the script.src script.test to work with awk not just gawk.
13732 * Configure can now take an argument of the target system.
13733 * added test/ncurses.c which replaces several other programs and
13734   performs more testing.
13735 [Thanks to Eric S Raymond for the last 4]
13736 * more fixes to lib_overlay.c and added test/over.c to illustrate
13737   how it works.
13738 * fixed ungetch() to take int instead of ch.
13739 * fixes to cure wgetch() if flushinp() is called.
13740
13741 One note I forgot to mention in 1.8.3 is that tracing is off by
13742 default starting in the version. If you want tracing output, put
13743 traceon(); in your code and link with -ldcurses.
13744
13745 #### ncurses 1.8.2 -> ncurses 1.8.3 #### ####
13746 MAJOR CHANGES:
13747 1) The order of capabilities has been changed in order to achieve
13748 binary compatibility with SVR4 terminfo database. This has the
13749 unfortunate effect of breaking application currently linked with
13750 ncurses. To ensure correct behavior, recompile all such programs.
13751 Most programs using color or newer capabilities will break, others
13752 will probably continue to work ok.
13753
13754 2) Pavel Curtis has renounced his copyright to the public domain.
13755 This means that his original sources (posted to comp.sources.unix,
13756 volume 1) are now in the public domain.  The current sources are
13757 NOT in the public domain, they are copyrighted by me.  I'm
13758 entertaining ideas on what the new terms ncurses is released under.
13759
13760 3) Eric S. Raymond has supplied a complete set of man pages for
13761 ncurses in ?roff format. They will eventually replace most of the
13762 current docs. Both sets are included in this release.
13763
13764 Other changes and notes from 1.8.2 include:
13765 * SIGSEGV during scrolling no longer occurs.
13766 * Other problems with scrolling and use of idl have been corrected.
13767 * lib_getch.c has been re-written and should perform flawlessly.
13768   please use test/getch.c and any other programs to test this.
13769 * ripoffline() is implemented (Thanks to Eric) and slk_ functions
13770   changed accordingly.
13771 * I've added support for terminals that scroll if you write in the
13772   bottom-right corner.
13773 * fixed more bugs in pads code. If anybody has a program that uses
13774   pads I'd love a copy.
13775 * correct handling for terminal with back_color_erase capability
13776   (such as Linux console, and most PC terminals)
13777 * ^Z handling apparently didn't work (I should never trust code
13778   sent me to me without extensive testing). It now seems to be
13779   fixed. Let me know if you have problems.
13780 * I've added support for Apollo and NeXT, but it may still be
13781   incomplete, especially when dealing with the lack of POSIX
13782   features.
13783 * scrolling should be more efficient on terminals with idl
13784   capabilities. Please see src/lib_scroll.c for more notes.
13785 * The line drawing routines were offset by 1 at both ends. This
13786   is now fixed.
13787 * added a few missing prototypes and macros (e.g. setterm())
13788 * fixed code in src/lib_overlay.c which used to crash.
13789 * added a few more programs in test/ The ones from the PDCurses
13790   package are useful, especially if you have SVR4 proper. I'm
13791   interested in the results you get on such a systems (Eric? ;-).
13792   They already exposed certain bugs in ncurses.
13793 * See src/README for porting notes.
13794 * The C++ code should really replace ncurses.h instead of working
13795   around it. It should avoid name-space clashes with nterm.h (use
13796   rows instead of lines, etc.)
13797 * The C++ should compile ok. I've added explicit rules to the
13798   Makefile because no C++ defaults are documented on the suns.
13799 * The docs say that echo() and nocbreak() are mutually exclusive.
13800   At the moment ncurses will switch to cbreak() if the case above
13801   occurs. Should it continue to do so? How about echo() and noraw()?
13802 * PDCurses seem to assume that wclear() will use current attribute
13803   when clearing the screen. According to Eric this is not the case
13804   with SVR4.
13805 * I have discovered, to my chagrin, SunOS 4.x (and probably other systems)
13806   * doesn't have vsscanf and God knows what else!  I've will do a vsscanf().
13807 * I've also found out that the src/script.* rely on gawk and will not
13808   work with stock awk or even with nawk. Any changes are welcome.
13809 * Linux is more tolerant of NULL dereferences than most systems. This
13810   fact was exposed by hanoi.
13811 * ncurses still seems inefficient in drawing the screen on a serial
13812   link between Linux and suns. The padding may be the culprit.
13813 * There seems to be one lingering problem with doupdate() after shelling
13814   out. Despite the fact the it is sending out the correct information
13815   to the terminal, nothing takes effect until you press ^L or another
13816   refresh takes place. And yes, output does get flushed.
13817
13818 #### ncurses 1.8.1 -> ncurses 1.8.2 #### Nov 28, 1993 ####
13819
13820 * added support for SVR4 and BSDI's BSD/386.
13821 * major update and fix to scrolling routine.
13822 * MORE fixes to stuff in lib_getch.c.
13823 * cleaned-up configuration options and can now generate
13824         Config.* files through an awk script.
13825 * changed setupterm() so it can be called more than once,
13826         add added set_curterm(), del_curterm().
13827 * a few minor cleanups.
13828 * added more prototypes in curses.h
13829
13830 #### ncurses 1.8 -> ncurses 1.8.1 #### Nov 4, 1993 ####
13831
13832 * added support for NeXTStep 3.0
13833 * added termcap emulation (not well tested).
13834 * more complete C++ interface to ncurses.
13835 * fixed overlay(), overwrite(), and added copywin().
13836 * a couple of bug fixes.
13837 * a few code cleanups.
13838
13839 #### ncurses 0.7.2/0.7.3 -> ncurses 1.8 #### Aug 31, 1993 ####
13840
13841 * The annoying message "can't open file." was due to missing
13842   terminfo entry for the used terminal. It has now been
13843   replaced by a hopefully more helpful message.
13844 * Problems with running on serial lines are now fixed.
13845 * Added configuration files for SunOS, Linux, HP/UX, Ultrix,
13846   386bsd/BSDI (if you have others send'em to me)
13847 * Cleaner Makefile.
13848 * The documentation in manual.doc is now more uptodate.
13849 * update optimization and support for hp terminals, and 386bsd
13850   console driver(s).
13851 * mvcur optimization for terminals without cursor addressing
13852   (doesn't work on Linux)
13853 * if cursor moved since last update, getch() will refresh the
13854   screen before working.
13855 * getch() & alarm() can now live together. in 0.7.3 a signal
13856   interrupted getch() (bug or feature?) now the getch is
13857   restarted.
13858 * scanw() et all were sick, now fixed.
13859 * support for 8-bit input (use meta()).
13860 * added default screen size to all terminfos.
13861 * added c++ Ncursesw class.
13862 * several minor bug fixes.
13863
13864 #### ncurses 0.7.2 -> ncurses 0.7.3 #### May 27, 1993 ####
13865
13866 * Config file to cope with different platforms (386BSD, BSDI, Ultrix, SunOS)
13867 * more fixes to lib_getch.c
13868 * changes related to Config
13869
13870 #### ncurses 0.7 -> ncurses 0.7.2 #### May 22, 1993 ####
13871
13872 * docs updated slightly (color usage is now documented).
13873 * yet another fix for getch(), this one fixes problems with ESC being swallowed
13874   if another character is typed before the 1 second timeout.
13875 * Hopefully, addstr() and addch() are 8-bit clean.
13876 * fixed lib_tparm.c to use stdarg.h (should run on suns now)
13877 * order of capabilities changed to reflect that specified in SYSV
13878   this will allow for binary-compatibility with existing terminfo dbs.
13879 * added halfdelay()
13880 * fixed problems with asc_init()
13881 * added A_PROTECT and A_INVIS
13882 * cleaned up vidputs()
13883 * general cleanup of the code
13884 * more attention to portability to other systems
13885 * added terminfos for hp70092 (won't work until changes to lib_update.c are
13886   made) and 386BSD pcvt drivers.
13887
13888 Thanks to Hellmuth Michaelis for his help.
13889 optimization code is slated for the next major release, stay tuned!
13890
13891 #### ncurses 0.6/0.61 -> ncurses 0.7 #### April 1, 1993
13892 Please note that the next release will be called 1.8. If you want to know about
13893 the rationale drop me a line.
13894
13895 Included are several test programs in test/.
13896 I've split up the panels library, reversi, tetris, sokoban. They are now
13897 available separately from netcom.com:pub/zmbenhal/
13898
13899 * color and ACS support is now fully compatible with SYSV at the terminfo
13900   level.
13901 * Capabilities now includes as many SYSV caps I could find.
13902 * tigetflag,tigetnum,tigetstr functions added.
13903 * boolnames, boolfnames, boolcodes numnames, numfnames, numcodes,
13904   strnames, strfnames, strcodes arrays are now added.
13905 * keyname() is added.
13906 * All function keys can be defined in terminfo entries.
13907 * fixed lin_tparm.c to behave properly.
13908 * terminfo entries for vt* and xterm are included (improvements are welcome)
13909 * more automation in handling caps and keys.
13910 * included fixes from 0.6.1
13911 * added a few more missing functions.
13912 * fixed a couple of minor bugs.
13913 * updated docs JUST a little (still miles behind in documenting the newer
13914         features).
13915
13916 #### ncurses 0.6 -> ncurses 0.61 ####
13917
13918 1) Included the missing data/console.
13919
13920 2) allow attributes when drawing boxes.
13921
13922 3) corrected usage of win->_delay value.
13923
13924 4) fixed a bug in lib_getch.c. if it didn't recognize a sequence it would
13925         simply return the last character in the sequence. The correct
13926         behavior is to return the entire sequence one character at a time.
13927
13928 #### ncurses0.5 -> ncurses0.6 #### March 1, 1993 ####
13929 * removed _numchngd from struct _win_st and made appropriate changes.
13930 * rewritten kgetch() to remove problems with interaction between alarm and
13931   read(). It caused SIGSEGV every now and then.
13932 * fixed a bug that miscounted the numbers of columns when updating.
13933   (in lib_doupdate.c(ClrUpdate() -- iterate to columns not columns-1)
13934 * fixed a bug that cause the lower-right corner to be incorrect.
13935   (in lib_doupdate.c(putChar() -- check against columns not columns-1)
13936 * made resize() and cleanup() static to lib_newterm.c
13937 * added notimeout().
13938 * added timeout() define in curses.h
13939 * added more function prototypes and fixed napms.
13940 * added use_env().
13941 * moved screen size detection to lib_setup.c.
13942 * fixed newterm() to confirm to prototype.
13943 * removed SIGWINCH support as SYSV does not define its semantics.
13944 * cleaned-up lib_touch.c
13945 * added waddnstr() and relatives.
13946 * added slk_* support.
13947 * fixed a bug in wdeleteln().
13948 * added PANEL library.
13949 * modified Makefile for smoother installation.
13950 * terminfo.h is really term.h
13951
13952 #### ncurses 0.4 -> ncurses 0.5 #### Feb 14, 1993 ####
13953 * changed _win_st structure to allow support for missing functionality.
13954 * Addition of terminfo support for all KEY_*.
13955 * Support for nodelay(), timeout(), notimeout().
13956 * fixed a bug with the keypad char reading that did not return ESC until
13957   another key is pressed.
13958 * nl mapping no longer occur on output (as should be)
13959   fixed bug '\n' no causing a LF.
13960 * fixed bug that reset terminal colors regardless of whether we use color
13961   or not.
13962 * Better support for ACS (not quite complete).
13963 * fixed bug in wvline().
13964 * added curs_set().
13965 * changed from signal() to sigaction().
13966 * re-included the contents of important.patch into source.
13967
13968 #### ncurses 0.3 -> ncurses 0.4 #### Feb 3, 1993 ####
13969 * Addition of more KEY_* definitions.
13970 * Addition of function prototypes.
13971 * Addition of several missing functions.
13972 * No more crashes if screen size is undefined (use SIGWINCH handler).
13973 * added a handler to cleanup after SIGSEGV (hopefully never needed).
13974 * changed SRCDIR from /etc/term to /usr/lib/terminfo.
13975 * renamed compile/dump to tic/untic.
13976 * New scrolling code.
13977 * fixed bug that reversed the sense of nl() and nonl().
13978
13979 #### ncurses 0.2 -> ncurses 0.3 #### Jan 20, 1993 ####
13980 * more support for color and graphics see test/ for examples.
13981 * fixed various files to allow correct update after shelling out.
13982 * more fixes for updates.
13983 * no more core dumps if you don't have a terminfo entry.
13984 * support for LINES and COLUMNS environment variables.
13985 * support for SIGWINCH signal.
13986 * added a handler for SIGINT for clean exits.
13987
13988 #### ncurses 0.1 -> ncurses 0.2 #### Aug 14, 1992 ####
13989 * support for color.
13990 * support for PC graphic characters.
13991 * lib_trace.c updated to use stdarg.h and vprintf routines.
13992 * added gdc.c (Great Digital Clock) as an example of using color.
13993
13994 #### ncurses -> ncurses 0.1 #### Jul 31, 1992 ####
13995 * replacing sgtty stuff by termios stuff.
13996 * ANSIfication of some functions.
13997 * Disabling cost analysis 'cause it's incorrect.
13998 * A quick hack for a terminfo entry.
13999
14000 -- vile:txtmode: