]> ncurses.scripts.mit.edu Git - ncurses.git/blob - NEWS
ncurses 5.2
[ncurses.git] / NEWS
1 -- $Id: NEWS,v 1.602 2000/10/21 00:42:11 tom Exp $
2
3 This is a log of changes that ncurses has gone through since Zeyd started
4 working with Pavel Curtis' original work, pcurses, in 1992.
5
6 Changes through 1.9.9e are recorded by Zeyd M. Ben-Halim.
7 Changes since 1.9.9e are recorded by Thomas Dickey.
8
9 20001021 5.2 release for upload to ftp.gnu.org
10         + update generated html files from manpages.
11         + modify dist.mk to use edit_man.sh to substitute autoconf'd variables
12           in html manpages.
13         + fix an uninitialized pointer in read_termcap.c (report by Todd C
14           Miller, from report/patch by Philip Guenther <guenther@gac.edu>).
15         + correct help-message and array limit in knight.c (patch by Brian
16           Raiter <breadbox@muppetlabs.com>).
17         > patch by Juergen Pfeifer:
18         + fix to avoid warning by GNAT-3.13p about use of inconsistent casing
19           for some identifiers defined in the standard package.
20         + cosmetic change to forms/fty_enum.c
21
22 20001014
23         + correct an off-by-one position in test/railroad.c which could cause
24           wrapping at the right margin.
25         + test/repair some issues with libtool configuration.  Make
26           --disable-echo force libtool --silent.  (Libtool does not work for
27           OS/2 EMX, works partly for SCO - libtool is still very specific to
28           gcc).
29         + change default of --with-manpage-tbl to "no", since for most of the
30           platforms which do have tbl installed, the system "man" program
31           understands how to run tbl automatically.
32         + minor improvement to force_bar() in comp_parse.c (Bernhard
33           Rosenkraenzer <bero@redhat.de>).
34         + modify lib_tparm.c to use get_space() before writing terminating
35           null character, both for consistency as well as to ensure that if
36           save_char() was called immediately before, that the allocated memory
37           is enough (patch by Sergei Ivanov).
38         + add note about termcap ML capability which is duplicated between two
39           different capabilities:  smgl and smglr (reported by Sergei Ivanov
40           <svivanov@pdmi.ras.ru>).
41         + correct parameter counts in include/Caps for dclk as well as some
42           printer-specific capabilities: csnm, defc, scs, scsd, smgtp, smglp.
43         > patch by Johnny C Lam <lamj@stat.cmu.edu>:
44         + add support for building with libtool (apparently version 1.3.5,
45           since old versions do not handle -L../lib), using new configure
46           option --with-libtool.
47         + add configure option --with-manpage-tbl, which causes the manpages to
48           be preprocessed by tbl(1) prior to installation,
49         + add configure option --without-curses-h, which causes the
50           installation process to install curses.h as ncurses.h and make
51           appropriate changes to headers and manpages.
52
53 20001009
54         + correct order of options/parameters in run_tic.in invocation of tic,
55           which did not work with standard getopt() (reported by Ethan
56           Butterfield <primus@veris.org>).
57         + correct logic for 'reverse' variable in lib_vidattr.c, which was
58           setting it true without checking if newmode had A_REVERSE set, e.g.,
59           using $TERM=ansi on OS/2 EMX (see 20000917).
60         > patch by Todd Miller:
61         + add a few missing use_terminfo_vars() and fixes up _nc_tgetent().
62           Previously, _nc_cgetset() would still get called on cp so the
63           simplest thing is to set cp to NULL if !use_terminfo_vars().
64         + added checks for an empty $HOME environment variable.
65         > patches by Ilya Zakharevich for OS/2 EMX:
66         + modify convert_configure.pl to support INSTALL.  Change compiler
67           options in that script to use multithreading, needed for the mouse.
68         + modify OS/2 mouse support, retrying as a 2-button mouse if code fails
69           to set up a 3-button mouse.
70         + improve code for OS/2 mouse support, using _nc_timed_wait() to
71           replace select() call.
72
73 20001007
74         + change type of ospeed variable back to short to match its use in
75           legacy applications (reported by Andrey A Chernov).
76         + add case to configure script for --enable-rpath on IRIX (patch by
77           Albert Chin-A-Young).
78         + minor fix to position_check() function, to ensure it gets the whole
79           cursor report before decoding.
80         + add configure option --disable-assumed-color, to allow pre-5.1
81           convention of default colors used for color-pair 0 to be configured
82           (see assume_default_colors()).
83         + rename configure option --enable-hashmap --disable-hashmap, and
84           reorder the configure options, splitting the experimental and
85           development 
86         + add configure option --disable-root-environ, which tells ncurses to
87           disregard $TERMINFO and similar environment variables if the current
88           user is root, or running setuid/setgid (based on discussion with
89           several people).
90         + modified misc/run_tic.in to use tic -o, to eliminate dependency on
91           $TERMINFO variable for installs.
92         + add table entry for plab_norm to tput, so it passes in strings
93           for that capability.
94         + modify parse_format() in lib_tparm.c to ignore precision if it is
95           longer than 10000 (report by Jouko Pynnonen).
96         + rewrote limit checks in lib_mvcur.c using new functions
97           _nc_safe_strcat(), etc.  Made other related changes to check lengths
98           used for strcat/strcpy (report by Jouko Pynnonen <jouko@solutions.fi>).
99
100 20000930
101         + modify several descriptions, including those for setaf, setab, in
102           include/Caps to indicate that the entries are parameterized.  This
103           information is used to tell which strings are translated when
104           converting to termcap.  Fixes a problem where the generated termcap
105           would contain a spurious "%p1" for the terminfo "%p1%d".
106         + modify ld -rpath options (e.g., Linux, and Solaris) to use an
107           absolute pathname for the build tree's lib directory (prompted by
108           discussion with Albert Chin-A-Young).
109         + modify "make install.man" and "make uninstall.man" to include tack's
110           man-page.
111         + various fixes for install scripts used to support configure --srcdir
112           and --with-install-prefix (reported by Matthew Clarke
113           <Matthew_Clarke@mindlink.bc.ca>).
114         + make configure script checks on variables $GCC and $GXX consistently
115           compare against 'yes' rather than test if they are nonnull, since
116           either may be set to the corresponding name of the C or C++ compiler
117           (report/patch by Albert Chin-A-Young).
118
119 20000923
120         + modify rs2 capability in xterm-r6 and similar where cursor
121           save/restore bracketed the sequence for resetting video attributes. 
122           The cursor restore would undo that (from a NetBSD bug report by John
123           Hawkinson <jhawk@MIT.EDU>).
124         + using parameter check added to tic, corrected 27 typos in
125           terminfo.src -TD
126         + modify tic to verify that its inputs are really files, in case
127           someone tries to read a directory (or /dev/zero).
128         + add a check for empty buffers returned by fgets() in comp_scan.c
129           next_char() function, in case tic is run on a non-text file (fixes
130           a core dump reported by Aaron Campbell <aaron@cs.dal.ca>).
131         + add to railroad.c some code exercising tgoto(), providing an
132           alternate form of display if the terminal supports cursor addressing.
133         + split-out tgoto() again, this time into new file lib_tgoto.c, and
134           implement a conventional BSD-style tgoto() which is used if the
135           capability string does not contain terminfo-style padding or
136           parameters (requested by Andrey A Chernov).
137         + add check to tic which reports capabilities that do not reference
138           the expected number of parameters.
139         + add error checking to infocmp's -v and -m options to ensure that
140           the option value is indeed a number.
141
142 20000917
143         + add S0, E0 extensions to screen's terminfo entry, which is another
144           way to solve the misconfiguration issue -TD
145         + completed special case for tgoto from 20000916
146
147 20000916
148         + update xterm terminfo entries to match XFree86 xterm patch #146 -TD
149         + add Matrix Orbital terminfo entries (from Eric Z Ayers
150           <eric@ale.org>).
151         + add special case to lib_tparm.c to allow 'screen' program to use a
152           termcap-style parameter "%." to tgoto() for switching character sets.
153         + use LN_S substitution in run_tic.in, to work on OS/2 EMX which has
154           no symbolic links.
155         + updated notes in README.emx regarding autoconf patches.
156         + replace a lookup table in lib_vidattr.c used to decode no_color_video
157           with a logic expression (suggested by Philippe Blain).
158         + add a/A toggle to ncurses.c 'b' test, which clears/sets alternate
159           character set attribute from the displayed text.
160         + correct inequality in parameter analysis of rewritten lib_tparm.c
161           which had the effect of ignoring p9 in set_attributes (sgr), breaking
162           alternate character set (reported by Piotr Majka <charvel@link.pl>).
163         + correct ifdef'ing for GCC_PRINTF, GCC_SCANF which would not compile
164           with Sun WorkShop compilers since these tokens were empty (cf: 
165           20000902, reported by Albert Chin-A-Young).
166
167 20000909
168         + correct an uninitialized parameter to open_tempfile() in tic.c which
169           made "tic -I" give an ambiguous error message about tmpnam.
170         + add special case in lib_vidattr.c to reset underline and standout for
171           devices that have no sgr0 defined (patch by Don Lewis
172           <Don.Lewis@tsc.tdk.com>).  Note that this will not work for bold
173           mode, since there is no exit-bold-mode capability.
174         + improved patch for Make_Enum_Type (patch by Juergen Pfeifer).
175         + modify tparm to disallow arithmetic on strings, analyze the varargs
176           list to read strings as strings and numbers as numbers.
177         + modify tparm's internal function spop() to treat a null pointer as
178           an empty string.
179         + modify tput program so it can be renamed or invoked via a link as
180           'reset' or 'init', producing the same effect as 'tput reset' or 'tput
181           init'.
182         + add private entrypoint _nc_basename(), use to consolidate related
183           code in progs, as well as accommodating OS/2 EMX pathnames.
184         + remove NCURSES_CONST line from edit_cfg.sh to compensate for its
185           removal (except via AC_SUBST) from configure.in, making --enable-const
186           work again (reported by Juergen Pfeifer).
187         + regen'd configure to pick up "hpux*" change from 20000902.
188
189 20000902
190         + modify tset.c to check for transformed "reset" program name, if any.
191         + add a check for null pointer in Make_Enum_Type() (reported by Steven
192           W Orr <steveo@world.std.com>).
193         + change functions _nc_parse_entry() and postprocess_termcap() to avoid
194           using strtok(), because it is non-reentrant (reported by Andrey A
195           Chernov <ache@nagual.pp.ru>).
196         + remove "hpux10.*" case from CF_SHARED_OPTS configure script macro.
197           This differed from the "hpux*" case by using reversed symbolic
198           links, which made the 5.1 version not match the configuration of
199           5.0 shared libraries (reported by Albert Chin-A-Young).
200         + correct a dependency in Ada95/src/Makefile.in which prevented
201           building with configure --srcdir (patch by H Nanosecond
202           <aldomel@ix.netcom.com>).
203         + modify ifdef's in curses.h.in to avoid warning if GCC_PRINTF or
204           GCC_SCANF was not previously defined (reported by Pavel Roskin
205           <proski@gnu.org>).
206         + add MKncurses_def.sh to generate fallback definitions for
207           ncurses_cfg.h, to quiet gcc -Wundef warnings, modified ifdef's in
208           code to consistently use "#if" rather than "#ifdef".
209
210 20000826
211         + add QNX qansi entries to terminfo -TD
212         + add os2 entry to misc/emx.src (<jmcoopr@webmail.bmi.net>).
213         + add configure option --with-database to allow specifying a different
214           terminfo source-file to install.  On OS/2 EMX, this defaults to
215           misc/emx.src
216         + change misc/run_tic.sh to derive it from misc/run_tic.in, to simplify
217           setting .exe extension on OS/2 EMX.
218         + add .exe extension in Ada95/gen/Makefile.in,
219           Ada95/samples/Makefile.in, for OS/2 EMX (reported by
220           <jmcoopr@webmail.bmi.net>).
221         + add configure check for filesystems (such as OS/2 EMX) which do not
222           distinguish between upper/lowercase filenames, use this to fix tags
223           rules in makefiles.
224         + initialize fds[] array to 0's in _nc_timed_wait(); apparently poll()
225           only sets the revents members of that array when there is activity
226           corresponding to the related file (report by Glenn Cooper
227           <gcooper@qantas.com.au>, using Purify on Solaris 5.6).
228         + change configure script to use AC_CANONICAL_SYSTEM rather than
229           AC_CANONICAL_HOST, which means that configure --target will set
230           a default program-prefix.
231         + add note on cross-compiling to INSTALL (which does not rely on the
232           AC_CANONICAL_* macros).
233
234 20000819
235         + add cases for EMX OS/2 to config.guess, config.sub
236         + new version of config.guess, config.sub from lynx 2.8.4dev.7
237         + add definitions via transform.h to allow tic and tput to check for
238           the transformed aliases rather than the original infotocap, etc.
239         + simplify transform-expressions in progs/Makefile.in, make the
240           uninstall rule work for transformed program names.
241         + change symbol used by --install-prefix configure option from
242           INSTALL_PREFIX to DESTDIR (the latter has become common usage
243           although the name is misleading).
244         + modify programs to use curses_version() string to report the version
245           of ncurses with which they are compiled rather than the
246           NCURSES_VERSION string.  The function returns the patch level in
247           addition to the major and minor version numbers.
248
249 20000812
250         + modify CF_MAN_PAGES configure macro to make transformed program names
251           a parameter to that macro rather than embedding them in the macro.
252         + newer config.guess, config.sub (reference version used in lynx
253           2.8.4dev.7).
254         + add configure option --with-default-terminfo-dir=DIR to allow
255           specifying the default terminfo database directory (request by Albert
256           Chin-A-Young).
257         + minor updates for terminfo.src from FreeBSD termcap change-history.
258         + correct notes in README and INSTALL regarding documentation files
259           that were moved from misc directory to doc (report by Rich Kulawiec
260           <rsk@gsp.org>).
261         + change most remaining unquoted parameters of 'test' in configure
262           script to use quotes, for instance fixing a problem in the
263           --disable-database option (reported by Christian Mondrup
264           <scancm@biobase.dk>).
265         + minor adjustments to work around some of the incompatibilities/bugs
266           in autoconf 2.29a alpha.
267         + add -I/usr/local/include when --with-ncurses option is used in
268           test/configure script.
269         + correct logic in adjust_cancels(), which did not check both
270           alternatives when reclassifying an extended name between boolean,
271           number and string, causing an infinite loop in tic.
272
273 20000730
274         + correct a missing backslash in curses.priv.h
275
276 20000729
277         + change handling of non_dest_scroll_region in tty_update.c to clear
278           text after it is shifted in rather than before shifting out.  Also
279           correct row computation (reported by Ruediger Kuhlmann
280           <uck4@rz.uni-karlsruhe.de>).
281         + add/use new trace function to display chtype values from winch() and
282           getbkgd().
283         + add trace mask TRACE_ATTRS, alter several existing _tracef calls that
284           trace attribute changes under TRACE_CALLS to use this.
285         + modify MKlib_gen.sh so that functions returning chtype will call
286           returnChar().
287         + add returnChar() trace, for functions returning chtype.
288         + change indent.pro to line up parenthesis.
289
290 20000722
291         + fix a heap problem with the c++ binding (report by
292           <alexander_liberson@ninewest.com>, patch by Juergen Pfeifer).
293         + minor adjustment to ClrToEOL() to handle an out-of-bounds parameter.
294         + modify the check for big-core to force a couple of memory accesses,
295           which may work as needed for older/less-capable machines (if not,
296           there's still the explicit configure option).
297         > fixes based on diff's for Amiga and BeOS found at
298           http://www.mathematik.uni-karlsruhe.de/~kuhlmann/cross/ncurses/
299         + alter definition of NCURSES_CONST to make it non-empty.
300         + add amiga-vnc terminfo entry.
301         + redefine 'TEXT' in menu.h for AMIGA, since it is reported to have
302           an (unspecified) symbol conflict.
303         + replaced case-statement in _nc_tracebits() for CSIZE with a table to
304           simplify working around implementations that define random
305           combinations of the related macros to zero.
306         + modify configure test for tcgetattr() to allow for old
307           implementations, e.g., on BeOS, which only defined it as a macro.
308         > patches by Bruno Haible:
309         + when checking LC_ALL/LC_CTYPE/LANG environment variables for UTF-8
310           locale, ignore those which are set to an empty value, as per SUSV2.
311         + encode 0xFFFD in UTF-8 with 3 bytes, not 2.
312         + modify _nc_utf8_outch() to avoid sign-extension when checking for
313           out-of-range value.
314
315 20000715
316         + correct manlinks.sed script to avoid using ERE "\+", which is not
317           understood by older versions of sed (patch by Albert Chin-A-Young).
318         + implement configure script options that transform installed program
319           names, e.g., --program-prefix, including the manpage names and cross
320           references (patch by Albert Chin-A-Young <china@thewrittenword.com>).
321         + correct several mismatches between manpage filename and ".TH"
322           directives, renaming dft_fgbg.3x to default_colors.3x and
323           menu_attribs.3x to menu_attributes.3x (report by Todd C Miller).
324         + correct missing includes for <string.h> in several places, including
325           the C++ binding.  This is not noted by gcc unless we use the
326           -fno-builtin option (reported by Igor Schein <igor@txc.com>).
327         + modified progs/tset.c and tack/sysdep.c to build with sgttyb
328           interface if neither termio or termios is available.  Tested this
329           with FreeBSD 2.1.5 (which does have termios - but the sgttyb does
330           work).
331
332 20000708 5.1 release for upload to ftp.gnu.org
333         + document configure options in INSTALL.
334         + add man-page for ncurses trace functions.
335         + correct return value shown in curs_touch.3x for is_linetouched() and
336           is_wintouched(), in curs_initscr.3x for isendwin(), and in
337           curs_termattr.3x for has_ic() and has_il().
338         + add prototypes for touchline() and touchwin(), adding them to the
339           list of generated functions.
340         + modify fifo_push() to put ERR into the fifo just like other values to
341           return from wgetch().  It was returning without doing that, making
342           end-of-file condition incorrectly return a 0 (reported by Todd C
343           Miller).
344         + uncomment CC_SHARED_OPTS for progs and tack (see 971115), since they
345           are needed for SCO OpenServer.
346         + move _nc_disable_period from free_ttype.c to comp_scan.c to appease
347           dynamic loaders on SCO and IRIX64.
348         + add "-a" option to test/ncurses.c to invoke assume_default_colors()
349           for testing.
350         + correct assignment in assume_default_colors() which tells ncurses
351           whether to use default colors, or the assumed ones (reported by Gary
352           Funck <gary@Intrepid.Com>).
353         + review/correct logic in mk-1st.awk for making symbolic links for
354           shared libraries, in particular for FreeBSD, etc.
355         + regenerate misc/*.def files for OS/2 EMX dll's.
356         + correct quoting of values for CC_SHARED_OPTS in aclocal.m4 for
357           cases openbsd2*, openbsd*, freebsd* and netbsd* (patch by Peter
358           Wemm) (err in 20000610).
359         + minor updates to release notes, as well as adding/updating URLs for
360           examples cited in announce.html
361         > several fixes from Philippe Blain <philippe.blain2@freesbee.fr>:
362         + correct placement of ifdef for NCURSES_XNAMES in function
363           _nc_free_termtype(), fixes a memory leak.
364         + add a call to _nc_synchook() to the end of function whline() like
365           that in wvline() (difference was in 1.9.4).
366         + make ClearScreen() a little faster by moving two instances of
367           UpdateAttr() out of for-loops.
368         + simplify ClrBottom() by eliminating the tstLine data, using for-loops
369           (cf: 960428).
370
371 20000701 pre-release
372         + change minor version to 1, i.e., ncurses 5.1
373         + add experimental configure option --enable-colorfgbg to check for
374           $COLORTERM variable as set by rxvt/aterm/Eterm.
375         + add Eterm terminfo entry (Michael Jennings <mej@valinux.com>).
376         + modify manlinks.sed to pick aliases from the SYNOPSIS section, and
377           several manpages so manlinks.sed can find aliases for creating
378           symbolic links.
379         + add explanation to run_tic.sh regarding extended terminal
380           capabilities.
381         + change message format for edit_cfg.sh, since some people interpret
382           it as a warning.
383         + correct unescaped '$' in sysv5uw7*|unix_sv* rule for CF_SHARED_OPTS
384           configure macro (report by Thanh Ma <Thanh.Ma@casi-rusco.com>).
385         + correct logic in lib_twait.c as used by lib_mouse.c for GPM mouse
386           support when poll() is used rather than select() (prompted by
387           discussion with David Allen <DAllen24@aol.com>).
388
389 20000624 pre-release
390         + modify TransformLine() to check for cells with different color pairs
391           that happen to render the same display colors.
392         + apply $NCURSES_NO_PADDING to cost-computation in mvcur().
393         + improve cost computation in PutRange() by accounting for the use
394           of parm_right_cursor in mvcur().
395         + correct cost computation in EmitRange(), which was not using the
396           normalized value for cursor_address.
397         + newer config.guess, config.sub (reference version used in TIN 1.5.6).
398
399 20000617
400         + update config.guess, config.sub (reference version used in PCRE 3.2).
401         + resync changes to gnathtml against version 1.22, regenerated html
402           files under doc/html/ada using this (1.22.1.1).
403         + regenerated html files under doc/html/man after correcting top and
404           bottom margin options for man2html in dist.mk
405         + minor fixes to test programs ncurses 'i' and testcurs program to make
406           the subwindow's background color cover the subwindow.
407         + modify configure script so AC_MSG_ERROR is temporarily defined to a
408           warning in AC_PROG_CXX to make it recover from a missing C++ compiler
409           without requiring user to add --without-cxx option (from comment by
410           Akim Demaille <akim@epita.fr> to autoconf mailing list).
411         + modify headers.sh to avoid creating temporary files in the build
412           directory when installing headers (reported by Sergei Pokrovsky
413           <pok@nbsp.nsk.su>)
414
415 20000610
416         + regenerated the html files under doc/html/ada/files and
417           doc/html/ada/funcs with a slightly-improved gnathtml.
418         + add kmous capability to linux terminfo entry to allow it to use
419           xterm-style events provided by gpm patch by Joerg Schoen.
420         + make the configure macro CF_SHARED_OPTS a little smarter by testing
421           if -fPIC is supported by gcc rather than -fpic.  The former option
422           allows larger symbol tables.
423         + update config.guess and config.sub (patches by
424           Kevin Buettner <kev@primenet.com> for elf64_ia64
425           Bernd Kuemmerlen <bkuemmer@mevis.de> and MacOS X).
426         + add warning for 'tic -cv' about use of '^?' in terminfo source, which
427           is an extension.
428
429 20000527
430         + modify echo() behavior of getch() to match Solaris curses for
431           carriage return and backspace (reported by Neil Zanella).
432         + change _nc_flush() to a function.
433         + modify delscreen() to check if the output stream has been closed, and
434           if so, free the buffer allocated for setbuf (this provides an
435           ncurses-specific way to avoid a memory leak when repeatedly calling
436           newterm reported by Chipp C <at_1@zdnetonebox.com>).
437         + correct typo in curs_getch.3x manpage regarding noecho (reported by
438           David Malone <dwmalone@maths.tcd.ie>).
439         + add a "make libs" rule.
440         + make the Ada95 interface build with configure --enable-widec.
441         + if the configure --enable-widec option is given, append 'w' to names
442           of the generated libraries (e.g., libncursesw.so) to avoid conflict
443           with existing ncurses libraries.
444
445 20000520
446         + modify view.c to make a rudimentary viewer of UTF-8 text if ncurses
447           is configured with the experimental wide-character support.
448         + add a simple UTF-8 output driver to the experimental wide-character
449           support.  If any of the environment variables LC_ALL, LC_CTYPE or
450           LANG contain the string "UTF-8", this driver will be used to
451           translate the output to UTF-8.  This works with XFree86 xterm.
452         + modify configure script to allow building shared libraries on BeOS
453           (from a patch by by Valeriy E Ushakov).
454         + modify lib_addch.c to allow repeated update to the lower-right
455           corner, rather than displaying only the first character written until
456           the cursor is moved.  Recent versions of SVr4 curses can update the
457           lower-right corner, and behave this way (reported by Neil Zanella).
458         + add a limit-check in _nc_do_color(), to avoid using invalid color
459           pair value (from bug report by Brendan O'Dea <bod@compusol.com.au>).
460
461 20000513
462         + the tack program knows how to use smcup and rmcup but the "show caps
463           that can be tested" feature did not reflect this knowledge.  Correct
464           the display in the menu tack/test/edit/c (patch by Daniel Weaver). 
465         + xterm-16color does allow bold+colors, removed ncv#32 from that
466           terminfo entry.
467
468 20000506
469         + correct assignment to SP->_has_sgr_39_49 in lib_dft_fgbg.c, which
470           broke check for screen's AX capability (reported by Valeriy E Ushakov
471           <uwe@ptc.spbu.ru>).
472         + change man2html rule in dist.mk to workaround bug in some man-programs
473           that ignores locale when rendering hyphenation.
474         + change web- and ftp-site to dickey.his.com
475
476 20000429
477         + move _nc_curr_token from parse_entry.c to comp_scan.c, to work around
478           problem linking tack on MacOS X DP3.
479         + include <sys/time.h> in lib_napms.c to compile on MacOS X DP3
480           (reported by Gerben Wierda <wierda@holmes.nl>).
481         + modify lib_vidattr.c to check for ncv fixes when pair-0 is not
482           default colors.
483         + add -d option to ncurses.c, to turn on default-colors for testing.
484         + add a check to _nc_makenew() to ensure that newwin() and newpad()
485           calls do not silently fail by passing too-large limits.
486         + add symbol NCURSES_SIZE_T to use rather than explicit 'short' for
487           internal window and pad sizes.  Note that since this is visible in
488           the WINDOW struct, it would be an ABI change to make this an 'int'
489           (prompted by a question by Bastian Trompetter
490           <btrompetter@firemail.de>, who attempted to create a 96000-line pad).
491
492 20000422
493         + add mgterm terminfo entry from NetBSD, minor adjustments to sun-ss5,
494           aixterm entries -TD
495         + modify tack/ansi.c to make it more tolerant of bad ANSI replies.  An
496           example of an illegal ANSI resonse can be found using Microsoft's
497           Telnet client.  A correct display can be found using a VT-4xx
498           terminal or XFree86 xterm with:
499                 XTerm*VT100*decTerminalID:  450
500           (patch by Daniel Weaver).
501         + modify gdc.c to recognize 'q' for quit, 's' for single-step and ' '
502           for resume.  Add '-n' option to force gdc's standard input to
503           /dev/null, to both illustrate the use of newterm() for specifying
504           alternate inputs as well as for testing signal handling.
505         + minor fix for configure option --with-manpage-symlinks, for target
506           directories that contain a period ('.') (reported by Larry Virden).
507
508 20000415
509         + minor additions to beterm entry (feedback from Rico Tudor) -TD
510         + corrections/updates for some IBM terminfo entries -TD
511         + modify _nc_screen_wrap() so that when exiting curses mode with
512           non-default colors, the last line on the screen will be cleared to
513           the screen's default colors (request by Alexander Lukyanov).
514         + modify ncurses.c 'r' example to set nonl(), allowing control/M to be
515           read for demonstrating the REQ_NEW_LINE operation (prompted by a
516           question by Tony L Keith" <tlkeith@keithconsulting.com>).
517         + modify ncurses.c 'r' example of field_info() to work on Solaris 2.7,
518           documented extension of ncurses which allows a zero pointer.
519         + modify fmt_complex() to avoid buffer overflow in case of excess
520           recursion, and to recognize "%e%?" as a synonym for else-if, which
521           means that it will not recur for that special case.
522         + add logic to support $TERMCAP variable in case the USE_GETCAP symbol
523           is defined (patch by Todd C Miller).
524         + modify one of the m4 files used to generate the Ada95 sources,
525           to avoid using the token "symbols" (patch by Juergen Pfeifer).
526
527 20000408
528         + add terminfo entries bsdos-pc-m, bsdos-pc-mono (Jeffrey C Honig)
529         + correct spelling error in terminfo entry name:  bq300-rv was given as
530           bg300-rv in esr's version.
531         + modify redrawwin() macro so its parameter is fully parenthesized
532           (fixes Debian bug report #61088).
533         + correct formatting error in dump_entry() which set incorrect column
534           value when no newline trimming was needed at the end of an entry,
535           before appending "use=" clauses (cf: 960406).
536
537 20000401
538         + add configure option --with-manpage-symlinks
539         + change unctrl() to render C1 characters (128-159) as ~@, ~A, etc.
540         + change makefiles so trace() function is provided only if TRACE is
541           defined, e.g., in the debug library.  Modify related calls to
542           _tracechar() to use unctrl() instead.
543
544 20000325
545         + add screen's AX capability (for ECMA SGR 39 and 49) to applicable
546           terminfo entries, use presence of this as a check for a small
547           improvement in setting default colors.
548         + improve logic in _nc_do_color() implementing assume_default_colors()
549           by passing in previous color pair info to eliminate redundant call to
550           set_original_colors().  (Part of this is from a patch by Alexander
551           Lukyanov).
552         + modify warning in _nc_trans_string() about a possibly too-long string
553           to do this once only rather than for each character past the
554           threshold (600).  Change interface of _nc_trans_string() to allow
555           check for buffer overflow.
556         + correct use of memset in _nc_read_entry_source() to initialize ENTRY
557           struct each time before reading new data into it, rather than once
558           per loop (cf:  990301).  This affects multi-entry in-core operations
559           such as "infocmp -Fa".
560
561 20000319
562         + remove a spurious pointer increment in _nc_infotocap() changes from
563           20000311.  Add check for '.' in format of number, since that also
564           is not permitted in termcap.
565         + correct typo in rxvt-basic terminfo from temporary change made while
566           integrating 20000318.
567
568 20000318
569         + revert part of the vt220 change (request by Todd C Miller).
570         + add ansi-* terminfo entries from Eric's version.
571         + add -a option to tic and infocmp, which retains commented-out
572           capabilities during source translation/comparison, e.g., captoinfo
573           and infotocap.
574         + modify cardfile.c to display an empty card if no input data file is
575           found, fixes a core dump in that case (reported by Bruno Haible).
576         + correct bracketing in CF_MATH_LIB configure macro, which gave wrong
577           result for OS/2 EMX.
578         + supply required parameter for _nc_resolve_uses() call in
579           read_termcap.c, overlooked in 20000311 (reported by Todd C Miller).
580         > patches by Bruno Haible <haible@ilog.fr>:
581         + fix a compiler warning in fty_enum.c
582         + correct LIB_PREFIX expression for DEPS_CURSES in progs, tack
583           makefiles, which resulted in redundant linking (cf: 20000122).
584
585 20000311
586         + make ifdef's for BROKEN_LINKER consistent (patch by Todd C Miller).
587         + improved tack/README (patch by Daniel Weaver).
588         + modify tput.c to ensure that unspecified parameters are passed to
589           tparm() as 0's.
590         + add a few checks in infocmp to guard against buffer overflow when
591           displaying string capabilities.
592         + add check for zero-uses in infocmp's file_comparison() function
593           before calling _nc_align_termtype().  Otherwise one parameter is
594           indexed past the end of the uses-array.
595         + add an option -q to infocmp to specify the less verbose output,
596           keeping the existing format as the default, though not retaining the
597           previous behavior that made the -F option compare each entry to
598           itself.
599         + adapted patch by Eric Raymond to make infocmp -F less verbose
600           (the submitted patch was unusable because it did not compile
601           properly):
602           + modify write_entry.c to ensure that absent or cancelled booleans
603             are written as FALSE, for consistency with infocmp which now
604             assumes this.  Note that for the small-core configuration, tic
605             may not produce the same result as before.
606           + change some private library interfaces used by infocmp, e.g.,
607             _nc_resolve_uses().
608           + add a check in _nc_infotocap() to ensure that cm-style capabilities
609             accept only %d codes when converting the format from terminfo to
610             termcap.
611           + modify ENTRY struct to separate the data in 'parent' into the name
612             and link values (the original idea to merge both into 'parent' was
613             not good).
614           + discard repair_acsc(tterm);
615         > patch by Juergen Pfeifer:
616         + drop support for gnat 3.10
617         + move generated documentation and html files under ./doc directory,
618           adding makefile rules for this to dist.mk
619
620 20000304
621         + correct conflicting use of tparm() in 20000226 change to tic, which
622           made it check only one entry at a time.
623         + fix errors in ncurses-intro.html and hackguide.html shown by Dave
624           Raggett's tidy.
625         + make the example in ncurses-intro.html do something plausible, and
626           corrected misleading comment (reported by Neil Zanella).
627         + modify pnoutrefresh() to set newscr->_leaveok as wnoutrefresh() does,
628           to fix a case where the cursor position was not updated as in
629           Solaris  (patch by David Mosberger <davidm@hpl.hp.com>).
630         + add a limit-check for wresize() to ensure that a subwindow does not
631           address out of bounds.
632         + correct offsets used for subwindows in wresize() (patch by Michael
633           Andres <ma@suse.de>).
634         + regenerate html'ized manual pages with man2html 3.0.1 (patch by
635           Juergen Pfeifer).  This generated a file with a space in its name,
636           which I removed.
637         + fix a few spelling errors in tack.
638         + modify tack/Makefile.in to match linker options of progs/Makefile.in;
639           otherwise it does not build properly for older HPUX shared library
640           configurations.
641         + add several terminfo entries from esr's "11.0".
642
643 20000226
644         + make 'tput flash' work properly for xterm by flushing output in
645           delay_output() when using napms(), and modifying xterm's terminfo to
646           specify no padding character.  Otherwise, xterm's reported baud rate
647           can mislead ncurses into producing too few padding characters
648           (Debian #58530).
649         + add a check to tic for consistency between sgr and the separate
650           capabilities such as smso, use this to check/correct several
651           terminfo entries (Debian #58530).
652         + add a check to tic if cvvis is the same as cnorm, adjusted several
653           terminfo entries to remove the conflict (Debian #58530).
654         + correct prototype shown in attr_set()/wattr_set() manpages (fixes
655           Debian #53962).
656         + minor clarification for curs_set() and leaveok() manpages.
657         + use mkstemp() for creating temporary file for tic's processing of
658           $TERMCAP contents (fixes Debian #56465).
659         + correct two errors from integrating Alexander's changes:  did not
660           handle the non-bce case properly in can_erase_with() (noted by
661           Alexander), and left fg/bg uninitialized in the pair-zero case of
662           _nc_do_color() (reported by Dr Werner Fink <werner@suse.de> and
663           Ismael Cordeiro <ismael@cordeiro.com>).
664
665 20000219
666         + store default-color code consistently as C_MASK, even if given as
667           -1 for convenience (adapted from patches by Alexander Lukyanov).
668         > patches by Alexander Lukyanov:
669         + change can_clear_with() macro to accommodate logic for
670           assume_default_colors(), making most of the FILL_BCE logic
671           unnecessary.  Made can_clear_with() an inline function to make it
672           simpler to read.
673
674 20000212
675         + corrected form of recent copyright dates.
676         + minor corrections to xterm-xf86-v333 terminfo entry -TD
677         > patches by Alexander Lukyanov:
678         + reworded dft_fgbg.3x to avoid assuming that the terminal's default
679           colors are white on black.
680         + fix initialization of tstLine so that it is filled with current blank
681           character in any case.  Previously it was possible to have it filled
682           with old blank.  The wrong over-optimization was introduced in 991002
683           patch.  (it is not very critical as the only bad effect is not using
684           clr_eos for clearing if blank has changed).
685
686 20000205
687         + minor corrections/updates to several terminfo entries: rxvt-basic,
688           vt520, vt525, ibm5151, xterm-xf86-v40 -TD
689         + modify ifdef's for poll() to allow it to use <sys/poll.h>, thereby
690           allowing poll() to be used on Linux.
691         + add CF_FUNC_POLL macro to check if poll() is able to select from
692           standard input.  If not we will not use it, preferring select()
693           (adapted from patch by Michael Pakovic <mpakovic@fdn.com>).
694         + update CF_SHARED_OPTS macro for SCO Unixware 7.1 to allow building
695           shared libraries (reported/tested by Thanh <thanhma@mediaone.net>).
696         + override $LANGUAGE in build to avoid incorrect ordering of keynames.
697         + correct CF_MATH_LIB parameter, must be sin(x), not sqrt(x).
698
699 20000122
700         + resync CF_CHECK_ERRNO and CF_LIB_PREFIX macros from tin and xterm.
701         + modify CF_MATH_LIB configure macro to parameterize the test function
702           used, for reuse in dialog and similar packages.
703         + correct tests for file-descriptors in OS/2 EMX mouse support.  A
704           negative value could be used by FD_SET, causing the select() call
705           to wait indefinitely.
706
707 20000115
708         + additional fixes for non-bce terminals (handling of delete_character)
709           to work when assume_default_colors() is not specified.
710         + modify warning message from _nc_parse_entry() regarding extended
711           capability names to print only if tic/infocmp/toe have the -v flag
712           set, and not at all in ordinary user applications.  Otherwise, this
713           warning would be shown for screen's extended capabilities in programs
714           that use the termcap interface (reported by Todd C Miller).
715         + modify use of _nc_tracing from programs such as tic so their debug
716           level is not in the same range as values set by trace() function.
717         + small panel header cleanup (patch by Juergen Pfeifer).
718         + add 'railroad' demo for termcap interface.
719         + modify 'tic' to write its usage message to stderr (patch by Todd C
720           Miller).
721
722 20000108
723         + add prototype for erase() to curses.h.in, needed to make test
724           programs build with c++/g++.
725         + add .c.i and .c.h suffix rules to generated makefiles, for debugging.
726         + correct install rule for tack.1; it assumed that file was in the
727           current directory (reported by Mike Castle <dalgoda@ix.netcom.com>).
728         + modify terminfo/termcap translation to suppress acsc before trying
729           sgr if the entry would be too large (patch by Todd C Miller).
730         + document a special case of incompatiblity between ncurses 4.2 and
731           5.0, add a section for this in INSTALL.
732         + add TRACE_DATABASE flag for trace().
733
734 20000101
735         + update mach, add mach-color terminfo entries based on Debian diffs
736           for ncurses 5.0 -TD
737         + add entries for xterm-hp, xterm-vt220, xterm-vt52 and xterm-noapp
738           terminfo entries -TD
739         + change OTrs capabilities to rs2 in terminfo.src -TD
740         + add obsolete and extended capabilities to 'screen' terminfo -TD
741         + corrected conversion from terminfo rs2 to termcap rs (cf: 980704)
742         + make conversion to termcap ug (underline glitch) more consistently
743           applied.
744         + fix out-of-scope use of 'personal[]' buffer in 'toe' (this error
745           was in the original pre-1.9.7 version, when $HOME/.terminfo was
746           introduced).
747         + modify 'toe' to ignore terminfo directories to which it has no
748           permissions.
749         + modify read_termtype(), fixing 'toe', which could dump core when it
750           found an incomplete entry such as "dumb" because it did not
751           initialize its buffer for _nc_read_file_entry().
752         + use -fPIC rather than -fpic for shared libraries on Linux, not
753           needed for i386 but some ports (from Debian diffs for 5.0).
754         + use explicit VALID_NUMERIC() checks in a few places that had been
755           overlooked, and add a check to ensure that init_tabs is nonzero,
756           to avoid divide-by-zero (reported by Todd C Miller).
757         + minor fix for CF_ANSI_CC_CHECK configure macro, for HPUX 10.x (from
758           tin).
759
760 19991218
761         + reorder tests during mouse initialization to allow for gpm to run in
762           xterm, or for xterm to be used under OS/2 EMX.  Also drop test for
763           $DISPLAY in favor of kmous=\E[M or $TERM containing "xterm" (report
764           by Christian Weisgerber <naddy@mips.rhein-neckar.de>).
765         + modify raw() and noraw() to clear/restore IEXTEN flag which affects
766           stty lnext on systems such as FreeBSD (report by Bruce Evans
767           <bde@zeta.org.au>, via Jason Evans <jasone@canonware.com>).
768         + fix a potential (but unlikely) buffer overflow in failed() function
769           of tset.c (reported by Todd C Miller).
770         + add manual-page for ncurses extensions, documented curses_version(),
771           use_extended_names().
772
773 19991211
774         + treat as untranslatable to termcap those terminfo strings which
775           contain non-decimal formatting, e.g., hexadecimal or octal.
776         + correct commented-out capabilities that cannot be translated to
777           termcap, which did not check if a colon must be escaped.
778         + correct termcap translation for "%>" and "%+", which did not check
779           if a colon must be escaped, for instance.
780         + use save_string/save_char for _nc_captoinfo() to eliminate fixed
781           buffer (originally for _nc_infotocap() in 960301 -TD).
782         + correct expression used for terminfo equivalent of termcap %B,
783           adjust regent100 entry which uses this.
784         + some cleanup and commenting of ad hoc cases in _nc_infotocap().
785         + eliminate a fixed-buffer in tic, used for translating comments.
786         + add manpage for infotocap
787
788 19991204
789         + add kvt and gnome terminfo entries -TD
790         + correct translation of "%%" by infotocap, which was emitted as "%".
791         + add "obsolete" termcap strings to terminfo.src
792         + modify infocmp to default to showing obsolete capabilities rather
793           than terminfo only.
794         + modify write_entry.c so that if extended names (i.e., configure
795           --enable-tcap-names) are active, then tic will also write "obsolete"
796           capabilities that are present in the terminfo source.
797         + modify tic so that when running as captoinfo or infotocap, it
798           initializes the output format as in -C and -I options, respectively.
799         + improve infocmp and tic -f option by splitting long strings that do
800           not have if-then-else construct, but do have parameters, e.g., the
801           initc for xterm-88color.
802         + refine MKtermsort.sh slightly by using bool for the *_from_termcap
803           arrays.
804
805 19991127
806         + additional fixes for non-bce terminals (handling of clear_screen,
807           clr_eol, clr_eos, scrolling) to work when assume_default_colors() is
808           not specified.
809         + several small changes to xterm terminfo entries -TD.
810         + move logic for _nc_windows in lib_freeall.c inside check for nonnull
811           SP, since it is part of that struct.
812         + remove obsolete shlib-versions, which was unintentionally re-added
813           in 970927.
814         + modify infocmp -e, -E options to ensure that generated fallback.c
815           type for Booleans agrees with term.h (reported by Eric Norum
816           <eric@cls.usask.ca>).
817         + correct configure script's use of $LIB_PREFIX, which did not work
818           for installing the c++ directory if $libdir did not end with "/lib"
819           (reported by Huy Le <huyle@ugcs.caltech.edu>).
820         + modify infocmp so -L and -f options work together.
821         + modify the initialization of SP->_color_table[] in start_color() so
822           that color_content() will return usable values for COLORS greater
823           than 8.
824         + modify ncurses 'd' test in case COLORS is greater than 16, e.g., for
825           xterm-88color, to limit the displayed/computed colors to 16.
826         > patch by Juergen Pfeifer:
827         + simplify coding of the panel library according to suggestions by
828           Philippe Blain.
829         + improve macro coding for a few macros in curses.priv.h
830
831 19991113
832         + modify treatment of color pair 0 so that if ncurses is configured
833           to support default colors, and they are not active, then ncurses
834           will set that explicitly, not relying on orig_colors or orig_pair.
835         + add new extension, assume_default_colors() to provide better control
836           over the use of default colors.
837         + modify test programs to use more-specific ifdef's for existence of
838           wresize(), resizeterm() and use_default_colors().
839         + modify configure script to add specific ifdef's for some functions
840           that are included when --enable-ext-funcs is in effect, so their
841           existence can be ifdef'd in the test programs.
842         + reorder some configure options, moving those extensions that have
843           evolved from experimental status into a new section.
844         + change configure --enable-tcap-names to enable this by default.
845
846 19991106
847         + install tack's manpage (reported by Robert Weiner
848           <robert@progplus.com>)
849         + correct worm.c's handling of KEY_RESIZE (patch by Frank Heckenbach).
850         + modify curses.h.in, undef'ing some symbols to avoid conflict with C++
851           STL (reported by Matt Gerassimoff <mgeras@ticon.net>)
852
853 19991030
854         + modify linux terminfo entry to indicate that dim does not mix with
855           color (reported by Klaus Weide <kweide@enteract.com>).
856         + correct several typos in terminfo entries related to missing '['
857           in CSI's -TD
858         + fix several compiler warnings in c++ binding (reported by Tim
859           Mooney for alphaev56-dec-osf4.0f
860         + rename parameter of _nc_free_entries() to accommodate lint.
861         + correct lint rule for tack, used incorrect list of source files.
862         + add case to config.guess, config.sub for Rhapsody.
863         + improve configure tests for libg++ and libstdc++ by omitting the
864           math library (which is missing on Rhapsody), and improved test for
865           the math library itself (adapted from path by Nelson H. F. Beebe).
866         + explicitly initialize to zero several data items which were
867           implicitly initialized, e.g., cur_term.  If not explicitly
868           initialized, their storage type is C (common), and causes problems
869           linking on Rhapsody 5.5 using gcc 2.7.2.1 (reported by Nelson H. F.
870           Beebe).
871         + modify Ada95 binding to not include the linker option for Ada
872           bindings in the Ada headers, but in the Makefiles instead (patch by
873           Juergen Pfeifer).
874
875 19991023 5.0 release for upload to ftp.gnu.org
876         + effective with release of 5.0, change NCURSES_VERSION_PATCH to
877           4-digit year.
878         + add function curses_version(), to return ncurses library version
879           (request by Bob van der Poel).
880         + remove rmam, smam from cygwin terminfo entry.
881         + modify FreeBSD cons25 terminfo entry to add cnorm and cvvis, as well
882           as update ncv to indicate that 'dim' conflicts with colors.
883         + modify configure script to use symbolic links for FreeBSD shared
884           libraries by default.
885         + correct ranf() function in rain and worm programs to ensure it does
886           not return 1.0
887         + hide the cursor in hanoi.c if it is running automatically.
888         + amend lrtest.c to account for optimizations that exploit margin
889           wrapping.
890         + add a simple terminfo demo, dots.c
891         + modify SIGINT/SIGQUIT handler to set a flag used in _nc_outch() to
892           tell it to use write() rather than putc(), since the latter is not
893           safe in a signal handler according to POSIX.
894         + add/use internal macros _nc_flush() and NC_OUTPUT to hide details
895           of output-file pointer in ncurses library.
896         + uncomment CC_SHARED_OPTS (see 971115), since they are needed for SCO
897           OpenServer.
898         + correct CC_SHARED_OPTS for building shared libraries for SCO
899           OpenServer.
900         + remove usleep() from alternatives in napms(), since it may interact
901           with alarm(), causing a process to be interrupted by SIGALRM (with
902           advice from Bela Lubkin).
903         + modify terminal_interface-curses-forms.ads.m4 to build/work with
904           GNAT 3.10 (patch by Juergen Pfeifer).
905         + remove part of CF_GPP_LIBRARY configure-script macro, which did not
906           work with gcc 2.7.2.3
907         + minor fix to test/tclock.c to avoid beeping more than once per second
908         + add 's' and ' ' decoding to test/rain.c
909
910 991016  pre-release
911         + corrected BeOS code for lib_twait.c, making nodelay() function work.
912
913 991009  pre-release
914         + correct ncurses' value for cursor-column in PutCharLR(), which was
915           off-by-one in one case (patch by Ilya Zakharevich).
916         + fix some minor errors in position_check() debugging code, found while
917           using this to validate the PutCharLR() patch.
918         + modify firework, lrtest, worm examples to be resizable, and to
919           recognize 'q' for quit, 's' for single-step and ' ' for resume.
920         + restore reverted change to  terminal_interface-curses-forms.ads.m4,
921           add a note on building with gnat 3.10p to Ada95/TODO.
922         + add a copy of the standalone configure script for the test-directory
923           to simplify testing on SCO and Solaris.
924
925 991002  pre-release
926         + minor fixes for _nc_msec_cost(), color_content(), pair_content(),
927           _nc_freewin(), ClrBottom() and onscreen_mvcur() (analysis by Philippe
928           Blain, comments by Alexander Lukyanov).
929         + simplify definition of PANEL and eliminate internal functions
930           _nc_calculate_obscure(), _nc_free_obscure() and _nc_override(),
931           (patch by Juergen Pfeifer, based on analysis by Philippe Blain
932           <bledp@voila.fr>)).
933         + change renaming of dft_fgbg.3x to use_default_colors.3ncurses in
934           man_db.renames, since Debian is not concerned with 14-character
935           filename limitation (from Debian bug report by Josip Rodin
936           <joy@cibalia.gkvk.hr>).
937         + corrected scoansi terminfo entry by testing with scoterm and console.
938         + revert change from 990614 to terminal_interface-curses-forms.ads.m4,
939           since this does not work for gnat 3.10p
940         + modify tclock example to be resizable (if ncurses' sigwinch handler
941           is used), and in color.
942         + use $(CC) rather than 'gcc' in MK_SHARED_LIB symbols, used for Linux
943           shared library rules.
944
945 990925  pre-release
946         + add newer NetBSD console terminfo entries
947         + add amiga-8bit terminfo entry (from Henning 'Faroul' Peters
948           <Faroul@beyond.kn-bremen.de>)
949         + remove -lcurses -ltermcap from configure script's check for the gpm
950           library, since they are not really necessary (a properly configured
951           gpm library has no dependency on any curses library), and if the
952           curses library is not installed, this would cause the test to fail.
953         + modify tic's -C option so that terminfo "use=" clauses are translated
954           to "tc=" clauses even when running it as captoinfo.
955         + modify CF_STDCPP_LIBRARY configure macro to perform its check only
956           for GNU C++, since that library conflicts with SGI's libC on IRIX-6.2
957         + modify CF_SHARED_OPTS configure macro to support build on NetBSD with
958           ELF libraries (patch by Bernd Ernesti <bernd@arresum.inka.de>).
959         + correct a problem in libpanel, where the _nc_top_panel variable was
960           not set properly when bottom_panel() is called to hide a panel which
961           is the only one on the stack (report/analysis by Michael Andres
962           <ma@suse.de>, patch by Juergen Pfeifer).
963
964 990918  pre-release
965         + add acsc string to HP 70092 terminfo entry (patch by Joerg Wunsch
966           <j@interface-business.de>).
967         + add top-level uninstall.data and uninstall.man makefile rules.
968         + correct logic of CF_LINK_FUNCS configure script, from BeOS changes so
969           that hard-links work on Unix again.
970         + change default value of cf_cv_builtin_bool to 1 as suggested by
971           Jeremy Buhler, making it less likely that a conflicting declaration
972           of bool will be seen when compiling with C++.
973
974 990911  pre-release
975         + improved configure checks for builtin.h
976         + minor changes to C++ binding (remove static initializations, and make
977           configure-test for parameter initializations) for features not
978           allowed by vendor's C++ compilers (reported by Martin Mokrejs, this
979           applies to SGI, though I found SCO has the same characteristics).
980         + corrected quoting of ETIP_xxx definitions which support old versions
981           of g++, e.g., those using -lg++
982         + remove 'L' code from safe_sprintf.c, since 'long double' is not
983           widely portable.  safe_sprintf.c is experimental, however, and
984           exists mainly as a fallback for systems without snprintf (reported
985           by Martin Mokrejs <mmokrejs@natur.cuni.cz>, for IRIX 6.2)
986         + modify definition of _nc_tinfo_fkeys in broken-linker configuration
987           so that it is not unnecessarily made extern (Jeffrey C Honig).
988
989 990904  pre-release
990         + move definition for builtin.h in configure tests to specific check
991           for libg++, since qt uses the same filename incompatibly.
992         + correct logic of lib_termcap.c tgetstr function, which did not copy
993           the result to the buffer parameter.  Testing shows Solaris does
994           update this, though of course tgetent's buffer is untouched (from
995           mpc.lists.freebsd.current newsgroup item by Peter Edwards
996           <peter.edwards@ireland.com>).
997         + corrected beterm terminfo entry, which lists some capabilities which
998           are not actually provided by the BeOS Terminal.
999         + add special logic to replace select() calls on BeOS, whose select()
1000           function works only for sockets.
1001         + correct missing escape in mkterm.h.awk.in, which caused part
1002           of the copyright noticed to be omitted (reported by Peter
1003           Wemm <peter@netplex.com.au>).
1004         > several small changes to make the c++ binding and demo work on OS/2
1005           EMX (related to a clean reinstall of EMX):
1006         + correct library-prefix for c++ binding; none is needed.
1007         + add $x suffix to make_hash and make_keys so 'make distclean' works.
1008         + correct missing $x suffix for tack, c++ demo executables.
1009         + split CF_CXX_LIBRARY into CF_GPP_LIBRARY (for -lg++) and
1010           CF_STDCPP_LIBRARY (for -lstdc++)
1011
1012 990828  pre-release
1013         + add cygwin terminfo entry -TD
1014         + modify CF_PROG_EXT configure macro to set .exe extension for cygwin.
1015         + add configure option --without-cxx-binding, modifying the existing
1016           --without-cxx option to check only for the C++ compiler
1017           characteristics.  Whether or not the C++ binding is needed, the
1018           configure script checks for the size/type of bool, to make ncurses
1019           match.  Otherwise C++ applications cannot use ncurses.
1020
1021 990821  pre-release
1022         + updated configure macros CF_MAKEFLAGS, CF_CHECK_ERRNO
1023         + minor corrections to beterm terminfo entry.
1024         + modify lib_setup.c to reject values of $TERM which have a '/' in them.
1025         + add ifdef's to guard against CS5, CS6, CS7, CS8 being zero, as more
1026           than one is on BeOS.  That would break a switch statement.
1027         + add configure macro CF_LINK_FUNCS to detect and work around BeOS's
1028           nonfunctional link().
1029         + improved configure macros CF_BOOL_DECL and CF_BOOL_SIZE to detect
1030           BeOS's bool, which is declared as an unsigned char.
1031
1032 990814  pre-release
1033         + add ms-vt100 terminfo entry -TD
1034         + minor fixes for misc/emx.src, based on testing with tack.
1035         + minor fix for test/ncurses.c, test 'a', in case ncv is not set.
1036
1037 990731  pre-release
1038         + minor correction for 'screen' terminfo entry.
1039         + clarify description of errret values for setupterm in manpage.
1040         + modify tput to allow it to emit capabilities for hardcopy terminals
1041           (patch by Goran Uddeborg <goeran@uddeborg.pp.se>).
1042         + modify the 'o' (panel) test in ncurses.c to show the panels in color
1043           or at least in bold, to test Juergen's change to wrefresh().
1044         > patches by Juergen Pfeifer:
1045         + Fixes a problem using wbkgdset() with panels.  It has actually
1046           nothing to with panels but is a problem in the implementation of
1047           wrefresh().  Whenever a window changes its background attribute to
1048           something different than newscr's background attribute, the whole
1049           window is touched to force a copy to newscr.  This is an unwanted
1050           side-effect of wrefresh() and it is actually not necessary.  A changed
1051           background attribute affects only further outputs of background it
1052           doesn't mean anything to the current content of the window.  So there
1053           is no need to force a copy.  (reported by Frank Heckenbach
1054           <frank@g-n-u.de>).
1055         + an upward compatible enhancement of the NCursesPad class in the C++
1056           binding.  It allows one to add a "viewport" window to a pad and then
1057           to use panning to view the pad through the viewport window.
1058
1059 990724  pre-release
1060         + suppress a call to def_prog_mode() in the SIGTSTP handler if the
1061           signal was received while not in curses mode, e.g., endwin() was
1062           called in preparation for spawning a shell command (reported by Frank
1063           Heckenbach <frank@g-n-u.de>)
1064         + corrected/enhanced xterm-r5, xterm+sl, xterm+sl-twm terminfo entries.
1065         + change test for xterm mouse capability:  it now checks only if the
1066           user's $DISPLAY variable is set in conjunction with the kmous
1067           capability being present in the terminfo.  Before, it checked if any
1068           of "xterm", "rxvt" or "kterm" were substrings of the terminal name.
1069           However, some emulators which are incompatible with xterm in other
1070           ways do support the xterm mouse capability.
1071         + reviewed and made minor changes in ncurses to quiet g++ warnings
1072           about shadowed or uninitialized variables.  g++ incorrectly warns
1073           about uninitialized variables because it does not take into account
1074           short-circuit expression evaluation.
1075         + change ncurses 'b' test to start in color pair 0 and to show in the
1076           right margin those attributes which are suppressed by no_color_video,
1077           i.e., "(NCV)".
1078         + modify ifdef's in curses.h so that __attribute__ is not redefined
1079           when compiling with g++, but instead disabled the macros derived for
1080           __attribute__ since g++ does not consistently recognize the same
1081           keywords as gcc (reported by Stephan K Zitz <zitz@erf.net>).
1082         + update dependencies for term.h in ncurses/modules (reported by
1083           Ilya Zakharevich).
1084
1085 990710  pre-release
1086         + modify the form demo in ncurses.c to illustrate how to manipulate the
1087           field appearance, e.g, for highlighting or translating the field
1088           contents.
1089         + correct logic in write_entry from split-out of home_terminfo in
1090           980919, which prevented update of $HOME/.terminfo (reported by Philip
1091           Spencer <pspencer@fields.utoronto.ca>).
1092
1093 990703  pre-release
1094         + modify linux terminfo description to make use of kernel 2.2.x mods
1095           that support cursor style, e.g., to implement cvvis (patch by Frank
1096           Heckenbach <frank@g-n-u.de>)
1097         + add special-case in setupterm to retain previously-saved terminal
1098           settings in cur_term, which happens when curses and termcap calls are
1099           mixed (from report by Bjorn Helgaas <helgaas@dhc.net>).
1100         + suppress initialization of key-tries in _nc_keypad() if we are only
1101           disabling keypad mode, e.g., in endwin() called when keypad() was not.
1102         + modify the Ada95 makefile to ensure that always the Ada files from
1103           the development tree are used for building and not the eventually
1104           installed ones (patch by Juergen Pfeifer).
1105
1106 990626  pre-release
1107         + use TTY definition in tack/sysdep.c rather than struct termios
1108           (reported by Philippe De Muyter).
1109         + add a fallback for strstr, used in lib_mvcur.c and tack/edit.c,
1110           not present on sysV68 (reported by Philippe De Muyter).
1111         + correct definition in comp_hash.c to build with configure
1112           --with-rcs-ids option.
1113
1114 990619  pre-release
1115         + modified ifdef's for sigaction and sigvec to ensure we do not try to
1116           handle SIGTSTP if neither is available (from report by Philippe De
1117           Muyter).
1118         > patch by Philippe De Muyter:
1119         + in tic.c, use `unlink' if `remove' is not available.
1120         + use only `unsigned' as fallback value for `speed_t'.  Some files used
1121           `short' instead.
1122
1123 990616  pre-release
1124         + fix some compiler warnings in tack.
1125         + add a check for predefined bool type in CC, based on report that
1126           BeOS predefines a bool type.
1127         + correct logic for infocmp -e option (i.e., the configure
1128           --with-fallbacks option), which I'd not updated when implementing
1129           extended names (cf:  990301).  The new implementation adds a -E
1130           option to infocmp.
1131         > patch by Juergen Pfeifer:
1132         + introduce the private type Curses_Bool in the Ada95 binding
1133           implementation.  This is to clearly represent the use of "bool" also
1134           in the binding.  It should have no effect on the generated code.
1135         + improve the man page for field_buffer() to tell the people, that the
1136           whole buffer including leading/trailing spaces is returned.  This is
1137           a common source of confusion, so it's better to document it clearly.
1138
1139 990614  pre-release
1140         > patch by Juergen Pfeifer:
1141         + use pragma PreElaborate in several places.
1142         + change a few System.Address uses to more specific types.
1143         + change interface version-number to 1.0
1144         + regenerate Ada95 HTML files.
1145
1146 990612  pre-release
1147         + modify lib_endwin.c to avoid calling reset_shell_mode(), return ERR
1148           if it appears that curses was never initialized, e.g., by initscr().
1149           For instance, this guards against setting the terminal modes to
1150           strange values if endwin() is called after setupterm().  In the same
1151           context, Solaris curses will dump core.
1152         + modify logic that avoids a conflict in lib_vidattr.c between sgr0 and
1153           equivalent values in rmso or rmul by ensuring we do not modify the
1154           data which would be returned by the terminfo or termcap interfaces
1155           (reported by Brad Pepers <brad@linuxcanada.com>, cf:  960706).
1156         + add a null-pointer check for SP in lib_vidattr.c to logic that checks
1157           for magic cookies.
1158         + improve fallback declaration of 'bool' when the --without-cxx option
1159           is given, by using a 'char' on i386 and related hosts (from discussion
1160           with Alexander Lukyanov).
1161
1162 990605  pre-release
1163         + include time.h in lib_napms.c if nanosleep is used (patch by
1164           R Lindsay Todd <toddr@rpi.edu>).
1165         + add an "#undef bool" to curses.h, in case someone tries to define it,
1166           e.g., perl.
1167         + add check to tparm to guard against divide by zero (reported by Aaron
1168           Campbell <aaron@ug.cs.dal.ca>).
1169
1170 990516  pre-release
1171         + minor fix to build tack on CLIX (mismatched const).
1172         > patch by Juergen Pfeifer:
1173         + change Juergen's old email address with new one in the files where it
1174           is referenced.  The Ada95 HTML pages are regenerated.
1175         + update MANIFEST to list the tack files.
1176
1177 990509  pre-release
1178         + minor fixes to make 'tack' build/link on NeXT (reported by Francisco
1179           A. Tomei Torres).
1180
1181 990417  pre-release
1182         + add 'tack' program (which is GPL'd), updating it to work with the
1183           modified TERMTYPE struct and making a fix to support setaf/setab
1184           capabilities.  Note that the tack program is not part of the
1185           ncurses libraries, but an application which can be distributed with
1186           ncurses.  The configure script will ignore the directory if it is
1187           omitted, however.
1188         + modify gpm mouse support so that buttons 2 and 3 are used for
1189           select/paste only when shift key is pressed, making them available
1190           for use by an application (patch by Klaus Weide).
1191         + add complete list of function keys to scoansi terminfo entry - TD
1192
1193 990410  pre-release
1194         + add a simple test program cardfile.c to illustrate how to read form
1195           fields, and showing forms within panels.
1196         + change shared-library versioning for the Hurd to be like Linux rather
1197           than *BSD (patch by Mark Kettenis <kettenis@wins.uva.nl>).
1198         + add linux-lat terminfo entry.
1199         + back-out _nc_access check in read_termcap.c (both incorrect and
1200           unnecessary, except to guard against a small window where the file's
1201           ownership may change).
1202
1203 990403  pre-release
1204         + remove conflicting _nc_free_termtype() function from test module
1205           lib_freeall.c
1206         + use _nc_access check in read_termcap.c for termpaths[] array (noted
1207           by Jeremy Buhler, indicating that Alan Cox made a similar patch).
1208         > patch by Juergen Pfeifer:
1209         + modify menu creation to not inherit status flag from the default menu
1210           which says that the associated marker string has been allocated and
1211           should be freed (bug reported by Marek Paliwoda" <paliwoda@kki.net.pl>)
1212
1213 990327  pre-release (alpha.gnu.org:/gnu/ncurses-5.0-beta1.tar.gz)
1214         + minor fixes to xterm-xfree86 terminfo entry - TD.
1215         + split up an expression in configure script check for ldconfig to
1216           workaround limitation of BSD/OS sh (reported by Jeff Haas
1217           <jmh@mail.msen.com>).
1218         + correct a typo in man/form_hook.3x (Todd C Miller).
1219
1220 990318  pre-release
1221         + parenthesize and undef 'index' symbol in c++ binding and demo, to
1222           accommodate its definition on NeXT (reported by Francisco A. Tomei
1223           Torres).
1224         + add sigismember() to base/sigaction.c compatibility to link on NeXT
1225           (reported by Francisco A. Tomei Torres).
1226         + further refinements to inequality in hashmap.c to cover a case with
1227           ^U in nvi (patch by Alexander Lukyanov).
1228
1229 990316  pre-release
1230         + add fallback definition for getcwd, to link on NeXT.
1231         + add a copy of cur_term to tic.c to make it link properly on NeXT
1232           (reported by Francisco A. Tomei Torres).
1233         + change inequality in hashmap.c which checks the distance traveled by
1234           a chunk so that ^D command in nvi (scrolls 1/2 screen) will use
1235           scrolling logic (patch by Alexander Lukyanov, reported by Jeffrey
1236           C Honig).
1237
1238 990314  pre-release
1239         + modify lib_color.c to handle a special case where the curscr
1240           attributes have been made obsolete (patch by Alexander Lukyanov).
1241         + update BSD/OS console terminfo entries to use klone+sgr and
1242           klone+color (patch by Jeffrey C Honig).
1243         + update glibc addon configure script for extended capabilities.
1244         + correct a couple of warnings in the --enable-const configuration.
1245         + make comp_hash build properly with _nc_strdup(), on NeXT (reported by
1246           Francisco A. Tomei Torres <francisco.tomei@cwix.com>).
1247
1248 990313  pre-release
1249         + correct typos in linux-c initc string - TD
1250         + add 'crt' terminfo entry, update xterm-xfree86 entry - TD
1251         + remove a spurious argument to tparm() in lib_sklrefr.c (patch by
1252           Alexander Lukyanov).
1253
1254 990307  pre-release
1255         + back-out change to wgetch because it causes a problem with ^Z
1256           handling in lynx (reported by Kim DeVaughn).
1257
1258 990306  pre-release
1259         + add -G option to tic and infocmp, to reverse the -g option.
1260         + recode functions in name_match.c to avoid use of strncpy, which
1261           caused a 4-fold slowdown in tic (cf: 980530).
1262         + correct a few warnings about sign-extension in recent changes.
1263         > patch by Juergen Pfeifer:
1264         + fixes suggested by Jeff Bradbury <jibradbury@lucent.com>:
1265           + improved parameter checking in new_fieldtype().
1266           + fixed a typo in wgetch() timeout handling.
1267           + allow slk_init() to be called per newterm call.  The internal SLK
1268             state is stored in the SCREEN struct after every newterm() and then
1269             reset for the next newterm.
1270           + fix the problem that a slk_refresh() refreshes stdscr if the
1271             terminal has true SLKs.
1272         + update HTML documentation for Ada binding.
1273
1274 990301  pre-release
1275         + remove 'bool' casts from definitions of TRUE/FALSE so that statements
1276           such as "#if TRUE" work.  This was originally done to allow for a C++
1277           compiler which would warn of implicit conversions between enum and
1278           int, but is not needed for g++ (reported by Kim DeVaughn).
1279         + add use_extended_names() function to allow applications to suppress
1280           read of the extended capabilities.
1281         + add configure option --enable-tcap-names to support logic which
1282           allows ncurses' tic to define new (i.e., extended) terminal
1283           capabilities.  This is activated by the tic -x switch.  The infocmp
1284           program automatically shows or compares extended capabilities.
1285           Note:  This changes the Strings and similar arrays in the TERMTYPE
1286           struct so that applications which manipulate it must be recompiled.
1287         + use macros typeMalloc, typeCalloc and typeRealloc consistently
1288           throughout ncurses library.
1289         + add _nc_strdup() to doalloc.c.
1290         + modify define_key() to allow multiple strings to be bound to the
1291           same keycode.
1292         + correct logic error in _nc_remove_string, from 990220.
1293         > patch by Juergen Pfeifer, for Ada95 binding:
1294         + regenerate some of the html documentation
1295         + minor cleanup in terminal_interface-curses.adb
1296
1297 990220  pre-release
1298         + resolve ambiguity of kend/kll/kslt and khome/kfnd/kich1 strings in
1299           xterm and ncsa terminfo entries by removing the unneeded ones.  Note
1300           that some entries will return kend & khome versus kslt and kfnd, for
1301           PC-style keyboards versus strict vt220 compatiblity - TD
1302         + add function keybound(), which returns the definition associated with
1303           a given keycode.
1304         + modify define_key() to undefine the given string when no keycode is
1305           given.
1306         + modify keyok() so it works properly if there is more than one string
1307           defined for a keycode.
1308         + add check to tic to warn about terminfo descriptions that contain
1309           more than one key assigned to the same string.  This is shown only if
1310           the verbose (-v) option is given.  Moved related logic (tic -v) from
1311           comp_parse.c into the tic program.
1312         + add/use _nc_trace_tries() to show the function keys that will be
1313           recognized.
1314         + rename init_acs to _nc_init_acs (request by Alexander Lukyanov).
1315         > patch by Juergen Pfeifer, for Ada95 binding:
1316         + remove all the *_adabind.c from ncurses, menu and form projects.
1317           Those little helper routines have all been implemented in Ada and are
1318           no longer required.
1319         + The option handling routines in menu and form have been made more
1320           save.  They now make sure that the unused bits in options are always
1321           zero.
1322         + modify configuration scripts to
1323           + use gnatmake as default compiler name.  This is a safer choice than
1324             gcc, because some GNAT implementations use other names for the
1325             compilerdriver to avoid conflicts.
1326           + use new default installation locations for the Ada files according
1327             to the proposed GNU Ada filesystem standard (for Linux).
1328         + simplify the Makefiles for the Ada binding
1329         + rename ada_include directory to src.
1330
1331 990213
1332         + enable sigwinch handler by default.
1333         + disable logic that allows setbuf to be turned off/on, because some
1334           implementations will overrun the buffer after it has been disabled
1335           once.
1336
1337 990206
1338         + suppress sc/rc capabilities from terminal description if they appear
1339           in smcup/rmcup.  This affects only scrolling optimization, to fix a
1340           problem reported by several people with xterm's alternate screen,
1341           though the problem is more general.
1342         > patch by Juergen Pfeifer, for Ada95 binding:
1343         + removed all pragma Preelaborate() stuff, because the just released
1344           gnat-3.11p complains on some constructs.
1345         + fixed some upper/lower case notations because gnat-3.11p found
1346           inconsistent use.
1347         + used a new method to generate the HTML documentation of the Ada95
1348           binding.  This invalidates nearly the whole ./Ada95/html subtree.
1349           Nearly all current files in this subtree are removed
1350
1351 990130
1352         + cache last result from _nc_baudrate, for performance (suggested by
1353           Alexander Lukyanov).
1354         + modify ClrUpdate() function to workaround a problem in nvi, which
1355           uses redrawwin in SIGTSTP handling.  Jeffrey C Honig reported that
1356           ncurses repainted the screen with nulls before resuming normal
1357           operation (patch by Alexander Lukyanov).
1358         + generalize is_xterm() function a little by letting xterm/rxvt/kterm
1359           be any substring rather than the prefix.
1360         + modify lib_data.c to initialize SP.  Some linkers, e.g., IBM's, will
1361           not link a module if the only symbols exported from the module are
1362           uninitialized ones (patch by Ilya Zakharevich, who says that he has
1363           seen messages claiming this behaviour conforms to the standard.)
1364         + move call on _nc_signal_handler past _nc_initscr, to avoid a small
1365           window where Nttyb hasn't yet been filled (reported by Klaus Weide).
1366         + modify lib_tstp.c to block SIGTTOU when handling SIGTSTP, fixes a
1367           problem where ncurses applications which were run via a shell script
1368           would hang when given a ^Z.  Also, check if the terminal's process
1369           group is consistent, i.e., a shell has not taken ownership of it,
1370           before deciding to save the current terminal settings in the SIGTSTP
1371           handler (patch by Klaus Weide).
1372         + correct spelling of ACS_ names in curs_border.3x (reported by Bob van
1373           der Poel <bvdpoel@kootenay.com>).
1374         + correct a couple of typos in the macros supporting the configure
1375           --with-shlib-version option.
1376
1377 990123
1378         + modify fty_regex.c to compile on HAVE_REGEXPR_H_FUNCS machine (patch
1379           by Kimio Ishii <ishii@csl.sony.co.jp>).
1380         + rename BSDI console terminfo entries:  bsdos to bsdos-pc-nobold, and
1381           bsdos-bold to bsdos-pc (patch by Jeffrey C Honig).
1382         + modify tput to accept termcap names as an alternative to terminfo
1383           names (patch by Jeffrey C Honig).
1384         + correct a typo in term.7 (Todd C Miller).
1385         + add configure --with-shlib-version option to allow installing shared
1386           libraries named according to release or ABI versions.  This
1387           parameterizes some existing logic in the configure script, and is
1388           intended for compatiblity upgrades on Digital Unix, which used
1389           versioned libraries in ncurses 4.2, but no longer does (cf:  980425).
1390         + resync configure script against autoconf 2.13 + patches
1391         + minor improvements for teraterm terminfo entry based on the program's
1392           source distribution.
1393
1394 990116
1395         + change default for configure --enable-big-core to assume machines do
1396           have enough memory to resolve terminfo.src in-memory.
1397         + correct name of ncurses library in TEST_ARGS when configuring with
1398           debug library.
1399         + minor fixes to compile ncurses library with broken-linker with g++.
1400         + add --enable-broken-linker configure option, default to environment
1401           variable $BROKEN_LINKER (request by Jeffrey C Honig).
1402         + change key_names[] array to static since it is not part of the curses
1403           interface (reported by Jeffrey C Honig <jch@bsdi.com>).
1404
1405 990110
1406         + add Tera Term terminfo entry - TD
1407
1408 990109
1409         + reviewed/corrected macros in curses.h as per XSI document.
1410         + provide support for termcap PC variable by copying it from terminfo
1411           data and using it as the padding character in tputs (reported by
1412           Alexander Lukyanov).
1413         + corrected iris-ansi and iris-ansi-ap terminfo entries for kent and
1414           kf9-kf12 capabilities, as well as adding kcbt.
1415         + document the mouse handling mechanism in menu_driver and make a small
1416           change in menu_driver's return codes to provide more consistency
1417           (patch by Juergen Pfeifer).
1418         + add fallback definition for NCURSES_CONST to termcap.h.in (reported
1419           by Uchiyama Yasushi <uch@nop.or.jp>).
1420         + move lib_restart.c to ncurses/base, since it uses curses functions
1421           directly, and therefore cannot be used in libtinfo.so
1422         + rename micro_char_size to micro_col_size, adding #define to retain
1423           old name.
1424         + add set_a_attributes and set_pglen_inch to terminfo structure, as per
1425           XSI and Solaris 2.5.
1426         + minor makefile files to build ncurses test_progs
1427         + update html files in misc directory to reflect changes since 4.2
1428
1429 990102
1430         + disable scroll hints when hashmap is enabled (patch by Alexander
1431           Lukyanov).
1432         + move logic for tic's verify of -e option versus -I and -C so that the
1433           terminfo data is not processed if we cannot handle -e (reported by
1434           Steven Schwartz <steves@unitrends.com>.
1435         + add test-driver traces to terminfo and termcap functions.
1436         + provide support for termcap ospeed variable by copying it from the
1437           internal cur_term member, and using ospeed as the baudrate reference
1438           for the delay_output and tputs functions.  If an application does not
1439           set ospeed, the library behaves as before, except that _nc_timed_wait
1440           is no longer used, or needed, since ospeed always has a value.  But
1441           the application can modify ospeed to adjust the output of padding
1442           characters (from a bug report for screen 3.7.6 and email from Michael
1443           Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>).
1444         + removed some unused ifdef's as part of Alexander's restructuring.
1445         + reviewed/updated curses.h, term.h against X/Open Curses Issue 4
1446           Version 2.  This includes making some parameters NCURSES_CONST
1447           rather than const, e.g., in termcap.h.
1448         + change linux terminfo entry to use ncv#2, since underline does not
1449           work with color
1450
1451 981226
1452         + miscellaneous corrections for curses.h to match XSI.
1453         + change --enable-no-padding configure option to be normally enabled.
1454         + add section to ncurses manpage for environment variables.
1455         + investigated Debian bug report that pertains to screen 3.7.4/3.7.6
1456           changes, found no sign of problems on Linux (or on SunOS, Solaris)
1457           running screen built with ncurses.
1458         + check if tmp_fp is opened in tic.c before closing it (patch by Pavel
1459           Roskin <pavel_roskin@geocities.com>).
1460         + correct several font specification typos in man-pages.
1461
1462 981220
1463         + correct default value for BUILD_CC (reported by Larry Virden).
1464
1465 981219
1466         + modify _nc_set_writedir() to set a flag in _nc_tic_dir() to prevent
1467           it from changing the terminfo directory after chdir'ing to it.
1468           Otherwise, a relative path in $TERMINFO would confuse tic (from a
1469           Debian bug report).
1470         + correct/update ncsa terminfo entry (report by Larry Virden).
1471         + update xterm-xfree86 terminfo to current (patch 90), smcur/rmcur changes
1472         + add Mathew Vernon's mach console entries to terminfo.src
1473         + more changes, moving functions, as part of Alexander's restructuring.
1474         + modify configure script for GNU/Hurd share-library support, introduce
1475           BUILD_CC variable for cross compiling (patch by Uchiyama Yasushi
1476           <uch@nop.or.jp>)
1477
1478 981212
1479         + add environment variable NCURSES_NO_SETBUF to allow disabling the
1480           setbuf feature, for testing purposes.
1481         + correct ifdef's for termcap.h versus term.h that suppress redundant
1482           declarations of prototypes (reported by H.J.Lu).
1483         + modify Makefile.os2 to add linker flags which allow multiple copies
1484           of an application to coexist (reported by Ilya Zakharevich).
1485         + update Makefile.glibc and associated configure script so that ncurses
1486           builds as a glibc add-on with the new directory configuration
1487           (reported by H.J.Lu).
1488
1489 981205
1490         + modify gen_reps() function in gen.c to work properly on SunOS
1491           (sparc), which is a left-to-right architecture.
1492         + modify relative_move and tputs to avoid an interaction with the
1493           BSD-style padding.  The relative_move function could produce a string
1494           to replace on the screen which began with a numeric character, which
1495           was then interpreted by tputs as padding.  Now relative_move will not
1496           generate a string with a leading digit in that case (overwrite).
1497           Also, tputs will only interpret padding if the string begins with a
1498           digit; as coded it permitted a string to begin with a decimal point
1499           or asterisk (reported by Larry Virden).
1500         > patches by Juergen Pfeifer:
1501         + fix a typo in m_driver.c mouse handling and improves the error
1502           handling.
1503         + fix broken mouse handling in the Ada95 binding
1504         + make the Ada95 sample application menus work with the new menu mouse
1505           support
1506         + improve the mouse handling introduced by Ilya; it now handles menus
1507           with spacing.
1508         + repair a minor bug in the menu_driver code discovered during this
1509           rework.
1510         + add new function wmouse_trafo() to hide implementation details of
1511           _yoffset member of WINDOW struct needed for mouse coordinate
1512           transformation.
1513
1514 981128
1515         + modify Ada95/gen/gen.c to avoid using return-value of sprintf, since
1516           some older implementations (e.g., SunOS 4.x) return the buffer
1517           address rather than its length.
1518         > patch by Rick Ohnemus:
1519         + modify demo.cc to get it to compile with newer versions of egcs.
1520         + trim a space that appears at the end of the table preprocessor lines
1521           ('\" t).  This space prevents some versions of man from displaying
1522           the pages - changed to remove all trailing whitespace (TD)
1523         + finally, 'make clean' does not remove panel objects.
1524         > patches by Ilya Zakharevich:
1525         + allow remapping of OS/2 mouse buttons using environment variable
1526           MOUSE_BUTTONS_123 with the default value 132.
1527         + add mouse support to ncurses menus.
1528
1529 981121
1530         + modify misc/makedef.cmd to report old-style .def file symbols, and to
1531           generate the .def files sorted by increasing names rather than the
1532           reverse.
1533         + add misc/*.ref which are J.J.G.Ripoll's dll definition files (renamed
1534           from misc/*.old), and updated based on the entrypoint coding he used
1535           for an older version of ncurses.
1536         + add README.emx, to document how to build on OS/2 EMX.
1537         + updates for config.guess, config.sub from Lynx
1538         > patches by Ilya Zakharevich:
1539         + minor fixes for mouse handling mode:
1540           a) Do not initialize mouse if the request is to have no mouse;
1541           b) Allow switching of OS/2 VIO mouse on and off.
1542         + modify Makefile.os2 to support alternative means of generating
1543           configure script, by translating Unix script with Perl.
1544         > patches by Juergen Pfeifer:
1545         + Updates MANIFEST to reflect changes in source structure
1546         + Eliminates a problem introduced with my last patch for the C++
1547           binding in the panels code.  It removes the update() call done in the
1548           panel destructor.
1549         + Changes in the Ada95 binding to better support systems where
1550           sizeof(chtype)!=sizeof(int) (e.g.  DEC Alpha).
1551
1552 981114
1553         + modify install-script for manpages to skip over .orig and .rej files
1554           (request by Larry Virden).
1555         > patches/discussion by Alexander Lukyanov:
1556         + move base-library sources into ncurses/base and tty (serial terminal)
1557           sources into ncurses/tty, as part of Alexander Lukyanov's proposed
1558           changes to ncurses library.
1559         + copy _tracemouse() into ncurses.c so that lib_tracemse.c need not
1560           be linked into the normal ncurses library.
1561         + move macro winch to a function, to hide details of struct ldat
1562         > patches by Juergen Pfeifer:
1563         + fix a potential compile problem in cursesw.cc
1564         + some Ada95 cosmetics
1565         + fix a gen.c problem when compiling on 64-Bit machines
1566         + fix Ada95/gen/Makefile.in "-L" linker switch
1567         + modify Ada95 makefiles to use the INSTALL_PREFIX setting.
1568
1569 981107
1570         + ifdef'd out lib_freeall.c when not configured.
1571         + rename _tracebits() to _nc_tracebits().
1572         + move terminfo-library sources into ncurses/tinfo, and trace-support
1573           functions into ncurses/trace as part of Alexander Lukyanov's proposed
1574           changes to ncurses library.
1575         + modify generated term.h to always specify its own definitions for
1576           HAVE_TERMIOS_H, etc., to guard against inclusion by programs with
1577           broken configure scripts.
1578
1579 981031
1580         + modify terminfo parsing to accept octal and hexadecimal constants,
1581           like Solaris.
1582         + remove an autoconf 2.10 artifact from the configure script's check
1583           for "-g" compiler options.  (Though harmless, this confused someone
1584           at Debian, who recently issued a patch that results in the opposite
1585           effect).
1586         + add configure option --with-ada-compiler to accommodate installations
1587           that do not use gcc as the driver for GNAT (patch by Juergen
1588           Pfeifer).
1589
1590 981017
1591         + ensure ./man exists in configure script, needed when configuring
1592           with --srcdir option.
1593         + modify infocmp "-r" option to remove limit on formatted termcap
1594           output, which makes it more like Solaris' version.
1595         + modify captoinfo to treat no-argument case more like Solaris' version,
1596           which uses the contents of $TERMCAP as the entry to format.
1597         + modify mk-2nd.awk to handle subdirectories, e.g., ncurses/tty
1598           (patch by Alexander V Lukyanov).
1599
1600 981010
1601         + modify --with-terminfo-dirs option so that the default value is the
1602           ${datadir} value, unless $TERMINFO_DIRS is already set.  This gets
1603           rid of a hardcoded list of candidate directories in the configure
1604           script.
1605         + add some error-checking to _nc_read_file_entry() to ensure that
1606           strings are properly terminated (Todd C Miller).
1607         + rename manpage file curs_scr_dmp.3x to curs_scr_dump.3x, to
1608           correspond with contents (reported by Neil Zanella
1609           <nzanella@cs.mun.ca>).
1610         + remove redundant configure check for C++ which did not work when $CXX
1611           was specified with a full pathname (reported by Andreas Jaeger).
1612         + corrected bcopy/memmove check; the macro was not standalone.
1613
1614 981003
1615         + remove unnecessary portion of OS/2 EMX mouse change from
1616           check_pending() (reported by Alexander V Lukyanov).
1617
1618 980926
1619         + implement mouse support for OS/2 EMX (adapted from patch against
1620           4.2(?) by Ilya Zakharevich).
1621         + add configure-check for bcopy/memmove, for 980919 changes to hashmap.
1622         + merge Data General terminfo from Hasufin <hasufin@vidnet.net> - TD
1623         + merge AIX 3.2.5 terminfo descriptions for IBM terminals, replaces
1624           some older entries - TD
1625         + modify tic to compile into %'char' form in preference to %{number},
1626           since that is a little more efficient.
1627         + minor correction to infocmp to avoid displaying "difference" between
1628           two capabilities that are rendered in equivalent forms.
1629         + add -g option to tic/infocmp to force character constants to be
1630           displayed in quoted form.  Otherwise their decimal values are shown.
1631         + modify setupterm so that cancelled strings are treated the same as
1632           absent strings, cancelled and absent booleans false (does not affect
1633           tic, infocmp).
1634         + modify tic, infocmp to discard redundant i3, r3 strings when output
1635           to termcap format.
1636         > patch by Alexander V Lukyanov:
1637         + improve performance of tparm, now it takes 19% instead of 25% when
1638           profiling worm.
1639         + rename maxlen/minlen to prec/width for better readability.
1640         + use format string for printing strings.
1641         + use len argument correctly in save_text, and pass it to save_number.
1642
1643 980919
1644         + make test_progs compile (but hashmap does not function).
1645         + correct NC_BUFFERED macro, used in lib_mvcur test-driver, modify
1646           associated logic to avoid freeing the SP->_setbuf data.
1647         + add modules home_terminfo and getenv_num to libtinfo.
1648         + move write_entry to libtinfo, to work with termcap caching.
1649         + minor fixes to blue.c to build with atac.
1650         + remove softscroll.c module; no longer needed for testing.
1651         > patches by Todd C Miller:
1652         + use strtol(3) instead of atoi(3) when parsing env variables so we can
1653           detect a bogus (non-numeric) value.
1654         + check for terminal names > MAX_NAME_SIZE in a few more places when
1655           dealing with env variables again.
1656         + fix a MAX_NAME_SIZE that should be MAX_NAME_SIZE+1
1657         + use sizeof instead of strlen(3) on PRIVATE_INFO since it is a fixed
1658           string #define (compile time vs runtime).
1659         + when setting errno to ENOMEM, set it right before the return, not
1660           before code that could, possibly, set errno to a different value.
1661         > patches by Alexander V Lukyanov:
1662         + use default background in update_cost_from_blank()
1663         + disable scroll-hints when hashmap is configured.
1664         + improve integration of hashmap scrolling code, by adding oldhash and
1665           newhash data to SP struct.
1666         + invoke del_curterm from delscreen.
1667         + modify del_curterm to set cur_term to null if it matches the function's
1668           parameter which is deleted.
1669         + modify lib_doupdate to prefer parm_ich to the enter_insert_mode and
1670           exit_insert_mode combination, adjusting InsCharCost to check
1671           enter_insert_mode, exit_insert_mode and insert_padding.  Add
1672           insert_padding in insert mode after each char.  This adds new costs
1673           to the SP struct.
1674
1675 980912
1676         + modify test-driver in lib_mvcur.s to use _nc_setbuffer, for consistent
1677           treatment.
1678         + modify ncurses to restore output to unbuffered on endwin, and resume
1679           buffering in refresh (see lib_set_term.c and NC_BUFFERED macro).
1680         + corrected HTML version numbers (according to the W3C validator, they
1681           never were HTML 2.0-compliant, but are acceptable 3.0).
1682
1683 980905
1684         + modify MKterminfo.sh to generate terminfo.5 with tables sorted by
1685           capability name, as in SVr4.
1686         + modified term.h, termcap.h headers to avoid redundant declarations.
1687         + change 'u_int' type in tset.c to unsigned, making this compile on
1688           Sequent PRX 4.1 (reported by Michael Sterrett <msterret@coat.com>).
1689
1690 980829
1691         + corrections to mailing addresses, and moving the magic line that
1692           causes the man program to invoke tbl to the first line of each
1693           manpage (patch by Rick Ohnemus <rick@ecompcon.com>).
1694         + add Makefile.os2 and supporting scripts to generate dll's on OS/2 EMX
1695           (from J.J.G.Ripoll, with further integration by TD).
1696         + correct a typo in icl6404 terminfo entry.
1697         + add xtermm and xtermc terminfo entries.
1698         > from esr's terminfo version:
1699         + Added Francesco Potorti's tuned Wyse 99 entries.
1700         + dtterm enacs correction from Alexander V Lukyanov.
1701         + Add ncsa-ns, ncsa-m-ns and ncsa-m entries from esr version.
1702
1703 980822
1704         + document AT&T acs characters in terminfo.5 manpage.
1705         + use EMX _scrsize() function if terminfo and environment do not
1706           declare the screen size (reported by Ilya Zakharevich
1707           <ilya@math.ohio-state.edu>).
1708         + remove spurious '\' characters from eterm and osborne terminfo
1709           entries (prompted by an old Debian bug report).
1710         + correct reversed malloc/realloc calls in _nc_doalloc (reported by
1711           Hans-Joachim Widmaier <hjwidmai@foxboro.com>).
1712         + correct misplaced parenthesis which caused file-descriptor from
1713           opening termcap to be lost, from 980725 changes (reported by Andreas
1714           Jaeger).
1715
1716 980815
1717         + modify lib_setup.c to eliminate unneeded include of <sys/ioctl.h> when
1718           termios is not used (patch by Todd C Miller).
1719         + add function _nc_doalloc, to ensure that failed realloc calls do not
1720           leak memory (reported by Todd C Miller).
1721         + improved ncsa-telnet terminfo entry.
1722
1723 980809
1724         + correct missing braces around a trace statement in read_entry.c,
1725           from 980808 (reported by Kim DeVaughn <kimdv@best.com> and Liviu
1726           Daia).
1727
1728 980808
1729         + fix missing include <errno.h> in ditto.c (reported by Bernhard
1730           Rosenkraenzer <bero@k5.sucks.eu.org>)
1731         + add NCSA telnet terminfo entries from Francesco Potorti
1732           <F.Potorti@cnuce.cnr.it>, from Debian bug reports.
1733         + make handling of $LINES and $COLUMNS variables more compatible with
1734           Solaris by allowing them to individually override the window size
1735           as obtained via ioctl.
1736
1737 980801
1738         + modify lib_vidattr.c to allow for terminal types (e.g., xterm-color)
1739           which may reset all attributes in the 'op' capability, so that colors
1740           are set before turning on bold and other attributes, but still after
1741           turning attributes off.
1742         + add 'ditto.c' to test directory to illustrate use of newterm for
1743           initializing multiple screens.
1744         + modify _nc_write_entry() to recover from failed attempt to link alias
1745           for a terminfo on a filesystem which does not preserve character case
1746           (reported by Peter L Jordan <PJordan@chla.usc.edu>).
1747
1748 980725
1749         + updated versions of config.guess and config.sub based on automake 1.3
1750         + change name-comparisons in lib_termcap to compare no more than 2
1751           characters (gleaned from Debian distribution of 1.9.9g-8.8, verified
1752           with Solaris curses).
1753         + fix typo in curs_insstr.3x (patch by Todd C Miller)
1754         + use 'access()' to check if ncurses library should be permitted to
1755           open or modify files with fopen/open/link/unlink/remove calls, in
1756           case the calling application is running in setuid mode (request by
1757           Cristian Gafton <gafton@redhat.com>, responding to Duncan Simpson
1758           <dps@io.stargate.co.uk>).
1759         + arm100 terminfo entries from Dave Millen <dmill@globalnet.co.uk>).
1760         + qnxt2 and minitel terminfo entries from esr's version.
1761
1762 980718
1763         + use -R option with ldconfig on FreeBSD because otherwise it resets
1764           the search path to /usr/lib (reported by Dan Nelson).
1765         + add -soname option when building shared libraries on OpenBSD 2.x
1766           (request by QingLong).
1767         + add configure options --with-manpage-format and --with-manpage-renames
1768           (request by QingLong).
1769         + correct conversion of CANCELLED_NUMERIC in write_object(), which was
1770           omitting the high-order byte, producing a 254 in the compiled
1771           terminfo.
1772         + modify return-values of tgetflag, tgetnum, tgetstr, tigetflag,
1773           tigetnum and tigetstr to be compatible with Solaris (gleaned from
1774           Debian distribution of 1.9.9g-8.8).
1775         + modify _nc_syserr_abort to abort only when compiled for debugging,
1776           otherwise simply exit with an error.
1777
1778 980711
1779         + modify Ada95 'gen' program to use appropriate library suffix (e.g.,
1780           "_g" for a debug build).
1781         + update Ada95 'make clean' rule to include generics .ali files
1782         + add a configure test to ensure that if GNAT is found, that it can
1783           compile/link working Ada95 program.
1784         + flush output in beep and flash functions, fixing a problem with
1785           getstr (patch by Alexander V Lukyanov)
1786         + fix egcs 1.0.2 warning for etip.h (patch by Chris Johns).
1787         + correct ifdef/brace nesting in lib_sprintf.c (patch by Bernhard
1788           Rosenkraenzer <bero@Pool.Informatik.RWTH-Aachen.DE>).
1789         + correct typo in wattr_get macro from 980509 fixes (patch by Dan
1790           Nelson).
1791
1792 980704
1793         + merge changes from current XFree86 xterm terminfo descriptions.
1794         + add configure option '--without-ada'.
1795         + add a smart-default for termcap 'ac' to terminfo 'acs_chars' which
1796           corresponds to vt100.
1797         + change translation for termcap 'rs' to terminfo 'rs2', which is
1798           the documented equivalent, rather than 'rs1'.
1799
1800 980627
1801         + slow 'worm' down a little, for very fast machines.
1802         + corrected firstchar/lastchar computation in lib_hline.c
1803         + simplify some expressions with CHANGED_CELL, CHANGED_RANGE and
1804           CHANGED_TO_EOL macros.
1805         + modify init_pair so that if a color-pair is reinitialized, we will
1806           repaint the areas of the screen whose color changes, like SVr4 curses
1807           (reported by Christian Maurer <maurer@inf.fu-berlin.de>).
1808         + modify getsyx/setsyx macros to comply with SVr4 man-page which
1809           says that leaveok() affects their behavior (report by Darryl Miles,
1810           patch by Alexander V Lukyanov).
1811
1812 980620
1813         + review terminfo.5 against Solaris 2.6 curses version, corrected
1814           several minor errors/omissions.
1815         + implement tparm %l format.
1816         + implement tparm printf-style width and precision for %s, %d, %x, %o
1817           as per XSI.
1818         + implement tparm dynamic variables (reported by Xiaodan Tang).
1819
1820 980613
1821         + update man-page for for wattr_set, wattr_get (cf:  980509)
1822         + correct limits in hashtest, which would cause nonprinting characters
1823           to be written to large screens.
1824         + correct configure script, when --without-cxx was specified:  the
1825           wrong variable was used for cf_cv_type_of_bool.  Compilers up to gcc
1826           2.8 tolerated the missing 'int'.
1827         + remove the hardcoded name "gcc" for the GNU Ada compiler.  The
1828           compiler's name might be something like "egcs" (patch by Juergen
1829           Pfeifer).
1830         + correct curs_addch.3x, which implied that echochar could directly
1831           display control characters (patch by Alexander V Lukyanov).
1832         + fix typos in ncurses-intro.html (patch by Sidik Isani
1833           <isani@cfht.hawaii.edu>)
1834
1835 980606
1836         + add configure test for conflicting use of exception in math.h and
1837           other headers.
1838         + minor optimization to 'hash()' function in hashmap.c, reduces its
1839           time by 10%.
1840         + correct form of LD_SHARED_OPTS for HP-UX 10.x (patch by Tim Mooney).
1841         + fix missing quotes for 'print' in MKunctrl.awk script (reported by
1842           Mihai Budiu <mihaib@gs41.sp.cs.cmu.edu>).
1843         > patch by Alexander V Lukyanov:
1844         + correct problem on Solaris (with poll() function) where getch could
1845           hang indefinitely even if timeout(x) was called.  This turned out to
1846           be because milliseconds was not updated before 'goto retry' in
1847           _nc_timed_wait.
1848         + simplified the function _nc_timed_wait and fixed another bug, which
1849           was the assumption of !GOOD_SELECT && HAVE_GETTIMEOFDAY in *timeleft
1850           assignment.
1851         + removed the cycle on EINTR, as it seems to be useless.
1852
1853 980530
1854         + add makefile-rule for test/keynames
1855         + modify run_tic.sh and shlib to ensure that user's .profile does not
1856           override the $PATH used to run tic (patch by Tim Mooney).
1857         + restore LD_SHARED_OPTS to $(LD_SHARED_FLAGS) when linking programs,
1858           needed for HP-UX shared-library path (recommended by Tim Mooney).
1859         + remove special case of HP-UX -L options, use +b options to embed
1860           $(libdir) in the shared libraries (recommended by Tim Mooney).
1861         + add checks for some possible buffer overflows and unchecked
1862           malloc/realloc/calloc/strdup return values (patch by Todd C Miller
1863           <Todd.Miller@courtesan.com>)
1864
1865 980523
1866         + correct maxx/maxy expression for num_columns/num_lines in derwin
1867           (patch by Alexander V Lukyanov).
1868         + add /usr/share/lib/terminfo and /usr/lib/terminfo as compatibilty
1869           fallbacks to _nc_read_entry(), along with --with-terminfo-dirs
1870           configure option (suggested by Mike Hopkirk).
1871         + modify config.guess to recognize Unixware 2.1 and 7 (patch by Mike
1872           Hopkirk <hops@sco.com>).
1873         + suppress definition of CC_SHARED_OPTS in LDFLAGS_SHARED in c++
1874           Makefile.in, since this conflicts when g++ is used with HP-UX
1875           compiler (reported by Tim Mooney).
1876         + parenthesize 'strcpy' calls in c++ binding to workaround redefinition
1877           in some C++ implementations (reported by several people running
1878           egcs with glibc 2.0.93, analysis by Andreas Jaeger.
1879
1880 980516
1881         + modify write_entry.c so that it will not attempt to link aliases
1882           with embedded '/', but give only a warning.
1883         + put -L$(libdir) first when linking programs, except for HP-UX.
1884         + modify comp_scan.c to handle SVr4 terminfo description for att477,
1885           which contains a colon in the description field.
1886         + modify configure script to support SCO osr5.0.5 shared libraries
1887           (from comp.unix.sco.programmer newsgroup item by Mike Hopkirk
1888           <hops@sco.com>).
1889         + eliminate extra GoTo call in lib_doupdate.c (patch by Alexander V.
1890           Lukyanov).
1891         + minor adjustments of const/NCURSES_CONST from IRIX compile.
1892         + add updates based on esr's 980509 version of terminfo.src.
1893
1894 980509
1895         + correct macros for wattr_set, wattr_get, separate wattrset macro from
1896           these to preserve behavior that allows attributes to be combined with
1897           color pair numbers.
1898         + add configure option --enable-no-padding, to allow environment
1899           variable $NCURSES_NO_PADDING to eliminate non-mandatory padding,
1900           thereby making terminal emulators (e.g., for vt100) a little more
1901           efficient (request by Daniel Eisenbud <eisenbud@cs.swarthmore.edu>).
1902         + modify configure script to embed ABI in shared libraries for HP-UX
1903           10.x (detailed request by Tim Mooney).
1904         + add test/example of the 'filter()' function.
1905         + add nxterm and xterm-color terminfo description (request by Cristian
1906           Gafton <gafton@redhat.com>).
1907         + modify rxvt terminfo description to clear alternate screen before
1908           switching back to normal screen, for compatibility with applications
1909           which use xterm (reported by Manoj Kasichainula <manojk@io.com>).
1910         + modify linux terminfo description to reset color palette (reported
1911           by Telford Tendys <telford@eng.uts.edu.au>).
1912         + correction to doupdate, for case where terminal does not support
1913           insert/delete character.  The logic did not check that there was a
1914           difference in alignment of changes to old/new screens before
1915           repainting the whole non-blank portion of the line.  Modified to fall
1916           through into logic that reduces by the portion which does not differ
1917           (reported by Daniel Eisenbud <eisenbud@cs.swarthmore.edu>).
1918         + minor performance improvement to wnoutrefresh by moving some
1919           comparisons out of inner loop.
1920
1921 980425
1922         + modify configure script to substitute NCURSES_CONST in curses.h
1923         + updated terminfo entries for xterm-xf86-v40, xterm-16color,
1924           xterm-8bit to correspond to XFree86 3.9Ag.
1925         + remove restriction that forces ncurses to use setaf/setab if the
1926           number of colors is greater than 8.  (see 970524 for xterm-16color).
1927         + change order of -L options (so that $(libdir) is searched first) when
1928           linking tic and other programs, to workaround HP's linker.
1929           Otherwise, the -L../lib is embedded when linking against shared
1930           libraries and the installed program does not run (reported by Ralf
1931           Hildebrandt).
1932         + modify configuration of shared libraries on Digital Unix so that
1933           versioning is embedded in the library, rather than implied by
1934           links (patch by Tim Mooney).
1935
1936 980418
1937         + modify etip.h to avoid conflict with math.h on HP-UX 9.03 with gcc
1938           2.8.1 which redefines 'exception' (reported by Ralf Hildebrandt
1939           <R.Hildebrandt@tu-bs.de>).
1940         + correct configure tests in CF_SHARED_OPTS which used $CC value to
1941           check for gcc, rather than autoconf's $GCC value.  This did not
1942           work properly if the full pathname of the compiler were given
1943           (reported by Michael Yount <yount@csf.Colorado.edu>).
1944         + revise check for compiler options to force ANSI mode since repeating
1945           an option such as -Aa causes HP's compiler to fail on its own headers
1946           (reported by Clint Olsen <olsenc@ichips.intel.com>).
1947
1948 980411
1949         + ifdef'd has_key() and mcprint() as extended functions.
1950         + modified several prototypes to correspond with 1997 version of
1951           X/Open Curses (affects ABI since developers have used attr_get).
1952         + remove spurious trailing blanks in glibc addon-scripts (patch by
1953           H.J.Lu).
1954         + insert a few braces at locations where gcc-2.8.x asks to use them to
1955           avoid ambigous else's, use -fpic rather than -fPIC for Linux (patch
1956           by Juergen Pfeifer).
1957
1958 980404
1959         + split SHLIB_LIST into SHLIB_DIRS/SHLIB_LIST to keep -L options
1960           before -l to accommodate Solaris' linker (reported by Larry Virden).
1961
1962 980328
1963         + modify lib_color.c to eliminate dependency on orig_colors and
1964           orig_pair, since SVr4 curses does not require these either, but
1965           uses them when they are available.
1966         + add detailed usage-message to infocmp.
1967         + correct a typo in att6386 entry (a "%?" which was "?").
1968         + add -f option to infocmp and tic, which formats the terminfo
1969           if/then/else/endif so that they are readable (with newlines and
1970           tabs).
1971         + fixes for glibc addon scripts (patch by H.J.Lu).
1972
1973 980321
1974         + revise configure macro CF_SPEED_TYPE so that termcap.h has speed_t
1975           declared (from Adam J. Richter <adam@yggdrasil.com>)
1976         + remove spurious curs_set() call from leaveok() (J.T.Conklin).
1977         + corrected handling leaveok() in doupdate() (patch by Alexander V.
1978           Lukyanov).
1979         + improved version of wredrawln (patch by Alexander V. Lukyanov).
1980         + correct c++/Makefile.in so install target do not have embedded ../lib
1981           to confuse it (patch by Thomas Graf <graf@essi.fr>).
1982         + add warning to preinstall rule which checks if the installer would
1983           overwrite a curses.h or termcap.h that is not derived from ncurses.
1984           (The recommended configuration for developers who need both is to
1985           use --disable-overwrite).
1986         + modify preinstall rule in top-level Makefile to avoid implicit
1987           use of 'sh', to accommodate Ultrix 4.4 (reported by Joao Palhoto
1988           Matos <jmatos@math.ist.utl.pt>, patch by Thomas Esser
1989           <te@informatik.uni-hannover.de>)
1990         + refine ifdef's for TRACE so that libncurses has fewer dependencies
1991           on libtinfo when TRACE is disabled.
1992         + modify configure script so that if the --with-termlib option is used
1993           to generate a separate terminfo library, we chain it to the ncurses
1994           library with a "-l" option (reported by Darryl Miles and Ian T.
1995           Zimmerman).
1996
1997 980314
1998         + correct limits and window in wredrawln function (reported/analysis by
1999           Alexander V. Lukyanov).
2000         + correct sed expression in configure script for --with-fallback
2001           option (patch by Jesse Thilo).
2002         + correct some places in configure script where $enableval was used
2003           rather than $withval (patch by Darryl Miles <dlm@g7led.demon.co.uk>).
2004         + modify some man-pages so no '.' or '..' falls between TH and SH
2005           macros, to accommodate man_db program (reported by Ian T. Zimmerman
2006           <itz@rahul.net>).
2007         + terminfo.src 10.2.1 from Eric's webpage.
2008         > several changes by Juergen Pfeifer:
2009         + add copyright notices (and rcs id's) on remaining man-pages.
2010         + corrected prototypes for slk_* functions, using chtype rather than
2011           attr_t.
2012         + implemented the wcolor_set() and slk_color() functions
2013         + the slk_attr_{set,off,on} functions need an additional void*
2014           parameter according to XSI.
2015         + fix the C++ and Ada95 binding as well as the man pages to
2016           reflect above enhancements.
2017
2018 980307
2019         + use 'stat()' rather than 'access()' in toe.c to check for the
2020           existence of $HOME/.terminfo, since it may be a file.
2021         + suppress configure CF_CXX_LIBRARY check if we are not using g++
2022           2.7.x, since this is not needed with g++ 2.8 or egcs (patch by
2023           Juergen Pfeifer).
2024         + turn on hashmap scrolling code by default, intend to remedy defects
2025           by 4.3 release.
2026         + minor corrections to terminfo.src changelog.
2027
2028 980302  4.2 release for upload to prep.ai.mit.edu
2029         + correct Florian's email address in ncurses-intro.html
2030         + terminfo.src 10.2.0 from Eric.
2031
2032 980228  pre-release
2033         + add linux-koi8r replace linux-koi8, which is not KOI8 (patch by
2034           QingLong <qinglong@Bolizm.ihep.su>).
2035         + minor documentation fixes (patch by Juergen Pfeifer).
2036         + add setlocale() call to ncurses.c (reported by Claes G. Lindblad
2037           <claesg@algonet.se>).
2038         + correct sign-extension in lib_insstr.c (reported by Sotiris
2039           Vassilopoulos <svas@leon.nrcps.ariadne-t.gr>)
2040
2041 980221  pre-release
2042         + regenerated some documentation overlooked in 980214 patch
2043           (ncurses-intro.doc, curs_outopts.3x.html)
2044         + minor ifdef change to C++ binding to work with gcc 2.8.0 (patch by
2045           Juergen Pfeifer).
2046         + change maintainer's mailing address to florian@gnu.org, change
2047           tentative mailing list address to bug-ncurses-request@gnu.org (patch
2048           by Florian La Roche).
2049         + add definition of $(REL_VERSION) to c++/Makefile.in (reported by Gran
2050           Hasse <gh@raditex.se>).
2051         + restore version numbers to Ada95 binding, accidentally deleted by
2052           copyright patch (patch by Juergen Pfeifer).
2053
2054 980214  pre-release
2055         + remove ncurses.lsm from MANIFEST so that it won't be used in FSF
2056           distributions, though it is retained in development.
2057         + correct scaling of milliseconds to nanoseconds in lib_napms.c (patch
2058           by Jeremy Buhler).
2059         + update mailing-list information (bug-ncurses@gnu.org).
2060         + update announcement for upcoming 4.2 release.
2061         + modify -lm test to check for 'sin()' rather than 'floor()'
2062         + remove spurious commas from terminfo.src descriptions.
2063         + change copyright notices to Free Software Foundation
2064
2065 980207
2066         + minor fixes for autoconf macros CF_ERRNO, CF_HELP_MESSAGE and
2067           CF_SIZECHANGE
2068         + modify Makefile.glibc so that $(objpfx) is defined (H.J.Lu).
2069         + ifdef-out true-return from _nc_mouse_inline() which depends on
2070           merge of QNX patch (pending 4.2 release).
2071         > patch by J.T.Conklin, to split off seldom-used modules in ncurses
2072           (reduces size by up to 2.6kb):
2073         + move functionality of _nc_usleep into napms, add configuration case
2074           for nanosleep().
2075         + moved wchgat() from lib_addch.c to lib_chgat.c
2076         + moved clearok(), immedok(), leaveok(), and scrollok() from
2077           lib_options.c to lib_clearok.c, lib_immedok.c, lib_leaveok.c and
2078           lib_scrollok.c.
2079         + moved napms() from lib_kernel.c to lib_napms.c
2080         + moved echo() and noecho() from lib_raw.c to lib_echo.c
2081         + moved nl() and nonl() from lib_raw.c to lib_nl.c
2082
2083 980131
2084         + corrected conversion in tclock.c (cf: 971018).
2085         + updates to Makefile.glibc and associated Linux configure script
2086           (patch by H.J.Lu).
2087         + workaround a quoting problem on SunOS with tar-copy.sh
2088         + correct init_pair() calls in worm.c to work when use_default_colors()
2089           is not available.
2090         + include <sys/types.h> in CF_SYS_TIME_SELECT to work with FreeBSD 2.1.5
2091         + add ncv capability to FreeBSD console (cons25w), making reverse
2092           work with color.
2093         + correct sense of configure-test for sys/time.h inclusion with
2094           sys/select.h
2095         + fixes for Ada95/ada_include/Makefile.in to work with --srcdir option.
2096         + remove unused/obsolete test-program rules from progs/Makefile.in
2097           (the rules in ncurses/Makefile.in work).
2098         + remove shared-library loader flags from test/Makefile.in, etc.
2099         + simplify test/configure.in using new version of autoconf to create
2100           test/ncurses_cfg.h
2101         + suppress suffix rules in test/Makefile.in, provide explicit dependency
2102           to work with --srcdir option and less capable 'make' programs.
2103         > adapted from patch for QNX by Xiaodan Tang:
2104         + initialize %P and %g variables set/used in tparm, and also ensure
2105           that empty strings don't return a null result from tparam_internal
2106         + add QNX-specific prototype for vsscanf()
2107         + move initialization of SP->_keytry from init_keytry() to newterm() to
2108           avoid resetting it via a keyok() call by mouse_activate().
2109         + reorganized some functions in lib_mouse() to use case-statements.
2110         + remove sgr string from qnx terminfo entry since it is reported to
2111           turn off attributes inconsistently.
2112
2113 980124
2114         + add f/F/b/B commands to ncurses 'b' test to toggle colors, providing
2115           test for no_color_video.
2116         + adjusted emx.src to use no_color_video, now works with ncurses 'b'
2117           and 'k' tests.
2118         + implement no_color_video attribute, and as a special case, reverse
2119           colors when the reverse attribute cannot be combined with color.
2120         + check for empty string in $TERM variable (reported by Brett Michaels
2121           <brett@xylan.com>).
2122         > from reports by Fred Fish:
2123         + add configure-test for isascii
2124         + add configure-test for -lm library.
2125         + modify CF_BOOL_SIZE to check if C++ bool types are unsigned.
2126         > patches by J.J.G.Ripoll
2127         + add configure/makefile variables to support .exe extension on
2128           OS/2 EMX (requires additional autoconf patches).
2129         + explicitly initialize variables in lib_data.c to appease OS/2 linker
2130         > patches by Fred Fish <fnf@ninemoons.com>
2131         + misc/Makefile.in (install.data):  Avoid trying to install the CVS
2132           directory.
2133         + aclocal.m4 (install.includes):  Remove files in the include directory
2134           where we are going to install new ones, not the original source
2135           files.
2136         + misc/terminfo.src:  Add entry for "beterm", derived from termcap
2137           distributed with BeOS PR2 using captoinfo.
2138         + aclocal.m4: Wrap $cf_cv_type_of_bool with quotes (contains space)
2139         + aclocal.m4: Assume bool types are unsigned.
2140         + progs/infocmp.c: workaround mwcc 32k function data limit
2141
2142 980117
2143         + correct initialization of color-pair (from 970524) in xmas.c, which
2144           was using only one color-pair for all colors (reported by
2145           J.J.G.Ripoll).
2146         + add multithread options for objects build on EMX, for compatibility
2147           with XFree86.
2148         + split up an expression in MKlib_gen.sh to work around a problem on
2149           OS/2 EMX, with 'ash' (patch by J.J.G.Ripoll).
2150         + change terminfo entries xterm (xterm-xf86-v40), xterm-8bit rs1 to use
2151           hard reset.
2152         + rename terminfo entry xterm-xf86-v39t to xterm-xf86-v40
2153         + remove bold/underline from sun console entries since they're not
2154           implemented.
2155         + correct _tracef calls in _tracedump(), which did not separate format
2156           from parameters.
2157         + correct getopt string for tic "-o" option, and add it to man-page
2158           synopsis (reported by Darren Hiebert <darren@hmi.com>).
2159         + correct typo in panel/Makefile.in, reversed if-statement in scrolling
2160           optimization (Alexander V.  Lukyanov).
2161         + test for 'remove()', use 'unlink() if not found (patch by Philippe De
2162           Muyter <phdm@macqel.be>).
2163         > patches by Juergen Pfeifer:
2164         + Improve a feature of the forms driver.  For invisible fields
2165           (O_VISIBLE off) only the contents but not the attributes are cleared.
2166           We now clear both.  (Reported by Javier Kohan
2167           <jkohan@adan.fceia.unr.edu.ar>)
2168         + The man page form_field_opts.3x makes now clear, that invisible
2169           fields are also always inactive.
2170         + adjust ifdef's to compile the C++ binding with the just released
2171           gcc-2.8.0 c++ and the corresponding new C++ libraries.
2172
2173 980110
2174         + correct "?" command in ncurses.c; it was performing non-screen writes
2175           while the program was in screen mode.  (It "worked" in 1.9.9e because
2176           that version sets OPOST and OCRNL incorrectly).
2177         + return error from functions in lib_kernel, lib_raw and lib_ti if
2178           cur_term is null, or if underlying I/O fails.
2179         + amend change to tputs() so that it does not return an error if
2180           cur_term is null, since some applications depend on being able to use
2181           tputs without initializing the terminal (reported by Christian J.
2182           Robinson <infynity@cyberhighway.net>).
2183
2184 980103
2185         + add a copy of emx.src from J.J.G.Ripoll's OS/2 EMX version of ncurses
2186           1.9.9e, together with fixes/additions for the "ansi" terminal type.
2187         + add tic check for save/restore cursor if change_scroll_region is
2188           defined (from O'Reilly book).
2189         + modify read_termcap.c to handle EMX-style pathnames (reported by
2190           J.J.G.Ripoll).
2191         + modify lib_raw.c to use EMX's setmode (from J.J.G.Ripoll, who says
2192           EMX's curses does this).
2193         + modify _nc_tic_expand() to generate \0 rather than \200.
2194         + move/revise 'expand()' from dump_entry.c to ncurses library as
2195           _nc_tic_expand(), for use by tack.
2196         + decode \a as \007 for terminfo, as per XSI.
2197         + correct translation of terminfo "^@", to \200, like \0.
2198         + modify next_char() to treat <cr><lf> the same as <newline>, for
2199           cross-platform compatibility.
2200         + use new version of autoconf (971230) to work around limited
2201           environment on CLIX, due to the way autoconf builds --help message.
2202         > patch by Juergen Pfeifer:
2203         + check that the Ada95 binding runs against the correct version of
2204           ncurses.
2205         + insert constants about the library version into the main spec-file of
2206           the Ada95 binding.
2207
2208 971227
2209         + modify open/fopen calls to use binary mode, needed for EMX.
2210         + modify configure script to work with autoconf 2.10 mods for OS/2
2211           EMX from J.J.G.Ripoll.
2212         + generated ncurses_cfg.h with patch (971222) to autoconf 2.12 which
2213           bypasses limited sed buffer length.
2214         > several changes from Juan Jose Garcia Ripoll <worm@arrakis.es>
2215           (J.J.G.Ripoll) to support OS/2 EMX:
2216         + add a _scrolling flag to SP, to set when we encounter a terminal
2217           that simply cannot scroll.
2218         + corrected logic in _nc_add_to_try(), by ensuring that strings with
2219           embedded \200 characters are matched.
2220         + don't assume the host has 'link()' function, for linking terminfo
2221           entries.
2222
2223 971220
2224         + if there's no ioctl's to support sigwinch handler, disable it.
2225         + add configure option --disable-ext-funcs to remove the extended
2226           functions from the build.
2227         + add configure option --with-termlib to generate the terminfo
2228           functions as a separate library.
2229         + add 'sources' rule to facilitate cross-compiling.
2230         + review/fix order of mostlyclean/clean/distclean rules.
2231         + modify install-rule for headers to first remove old header, in
2232           case there was a symbolic link that confuses the install script.
2233         + corrected substitution for NCURSES_CONST in term.h (cf: 971108)
2234         + add null pointer checks in wnoutrefresh(), overlap() (patch by
2235           Xiaodan Tang <xtang@qnx.com>)
2236         + correct tputs(), which could dereference a null cur_term if invoked
2237           before terminal is initialized (patch by Christopher Seawood
2238           <cls@seawood.org>)
2239         > patch by Juergen Pfeifer:
2240         + makes better use of "pragma Inline" in the Ada95 binding
2241         + resynchronizes the generated html manpages
2242
2243 971213
2244         + additional fixes for man-pages section-references
2245         + add (for debugging) a check for ich/ich1 conflict with smir/rmir
2246           to tic, etc.
2247         + remove hpa/vpa from rxvt terminal description because they are not
2248           implemented correctly, added sgr0.
2249         + change ncurses 's' to use raw mode, so ^Q works (reported by Rudolf
2250           Leitgeb <leitgeb@leland.stanford.edu>)
2251
2252 971206
2253         + modify protection when installing libraries to (normally) not
2254           executable.  HP-UX shared libraries are an exception.
2255         + add configure check for 'tack'.
2256         + implement script for renaming section-references in man-page install,
2257           for Debian configuration.
2258         + add validity-check for SP in trace code in baudrate() (reported by
2259           Daniel Weaver).
2260         > patch by Alexander V. Lukyanov (fixes to match sol25 curses)
2261         + modify 'overlay()' so that copy applies target window background to
2262           characters.
2263         + correct 'mvwin()' so that it does not clear the previous locations.
2264         + correct lib_acs.c so that 8-bit character is not sign expanded in
2265           case of wide characters in chtype.
2266         + correct control-char test in lib_addch.c for use with wide chars
2267         + use attribute in the chtype when adding a control character in
2268           lib_addch.c control char was added with current attribute
2269
2270 971129
2271         + save/restore errno in _tracef() function
2272         + change treatment of initialize_color to use a range of 0..1000
2273           (recommended by Daniel Weaver).
2274         + set umask in mkinstalldirs, fixing problems reported by users who
2275           have set root's umask to 077.
2276         + correct bug in tic that caused capabilities to be reprinted at the
2277           end of output when they had embedded comments.
2278         + rewrote wredrawln to correspond to XSI, and split-out since it is
2279           not often used (from report by Alexander V. Lukyanov, 970825)
2280         + rewrote Dan Nelson's change to make it portable, as well as to
2281           correct logic for handling backslashes.
2282         + add code to _nc_tgetent() to make it work more like a real tgetent().
2283           It removes all empty fields, and removes all but the first in a group
2284           of duplicate caps.  The code was pulled from the BSD libtermcap code
2285           in termcap.c (patch by Dan Nelson <dnelson@emsphone.com>
2286         + don't include --enable-widec in the --with-develop configure option,
2287           since it is not binary-compatible with 4.1 (noted by Alexander V.
2288           Lukyanov)
2289         > patch by Juergen Pfeifer:
2290         + further improvements of the usage of elaboration pragmas in the Ada95
2291           binding
2292         + enhanced Ada95 sample to use the user_data mechanism for panels.
2293         + a fix for the configuration script to make gnat-3.10 the required
2294           version.
2295         + resync of the html version of the manpages
2296
2297 971122
2298         > fixes/updates for terminfo.src:
2299         + add vt220-js, pilot, rbcomm, datapoint entries from esr's 27-jun-97
2300           version.
2301         + add hds200 description (Walter Skorski)
2302         + add EMX 0.9b descriptions
2303         + correct rmso/smso capabilities in wy30-mc and wy50-mc (Daniel Weaver)
2304         + rename xhpterm back to hpterm.
2305         > patch by Juergen Pfeifer:
2306         + Improves the usage of elaboration pragmas for the Ada95 binding.
2307         + Adds a translation of the test/rain.c into Ada95 to the samples.
2308           This has been contributed to the project by Laurent Pautet
2309           (pautet@gnat.com)
2310
2311 971115
2312         + increase MAX_NAME_SIZE to 512 to handle extremely long alias list
2313           in HP-UX terminfo.
2314         + correction & simplification of delay computation in tputs, based on
2315           comments from Daniel Weaver.
2316         + replace test for SCO with more precise header tests.
2317         + add configure test for unsigned literals, use in NCURSES_BITS macro.
2318         + comment-out the -PIC, etc., flags from c++, progs and test makefiles
2319           since they probably are not needed, and are less efficient (noted by.
2320           Ju"rgen Fluk)
2321         + add -L$(libdir) to loader options, after -L../lib so that loaders
2322           that record this information will tend to do the right thing if
2323           the programs are moved around after installing them (suggested by.
2324           Ju"rgen Fluk).
2325         + add -R option to loader options for programs for Solaris if the
2326           --enable-rpath option is specified for the libraries.
2327
2328 971112
2329         + correct installed filename for shared libraries on *BSD (reported by
2330           Ju"rgen Fluk).
2331
2332 971108
2333         + cleanup logic for deciding when tputs() should call delay_output(),
2334           based on comments from Daniel Weaver.
2335         + modified tputs() to avoid use of float.
2336         + correct use of trailpad in tputs(), which used the wrong variable
2337           in call to delay_output().
2338         + correct inverted expression for null-count in delay_output()
2339           (analysis by Daniel Weaver).
2340         + apply --enable-rpath option to Solaris (requested by Larry Virden).
2341         + correct substitution of EXTRA_CFLAGS for gcc 2.6.3
2342         + correct check for error-return by _nc_tgetent(), which returns 0
2343           for success.
2344         + add configure test for BSD 4.4 cgetent() function, modify
2345           read_termcap.c to use the host's version of that if found, using the
2346           terminal database on FreeBSD (reported by Peter Wemm).
2347         + add u8, u9 strings to sun-il description for Daniel Weaver.
2348         + use NCURSES_CONST in panel's user-pointer.
2349         + modify edit_cfg.sh and MKterm.h.awk.in to substitute NCURSES_CONST
2350           so that will work on NeXT.
2351         + use _nc_set_screen() rather than assignments to SP to fix port to
2352           NeXT (reported by Francisco A. Tomei Torres).
2353
2354 971101
2355         + force mandatory padding in bell and flash_screen, as specified in XSI.
2356         + don't allow padding_baud_rate to override mandatory delays (reported
2357           by Daniel Weaver).
2358         + modify delay_output() to use _nc_timed_wait() if no baudrate has been
2359           defined, or if the cur_term pointer is not initialized.  XSI treats
2360           this as unspecified.  (requested by Daniel Weaver).
2361         + change getcap-cache ifdef's to eliminate unnecessary chdir/mkdir
2362           when that feature is not configured.
2363         + remove _nc_err_abort() calls when write_entry.c finds a directory but
2364           cannot write to it, e.g., when translating part/all of /etc/termcap
2365           (reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>).
2366           (this dates back to 951102, in 1.9.7a).
2367         + minor ifdef fixes to compile with atac and glibc 2.0.5c
2368         + add check for -lgen when configuring regexpr.h
2369         + modify Solaris shared-library option "-d y" to "-dy" to workaround
2370           incompatibility of gcc 2.7.2 vs vendor's tools.
2371
2372 971026
2373         + correct ifdef's for struct winsize vs struct ttysize in lib_setup.c
2374           to compile on SCO.
2375         + remove dangling backslash in panel/Makefile.in
2376         + modify MKkeyname.awk to work with SCO's nawk, which dumps core in the
2377           length() function.
2378         + correct length of allocation in _nc_add_to_try(), to allow for
2379           trailing null.
2380         + correct logic in _nc_remove_key(), which was discarding too many
2381           nodes (patch by Alexander V. Lukyanov)
2382
2383 971025
2384         + add definition for $(REL_VERSION) to test/Makefile.in, so *BSD
2385           shared libraries link properly (see 970524).
2386         + modify Linux shared-library generation to include library
2387           dependencies (e.g., -lncurses and -lgpm) in the forms, menu and
2388           panel libraries (suggested by Juergen Pfeifer).
2389         + modify configure script to use config.guess and config.sub rather
2390           than uname, which is unreliable on some systems.
2391         + updated Makefile.glibc, test-built with glibc 2.0.5c
2392         + modify keyname() to return values consistent with SVr4 curses (patch
2393           by Ju"rgen Fluk).
2394         > changes requested by Daniel Weaver:
2395         + modify delay_output() so that it uses the same output function as
2396           tputs() if called from that function.
2397         + move _baudrate from SCREEN to TERMINAL so that low-level use of
2398           tputs works when SP is not set.
2399         > patch by Juergen Pfeifer:
2400         + factor lib_menu and lib_form into smaller modules
2401         + clean up the interface between panel and SCREEN
2402         + minor changes to the Ada95 mouse support implemenation
2403         + minor bugfix in C++ binding to ripoff windows
2404         + fix a few Ada95 html documentation pages
2405
2406 971018
2407         + split-out lib_ungetch.c, make runtime link to resizeterm() to
2408           decouple those modules from lib_restart.c
2409         + add xterm-xf86-v39t description to terminfo.src
2410         + reset SP->_endwin in lib_tstp.c cleanup() function after calling
2411           endwin() to avoid unnecessary repainting if the application has
2412           established an atexit function, etc.  Encountered this problem in
2413           the c++ demo, whose destructors repaint the screen.
2414         + combine _nc_get_screensize() and resizeterm() calls as new function
2415           _nc_update_screensize().
2416         + minor fixes to allow compile with g++ (suggested by Nelson H. F.
2417           Beebe).
2418         + implement install-rules for Ada95 makefiles.
2419         + use screen_lines or MAXLINES as needed where LINES was coded,
2420           as well as screen_columns for COLS, in the ncurses library.
2421         > patch by Alexander V. Lukyanov:
2422         + modify logic for ripped-off lines to handle several SCREENs.
2423         > patch by Juergen Pfeifer:
2424         + factors lib_slk.c into some smaller modules
2425         + factors panel.c into some smaller modules
2426         + puts the static information about the current panel stack into the
2427           SCREEN structure to allow different panel stacks on different
2428           screens.
2429         + preliminary fix for an error adjusting LINES to account for
2430           ripped-off lines.
2431
2432 971011
2433         + move _nc_max_click_interval and other mouse interface items to SCREEN
2434           struct so that they are associated with a single terminal, and also
2435           save memory when the application does not need a mouse (roughly 3k vs
2436           0.5k on Linux).
2437         + modify mouseinterval() so that a negative parameter queries the
2438           click-interval without modifying it.
2439         + modify ncurses 'i' test to work with ncurses' apparent extension from
2440           SVr4, i.e., allows nocbreak+noecho (analysis by Alexander V.
2441           Lukyanov).
2442         + add configure options --with-ada-includes and --with-ada-objects,
2443           to drive Ada95 binding install (not yet implemented).
2444         + install C++ binding as -lncurses++ and associated headers with the
2445           other ncurses headers.
2446         + fix header uninstall if configure --srcdir is used.
2447         > minor interface changes (request by Daniel Weaver <danw@znyx.com>,
2448           to support 'tack' program):
2449         + export functions _nc_trans_string() and _nc_msec_cost().
2450         + add variable _nc_nulls_sent, to record the number of padding
2451           characters output in delay_output().
2452         + move tests for generic_type and hard_copy terminals in setupterm()
2453           to the end of that function so that the library will still be
2454           initialized, though not generally useful for curses programs.
2455         > patches by Alexander V. Lukyanov:
2456         + modify ClrBottom() to avoid using clr_eos if there is only one line
2457           to erase.
2458         + typo in configure --help.
2459         > patch by J.T.Conklin (with minor resync against Juergen's changes)
2460         + split-out lib_flash.c from lib_beep.c
2461         + split-out lib_hline.c and lib_vline.c from lib_box.c
2462         + split-out lib_wattron.c, lib_wattroff.c from lib_addch.c
2463
2464 971005
2465         > patch by Juergen Pfeifer:
2466         + correct source/target of c++/edit_cfg.sh
2467
2468 971004
2469         + add color, mouse support to kterm terminfo entry.
2470         + modify lib_mouse.c to recognize rxvt, kterm, color_xterm also as
2471           providing "xterm"-style mouse.
2472         + updated rxvt's terminfo description to correspond to 2.21b, with
2473           fixes for the acsc (the box1 capability is incorrect, ech1 does not
2474           work).
2475         + fix logic in parse_entry.c that discarded acsc when 'synthesizing'
2476           an entry from equivalents in XENIX or AIX.  This lets ncurses handle
2477           the distribution copy of rxvt's terminfo.
2478         + modify acsc capability for linux and linux-koi8 terminfo descriptions
2479           (from Pavel Roskin <pavel@absolute.spb.su>).
2480         + corrected definition in curses.h for ACS_LANTERN, which was 'I'
2481           rather than 'i' (see 970802).
2482         + updated terminfo.src with reformatted acsc entries, and repaired the
2483           trashed entries with spurious '\' characters that this exposed.
2484         + add logic to dump_entry.c to reformat acsc entries into canonical
2485           form (sorted, unique mapping).
2486         + add configure script to generate c++/etip.h
2487         + add configure --with-develop option, to enable by default most of the
2488           experimental options (requested by Alexander V. Lukyanov).
2489         + rename 'deinstall' to 'uninstall', following GNU convention (suggested
2490           by Alexander V. Lukyanov).
2491         > patches by Alexander V. Lukyanov:
2492         + modify tactics 2 and 5 in onscreen_mvcur(), to allow them on the last
2493           line of the screen, since carriage return will not cause a newline.
2494         + remove clause from PutCharLR() that would try to use
2495           eat_newline_glitch since that apparently does not work on some
2496           terminals (e.g., M$ telnet).
2497         + correct a limit check in scroll_csr_backward()
2498         > patches by Juergen Pfeifer:
2499         + adds dummy implementations of methods above() and below() to the
2500           NCursesPanel class.
2501         + fixes missing returncode in NCursesWindow::ripoffline()
2502         + fixes missing returncode in TestApplication::run() in demo.cc
2503         + We should at least give a comment in etip.h why it is currently a
2504           problem to install the C++ binding somewhere
2505         + makes the WINDOW* argument of wenclose() a const.
2506         + modifies several of the routines in lib_adabind.c to use a const
2507           WINDOW* argument.
2508
2509 970927
2510         + add 'deinstall' rules.
2511         + use explicit assignments in configure --without-progs option to
2512           work around autoconf bug which doesn't always set $withval.
2513         + check for ldconfig, don't try to run it if not found.
2514         + implement simple/unoptimized case in lib_doupdate.c to handle
2515           display with magic cookie glitch, tested with ncurses.c program.
2516         + correct missing _tracef in getmouse(), to balance the returnCode
2517           macro.
2518         + simplify show_attr() in ncurses.c using termattrs().
2519         > patches by Juergen Pfeifer:
2520         + provides missing inlines for mvw[hv]line in cursesw.h of the C++
2521           binding
2522         + fixes a typo in a comment of frm_driver.c
2523         + Enhances Ada95 Makefiles to fulfill the requirement of GNAT-3.10 that
2524           generics should be compiled.  Proper fixes to the configuration
2525           scripts are also provided.
2526
2527 970920
2528         + several modifications to the configure script (requested by Ward
2529           Horner):
2530           + add configure options --without-progs, to suppress the build of the
2531             utility programs, e.g., for cross-compiling.
2532           + add $(HOSTCCFLAGS) and $(HOSTLDFLAGS) symbols to ncurses
2533             Makefile.in, to simplify setup for cross compiling.
2534           + add logic in configure script to recognize "--target=vxworks", and
2535             generate load/install actions for VxWorks objects.
2536         + move typedef for sigaction_t into SigAction.h to work around problem
2537           generating lint library.
2538         + modify fty_regex.c to reflect renaming of ifdef's for regular
2539           expressions.
2540         + simplify ifdef in lib_setup.c for TIOCGWINSZ since that symbol may
2541           reside in <sys/ioctl.h>.
2542         + merge testcurs.c with version from PDCurses 2.3, clarifying some of
2543           the more obscure tests, which rely upon color.
2544         + use macros getbegyx() and getmaxyx() in newdemo.c and testcurs.c
2545         + modify ncurses.c to use getbegyx() and getmaxyx() macros to cover up
2546           implementation difference wrt SVr4 curses, allow 's' test to work.
2547         + add missing endwin() to testscanw.c program (reported by Fausto
2548           Saporito <fausap@itb.it>).
2549         + fixes/updates for Makefile.glibc and related files under sysdeps
2550           (patch by H.J.Lu).
2551         > patches by Juergen Pfeifer:
2552         + add checks for null pointers, especially WINDOW's throughout the
2553           ncurses library.
2554         + solve a problem with wrong calculation of panel overlapping (reported
2555           by Ward Horner):
2556           + make sure that a panel's window isn't a pad.
2557           + do more error checking in module lib_touch.c
2558         + missing files for Ada95 binding from the last patch
2559         + synch. of generated html pages (RCS-Id's were wrong in html files)
2560         + support for Key_Resize in Ada binding
2561         + changed documentation style in ./c++/cursesm.h
2562         > patches by Alexander V. Lukyanov:
2563         + undo attempt to do recursive inlining for PutChar(), noting that it
2564           did not improve timing measurably, but inflated the size of
2565           lib_doupdate.o
2566
2567 970913
2568         + modify rain.c to use color.
2569         + correct scroll_csr_backward() to match scroll_csr_forward().
2570         + minor adjustment to llib-lncurses, to work with Solaris 2.5.1
2571         + minor fixes to sysdeps/unix/sysv/linux/configure to reflect renaming
2572           of configure cache variables in 970906.
2573         + correct logic involving changes to O_VISIBLE option in
2574           Synchronize_Options function in frm_driver.c (Tony Hoffmann
2575           <Tony.Hoffmann@hia.nrc.ca>)
2576         + add $(HOSTCC) symbol to ncurses Makefile.in, to simplify setup for
2577           cross compiling (suggested by Chris Johns).
2578         + modify ifdef in lib_setup.c to only include <sys/ioctl.h> if we can
2579           use it to support screen-size calculation (reported by Chris Johns).
2580         + #undef unctrl to avoid symbol conflict in port to RTEMS (reported by
2581           Chris Johns <cjohns@plessey.com.au>)
2582         > patches by Juergen Pfeifer:
2583         + simplified, made minor corrections to Ada95 binding to form fieldtype.
2584         + The C++ binding has been enhanced:
2585           + Improve NCursesWindow class:  added additional methods to cover
2586             more ncurses functionality.  Make refresh() and noutrefresh()
2587             virtual members to allow different implementation in the
2588             NCursesPanel class.
2589           + CAUTION:  changed order of parameters in vline() and hline() of
2590             NCursesWindow class.
2591           + Make refresh() in NCursesPanel non-static, it is now a
2592             reimplementation of refresh() in the base class.  Added
2593             noutrefresh() to NCursesPanel.
2594           + Added NCursesForm and related classes to support libform
2595             functionality.
2596           + Moved most of configuration related stuff from cursesw.h to etip.h
2597           + Added NCursesApplication class to support easy configuration of
2598             menu and forms related attributes as well as ripped of title lines
2599             and Soft-Label-Keys for an application.
2600           + Support of Auto-Cleanup for a menu's fieldlist.
2601           + Change of return type for current_item() and operator[] for menus.
2602           + Enhanced demo.
2603         + Fixed a bug in form/fld_def.c:  take into account that copyarg and
2604           freearg for a fieldtype may be NULL, makearg must not be NULL
2605         + Fixed a bug in form/fld_type.c:  in set_fieldtype_arg() makearg must
2606           not be NULL, copyarg and freearg may be NULL.
2607         + Fixed a bug in form/frm_def.c:  Allow Disconnect_Fields() if it is
2608           already disconnected.
2609         + Enhance form/frm_driver.c:  Allow growth of dynamic fields also on
2610           navigation requests.
2611         + Fixed a bug in form/fty_enum.c:  wrong position of postincrement in
2612           case-insensitiva comparision routine.
2613         + Enhanced form/lib_adabind.c with function _nc_get_field() to get a
2614           forms field by index.
2615         + Enhanced menu/m_adabind.c with function _nc_get_item() to get a menus
2616           item by index.
2617         + Fixed in curses.h.in:  make chtype argument for pechochar() constant.
2618           Mark wbkgdset() as implemented, remove wbkgdset macro, because it was
2619           broken (didn't handle colors correctly).
2620         + Enhanced lib_mouse.c: added _nc_has_mouse() function
2621         + Added _nc_has_mouse() prototype to curses.priv.h
2622         + Modified lib_bkgd.c:  hopefully correct implementation of wbkgdset();
2623           streamlined implementation of wbkgd()
2624         + Modified lib_mvwin.c:  Disable move of a pad.  Implement (costly)
2625           move of subwindows.  Fixed update behaviour of movements of regular
2626           windows.
2627         + Fixed lib_pad.c:  make chtype argument of pechochar() const.
2628         + Fixed lib_window.c:  dupwin() is not(!) in every bit a really clone
2629           of the original.  Subwindows become regular windows by doing a
2630           dupwin().
2631         + Improved manpage form_fieldtype.3x
2632         > patches by Alexander V. Lukyanov:
2633         + simplify the PutChar() handling of exit_am_mode, because we already
2634           know that auto_right_margin is true.
2635         + add a check in PutChar() for ability to insert to the case of
2636           shifting character to LR corner.
2637         + in terminal initialization by _nc_screen_resume(), make sure that
2638           terminal right margin mode is known.
2639         + move logic that invokes touchline(), or does the equivalent, into
2640           _nc_scroll_window().
2641         + modify scrolling logic use of insert/delete line capability, assuming
2642           that they affect the screen contents only within the current
2643           scrolling region.
2644         + modify rain.c to demonstrate SIGWINCH handler.
2645         + remove logic from getch() that would return an ERR if the application
2646           called getch() when the cursor was at the lower-right corner of the
2647           physical screen, and the terminal does not have insert-character
2648           ability.
2649         + change view.c so that it breaks out of getch() loop if a KEY_RESIZE
2650           is read, and modify logic in getch() so this fix will yield the
2651           desired behavior, i.e., the screen is repainted automatically when
2652           the terminal window is resized.
2653
2654 970906
2655         + add configure option --enable-sigwinch
2656         + modify view.c to test KEY_RESIZE logic, with "-r" option.
2657         + modify testcurs.c to eliminate misleading display wrt cursor type
2658           by testing if the terminal supports cnorm, civis, cvvis.
2659         + several fixes for m68k/NeXT 4.0, to bring cur_term, _nc_curr_line and
2660           _nc_curr_col variables into linked programs:  move these variables,
2661           making new modules lib_cur_term and trace_buf (reported by Francisco
2662           Alberto Tomei Torres <fatomei@sandburg.unm.edu>).
2663         > patches by Alexander V. Lukyanov:
2664         + add pseudo-functionkey KEY_RESIZE which is returned by getch() when
2665           the SIGWINCH handler has been called since the last call to
2666           doupdate().
2667         + modify lib_twait.c to hide EINTR only if HIDE_EINTR is defined.
2668         + add SIGWINCH handler to ncurses library which is used if there is no
2669           application SIGWINCH handler in effect when the screen is
2670           initialized.
2671         + make linked list of all SCREEN structures.
2672         + move curses.h include before definition of SCREEN to use types in
2673           that structure.
2674         + correction to ensure that wgetstr uses only a newline to force a
2675           scroll (970831).
2676
2677 970831
2678         + add experimental configure option --enable-safe-sprintf; the normal
2679           mode now allocates a buffer as large as the screen for the
2680           lib_printw.c functions.
2681         + modify wgetch to refresh screen when reading ungetch'd characters,
2682           since the application may require this - SVr4 does this.
2683         + refine treatment of newline in wgetstr to echo only when this would
2684           force the screen to scroll.
2685
2686 970830
2687         + remove override in wgetstr() that forces keypad(), since SVr4 does
2688           not do this.
2689         + correct y-reference for erasure in wgetstr() when a wrap forces a
2690           scroll.
2691         + correct x-position in waddch() after a wrap forces a scroll.
2692         + echo newline in wgetstr(), making testscanw.c scroll properly when
2693           scanw is done.
2694         + modify vwscanw() to avoid potential buffer overflow.
2695         + rewrote lib_printw.c to eliminate fixed-buffer limits.
2696         > patches by Alexander V. Lukyanov:
2697         + correct an error in handling cooked mode in wgetch(); processing
2698           was in the wrong order.
2699         + simplified logic in wgetch() that handles backspace, etc., by using
2700           wechochar().
2701         + correct wechochar() so that it interprets the output character as
2702           in waddch().
2703         + modify pechochar() to use prefresh() rather than doupdate(), since
2704           the latter does not guarantee immediate refresh of the pad.
2705         + modify pechochar() so that if called with a non-pad WINDOW, will
2706           invoke wechochar() instead.
2707         + modify fifo indices to allow fifo to be longer than 127 bytes.
2708
2709 970823
2710         + add xterm-8bit to terminfo.src
2711         + moved logic for SP->_fifohold inside check_pending() to make it
2712           work properly when we add calls to that function.
2713         + ensure that bool functions return only TRUE or FALSE, and TRUE/FALSE
2714           are assigned to bool values (patch by H.J.Lu).
2715         > patches by Alexander V. Lukyanov:
2716         + several fixes to getch:
2717           1.  Separate cooked and raw keys in fifo
2718           2.  Fix the case of ungetch'ed KEY_MOUSE
2719           3.  wrap the code for hiding EINTR with ifdef HIDE_EINTR
2720           4.  correctly handle input errors (i.e., EINTR) without loss of raw
2721               keys
2722           5.  recognize ESC KEY_LEFT and similar
2723           6.  correctly handle the case of receiption of KEY_MOUSE from gpm
2724         + correct off-by-one indexing error in _nc_mouse_parse(), that caused
2725           single mouse events (press/release) to be ignored in favor of
2726           composed events (click).  Improves on a fix from integrating gpm
2727           support in 961229.
2728         + add another call to check_pending, before scrolling, for
2729           line-breakout optimization
2730         + improve hashmap.c by
2731           1.  fixed loop condition in grow_hunks()
2732           2.  not marking lines with offset 0
2733           3.  fixed condition of 'too far' criteria, thus one-line hunks are
2734           ignored and two lines interchanged won't pass.
2735         + rewrote/simplified _nc_scroll_optimize() by separating into two
2736           passes, forward/backward, looking for chunks moving only in the given
2737           direction.
2738         + move logic that emits sgr0 when initializing the screen to
2739           _nc_screen_init(), now invoked from newterm.
2740         + move cursor-movement cleanup from endwin() into _nc_mvcur_wrap()
2741           function and screen cleanup (i.e., color) into _nc_screen_wrap()
2742           function.
2743         + add new functions _nc_screen_init(), _nc_screen_resume() and
2744           _nc_screen_wrap().
2745         + rename _nc_mvcur_scrolln() to _nc_scrolln().
2746         + add a copy of acs_map[] to the SCREEN structure, where it can be
2747           stored/retrieved via set_term().
2748         + move variables _nc_idcok, _nc_idlok, _nc_windows into the SCREEN
2749           structure.
2750
2751 970816
2752         + implement experimental _nc_perform_scroll().
2753         + modify newterm (actually _nc_setupscreen()) to emit an sgr0 when
2754           initializing the screen, as does SVr4 (reported by Alexander V.
2755           Lukyanov).
2756         + added test_progs rule to ncurses/Makefile.
2757         + modify test/configure.in to check if initscr is already in $LIBS
2758           before looking for (n)curses library.
2759         + correct version-number in configure script for OSF1 shared-library
2760           options (patch by Tim Mooney).
2761         + add -DNDEBUG to CPPFLAGS for --enable-assertions (as Juergen
2762           originally patched) since the c++ demo files do not necessarily
2763           include ncurses_cfg.h
2764         + supply default value for --enable-assertions option in configure
2765           script (reported by Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>).
2766         > patches by Alexander V. Lukyanov:
2767         + correct/simplify logic of werase(), wclrtoeol() and wclrbot().  See
2768           example firstlast.c
2769         + optimize waddch_literal() and waddch_nosync() by factoring out
2770           common subexpressions.
2771         + correct sense of NDEBUG ifdef for CHECK_POSITION macro.
2772         + corrections to render_char(), to make handling of colored blanks
2773           match SVr4 curses, as well as to correct a bug that xor'd space
2774           against the background character.
2775         + replaced hash function with a faster one (timed it)
2776         + rewrote the hashmap algorithm to be one-pass, this avoids multiple
2777           cost_effective() calls on the same lines.
2778         + modified cost_effective() so it is now slightly more precise.
2779         > patches by H.J.Lu for glibc integration:
2780         + add modules define_key, keyok, name_match, tries
2781         + add makefile rules for some of the unit tests in ncurses (mvcur,
2782           captoinfo, hardscroll, hashmap).
2783         + update Linux configure-script for wide-character definitions.
2784
2785 970809
2786         + modify _tracebits() to show the character size (e.g., CS8).
2787         + modify tparm() to emit '\200' where the generated string would have a
2788           null (reported by From:  Ian Dall <Ian.Dall@dsto.defence.gov.au> for
2789           terminal type ncr7900).
2790         + modify install process so that ldconfig is not invoked if the
2791           package is built with an install-prefix.
2792         + correct test program for chtype size (reported by Tim Mooney).
2793         + add configure option --disable-scroll-hints, using this to ifdef the
2794           logic that computes indices for _nc_scroll_optimize().
2795         + add module ncurses/softscroll.c, to perform single-stage computation
2796           of scroll indices used in _nc_scroll_optimize().  This is faster than
2797           the existing scrolling algorithm, but tends to make too-small hunks.
2798         + eliminate fixed buffer size in _nc_linedump().
2799         + minor fixes to lib_doupdate.c to add tradeoff between clr_eol (el)
2800           and clr_bol (el1), refine logic in ClrUpdate() and ClrBottom() (patch
2801           by Alexander V. Lukyanov).
2802         + add test/testaddch.c, from a pending patch by Alexander V. Lukyanov.
2803         + correct processing of "configure --enable-assertions" option (patch
2804           by Juergen Pfeifer).
2805
2806 970802
2807         + add '-s' (single-step) option too test/hashtest.c, correct an error
2808           in loop limit for '-f' (footer option), toggle scrollok() when
2809           writing footer to avoid wrap at lower-right corner.
2810         + correct behavior of clrtoeol() immediately after wrapping cursor,
2811           which was not clearing the line at the cursor position (reported by
2812           Liviu Daia <daia@stoilow.imar.ro>).
2813         + corrected mapping for ACS_LANTERN, which was 'I' rather than 'i'
2814           (reported by Klaus Weide <kweide@tezcat.com>).
2815         + many corrections to make progs/capconvert work, as well as make it
2816           reasonably portable and integrated with ncurses 4.1 (reported by Dave
2817           Furstenau <df@ravine.binary.net>).
2818
2819 970726
2820         + add flag SP->_fifohold, corresponding logic to modify the behavior of
2821           the line breakout logic so that if the application does not read
2822           input, refreshes will not be stopped, but only slowed.
2823         + generate slk_attr_off(), slk_attr_on(), slk_attr_set(), vid_attr(),
2824           ifdef'd for wide-character support, since ncurses' WA_xxx attribute
2825           masks are identical with the A_xxx masks.
2826         + modify MKlib_gen.sh to generate ifdef'd functions to support optional
2827           configuration of wide-characters.
2828         + modify tset to behave more like SVr4's tset, which does not modify
2829           the settings of intr, quit or erase unless they are given as command
2830           options (reported by Nelson H. F. Beebe <beebe@math.utah.edu>).
2831         + modify tset to look in /etc/ttys or /etc/ttytype if the configuration
2832           does not have getttynam().
2833         + extend baudrate table in tset.c to match baudrate() function.
2834         + add table entries for 230400 and 460800 bd to baudrate() function.
2835         + improve breakout logic by allowing it before the first line updated,
2836           which is what SVr4 curses does (patch by Alexander V. Lukyanov).
2837         + correct initialization of vcost in relative_move(), for cursor-down
2838           case (patch by Alexander V. Lukyanov).
2839         > nits gleaned from Debian distribution of 1.9.9g-3:
2840         + install symbolic link for intotocap.
2841         + reference libc directly when making shared libraries.
2842         + correct renaming of curs_scr_dmp.3x in man_db.renames.
2843         + guard tgetflag() and other termcap functions against null cur_term
2844           pointer.
2845
2846 970719
2847         + corrected initial state of software echo (error in 970405, reported
2848           by Alexander V. Lukyanov).
2849         + reviewed/added messages to configure script, so that all non-test
2850           options should be accompanied by a message.
2851         + add configure check for long filenames, using this to determine if
2852           it is safe to allow long aliases for terminal descriptions as does
2853           SVr4.
2854         + add configure options for widec (wide character), hashmap (both
2855           experimental).
2856         > patch by Alexander V. Lukyanov:
2857         + hashmap.c - improved by heuristic, so that scroll test works much
2858           better when csr is not available.
2859         + hardscroll.c - patched so that it continues to scroll other chunks
2860           after failure to scroll one.
2861         + lib_doupdate.c - _nc_mvcur_scrolln extended to handle more cases; csr
2862           is avoided as it is relative costly.  Fixed wrong coordinates in one
2863           case and wrong string in TRACE.
2864         > patch by Juergen Pfeifer:
2865         + modify C++ binding to compile on AIX 4.x with the IBM C-SET++
2866           compiler.
2867
2868 970712
2869         + remove alternate character set from kterm terminfo entry; it uses the
2870           shift-out control for a purpose incompatible with curses, i.e., font
2871           switching.
2872         + disentangle 'xterm' terminfo entry from some derived entries that
2873           should be based on xterm-r6 instead.
2874         + add cbt to xterm-xf86-xv32 terminfo entry; I added the emulation for
2875           XFree86 3.1.2F, but overlooked its use in terminfo then - T.Dickey.
2876         + correct logic in lib_mvcur.c that uses back_tab.
2877
2878 970706
2879         + correct change from 970628 to ClrUpdate() in lib_doupdate.c so that
2880           contents of curscr are saved in newscr before clearing the screen.
2881           This is needed to make repainting work with the present logic of
2882           TransformLine().
2883         + use napms() rather than sleep() in tset.c to avoid interrupting I/O.
2884
2885 970705
2886         + add limit checks to _nc_read_file_entry() to guard against overflow
2887           of buffer when reading incompatible terminfo format, e.g, from OSF/1.
2888         + correct some loop-variable errors in xmc support in lib_doupdate.c
2889         + modify ncurses 'b' test to add gaps, specified by user, to allow
2890           investigation of interaction with xmc (magic cookie) code.
2891         + correct typo in 970524 mods to xmas.c, had omitted empty parameter
2892           list from has_colors(), which gcc ignores, but SVr4 does not
2893           (reported by Larry Virden).
2894         + correct rmso capability in wy50-mc description.
2895         + add configure option "--enable-hard-tabs", renamed TABS_OK ifdef to
2896           USE_HARD_TABS.
2897         > patch by Juergen Pfeifer:
2898         + Add bindings for keyok() and define_key() to the Ada95 packages.
2899         + Improve man pages menu_post.3x and menu_format.3x
2900         + Fix the HTML pages in the Ada95/html directory to reflect the above
2901           changes.
2902
2903 970628
2904         + modify change from 970101 to ClrUpdate() in lib_doupdate.c so that
2905           pending changes to both curscr and newscr are flushed properly.
2906           This fixes a case where the first scrolling operation in nvi would
2907           cause the screen to be cleared unnecessarily and repainted before
2908           doing the indexing, i.e., by repeatedly pressing 'j' (reported by
2909           Juergen Pfeifer).
2910         + correct error in trans_string() which added embedded newlines in a
2911           terminfo description to the stored strings.
2912         + remove spurious newlines from sgr in wyse50 (and several other)
2913           terminfo descriptions.
2914         + add configure option for experimental xmc (magic cookie) code,
2915           "--enable-xmc-glitch".  When disabled (the default), attributes that
2916           would store a magic cookie are suppressed in vidputs().  The magic
2917           cookie code is far from workable at this stage; the configuration
2918           option is a stopgap.
2919         + move _nc_initscr() from lib_initscr.c to lib_newterm.c
2920         + correct path for invoking make_keys (a missing "./").
2921
2922 970621
2923         + correct sign-extension problem with "infocmp -e", which corrupted
2924           acsc values computed for linux fallback data.
2925         + correct dependency on ncurses/names.c (a missing "./").
2926         + modify configure script to use '&&' even for cd'ing to existing
2927           directories to work around broken shell interpreters.
2928         + correct a loop-limit in _nc_hash_map() (patch by Alexander V.
2929           Lukyanov).
2930
2931 970615
2932         + restore logic in _nc_scroll_optimize() which marks as touched the
2933           lines in curscr that are shifted.
2934         + add new utility 'make_keys' to compute keys.tries as a table rather
2935           than a series of function calls.
2936         + correct include-dependency for tic.h used by name_match
2937         + removed buffer-allocation for name and description from m_item_new.c,
2938           since this might result in incompatibilities with SVr4.  Also fixed
2939           the corresponding Ada95 binding module (patch by Juergen Pfeifer,
2940           from report by Avery Pennarun <apenwarr@foxnet.net>)
2941         + removed the mechanism to timestamp the generated Ada95 sources.  This
2942           resulted always in generating patches for the HTML doc, even when
2943           nothing really changed (patch by Juergen Pfeifer).
2944         + improve man page mitem_new.3x (patch by Juergen Pfeifer).
2945
2946 970614
2947         + remove ech capability from rxvt description because it does not work.
2948         + add missing case logic for infocmp -I option (reported by Lorenzo M.
2949           Catucci <lorenzo@argon.roma2.infn.it>)
2950         + correct old bug in pnoutrefresh() unmasked by fix in 970531; this
2951           caused glitches in the ncurses 'p' test since the area outside the
2952           pad was not compared when setting up indices for _nc_scroll_optimize.
2953         + rewrote tracebits() to workaround misdefinition of TOSTOP on Ultrix
2954           4.4, as well as to eliminate fixed-size buffer (reported by Chris
2955           Tanner <tannerc@aecl.ca>)
2956         + correct prototype for termattrs() as per XPG4 version 2.
2957         + add placeholder prototypes for color_set(), erasewchar(),
2958           term_attrs(), wcolor_set() as per XPG4 version 2.
2959         + correct attribution for progs/progs.priv.h and lib_twait.c
2960         + improve line-breakout logic by checking based on changed lines rather
2961           than total lines (patch by Alexander V. Lukyanov).
2962         + correct loop limits for table-lookup of enumerated value in form
2963           (patch by Juergen Pfeifer).
2964         + improve threshhold computation for determining when to call ClrToEOL
2965           (patch by Alexander V. Lukyanov).
2966
2967 970531
2968         + add configure option --disable-database to force the library to
2969           use only the fallback data.
2970         + add configure option --with-fallbacks, to specify list of fallback
2971           terminal descriptions.
2972         + add a symbolic link for ncurses.h during install; too many programs
2973           still assume there's an ncurses.h
2974         + add new terminfo.src entry for xterm-xf86-v33.
2975         + restore terminfo.src entry for emu to using setf/setb, since it is
2976           not, after all, generating ANSI sequences.  Corrected missing comma
2977           that caused setf/setb entries to merge.
2978         + modify mousemask() to use keyok() to enable/disable KEY_MOUSE, so
2979           that applications can disable ncurses' mouse and supply their own
2980           handler.
2981         + add extensions keyok() and define_key().  These are designed to allow
2982           the user's application better control over the use of function keys,
2983           e.g., disabling the ncurses KEY_MOUSE.  (The define_key idea was from
2984           a mailing-list thread started by kjahds@kjahds.com Nov'1995).
2985         + restore original behavior in ncurses 'g' test, i.e., explicitly
2986           set the keypad mode rather than use the default, since it confuses
2987           people.
2988         + rewrote the newdemo banner so it's readable (reported by Hugh Daniel).
2989         + tidy up exit from hashtest (reported by Hugh Daniel).
2990         + restore check for ^Q in ncurses 'g' test broken in 970510 (reported
2991           by Hugh Daniel)
2992         + correct tput program, checking return-value of setupterm (patch by
2993           Florian La Roche).
2994         + correct logic in pnoutrefresh() and pechochar() functions (reported
2995           by Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>).  The computation
2996           of 'wide' date to eric's #283 (1.9.9), and the pechochar bug to the
2997           original implementation (1.9.6).
2998         + correct typo in vt102-w terminfo.src entry (patch by Robert Wuest
2999           <rwuest@sire.vt.com>)
3000         + move calls of _nc_background() out of various loops, as its return
3001           value will be the same for the whole window being operated on (patch
3002           by J.T.Conklin).
3003         + add macros getcur[xy] getbeg[xy] getpar[xy], which are defined in
3004           SVr4 headers (patch by J.T.Conklin <jtc@NetBSD.ORG>)
3005         + modify glibc addon-configure scripts (patch by H.J.Lu).
3006         + correct a bug in hashmap.c: the size used for clearing the hashmap
3007           table was incorrect, causing stack corruption for large values of
3008           LINES, e.g., >MAXLINES/2 (patch by Alexander V. Lukyanov).
3009         + eric's terminfo 9.13.23 & 9.13.24 changes: replaced minitel-2 entry,
3010           added MGR, ansi-nt (note: the changes described for 9.13.24 have not
3011           been applied).
3012         > several changes by Juergen Pfeifer:
3013         + correct a missing error-return in form_driver.c when wrapping of a
3014           field is not possible.
3015         + correct logic in form_driver.c for configurations that do not have
3016           memccpy() (reported by Sidik Isani <isani@cfht.hawaii.edu>)
3017         + change several c++ binding functions to inline.
3018         + modify c++ menu binding to inherit from panels, for proper
3019           initialization.
3020         + correct freeing of menu items in c++ binding.
3021         + modify c++ binding to reflect removal of const from user data pointer
3022           in forms/menus libraries.
3023
3024 970524
3025         + add description of xterm-16color.
3026         + modify name of shared-library on *BSD to end with $(REL_VERSION)
3027           rather than $(ABI_VERSION) to match actual convention on FreeBSD
3028           (cf: 960713).
3029         + add OpenBSD to shared-library case, same as NetBSD and FreeBSD
3030           (reported by Hugh Daniel <hugh@rat.toad.com>).
3031         + corrected include-dependency in menu/Makefile so that "make install"
3032           works properly w/o first doing "make".
3033         + add fallback definition for isascii, used in infocmp.
3034         + modify xmas to use color, and to exit right away when a key is
3035           pressed.
3036         + modify gdc so that the scrolled digits function as described (there
3037           was no time delay between the stages, and the digits overwrote the
3038           bounding box without tidying up).
3039         + modify lib_color.c to use setaf/setab only for the ANSI color codes
3040           0 through 7.  Using 16 colors requires setf/setb.
3041         + modify ncurses 'c' test to work with 16 colors, as well as the normal
3042           8 colors.
3043         + remove const qualifier from user data pointer in forms and menus
3044           libraries (patch by Juergen Pfeifer).
3045         + rewrote 'waddchnstr()' to avoid using the _nc_waddch_nosync()
3046           function, thereby not interpreting tabs, etc., as per spec (patch by
3047           Alexander V. Lukyanov).
3048
3049 970517
3050         + suppress check for pre-existing ncurses header if the --prefix
3051           option is specified.
3052         + add configure options "--with-system-type" and "--with-system-release"
3053           to assist in checking the generated makefiles.
3054         + add configure option "--enable-rpath" to allow installers to specify
3055           that programs linked against shared libraries will have their library
3056           path embedded, allowing installs into nonstandard locations.
3057         + add flags to OSF1 shared-library options to specify version and
3058           symbol file (patch by Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>)
3059         + add missing definition for ABI_VERSION to c++/Makefile.in (reported
3060           by Satoshi Adachi <adachi@wisdom.aa.ap.titech.ac.jp>).
3061         + modify link flags to accommodate HP-UX linker which embeds absolute
3062           pathnames in executables linked against shared libraries (reported by
3063           Jason Evans <jasone@mrc.uidaho.edu>, solved by Alan Shutko
3064           <ats@hubert.wustl.edu>).
3065         + drop unnecessary check for attribute-change in onscreen_mvcur() since
3066           mvcur() is the only caller within the library, and that check in turn
3067           is exercised only from lib_doupdate.c (patch by Alexander V.
3068           Lukyanov).
3069         + add 'blank' parameter to _nc_scroll_window() so _nc_mvcur_scrolln()
3070           can use the background of stdscr as a parameter to that function
3071           (patch by Alexander V. Lukyanov).
3072         + moved _nc_mvcur_scrolln() from lib_mvcur.c to lib_doupdate.c, to use
3073           the latter's internal functions, as well as to eliminate unnecessary
3074           cursor save/restore operations (patch by Alexander V. Lukyanov).
3075         + omit parameter of ClrUpdate(), since it is called only for newscr,
3076           further optimized/reduced by using ClearScreen() and TransformLine()
3077           to get rid of duplicate code (patch by Alexander V. Lukyanov).
3078         + modify scrolling algorithm in _nc_scroll_optimize() to reject hunks
3079           that are smaller than the distance to be moved (patch by Alexander V.
3080           Lukyanov).
3081         + correct a place where the panel library was not ifdef'd in ncurses.c
3082           (Juergen Pfeifer)
3083         + documentation fixes (Juergen Pfeifer)
3084
3085 970515  4.1 release for upload to prep.ai.mit.edu
3086         + re-tag changes since 970505 as 4.1 release.
3087
3088 970510
3089         + modify ncurses 'g' test to allow mouse input
3090         + modify default xterm description to include mouse.
3091         + modify configure script to add -Wwrite-strings if gcc warnings are
3092           enabled while configuring --enable-const (and fixed related warnings).
3093         + add toggle, status display for keypad mode to ncurses 'g' test to
3094           verify that keypad and scrollok are not inherited from parent window
3095           during a call to newwin.
3096         + correction to MKexpanded.sh to make it work when configure --srcdir is
3097           used (reported by H.J.Lu).
3098         + revise test for bool-type, ensuring that it checks if builtin.h is
3099           available before including it, adding test for sizeof(bool) equal
3100           to sizeof(short), and warning user if the size cannot be determined
3101           (reported by Alexander V. Lukyanov).
3102         + add files to support configuration of ncurses as an add-on library
3103           for GNU libc (patch by H.J.Lu <hjl@lucon.org>)
3104
3105 970506
3106         + correct buffer overrun in lib_traceatr.c
3107         + modify change to lib_vidattr.c to avoid redundant orig_pair.
3108         + turn on 'echo()' in hanoi.c, since it is initially off.
3109         + rename local 'errno' variable in etip.h to avoid conflict with global
3110           (H.J.Lu).
3111         + modify configure script to cache LD, AR, AR_OPTS (patch by H.J.Lu
3112           <hjl@lucon.org>)
3113
3114 970505  4.1 pre-release
3115         + regenerate the misc directory html dumps without the link list, which
3116           is not useful.
3117         + correct dependency in form directory makefile which caused unnecessary
3118           recompiles.
3119         + correct substitution for ABI_VERSION in test-makefile
3120         + modify install rules for shared-library targets to remove the target
3121           before installing, since some install programs do not properly handle
3122           overwrite of symbolic links.
3123         + change order of top-level targets so that 'include' immediate
3124           precedes the 'ncurses' directory, reducing the time between new
3125           headers and new libraries (requested by Larry Virden).
3126         + modify lib_vidattr.c so that colors are turned off only before
3127           modifying other attributes, turned on after others.  This makes the
3128           hanoi.c program display correctly on FreeBSD console.
3129         + modify debug code in panel library to print user-data addresses
3130           rather than the strings which they (may) point to.
3131         + add check to ensure that C++ binding and demo are not built with g++
3132           versions below 2.7, since the binding uses templates.
3133         + modify c++ binding and demo to build and run with SGI's c++ compiler.
3134           (It also compiles with the Sun SparcWorks compiler, but the demo does
3135           not link, due to a vtbl problem).
3136         + corrections to demo.cc, to fix out-of-scope variables (Juergen
3137           Pfeifer).
3138
3139 970503
3140         + correct memory leak in _nc_trace_buf().
3141         + add configure test for regexpr.h, for Unixware 1.x.
3142         + correct missing "./" prefixing names of generated files in ncurses
3143           directory.
3144         + use single-quotes in configure scripts assignments for MK_SHARED_LIB
3145           to workaround shell bug on FreeBSD 2.1.5
3146         + remove tabs from intermediate #define's for GCC_PRINTF, GCC_SCANF
3147           that caused incorrect result in ncurses_cfg.h
3148         + correct initialization in lib_trace.c, which omitted version info.
3149         + remove ech, el1 attributes from cons25w description; they appear to
3150           malfunction in FreeBSD 2.1.5
3151         + correct color attributes in terminfo.src and lib_color.c to match
3152           SVr4 behavior by interchanging codes 1,4, 3,6 in the setf/setb
3153           capabilities.
3154         + use curs_set() rather than checks via tigetstr() for test programs
3155           that hide the cursor: firework, rain, worm.
3156         + ensure that if the terminal lacks change_scroll_region, parm_index
3157           and parm_rindex are used only to scroll the whole screen (patch by
3158           Peter Wemm).
3159         + correct curs_set() logic, which did not return ERR if the requested
3160           attributes did not exist, nor did it assume an unknown initial state
3161           for the cursor (patch by Alexander V. Lukyanov).
3162         + combine IDcTransformLine and NoIDcTransformLine to new TransformLine
3163           function in lib_doupdate.c (patch by Alexander V. Lukyanov).
3164         + correct hashmap.c, which did not update index information (patch by
3165           Alexander V. Lukyanov).
3166         + patch by Juergen Pfeifer for C++ binding and demo (see c++/NEWS)
3167         + correct index in lib_instr.c (Juergen Pfeifer).
3168         + correct typo in 970426 patch from Tom's cleanup of lib_overlay.c
3169           (Juergen Pfeifer).
3170
3171 970426
3172         + corrected cost computation in PutRange(), which was using
3173           milliseconds compared to characters by adding two new members to the
3174           SCREEN struct, _hpa_ch_cost and _cup_ch_cost.
3175         + drop ncurses/lib_unctrl.c, add ncurses/MKunctrl.awk to generate a
3176           const array of strings (suggested by Alexander V. Lukyanov, though
3177           with a perl script 970118).
3178         + rewrote ncurses 'b' test to better exercise magic-cookie (xmc), as
3179           well as noting the attributes that are not supported by a terminal.
3180         + trace the computation of cost values in lib_mvcur.c
3181         + modify _nc_visbuf() to use octal rather than hex, corrected sign
3182           extension bug in that function that caused buffer overflow.
3183         + modify trace in lib_acs.c to use _nc_visbuf().
3184         + suppress trace within _traceattr2().
3185         + correct logic of _tracechtype2(), which did not account for repeats
3186           or redefinition within an acsc string.
3187         + modify debug-library version baudrate() to use environment variable
3188           $BAUDRATE to override speed computation.  This is needed for
3189           regression testing.
3190         + correct problems shown by "weblint -pedantic".
3191         + update mailing-list information (now ncurses@bsdi.com).
3192
3193 970419
3194         + Improve form_field_validation.3x manpage to better describe the
3195           precision parameter for TYPE_NUMERIC and TYPE_INTEGER.  Provide more
3196           precise information how the range checking can be avoided.  (patch by
3197           Juergen Pfeifer, reported by Bryan Henderson)
3198         + change type of min/max value of form types TYPE_INTEGER to long to
3199           match SVr4 documentation.
3200         + set the form window to stdscr in set_form_win() so that form_win()
3201           won't return null (patch by Juergen Pfeifer, reported by Bryan
3202           Henderson <bryanh@giraffe.netgate.net>).
3203
3204 970412
3205         + corrected ifdef'ing of inline (from 970321) for TRACE vs C++.
3206         + corrected toggle_attr_off() macro (patch by Andries.Brouwer).
3207         + modify treatment of empty token in $MANPATH to /usr/man (reported by
3208           <Andries.Brouwer@cwi.nl>)
3209         + modify traces that record functions-called so that chtype and attr_t
3210           values are expressed symbolically, to simplify reuse of generated
3211           test-scripts on SVr4 regression testing.
3212         + add new trace functions _traceattr2() and _tracechtype2()
3213
3214 970405
3215         + add configure option --enable-const, to support the use of 'const'
3216           where XSI should have, but did not, specify.  This defines
3217           NCURSES_CONST, which is an empty token otherwise, for strict
3218           compatibility.
3219         + make processing of configure options more verbose by echoing the
3220           --enable/--with values.
3221         + add configure option --enable-big-core
3222         + set initial state of software echo off as per XSI.
3223         + check for C++ builtin.h header
3224         + correct computation of absolute-path for $INSTALL that dropped "-c"
3225           parameter from the expression.
3226         + rename config.h to ncurses_cfg.h to avoid naming-conflict when ncurses
3227           is integrated into larger systems (from diffs by H.J.Lu for libc).
3228         + correct inequality in lib_doupdate.c that caused a single-char to not
3229           be updated when the char on the right-margin was not blank, idcok()
3230           was true (patch by Alexander V.  Lukyanov 970124, also reported by
3231           Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu> 970329).
3232         + modify 'clean' rule in include/Makefile so that files created by
3233           configure script are removed in 'distclean' rule instead.
3234
3235 970328
3236         + correct array limit in tparam_internal(), add case to interpret "%x"
3237           (patch by Andreas Schwab)
3238         + rewrote number-parsing in ncurses.c 'd' test; it did not reset the
3239           value properly when non-numeric characters were given (reported by
3240           Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>)
3241
3242 970321
3243         + move definition of __INTERNAL_CAPS_VISIBLE before include for
3244           progs.priv.h (patch by David MacKenzie).
3245         + add configuration summary, reordered check for default include
3246           directory to better accommodate a case where installer is configuring
3247           a second copy of ncurses (reported by Klaus Weide
3248           <kweide@tezcat.com>)
3249         + moved the #define for 'inline' as an empty token from the
3250           $(CFLAGS_DEBUG) symbol into config.h, to avoid redefinition warning
3251           (reported by Ward Horner).
3252         + modify test for bool builtin type to use 'unsigned' rather than
3253           'unknown' when cross-compiling (reported by Ward Horner).
3254
3255 970315
3256         + add header dependencies so that "make install.libs" will succeed
3257           even if "make all" is not done first.
3258         + moved some macros from lib_doupdate.c to curses.priv.h to use in
3259           expanded functions with ATAC.
3260         + correct implementation of lib_instr.c; both XSI and SVr4 agree that
3261           the winnstr functions can return more characters than will fit on one
3262           line.
3263
3264 970308
3265         + modify script that generates lib_gen.c to support traces of called &
3266           return.
3267         + add new configure option "--disable-macros", for testing calls within
3268           lib_gen.c
3269         + corrected logic that screens level-checking of called/return traces.
3270
3271 970301
3272         + use new configure macro NC_SUBST to replace AC_PATH_PROG, better
3273           addressing request by Ward Horner.
3274         + check for cross-compiling before trying to invoke the autoconf
3275           AC_FUNC_SETVBUF_REVERSED macro (reported by Ward Horner)
3276         + correct/simplify loop in _nc_visbuf(), 970201 changes omitted
3277           a pointer-increment.
3278         + eliminate obsolete symbol SHARED_ABI from dist.mk (noted by
3279           Florian La Roche).
3280
3281 970215
3282         + add configure option --enable-expanded, together with code that
3283           implements an expanded form of certain complex macros, for testing
3284           with ATAC.
3285         + disable CHECK_POSITION unless --with-assertions is configured
3286           (Alexander Lukyanov pointed out that this is redundant).
3287         + use keyname() to show traced chtype values where applicable rather
3288           than _tracechar(), which truncates the value to 8-bits.
3289         + minor fixes to TRACE_ICALLS, added T_CREATE, TRACE_CCALLS macros.
3290         + modify makefiles in progs and test directories to avoid using C
3291           preprocessor options on link commands (reported by Ward Horner)
3292         + correct ifdef/include-order for nc_alloc.h vs lib_freeall.c (reported
3293           by Ward Horner)
3294         + modify ifdef's to use configure-defined symbols consistently
3295           (reported by Ward Horner)
3296         + add/use new makefile symbols AR, AR_OPTS and LD to assist in non-UNIX
3297           ports (reported by Ward Horner <whorner@tsi-telsys.com>)
3298         + rename struct try to struct tries, to avoid name conflict with C++
3299           (reported by Gary Johnson).
3300         + modify worm.c to hide cursor while running.
3301         + add -Wcast-qual to gcc warnings, fix accordingly.
3302         + use PutChar rather than PutAttrChar in ClrToEOL to properly handle
3303           wrapping (Alexander Lukyanov).
3304         + correct spurious echoing of input in hanoi.c from eric's #291 & #292
3305           patches (reported by Vernon C. Hoxie <vern@zebra.alphacdc.com>).
3306         + extend IRIX configuration to IRIX64
3307         + supply missing install.libs rule needed after restructuring
3308           test/Makefile.in
3309
3310 970208
3311         + modify "make mostlyclean" to leave automatically-generated source
3312           in the ncurses directory, for use in cross-compiles.
3313         + autogenerated object-dependencies for test directory
3314         + add configure option --with-rcs-ids
3315         + modify configuration scripts to generate major/minor/patch versions
3316           (suggested by Alexander Lukyanov).
3317         + supply missing va_end's in lib_scanw.c
3318         + use stream I/O for trace-output, to eliminate fixed-size buffer
3319         + add TRACE_ICALLS definition/support to lib_trace.c
3320         + modify Ada95 binding to work with GNAT 3.09 (Juergen Pfeifer).
3321
3322 970201
3323         + add/modify traces for called/return values to simplify extraction
3324           for test scripts.
3325         + changed _nc_visbuf to quote its result, and to dynamically allocate
3326           the returned buffer.
3327         + invoke ldconfig after installing shared library
3328         + modify install so that overwrite applies to shared library -lcurses
3329           in preference to static library (reported by Zeyd 960928).
3330         + correct missing ';' in 961221 mod to overwrite option use of $(LN_S).
3331         + fixes to allow "make install" to work without first doing a "make
3332           all" (suggested by Larry Virden).
3333
3334 970125
3335         + correct order of #ifdef for TABS_OK.
3336         + instrumented toe.c to test memory-leaks.
3337         + correct memory-deallocation in toe.c (patch by Jesse Thilo).
3338         + include <sys/types.h> in configuration test for regex.h (patch by
3339           Andreas Schwab)
3340         + make infocmp recognize -I option, for SVr4 compatibility (reported by
3341           Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>)
3342
3343 970118
3344         + add extension 'use_default_colors()', modified test applications that
3345           use default background (firework, gdc, hanoi, knight, worm) to
3346           demonstrate.
3347         + correct some limit checks in lib_doupdate.c exposed while running
3348           worm.
3349         + use typeCalloc macro for readability.
3350         + add/use definition for CONST to accommodate testing with Solaris
3351           (SVr4) curses, which doesn't use 'const' in its prototypes.
3352         + modify ifdef's in test/hashtest.c and test/view.c to compile with
3353           Solaris curses.
3354         + modify _tracedump() to pad pad colors & attrs lines to match change
3355           in 970101 showing first/last changes.
3356         + corrected location of terminating null on dynamically allocated forms
3357           fields (patch by Per Foreby).
3358
3359 970111
3360         + added headers to make view.c compile on SCO with the resizeterm()
3361           code (i.e., struct winsize) - though this compiles, I don't have a
3362           suitable test configuration since SIGWINCH doesn't pass my network to
3363           that machine - T.Dickey.
3364         + update test/configure.in to supply some default substitutions.
3365         + modify configure script to add -lncurses after -lgpm to fix problem
3366           linking against static libraries.
3367         + add a missing noraw() to test/ncurses.c (places noted by Jeremy
3368           Buhler)
3369         + add a missing wclear() to test/testcurs.c (patch by Jeremy Buhler
3370           <jbuhler@cs.washington.edu>)
3371         + modify headers to accommodate compilers that don't allow duplicate
3372           "#define" lines for NCURSES_VERSION (reported by Larry W. Virden
3373           <lvirden@cas.org>)
3374         + fix formatting glitch in curs_getch.3x (patch by Jesse Thilo).
3375         + modify lib_doupdate to make el, el1 and ed optimization use the
3376           can_clear_with macro, and change EmitRange to allow leaving cursor at
3377           the middle of interval, rather than always at the end (patch by
3378           Alexander Lukyanov originally 960929, resync 970106).
3379
3380 970104
3381         + workaround defect in autoconf 2.12 (which terminates configuration
3382           if no C++ compiler is found) by adding an option --without-cxx.
3383         + modify several man-pages to use tbl, where .nf/.fi was used (reported
3384           by Jesse Thilo).
3385         + correct font-codes in some man-pages (patch by Jesse Thilo
3386           <Jesse.Thilo@pobox.com>)
3387         + use configure script's knowledge of existence of g++ library for the
3388           c++ Makefile (reported by Paul Jackson).
3389         + correct misleading description of --datadir configuration option
3390           (reported by Paul Jackson <pj@sam.engr.sgi.com>)
3391
3392 970101
3393         + several corrections to _nc_mvcur_scrolln(), prompted by a bug report
3394           from Peter Wemm:
3395         > the logic for non_dest_scroll_region was interchanged between the
3396           forward & reverse scrolling cases.
3397         > multiple returns from the function allowed certain conditions to do
3398           part of an operation before discovering that it couldn't be
3399           completed, returning an error without restoring the cursor.
3400         > some returns were ERR, where the function had completed the
3401           operation, because the insert/delete line logic was improperly
3402           tested (this was probably the case Peter saw).
3403         > contrary to comments, some scrolling cases were tested after the
3404           insert/delete line method.
3405         + modify _tracedump() to show first/last changes.
3406         + modify param of ClrUpdate() in lib_doupdate.c to 'newscr', fixes
3407           refresh problem (reported by Peter Wemm) that caused nvi to not show
3408           result of ":r !ls" until a ^L was typed.
3409
3410 961229  (internal alpha)
3411         + correct some of the writable-strings warnings (reported by Gary
3412           Johnson <gjohnson@season.com>).  Note that most of the remaining ones
3413           are part of the XSI specification, and can't be "fixed".
3414         + improve include-dependencies in form, menu, panel directories.
3415         + correct logic of delay_output(), which would return early if
3416           there is data on stdin.
3417         + modify interface & logic of _nc_timed_wait() to support 2 file
3418           descriptors, needed for GPM.
3419         + integrate patch by Andrew Kuchling <amk@magnet.com> for GPM (mouse)
3420           support, correcting logic in wgetch() and _nc_mouse_parse() which
3421           prevented patch from working properly.
3422         + improve performance of panel algorithm (Juergen Pfeifer 961203).
3423         + strip RCS id's from generated .html files in Ada95 subtree.
3424         + resync with generated .html files (Juergen Pfeifer 961223).
3425         + terminfo.src 10.1.0 from Eric.
3426
3427 961224  4.0 release
3428         + release as 4.0 to accommodate Linux ld.so.1.8.5
3429         + correct syntax/spelling, regenerated .doc files from .html using
3430           lynx 2.5
3431         + refined forms/menus makefiles (Juergen Pfeifer 961223).
3432
3433 961221  - snapshot
3434         + remove logic in read_entry.c that attempts to refine errno by using
3435           'access()' for the directory (from patch by Florian La Roche).
3436         + correct configure test/substitution that inhibits generating
3437           include-path to /usr/include if gcc is used (reported by Florian La
3438           Roche).
3439         + modify setupterm() to allocate new TERMINAL for each call, just as
3440           solaris' curses does (Alexander Lukyanov 960829).
3441         + corrected memory leaks in read_entry.c
3442         + add configure options --with-dbmalloc, --with-dmalloc, and
3443           --disable-leaks, tested by instrumenting infocmp, ncurses programs.
3444         + move #include's for stdlib.h and string.h to *.priv.h to accommodate
3445           use of dbmalloc.
3446         + modify use of $(LN_S) to follow recommendation in autoconf 2.12,
3447           i.e., set current directory before linking.
3448         + split-out panel.priv.h, improve dependencies for forms, menus
3449           (Juergen Pfeifer 961204).
3450         + modify _nc_freewin() to reset globals curscr/newscr/stdscr when
3451           freeing the corresponding WINDOW (Purify).
3452         + modify delwin() to return ERR if the window to be deleted has
3453           subwindows, needed as a side-effect of resizeterm() (Purify).  Tested
3454           and found that SVr4 curses behaves this way.
3455         + implement logic for _nc_freeall(), bringing stub up to date.
3456
3457 961215
3458         + modify wbkgd() so that it doesn't set nulls in the rendered text,
3459           even if its argument doesn't specify a character (fixes test case by
3460           Juergen Pfeifer for bug-report).
3461         + set window-attributes in wbkgd(), to simplify comparison against
3462           Solaris curses, which does this.
3463
3464 961214  - snapshot
3465         + replace most constants in ncurses 'o' test by expressions, making it
3466           work with wider range of screen sizes.
3467         + add options to ncurses.c to specify 'e' test softkey format, and the
3468           number of header/footer lines to rip-off.
3469         + add ^R (repaint after resize), ^L (refresh) commands to ncurses 'p'
3470           test.
3471         + add shell-out (!) command to ncurses 'p' test to allow test of
3472           resize between endwin/refresh.
3473         + correct line-wrap case in mvcur() by emitting carriage return,
3474           overlooked in 960928, but needed due to SVr4 compatibility changes to
3475           terminal modes in 960907.
3476         + correct logic in wresize that causes new lines to be allocated,
3477           broken for the special case of increasing rows only in 960907's fix
3478           for subwindows.
3479         + modify configure script to generate $(LDFLAGS) with -L and -l options
3480           in preference to explicit library filenames.  (NOTE: this may
3481           require further amending, since I vaguely recall a dynamic loader
3482           that did not work properly without the full names, but it should be
3483           handled as an exception to the rule, since some linkers do bulk
3484           inclusion of libraries when given the full name - T.Dickey).
3485         + modify configure script to allow user-supplied $CFLAGS to set the
3486           debug-option in all libraries (requested by lots of people).
3487         + use return consistently from main(), rather than exit (reported by
3488           Florian La Roche).
3489         + add --enable-getcap-cache option to configure, normally disabled
3490           (requested by Florian La Roche).
3491         + make configure test for gettimeofday() and possibly -lbsd more
3492           efficient (requested by Florian La Roche florian@knorke.saar.de)
3493         + minor adjustments to Ada95 binding (patches by Juergen Pfeifer)
3494         + correct attributes after emitting orig_pair in lib_vidattr.c (patch
3495           by lav@yars.free.net).
3496
3497 961208
3498         + corrected README wrt Ada95 (Juergen Pfeifer)
3499
3500 961207  - snapshot
3501         + integrate resizeterm() into doupdate(), so that if screen size
3502           changes between endwin/refresh, ncurses will resize windows to fit
3503           (this needs additional testing with pads and softkeys).
3504         + add, for memory-leak testing, _nc_freeall() entrypoint to free all
3505           data used in ncurses library.
3506         + initialize _nc_idcok, _nc_idlok statically to resolve discrepancy
3507           between initscr() and newwin() initialization (reported by
3508           lav@yars.free.net).
3509         + test built VERSION=4.0, SHARED_ABI=4 with Linux ld.so.1.8.5
3510           (set beta versions to those values -- NOTE that subsequent pre-4.0
3511           beta may not be interchangeable).
3512         + modify configure script to work with autoconf 2.12
3513
3514 961130  1.9.9g release
3515         + add copyright notices to configuration scripts (written by Thomas
3516           Dickey).
3517
3518 961127
3519         > patch by Juergen Pfeifer (mostly for panel):
3520         + cosmetic improvement for a few routines in the ncurses core library
3521           to avoid warning messages.
3522         + the panel overlap detection was broken
3523         + the panel_window() function was not fool-proof.
3524         + Some inlining...
3525         + Cosmetic changes (also to avoid warning messages when compiling with
3526           -DTRACE).
3527
3528 961126
3529         > patch by Juergen Pfeifer:
3530         + eliminates warning messages for the compile of libform.
3531         + inserts Per Foreby's new field type TYPE_IPV4 into libform.
3532         + Updates man page and the Ada95 binding to reflect this.
3533         + Improves inlining in libmenu and libform.
3534
3535 961120
3536         + improve the use of the "const" qualifier in the
3537           panel library (Juergen Pfeifer)
3538         + change set_panel_userptr() and panel_userptr() to use void*
3539           (Juergen Pfeifer)
3540
3541 961119
3542         + change ABI to 3.4
3543         + package with 961119 version of Ada95 binding (fixes for gnat-3.07).
3544           (Juergen Pfeifer)
3545         + correct initialization of the stdscr pseudo panel in panel library
3546           (Juergen Pfeifer)
3547         + use MODULE_ID (rcs keywords) in forms and menus libraries (Juergen
3548           Pfeifer).
3549         > patch #324 by Eric.
3550         + typo in curs_termcap man page (reported by Hendrik Reichel
3551           <106065.2344@compuserve.com>)
3552         + change default xterm entry to xterm-r6.
3553         + add entry for color_xterm
3554
3555 961116  - snapshot
3556         + lint found several functions that had only #define implementations
3557           (e.g., attr_off), modified curses.h.in to generate them as per XSI
3558           Curses requirement that every macro be available as a function.
3559         + add check in infocmp.c to guard against string compare of
3560           CANCELLED_STRING values.
3561         + modify firework.c, rain.c to hide cursor while running.
3562         + correct missing va_end in lib_tparm.c
3563         + modify hanoi.c to work on non-color terminals, and to use timing
3564           delays when in autoplay mode.
3565         + correct 'echochar()' to refresh immediately (reported by Adrian
3566           Garside 94ajg2@eng.cam.ac.uk)
3567         > patch #322 by eric:
3568         + reorganize terminfo.src entries for xterm.
3569
3570 961109  - snapshot
3571         + corrected error in line-breakout logic (lib_doupdate.c)
3572         + modified newdemo to use wgetch(win) rather than getch() to eliminate
3573           a spurious clear-screen.
3574         + corrected ifdef's for 'poll()' configuration.
3575         + added modules to ncurses, form, menu for Ada95 binding (Juergen
3576           Pfeifer).
3577         + modify set_field_buffer() to allow assignment of string longer than
3578           the initial buffer length, and to return the complete string rather
3579           than only the initial size (Juergen Pfeifer and Per Foreby
3580           <perf@efd.lth.se>).
3581
3582 961102  - snapshot
3583         + configure for 'poll()' in preference to 'select()', since older
3584           systems are more likely to have a broken 'select()'.
3585         + modified render_char() to avoid OR'ing colors.
3586         + minor fixes to testcurs.c, newdemo.c test programs: ifdef'd out the
3587           resize test, use wbkgd and corrected box() parameters.
3588         + make flushinp() test work in ncurses.c by using napms() instead of
3589           sleep().
3590         + undo Eric's changes to xterm-x11r6 (it no longer matched the X11R6.1
3591           distribution, as stated)
3592         + terminfo 9.13.18 (resync by Eric)
3593         + check for getenv("HOME") returning null (Eric).
3594         + change buffer used to decode xterm-mouse commands to unsigned to
3595           handle displays wider than 128 chars (Juergen Pfeifer).
3596         + correct typo curs_outopts.3x (Juergen Pfeifer).
3597         + correct limit-checking in wenclose() (Juergen Pfeifer).
3598         + correction to Peter Wemm's newwin change (Thomas Fehr <fehr@suse.de>).
3599         + corrections to logic that combines colors and attributes; they must
3600           not be OR'd (Juergen Pfeifer, extending from report/patch by Rick
3601           Marshall).
3602
3603 961026  - snapshot
3604         + reset flags in 'getwin()' that might cause refresh to attempt to
3605           manipulate the non-existent parent of a window that is read from a
3606           file (lib_screen.c).
3607         + restructure _nc_timed_wait() to log more information, and to try to
3608           recover from badly-behaved 'select()' calls (still testing this).
3609         + move define for GOOD_SELECT into configure script.
3610         + corrected extra '\' character inserted before ',' in comp_scan.c
3611         + corrected expansion of %-format characters in dump_entry.c; some were
3612           rendered as octal constants.
3613         + modify dump_entry.c to make terminfo output more readable and like
3614           SVr4, by using "\s" for spaces (leading/trailing only), "\," for
3615           comma, "\^" and "\:" as well.
3616         + corrected some memory leaks in ncurses.c, and a minor logic error
3617           in the top-level command-parser.
3618         + correction for label format 4 (PC style with info line), a
3619           slk_clear(), slk_restore() sequence didn't redraw the info line
3620           (Juergen Pfeifer).
3621         + modified the slk window (if simulated) to inherit the background and
3622           default character attributes from stdscr (Juergen Pfeifer).
3623         + corrected limit-check in set_top_row (Juergen Pfeifer).
3624
3625 961019  - snapshot
3626         + correct loop-limit in wnoutrefresh(), bug exposed during pipe-testing
3627           had '.lastchar' entry one beyond '._maxx'.
3628         + modify ncurses test-program to work with data piped to it.
3629         + corrected pathname computation in run_tic.sh, removing extra "../"
3630           (reported by Tim Mooney).
3631         + modified configure script to use previous install's location for
3632           curses.h
3633         + added NetBSD and FreeBSD to platforms that use --prefix=/usr as
3634           a default.
3635
3636 961013
3637         + revised xterm terminfo descriptions to reflect the several versions
3638           that are available.
3639         + corrected a pointer reference in dump_entry.c that didn't test if
3640           the pointer was -1.
3641
3642 961005  - snapshot
3643         + correct _nc_mvcur_scrolln for terminals w/o scrolling region.
3644         + add -x option to hashtest to control whether it allows writes to the
3645           lower-right corner.
3646         + ifdef'd (NCURSES_TEST) the logic for _nc_optimize_enable to make it
3647           simpler to construct tests (for double-check of _nc_hash_map tests).
3648         + correct ifdef's for c++ in curses.h
3649         + change default xterm type to xterm-x11r6.
3650         + correct quoting in configure that made man-pages installed with
3651           $datadir instead of actual terminfo path.
3652         + correct whitespace in include/Caps, which caused kf11, clr_eol and
3653           clr_end to be omitted from terminfo.5
3654         + fix memory leaks in delscreen() (adapted from Alexander Lukyanov).
3655         + improve appearance of marker in multi-selection menu (Juergen
3656           Pfeifer)
3657         + fix behaviour for forms with all fields inactive (Juergen
3658           Pfeifer)
3659         + document 'field_index()' (Juergen Pfeifer)
3660         > patch #321 by eric:
3661         + add some more XENIX keycap translations to include/Caps.
3662         + modify newwin to set initial state of each line to 'touched'
3663           (from patch by Peter Wemm <peter@spinner.dialix.com>)
3664         + in SET_TTY, replace TCSANOW with TCSADRAIN (Alexander Lukyanov).
3665
3666 960928  - snapshot
3667         + ifdef'd out _nc_hash_map (still slower)
3668         + add graphic characters to vt52 description.
3669         + use PutAttrChar in ClrToEOL to ensure proper background, position.
3670         + simplify/correct logic in 'mvcur()' that does wrapping; it was
3671           updating the position w/o actually moving the cursor, which broke
3672           relative moves.
3673         + ensure that 'doupdate()' sets the .oldindex values back to a sane
3674           state; this was causing a spurious refresh in ncurses 'r'.
3675         + add logic to configure (from vile) to guard against builders who
3676           don't remove config.cache & config.status when doing new builds.
3677         + corrected logic for 'repeat_char' in EmitRange (from #317), which
3678           did not follow the 2-parameter scheme specified in XSI.
3679         + corrected logic of wrefresh, wnoutrefresh broken in #319, making
3680           clearok work properly (from report by Michael Elkins).
3681         + corrected problem with endwin introduced by #314 (removing the
3682           scrolling-region reset) that broke ncurses.c tests.
3683         + corrected order of args in AC_CHECK_LIB (from report by Ami Fischman
3684           <fischman@math.ucla.edu>).
3685         + corrected formatting of terminfo.5 tables (Juergen Ehling)
3686         > patch 320 by eric:
3687         + change ABI to 3.3
3688         + emit a carriage-return in 'endwin()' to workaround a kernel bug in
3689           BSDI.  (requested by Mike Karels <karels@redrock.bsdi.com>)
3690         + reverse the default o configure --enable-termcap (consensus).
3691         > patch 319 by eric:
3692         + modified logic for clearok and related functions (from report by
3693           Michael Elkins) - untested
3694         > patch 318 by eric:
3695         + correction to #317.
3696         > patch 317 by eric:
3697         + re-add _nc_hash_map
3698         + modify EmitRange to maintain position as per original design.
3699         + add hashtest.c, program to time the hashmap optimization.
3700         > patch 316 by eric:
3701         + add logic to deal with magic-cookie (how was this tested?)
3702           (lib_doupdate.c).
3703         + add ncurses.c driver for magic-cookie, some fixes to ncurses.c
3704         > patch 315 by eric:
3705         + merged A. Lukyanov's patch to use ech and rep - untested
3706           (lib_doupdate.c).
3707         + modified handling of interrupted system calls - untested
3708           (lib_getch.c, lib_twait.c).
3709         + new function _nc_mvcur_resume()
3710         + fix return value for 'overlay()', 'overwrite()'
3711
3712 960914  - snapshot
3713         + implement subwindow-logic in wresize, minor fixes to ncurses 'g'
3714           test.
3715         + corrected bracketing of fallback.c (reported/suggested fix by Juergen
3716           Ehling <eh@eclipse.aball.de>).
3717         + update xterm-color to reflect XFree86 3.1.3G release.
3718         + correct broken dtterm description from #314 patch (e.g., spurious
3719           newline.  The 'pairs' change might work, but no one's tested it
3720           either ;-)
3721         + clarify the documentation for the builtin form fieldtypes (Juergen
3722           Pfeifer)
3723         > patch 314 by eric:
3724         + Enhancement suggested by A. Lukyanov -- reset scroll region on
3725           startup rather than at wrapup time.
3726         + Fix suggested by A. Lukyanov, make storage of palette tables
3727           and their size counts per-screen for multi-terminal applications.
3728         + Improved error reporting for infotocap translation errors.
3729         + Update terminfo.src to 9.13.14.
3730
3731 960907  - snapshot
3732         + rewrote wgetstr to make it erase control chars and also fix bogus use
3733           of _nc_outstr which caused the display to not wrap properly (display
3734           problem reported by John M. Flinchbaugh <glynis@netrax.net>)
3735         + modify ncurses 'f' test to accommodate terminal responses to C1 codes
3736           (and split up this screen to accommodate non-ANSI terminals).
3737         + test enter_insert_mode and exit_insert_mode in has_ic().
3738         + removed bogus logic in mvcur that assumes nl/nonl set output modes
3739           (XSI says they are input modes; SVr4 implements this).
3740         + added macros SET_TTY, GET_TTY to term.h
3741         + correct getstr() logic that altered terminal modes w/o restoring.
3742         + disable ICRNL, etc., during initialization to match SVr4, removing
3743           the corresponding logic from raw, cbreak, etc.
3744         + disable ONLCR during initialization, to match SVr4 (this is needed
3745           for cursor optimization when the cursor-down is a newline).
3746         + replaced Eric's imitation of wresize with my original (his didn't
3747           work).
3748
3749 960831  - snapshot
3750         + memory leaks (Alexander V. Lukyanov).
3751         + modified pnoutrefresh() to be more tolerant of too-large screen
3752           size (reported by Michael Elkins).
3753         + correct handling of terminfo files with no strings (Philippe De
3754           Muyter)
3755         + correct "tic -s" to take into account -I, -C options.
3756         + modify ncurses 'f' test to not print codes 80 through 9F, since they
3757           are considered control codes by ANSI terminals.
3758
3759 960824  - snapshot
3760         + correct speed variable-type in 'tgetent()' (reported by Peter Wemm)
3761         + make "--enable-getcap" configuration-option work (reported by
3762           Peter Wemm <peter@spinner.DIALix.COM>)
3763
3764 960820
3765         + correct err in 960817 that changed return-value of tigetflag()
3766           (reported by Alexander V. Lukyanov).
3767         + modify infocmp to use library default search-path for terminfo
3768           directory (Alexander V. Lukyanov).
3769
3770 960817  - snapshot
3771         + corrected an err in mvcur that broke resizing-behavior.
3772         + correct fall-thru behavior of _nc_read_entry(), which was not finding
3773           descriptions that existed in directories past the first one searched
3774           (reported by Alexander V. Lukyanov)
3775         + corrected typo in dtterm description.
3776         > patch 313 by eric:
3777         + add dtterm description
3778         + clarify ncurses 'i' test (drop vscanf subtest)
3779
3780 960810  - snapshot
3781         + correct nl()/nonl() to work as per SVr4 & XSI.
3782         + minor fixes to ncurses.c (use 'noraw()', mvscanw return-code)
3783         + refine configure-test for -g option (Tim Mooney).
3784         + correct interaction between O_BLANK and NEW_LINE request in form
3785           library (Juergen Pfeifer)
3786
3787 960804
3788         + revised fix to tparm; previous fix reversed parameter order.
3789         > patch 312 by eric:
3790           correct terminfo.src corrupted by #310
3791         > patch 311 by eric:
3792         + fix idlok() and idcok() and the default of the idlok switch.
3793
3794 960803  - snapshot
3795         + corrected tparm to handle capability strings without explicit pop
3796           (reported by William P Setzer)
3797         + add fallback def for GCC_NORETURN, GCC_UNUSED for termcap users
3798           (reported by Tim Mooney).
3799         > patch 310 by eric:
3800         + documentation and prototyping errors for has_color, immedok and idcok
3801           (reported by William P Setzer <wsetzer@pams.ncsu.edu>)
3802         + updated qnx terminfo entry (by Michael Hunter)
3803
3804 960730
3805         + eliminate quoted includes in ncurses subdirectory, ensure config.h
3806           is included first.
3807         + newterm initializes terminal settings the same as initscr (reported
3808           by Tim Mooney).
3809
3810 960727  - snapshot
3811         + call cbreak() in initscr(), as per XSI & SVr4.
3812         + turn off hardware echo in initscr() as per XSI & SVr4
3813         > patch 309 by eric:
3814         + terminfo changes (9.3.10), from BRL
3815         + add more checks to terminfo parser.
3816         + add more symbols to infocmp.
3817
3818 960720  - snapshot
3819         + save previous-attribute in lib_vidattr.c if SP is null (reported by
3820           Ju"rgen Fluk <louis@dachau.marco.de>)
3821         + corrected calls on _nc_render so that background character is set
3822           as per XSI.
3823         + corrected wbkgdset macro (XSI allows background character to be null),
3824           and tests that use it.
3825         + more corrections to terminfo (xterm & rxvt)
3826         + undid change to mcprint prototype (cannot use size_t in curses.h
3827           because not all systems declare it in the headers that we can safely
3828           include therein).
3829         + move the ifdefs for errno into curses.priv.h
3830         > patch 308 by eric:
3831         + terminfo changes (9.3.8)
3832         + modified logic of error-reporting in terminfo parser
3833
3834 960713  - snapshot
3835         + always check for <sys/bsdtypes.h> since ISC needs it to declare
3836           fd_set (Juergen Pfeifer)
3837         + install shared-libraries on NetBSD/FreeBSD with ABI-version (reported
3838           by several people:  Juergen Pfeifer, Mike Long)
3839         + add LOCAL_LDFLAGS2 symbol (Juergen Pfeifer)
3840         + corrected prototype for delay_output() -- bump ABI to 3.2
3841         + terminfo patches #306/307 from Eric.
3842         + moved logic that filters out rmul and rmso from setupterm to newterm
3843           where it is less likely to interfere with termcap applications.
3844
3845 960707
3846         + rollback Eric's #305 change to terminfo.src (it breaks existing
3847           applications, e.g., 'less 290').
3848         + correct path of edit_man.sh, and fix typo that made all man-pages
3849           preformatted.
3850         + restore man/menu_requestname.3x omitted in Zeyd's resync (oops).
3851         + auto-configure the GCC_PRINTFLIKE/GCC_SCANFLIKE macros (reported by
3852           Philippe De Muyter).
3853
3854 960706  - snapshot
3855         + make lib_vidattr.c more readable using macros.
3856         + filter out rmul, rmso that conflict with sgr0 when reading terminal
3857           descriptions.
3858         + added sanity-checking of various paired string attributes (Eric).
3859         + work around autoconf bug, force $INSTALL to absolute path.
3860           (reported by Zeyd).
3861         + modify man-page install for BSDI to install preformatted .0 files
3862           (reported by David MacKenzie).
3863         + add/use gcc __attribute__ for printf and scanf in curses.h
3864         + added SGR attributes test-case to ncurses
3865         + revised ncurses 't' logic to show trace-disable effect in the menu.
3866         + use getopt in ncurses program to process -s and -t options.
3867         + make ncurses 'p' legend toggle with '?'
3868         + disable scrollok during the ncurses 'p' test; if it is enabled the
3869           stdscr will scroll when putting the box-corners in the lower-right
3870           of the screen.
3871
3872 960629  - snapshot
3873         + check return code of _nc_mvcur_scrolln() in _nc_scroll_optimize() for
3874           terminals with no scrolling-support (reported by Nikolay Shadrin
3875           <queen@qh.mirea.ac.ru>)
3876         + added ^S scrollok-toggle to ncurses 'g' test.
3877         + added ^T trace-toggle to ncurses tests.
3878         + modified ncurses test program to use ^Q or ESC consistently for
3879           terminating tests (rather than ^D), and to use control keys rather
3880           than function keys in 'g' test.
3881         + corrected misplaced wclrtoeol calls in addch to accommodate wrapping
3882           (reported by Philippe De Muyter).
3883         + modify lib_doupdate.c to use effective costs to tradeoff between
3884           delete-character/insert-character vs normal updating (reported by
3885           David MacKenzie).
3886         + compute effective costs for screen update operations (e.g., clr_eos,
3887           delete_character).
3888         + corrected error in knight.c exposed by wrap fixes in 960622; the
3889           msgwin needed scrollok set.
3890         + corrected last change to IDcTransformLine logic to avoid conflict
3891           between PutRange and InsStr
3892         + modified run_tic.sh to not use /usr/tmp (reported by David MacKenzie),
3893           and further revised it and aclocal.m4 to use $TMPDIR if set.
3894         + corrected off-by-one in RoomFor call in read_entry.c
3895
3896 960622  - snapshot
3897         + modified logic that wraps cursor in addch to follow the XSI spec,
3898           (implemented in SVr4) which states that the cursor position is
3899           updated when wrapping.  Renamed _NEED_WRAP to _WRAPPED to reflect the
3900           actual semantics.
3901         + added -s option to tic, to provide better diagnostics in run_tic.sh
3902         + improved error-recovery for tabset install.
3903         + change ABI to 3.1 (dropped tparam, corrected getbkgd(), added
3904           _yoffset to WINDOW).
3905         + modified initialization of SP->_ofp so that init_acs() is called with
3906           the "right" file pointer (reported by Rick Marshall <rjm@nlc.net.au>
3907         + documentation fixes (Juergen Pfeifer).
3908         + corrected, using new SCREEN and WINDOW members, the behavior of
3909           ncurses if one uses ripoffline() to remove a line from the top of the
3910           screen (Juergen Pfeifer).
3911         + modified autoconf scripts to prepare for Ada95 (GNAT) binding to
3912           ncurses (Juergen Pfeifer).
3913         + incorrect buffer-size in _nc_read_entry, reported by Eric Raymond.
3914
3915 960617
3916         + corrected two logic errors in read_entry.c, write_entry.c (called by
3917           tic, the write/read of terminfo entries used inconsistent rules for
3918           locating the entries; the $TERMINFO_DIRS code would find only the
3919           first entry in a list).
3920         + refined pathname computation in run_tic.sh and shlib.
3921         + corrected initialization of $IP in misc/run_tic.sh
3922
3923 960615  - snapshot
3924         + ifdef'd out _nc_hash_map() call because it does not improve speed.
3925         + display version of gcc if configure script identifies it.
3926         + modify configure script to use /usr as Linux's default prefix.
3927         + modify run_tic.sh to use shlib script, fixes some problems installing
3928           with a shared-library configuration.
3929         + adjusted configure script so that it doesn't run tests with the
3930           warnings turned on, which makes config.log hard to read.
3931         + added 'lint' rule to top-level Makefile.
3932         + added configure option '--with-install-prefix' for use by system
3933           builders to install into staging locations (from request by
3934           charles@comm.polymtl.ca)
3935         + corrected autoconfigure for Debian man program; it's not installed
3936           as "man_db".
3937         + set noecho in 'worm'; it was ifdef'd for debug only
3938         + updated test/configure.in for timing-display in ncurses 'p' test
3939         + corrected misspelled 'getbkgd()'.
3940         + corrected wbkgdset to work like observed syvr4 (sets A_CHARTEXT part
3941           to blank if no character given, copies attributes to window's
3942           attributes).
3943         + modified lib_doupdate.c to use lower-level SP's current_attr state
3944           instead of curscr's state, since it is redundant.
3945         + correction to IDcTransformLine logic which controls where InsStr is
3946           invoked (refined by lav@yars.free.net).
3947         > patches 303 by eric
3948         + conditionally include Chris Torek's hash function _nc_hash_map().
3949         + better fix for nvi refresh-bug (Rick Marshall)
3950         + fix for bug in handling of interrupted keystroke waits,
3951           (Werner Fleck).
3952
3953 960601  - snapshot
3954         + auto-configure man-page compression-format and renames for Debian.
3955         + corrected several typos in curses.h.in (i.e., the mvXXXX macros).
3956         + re-order curses.priv.h for lint.
3957         + added rules for lintlib, lint
3958         + corrected ifdef for BROKEN_LINKER in MKnames.awk.in
3959         + corrected missing INSTALL_DATA in misc/Makefile.in
3960         + flush output when changing cursor-visibility (Rick Marshall)
3961         + fix a minor bug in the _nc_ripoff() routine and improve error checking
3962           when creating the label window (Juergen Pfeifer).
3963         + enhancement to the control over the new PC-style soft key format.
3964           allow caller now to select whether or not one wants to have
3965           the index-line; see curs_slk.3x for documentation (Juergen Pfeifer).
3966         + typos, don't use inline with -g (Philippe De Muyter)
3967         + fixes for menus & wattr-, slk-functions (Juergen Pfeifer)
3968
3969 960526  - snapshot
3970         + removed --with-ticdir option altogether, maintain compatibility with
3971           existing applications via symbolic link in run_tic.sh
3972         + patch for termio.h, signal (Philippe De Muyter)
3973         + auto-configure gcc warning options rather than infer from version.
3974         + auto-configure __attribute__ for different gcc versions.
3975         + corrected special use of clearok() in hardscroll.c by resetting flag
3976           in wrefresh().
3977         + include stdlib.h before defs for EXIT_SUCCESS, for OSF/1.
3978         + include sys/types.h in case stdlib.h does not declare size_t.
3979         + fixes for makefile (Tim Mooney)
3980         + fixes for menus & forms (Juergen.Pfeifer@T-Online.de)
3981
3982 960518  - snapshot
3983         + revised ncurses.c panner test, let pad abut all 4 sides of screen.
3984         + refined case in lib_doupdate.c for ClrToEOL().
3985         + corrected prior change for PutRange (Alexander V.  Lukyanov:
3986           lav@yars.free.net).
3987         + autoconf mods (Tim Mooney: mooney@dogbert.cc.ndsu.NoDak.edu).
3988         + locale fix for forms (Philippe De Muyter: phdemuyt@ulb.ac.be)
3989         + renamed "--with-datadir" option to "--with-ticdir" to avoid
3990           confusion, and made this check for the /usr/lib/terminfo pre-existing
3991           directory.
3992         > patches 299-301 by eric:
3993         + added hashmap.c
3994         + mods to tracing, especially for ACS chars.
3995         + corrected off-by-one in IDCtransform.
3996         + corrected intermittent mouse bug by using return-value from read().
3997         + mods to parse_entry.c, for smarter defaults.
3998
3999 960512
4000         + use getopt in 'tic'; added -L option and modified -e option to allow
4001           list from a file.
4002
4003 960511
4004         + don't use fixed buffer-size in tparm().
4005         + modified tic to create terminfo directory if it doesn't exist.
4006         + added -T options to tic and infocmp (for testing/analysis)
4007         + refined the length criteria for termcap and terminfo
4008         + optimize lib_doupdate with memcpy, PutRange
4009         > patches 297, 298 by eric
4010         + implement TERMINFO_DIRS, and -o option of tic
4011         + added TRACE_IEVENT
4012         + removed boolean version of 'getm'
4013         + added lib_print.c (for Rick Marshall)
4014         + added has_key()
4015         + added 't' to ncurses.c test.
4016         + moved delay_output() to lib_tputs.c
4017         + removed tparam().
4018         + misc cursor & optimization fixes.
4019
4020 960504  - snapshot
4021         + modified ncurses 'p' test to allow full-screen range for panner size.
4022         + fixes for locale (phdm@labauto1.ulb.ac.be)
4023         + don't use fixed buffer-size in fmt_entry().
4024         + added usage-message to 'infocmp'.
4025         + modified install.includes rules to prepend subdirectory-name to
4026           "#include" if needed.
4027
4028 960430
4029         + protect wrefresh, wnoutrefresh from invocation with pad argument.
4030         + corrected default CCFLAGS in test/Makefile.
4031
4032 960428  - snapshot
4033         + implemented logic to support terminals with background color erase
4034           (e.g., rxvt and the newer color xterm).
4035         + improved screen update logic (off-by-one logic error; use clr_eos if
4036           possible)
4037
4038 960426  - snapshot
4039         + change ncurses 'a' test to run in raw mode.
4040         + make TIOCGWINSZ configure test less stringent, in case user
4041           configures via terminal that cannot get screen size.
4042         > patches 295, 296 by eric:
4043         + new "-e" option of tic.
4044         + fix for "infocmp -e".
4045         + restore working-directory in read_termcap.c
4046         + split lib_kernel.c, lib_setup.c and names.c in order to reduce
4047           overhead for programs that use only termcap features.
4048
4049 960418  - snapshot
4050         + use autoconf 2.9
4051         + fix for AIX 3.2.5 (must define _POSIX_SOURCE to get termios struct
4052           definitions via <termios.h>, modified macros in lib_raw.c to avoid
4053           K&R-style substitution)
4054         > patches 293, 294 by eric:
4055         + mods to wgetch() in cooked mode
4056         + corrected askuser() logic in tset
4057         + correct interaction of endwin() with mouse processing
4058         + added trace support for TTY flags
4059
4060 960406
4061         + fixes for NeXT, ISC and HPUX auto-configure
4062         + autogenerate development header-dependencies (config.h, *.priv.h)
4063         + corrected single-column formatting of "use=" (e.g., in tic)
4064         + modify tic to read full terminfo-names
4065         + corrected divide-by-zero that caused hang (or worse) when redirecting output
4066         + modify tic to generate directories only as-needed (and corrected
4067           instance of use of data from function that had already returned).
4068
4069 ### ncurses-1.9.8a -> 1.9.9e
4070
4071 * fixed broken wsyncup()/wysncdown(), as a result wnoutrefresh() now has
4072   copy-changed-lines behavior.
4073 * added and documented wresize() function.
4074 * more fixes to LOWER-RIGHT corner handling.
4075 * changed the line-breakout optimization code to allow some lines to be
4076   emitted before the first check.
4077 * added option for tic to use symbolic instead of hard links (for AFS)
4078 * fix to restore auto-wrap mode.
4079 * trace level can be controlled by environment variable.
4080 * better handling of NULs in terminal descriptions.
4081 * improved compatibility with observed SVR4 behavior.
4082 * the refresh behavior of over-lapping windows is now more efficient and
4083   behaves like SVR4.
4084 * use autoconf 2.7, which results in a working setup for SCO 5.0.
4085 * support for ESCDELAY.
4086 * small fixes for menu/form code.
4087 * the test directory has its own configure.
4088 * fixes to pads when optimizing scrolling.
4089 * fixed several off-by-one bugs.
4090 * fixes for termcap->terminfo translation; less restrictions more correct
4091   behavior.
4092
4093 ### ncurses-1.9.7 -> 1.9.8a
4094
4095 * teach infocmp -i to recognize ECMA highlight sequences
4096 * infocmp now dumps all SVr4 termcaps (not just the SVr4 ones) on -C
4097 * support infocmp -RBSD.
4098 * satisfy XSI Curses requirement that every macro be available as a function.
4099 * This represents the last big change to the public interface of ncurses. The
4100   ABI_VERSION has now been set at 3.0 and should stay there barring any great
4101   catastrophies or acts of God.
4102 * The C++ has been cleaned up in reaction to the changes to satisfy XSI's
4103   requirements.
4104 * libncurses now gets linked to libcurses to help seamless emulation
4105   (replacement) of a vendor's curses. --disable-overwrite turns this behavior
4106   off.
4107
4108 ### ncurses-1.9.6 -> 1.9.7
4109
4110 * corrected return values of setupterm()
4111 * Fixed some bugs in tput (it does padding now)
4112 * fixed a bug in tic that made it do the wrong thing on entries with more than
4113   one `use' capability.
4114 * corrected the screen-size calculation at startup time to alter the
4115   numeric capabilities as per SVr4, not just LINES and COLS.
4116 * toe(1) introduced; does what infocmp -T used to.
4117 * tic(1) can now translate AIX box1 and font[0123] capabilities.
4118 * tic uses much less core, the dotic.sh kluge can go away now.
4119 * fix read_entry() and write_entry() to pass through cancelled capabilities OK.
4120 * Add $HOME/.terminfo as source/target directory for terminfo entries.
4121 * termcap compilation now automatically dumps an entry to $HOME/.terminfo.
4122 * added -h option to toe(1).
4123 * added -R option to tic(1) and infocmp(1).
4124 * added fallback-entry-list feature.
4125 * added -i option to infocmp(1).
4126 * do a better job at detecting if we're on SCO.
4127
4128 ### ncurses-1.9.5 -> 1.9.6
4129
4130 * handling of TERMCAP environment variables now works correctly.
4131 * various changes to shorten termcap translations to less that 1024 chars.
4132 * tset(1) added
4133 * mouse support for xterm.
4134 * most data tables are now const and accordingly live in shareable text space.
4135 * Obey the XPG4/SVr4 practice that echo() is initally off.
4136 * tic is much better at translating XENIX and AIX termcap entries now.
4137 * tic can interpret ko capabilities now.
4138 * integrated Juergen Pfeifer's forms library.
4139 * taught write_entry() how not to write more than it needs to; this change
4140   reduces the size of the terminfo tree by a full 26%!
4141 * infocmp -T option added.
4142 * better warnings about historical tic quirks from tic.
4143
4144 ### ncurses 1.9.4 -> 1.9.5
4145
4146 * menus library is now included with documentation.
4147 * lib_mvcur has been carefully profiled and tuned.
4148 * Fixed a ^Z-handling bug that was tanking lynx(1).
4149 * HJ Lu's patches for ELF shared libraries under Linux
4150 * terminfo.src 9.8.2
4151 * tweaks for compiling in seperate directories.
4152 * Thomas Dickey's patches to support NeXT's brain-dead linker
4153 * Eric Raymond's patches to fix problems with long termcap entries.
4154 * more support for shared libraries under SunOS and IRIX.
4155
4156 ### ncurses 1.9.3 -> 1.9.4
4157
4158 * fixed an undefined-order-of-evaluation bug in lib_acs.c
4159 * systematically gave non-API public functions and data an _nc_ prefix.
4160 * integrated Juergen Pfeifer's menu code into the distribution.
4161 * totally rewrote the knight test game's interface
4162
4163 ### ncurses 1.9.2c -> 1.9.3
4164
4165 * fixed the TERMCAP_FILE Support.
4166 * fixed off-by-one errors in scrolling code
4167 * added tracemunch to the test tools
4168 * took steps to cut the running time of make install.data
4169
4170 ### ncurses 1.9.2c -> 1.9.2d
4171
4172 * revised 'configure' script to produce libraries for normal, debug,
4173   profile and shared object models.
4174
4175 ### ncurses 1.9.1 -> 1.9.2
4176
4177 * use 'autoconf' to implement 'configure' script.
4178 * panels support added
4179 * tic now checks for excessively long termcap entries when doing translation
4180 * first cut at eliminating namespace pollution.
4181
4182 ### ncurses 1.8.9 -> 1.9
4183
4184 * cleanup gcc warnings for the following: use size_t where 'int' is not
4185   appropriate, fixed some shadowed variables, change attr_t to compatible with
4186   chtype, use attr_t in some places where it was confused with 'int'.
4187 * use chtype/attr_t casts as appropriate to ensure portability of masking
4188   operations.
4189 * added-back waddchnstr() to lib_addstr.c (it had been deleted).
4190 * supplied missing prototypes in curses.h
4191 * include <termcap.h> in lib_termcap.c to ensure that the prototypes
4192   are consistent (they weren't).
4193 * corrected prototype of tputs in <termcap.h>
4194 * rewrote varargs parsing in lib_tparm.c (to avoid referencing memory
4195   that may be out of bounds on the stack) -- Purify found this.
4196 * ensure that TRACE is defined in lib_trace.c (to solve prototype
4197   warnings from gcc).
4198 * corrected scrolling-region size in 'mvcur_wrap()'
4199 * more spelling fixes
4200 * use 'calloc()' to allocate WINDOW struct in lib_newwin.c (Purify).
4201 * set default value for SP->_ofp in lib_set_term.c (otherwise SunOS dumps
4202   core in init_acs()).
4203 * include <errno.h> in write_entry.c (most "braindead" includes declare errno
4204   in that file).
4205
4206 ### ncurses 1.8.8 -> 1.8.9
4207
4208 * compile (mostly) clean with gcc 2.5.8 -Wall -Wstrict-prototypes
4209   -Wmissing-prototypes -Wconversion and using __attribute__ to flush out
4210   non-portable use of "%x" for pointers, or for chtype data (which is declared
4211   as a long).
4212 * modified doupdate to ensure that typahead was turned on before attempting
4213   select-call (otherwise, some implementations hang).
4214 * added trace mask TRACE_FIFO, use this in lib_getch.c to allow finer
4215   resolution of traces.
4216 * improved bounds checking on several critical functions.
4217 * the data directory has been replaced by the new master terminfo file.
4218 * -F file-comparison option added to infocmp.
4219 * compatibility with XSI Curses is now documented in the man bages.
4220 * wsyncup/wsyncdown functions are reliable now; subwindow code in general
4221   is much less flaky.
4222 * capabilities ~msgr, tilde_glitch, insert_padding, generic_type, no_pad_char,
4223   memory_above, memory_below, and hard_copy are now used properly.
4224 * cursor-movement optimization has been completely rewritten.
4225 * vertical-movement optimization now uses hardware scrolling, il, dl.
4226
4227 ### ncurses 1.8.7 -> 1.8.8
4228 * untic no longer exists, infocmp replaces it.
4229 * tic can understand termcap now, especially if it is called captoinfo.
4230 * The Linux Standard Console terminfo entry is called linux insead of console.
4231   It also uses the kernel's new method of changing charsets.
4232 * initscr() will EXIT upon error (as the docs say) This wil mostly happen if
4233   you try to run on an undefined terminal.
4234 * I can get things running on AIX but tic can't compile terminfo. I have to
4235   compile entries on another machine. Volunteers to hunt this bug are welcome.
4236 * wbkgd() and wbkgdset() can be used to set a windows background to color.
4237   wclear()/werase() DO NOT use the current attribute to clear the screen.
4238   This is the way SVR4 curses works. PDCurses 2.1 is broken in this respect,
4239   though PDCurses 2.2 has been fixed.
4240 * cleaned up the test/ directory.
4241 * test/worm will segfault after quite a while.
4242 * many spelling corrections courtesy of Thomas E. Dickey
4243
4244 ### ncurses 1.8.6 -> 1.8.7
4245 * cleaned up programs in test/ directory.
4246 * fixed wbkgdset() macro.
4247 * modified getstr() to stop it from advancing cursor in noecho mode.
4248 * modified linux terminfo entry to work with the latest kernel to get
4249   the correct alternate character set.
4250 * also added a linux-mono entry for those running on monochrome screens.
4251 * changed initscr() so that it behaves like the man page says it does.
4252   this fixes the problem with programs in test/ crashing with SIGSEV if
4253   a terminal is undefined.
4254 * modified addch() to avoid using any term.h #define's
4255 * removed duplicate tgoto() in lib_tparm.c
4256 * modified dump_entry.c so that infocmp deals correctly with ',' in acsc
4257 * modified delwin() to correctly handle deleting subwindows.
4258 * fixed Makefile.dist to stop installing an empty curses.h
4259 * fixed a couple of out-of-date notes in man pages.
4260
4261 ### ncurses 1.8.5 -> 1.8.6
4262 * Implemented wbkgd(), bkgd(), bkgdset(), and wbkgdset().
4263 * The handling of attributes has been improved and now does not turn off color
4264   if other attributes are turned off.
4265 * scrolling code is improved. Scrolling in subwindows is still broken.
4266 * Fixes to several bugs that manifest them on platforms other than Linux.
4267 * The default to meta now depends on the status of the terminal when ncurses
4268   is started.
4269 * The interface to the tracing facility has changed.  Instead of the pair of
4270   functions traceon() and traceoff(), there is just one function trace() which
4271   takes a trace mask argument.  The trace masks, defined in curses.h, are
4272   as follows:
4273
4274         #define TRACE_DISABLE   0x00    /* turn off tracing */
4275         #define TRACE_ORDINARY  0x01    /* ordinary trace mode */
4276         #define TRACE_CHARPUT   0x02    /* also trace all character outputs */
4277         #define TRACE_MAXIMUM   0x0f    /* maximum trace level */
4278
4279   More trace masks may be added, or these may be changed, in future releases.
4280 * The pad code has been improved and the pad test code in test/ncurses.c has
4281   been improved.
4282 * The prototype ansi entry has been changed to work with a wider variety
4283   of emulators.
4284 * Fix to the prototype ansi entry that enables it to work with PC emulators
4285   that treat trailing ";m" in a highlight sequence as ";0m"; this doesn't
4286   break operation with any emulators.
4287 * There are now working infocmp, captoinfo, tput, and tclear utilities.
4288 * tic can now compile entries in termcap syntax.
4289 * Core-dump bug in pnoutrefresh fixed.
4290 * We now recognize and compile all the nonstandard capabilities in Ross
4291   Ridge's mytinfo package (rendering it obsolete).
4292 * General cleanup and documentation improvements.
4293 * Fixes and additions to the installation-documentation files.
4294 * Take cursor to normal mode on endwin.
4295
4296 ### ncurses 1.8.4 -> 1.8.5
4297 * serious bugs in updating screen which caused erratic non-display,
4298   fixed.
4299 * fixed initialization for getch() related variable which cause
4300   unpredictable results.
4301 * fixed another doupdate bug which only appeared if you have
4302   parm_char.
4303 * implemented redrawln() and redrawwin().
4304 * implemented winsnstr() and related functions.
4305 * cleaned up insertln() and deleteln() and implemented (w)insdeln().
4306 * changed Makefile.dist so that installation of man pages will
4307   take note of the terminfo directory.
4308 * fixed Configure (removed the mysterious 'X').
4309 * Eric S. Raymond fixed the script.* files so that they work with
4310   stock awk.
4311
4312 #### ncurses 1.8.3 -> 1.8.4 #### ####
4313 * fixed bug in refreshing the screen after return from shell_mode.
4314   There are still problems but they don't manifest themselves on
4315   my machine (Linux 0.99.14f).
4316 * added wgetnstr() and modified things accordingly.
4317 * fixed the script.src script.test to work with awk not just gawk.
4318 * Configure can now take an argument of the target system.
4319 * added test/ncurses.c which replaces several other programs and
4320   performs more testing.
4321 [Thanks to Eric S Raymond for the last 4]
4322 * more fixes to lib_overlay.c and added test/over.c to illustrate
4323   how it works.
4324 * fixed ungetch() to take int instead of ch.
4325 * fixes to cure wgetch() if flushinp() is called.
4326
4327 One note I forgot to mention in 1.8.3 is that tracing is off by
4328 default starting in the version. If you want tracing output, put
4329 traceon(); in your code and link with -ldcurses.
4330
4331 #### ncurses 1.8.2 -> ncurses 1.8.3 #### ####
4332 MAJOR CHANGES:
4333 1) The order of capabilities has been changed in order to achieve
4334 binary compatibility with SVR4 terminfo database. This has the
4335 unfortunate effect of breaking application currently linked with
4336 ncurses. To ensure correct behavior, recompile all such programs.
4337 Most programs using color or newer capabilities will break, others
4338 will probably continue to work ok.
4339
4340 2) Pavel Curtis has renounced his copyright to the public domain.
4341 This means that his original sources (posted to comp.sources.unix,
4342 volume 1) are now in the public domain.  The current sources are
4343 NOT in the public domain, they are copyrighted by me.  I'm
4344 entertaining ideas on what the new terms ncurses is released under.
4345
4346 3) Eric S. Raymond has supplied a complete set of man pages for
4347 ncurses in ?roff format. They will eventually replace most of the
4348 current docs. Both sets are included in this release.
4349
4350 Other changes and notes from 1.8.2 include:
4351 * SIGSEGV during scrolling no longer occurs.
4352 * Other problems with scrolling and use of idl have been corrected.
4353 * lib_getch.c has been re-written and should perform flawlessly.
4354   please use test/getch.c and any other programs to test this.
4355 * ripoffline() is implemented (Thanks to Eric) and slk_ functions
4356   changed accordingly.
4357 * I've added support for terminals that scroll if you write in the
4358   bottom-right corner.
4359 * fixed more bugs in pads code. If anybody has a program that uses
4360   pads I'd love a copy.
4361 * correct handling for terminal with back_color_erase capability
4362   (such as Linux console, and most PC terminals)
4363 * ^Z handling apparently didn't work (I should never trust code
4364   sent me to me without extensive testing). It now seems to be
4365   fixed. Let me know if you have problems.
4366 * I've added support for Apollo and NeXT, but it may still be
4367   incomplete, especially when dealing with the lack of POSIX
4368   features.
4369 * scrolling should be more efficient on terminals with idl
4370   capabilities. Please see src/lib_scroll.c for more notes.
4371 * The line drawing routines were offset by 1 at both ends. This
4372   is now fixed.
4373 * added a few missing prototypes and macros (e.g. setterm())
4374 * fixed code in src/lib_overlay.c which used to crash.
4375 * added a few more programs in test/ The ones from the PDCurses
4376   package are useful, especially if you have SVR4 proper. I'm
4377   interested in the results you get on such a systems (Eric? ;-).
4378   They already exposed certain bugs in ncurses.
4379 * See src/README for porting notes.
4380 * The C++ code should really replace ncurses.h instead of working
4381   around it. It should avoid name-space clashes with nterm.h (use
4382   rows instead of lines, etc.)
4383 * The C++ should compile ok. I've added explicit rules to the
4384   Makefile because no C++ defaults are documented on the suns.
4385 * The docs say that echo() and nocbreak() are mutually exclusive.
4386   At the moment ncurses will switch to cbreak() if the case above
4387   occurs. Should it continue to do so? How about echo() and noraw()?
4388 * PDCurses seem to assume that wclear() will use current attribute
4389   when clearing the screen. According to Eric this is not the case
4390   with SVR4.
4391 * I have discovered, to my chagrin, SunOS 4.x (and probably other systems)
4392   * doesn't have vsscanf and God knows what else!  I've will do a vsscanf().
4393 * I've also found out that the src/script.* rely on gawk and will not
4394   work with stock awk or even with nawk. Any changes are welcome.
4395 * Linux is more tolerant of NULL dereferences than most systems. This
4396   fact was exposed by hanoi.
4397 * ncurses still seems inefficient in drawing the screen on a serial
4398   link between Linux and suns. The padding may be the culprit.
4399 * There seems to be one lingering problem with doupdate() after shelling
4400   out. Despite the fact the it is sending out the correct information
4401   to the terminal, nothing takes effect until you press ^L or another
4402   refresh takes place. And yes, output does get flushed.
4403
4404 #### ncurses 1.8.1 -> ncurses 1.8.2 #### Nov 28, 1993 ####
4405
4406 * added support for SVR4 and BSDI's BSD/386.
4407 * major update and fix to scrolling routine.
4408 * MORE fixes to stuff in lib_getch.c.
4409 * cleaned-up configuration options and can now generate
4410         Config.* files through an awk script.
4411 * changed setupterm() so it can be called more than once,
4412         add added set_curterm(), del_curterm().
4413 * a few minor cleanups.
4414 * added more prototypes in curses.h
4415
4416 #### ncurses 1.8 -> ncurses 1.8.1 #### Nov 4, 1993 ####
4417
4418 * added support for NeXTStep 3.0
4419 * added termcap emulation (not well tested).
4420 * more complete C++ interface to ncurses.
4421 * fixed overlay(), overwrite(), and added copywin().
4422 * a couple of bug fixes.
4423 * a few code cleanups.
4424
4425 #### ncurses 0.7.2/0.7.3 -> ncurses 1.8 #### Aug 31, 1993 ####
4426
4427 * The annoying message "can't open file." was due to missing
4428   terminfo entry for the used terminal. It has now been
4429   replaced by a hopefully more helpful message.
4430 * Problems with running on serial lines are now fixed.
4431 * Added configuration files for SunOS, Linux, HP/UX, Ultrix,
4432   386bsd/BSDI (if you have others send'em to me)
4433 * Cleaner Makefile.
4434 * The documentation in manual.doc is now more uptodate.
4435 * update optimization and support for hp terminals, and 386bsd
4436   console driver(s).
4437 * mvcur optimization for terminals without cursor addressing
4438   (doesn't work on Linux)
4439 * if cursor moved since last update, getch() will refresh the
4440   screen before working.
4441 * getch() & alarm() can now live together. in 0.7.3 a signal
4442   interrupted getch() (bug or feature?) now the getch is
4443   restarted.
4444 * scanw() et all were sick, now fixed.
4445 * support for 8-bit input (use meta()).
4446 * added default screen size to all terminfos.
4447 * added c++ Ncursesw class.
4448 * several minor bug fixes.
4449
4450 #### ncurses 0.7.2 -> ncurses 0.7.3 #### May 27, 1993 ####
4451
4452 * Config file to cope with different platforms (386BSD, BSDI, Ultrix, SunOS)
4453 * more fixes to lib_getch.c
4454 * changes related to Config
4455
4456 #### ncurses 0.7 -> ncurses 0.7.2 #### May 22, 1993 ####
4457
4458 * docs updated slightly (color usage is now documented).
4459 * yet another fix for getch(), this one fixes problems with ESC being swallowed
4460   if another character is typed before the 1 second timeout.
4461 * Hopefully, addstr() and addch() are 8-bit clean.
4462 * fixed lib_tparm.c to use stdarg.h (should run on suns now)
4463 * order of capabilities changed to reflect that specified in SYSV
4464   this will allow for binary-compatibility with existing terminfo dbs.
4465 * added halfdelay()
4466 * fixed problems with asc_init()
4467 * added A_PROTECT and A_INVIS
4468 * cleaned up vidputs()
4469 * general cleanup of the code
4470 * more attention to portability to other systems
4471 * added terminfos for hp70092 (wont work until changes to lib_update.c are
4472   made) and 386BSD pcvt drivers.
4473
4474 Thanks to Hellmuth Michaelis for his help.
4475 optimization code is slated for the next major release, stay tuned!
4476
4477 #### ncurses 0.6/0.61 -> ncurses 0.7 #### April 1, 1993
4478 Please note that the next release will be called 1.8. If you want to know about
4479 the rationale drop me a line.
4480
4481 Included are several test programs in test/.
4482 I've split up the panels library, reversi, tetris, sokoban. They are now
4483 available separately from netcom.com:pub/zmbenhal/
4484
4485 * color and ACS support is now fully compatible with SYSV at the terminfo
4486   level.
4487 * Capabilities now includes as many SYSV caps I could find.
4488 * tigetflag,tigetnum,tigetstr functions added.
4489 * boolnames, boolfnames, boolcodes numnames, numfnames, numcodes,
4490   strnames, strfnames, strcodes arrays are now added.
4491 * keyname() is added.
4492 * All function keys can be defined in terminfo entries.
4493 * fixed lin_tparm.c to behave properly.
4494 * terminfo entries for vt* and xterm are included (improvements are welcome)
4495 * more automation in handling caps and keys.
4496 * included fixes from 0.6.1
4497 * added a few more missing functions.
4498 * fixed a couple of minor bugs.
4499 * updated docs JUST a little (still miles behind in documenting the newer
4500         features).
4501
4502 #### ncurses 0.6 -> ncurses 0.61 ####
4503
4504 1) Included the missing data/console.
4505
4506 2) allow attributes when drawing boxes.
4507
4508 3) corrected usage of win->_delay value.
4509
4510 4) fixed a bug in lib_getch.c. if it didn't recognize a sequence it would
4511         simply return the last character in the sequence. The correct
4512         behavior is to return the entire sequence one character at a time.
4513
4514 #### ncurses0.5 -> ncurses0.6 #### March 1, 1993 ####
4515 * removed _numchngd from struct _win_st and made appropriate changes.
4516 * rewritten kgetch() to remove problems with interaction between alarm and
4517   read(). It caused SIGSEGV every now and then.
4518 * fixed a bug that miscounted the numbers of columns when updating.
4519   (in lib_doupdate.c(ClrUpdate() -- iterate to columns not columns-1)
4520 * fixed a bug that cause the lower-right corner to be incorrect.
4521   (in lib_doupdate.c(putChar() -- check against columns not columns-1)
4522 * made resize() and cleanup() static to lib_newterm.c
4523 * added notimeout().
4524 * added timeout() define in curses.h
4525 * added more function prototypes and fixed napms.
4526 * added use_env().
4527 * moved screen size detection to lib_setup.c.
4528 * fixed newterm() to confirm to prototype.
4529 * removed SIGWINCH support as SYSV does not define its semantics.
4530 * cleaned-up lib_touch.c
4531 * added waddnstr() and relatives.
4532 * added slk_* support.
4533 * fixed a bug in wdeleteln().
4534 * added PANEL library.
4535 * modified Makefile for smoother installation.
4536 * terminfo.h is really term.h
4537
4538 #### ncurses 0.4 -> ncurses 0.5 #### Feb 14, 1993 ####
4539 * changed _win_st structure to allow support for missing functionality.
4540 * Addition of terminfo support for all KEY_*.
4541 * Support for nodelay(), timeout(), notimeout().
4542 * fixed a bug with the keypad char reading that did not return ESC until
4543   another key is pressed.
4544 * nl mapping no longer occur on output (as should be)
4545   fixed bug '\n' no causing a LF.
4546 * fixed bug that reset terminal colors regardless of whether we use color
4547   or not.
4548 * Better support for ACS (not quite complete).
4549 * fixed bug in wvline().
4550 * added curs_set().
4551 * changed from signal() to sigaction().
4552 * re-included the contents of important.patch into source.
4553
4554 #### ncurses 0.3 -> ncurses 0.4 #### Feb 3, 1993 ####
4555 * Addition of more KEY_* definitions.
4556 * Addition of function prototypes.
4557 * Addition of several missing functions.
4558 * No more crashes if screen size is undefined (use SIGWINCH handler).
4559 * added a handler to cleanup after SIGSEGV (hopefully never needed).
4560 * changed SRCDIR from /etc/term to /usr/lib/terminfo.
4561 * renamed compile/dump to tic/untic.
4562 * New scrolling code.
4563 * fixed bug that reversed the sense of nl() and nonl().
4564
4565 #### ncurses 0.2 -> ncurses 0.3  #### Jan 20, 1993 ####
4566 * more support for color and graphics see test/ for examples.
4567 * fixed various files to allow correct update after shelling out.
4568 * more fixes for updates.
4569 * no more core dumps if you don't have a terminfo entry.
4570 * support for LINES and COLUMNS environment variables.
4571 * support for SIGWINCH signal.
4572 * added a handler for SIGINT for clean exits.
4573
4574 #### ncurses 0.1 -> ncurses 0.2 #### Aug 14, 1992 ####
4575 * support for color.
4576 * support for PC graphic characters.
4577 * lib_trace.c updated to use stdarg.h and vprintf routines.
4578 * added gdc.c (Great Digital Clock) as an example of using color.
4579
4580 #### ncurses -> ncurses 0.1 #### Jul 31, 1992 ####
4581 * replacing sgtty stuff by termios stuff.
4582 * ANSIfication of some functions.
4583 * Disabling cost analysis 'cause it's incorrect.
4584 * A quick hack for a terminfo entry.