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