]> ncurses.scripts.mit.edu Git - ncurses.git/blob - NEWS
ncurses 5.9 - patch 20140607
[ncurses.git] / NEWS
1 -------------------------------------------------------------------------------
2 -- Copyright (c) 1998-2013,2014 Free Software Foundation, Inc.               --
3 --                                                                           --
4 -- Permission is hereby granted, free of charge, to any person obtaining a   --
5 -- copy of this software and associated documentation files (the             --
6 -- "Software"), to deal in the Software without restriction, including       --
7 -- without limitation the rights to use, copy, modify, merge, publish,       --
8 -- distribute, distribute with modifications, sublicense, and/or sell copies --
9 -- of the Software, and to permit persons to whom the Software is furnished  --
10 -- to do so, subject to the following conditions:                            --
11 --                                                                           --
12 -- The above copyright notice and this permission notice shall be included   --
13 -- in all copies or substantial portions of the Software.                    --
14 --                                                                           --
15 -- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS   --
16 -- OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF                --
17 -- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN --
18 -- NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,       --
19 -- DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR     --
20 -- OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE --
21 -- USE OR OTHER DEALINGS IN THE SOFTWARE.                                    --
22 --                                                                           --
23 -- Except as contained in this notice, the name(s) of the above copyright    --
24 -- holders shall not be used in advertising or otherwise to promote the      --
25 -- sale, use or other dealings in this Software without prior written        --
26 -- authorization.                                                            --
27 -------------------------------------------------------------------------------
28 -- $Id: NEWS,v 1.2221 2014/06/07 22:17:18 tom Exp $
29 -------------------------------------------------------------------------------
30
31 This is a log of changes that ncurses has gone through since Zeyd started
32 working with Pavel Curtis' original work, pcurses, in 1992.
33
34 Changes through 1.9.9e are recorded by Zeyd M Ben-Halim.
35 Changes since 1.9.9e are recorded by Thomas E Dickey.
36
37 Contributors include those who have provided patches (even small ones), as well
38 as those who provide useful information (bug reports, analyses).  Changes with
39 no cited author are the work of Thomas E Dickey (TD).
40
41 A few contributors are given in this file by their initials.
42 They each account for one percent or more of the changes since 1.9.9e.
43 See the AUTHORS file for the corresponding full names.
44
45 Changes through 1.9.9e did not credit all contributions;
46 it is not possible to add this information.
47
48 20140607
49         + separate masking for sgr in vidputs from sitm/ritm, which do not
50           overlap with sgr functionality.
51         + remove unneeded -i option from adacurses-config; put -a in the -I
52           option for consistency (patch by Pascal Pignard).
53         + update xterm-new to patch #305 -TD
54         + change format of test-scripts for Debian Ada95 and ncurses-examples
55           packages to quilted to work around Debian #700177 (cf: 20130907).
56         + build fix for form_driver_w.c as part of ncurses-examples package for
57           older ncurses than 20131207.
58         + add Hello World example to adacurses-config manpage.
59         + remove unused --enable-pc-files option from Ada95/configure.
60         + add --disable-gnat-projects option for testing.
61         + revert changes to Ada95 project-files configuration (cf: 20140524).
62         + corrected usage message in adacurses-config.
63
64 20140524
65         + fix typo in ncurses manpage for the NCURSES_NO_MAGIC_COOKIE
66           environment variable.
67         + improve discussion of input-echoing in curs_getch.3x
68         + clarify discussion in curs_addch.3x of wrapping.
69         + modify parametrized.h to make fln non-padded.
70         + correct several entries which had termcap-style padding used in
71           terminfo: adm21, aj510, alto-h19, att605-pc, x820 -TD
72         + correct syntax for padding in some entries: dg211, h19 -TD
73         + correct ti924-8 which had confused padding versus octal escapes -TD
74         + correct padding in sbi entry -TD
75         + fix an old bug in the termcap emulation; "%i" was ignored in tparm()
76           because the parameters to be incremented were already on the internal
77           stack (report by Corinna Vinschen).
78         + modify tic's "-c" option to take into account the "-C" option to
79           activate additional checks which compare the results from running
80           tparm() on the terminfo expressions versus the translated termcap
81           expressions.
82         + modify tic to allow it to read from FIFOs (report by Matthieu Fronton,
83           cf: 20120324).
84         > patches by Nicolas Boulenguez:
85         + explicit dereferences to suppress some style warnings.
86         + when c_varargs_to_ada.c includes its header, use double quotes
87           instead of <>.
88         + samples/ncurses2-util.adb:  removed unused with clause.  The warning
89           was removed by an obsolete pragma.
90         + replaced Unreferenced pragmas with Warnings (Off).  The latter,
91           available with older GNATs, needs no configure test.  This also
92           replaces 3 untested Unreferenced pragmas.
93         + simplified To_C usage in trace handling.  Using two parameters allows
94           some basic formatting, and avoids a warning about security with some
95           compiler flags.
96         + for generated Ada sources, replace many snippets with one pure
97           package.
98         + removed C_Chtype and its conversions.
99         + removed C_AttrType and its conversions.
100         + removed conversions between int, Item_Option_Set, Menu_Option_Set.
101         + removed int, Field_Option_Set, Item_Option_Set conversions.
102         + removed C_TraceType, Attribute_Option_Set conversions.
103         + replaced C.int with direct use of Eti_Error, now enumerated.  As it
104           was used in a case statement, values were tested by the Ada compiler
105           to be consecutive anyway.
106         + src/Makefile.in: remove duplicate stanza
107         + only consider using a project for shared libraries.
108         + style. Silent gnat-4.9 warning about misplaced "then".
109         + generate shared library project to honor ADAFLAGS, LDFLAGS.
110
111 20140510
112         + cleanup recently introduced compiler warnings for MingW port.
113         + workaround for ${MAKEFLAGS} configure check versus GNU make 4.0,
114           which introduces more than one gratuitous incompatibility.
115
116 20140503
117         + add vt520ansi terminfo entry (patch by Mike Gran)
118         + further improve MinGW support for the scenario where there is an
119           ANSI-escapes handler such as ansicon running in the console window
120           (patch by Juergen Pfeifer).
121
122 20140426
123         + add --disable-lib-suffixes option (adapted from patch by Juergen
124           Pfeifer).
125         + merge some changes from Juergen Pfeifer's work with MSYS2, to
126           simplify later merging:
127           + use NC_ISATTY() macro for isatty() in library
128           + add _nc_mingw_isatty() and related functions to windows-driver
129           + rename terminal driver entrypoints to simplify grep's
130         + remove a check in the sp-funcs flavor of newterm() which allowed only
131           the first call to newterm() to succeed (report by Thomas Beierlein,
132           cf: 20090927).
133
134 20140419
135         + update config.guess, config.sub from
136                 http://git.savannah.gnu.org/cgit/config.git
137
138 20140412
139         + modify configure script:
140           + drop the -no-gcc option from Intel compiler, from lynx changes.
141           + extend the --with-hashed-db configure option to simplify building
142             with different versions of Berkeley database using FreeBSD ports.
143         + improve initialization for MinGW port (Juergen Pfeifer):
144           + enforce Windows-style path-separator if cross-compiling,
145           + add a driver-name method to each of the drivers,
146           + allow the Windows driver name to match "unknown", ignoring case,
147           + lengthen the built-in name for the Windows console driver to
148             "#win32console", and
149           + move the comparison of driver-names allowing abbreviation, e.g.,
150             to "#win32con" into the Windows console driver.
151
152 20140329
153         + add check in tic for mismatch between ccc and initp/initc
154         + cancel ccc in putty-256color and konsole-256color for consistency
155           with the cancelled initc capability (patch by Sven Zuhlsdorf).
156         + add xterm+256setaf building block for various terminals which only
157           get the 256-color feature half-implemented -TD
158         + updated "st" entry (leaving the 0.1.1 version as "simpleterm") to
159           0.4.1 -TD
160
161 20140323
162         + fix typo in "mlterm" entry (report by Gabriele Balducci) -TD
163
164 20140322
165         + use types from <stdint.h> in sample build-scripts for chtype, etc.
166         + modify configure script and curses.h.in to allow the types specified
167           using --with-chtype and related options to be defined in <stdint.h>
168         + add terminology entry -TD
169         + add mlterm3 entry, use that as "mlterm" -TD
170         + inherit mlterm-256color from mlterm -TD
171
172 20140315
173         + modify _nc_New_TopRow_and_CurrentItem() to ensure that the menu's
174           top-row is adjusted as needed to ensure that the current item is
175           on the screen (patch by Johann Klammer).
176         + add wgetdelay() to retrieve _delay member of WINDOW if it happens to
177           be opaque, e.g., in the pthread configuration (prompted by patch by
178           Soren Brinkmann).
179
180 20140308
181         + modify ifdef in read_entry.c to handle the case where
182           NCURSES_USE_DATABASE is not defined (patch by Xin Li).
183         + add cast in form_driver_w() to fix ARM build (patch by Xin Li).
184         + add logic to win_driver.c to save/restore screen contents when not
185           allocating a console-buffer (cf: 20140215).
186
187 20140301
188         + clarify error-returns from newwin (report by Ruslan Nabioullin).
189
190 20140222
191         + fix some compiler warnings in win_driver.c
192         + updated notes for wsvt25 based on tack and vttest -TD
193         + add teken entry to show actual properties of FreeBSD's "xterm"
194           console -TD
195
196 20140215
197         + in-progress changes to win_driver.c to implement output without
198           allocating a console-buffer.  This uses a pre-existing environment
199           variable NCGDB used by Juergen Pfeifer for debugging (prompted by
200           discussion with Erwin Waterlander regarding Console2, which hangs
201           when reading in an allocated console-buffer).
202         + add -t option to gdc.c, and modify to accept "S" to step through the
203           scrolling-stages.
204         + regenerate NCURSES-Programming-HOWTO.html to fix some of the broken
205           html emitted by docbook.
206
207 20140209
208         + modify CF_XOPEN_SOURCE macro to omit followup check to determine if
209           _XOPEN_SOURCE can/should be defined.  g++ 4.7.2 built on Solaris 10
210           has some header breakage due to its own predefinition of this symbol
211           (report by Jean-Pierre Flori, Sage #15796).
212
213 20140201
214         + add/use symbol NCURSES_PAIRS_T like NCURSES_COLOR_T, to illustrate
215           which "short" types are for color pairs and which are color values.
216         + fix build for s390x, by correcting field bit offsets in generated
217           representation clauses when int=32 long=64 and endian=big, or at
218           least on s390x (patch by Nicolas Boulenguez).
219         + minor cleanup change to test/form_driver_w.c (patch by Gaute Hope).
220
221 20140125
222         + remove unnecessary ifdef's in Ada95/gen/gen.c, which reportedly do
223           not work as is with gcc 4.8 due to fixes using chtype cast made for
224           new compiler warnings by gcc 4.8 in 20130824 (Debian #735753, patch
225           by Nicolas Boulenguez).
226
227 20140118
228         + apply includesubdir variable which was introduced in 20130805 to
229           gen-pkgconfig.in (Debian #735782).
230
231 20131221
232         + further improved man2html, used this to fix broken links in html
233           manpages.  See
234           ftp://invisible-island.net/ncurses/patches/man2html
235
236 20131214
237         + modify configure-script/ifdef's to allow OLD_TTY feature to be
238           suppressed if the type of ospeed is configured using the option
239           --with-ospeed to not be a short.  By default, it is a short for
240           termcap-compatibility (adapted from suggestion by Christian
241           Weisgerber).
242         + correct a typo in _nc_baudrate() (patch by Christian Weisgerber,
243           cf: 20061230).
244         + fix a few -Wlogical-op warnings.
245         + updated llib-l* files.
246
247 20131207
248         + add form_driver_w() entrypoint to wide-character forms library, as
249           well as test program form_driver_w (adapted from patch by Gaute
250           Hope).
251
252 20131123
253         + minor fix for CF_GCC_WARNINGS to special-case options which are not
254           recognized by clang.
255
256 20131116
257         + add special case to configure script to move _XOPEN_SOURCE_EXTENDED
258           definition from CPPFLAGS to CFLAGS if it happens to be needed for
259           Solaris, because g++ errors with that definition (report by
260           Jean-Pierre Flori, Sage #15268).
261         + correct logic in infocmp's -i option which was intended to ignore
262           strings which correspond to function-keys as candidates for piecing
263           together initialization- or reset-strings.  The problem dates to
264           1.9.7a, but was overlooked until changes in -Wlogical-op warnings for
265           gcc 4.8 (report by David Binderman).
266         + updated CF_GCC_WARNINGS to documented options for gcc 4.9.0, adding
267           checks for -Wextra, -Wignored-qualifiers and -Wlogical-op
268         + updated CF_GCC_WARNINGS to documented options for gcc 4.9.0, moving
269           checks for -Wextra and -Wdeclaration-after-statement into the macro,
270           and adding checks for -Wignored-qualifiers, -Wlogical-op and
271           -Wvarargs
272         + updated CF_CURSES_UNCTRL_H and CF_SHARED_OPTS macros from ongoing
273           work on cdk.
274         + update config.sub from
275                 http://git.savannah.gnu.org/cgit/config.git
276
277 20131110
278         + minor cleanup of terminfo.tail
279
280 20131102
281         + use TS extension to describe xterm's title-escapes -TD
282         + modify terminator and nsterm-s to use xterm+sl-twm building block -TD
283         + update hurd.ti, add xenl to reflect 2011-03-06 change in
284           http://git.savannah.gnu.org/cgit/hurd/hurd.git/log/console/display.c
285           (Debian #727119).
286         + simplify pfkey expression in ansi.sys -TD
287
288 20131027
289         + correct/simplify ifdef's for cur_term versus broken-linker and
290           reentrant options (report by Jean-Pierre Flori, cf: 20090530).
291         + modify release/version combinations in test build-scripts to make
292           them more consistent with other packages.
293
294 20131019
295         + add nc_mingw.h to installed headers for MinGW port; needed for
296           compiling ncurses-examples.
297         + add rpm-script for testing cross-compile of ncurses-examples.
298
299 20131014
300         + fix new typo in CF_ADA_INCLUDE_DIRS macro (report by Roumen Petrov).
301
302 20131012
303         + fix a few compiler warnings in progs and test.
304         + minor fix to package/debian-mingw/rules, do not strip dll's.
305         + minor fixes to configure script for empty $prefix, e.g., when doing
306           cross-compiles to MinGW.
307         + add script for building test-packages of binaries cross-compiled to
308           MinGW using NSIS.
309
310 20131005
311         + minor fixes for ncurses-example package and makefile.
312         + add scripts for test-builds of cross-compiler packages for ncurses6
313           to MinGW.
314
315 20130928
316         + some build-fixes for ncurses-examples with NetBSD-6.0 curses, though
317           it lacks some common functions such as use_env() which is not yet
318           addressed.
319         + build-fix and some compiler warning fixes for ncurses-examples with
320           OpenBSD 5.3
321         + fix a possible null-pointer reference in a trace message from newterm.
322         + quiet a few warnings from NetBSD 6.0 namespace pollution by
323           nonstandard popcount() function in standard strings.h header.
324         + ignore g++ 4.2.1 warnings for "-Weffc++" in c++/cursesmain.cc
325         + fix a few overlooked places for --enable-string-hacks option.
326
327 20130921
328         + fix typo in curs_attr.3x (patch by Sven Joachim, cf: 20130831).
329         + build-fix for --with-shared option for DragonFly and FreeBSD (report
330           by Rong-En Fan, cf: 20130727).
331
332 20130907
333         + build-fixes for MSYS for two test-programs (patches by Ray Donnelly,
334           Alexey Pavlov).
335         + revert change to two of the dpkg format files, to work with dpkg
336           before/after Debian #700177.
337         + fix gcc -Wconversion warning in wattr_get() macro.
338         + add msys and msysdll to known host/configuration types (patch by
339           Alexey Pavlov).
340         + modify CF_RPATH_HACK configure macro to not rely upon "-u" option
341           of sort, improving portability.
342         + minor improvements for test-programs from reviewing Solaris port.
343         + update config.guess, config.sub from
344                 http://git.savannah.gnu.org/cgit/config.git
345
346 20130831
347         + modify test/ncurses.c b/B tests to display lines only for the
348           attributes which a given terminal supports, to make room for an
349           italics test.
350         + completed ncv table in terminfo.tail; it did not list the wide
351           character codes listed in X/Open Curses issue 7.
352         + add A_ITALIC extension (prompted by discussion with Egmont Koblinger).
353
354 20130824
355         + fix some gcc 4.8 -Wconversion warnings.
356         + change format of dpkg test-scripts to quilted to work around bug
357           introduced by Debian #700177.
358         + discard cached keyname() values if meta() is changed after a value
359           was cached using (report by Kurban Mallachiev).
360
361 20130816
362         + add checks in tic to warn about terminals which lack cursor
363           addressing, capabilities or having those, are marked as hard_copy or
364           generic_type.
365         + use --without-progs in mingw-ncurses rpm.
366         + split out _nc_init_termtype() from alloc_entry.c to use in MinGW
367           port when tic and other programs are not needed.
368
369 20130805
370         + minor fixes to the --disable-overwrite logic, to ensure that the
371           configured $(includedir) is not cancelled by the mingwxx-filesystem
372           rpm macros.
373         + add --disable-db-install configure option, to simplify building
374           cross-compile support packages.
375         + add mingw-ncurses.spec file, for testing cross-compiles.
376
377 20130727
378         + improve configure macros from ongoing work on cdk, dialog, xterm:
379           + CF_ADD_LIB_AFTER - fix a problem with -Wl options
380           + CF_RPATH_HACK - add missing result-message
381           + CF_SHARED_OPTS - modify to use $rel_builddir in cygwin and mingw
382             dll symbols (which can be overridden) rather than explicit "../".
383           + CF_SHARED_OPTS - modify NetBSD and DragonFly symbols to use ${CC}
384             rather than ${LD} to improve rpath support.
385           + CF_SHARED_OPTS - add a symbol to denote the temporary files that
386             are created by the macro, to simplify clean-rules.
387           + CF_X_ATHENA - trim extra libraries to work with -Wl,--as-needed
388         + fix a regression in hashed-database support for NetBSD, which uses
389           the key-size differently from other implementations (cf: 20121229).
390
391 20130720
392         + further improvements for setupterm manpage, clarifying the
393           initialization of cur_term.
394
395 20130713
396         + improve manpages for initscr and setupterm.
397         + minor compiler-warning fixes
398
399 20130706
400         + add fallback defs for <inttypes.h> and <stdint.h> (cf: 20120225).
401         + add check for size of wchar_t, use that to suppress a chunk of
402           wcwidth.h in MinGW port.
403         + quiet linker warnings for MinGW cross-compile with dll's using the
404           --enable-auto-import flag.
405         + add ncurses.map rule to ncurses/Makefile to help diagnose symbol
406           table issues.
407
408 20130622
409         + modify the clear program to take into account the E3 extended
410           capability to clear the terminal's scrollback buffer (patch by
411           Miroslav Lichvar, Redhat #815790).
412         + clarify in resizeterm manpage that LINES and COLS are updated.
413         + updated ansi example in terminfo.tail, correct misordered example
414           of sgr.
415         + fix other doclifter warnings for manpages
416         + remove unnecessary ".ta" in terminfo.tail, add missing ".fi"
417           (patch by Eric Raymond).
418
419 20130615
420         + minor changes to some configure macros to make them more reusable.
421         + fixes for tabs program (prompted by report by Nick Andrik).
422           + corrected logic in command-line parsing of -a and -c predefined
423             tab-lists options.
424           + allow "-0" and "-8" options to be combined with others, e.g.,"-0d".
425           + make warning messages more consistent with the other utilities by
426             not printing the full pathname of the program.
427           + add -V option for consistency with other utilities.
428         + fix off-by-one in columns for tabs program when processing an option
429           such as "-5" (patch by Nick Andrik).
430
431 20130608
432         + add to test/demo_forms.c examples of using the menu-hooks as well
433           as showing how the menu item user-data can be used to pass a callback
434           function pointer.
435         + add test/dots_termcap.c
436         + remove setupterm call from test/demo_termcap.c
437         + build-fix if --disable-ext-funcs configure option is used.
438         + modified test/edit_field.c and test/demo_forms.c to move the lengths
439           into a user-data structure, keeping the original string for later
440           expansion to free-format input/out demo.
441         + modified test/demo_forms.c to load data from file.
442         + added note to clarify Terminal.app's non-emulation of the various
443           terminal types listed in the preferences dialog -TD
444         + fix regression in error-reporting in lib_setup.c (Debian #711134,
445           cf: 20121117).
446         + build-fix for a case where --enable-broken_linker and
447           --enable-reentrant options are combined (report by George R Goffe).
448
449 20130525
450         + modify mvcur() to distinguish between internal use by the ncurses
451           library, and external callers, preventing it from reading the content
452           of the screen which is only nonblank when curses calls have updated
453           it.  This makes test/dots_mvcur.c avoid painting colored cells in
454           the left margin of the display.
455         + minor fix to test/dots_mvcur.c
456         + move configured symbols USE_DATABASE and USE_TERMCAP to term.h as
457           NCURSES_USE_DATABASE and NCURSES_USE_TERMCAP to allow consistent
458           use of these symbols in term_entry.h
459
460 20130518
461         + corrected ifdefs in test/testcurs.c to allow comparison of mouse
462           interface versus pdcurses (cf: 20130316).
463         + add pow() to configure-check for math library, needed since
464           20121208 for test/hanoi (Debian #708056).
465         + regenerated html manpages.
466         + update doctype used for html documentation.
467
468 20130511
469         + move nsterm-related entries out of "obsolete" section to more
470           plausible "ansi consoles" -TD
471         + additional cleanup of table-of-contents by reordering -TD
472         + revise fix for check for 8-bit value in _nc_insert_ch(); prior fix
473           prevented inserts when video attributes were attached to the data
474           (cf: 20121215) (Redhat #959534).
475
476 20130504
477         + fixes for issues found by Coverity:
478           + correct FNKEY() macro in progs/dump_entry.c, allowing kf11-kf63 to
479             display when infocmp's -R option is used for HP or AIX subsets.
480           + fix dead-code issue with test/movewindow.c
481           + improve limited-checking in _nc_read_termtype().
482
483 20130427
484         + fix clang 3.2 warning in progs/dump_entry.c
485         + drop AC_TYPE_SIGNAL check; ncurses relies on c89 and later.
486
487 20130413
488         + add MinGW to cases where ncurses installs by default into /usr
489           (prompted by discussion with Daniel Silva Ferreira).
490         + add -D option to infocmp's usage-message (patch by Miroslav Lichvar).
491         + add a missing 'int' type for main function in configure check for
492           type of bool variable, to work with clang 3.2 (report by Dmitri
493           Gribenko).
494         + improve configure check for static_cast, to work with clang 3.2
495           (report by Dmitri Gribenko).
496         + re-order rule for demo.o and macros defining header dependencies in
497           c++/Makefile.in to accommodate gmake (report by Dmitri Gribenko).
498
499 20130406
500         + improve parameter checking in copywin().
501         + modify configure script to work around OS X's "libtool" program, to
502           choose glibtool instead.  At the same time, chance the autoconf macro
503           to look for a "tool" rather than a "prog", to help with potential use
504           in cross-compiling.
505         + separate the rpath usage for c++ library from demo program
506           (Redhat #911540)
507         + update/correct header-dependencies in c++ makefile (report by Werner
508           Fink).
509         + add --with-cxx-shared to dpkg-script, as done for rpm-script.
510
511 20130324
512         + build-fix for libtool configuration (reports by Daniel Silva Ferreira
513           and Roumen Petrov).
514
515 20130323
516         + build-fix for OS X, to handle changes for --with-cxx-shared feature
517           (report by Christian Ebert).
518         + change initialization for vt220, similar entries for consistency
519           with cursor-key strings (NetBSD #47674) -TD
520         + further improvements to linux-16color (Benjamin Sittler)
521
522 20130316
523         + additional fix for tic.c, to allocate missing buffer space.
524         + eliminate configure-script warnings for gen-pkgconfig.in
525         + correct typo in sgr string for sun-color,
526           add bold for consistency with sgr,
527           change smso for consistency with sgr -TD
528         + correct typo in sgr string for terminator -TD
529         + add blink to the attributes masked by ncv in linux-16color (report
530           by Benjamin Sittler)
531         + improve warning message from post-load checking for missing "%?"
532           operator by tic/infocmp by showing the entry name and capability.
533         + minor formatting improvement to tic/infocmp -f option to ensure
534           line split after "%;".
535         + amend scripting for --with-cxx-shared option to handle the debug
536           library "libncurses++_g.a" (report by Sven Joachim).
537
538 20130309
539         + amend change to toe.c for reading from /dev/zero, to ensure that
540           there is a buffer for the temporary filename (cf: 20120324).
541         + regenerated html manpages.
542         + fix typo in terminfo.head (report by Sven Joachim, cf: 20130302).
543         + updated some autoconf macros:
544           + CF_ACVERSION_CHECK, from byacc 1.9 20130304
545           + CF_INTEL_COMPILER, CF_XOPEN_SOURCE from luit 2.0-20130217
546         + add configure option --with-cxx-shared to permit building
547           libncurses++ as a shared library when using g++, e.g., the same
548           limitations as libtool but better integrated with the usual build
549           configuration (Redhat #911540).
550         + modify MKkey_defs.sh to filter out build-path which was unnecessarily
551           shown in curses.h (Debian #689131).
552
553 20130302
554         + add section to terminfo manpage discussing user-defined capabilities.
555         + update manpage description of NCURSES_NO_SETBUF, explaining why it
556           is obsolete.
557         + add a check in waddch_nosync() to ensure that tab characters are
558           treated as control characters; some broken locales claim they are
559           printable.
560         + add some traces to the Windows console driver.
561         + initialize a temporary array in _nc_mbtowc, needed for some cases
562           of raw input in MinGW port.
563
564 20130218
565         + correct ifdef on change to lib_twait.c (report by  Werner Fink).
566         + update config.guess, config.sub
567
568 20130216
569         + modify test/testcurs.c to work with mouse for ncurses as it does for
570           pdcurses.
571         + modify test/knight.c to work with mouse for pdcurses as it does for
572           ncurses.
573         + modify internal recursion in wgetch() which handles cooked mode to
574           check if the call to wgetnstr() returned an error.  This can happen
575           when both nocbreak() and nodelay() are set, for instance (report by
576           Nils Christopher Brause) (cf: 960418).
577         + fixes for issues found by Coverity:
578           + add a check for valid position in ClearToEOS()
579           + fix in lib_twait.c when --enable-wgetch-events is used, pointer
580             use after free.
581           + improve a limit-check in make_hash.c
582           + fix a memory leak in hashed_db.c
583
584 20130209
585         + modify test/configure script to make it simpler to override names
586           of curses-related libraries, to help with linking with pdcurses in
587           MinGW environment.
588         + if the --with-terminfo-dirs configure option is not used, there is
589           no corresponding compiled-in value for that.  Fill in "no default
590           value" for that part of the manpage substitution.
591
592 20130202
593         + correct initialization in knight.c which let it occasionally make
594           an incorrect move (cf: 20001028).
595         + improve documentation of the terminfo/termcap search path.
596
597 20130126
598         + further fixes to mvcur to pass callback function (cf: 20130112),
599           needed to make test/dots_mvcur work.
600         + reduce calls to SetConsoleActiveScreenBuffer in win_driver.c, to
601           help reduce flicker.
602         + modify configure script to omit "+b" from linker options for very
603           old HP-UX systems (report by Dennis Grevenstein)
604         + add HP-UX workaround for missing EILSEQ on old HP-UX systems (patch
605           by Dennis Grevenstein).
606         + restore memmove/strdup support for antique systems (request by
607           Dennis Grevenstein).
608         + change %l behavior in tparm to push the string length onto the stack
609           rather than saving the formatted length into the output buffer
610           (report by Roy Marples, cf: 980620).
611
612 20130119
613         + fixes for issues found by Coverity:
614           + fix memory leak in safe_sprintf.c
615           + add check for return-value in tty_update.c
616           + correct initialization for -s option in test/view.c
617           + add check for numeric overflow in lib_instr.c
618           + improve error-checking in copywin
619         + add advice in infocmp manpage for termcap users (Debian #698469).
620         + add "-y" option to test/demo_termcap and test/demo_terminfo to
621           demonstrate behavior with/without extended capabilities.
622         + updated termcap manpage to document legacy termcap behavior for
623           matching capability names.
624         + modify name-comparison for tgetstr, etc., to accommodate legacy
625           applications as well as to improve compatbility with BSD 4.2
626           termcap implementations (Debian #698299) (cf: 980725).
627
628 20130112
629         + correct prototype in manpage for vid_puts.
630         + drop ncurses/tty/tty_display.h, ncurses/tty/tty_input.h, since they
631           are unused in the current driver model.
632         + modify mvcur to use stdout except when called within the ncurses
633           library.
634         + modify vidattr and vid_attr to use stdout as documented in manpage.
635         + amend changes made to buffering in 20120825 so that the low-level
636           putp() call uses stdout rather than ncurses' internal buffering.
637           The putp_sp() call does the same, for consistency (Redhat #892674).
638
639 20130105
640         + add "-s" option to test/view.c to allow it to start in single-step
641           mode, reducing size of trace files when it is used for debugging
642           MinGW changes.
643         + revert part of 20121222 change to tinfo_driver.c
644         + add experimental logic in win_driver.c to improve optimization of
645           screen updates.  This does not yet work with double-width characters,
646           so it is ifdef'd out for the moment (prompted by report by Erwin
647           Waterlander regarding screen flicker).
648
649 20121229
650         + fix coverity warnings regarding copying into fixed-size buffers.
651         + add throw-declarations in the c++ binding per Coverity warning.
652         + minor changes to new-items for consistent reference to bug-report
653           numbers.
654
655 20121222
656         + add *.dSYM directories to clean-rule in ncurses directory makefile,
657           for Mac OS builds.
658         + add a configure check for gcc option -no-cpp-precomp, which is not
659           available in all Mac OS X configurations (report by Andras Salamon,
660           cf: 20011208).
661         + improve 20021221 workaround for broken acs, handling a case where
662           that ACS_xxx character is not in the acsc string but there is a known
663           wide-character which can be used.
664
665 20121215
666         + fix several warnings from clang 3.1 --analyze, includes correcting
667           a null-pointer check in _nc_mvcur_resume.
668         + correct display of double-width characters with MinGW port (report
669           by Erwin Waterlander).
670         + replace MinGW's wcrtomb(), fixing a problem with _nc_viscbuf
671         > fixes based on Coverity report:
672         + correct coloring in test/bs.c
673         + correct check for 8-bit value in _nc_insert_ch().
674         + remove dead code in progs/tset.c, test/linedata.h
675         + add null-pointer checks in lib_tracemse.c, panel.priv.h, and some
676           test-programs.
677
678 20121208
679         + modify test/knight.c to show the number of choices possible for
680           each position in automove option, e.g., to allow user to follow
681           Warnsdorff's rule to solve the puzzle.
682         + modify test/hanoi.c to show the minimum number of moves possible for
683           the given number of tiles (prompted by patch by Lucas Gioia).
684         > fixes based on Coverity report:
685         + remove a few redundant checks.
686         + correct logic in test/bs.c, when randomly placing a specific type of
687           ship.
688         + check return value from remove/unlink in tic.
689         + check return value from sscanf in test/ncurses.c
690         + fix a null dereference in c++/cursesw.cc
691         + fix two instances of uninitialized variables when configuring for the
692           terminal driver.
693         + correct scope of variable used in SetSafeOutcWrapper macro.
694         + set umask when calling mkstemp in tic.
695         + initialize wbkgrndset() temporary variable when extended-colors are
696           used.
697
698 20121201
699         + also replace MinGW's wctomb(), fixing a problem with setcchar().
700         + modify test/view.c to load UTF-8 when built with MinGW by using
701           regular win32 API because the MinGW functions mblen() and mbtowc()
702           do not work.
703
704 20121124
705         + correct order of color initialization versus display in some of the
706           test-programs, e.g., test_addstr.c
707         > fixes based on Coverity report:
708         + delete windows on exit from some of the test-programs.
709
710 20121117
711         > fixes based on Coverity report:
712         + add missing braces around FreeAndNull in two places.
713         + various fixes in test/ncurses.c
714         + improve limit-checks in tinfo/make_hash.c, tinfo/read_entry.c
715         + correct malloc size in progs/infocmp.c
716         + guard against negative array indices in test/knight.c
717         + fix off-by-one limit check in test/color_name.h
718         + add null-pointer check in progs/tabs.c, test/bs.c, test/demo_forms.c,
719           test/inchs.c
720         + fix memory-leak in tinfo/lib_setup.c, progs/toe.c,
721           test/clip_printw.c, test/demo_menus.c
722         + delete unused windows in test/chgat.c, test/clip_printw.c,
723           test/insdelln.c, test/newdemo.c on error-return.
724
725 20121110
726         + modify configure macro CF_INCLUDE_DIRS to put $CPPFLAGS after the
727           local -I include options in case someone has set conflicting -I
728           options in $CPPFLAGS (prompted by patch for ncurses/Makefile.in by
729           Vassili Courzakis).
730         + modify the ncurses*-config scripts to eliminate relative paths from
731           the RPATH_LIST variable, e.g., "../lib" as used in installing shared
732           libraries or executables.
733
734 20121102
735         + realign these related pages:
736             curs_add_wchstr.3x
737             curs_addchstr.3x
738             curs_addstr.3x
739             curs_addwstr.3x
740           and fix a long-ago error in curs_addstr.3x which said that a -1
741           length parameter would only write as much as fit onto one line
742           (report by Reuben Thomas).
743         + remove obsolete fallback _nc_memmove() for memmove()/bcopy().
744         + remove obsolete fallback _nc_strdup() for strdup().
745         + cancel any debug-rpm in package/ncurses.spec
746         + reviewed vte-2012, reverted most of the change since it was incorrect
747           based on testing with tack -TD
748         + un-cancel the initc in vte-256color, since this was implemented
749           starting with version 0.20 in 2009 -TD
750
751 20121026
752         + improve malloc/realloc checking (prompted by discussion in Redhat
753           #866989).
754         + add ncurses test-program as "ncurses6" to the rpm- and dpkg-scripts.
755         + updated configure macros CF_GCC_VERSION and CF_WITH_PATHLIST.  The
756           first corrects pattern used for Mac OS X's customization of gcc.
757
758 20121017
759         + fix change to _nc_scroll_optimize(), which incorrectly freed memory
760           (Redhat #866989).
761
762 20121013
763         + add vte-2012, gnome-2012, making these the defaults for vte/gnome
764           (patch by Christian Persch).
765
766 20121006
767         + improve CF_GCC_VERSION to work around Debian's customization of gcc
768           --version message.
769         + improve configure macros as done in byacc:
770           + drop 2.13 compatibility; use 2.52.xxxx version only since EMX port
771             has used that for a while.
772           + add 3rd parameter to AC_DEFINE's to allow autoheader to run, i.e.,
773             for experimental use.
774           + remove unused configure macros.
775         + modify configure script and makefiles to quiet new autoconf warning
776           for LIBS_TO_MAKE variable.
777         + modify configure script to show $PATH_SEPARATOR variable.
778         + update config.guess, config.sub
779
780 20120922
781         + modify setupterm to set its copy of TERM to "unknown" if configured
782           for the terminal driver and TERM was null or empty.
783         + modify treatment of TERM variable for MinGW port to allow explicit
784           use of the windows console driver by checking if $TERM is set to
785           "#win32con" or an abbreviation of that.
786         + undo recent change to fallback definition of vsscanf() to build with
787           older Solaris compilers (cf: 20120728).
788
789 20120908
790         + add test-screens to test/ncurses to show 256-characters at a time,
791           to help with MinGW port.
792
793 20120903
794         + simplify varargs logic in lib_printw.c; va_copy is no longer needed
795           there.
796         + modifications for MinGW port to make wide-character display usable.
797
798 20120902
799         + regenerate configure script (report by Sven Joachim, cf: 20120901).
800
801 20120901
802         + add a null-pointer check in _nc_flush (cf: 20120825).
803         + fix a case in _nc_scroll_optimize() where the _oldnums_list array
804           might not be allocated.
805         + improve comparisons in configure.in for unset shell variables.
806
807 20120826
808         + increase size of ncurses' output-buffer, in case of very small
809           initial screen-sizes.
810         + fix evaluation of TERMINFO and TERMINFO_DIRS default values as needed
811           after changes to use --datarootdir (reports by Gabriele Balducci,
812           Roumen Petrov).
813
814 20120825
815         + change output buffering scheme, using buffer maintained by ncurses
816           rather than stdio, to avoid problems with SIGTSTP handling (report
817           by Brian Bloniarz).
818
819 20120811
820         + update autoconf patch to 2.52.20120811, adding --datarootdir
821           (prompted by discussion with Erwin Waterlander).
822         + improve description of --enable-reentrant option in README and the
823           INSTALL file.
824         + add nsterm-256color, make this the default nsterm -TD
825         + remove bw from nsterm-bce, per testing with tack -TD
826
827 20120804
828         + update test/configure, adding check for tinfo library.
829         + improve limit-checks for the getch fifo (report by Werner Fink).
830         + fix a remaining mismatch between $with_echo and the symbols updated
831           for CF_DISABLE_ECHO affecting parameters for mk-2nd.awk (report by
832           Sven Joachim, cf:  20120317).
833         + modify followup check for pkg-config's library directory in the
834           --enable-pc-files option to validate syntax (report by Sven Joachim,
835           cf: 20110716).
836
837 20120728
838         + correct path for ncurses_mingw.h in include/headers, in case build
839           is done outside source-tree (patch by Roumen Petrov).
840         + modify some older xterm entries to align with xterm source -TD
841         + separate "xterm-old" alias from "xterm-r6" -TD
842         + add E3 extended capability to xterm-basic and putty -TD
843         + parenthesize parameters of other macros in curses.h -TD
844         + parenthesize parameter of COLOR_PAIR and PAIR_NUMBER in curses.h
845           in case it happens to be a comma-expression, etc.  (patch by Nick
846           Black).
847
848 20120721
849         + improved form_request_by_name() and menu_request_by_name().
850         + eliminate two fixed-size buffers in toe.c
851         + extend use_tioctl() to have expected behavior when use_env(FALSE) and
852           use_tioctl(TRUE) are called.
853         + modify ncurses test-program, adding -E and -T options to demonstrate
854           use_env() versus use_tioctl().
855
856 20120714
857         + add use_tioctl() function (adapted from patch by Werner Fink,
858           Novell #769788):
859
860 20120707
861         + add ncurses_mingw.h to installed headers (prompted by patch by
862           Juergen Pfeifer).
863         + clarify return-codes from wgetch() in response to SIGWINCH (prompted
864           by Novell #769788).
865         + modify resizeterm() to always push a KEY_RESIZE onto the fifo, even
866           if screensize is unchanged.  Modify _nc_update_screensize() to push a
867           KEY_RESIZE if there was a SIGWINCH, even if it does not call
868           resizeterm().  These changes eliminate the case where a SIGWINCH is
869           received, but ERR returned from wgetch or wgetnstr because the screen
870           dimensions did not change (Novell #769788).
871
872 20120630
873         + add --enable-interop to sample package scripts (suggested by Juergen
874           Pfeifer).
875         + update CF_PATH_SYNTAX macro, from mawk changes.
876         + modify mk-0th.awk to allow for generating llib-ltic, etc., though
877           some work is needed on cproto to work with lib_gen.c to update
878           llib-lncurses.
879         + remove redundant getenv() cal in database-iterator leftover from
880           cleanup in 20120622 changes (report by Sven Joachim).
881
882 20120622
883         + add -d, -e and -q options to test/demo_terminfo and test/demo_termcap
884         + fix caching of environment variables in database-iterator (patch by
885           Philippe Troin, Redhat #831366).
886
887 20120616
888         + add configure check to distinguish clang from gcc to eliminate
889           warnings about unused command-line parameters when compiler warnings
890           are enabled.
891         + improve behavior when updating terminfo entries which are hardlinked
892           by allowing for the possibility that an alias has been repurposed to
893           a new primary name.
894         + fix some strict compiler warnings based on package scripts.
895         + further fixes for configure check for working poll (Debian #676461).
896
897 20120608
898         + fix an uninitialized variable in -c/-n logic for infocmp changes
899           (cf: 20120526).
900         + corrected fix for building c++ binding with clang 3.0 (report/patch
901           by Richard Yao, Gentoo #417613, cf: 20110409)
902         + correct configure check for working poll, fixing the case where stdin
903           is redirected, e.g., in rpm/dpkg builds (Debian #676461).
904         + add rpm- and dpkg-scripts, to test those build-environments.
905           The resulting packages are used only for testing.
906
907 20120602
908         + add kdch1 aka "Remove" to vt220 and vt220-8 entries -TD
909         + add kdch1, etc., to qvt108 -TD
910         + add dl1/il1 to some entries based on dl/il values -TD
911         + add dl to simpleterm -TD
912         + add consistency-checks in tic for insert-line vs delete-line
913           controls, and insert/delete-char keys
914         + correct no-leaks logic in infocmp when doing comparisons, fixing
915           duplicate free of entries given via the command-line, and freeing
916           entries loaded from the last-but-one of files specified on the
917           command-line.
918         + add kdch1 to wsvt25 entry from NetBSD CVS (reported by David Lord,
919           analysis by Martin Husemann).
920         + add cnorm/civis to wsvt25 entry from NetBSD CVS (report/analysis by
921           Onno van der Linden).
922
923 20120526
924         + extend -c and -n options of infocmp to allow comparing more than two
925           entries.
926         + correct check in infocmp for number of terminal names when more than
927           two are given.
928         + correct typo in curs_threads.3x (report by Yanhui Shen on
929           freebsd-hackers mailing list).
930
931 20120512
932         + corrected 'op' for bterm (report by Samuel Thibault) -TD
933         + modify test/background.c to demonstrate a background character
934           holding a colored ACS_HLINE.  The behavior differs from SVr4 due to
935           the thick- and double-line extension (cf: 20091003).
936         + modify handling of acs characters in PutAttrChar to avoid mapping an
937           unmapped character to a space with A_ALTCHARSET set.
938         + rewrite vt520 entry based on vt420 -TD
939
940 20120505
941         + remove p6 (bold) from opus3n1+ for consistency -TD
942         + remove acs stuff from env230 per clues in Ingres termcap -TD
943         + modify env230 sgr/sgr0 to match other capabilities -TD
944         + modify smacs/rmacs in bq300-8 to match sgr/sgr0 -TD
945         + make sgr for dku7202 agree with other caps -TD
946         + make sgr for ibmpc agree with other caps -TD
947         + make sgr for tek4107 agree with other caps -TD
948         + make sgr for ndr9500 agree with other caps -TD
949         + make sgr for sco-ansi agree with other caps -TD
950         + make sgr for d410 agree with other caps -TD
951         + make sgr for d210 agree with other caps -TD
952         + make sgr for d470c, d470c-7b agree with other caps -TD
953         + remove redundant AC_DEFINE for NDEBUG versus Makefile definition.
954         + fix a back-link in _nc_delink_entry(), which is needed if ncurses is
955           configured with --enable-termcap and --disable-getcap.
956
957 20120428
958         + fix some inconsistencies between vt320/vt420, e.g., cnorm/civis -TD
959         + add eslok flag to dec+sl -TD
960         + dec+sl applies to vt320 and up -TD
961         + drop wsl width from xterm+sl -TD
962         + reuse xterm+sl in putty and nsca-m -TD
963         + add ansi+tabs to vt520 -TD
964         + add ansi+enq to vt220-vt520 -TD
965         + fix a compiler warning in example in ncurses-intro.doc (Paul Waring).
966         + added paragraph in keyname manpage telling how extended capabilities
967           are interpreted as key definitions.
968         + modify tic's check of conflicting key definitions to include extended
969           capability strings in addition to the existing check on predefined
970           keys.
971
972 20120421
973         + improve cleanup of temporary files in tic using atexit().
974         + add msgr to vt420, similar DEC vtXXX entries -TD
975         + add several missing vt420 capabilities from vt220 -TD
976         + factor out ansi+pp from several entries -TD
977         + change xterm+sl and xterm+sl-twm to include only the status-line
978           capabilities and not "use=xterm", making them more generally useful
979           as building-blocks -TD
980         + add dec+sl building block, as example -TD
981
982 20120414
983         + add XT to some terminfo entries to improve usefulness for other
984           applications than screen, which would like to pretend that xterm's
985           title is a status-line.  -TD
986         + change use-clauses in ansi-mtabs, hp2626, and hp2622 based on review
987           of ordering and overrides -TD
988         + add consistency check in tic for screen's "XT" capability.
989         + add section in terminfo.src summarizing the user-defined capabilities
990           used in that file -TD
991
992 20120407
993         + fix an inconsistency between tic/infocmp "-x" option; tic omits all
994           non-standard capabilities, while infocmp was ignoring only the user
995           definable capabilities.
996         + improve special case in tic parsing of description to allow it to be
997           followed by terminfo capabilities.  Previously the description had to
998           be the last field on an input line to allow tic to distinguish
999           between termcap and terminfo format while still allowing commas to be
1000           embedded in the description.
1001         + correct variable name in gen_edit.sh which broke configurability of
1002           the --with-xterm-kbs option.
1003         + revert 2011-07-16 change to "linux" alias, return to "linux2.2" -TD
1004         + further amend 20110910 change, providing for configure-script
1005           override of the "linux" terminfo entry to install and changing the
1006           default for that to "linux2.2" (Debian #665959).
1007
1008 20120331
1009         + update Ada95/configure to use CF_DISABLE_ECHO (cf: 20120317).
1010         + correct order of use-clauses in st-256color -TD
1011         + modify configure script to look for gnatgcc if the Ada95 binding
1012           is built, in preference to the default gcc/cc (suggested by
1013           Nicolas Boulenguez).
1014         + modify configure script to ensure that the same -On option used for
1015           the C compiler in CFLAGS is used for ADAFLAGS rather than simply
1016           using "-O3" (suggested by Nicolas Boulenguez)
1017
1018 20120324
1019         + amend an old fix so that next_char() exits properly for empty files,
1020           e.g., from reading /dev/null (cf: 20080804).
1021         + modify tic so that it can read from the standard input, or from
1022           a character device.  Because tic uses seek's, this requires writing
1023           the data to a temporary file first (prompted by remark by Sven
1024           Joachim) (cf: 20000923).
1025
1026 20120317
1027         + correct a check made in lib_napms.c, so that terminfo applications
1028           can again use napms() (cf: 20110604).
1029         + add a note in tic.h regarding required casts for ABSENT_BOOLEAN
1030           (cf: 20040327).
1031         + correct scripting for --disable-echo option in test/configure.
1032         + amend check for missing c++ compiler to work when no error is
1033           reported, and no variables set (cf: 20021206).
1034         + add/use configure macro CF_DISABLE_ECHO.
1035
1036 20120310
1037         + fix some strict compiler warnings for abi6 and 64-bits.
1038         + use begin_va_copy/end_va_copy macros in lib_printw.c (cf: 20120303).
1039         + improve a limit-check in infocmp.c (Werner Fink):
1040
1041 20120303
1042         + minor tidying of terminfo.tail, clarify reason for limitation
1043           regarding mapping of \0 to \200
1044         + minor improvement to _nc_copy_termtype(), using memcpy to replace
1045           loops.
1046         + fix no-leaks checking in test/demo_termcap.c to account for multiple
1047           calls to setupterm().
1048         + modified the libgpm change to show previous load as a problem in the
1049           debug-trace.
1050         > merge some patches from OpenSUSE rpm (Werner Fink):
1051         + ncurses-5.7-printw.dif, fixes for varargs handling in lib_printw.c
1052         + ncurses-5.7-gpm.dif, do not dlopen libgpm if already loaded by
1053           runtime linker
1054         + ncurses-5.6-fallback.dif, do not free arrays and strings from static
1055           fallback entries
1056
1057 20120228
1058         + fix breakage in tic/infocmp from 20120225 (report by Werner Fink).
1059
1060 20120225
1061         + modify configure script to allow creating dll's for MinGW when
1062           cross-compiling.
1063         + add --enable-string-hacks option to control whether strlcat and
1064           strlcpy may be used.  The same issue applies to OpenBSD's warnings
1065           about snprintf, noting that this function is weakly standardized.
1066         + add configure checks for strlcat, strlcpy and snprintf, to help
1067           reduce bogus warnings with OpenBSD builds.
1068         + build-fix for OpenBSD 4.9 to supply consistent intptr_t declaration
1069           (cf:20111231)
1070         + update config.guess, config.sub
1071
1072 20120218
1073         + correct CF_ETIP_DEFINES configure macro, making it exit properly on
1074           the first success (patch by Pierre Labastie).
1075         + improve configure macro CF_MKSTEMP by moving existence-check for
1076           mkstemp out of the AC_TRY_RUN, to help with cross-compiles.
1077         + improve configure macro CF_FUNC_POLL from luit changes to detect
1078           broken implementations, e.g., with Mac OS X.
1079         + add configure option --with-tparm-arg
1080         + build-fix for MinGW cross-compiling, so that make_hash does not
1081           depend on TTY definition (cf: 20111008).
1082
1083 20120211
1084         + make sgr for xterm-pcolor agree with other caps -TD
1085         + make sgr for att5425 agree with other caps -TD
1086         + make sgr for att630 agree with other caps -TD
1087         + make sgr for linux entries agree with other caps -TD
1088         + make sgr for tvi9065 agree with other caps -TD
1089         + make sgr for ncr260vt200an agree with other caps -TD
1090         + make sgr for ncr160vt100pp agree with other caps -TD
1091         + make sgr for ncr260vt300an agree with other caps -TD
1092         + make sgr for aaa-60-dec-rv, aaa+dec agree with other caps -TD
1093         + make sgr for cygwin, cygwinDBG agree with other caps -TD
1094         + add configure option --with-xterm-kbs to simplify configuration for
1095           Linux versus most other systems.
1096
1097 20120204
1098         + improved tic -D option, avoid making target directory and provide
1099           better diagnostics.
1100
1101 20120128
1102         + add mach-gnu (Debian #614316, patch by Samuel Thibault)
1103         + add mach-gnu-color, tweaks to mach-gnu terminfo -TD
1104         + make sgr for sun-color agree with smso -TD
1105         + make sgr for prism9 agree with other caps -TD
1106         + make sgr for icl6404 agree with other caps -TD
1107         + make sgr for ofcons agree with other caps -TD
1108         + make sgr for att5410v1, att4415, att620 agree with other caps -TD
1109         + make sgr for aaa-unk, aaa-rv agree with other caps -TD
1110         + make sgr for avt-ns agree with other caps -TD
1111         + amend fix intended to separate fixups for acsc to allow "tic -cv" to
1112           give verbose warnings (cf:  20110730).
1113         + modify misc/gen-edit.sh to make the location of the tabset directory
1114           consistent with misc/Makefile.in, i.e., using ${datadir}/tabset
1115           (Debian #653435, patch by Sven Joachim).
1116
1117 20120121
1118         + add --with-lib-prefix option to allow configuring for old/new flavors
1119           of OS/2 EMX.
1120         + modify check for gnat version to allow for year, as used in FreeBSD
1121           port.
1122         + modify check_existence() in db_iterator.c to simply check if the
1123           path is a directory or file, according to the need.  Checking for
1124           directory size also gives no usable result with OS/2 (cf: 20120107).
1125         + support OS/2 kLIBC (patch by KO Myung-Han).
1126
1127 20120114
1128         + several improvements to test/movewindow.c (prompted by discussion on
1129           Linux Mint forum):
1130           + modify movement commands to make them continuous
1131           + rewrote the test for mvderwin
1132           + rewrote the test for recursive mvwin
1133         + split-out reusable CF_WITH_NCURSES_ETC macro in test/configure.in
1134         + updated configure macro CF_XOPEN_SOURCE, build-fixes for Mac OS X
1135           and OpenBSD.
1136         + regenerated html manpages.
1137
1138 20120107
1139         + various improvments for MinGW (Juergen Pfeifer):
1140           + modify stat() calls to ignore the st_size member
1141           + drop mk-dlls.sh script.
1142           + change recommended regular expression library.
1143           + modify rain.c to allow for threaded configuraton.
1144           + modify tset.c to allow for case when size-change logic is not used.
1145
1146 20111231
1147         + modify toe's report when -a and -s options are combined, to add
1148           a column showing which entries belong to a given database.
1149         + add -s option to toe, to sort its output.
1150         + modify progs/toe.c, simplifying use of db-iterator results to use
1151           caching improvements from 20111001 and 20111126.
1152         + correct generation of pc-files when ticlib or termlib options are
1153           given to rename the corresponding tic- or tinfo-libraries (report
1154           by Sven Joachim).
1155
1156 20111224
1157         + document a portability issue with tput, i.e., that scripts which work
1158           with ncurses may fail in other implementations that do no parameter
1159           analysis.
1160         + add putty-sco entry -TD
1161
1162 20111217
1163         + review/fix places in manpages where --program-prefix configure option
1164           was not being used.
1165         + add -D option to infocmp, to show the database locations that it
1166           could use.
1167         + fix build for the special case where term-driver, ticlib and termlib
1168           are all enabled.  The terminal driver depends on a few features in
1169           the base ncurses library, so tic's dependencies include both ncurses
1170           and termlib.
1171         + fix build work for term-driver when --enable-wgetch-events option is
1172           enabled.
1173         + use <stdint.h> types to fix some questionable casts to void*.
1174
1175 20111210
1176         + modify configure script to check if thread library provides
1177           pthread_mutexattr_settype(), e.g., not provided by Solaris 2.6
1178         + modify configure script to suppress check to define _XOPEN_SOURCE
1179           for IRIX64, since its header files have a conflict versus
1180           _SGI_SOURCE.
1181         + modify configure script to add ".pc" files for tic- and
1182           tinfo-libraries, which were omitted in recent change (cf: 20111126).
1183         + fix inconsistent checks on $PKG_CONFIG variable in configure script.
1184
1185 20111203
1186         + modify configure-check for etip.h dependencies, supplying a temporary
1187           copy of ncurses_dll.h since it is a generated file (prompted by
1188           Debian #646977).
1189         + modify CF_CPP_PARAM_INIT "main" function to work with current C++.
1190
1191 20111126
1192         + correct database iterator's check for duplicate entries
1193           (cf: 20111001).
1194         + modify database iterator to ignore $TERMCAP when it is not an
1195           absolute pathname.
1196         + add -D option to tic, to show the database locations that it could
1197           use.
1198         + improve description of database locations in tic manpage.
1199         + modify the configure script to generate a list of the ".pc" files to
1200           generate, rather than deriving the list from the libraries which have
1201           been built (patch by Mike Frysinger).
1202         + use AC_CHECK_TOOLS in preference to AC_PATH_PROGS when searching for
1203           ncurses*-config, e.g., in Ada95/configure and test/configure (adapted
1204           from patch by Mike Frysinger).
1205
1206 20111119
1207         + remove obsolete/conflicting fallback definition for _POSIX_SOURCE
1208           from curses.priv.h, fixing a regression with IRIX64 and Tru64
1209           (cf: 20110416)
1210         + modify _nc_tic_dir() to ensure that its return-value is nonnull,
1211           i.e., the database iterator was not initialized.  This case is needed
1212           to when tic is translating to termcap, rather than loading the
1213           database (cf:  20111001).
1214
1215 20111112
1216         + add pccon entries for OpenBSD console (Alexei Malinin).
1217         + build-fix for OpenBSD 4.9 with gcc 4.2.1, setting _XOPEN_SOURCE to
1218           600 to work around inconsistent ifdef'ing of wcstof between C and
1219           C++ header files.
1220         + modify capconvert script to accept more than exact match on "xterm",
1221           e.g., the "xterm-*" variants, to exclude from the conversion (patch
1222           by Robert Millan).
1223         + add -lc_r as alternative for -lpthread, allows build of threaded code
1224           in older FreeBSD machines.
1225         + build-fix for MirBSD, which fails when either _XOPEN_SOURCE or
1226           _POSIX_SOURCE are defined.
1227         + fix a typo misc/Makefile.in, used in uninstalling pc-files.
1228
1229 20111030
1230         + modify make_db_path() to allow creating "terminfo.db" in the same
1231           directory as an existing "terminfo" directory.  This fixes a case
1232           where switching between hashed/filesystem databases would cause the
1233           new hashed database to be installed in the next best location -
1234           root's home directory.
1235         + add variable cf_cv_prog_gnat_correct to those passed to
1236           config.status, fixing a problem with Ada95 builds (cf: 20111022).
1237         + change feature test from _XPG5 to _XOPEN_SOURCE in two places, to
1238           accommodate broken implementations for _XPG6.
1239         + eliminate usage of NULL symbol from etip.h, to reduce header
1240           interdependencies.
1241         + add configure check to decide when to add _XOPEN_SOURCE define to
1242           compiler options, i.e., for Solaris 10 and later (cf: 20100403).
1243           This is a workaround for gcc 4.6, which fails to build the c++
1244           binding if that symbol is defined by the application, due to
1245           incorrectly combining the corresponding feature test macros
1246           (report by Peter Kruse).
1247
1248 20111022
1249         + correct logic for discarding mouse events, retaining the partial
1250           events used to build up click, double-click, etc, until needed
1251           (cf: 20110917).
1252         + fix configure script to avoid creating unused Ada95 makefile when
1253           gnat does not work.
1254         + cleanup width-related gcc 3.4.3 warnings for 64-bit platform, for the
1255           internal functions of libncurses.  The external interface of courses
1256           uses bool, which still produces these warnings.
1257
1258 20111015
1259         + improve description of --disable-tic-depends option to make it
1260           clear that it may be useful whether or not the --with-termlib
1261           option is also given (report by Sven Joachim).
1262         + amend termcap equivalent for set_pglen_inch to use the X/Open
1263           "YI" rather than the obsolete Solaris 2.5 "sL" (cf: 990109).
1264         + improve manpage for tgetent differences from termcap library.
1265
1266 20111008
1267         + moved static data from db_iterator.c to lib_data.c
1268         + modify db_iterator.c for memory-leak checking, fix one leak.
1269         + modify misc/gen-pkgconfig.in to use Requires.private for the parts
1270           of ncurses rather than Requires, as well as Libs.private for the
1271           other library dependencies (prompted by Debian #644728).
1272
1273 20111001
1274         + modify tic "-K" option to only set the strict-flag rather than force
1275           source-output.  That allows the same flag to control the parser for
1276           input and output of termcap source.
1277         + modify _nc_getent() to ignore backslash at the end of a comment line,
1278           making it consistent with ncurses' parser.
1279         + restore a special-case check for directory needed to make termcap
1280           text files load as if they were databases (cf: 20110924).
1281         + modify tic's resolution/collision checking to attempt to remove the
1282           conflicting alias from the second entry in the pair, which is
1283           normally following in the source file.  Also improved the warning
1284           message to make it simpler to see which alias is the problem.
1285         + improve performance of the database iterator by caching search-list.
1286
1287 20110925
1288         + add a missing "else" in changes to _nc_read_tic_entry().
1289
1290 20110924
1291         + modify _nc_read_tic_entry() so that hashed-database is checked before
1292           filesystem.
1293         + updated CF_CURSES_LIBS check in test/configure script.
1294         + modify configure script and makefiles to split TIC_ARGS and
1295           TINFO_ARGS into pieces corresponding to LDFLAGS and LIBS variables,
1296           to help separate searches for tic- and tinfo-libraries (patch by Nick
1297           Alcock aka "Nix").
1298         + build-fix for lib_mouse.c changes (cf: 20110917).
1299
1300 20110917
1301         + fix compiler warning for clang 2.9
1302         + improve merging of mouse events (integrated patch by Damien
1303           Guibouret).
1304         + correct mask-check used in lib_mouse for wheel mouse buttons 4/5
1305           (patch by Damien Guibouret).
1306
1307 20110910
1308         + modify misc/gen_edit.sh to select a "linux" entry which works with
1309           the current kernel rather than assuming it is always "linux3.0"
1310           (cf: 20110716).
1311         + revert a change to getmouse() which had the undesirable side-effect
1312           of suppressing button-release events (report by Damien Guibouret,
1313           cf: 20100102).
1314         + add xterm+kbs fragment from xterm #272 -TD
1315         + add configure option --with-pkg-config-libdir to provide control over
1316           the actual directory into which pc-files are installed, do not use
1317           the pkg-config environment variables (discussion with Frederic L W
1318           Meunier).
1319         + add link to mailing-list archive in announce.html.in, as done in
1320           FAQ (prompted by question by Andrius Bentkus).
1321         + improve manpage install by adjusting the "#include" examples to
1322           show the ncurses-subdirectory used when --disable-overwrite option
1323           is used.
1324         + install an alias for "curses" to the ncurses manpage, tied to the
1325           --with-curses-h configure option (suggested by Reuben Thomas).
1326
1327 20110903
1328         + propagate error-returns from wresize, i.e., the internal
1329           increase_size and decrease_size functions through resize_term (report
1330           by Tim van der Molen, cf:  20020713).
1331         + fix typo in tset manpage (patch by Sven Joachim).
1332
1333 20110820
1334         + add a check to ensure that termcap files which might have "^?" do
1335           not use the terminfo interpretation as "\177".
1336         + minor cleanup of X-terminal emulator section of terminfo.src -TD
1337         + add terminator entry -TD
1338         + add simpleterm entry -TD
1339         + improve wattr_get macros by ensuring that if the window pointer is
1340           null, then the attribute and color values returned will be zero
1341           (cf: 20110528).
1342
1343 20110813
1344         + add substitution for $RPATH_LIST to misc/ncurses-config.in
1345         + improve performance of tic with hashed-database by caching the
1346           database connection, using atexit() to cleanup.
1347         + modify treatment of 2-character aliases at the beginning of termcap
1348           entries so they are not counted in use-resolution, since these are
1349           guaranteed to be unique.  Also ignore these aliases when reporting
1350           the primary name of the entry (cf: 20040501)
1351         + double-check gn (generic) flag in terminal descriptions to
1352           accommodate old/buggy termcap databases which misused that feature.
1353         + minor fixes to _nc_tgetent(), ensure buffer is initialized even on
1354           error-return.
1355
1356 20110807
1357         + improve rpath fix from 20110730 by ensuring that the new $RPATH_LIST
1358           variable is defined in the makefiles which use it.
1359         + build-fix for DragonFlyBSD's pkgsrc in test/configure script.
1360         + build-fixes for NetBSD 5.1 with termcap support enabled.
1361         + corrected k9 in dg460-ansi, add other features based on manuals -TD
1362         + improve trimming of whitespace at the end of terminfo/termcap output
1363           from tic/infocmp.
1364         + when writing termcap source, ensure that colons in the description
1365           field are translated to a non-delimiter, i.e., "=".
1366         + add "-0" option to tic/infocmp, to make the termcap/terminfo source
1367           use a single line.
1368         + add a null-pointer check when handling the $CC variable.
1369
1370 20110730
1371         + modify configure script and makefiles in c++ and progs to allow the
1372           directory used for rpath option to be overridden, e.g., to work
1373           around updates to the variables used by tic during an install.
1374         + add -K option to tic/infocmp, to provide stricter BSD-compatibility
1375           for termcap output.
1376         + add _nc_strict_bsd variable in tic library which controls the
1377           "strict" BSD termcap compatibility from 20110723, plus these
1378           features:
1379           + allow escapes such as "\8" and "\9" when reading termcap
1380           + disallow "\a", "\e", "\l", "\s" and "\:" escapes when reading
1381             termcap files, passing through "a", "e", etc.
1382           + expand "\:" as "\072" on output.
1383         + modify _nc_get_token() to reset the token's string value in case
1384           there is a string-typed token lacking the "=" marker.
1385         + fix a few memory leaks in _nc_tgetent.
1386         + fix a few places where reading from a termcap file could refer to
1387           freed memory.
1388         + add an overflow check when converting terminfo/termcap numeric
1389           values, since terminfo stores those in a short, and they must be
1390           positive.
1391         + correct internal variables used for translating to termcap "%>"
1392           feature, and translating from termcap %B to terminfo, needed by
1393           tctest (cf: 19991211).
1394         + amend a minor fix to acsc when loading a termcap file to separate it
1395           from warnings needed for tic (cf: 20040710)
1396         + modify logic in _nc_read_entry() and _nc_read_tic_entry() to allow
1397           a termcap file to be handled via TERMINFO_DIRS.
1398         + modify _nc_infotocap() to include non-mandatory padding when
1399           translating to termcap.
1400         + modify _nc_read_termcap_entry(), passing a flag in the case where
1401           getcap is used, to reduce interactive warning messages.
1402
1403 20110723
1404         + add a check in start_color() to limit color-pairs to 256 when
1405           extended colors are not supported (patch by David Benjamin).
1406         + modify setcchar to omit no-longer-needed OR'ing of color pair in
1407           the SetAttr() macro (patch by David Benjamin).
1408         + add kich1 to sun terminfo entry (Yuri Pankov)
1409         + use bold rather than reverse for smso in sun-color terminfo entry
1410           (Yuri Pankov).
1411         + improve generation of termcap using tic/infocmp -C option, e.g.,
1412           to correspond with 4.2BSD (prompted by discussion with Yuri Pankov
1413           regarding Schilling's test program):
1414           + translate %02 and %03 to %2 and %3 respectively.
1415           + suppress string capabilities which use %s, not supported by tgoto
1416           + use \040 rather than \s
1417           + expand null characters as \200 rather than \0
1418         + modify configure script to support shared libraries for DragonFlyBSD.
1419
1420 20110716
1421         + replace an assert() in _nc_Free_Argument() with a regular null
1422           pointer check (report/analysis by Franjo Ivancic).
1423         + modify configure --enable-pc-files option to take into account the
1424           PKG_CONFIG_PATH variable (report by Frederic L W Meunier).
1425         + add/use xterm+tmux chunk from xterm #271 -TD
1426         + resync xterm-new entry from xterm #271 -TD
1427         + add E3 extended capability to linux-basic (Miroslav Lichvar)
1428         + add linux2.2, linux2.6, linux3.0 entries to give context for E3 -TD
1429         + add SI/SO change to linux2.6 entry (Debian #515609) -TD
1430         + fix inconsistent tabset path in pcmw (Todd C. Miller).
1431         + remove a backslash which continued comment, obscuring altos3
1432           definition with OpenBSD toolset (Nicholas Marriott).
1433
1434 20110702
1435         + add workaround from xterm #271 changes to ensure that compiler flags
1436           are not used in the $CC variable.
1437         + improve support for shared libraries, tested with AIX 5.3, 6.1 and
1438           7.1 with both gcc 4.2.4 and cc.
1439         + modify configure checks for AIX to include release 7.x
1440         + add loader flags/libraries to libtool options so that dynamic loading
1441           works properly, adapted from ncurses-5.7-ldflags-with-libtool.patch
1442           at gentoo prefix repository (patch by Michael Haubenwallner).
1443
1444 20110626
1445         + move include of nc_termios.h out of term_entry.h, since the latter
1446           is installed, e.g., for tack while the former is not (report by
1447           Sven Joachim).
1448
1449 20110625
1450         + improve cleanup() function in lib_tstp.c, using _exit() rather than
1451           exit() and checking for SIGTERM rather than SIGQUIT (prompted by
1452           comments forwarded by Nicholas Marriott).
1453         + reduce name pollution from term.h, moving fallback #define's for
1454           tcgetattr(), etc., to new private header nc_termios.h (report by
1455           Sergio NNX).
1456         + two minor fixes for tracing (patch by Vassili Courzakis).
1457         + improve trace initialization by starting it in use_env() and
1458           ripoffline().
1459         + review old email, add details for some changelog entries.
1460
1461 20110611
1462         + update minix entry to minix 3.2 (Thomas Cort).
1463         + fix a strict compiler warning in change to wattr_get (cf: 20110528).
1464
1465 20110604
1466         + fixes for MirBSD port:
1467           + set default prefix to /usr.
1468           + add support for shared libraries in configure script.
1469           + use S_ISREG and S_ISDIR consistently, with fallback definitions.
1470         + add a few more checks based on ncurses/link_test.
1471         + modify MKlib_gen.sh to handle sp-funcs renaming of NCURSES_OUTC type.
1472
1473 20110528
1474         + add case to CF_SHARED_OPTS for Interix (patch by Markus Duft).
1475         + used ncurses/link_test to check for behavior when the terminal has
1476           not been initialized and when an application passes null pointers
1477           to the library.  Added checks to cover this (prompted by Redhat
1478           #707344).
1479         + modify MKlib_gen.sh to make its main() function call each function
1480           with zero parameters, to help find inconsistent checking for null
1481           pointers, etc.
1482
1483 20110521
1484         + fix warnings from clang 2.7 "--analyze"
1485
1486 20110514
1487         + compiler-warning fixes in panel and progs.
1488         + modify CF_PKG_CONFIG macro, from changes to tin -TD
1489         + modify CF_CURSES_FUNCS configure macro, used in test directory
1490           configure script:
1491           + work around (non-optimizer) bug in gcc 4.2.1 which caused
1492             test-expression to be omitted from executable.
1493           + force the linker to see a link-time expression of a symbol, to
1494             help work around weak-symbol issues.
1495
1496 20110507
1497         + update discussion of MKfallback.sh script in INSTALL; normally the
1498           script is used automatically via the configured makefiles.  However
1499           there are still occasions when it might be used directly by packagers
1500           (report by Gunter Schaffler).
1501         + modify misc/ncurses-config.in to omit the "-L" option from the
1502           "--libs" output if the library directory is /usr/lib.
1503         + change order of tests for curses.h versus ncurses.h headers in the
1504           configure scripts for Ada95 and test-directories, to look for
1505           ncurses.h, from fixes to tin -TD
1506         + modify ncurses/tinfo/access.c to account for Tandem's root uid
1507           (report by Joachim Schmitz).
1508
1509 20110430
1510         + modify rules in Ada95/src/Makefile.in to ensure that the PIC option
1511           is not used when building a static library (report by Nicolas
1512           Boulenguez):
1513         + Ada95 build-fix for big-endian architectures such as sparc.  This
1514           undoes one of the fixes from 20110319, which added an "Unused" member
1515           to representation clauses, replacing that with pragmas to suppress
1516           warnings about unused bits (patch by Nicolas Boulenguez).
1517
1518 20110423
1519         + add check in test/configure for use_window, use_screen.
1520         + add configure-checks for getopt's variables, which may be declared
1521           as different types on some Unix systems.
1522         + add check in test/configure for some legacy curses types of the
1523           function pointer passed to tputs().
1524         + modify init_pair() to accept -1's for color value after
1525           assume_default_colors() has been called (Debian #337095).
1526         + modify test/background.c, adding commmand-line options to demonstrate
1527           assume_default_colors() and use_default_colors().
1528
1529 20110416
1530         + modify configure script/source-code to only define _POSIX_SOURCE if
1531           the checks for sigaction and/or termios fail, and if _POSIX_C_SOURCE
1532           and _XOPEN_SOURCE are undefined (report by Valentin Ochs).
1533         + update config.guess, config.sub
1534
1535 20110409
1536         + fixes to build c++ binding with clang 3.0 (patch by Alexander
1537           Kolesen).
1538         + add check for unctrl.h in test/configure, to work around breakage in
1539           some ncurses packages.
1540         + add "--disable-widec" option to test/configure script.
1541         + add "--with-curses-colr" and "--with-curses-5lib" options to the
1542           test/configure script to address testing with very old machines.
1543
1544 20110404 5.9 release for upload to ftp.gnu.org
1545
1546 20110402
1547         + various build-fixes for the rpm/dpkg scripts.
1548         + add "--enable-rpath-link" option to Ada95/configure, to allow
1549           packages to suppress the rpath feature which is normally used for
1550           the in-tree build of sample programs.
1551         + corrected definition of libdir variable in Ada95/src/Makefile.in,
1552           needed for rpm script.
1553         + add "--with-shared" option to Ada95/configure script, to allow
1554           making the C-language parts of the binding use appropriate compiler
1555           options if building a shared library with gnat.
1556
1557 20110329
1558         > portability fixes for Ada95 binding:
1559         + add configure check to ensure that SIGINT works with gnat.  This is
1560           needed for the "rain" sample program.  If SIGINT does not work, omit
1561           that sample program.
1562         + correct typo in check of $PKG_CONFIG variable in Ada95/configure
1563         + add ncurses_compat.c, to supply functions used in the Ada95 binding
1564           which were added in 5.7 and later.
1565         + modify sed expression in CF_NCURSES_ADDON to eliminate a dependency
1566           upon GNU sed.
1567
1568 20110326
1569         + add special check in Ada95/configure script for ncurses6 reentrant
1570           code.
1571         + regen Ada html documentation.
1572         + build-fix for Ada shared libraries versus the varargs workaround.
1573         + add rpm and dpkg scripts for Ada95 and test directories, for test
1574           builds.
1575         + update test/configure macros CF_CURSES_LIBS, CF_XOPEN_SOURCE and
1576           CF_X_ATHENA_LIBS.
1577         + add configure check to determine if gnat's project feature supports
1578           libraries, i.e., collections of .ali files.
1579         + make all dereferences in Ada95 samples explicit.
1580         + fix typo in comment in lib_add_wch.c (patch by Petr Pavlu).
1581         + add configure check for, ifdef's for math.h which is in a separate
1582           package on Solaris and potentially not installed (report by Petr
1583           Pavlu).
1584         > fixes for Ada95 binding (Nicolas Boulenguez):
1585         + improve type-checking in Ada95 by eliminating a few warning-suppress
1586           pragmas.
1587         + suppress unreferenced warnings.
1588         + make all dereferences in binding explicit.
1589
1590 20110319
1591         + regen Ada html documentation.
1592         + change order of -I options from ncurses*-config script when the
1593           --disable-overwrite option was used, so that the subdirectory include
1594           is listed first.
1595         + modify the make-tar.sh scripts to add a MANIFEST and NEWS file.
1596         + modify configure script to provide value for HTML_DIR in
1597           Ada95/gen/Makefile.in, which depends on whether the Ada95 binding is
1598           distributed separately (report by Nicolas Boulenguez).
1599         + modify configure script to add "-g" and/or "-O3" to ADAFLAGS if the
1600           CFLAGS for the build has these options.
1601         + amend change from 20070324, to not add 1 to the result of getmaxx
1602           and getmaxy in the Ada binding (report by Nicolas Boulenguez for
1603           thread in comp.lang.ada).
1604         + build-fix Ada95/samples for gnat 4.5
1605         + spelling fixes for Ada95/samples/explain.txt
1606         > fixes for Ada95 binding (Nicolas Boulenguez):
1607         + add item in Trace_Attribute_Set corresponding to TRACE_ATTRS.
1608         + add workaround for binding to set_field_type(), which uses varargs.
1609           The original binding from 990220 relied on the prevalent
1610           implementation of varargs which did not support or need va_copy().
1611         + add dependency on gen/Makefile.in needed for *-panels.ads
1612         + add Library_Options to library.gpr
1613         + add Languages to library.gpr, for gprbuild
1614
1615 20110307
1616         + revert changes to limit-checks from 20110122 (Debian #616711).
1617         > minor type-cleanup of Ada95 binding (Nicolas Boulenguez):
1618         + corrected a minor sign error in a field of Low_Level_Field_Type, to
1619           conform to form.h.
1620         + replaced C_Int by Curses_Bool as return type for some callbacks, see
1621           fieldtype(3FORM).
1622         + modify samples/sample-explain.adb to provide explicit message when
1623           explain.txt is not found.
1624
1625 20110305
1626         + improve makefiles for Ada95 tree (patch by Nicolas Boulenguez).
1627         + fix an off-by-one error in _nc_slk_initialize() from 20100605 fixes
1628           for compiler warnings (report by Nicolas Boulenguez).
1629         + modify Ada95/gen/gen.c to declare unused bits in generated layouts,
1630           needed to compile when chtype is 64-bits using gnat 4.4.5
1631
1632 20110226 5.8 release for upload to ftp.gnu.org
1633
1634 20110226
1635         + update release notes, for 5.8.
1636         + regenerated html manpages.
1637         + change open() in _nc_read_file_entry() to fopen() for consistency
1638           with write_file().
1639         + modify misc/run_tic.in to create parent directory, in case this is
1640           a new install of hashed database.
1641         + fix typo in Ada95/mk-1st.awk which causes error with original awk.
1642
1643 20110220
1644         + configure script rpath fixes from xterm #269.
1645         + workaround for cygwin's non-functional features.h, to force ncurses'
1646           configure script to define _XOPEN_SOURCE_EXTENDED when building
1647           wide-character configuration.
1648         + build-fix in run_tic.sh for OS/2 EMX install
1649         + add cons25-debian entry (patch by Brian M Carlson, Debian #607662).
1650
1651 20110212
1652         + regenerated html manpages.
1653         + use _tracef() in show_where() function of tic, to work correctly with
1654           special case of trace configuration.
1655
1656 20110205
1657         + add xterm-utf8 entry as a demo of the U8 feature -TD
1658         + add U8 feature to denote entries for terminal emulators which do not
1659           support VT100 SI/SO when processing UTF-8 encoding -TD
1660         + improve the NCURSES_NO_UTF8_ACS feature by adding a check for an
1661           extended terminfo capability U8 (prompted by mailing list
1662           discussion).
1663
1664 20110122
1665         + start documenting interface changes for upcoming 5.8 release.
1666         + correct limit-checks in derwin().
1667         + correct limit-checks in newwin(), to ensure that windows have nonzero
1668           size (report by Garrett Cooper).
1669         + fix a missing "weak" declaration for pthread_kill (patch by Nicholas
1670           Alcock).
1671         + improve documentation of KEY_ENTER in curs_getch.3x manpage (prompted
1672           by discussion with Kevin Martin).
1673
1674 20110115
1675         + modify Ada95/configure script to make the --with-curses-dir option
1676           work without requiring the --with-ncurses option.
1677         + modify test programs to allow them to be built with NetBSD curses.
1678         + document thick- and double-line symbols in curs_add_wch.3x manpage.
1679         + document WACS_xxx constants in curs_add_wch.3x manpage.
1680         + fix some warnings for clang 2.6 "--analyze"
1681         + modify Ada95 makefiles to make html-documentation with the project
1682           file configuration if that is used.
1683         + update config.guess, config.sub
1684
1685 20110108
1686         + regenerated html manpages.
1687         + minor fixes to enable lint when trace is not enabled, e.g., with
1688           clang --analyze.
1689         + fix typo in man/default_colors.3x (patch by Tim van der Molen).
1690         + update ncurses/llib-lncurses*
1691
1692 20110101
1693         + fix remaining strict compiler warnings in ncurses library ABI=5,
1694           except those dealing with function pointers, etc.
1695
1696 20101225
1697         + modify nc_tparm.h, adding guards against repeated inclusion, and
1698           allowing TPARM_ARG to be overridden.
1699         + fix some strict compiler warnings in ncurses library.
1700
1701 20101211
1702         + suppress ncv in screen entry, allowing underline (patch by Alejandro
1703           R Sedeno).
1704         + also suppress ncv in konsole-base -TD
1705         + fixes in wins_nwstr() and related functions to ensure that special
1706           characters, i.e., control characters are handled properly with the
1707           wide-character configuration.
1708         + correct a comparison in wins_nwstr() (Redhat #661506).
1709         + correct help-messages in some of the test-programs, which still
1710           referred to quitting with 'q'.
1711
1712 20101204
1713         + add special case to _nc_infotocap() to recognize the setaf/setab
1714           strings from xterm+256color and xterm+88color, and provide a reduced
1715           version which works with termcap.
1716         + remove obsolete emacs "Local Variables" section from documentation
1717           (request by Sven Joachim).
1718         + update doc/html/index.html to include NCURSES-Programming-HOWTO.html
1719           (report by Sven Joachim).
1720
1721 20101128
1722         + modify test/configure and test/Makefile.in to handle this special
1723           case of building within a build-tree (Debian #34182):
1724                 mkdir -p build && cd build && ../test/configure && make
1725
1726 20101127
1727         + miscellaneous build-fixes for Ada95 and test-directories when built
1728           out-of-tree.
1729         + use VPATH in makefiles to simplify out-of-tree builds (Debian #34182).
1730         + fix typo in rmso for tek4106 entry -Goran Weinholt
1731
1732 20101120
1733         + improve checks in test/configure for X libraries, from xterm #267
1734           changes.
1735         + modify test/configure to allow it to use the build-tree's libraries
1736           e.g., when using that to configure the test-programs without the
1737           rpath feature (request by Sven Joachim).
1738         + repurpose "gnome" terminfo entries as "vte", retaining "gnome" items
1739           for compatibility, but generally deprecating those since the VTE
1740           library is what actually defines the behavior of "gnome", etc.,
1741           since 2003 -TD
1742
1743 20101113
1744         + compiler warning fixes for test programs.
1745         + various build-fixes for test-programs with pdcurses.
1746         + updated configure checks for X packages in test/configure from xterm
1747           #267 changes.
1748         + add configure check to gnatmake, to accommodate cygwin.
1749
1750 20101106
1751         + correct list of sub-directories needed in Ada95 tree for building as
1752           a separate package.
1753         + modify scripts in test-directory to improve builds as a separate
1754           package.
1755
1756 20101023
1757         + correct parsing of relative tab-stops in tabs program (report by
1758           Philip Ganchev).
1759         + adjust configure script so that "t" is not added to library suffix
1760           when weak-symbols are used, allowing the pthread configuration to
1761           more closely match the non-thread naming (report by Werner Fink).
1762         + modify configure check for tic program, used for fallbacks, to a
1763           warning if not found.  This makes it simpler to use additonal
1764           scripts to bootstrap the fallbacks code using tic from the build
1765           tree (report by Werner Fink).
1766         + fix several places in configure script using ${variable-value} form.
1767         + modify configure macro CF_LDFLAGS_STATIC to accommodate some loaders
1768           which do not support selectively linking against static libraries
1769           (report by John P. Hartmann)
1770         + fix an unescaped dash in man/tset.1 (report by Sven Joachim).
1771
1772 20101009
1773         + correct comparison used for setting 16-colors in linux-16color
1774           entry (Novell #644831) -TD
1775         + improve linux-16color entry, using "dim" for color-8 which makes it
1776           gray rather than black like color-0 -TD
1777         + drop misc/ncu-indent and misc/jpf-indent; they are provided by an
1778           external package "cindent".
1779
1780 20101002
1781         + improve linkages in html manpages, adding references to the newer
1782           pages, e.g., *_variables, curs_sp_funcs, curs_threads.
1783         + add checks in tic for inconsistent cursor-movement controls, and for
1784           inconsistent printer-controls.
1785         + fill in no-parameter forms of cursor-movement where a parameterized
1786           form is available -TD
1787         + fill in missing cursor controls where the form of the controls is
1788           ANSI -TD
1789         + fix inconsistent punctuation in form_variables manpage (patch by
1790           Sven Joachim).
1791         + add parameterized cursor-controls to linux-basic (report by Dae) -TD
1792         > patch by Juergen Pfeifer:
1793         + document how to build 32-bit libraries in README.MinGW
1794         + fixes to filename computation in mk-dlls.sh.in
1795         + use POSIX locale in mk-dlls.sh.in rather than en_US (report by Sven
1796           Joachim).
1797         + add a check in mk-dlls.sh.in to obtain the size of a pointer to
1798           distinguish between 32-bit and 64-bit hosts.  The result is stored
1799           in mingw_arch
1800
1801 20100925
1802         + add "XT" capability to entries for terminals that support both
1803           xterm-style mouse- and title-controls, for "screen" which
1804           special-cases TERM beginning with "xterm" or "rxvt" -TD
1805         > patch by Juergen Pfeifer:
1806         + use 64-Bit MinGW toolchain (recommended package from TDM, see
1807           README.MinGW).
1808         + support pthreads when using the TDM MinGW toolchain
1809
1810 20100918
1811         + regenerated html manpages.
1812         + minor fixes for symlinks to curs_legacy.3x and curs_slk.3x manpages.
1813         + add manpage for sp-funcs.
1814         + add sp-funcs to test/listused.sh, for documentation aids.
1815
1816 20100911
1817         + add manpages for summarizing public variables of curses-, terminfo-
1818           and form-libraries.
1819         + minor fixes to manpages for consistency (patch by Jason McIntyre).
1820         + modify tic's -I/-C dump to reformat acsc strings into canonical form
1821           (sorted, unique mapping) (cf: 971004).
1822         + add configure check for pthread_kill(), needed for some old
1823           platforms.
1824
1825 20100904
1826         + add configure option --without-tests, to suppress building test
1827           programs (request by Frederic L W Meunier).
1828
1829 20100828
1830         + modify nsterm, xnuppc and tek4115 to make sgr/sgr0 consistent -TD
1831         + add check in terminfo source-reader to provide more informative
1832           message when someone attempts to run tic on a compiled terminal
1833           description (prompted by Debian #593920).
1834         + note in infotocap and captoinfo manpages that they read terminal
1835           descriptions from text-files (Debian #593920).
1836         + improve acsc string for vt52, show arrow keys (patch by Benjamin
1837           Sittler).
1838
1839 20100814
1840         + document in manpages that "mv" functions first use wmove() to check
1841           the window pointer and whether the position lies within the window
1842           (suggested by Poul-Henning Kamp).
1843         + fixes to curs_color.3x, curs_kernel.3x and wresize.3x manpages (patch
1844           by Tim van der Molen).
1845         + modify configure script to transform library names for tic- and
1846           tinfo-libraries so that those build properly with Mac OS X shared
1847           library configuration.
1848         + modify configure script to ensure that it removes conftest.dSYM
1849           directory leftover on checks with Mac OS X.
1850         + modify configure script to cleanup after check for symbolic links.
1851
1852 20100807
1853         + correct a typo in mk-1st.awk (patch by Gabriele Balducci)
1854           (cf: 20100724)
1855         + improve configure checks for location of tic and infocmp programs
1856           used for installing database and for generating fallback data,
1857           e.g., for cross-compiling.
1858         + add Markus Kuhn's wcwidth function for compiling MinGW
1859         + add special case to CF_REGEX for cross-compiling to MinGW target.
1860
1861 20100731
1862         + modify initialization check for win32con driver to eliminate need for
1863           special case for TERM "unknown", using terminal database if available
1864           (prompted by discussion with Roumen Petrov).
1865         + for MinGW port, ensure that terminal driver is setup if tgetent()
1866           is called (patch by Roumen Petrov).
1867         + document tabs "-0" and "-8" options in manpage.
1868         + fix Debian "lintian" issues with manpages reported in
1869           http://lintian.debian.org/full/csmall@debian.org.html#ncurses
1870
1871 20100724
1872         + add a check in tic for missing set_tab if clear_all_tabs given.
1873         + improve use of symbolic links in makefiles by using "-f" option if
1874           it is supported, to eliminate temporary removal of the target
1875           (prompted by http://www.t2-project.org/packages/ncurses.html)
1876         + minor improvement to test/ncurses.c, reset color pairs in 'd' test
1877           after exit from 'm' main-menu command.
1878         + improved ncu-indent, from mawk changes, allows more than one of
1879           GCC_NORETURN, GCC_PRINTFLIKE and GCC_SCANFLIKE on a single line.
1880
1881 20100717
1882         + add hard-reset for rs2 to wsvt25 to help ensure that reset ends
1883           the alternate character set (patch by Nicholas Marriott)
1884         + remove tar-copy.sh and related configure/Makefile chunks, since the
1885           Ada95 binding is now installed using rules in Ada95/src.
1886
1887 20100703
1888         + continue integrating changes to use gnatmake project files in Ada95
1889           + add/use configure check to turn on project rules for Ada95/src.
1890         + revert the vfork change from 20100130, since it does not work.
1891
1892 20100626
1893         + continue integrating changes to use gnatmake project files in Ada95
1894           + old gnatmake (3.15) does not produce libraries using project-file;
1895             work around by adding script to generate alternate makefile.
1896
1897 20100619
1898         + continue integrating changes to use gnatmake project files in Ada95
1899           + add configure --with-ada-sharedlib option, for the test_make rule.
1900           + move Ada95-related logic into aclocal.m4, since additional checks
1901             will be needed to distinguish old/new implementations of gnat.
1902
1903 20100612
1904         + start integrating changes to use gnatmake project files in Ada95 tree
1905           + add test_make / test_clean / test_install rules in Ada95/src
1906           + change install-path for adainclude directory to /usr/share/ada (was
1907             /usr/lib/ada).
1908         + update Ada95/configure.
1909         + add mlterm+256color entry, for mlterm 3.0.0 -TD
1910         + modify test/configure to use macros to ensure consistent order
1911           of updating LIBS variable.
1912
1913 20100605
1914         + change search order of options for Solaris in CF_SHARED_OPTS, to
1915           work with 64-bit compiles.
1916         + correct quoting of assignment in CF_SHARED_OPTS case for aix
1917           (cf: 20081227)
1918
1919 20100529
1920         + regenerated html documentation.
1921         + modify test/configure to support pkg-config for checking X libraries
1922           used by PDCurses.
1923         + add/use configure macro CF_ADD_LIB to force consistency of
1924           assignments to $LIBS, etc.
1925         + fix configure script for combining --with-pthread
1926           and --enable-weak-symbols options.
1927
1928 20100522
1929         + correct cross-compiling configure check for CF_MKSTEMP macro, by
1930           adding a check cache variable set by AC_CHECK_FUNC (report by
1931           Pierre Labastie).
1932         + simplify include-dependencies of make_hash and make_keys, to reduce
1933           the need for setting BUILD_CPPFLAGS in cross-compiling when the
1934           build- and target-machines differ.
1935         + repair broken-linker configuration by restoring a definition of SP
1936           variable to curses.priv.h, and adjusting for cases where sp-funcs
1937           are used.
1938         + improve configure macro CF_AR_FLAGS, allowing ARFLAGS environment
1939           variable to override (prompted by report by Pablo Cazallas).
1940
1941 20100515
1942         + add configure option --enable-pthreads-eintr to control whether the
1943           new EINTR feature is enabled.
1944         + modify logic in pthread configuration to allow EINTR to interrupt
1945           a read operation in wgetch() (Novell #540571, patch by Werner Fink).
1946         + drop mkdirs.sh, use "mkdir -p".
1947         + add configure option --disable-libtool-version, to use the
1948           "-version-number" feature which was added in libtool 1.5 (report by
1949           Peter Haering).  The default value for the option uses the newer
1950           feature, which makes libraries generated using libtool compatible
1951           with the standard builds of ncurses.
1952         + updated test/configure to match configure script macros.
1953         + fixes for configure script from lynx changes:
1954           + improve CF_FIND_LINKAGE logic for the case where a function is
1955             found in predefined libraries.
1956           + revert part of change to CF_HEADER (cf: 20100424)
1957
1958 20100501
1959         + correct limit-check in wredrawln, accounting for begy/begx values
1960           (patch by David Benjamin).
1961         + fix most compiler warnings from clang.
1962         + amend build-fix for OpenSolaris, to ensure that a system header is
1963           included in curses.h before testing feature symbols, since they
1964           may be defined by that route.
1965
1966 20100424
1967         + fix some strict compiler warnings in ncurses library.
1968         + modify configure macro CF_HEADER_PATH to not look for variations in
1969           the predefined include directories.
1970         + improve configure macros CF_GCC_VERSION and CF_GCC_WARNINGS to work
1971           with gcc 4.x's c89 alias, which gives warning messages for cases
1972           where older versions would produce an error.
1973
1974 20100417
1975         + modify _nc_capcmp() to work with cancelled strings.
1976         + correct translation of "^" in _nc_infotocap(), used to transform
1977           terminfo to termcap strings
1978         + add configure --disable-rpath-hack, to allow disabling the feature
1979           which adds rpath options for libraries in unusual places.
1980         + improve CF_RPATH_HACK_2 by checking if the rpath option for a given
1981           directory was already added.
1982         + improve CF_RPATH_HACK_2 by using ldd to provide a standard list of
1983           directories (which will be ignored).
1984
1985 20100410
1986         + improve win_driver.c handling of mouse:
1987           + discard motion events
1988           + avoid calling _nc_timed_wait when there is a mouse event
1989           + handle 4th and "rightmost" buttons.
1990         + quote substitutions in CF_RPATH_HACK_2 configure macro, needed for
1991           cases where there are embedded blanks in the rpath option.
1992
1993 20100403
1994         + add configure check for exctags vs ctags, to work around pkgsrc.
1995         + simplify logic in _nc_get_screensize() to make it easier to see how
1996           environment variables may override system- and terminfo-values
1997           (prompted by discussion with Igor Bujna).
1998         + make debug-traces for COLOR_PAIR and PAIR_NUMBER less verbose.
1999         + improve handling of color-pairs embedded in attributes for the
2000           extended-colors configuration.
2001         + modify MKlib_gen.sh to build link_test with sp-funcs.
2002         + build-fixes for OpenSolaris aka Solaris 11, for wide-character
2003           configuration as well as for rpath feature in *-config scripts.
2004
2005 20100327
2006         + refactor CF_SHARED_OPTS configure macro, making CF_RPATH_HACK more
2007           reusable.
2008         + improve configure CF_REGEX, similar fixes.
2009         + improve configure CF_FIND_LINKAGE, adding add check between system
2010           (default) and explicit paths, where we can find the entrypoint in the
2011           given library.
2012         + add check if Gpm_Open() returns a -2, e.g., for "xterm".  This is
2013           normally suppressed but can be overridden using $NCURSES_GPM_TERMS.
2014           Ensure that Gpm_Close() is called in this case.
2015
2016 20100320
2017         + rename atari and st52 terminfo entries to atari-old, st52-old, use
2018           newer entries from FreeMiNT by Guido Flohr (from patch/report by Alan
2019           Hourihane).
2020
2021 20100313
2022         + modify install-rule for manpages so that *-config manpages will
2023           install when building with --srcdir (report by Sven Joachim).
2024         + modify CF_DISABLE_LEAKS configure macro so that the --enable-leaks
2025           option is not the same as --disable-leaks (GenToo #305889).
2026         + modify #define's for build-compiler to suppress cchar_t symbol from
2027           compile of make_hash and make_keys, improving cross-compilation of
2028           ncursesw (report by Bernhard Rosenkraenzer).
2029         + modify CF_MAN_PAGES configure macro to replace all occurrences of
2030           TPUT in tput.1's manpage (Debian #573597, report/analysis by Anders
2031           Kaseorg).
2032
2033 20100306
2034         + generate manpages for the *-config scripts, adapted from help2man
2035           (suggested by Sven Joachim).
2036         + use va_copy() in _nc_printf_string() to avoid conflicting use of
2037           va_list value in _nc_printf_length() (report by Wim Lewis).
2038
2039 20100227
2040         + add Ada95/configure script, to use in tar-file created by
2041           Ada95/make-tar.sh
2042         + fix typo in wresize.3x (patch by Tim van der Molen).
2043         + modify screen-bce.XXX entries to exclude ech, since screen's color
2044           model does not clear with color for that feature -TD
2045
2046 20100220
2047         + add make-tar.sh scripts to Ada95 and test subdirectories to help with
2048           making those separately distributable.
2049         + build-fix for static libraries without dlsym (Debian #556378).
2050         + fix a syntax error in man/form_field_opts.3x (patch by Ingo
2051           Schwarze).
2052
2053 20100213
2054         + add several screen-bce.XXX entries -TD
2055
2056 20100206
2057         + update mrxvt terminfo entry -TD
2058         + modify win_driver.c to support mouse single-clicks.
2059         + correct name for termlib in ncurses*-config, e.g., if it is renamed
2060           to provide a single file for ncurses/ncursesw libraries (patch by
2061           Miroslav Lichvar).
2062
2063 20100130
2064         + use vfork in test/ditto.c if available (request by Mike Frysinger).
2065         + miscellaneous cleanup of manpages.
2066         + fix typo in curs_bkgd.3x (patch by Tim van der Molen).
2067         + build-fix for --srcdir (patch by Miroslav Lichvar).
2068
2069 20100123
2070         + for term-driver configuration, ensure that the driver pointer is
2071           initialized in setupterm so that terminfo/termcap programs work.
2072         + amend fix for Debian #542031 to ensure that wattrset() returns only
2073           OK or ERR, rather than the attribute value (report by Miroslav
2074           Lichvar).
2075         + reorder WINDOWLIST to put WINDOW data after SCREEN pointer, making
2076           _nc_screen_of() compatible between normal/wide libraries again (patch
2077           by Miroslav Lichvar)
2078         + review/fix include-dependencies in modules files (report by Miroslav
2079           Lichvar).
2080
2081 20100116
2082         + modify win_driver.c to initialize acs_map for win32 console, so
2083           that line-drawing works.
2084         + modify win_driver.c to initialize TERMINAL struct so that programs
2085           such as test/lrtest.c and test/ncurses.c which test string
2086           capabilities can run.
2087         + modify term-driver modules to eliminate forward-reference
2088           declarations.
2089
2090 20100109
2091         + modify configure macro CF_XOPEN_SOURCE, etc., to use CF_ADD_CFLAGS
2092           consistently to add new -D's while removing duplicates.
2093         + modify a few configure macros to consistently put new options
2094           before older in the list.
2095         + add tiparm(), based on review of X/Open Curses Issue 7.
2096         + minor documentation cleanup.
2097         + update config.guess, config.sub from
2098                 http://savannah.gnu.org/projects/config
2099           (caveat - its maintainer put 2010 copyright date on files dated 2009)
2100
2101 20100102
2102         + minor improvement to tic's checking of similar SGR's to allow for the
2103           most common case of SGR 0.
2104         + modify getmouse() to act as its documentation implied, returning on
2105           each call the preceding event until none are left.  When no more
2106           events remain, it will return ERR.
2107
2108 20091227
2109         + change order of lookup in progs/tput.c, looking for terminfo data
2110           first.  This fixes a confusion between termcap "sg" and terminfo
2111           "sgr" or "sgr0", originally from 990123 changes, but exposed by
2112           20091114 fixes for hashing.  With this change, only "dl" and "ed" are
2113           ambiguous (Mandriva #56272).
2114
2115 20091226
2116         + add bterm terminfo entry, based on bogl 0.1.18 -TD
2117         + minor fix to rxvt+pcfkeys terminfo entry -TD
2118         + build-fixes for Ada95 tree for gnat 4.4 "style".
2119
2120 20091219
2121         + remove old check in mvderwin() which prevented moving a derived
2122           window whose origin happened to coincide with its parent's origin
2123           (report by Katarina Machalkova).
2124         + improve test/ncurses.c to put mouse droppings in the proper window.
2125         + update minix terminfo entry -TD
2126         + add bw (auto-left-margin) to nsterm* entries (Benjamin Sittler)
2127
2128 20091212
2129         + correct transfer of multicolumn characters in multirow
2130           field_buffer(), which stopped at the end of the first row due to
2131           filling of unused entries in a cchar_t array with nulls.
2132         + updated nsterm* entries (Benjamin Sittler, Emanuele Giaquinta)
2133         + modify _nc_viscbuf2() and _tracecchar_t2() to show wide-character
2134           nulls.
2135         + use strdup() in set_menu_mark(), restore .marklen struct member on
2136           failure.
2137         + eliminate clause 3 from the UCB copyrights in read_termcap.c and
2138           tset.c per
2139                 ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
2140           (patch by Nicholas Marriott).
2141         + replace a malloc in tic.c with strdup, checking for failure (patch by
2142           Nicholas Marriott).
2143         + update config.guess, config.sub from
2144                 http://savannah.gnu.org/projects/config
2145
2146 20091205
2147         + correct layout of working window used to extract data in
2148           wide-character configured by set_field_buffer (patch by Rafael
2149           Garrido Fernandez)
2150         + improve some limit-checks related to filename length in reading and
2151           writing terminfo entries.
2152         + ensure that filename is always filled in when attempting to read
2153           a terminfo entry, so that infocmp can report the filename (patch
2154           by Nicholas Marriott).
2155
2156 20091128
2157         + modify mk-1st.awk to allow tinfo library to be built when term-driver
2158           is enabled.
2159         + add error-check to configure script to ensure that sp-funcs is
2160           enabled if term-driver is, since some internal interfaces rely upon
2161           this.
2162
2163 20091121
2164         + fix case where progs/tput is used while sp-funcs is configure; this
2165           requires save/restore of out-character function from _nc_prescreen
2166           rather than the SCREEN structure (report by Charles Wilson).
2167         + fix typo in man/curs_trace.3x which caused incorrect symbolic links
2168         + improved configure macros CF_GCC_ATTRIBUTES, CF_PROG_LINT.
2169
2170 20091114
2171
2172         + updated man/curs_trace.3x
2173         + limit hashing for termcap-names to 2-characters (Ubuntu #481740).
2174         + change a variable name in lib_newwin.c to make it clearer which
2175           value is being freed on error (patch by Nicholas Marriott).
2176
2177 20091107
2178         + improve test/ncurses.c color-cycling test by reusing attribute-
2179           and color-cycling logic from the video-attributes screen.
2180         + add ifdef'd with NCURSES_INTEROP_FUNCS experimental bindings in form
2181           library which help make it compatible with interop applications
2182           (patch by Juergen Pfeifer).
2183         + add configure option --enable-interop, for integrating changes
2184           for generic/interop support to form-library by Juergen Pfeifer
2185
2186 20091031
2187         + modify use of $CC environment variable which is defined by X/Open
2188           as a curses feature, to ignore it if it is not a single character
2189           (prompted by discussion with Benjamin C W Sittler).
2190         + add START_TRACE in slk_init
2191         + fix a regression in _nc_ripoffline which made test/ncurses.c not show
2192           soft-keys, broken in 20090927 merging.
2193         + change initialization of "hidden" flag for soft-keys from true to
2194           false, broken in 20090704 merging (Ubuntu #464274).
2195         + update nsterm entries (patch by Benjamin C W Sittler, prompted by
2196           discussion with Fabian Groffen in GenToo #206201).
2197         + add test/xterm-256color.dat
2198
2199 20091024
2200         + quiet some pedantic gcc warnings.
2201         + modify _nc_wgetch() to check for a -1 in the fifo, e.g., after a
2202           SIGWINCH, and discard that value, to avoid confusing application
2203           (patch by Eygene Ryabinkin, FreeBSD #136223).
2204
2205 20091017
2206         + modify handling of $PKG_CONFIG_LIBDIR to use only the first item in
2207           a possibly colon-separated list (Debian #550716).
2208
2209 20091010
2210         + supply a null-terminator to buffer in _nc_viswibuf().
2211         + fix a sign-extension bug in unget_wch() (report by Mike Gran).
2212         + minor fixes to error-returns in default function for tputs, as well
2213           as in lib_screen.c
2214
2215 20091003
2216         + add WACS_xxx definitions to wide-character configuration for thick-
2217           and double-lines (discussion with Slava Zanko).
2218         + remove unnecessary kcan assignment to ^C from putty (Sven Joachim)
2219         + add ccc and initc capabilities to xterm-16color -TD
2220         > patch by Benjamin C W Sittler:
2221         + add linux-16color
2222         + correct initc capability of linux-c-nc end-of-range
2223         + similar change for dg+ccc and dgunix+ccc
2224
2225 20090927
2226         + move leak-checking for comp_captab.c into _nc_leaks_tinfo() since
2227           that module since 20090711 is in libtinfo.
2228         + add configure option --enable-term-driver, to allow compiling with
2229           terminal-driver.  That is used in MinGW port, and (being somewhat
2230           more complicated) is an experimental alternative to the conventional
2231           termlib internals.  Currently, it requires the sp-funcs feature to
2232           be enabled.
2233         + completed integrating "sp-funcs" by Juergen Pfeifer in ncurses
2234           library (some work remains for forms library).
2235
2236 20090919
2237         + document return code from define_key (report by Mike Gran).
2238         + make some symbolic links in the terminfo directory-tree shorter
2239           (patch by Daniel Jacobowitz, forwarded by Sven Joachim).).
2240         + fix some groff warnings in terminfo.5, etc., from recent Debian
2241           changes.
2242         + change ncv and op capabilities in sun-color terminfo entry to match
2243           Sun's entry for this (report by Laszlo Peter).
2244         + improve interix smso terminfo capability by using reverse rather than
2245           bold (report by Kristof Zelechovski).
2246
2247 20090912
2248         + add some test programs (and make these use the same special keys
2249           by sharing linedata.h functions):
2250           test/test_addstr.c
2251           test/test_addwstr.c
2252           test/test_addchstr.c
2253           test/test_add_wchstr.c
2254         + correct internal _nc_insert_ch() to use _nc_insert_wch() when
2255           inserting wide characters, since the wins_wch() function that it used
2256           did not update the cursor position (report by Ciprian Craciun).
2257
2258 20090906
2259         + fix typo s/is_timeout/is_notimeout/ which made "man is_notimeout" not
2260           work.
2261         + add null-pointer checks to other opaque-functions.
2262         + add is_pad() and is_subwin() functions for opaque access to WINDOW
2263           (discussion with Mark Dickinson).
2264         + correct merge to lib_newterm.c, which broke when sp-funcs was
2265           enabled.
2266
2267 20090905
2268         + build-fix for building outside source-tree (report by Sven Joachim).
2269         + fix Debian lintian warning for man/tabs.1 by making section number
2270           agree with file-suffix (report by Sven Joachim).
2271         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2272
2273 20090829
2274         + workaround for bug in g++ 4.1-4.4 warnings for wattrset() macro on
2275           amd64 (Debian #542031).
2276         + fix typo in curs_mouse.3x (Debian #429198).
2277
2278 20090822
2279         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2280
2281 20090815
2282         + correct use of terminfo capabilities for initializing soft-keys,
2283           broken in 20090510 merging.
2284         + modify wgetch() to ensure it checks SIGWINCH when it gets an error
2285           in non-blocking mode (patch by Clemens Ladisch).
2286         + use PATH_SEPARATOR symbol when substituting into run_tic.sh, to
2287           help with builds on non-Unix platforms such as OS/2 EMX.
2288         + modify scripting for misc/run_tic.sh to test configure script's
2289           $cross_compiling variable directly rather than comparing host/build
2290           compiler names (prompted by comment in GenToo #249363).
2291         + fix configure script option --with-database, which was coded as an
2292           enable-type switch.
2293         + build-fixes for --srcdir (report by Frederic L W Meunier).
2294
2295 20090808
2296         + separate _nc_find_entry() and _nc_find_type_entry() from
2297           implementation details of hash function.
2298
2299 20090803
2300         + add tabs.1 to man/man_db.renames
2301         + modify lib_addch.c to compensate for removal of wide-character test
2302           from unctrl() in 20090704 (Debian #539735).
2303
2304 20090801
2305         + improve discussion in INSTALL for use of system's tic/infocmp for
2306           cross-compiling and building fallbacks.
2307         + modify test/demo_termcap.c to correspond better to options in
2308           test/demo_terminfo.c
2309         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2310         + fix logic for 'V' in test/ncurses.c tests f/F.
2311
2312 20090728
2313         + correct logic in tigetnum(), which caused tput program to treat all
2314           string capabilities as numeric (report by Rajeev V Pillai,
2315           cf: 20090711).
2316
2317 20090725
2318         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2319
2320 20090718
2321         + fix a null-pointer check in _nc_format_slks() in lib_slk.c, from
2322           20090704 changes.
2323         + modify _nc_find_type_entry() to use hashing.
2324         + make CCHARW_MAX value configurable, noting that changing this would
2325           change the size of cchar_t, and would be ABI-incompatible.
2326         + modify test-programs, e.g,.  test/view.c, to address subtle
2327           differences between Tru64/Solaris and HPUX/AIX getcchar() return
2328           values.
2329         + modify length returned by getcchar() to count the trailing null
2330           which is documented in X/Open (cf: 20020427).
2331         + fixes for test programs to build/work on HPUX and AIX, etc.
2332
2333 20090711
2334         + improve performance of tigetstr, etc., by using hashing code from tic.
2335         + minor fixes for memory-leak checking.
2336         + add test/demo_terminfo, for comparison with demo_termcap
2337
2338 20090704
2339         + remove wide-character checks from unctrl() (patch by Clemens Ladisch).
2340         + revise wadd_wch() and wecho_wchar() to eliminate dependency on
2341           unctrl().
2342         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2343
2344 20090627
2345         + update llib-lncurses[wt] to use sp-funcs.
2346         + various code-fixes to build/work with --disable-macros configure
2347           option.
2348         + add several new files from Juergen Pfeifer which will be used when
2349           integration of "sp-funcs" is complete.  This includes a port to
2350           MinGW.
2351
2352 20090613
2353         + move definition for NCURSES_WRAPPED_VAR back to ncurses_dll.h, to
2354           make includes of term.h without curses.h work (report by "Nix").
2355         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2356
2357 20090607
2358         + fix a regression in lib_tputs.c, from ongoing merges.
2359
2360 20090606
2361         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2362
2363 20090530
2364         + fix an infinite recursion when adding a legacy-coding 8-bit value
2365           using insch() (report by Clemens Ladisch).
2366         + free home-terminfo string in del_curterm() (patch by Dan Weber).
2367         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2368
2369 20090523
2370         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2371
2372 20090516
2373         + work around antique BSD game's manipulation of stdscr, etc., versus
2374           SCREEN's copy of the pointer (Debian #528411).
2375         + add a cast to wattrset macro to avoid compiler warning when comparing
2376           its result against ERR (adapted from patch by Matt Kraii, Debian
2377           #528374).
2378
2379 20090510
2380         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2381
2382 20090502
2383         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2384         + add vwmterm terminfo entry (patch by Bryan Christ).
2385
2386 20090425
2387         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2388
2389 20090419
2390         + build fix for _nc_free_and_exit() change in 20090418 (report by
2391           Christian Ebert).
2392
2393 20090418
2394         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2395
2396 20090411
2397         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2398           This change finishes merging for menu and panel libraries, does
2399           part of the form library.
2400
2401 20090404
2402         + suppress configure check for static/dynamic linker flags for gcc on
2403           Darwin (report by Nelson Beebe).
2404
2405 20090328
2406         + extend ansi.sys pfkey capability from kf1-kf10 to kf1-kf48, moving
2407           function key definitions from emx-base for consistency -TD
2408         + correct missing final 'p' in pfkey capability of ansi.sys-old (report
2409           by Kalle Olavi Niemitalo).
2410         + improve test/ncurses.c 'F' test, show combining characters in color.
2411         + quiet a false report by cppcheck in c++/cursesw.cc by eliminating
2412           a temporary variable.
2413         + use _nc_doalloc() rather than realloc() in a few places in ncurses
2414           library to avoid leak in out-of-memory condition (reports by William
2415           Egert and Martin Ettl based on cppcheck tool).
2416         + add --with-ncurses-wrap-prefix option to test/configure (discussion
2417           with Charles Wilson).
2418         + use ncurses*-config scripts if available for test/configure.
2419         + update test/aclocal.m4 and test/configure
2420         > patches by Charles Wilson:
2421         + modify CF_WITH_LIBTOOL configure check to allow unreleased libtool
2422           version numbers (e.g.  which include alphabetic chars, as well as
2423           digits, after the final '.').
2424         + improve use of -no-undefined option for libtool by setting an
2425           intermediate variable LT_UNDEF in the configure script, and then
2426           using that in the libtool link-commands.
2427         + fix an missing use of NCURSES_PUBLIC_VAR() in tinfo/MKcodes.awk
2428           from 20090321 changes.
2429         + improve mk-1st.awk script by writing separate cases for the
2430           LIBTOOL_LINK command, depending on which library (ncurses, ticlib,
2431           termlib) is to be linked.
2432         + modify configure.in to allow broken-linker configurations, not just
2433           enable-reentrant, to set public wrap prefix.
2434
2435 20090321
2436         + add TICS_LIST and SHLIB_LIST to allow libtool 2.2.6 on Cygwin to
2437           build with tic and term libraries (patch by Charles Wilson).
2438         + add -no-undefined option to libtool for Cygwin, MinGW, U/Win and AIX
2439           (report by Charles Wilson).
2440         + fix definition for c++/Makefile.in's SHLIB_LIST, which did not list
2441           the form, menu or panel libraries (patch by Charles Wilson).
2442         + add configure option --with-wrap-prefix to allow setting the prefix
2443           for functions used to wrap global variables to something other than
2444           "_nc_" (discussion with Charles Wilson).
2445
2446 20090314
2447         + modify scripts to generate ncurses*-config and pc-files to add
2448           dependency for tinfo library (patch by Charles Wilson).
2449         + improve comparison of program-names when checking for linked flavors
2450           such as "reset" by ignoring the executable suffix (reports by Charles
2451           Wilson, Samuel Thibault and Cedric Bretaudeau on Cygwin mailing
2452           list).
2453         + suppress configure check for static/dynamic linker flags for gcc on
2454           Solaris 10, since gcc is confused by absence of static libc, and
2455           does not switch back to dynamic mode before finishing the libraries
2456           (reports by Joel Bertrand, Alan Pae).
2457         + minor fixes to Intel compiler warning checks in configure script.
2458         + modify _nc_leaks_tinfo() so leak-checking in test/railroad.c works.
2459         + modify set_curterm() to make broken-linker configuration work with
2460           changes from 20090228 (report by Charles Wilson).
2461
2462 20090228
2463         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2464         + modify declaration of cur_term when broken-linker is used, but
2465           enable-reentrant is not, to match pre-5.7 (report by Charles Wilson).
2466
2467 20090221
2468         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2469
2470 20090214
2471         + add configure script --enable-sp-funcs to enable the new set of
2472           extended functions.
2473         + start integrating patches by Juergen Pfeifer:
2474           + add extended functions which specify the SCREEN pointer for several
2475             curses functions which use the global SP (these are incomplete;
2476             some internals work is needed to complete these).
2477           + add special cases to configure script for MinGW port.
2478
2479 20090207
2480         + update several configure macros from lynx changes
2481           + append (not prepend) to CFLAGS/CPPFLAGS
2482           + change variable from PATHSEP to PATH_SEPARATOR
2483         + improve install-rules for pc-files (patch by Miroslav Lichvar).
2484           + make it work with $DESTDIR
2485           + create the pkg-config library directory if needed.
2486
2487 20090124
2488         + modify init_pair() to allow caller to create extra color pairs beyond
2489           the color_pairs limit, which use default colors (request by Emanuele
2490           Giaquinta).
2491         + add misc/terminfo.tmp and misc/*.pc to "sources" rule.
2492         + fix typo "==" where "=" is needed in ncurses-config.in and
2493           gen-pkgconfig.in files (Debian #512161).
2494
2495 20090117
2496         + add -shared option to MK_SHARED_LIB when -Bsharable is used, for
2497           *BSD's, without which "main" might be one of the shared library's
2498           dependencies (report/analysis by Ken Dickey).
2499         + modify waddch_literal(), updating line-pointer after a multicolumn
2500           character is found to not fit on the current row, and wrapping is
2501           done.  Since the line-pointer was not updated, the wrapped
2502           multicolumn character was written to the beginning of the current row
2503           (cf: 20041023, reported by "Nick" regarding problem with ncmpc
2504           http://musicpd.org/mantis/bug_view_page.php?bug_id=1930).
2505
2506 20090110
2507         + add screen.Eterm terminfo entry (GenToo #124887) -TD
2508         + modify adacurses-config to look for ".ali" files in the adalib
2509           directory.
2510         + correct install for Ada95, which omitted libAdaCurses.a used in
2511           adacurses-config
2512         + change install for adacurses-config to provide additional flavors
2513           such as adacursesw-config, for ncursesw (GenToo #167849).
2514
2515 20090105
2516         + remove undeveloped feature in ncurses-config.in for setting
2517           prefix variable.
2518         + recent change to ncurses-config.in did not take into account the
2519           --disable-overwrite option, which sets $includedir to the
2520           subdirectory and using just that for a -I option does not work - fix
2521           (report by Frederic L W Meunier).
2522
2523 20090104
2524         + modify gen-pkgconfig.in to eliminate a dependency on rpath when
2525           deciding whether to add $LIBS to --libs output; that should be shown
2526           for the ncurses and tinfo libraries without taking rpath into
2527           account.
2528         + fix an overlooked change from $AR_OPTS to $ARFLAGS in mk-1st.awk,
2529           used in static libraries (report by Marty Jack).
2530
2531 20090103
2532         + add a configure-time check to pick a suitable value for
2533           CC_SHARED_OPTS for Solaris (report by Dagobert Michelsen).
2534         + add configure --with-pkg-config and --enable-pc-files options, along
2535           with misc/gen-pkgconfig.in which can be used to generate ".pc" files
2536           for pkg-config (request by Jan Engelhardt).
2537         + use $includedir symbol in misc/ncurses-config.in, add --includedir
2538           option.
2539         + change makefiles to use $ARFLAGS rather than $AR_OPTS, provide a
2540           configure check to detect whether a "-" is needed before "ar"
2541           options.
2542         + update config.guess, config.sub from
2543                 http://savannah.gnu.org/projects/config
2544
2545 20081227
2546         + modify mk-1st.awk to work with extra categories for tinfo library.
2547         + modify configure script to allow building shared libraries with gcc
2548           on AIX 5 or 6 (adapted from patch by Lital Natan).
2549
2550 20081220
2551         + modify to omit the opaque-functions from lib_gen.o when
2552           --disable-ext-funcs is used.
2553         + add test/clip_printw.c to illustrate how to use printw without
2554           wrapping.
2555         + modify ncurses 'F' test to demo wborder_set() with colored lines.
2556         + modify ncurses 'f' test to demo wborder() with colored lines.
2557
2558 20081213
2559         + add check for failure to open hashed-database needed for db4.6
2560           (GenToo #245370).
2561         + corrected --without-manpages option; previous change only suppressed
2562           the auxiliary rules install.man and uninstall.man
2563         + add case for FreeMINT to configure macro CF_XOPEN_SOURCE (patch from
2564           GenToo #250454).
2565         + fixes from NetBSD port at
2566           http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches
2567           patch-ac (build-fix for DragonFly)
2568           patch-ae (use INSTALL_SCRIPT for installing misc/ncurses*-config).
2569         + improve configure script macros CF_HEADER_PATH and CF_LIBRARY_PATH
2570           by adding CFLAGS, CPPFLAGS and LDFLAGS, LIBS values to the
2571           search-lists.
2572         + correct title string for keybound manpage (patch by Frederic Culot,
2573           OpenBSD documentation/6019),
2574
2575 20081206
2576         + move del_curterm() call from _nc_freeall() to _nc_leaks_tinfo() to
2577           work for progs/clear, progs/tabs, etc.
2578         + correct buffer-size after internal resizing of wide-character
2579           set_field_buffer(), broken in 20081018 changes (report by Mike Gran).
2580         + add "-i" option to test/filter.c to tell it to use initscr() rather
2581           than newterm(), to investigate report on comp.unix.programmer that
2582           ncurses would clear the screen in that case (it does not - the issue
2583           was xterm's alternate screen feature).
2584         + add check in mouse-driver to disable connection if GPM returns a
2585           zero, indicating that the connection is closed (Debian #506717,
2586           adapted from patch by Samuel Thibault).
2587
2588 20081129
2589         + improve a workaround in adding wide-characters, when a control
2590           character is found.  The library (cf: 20040207) uses unctrl() to
2591           obtain a printable version of the control character, but was not
2592           passing color or video attributes.
2593         + improve test/ncurses.c 'a' test, using unctrl() more consistently to
2594           display meta-characters.
2595         + turn on _XOPEN_CURSES definition in curses.h
2596         + add eterm-color entry (report by Vincent Lefevre) -TD
2597         + correct use of key_name() in test/ncurses.c 'A' test, which only
2598           displays wide-characters, not key-codes since 20070612 (report by
2599           Ricardo Cantu).
2600
2601 20081122
2602         + change _nc_has_mouse() to has_mouse(), reflect its use in C++ and
2603           Ada95 (patch by Juergen Pfeifer).
2604         + document in TO-DO an issue with Cygwin's package for GNAT (report
2605           by Mike Dennison).
2606         + improve error-checking of command-line options in "tabs" program.
2607
2608 20081115
2609         + change several terminfo entries to make consistent use of ANSI
2610           clear-all-tabs -TD
2611         + add "tabs" program (prompted by Debian #502260).
2612         + add configure --without-manpages option (request by Mike Frysinger).
2613
2614 20081102 5.7 release for upload to ftp.gnu.org
2615
2616 20081025
2617         + add a manpage to discuss memory leaks.
2618         + add support for shared libraries for QNX (other than libtool, which
2619           does not work well on that platform).
2620         + build-fix for QNX C++ binding.
2621
2622 20081018
2623         + build-fixes for OS/2 EMX.
2624         + modify form library to accept control characters such as newline
2625           in set_field_buffer(), which is compatible with Solaris (report by
2626           Nit Khair).
2627         + modify configure script to assume --without-hashed-db when
2628           --disable-database is used.
2629         + add "-e" option in ncurses/Makefile.in when generating source-files
2630           to force earlier exit if the build environment fails unexpectedly
2631           (prompted by patch by Adrian Bunk).
2632         + change configure script to use CF_UTF8_LIB, improved variant of
2633           CF_LIBUTF8.
2634
2635 20081012
2636         + add teraterm4.59 terminfo entry, use that as primary teraterm entry, rename
2637           original to teraterm2.3 -TD
2638         + update "gnome" terminfo to 2.22.3 -TD
2639         + update "konsole" terminfo to 1.6.6, needs today's fix for tic -TD
2640         + add "aterm" terminfo -TD
2641         + add "linux2.6.26" terminfo -TD
2642         + add logic to tic for cancelling strings in user-defined capabilities,
2643           overlooked til now.
2644
2645 20081011
2646         + regenerated html documentation.
2647         + add -m and -s options to test/keynames.c and test/key_names.c to test
2648           the meta() function with keyname() or key_name(), respectively.
2649         + correct return value of key_name() on error; it is null.
2650         + document some unresolved issues for rpath and pthreads in TO-DO.
2651         + fix a missing prototype for ioctl() on OpenBSD in tset.c
2652         + add configure option --disable-tic-depends to make explicit whether
2653           tic library depends on ncurses/ncursesw library, amends change from
2654           20080823 (prompted by Debian #501421).
2655
2656 20081004
2657         + some build-fixes for configure --disable-ext-funcs (incomplete, but
2658           works for C/C++ parts).
2659         + improve configure-check for awks unable to handle large strings, e.g.
2660           AIX 5.1 whose awk silently gives up on large printf's.
2661
2662 20080927
2663         + fix build for --with-dmalloc by workaround for redefinition of
2664           strndup between string.h and dmalloc.h
2665         + fix build for --disable-sigwinch
2666         + add environment variable NCURSES_GPM_TERMS to allow override to use
2667           GPM on terminals other than "linux", etc.
2668         + disable GPM mouse support when $TERM does not happen to contain
2669           "linux", since Gpm_Open() no longer limits its assertion to terminals
2670           that it might handle, e.g., within "screen" in xterm.
2671         + reset mouse file-descriptor when unloading GPM library (report by
2672           Miroslav Lichvar).
2673         + fix build for --disable-leaks --enable-widec --with-termlib
2674         > patch by Juergen Pfeifer:
2675         + use improved initialization for soft-label keys in Ada95 sample code.
2676         + discard internal symbol _nc_slk_format (unused since 20080112).
2677         + move call of slk_paint_info() from _nc_slk_initialize() to
2678           slk_intern_refresh(), improving initialization.
2679
2680 20080925
2681         + fix bug in mouse code for GPM from 20080920 changes (reported in
2682           Debian #500103, also Miroslav Lichvar).
2683
2684 20080920
2685         + fix shared-library rules for cygwin with tic- and tinfo-libraries.
2686         + fix a memory leak when failure to connect to GPM.
2687         + correct check for notimeout() in wgetch() (report on linux.redhat
2688           newsgroup by FurtiveBertie).
2689         + add an example warning-suppression file for valgrind,
2690           misc/ncurses.supp (based on example from Reuben Thomas)
2691
2692 20080913
2693         + change shared-library configuration for OpenBSD, make rpath work.
2694         + build-fixes for using libutf8, e.g., on OpenBSD 3.7
2695
2696 20080907
2697         + corrected fix for --enable-weak-symbols (report by Frederic L W
2698           Meunier).
2699
2700 20080906
2701         + corrected gcc options for building shared libraries on IRIX64.
2702         + add configure check for awk programs unable to handle big-strings,
2703           use that to improve the default for --enable-big-strings option.
2704         + makefile-fixes for --enable-weak-symbols (report by Frederic L W
2705           Meunier).
2706         + update test/configure script.
2707         + adapt ifdef's from library to make test/view.c build when mbrtowc()
2708           is unavailable, e.g., with HPUX 10.20.
2709         + add configure check for wcsrtombs, mbsrtowcs, which are used in
2710           test/ncurses.c, and use wcstombs, mbstowcs instead if available,
2711           fixing build of ncursew for HPUX 11.00
2712
2713 20080830
2714         + fixes to make Ada95 demo_panels() example work.
2715         + modify Ada95 'rain' test program to accept keyboard commands like the
2716           C-version.
2717         + modify BeOS-specific ifdef's to build on Haiku (patch by Scott
2718           Mccreary).
2719         + add configure-check to see if the std namespace is legal for cerr
2720           and endl, to fix a build issue with Tru64.
2721         + consistently use NCURSES_BOOL in lib_gen.c
2722         + filter #line's from lib_gen.c
2723         + change delimiter in MKlib_gen.sh from '%' to '@', to avoid
2724           substitution by IBM xlc to '#' as part of its extensions to digraphs.
2725         + update config.guess, config.sub from
2726                 http://savannah.gnu.org/projects/config
2727           (caveat - its maintainer removed support for older Linux systems).
2728
2729 20080823
2730         + modify configure check for pthread library to work with OSF/1 5.1,
2731           which uses #define's to associate its header and library.
2732         + use pthread_mutexattr_init() for initializing pthread_mutexattr_t,
2733           makes threaded code work on HPUX 11.23
2734         + fix a bug in demo_menus in freeing menus (cf: 20080804).
2735         + modify configure script for the case where tic library is used (and
2736           possibly renamed) to remove its dependency upon ncurses/ncursew
2737           library (patch by Dr Werner Fink).
2738         + correct manpage for menu_fore() which gave wrong default for
2739           the attribute used to display a selected entry (report by Mike Gran).
2740         + add Eterm-256color, Eterm-88color and rxvt-88color (prompted by
2741           Debian #495815) -TD
2742
2743 20080816
2744         + add configure option --enable-weak-symbols to turn on new feature.
2745         + add configure-check for availability of weak symbols.
2746         + modify linkage with pthread library to use weak symbols so that
2747           applications not linked to that library will not use the mutexes,
2748           etc.  This relies on gcc, and may be platform-specific (patch by Dr
2749           Werner Fink).
2750         + add note to INSTALL to document limitation of renaming of tic library
2751           using the --with-ticlib configure option (report by Dr Werner Fink).
2752         + document (in manpage) why tputs does not detect I/O errors (prompted
2753           by comments by Samuel Thibault).
2754         + fix remaining warnings from Klocwork report.
2755
2756 20080804
2757         + modify _nc_panelhook() data to account for a permanent memory leak.
2758         + fix memory leaks in test/demo_menus
2759         + fix most warnings from Klocwork tool (report by Larry Zhou).
2760         + modify configure script CF_XOPEN_SOURCE macro to add case for
2761           "dragonfly" from xterm #236 changes.
2762         + modify configure script --with-hashed-db to let $LIBS override the
2763           search for the db library (prompted by report by Samson Pierre).
2764
2765 20080726
2766         + build-fixes for gcc 4.3.1 (changes to gnat "warnings", and C inlining
2767           thresholds).
2768
2769 20080713
2770         + build-fix (reports by Christian Ebert, Funda Wang).
2771
2772 20080712
2773         + compiler-warning fixes for Solaris.
2774
2775 20080705
2776         + use NCURSES_MOUSE_MASK() in definition of BUTTON_RELEASE(), etc., to
2777           make those work properly with the "--enable-ext-mouse" configuration
2778           (cf: 20050205).
2779         + improve documentation of build-cc options in INSTALL.
2780         + work-around a bug in gcc 4.2.4 on AIX, which does not pass the
2781           -static/-dynamic flags properly to linker, causing test/bs to
2782           not link.
2783
2784 20080628
2785         + correct some ifdef's needed for the broken-linker configuration.
2786         + make debugging library's $BAUDRATE feature work for termcap
2787           interface.
2788         + make $NCURSES_NO_PADDING feature work for termcap interface (prompted
2789           by comment on FreeBSD mailing list).
2790         + add screen.mlterm terminfo entry -TD
2791         + improve mlterm and mlterm+pcfkeys terminfo entries -TD
2792
2793 20080621
2794         + regenerated html documentation.
2795         + expand manpage description of parameters for form_driver() and
2796           menu_driver() (prompted by discussion with Adam Spragg).
2797         + add null-pointer checks for cur_term in baudrate() and
2798           def_shell_mode(), def_prog_mode()
2799         + fix some memory leaks in delscreen() and wide acs.
2800
2801 20080614
2802         + modify test/ditto.c to illustrate multi-threaded use_screen().
2803         + change CC_SHARED_OPTS from -KPIC to -xcode=pic32 for Solaris.
2804         + add "-shared" option to MK_SHARED_LIB for gcc on Solaris (report
2805           by Poor Yorick).
2806
2807 20080607
2808         + finish changes to wgetch(), making it switch as needed to the
2809           window's actual screen when calling wrefresh() and wgetnstr().  That
2810           allows wgetch() to get used concurrently in different threads with
2811           some minor restrictions, e.g., the application should not delete a
2812           window which is being used in a wgetch().
2813         + simplify mutex's, combining the window- and screen-mutex's.
2814
2815 20080531
2816         + modify wgetch() to use the screen which corresponds to its window
2817           parameter rather than relying on SP; some dependent functions still
2818           use SP internally.
2819         + factor out most use of SP in lib_mouse.c, using parameter.
2820         + add internal _nc_keyname(), replacing keyname() to associate with a
2821           particular SCREEN rather than the global SP.
2822         + add internal _nc_unctrl(), replacing unctrl() to associate with a
2823           particular SCREEN rather than the global SP.
2824         + add internal _nc_tracemouse(), replacing _tracemouse() to eliminate
2825           its associated global buffer _nc_globals.tracemse_buf now in SCREEN.
2826         + add internal _nc_tracechar(), replacing _tracechar() to use SCREEN in
2827           preference to the global _nc_globals.tracechr_buf buffer.
2828
2829 20080524
2830         + modify _nc_keypad() to make it switch temporarily as needed to the
2831           screen which must be updated.
2832         + wrap cur_term variable to help make _nc_keymap() thread-safe, and
2833           always set the screen's copy of this variable in set_curterm().
2834         + restore curs_set() state after endwin()/refresh() (report/patch
2835           Miroslav Lichvar)
2836
2837 20080517
2838         + modify configure script to note that --enable-ext-colors and
2839           --enable-ext-mouse are not experimental, but extensions from
2840           the ncurses ABI 5.
2841         + corrected manpage description of setcchar() (discussion with
2842           Emanuele Giaquinta).
2843         + fix for adding a non-spacing character at the beginning of a line
2844           (report/patch by Miroslav Lichvar).
2845
2846 20080503
2847         + modify screen.* terminfo entries using new screen+fkeys to fix
2848           overridden keys in screen.rxvt (Debian #478094) -TD
2849         + modify internal interfaces to reduce wgetch()'s dependency on the
2850           global SP.
2851         + simplify some loops with macros each_screen(), each_window() and
2852           each_ripoff().
2853
2854 20080426
2855         + continue modifying test/ditto.c toward making it demonstrate
2856           multithreaded use_screen(), using fifos to pass data between screens.
2857         + fix typo in form.3x (report by Mike Gran).
2858
2859 20080419
2860         + add screen.rxvt terminfo entry -TD
2861         + modify tic -f option to format spaces as \s to prevent them from
2862           being lost when that is read back in unformatted strings.
2863         + improve test/ditto.c, using a "talk"-style layout.
2864
2865 20080412
2866         + change test/ditto.c to use openpty() and xterm.
2867         + add locks for copywin(), dupwin(), overlap(), overlay() on their
2868           window parameters.
2869         + add locks for initscr() and newterm() on updates to the SCREEN
2870           pointer.
2871         + finish table in curs_thread.3x manpage.
2872
2873 20080405
2874         + begin table in curs_thread.3x manpage describing the scope of data
2875           used by each function (or symbol) for threading analysis.
2876         + add null-pointer checks to setsyx() and getsyx() (prompted by
2877           discussion by Martin v. Lowis and Jeroen Ruigrok van der Werven on
2878           python-dev2 mailing list).
2879
2880 20080329
2881         + add null-pointer checks in set_term() and delscreen().
2882         + move _nc_windows into _nc_globals, since windows can be pads, which
2883           are not associated with a particular screen.
2884         + change use_screen() to pass the SCREEN* parameter rather than
2885           stdscr to the callback function.
2886         + force libtool to use tag for 'CC' in case it does not detect this,
2887           e.g., on aix when using CC=powerpc-ibm-aix5.3.0.0-gcc
2888           (report/patch by Michael Haubenwallner).
2889         + override OBJEXT to "lo" when building with libtool, to work on
2890           platforms such as AIX where libtool may use a different suffix for
2891           the object files than ".o" (report/patch by Michael Haubenwallner).
2892         + add configure --with-pthread option, for building with the POSIX
2893           thread library.
2894
2895 20080322
2896         + fill in extended-color pair two more places in wbkgrndset() and
2897           waddch_nosync() (prompted by Sedeno's patch).
2898         + fill in extended-color pair in _nc_build_wch() to make colors work
2899           for wide-characters using extended-colors (patch by Alejandro R
2900           Sedeno).
2901         + add x/X toggles to ncurses.c C color test to test/demo
2902           wide-characters with extended-colors.
2903         + add a/A toggles to ncurses.c c/C color tests.
2904         + modify test/ditto.c to use use_screen().
2905         + finish modifying test/rain.c to demonstrate threads.
2906
2907 20080308
2908         + start modifying test/rain.c for threading demo.
2909         + modify test/ncurses.c to make 'f' test accept the f/F/b/F/</> toggles
2910           that the 'F' accepts.
2911         + modify test/worm.c to show trail in reverse-video when other threads
2912           are working concurrently.
2913         + fix a deadlock from improper nesting of mutexes for windowlist and
2914           window.
2915
2916 20080301
2917         + fixes from 20080223 resolved issue with mutexes; change to use
2918           recursive mutexes to fix memory leak in delwin() as called from
2919           _nc_free_and_exit().
2920
2921 20080223
2922         + fix a size-difference in _nc_globals which caused hanging of mutex
2923           lock/unlock when termlib was built separately.
2924
2925 20080216
2926         + avoid using nanosleep() in threaded configuration since that often
2927           is implemented to suspend the entire process.
2928
2929 20080209
2930         + update test programs to build/work with various UNIX curses for
2931           comparisons.  This was to reinvestigate statement in X/Open curses
2932           that insnstr and winsnstr perform wrapping.  None of the Unix-branded
2933           implementations do this, as noted in manpage (cf: 20040228).
2934
2935 20080203
2936         + modify _nc_setupscreen() to set the legacy-coding value the same
2937           for both narrow/wide models.  It had been set only for wide model,
2938           but is needed to make unctrl() work with locale in the narrow model.
2939         + improve waddch() and winsch() handling of EILSEQ from mbrtowc() by
2940           using unctrl() to display illegal bytes rather than trying to append
2941           further bytes to make up a valid sequence (reported by Andrey A
2942           Chernov).
2943         + modify unctrl() to check codes in 128-255 range versus isprint().
2944           If they are not printable, and locale was set, use a "M-" or "~"
2945           sequence.
2946
2947 20080126
2948         + improve threading in test/worm.c (wrap refresh calls, and KEY_RESIZE
2949           handling).  Now it hangs in napms(), no matter whether nanosleep()
2950           or poll() or select() are used on Linux.
2951
2952 20080119
2953         + fixes to build with --disable-ext-funcs
2954         + add manpage for use_window and use_screen.
2955         + add set_tabsize() and set_escdelay() functions.
2956
2957 20080112
2958         + remove recursive-mutex definitions, finish threading demo for worm.c
2959         + remove a redundant adjustment of lines in resizeterm.c's
2960           adjust_window() which caused occasional misadjustment of stdscr when
2961           softkeys were used.
2962
2963 20080105
2964         + several improvements to terminfo entries based on xterm #230 -TD
2965         + modify MKlib_gen.sh to handle keyname/key_name prototypes, so the
2966           "link_test" builds properly.
2967         + fix for toe command-line options -u/-U to ensure filename is given.
2968         + fix allocation-size for command-line parsing in infocmp from 20070728
2969           (report by Miroslav Lichvar)
2970         + improve resizeterm() by moving ripped-off lines, and repainting the
2971           soft-keys (report by Katarina Machalkova)
2972         + add clarification in wclear's manpage noting that the screen will be
2973           cleared even if a subwindow is cleared (prompted by Christer Enfors
2974           question).
2975         + change test/ncurses.c soft-key tests to work with KEY_RESIZE.
2976
2977 20071222
2978         + continue implementing support for threading demo by adding mutex
2979           for delwin().
2980
2981 20071215
2982         + add several functions to C++ binding which wrap C functions that
2983           pass a WINDOW* parameter (request by Chris Lee).
2984
2985 20071201
2986         + add note about configure options needed for Berkeley database to the
2987           INSTALL file.
2988         + improve checks for version of Berkeley database libraries.
2989         + amend fix for rpath to not modify LDFLAGS if the platform has no
2990           applicable transformation (report by Christian Ebert, cf: 20071124).
2991
2992 20071124
2993         + modify configure option --with-hashed-db to accept a parameter which
2994           is the install-prefix of a given Berkeley Database (prompted by
2995           pierre4d2 comments).
2996         + rewrite wrapper for wcrtomb(), making it work on Solaris.  This is
2997           used in the form library to determine the length of the buffer needed
2998           by field_buffer (report by Alfred Fung).
2999         + remove unneeded window-parameter from C++ binding for wresize (report
3000           by Chris Lee).
3001
3002 20071117
3003         + modify the support for filesystems which do not support mixed-case to
3004           generate 2-character (hexadecimal) codes for the lower-level of the
3005           filesystem terminfo database (request by Michail Vidiassov).
3006         + add configure option --enable-mixed-case, to allow overriding the
3007           configure script's check if the filesystem supports mixed-case
3008           filenames.
3009         + add wresize() to C++ binding (request by Chris Lee).
3010         + define NCURSES_EXT_FUNCS and NCURSES_EXT_COLORS in curses.h to make
3011           it simpler to tell if the extended functions and/or colors are
3012           declared.
3013
3014 20071103
3015         + update memory-leak checks for changes to names.c and codes.c
3016         + correct acsc strings in h19, z100 (patch by Benjamin C W Sittler).
3017
3018 20071020
3019         + continue implementing support for threading demo by adding mutex
3020           for use_window().
3021         + add mrxvt terminfo entry, add/fix xterm building blocks for modified
3022           cursor keys -TD
3023         + compile with FreeBSD "contemporary" TTY interface (patch by
3024           Rong-En Fan).
3025
3026 20071013
3027         + modify makefile rules to allow clear, tput and tset to be built
3028           without libtic.  The other programs (infocmp, tic and toe) rely on
3029           that library.
3030         + add/modify null-pointer checks in several functions for SP and/or
3031           the WINDOW* parameter (report by Thorben Krueger).
3032         + fixes for field_buffer() in formw library (see Redhat #310071,
3033           patches by Miroslav Lichvar).
3034         + improve performance of NCURSES_CHAR_EQ code (patch by Miroslav
3035           Lichvar).
3036         + update/improve mlterm and rxvt terminfo entries, e.g., for
3037           the modified cursor- and keypad-keys -TD
3038
3039 20071006
3040         + add code to curses.priv.h ifdef'd with NCURSES_CHAR_EQ, which
3041           changes the CharEq() macro to an inline function to allow comparing
3042           cchar_t struct's without comparing gaps in a possibly unpacked
3043           memory layout (report by Miroslav Lichvar).
3044
3045 20070929
3046         + add new functions to lib_trace.c to setup mutex's for the _tracef()
3047           calls within the ncurses library.
3048         + for the reentrant model, move _nc_tputs_trace and _nc_outchars into
3049           the SCREEN.
3050         + start modifying test/worm.c to provide threading demo (incomplete).
3051         + separated ifdef's for some BSD-related symbols in tset.c, to make
3052           it compile on LynxOS (report by Greg Gemmer).
3053 20070915
3054         + modify Ada95/gen/Makefile to use shlib script, to simplify building
3055           shared-library configuration on platforms lacking rpath support.
3056         + build-fix for Ada95/src/Makefile to reflect changed dependency for
3057           the terminal-interface-curses-aux.adb file which is now generated.
3058         + restructuring test/worm.c, for use_window() example.
3059
3060 20070908
3061         + add use_window() and use_screen() functions, to develop into support
3062           for threaded library (incomplete).
3063         + fix typos in man/curs_opaque.3x which kept the install script from
3064           creating symbolic links to two aliases created in 20070818 (report by
3065           Rong-En Fan).
3066
3067 20070901
3068         + remove a spurious newline from output of html.m4, which caused links
3069           for Ada95 html to be incorrect for the files generated using m4.
3070         + start investigating mutex's for SCREEN manipulation (incomplete).
3071         + minor cleanup of codes.c/names.c for --enable-const
3072         + expand/revise "Routine and Argument Names" section of ncurses manpage
3073           to address report by David Givens in newsgroup discussion.
3074         + fix interaction between --without-progs/--with-termcap configure
3075           options (report by Michail Vidiassov).
3076         + fix typo in "--disable-relink" option (report by Michail Vidiassov).
3077
3078 20070825
3079         + fix a sign-extension bug in infocmp's repair_acsc() function
3080           (cf: 971004).
3081         + fix old configure script bug which prevented "--disable-warnings"
3082           option from working (patch by Mike Frysinger).
3083
3084 20070818
3085         + add 9term terminal description (request by Juhapekka Tolvanen) -TD
3086         + modify comp_hash.c's string output to avoid misinterpreting a null
3087           "\0" followed by a digit.
3088         + modify MKnames.awk and MKcodes.awk to support big-strings.
3089           This only applies to the cases (broken linker, reentrant) where
3090           the corresponding arrays are accessed via wrapper functions.
3091         + split MKnames.awk into two scripts, eliminating the shell redirection
3092           which complicated the make process and also the bogus timestamp file
3093           which was introduced to fix "make -j".
3094         + add test/test_opaque.c, test/test_arrays.c
3095         + add wgetscrreg() and wgetparent() for applications that may need it
3096           when NCURSES_OPAQUE is defined (prompted by Bryan Christ).
3097
3098 20070812
3099         + amend treatment of infocmp "-r" option to retain the 1023-byte limit
3100           unless "-T" is given (cf: 981017).
3101         + modify comp_captab.c generation to use big-strings.
3102         + make _nc_capalias_table and _nc_infoalias_table private accessed via
3103           _nc_get_alias_table() since the tables are used only within the tic
3104           library.
3105         + modify configure script to skip Intel compiler in CF_C_INLINE.
3106         + make _nc_info_hash_table and _nc_cap_hash_table private accessed via
3107           _nc_get_hash_table() since the tables are used only within the tic
3108           library.
3109
3110 20070728
3111         + make _nc_capalias_table and _nc_infoalias_table private, accessed via
3112           _nc_get_alias_table() since they are used only by parse_entry.c
3113         + make _nc_key_names private since it is used only by lib_keyname.c
3114         + add --disable-big-strings configure option to control whether
3115           unctrl.c is generated using the big-string optimization - which may
3116           use strings longer than supported by a given compiler.
3117         + reduce relocation tables for tic, infocmp by changing type of
3118           internal hash tables to short, and make those private symbols.
3119         + eliminate large fixed arrays from progs/infocmp.c
3120
3121 20070721
3122         + change winnstr() to stop at the end of the line (cf: 970315).
3123         + add test/test_get_wstr.c
3124         + add test/test_getstr.c
3125         + add test/test_inwstr.c
3126         + add test/test_instr.c
3127
3128 20070716
3129         + restore a call to obtain screen-size in _nc_setupterm(), which
3130           is used in tput and other non-screen applications via setupterm()
3131           (Debian #433357, reported by Florent Bayle, Christian Ohm,
3132           cf: 20070310).
3133
3134 20070714
3135         + add test/savescreen.c test-program
3136         + add check to trace-file open, if the given name is a directory, add
3137           ".log" to the name and try again.
3138         + add konsole-256color entry -TD
3139         + add extra gcc warning options from xterm.
3140         + minor fixes for ncurses/hashmap test-program.
3141         + modify configure script to quiet c++ build with libtool when the
3142           --disable-echo option is used.
3143         + modify configure script to disable ada95 if libtool is selected,
3144           writing a warning message (addresses FreeBSD #114493).
3145         + update config.guess, config.sub
3146
3147 20070707
3148         + add continuous-move "M" to demo_panels to help test refresh changes.
3149         + improve fix for refresh of window on top of multi-column characters,
3150           taking into account some split characters on left/right window
3151           boundaries.
3152
3153 20070630
3154         + add "widec" row to _tracedump() output to help diagnose remaining
3155           problems with multi-column characters.
3156         + partial fix for refresh of window on top of multi-column characters
3157           which are partly overwritten (report by Sadrul H Chowdhury).
3158         + ignore A_CHARTEXT bits in vidattr() and vid_attr(), in case
3159           multi-column extension bits are passed there.
3160         + add setlocale() call to demo_panels.c, needed for wide-characters.
3161         + add some output flags to _nc_trace_ttymode to help diagnose a bug
3162           report by Larry Virden, i.e., ONLCR, OCRNL, ONOCR and ONLRET,
3163
3164 20070623
3165         + add test/demo_panels.c
3166         + implement opaque version of setsyx() and getsyx().
3167
3168 20070612
3169         + corrected xterm+pcf2 terminfo modifiers for F1-F4, to match xterm
3170           #226 -TD
3171         + split-out key_name() from MKkeyname.awk since it now depends upon
3172           wunctrl() which is not in libtinfo (report by Rong-En Fan).
3173
3174 20070609
3175         + add test/key_name.c
3176         + add stdscr cases to test/inchs.c and test/inch_wide.c
3177         + update test/configure
3178         + correct formatting of DEL (0x7f) in _nc_vischar().
3179         + null-terminate result of wunctrl().
3180         + add null-pointer check in key_name() (report by Andreas Krennmair,
3181           cf: 20020901).
3182
3183 20070602
3184         + adapt mouse-handling code from menu library in form-library
3185           (discussion with Clive Nicolson).
3186         + add a modification of test/dots.c, i.e., test/dots_mvcur.c to
3187           illustrate how to use mvcur().
3188         + modify wide-character flavor of SetAttr() to preserve the
3189           WidecExt() value stored in the .attr field, e.g., in case it
3190           is overwritten by chgat (report by Aleksi Torhamo).
3191         + correct buffer-size for _nc_viswbuf2n() (report by Aleksi Torhamo).
3192         + build-fixes for Solaris 2.6 and 2.7 (patch by Peter O'Gorman).
3193
3194 20070526
3195         + modify keyname() to use "^X" form only if meta() has been called, or
3196           if keyname() is called without initializing curses, e.g., via
3197           initscr() or newterm() (prompted by LinuxBase #1604).
3198         + document some portability issues in man/curs_util.3x
3199         + add a shadow copy of TTY buffer to _nc_prescreen to fix applications
3200           broken by moving that data into SCREEN (cf: 20061230).
3201
3202 20070512
3203         + add 'O' (wide-character panel test) in ncurses.c to demonstrate a
3204           problem reported by Sadrul H Chowdhury with repainting parts of
3205           a fullwidth cell.
3206         + modify slk_init() so that if there are preceding calls to
3207           ripoffline(), those affect the available lines for soft-keys (adapted
3208           from patch by Clive Nicolson).
3209         + document some portability issues in man/curs_getyx.3x
3210
3211 20070505
3212         + fix a bug in Ada95/samples/ncurses which caused a variable to
3213           become uninitialized in the "b" test.
3214         + fix Ada95/gen/Makefile.in adahtml rule to account for recent
3215           movement of files, fix a few incorrect manpage references in the
3216           generated html.
3217         + add Ada95 binding to _nc_freeall() as Curses_Free_All to help with
3218           memory-checking.
3219         + correct some functions in Ada95 binding which were using return value
3220           from C where none was returned:  idcok(), immedok() and wtimeout().
3221         + amend recent changes for Ada95 binding to make it build with
3222           Cygwin's linker, e.g., with configure options
3223                 --enable-broken-linker --with-ticlib
3224
3225 20070428
3226         + add a configure check for gcc's options for inlining, use that to
3227           quiet a warning message where gcc's default behavior changed from
3228           3.x to 4.x.
3229         + improve warning message when checking if GPM is linked to curses
3230           library by not warning if its use of "wgetch" is via a weak symbol.
3231         + add loader options when building with static libraries to ensure that
3232           an installed shared library for ncurses does not conflict.  This is
3233           reported as problem with Tru64, but could affect other platforms
3234           (report Martin Mokrejs, analysis by Tim Mooney).
3235         + fix build on cygwin after recent ticlib/termlib changes, i.e.,
3236           + adjust TINFO_SUFFIX value to work with cygwin's dll naming
3237           + revert a change from 20070303 which commented out dependency of
3238             SHLIB_LIST in form/menu/panel/c++ libraries.
3239         + fix initialization of ripoff stack pointer (cf: 20070421).
3240
3241 20070421
3242         + move most static variables into structures _nc_globals and
3243           _nc_prescreen, to simplify storage.
3244         + add/use configure script macro CF_SIG_ATOMIC_T, use the corresponding
3245           type for data manipulated by signal handlers (prompted by comments
3246           in mailing.openbsd.bugs newsgroup).
3247         + modify CF_WITH_LIBTOOL to allow one to pass options such as -static
3248           to the libtool create- and link-operations.
3249
3250 20070414
3251         + fix whitespace in curs_opaque.3x which caused a spurious ';' in
3252           the installed aliases (report by Peter Santoro).
3253         + fix configure script to not try to generate adacurses-config when
3254           Ada95 tree is not built.
3255
3256 20070407
3257         + add man/curs_legacy.3x, man/curs_opaque.3x
3258         + fix acs_map binding for Ada95 when --enable-reentrant is used.
3259         + add adacurses-config to the Ada95 install, based on version from
3260           FreeBSD port, in turn by Juergen Pfeifer in 2000 (prompted by
3261           comment on comp.lang.ada newsgroup).
3262         + fix includes in c++ binding to build with Intel compiler
3263           (cf: 20061209).
3264         + update install rule in Ada95 to use mkdirs.sh
3265         > other fixes prompted by inspection for Coverity report:
3266         + modify ifdef's for c++ binding to use try/catch/throw statements
3267         + add a null-pointer check in tack/ansi.c request_cfss()
3268         + fix a memory leak in ncurses/base/wresize.c
3269         + corrected check for valid memu/meml capabilities in
3270           progs/dump_entry.c when handling V_HPUX case.
3271         > fixes based on Coverity report:
3272         + remove dead code in test/bs.c
3273         + remove dead code in test/demo_defkey.c
3274         + remove an unused assignment in progs/infocmp.c
3275         + fix a limit check in tack/ansi.c tools_charset()
3276         + fix tack/ansi.c tools_status() to perform the VT320/VT420
3277           tests in request_cfss().  The function had exited too soon.
3278         + fix a memory leak in tic.c's make_namelist()
3279         + fix a couple of places in tack/output.c which did not check for EOF.
3280         + fix a loop-condition in test/bs.c
3281         + add index checks in lib_color.c for color palettes
3282         + add index checks in progs/dump_entry.c for version_filter() handling
3283           of V_BSD case.
3284         + fix a possible null-pointer dereference in copywin()
3285         + fix a possible null-pointer dereference in waddchnstr()
3286         + add a null-pointer check in _nc_expand_try()
3287         + add a null-pointer check in tic.c's make_namelist()
3288         + add a null-pointer check in _nc_expand_try()
3289         + add null-pointer checks in test/cardfile.c
3290         + fix a double-free in ncurses/tinfo/trim_sgr0.c
3291         + fix a double-free in ncurses/base/wresize.c
3292         + add try/catch block to c++/cursesmain.cc
3293
3294 20070331
3295         + modify Ada95 binding to build with --enable-reentrant by wrapping
3296           global variables (bug: acs_map does not yet work).
3297         + modify Ada95 binding to use the new access-functions, allowing it
3298           to build/run when NCURSES_OPAQUE is set.
3299         + add access-functions and macros to return properties of the WINDOW
3300           structure, e.g., when NCURSES_OPAQUE is set.
3301         + improved install-sh's quoting.
3302         + use mkdirs.sh rather than mkinstalldirs, e.g., to use fixes from
3303           other programs.
3304
3305 20070324
3306         + eliminate part of the direct use of WINDOW data from Ada95 interface.
3307         + fix substitutions for termlib filename to make configure option
3308           --enable-reentrant work with --with-termlib.
3309         + change a constructor for NCursesWindow to allow compiling with
3310           NCURSES_OPAQUE set, since we cannot pass a reference to
3311           an opaque pointer.
3312
3313 20070317
3314         + ignore --with-chtype=unsigned since unsigned is always added to
3315           the type in curses.h; do the same for --with-mmask-t.
3316         + change warning regarding --enable-ext-colors and wide-character
3317           in the configure script to an error.
3318         + tweak error message in CF_WITH_LIBTOOL to distinguish other programs
3319           such as Darwin's libtool program (report by Michail Vidiassov)
3320         + modify edit_man.sh to allow for multiple substitutions per line.
3321         + set locale in misc/ncurses-config.in since it uses a range
3322         + change permissions libncurses++.a install (report by Michail
3323           Vidiassov).
3324         + corrected length of temporary buffer in wide-character version
3325           of set_field_buffer() (related to report by Bryan Christ).
3326
3327 20070311
3328         + fix mk-1st.awk script install_shlib() function, broken in 20070224
3329           changes for cygwin (report by  Michail Vidiassov).
3330
3331 20070310
3332         + increase size of array in _nc_visbuf2n() to make "tic -v" work
3333           properly in its similar_sgr() function (report/analysis by Peter
3334           Santoro).
3335         + add --enable-reentrant configure option for ongoing changes to
3336           implement a reentrant version of ncurses:
3337           + libraries are suffixed with "t"
3338           + wrap several global variables (curscr, newscr, stdscr, ttytype,
3339             COLORS, COLOR_PAIRS, COLS, ESCDELAY, LINES and TABSIZE) as
3340             functions returning values stored in SCREEN or cur_term.
3341           + move some initialization (LINES, COLS) from lib_setup.c,
3342             i.e., setupterm() to _nc_setupscreen(), i.e., newterm().
3343
3344 20070303
3345         + regenerated html documentation.
3346         + add NCURSES_OPAQUE symbol to curses.h, will use to make structs
3347           opaque in selected configurations.
3348         + move the chunk in lib_acs.c which resets acs capabilities when
3349           running on a terminal whose locale interferes with those into
3350           _nc_setupscreen(), so the libtinfo/libtinfow files can be made
3351           identical (requested by Miroslav Lichvar).
3352         + do not use configure variable SHLIB_LIBS for building libraries
3353           outside the ncurses directory, since that symbol is customized
3354           only for that directory, and using it introduces an unneeded
3355           dependency on libdl (requested by Miroslav Lichvar).
3356         + modify mk-1st.awk so the generated makefile rules for linking or
3357           installing shared libraries do not first remove the library, in
3358           case it is in use, e.g., libncurses.so by /bin/sh (report by Jeff
3359           Chua).
3360         + revised section "Using NCURSES under XTERM" in ncurses-intro.html
3361           (prompted by newsgroup comment by Nick Guenther).
3362
3363 20070224
3364         + change internal return codes of _nc_wgetch() to check for cases
3365           where KEY_CODE_YES should be returned, e.g., if a KEY_RESIZE was
3366           ungetch'd, and read by wget_wch().
3367         + fix static-library build broken in 20070217 changes to remove "-ldl"
3368           (report by Miroslav Lichvar).
3369         + change makefile/scripts for cygwin to allow building termlib.
3370         + use Form_Hook in manpages to match form.h
3371         + use Menu_Hook in manpages, as well as a few places in menu.h
3372         + correct form- and menu-manpages to use specific Field_Options,
3373           Menu_Options and Item_Options types.
3374         + correct prototype for _tracechar() in manpage (cf: 20011229).
3375         + correct prototype for wunctrl() in manpage.
3376
3377 20070217
3378         + fixes for $(TICS_LIST) in ncurses/Makefile (report by Miroslav
3379           Lichvar).
3380         + modify relinking of shared libraries to apply only when rpath is
3381           enabled, and add --disable-relink option which can be used to
3382           disable the feature altogether (reports by Michail Vidiassov,
3383           Adam J Richter).
3384         + fix --with-termlib option for wide-character configuration, stripping
3385           the "w" suffix in one place (report by Miroslav Lichvar).
3386         + remove "-ldl" from some library lists to reduce dependencies in
3387           programs (report by Miroslav Lichvar).
3388         + correct description of --enable-signed-char in configure --help
3389           (report by Michail Vidiassov).
3390         + add pattern for GNU/kFreeBSD configuration to CF_XOPEN_SOURCE,
3391           which matches an earlier change to CF_SHARED_OPTS, from xterm #224
3392           fixes.
3393         + remove "${DESTDIR}" from -install_name option used for linking
3394           shared libraries on Darwin (report by Michail Vidiassov).
3395
3396 20070210
3397         + add test/inchs.c, test/inch_wide.c, to test win_wchnstr().
3398         + remove libdl from library list for termlib (report by Miroslav
3399           Lichvar).
3400         + fix configure.in to allow --without-progs --with-termlib (patch by
3401           Miroslav Lichvar).
3402         + modify win_wchnstr() to ensure that only a base cell is returned
3403           for each multi-column character (prompted by report by Wei Kong
3404           regarding change in mvwin_wch() cf: 20041023).
3405
3406 20070203
3407         + modify fix_wchnstr() in form library to strip attributes (and color)
3408           from the cchar_t array (field cells) read from a field's window.
3409           Otherwise, when copying the field cells back to the window, the
3410           associated color overrides the field's background color (report by
3411           Ricardo Cantu).
3412         + improve tracing for form library, showing created forms, fields, etc.
3413         + ignore --enable-rpath configure option if --with-shared was omitted.
3414         + add _nc_leaks_tinfo(), _nc_free_tic(), _nc_free_tinfo() entrypoints
3415           to allow leak-checking when both tic- and tinfo-libraries are built.
3416         + drop CF_CPP_VSCAN_FUNC macro from configure script, since C++ binding
3417           no longer relies on it.
3418         + disallow combining configure script options --with-ticlib and
3419           --enable-termcap (report by Rong-En Fan).
3420         + remove tack from ncurses tree.
3421
3422 20070128
3423         + fix typo in configure script that broke --with-termlib option
3424           (report by Rong-En Fan).
3425
3426 20070127
3427         + improve fix for FreeBSD gnu/98975, to allow for null pointer passed
3428           to tgetent() (report by Rong-en Fan).
3429         + update tack/HISTORY and tack/README to tell how to build it after
3430           it is removed from the ncurses tree.
3431         + fix configure check for libtool's version to trim blank lines
3432           (report by sci-fi@hush.ai).
3433         + review/eliminate other original-file artifacts in cursesw.cc, making
3434           its license consistent with ncurses.
3435         + use ncurses vw_scanw() rather than reading into a fixed buffer in
3436           the c++ binding for scanw() methods (prompted by report by Nuno Dias).
3437         + eliminate fixed-buffer vsprintf() calls in c++ binding.
3438
3439 20070120
3440         + add _nc_leaks_tic() to separate leak-checking of tic library from
3441           term/ncurses libraries, and thereby eliminate a library dependency.
3442         + fix test/mk-test.awk to ignore blank lines.
3443         + correct paths in include/headers, for --srcdir (patch by Miroslav
3444           Lichvar).
3445
3446 20070113
3447         + add a break-statement in misc/shlib to ensure that it exits on the
3448           _first_ matched directory (report by Paul Novak).
3449         + add tack/configure, which can be used to build tack outside the
3450           ncurses build-tree.
3451         + add --with-ticlib option, to build/install the tic-support functions
3452           in a separate library (suggested by Miroslav Lichvar).
3453
3454 20070106
3455         + change MKunctrl.awk to reduce relocation table for unctrl.o
3456         + change MKkeyname.awk to reduce relocation table for keyname.o
3457           (patch by Miroslav Lichvar).
3458
3459 20061230
3460         + modify configure check for libtool's version to trim blank lines
3461           (report by sci-fi@hush.ai).
3462         + modify some modules to allow them to be reentrant if _REENTRANT is
3463           defined: lib_baudrate.c, resizeterm.c (local data only)
3464         + eliminate static data from some modules: add_tries.c, hardscroll.c,
3465           lib_ttyflags.c, lib_twait.c
3466         + improve manpage install to add aliases for the transformed program
3467           names, e.g., from --program-prefix.
3468         + used linklint to verify links in the HTML documentation, made fixes
3469           to manpages as needed.
3470         + fix a typo in curs_mouse.3x (report by William McBrine).
3471         + fix install-rule for ncurses5-config to make the bin-directory.
3472
3473 20061223
3474         + modify configure script to omit the tic (terminfo compiler) support
3475           from ncurses library if --without-progs option is given.
3476         + modify install rule for ncurses5-config to do this via "install.libs"
3477         + modify shared-library rules to allow FreeBSD 3.x to use rpath.
3478         + update config.guess, config.sub
3479
3480 20061217 5.6 release for upload to ftp.gnu.org
3481
3482 20061217
3483         + add ifdef's for <wctype.h> for HPUX, which has the corresponding
3484           definitions in <wchar.h>.
3485         + revert the va_copy() change from 20061202, since it was neither
3486           correct nor portable.
3487         + add $(LOCAL_LIBS) definition to progs/Makefile.in, needed for
3488           rpath on Solaris.
3489         + ignore wide-acs line-drawing characters that wcwidth() claims are
3490           not one-column.  This is a workaround for Solaris' broken locale
3491           support.
3492
3493 20061216
3494         + modify configure --with-gpm option to allow it to accept a parameter,
3495           i.e., the name of the dynamic GPM library to load via dlopen()
3496           (requested by Bryan Henderson).
3497         + add configure option --with-valgrind, changes from vile.
3498         + modify configure script AC_TRY_RUN and AC_TRY_LINK checks to use
3499           'return' in preference to 'exit()'.
3500
3501 20061209
3502         + change default for --with-develop back to "no".
3503         + add XTABS to tracing of TTY bits.
3504         + updated autoconf patch to ifdef-out the misfeature which declares
3505           exit() for configure tests.  This fixes a redefinition warning on
3506           Solaris.
3507         + use ${CC} rather than ${LD} in shared library rules for IRIX64,
3508           Solaris to help ensure that initialization sections are provided for
3509           extra linkage requirements, e.g., of C++ applications (prompted by
3510           comment by Casper Dik in newsgroup).
3511         + rename "$target" in CF_MAN_PAGES to make it easier to distinguish
3512           from the autoconf predefined symbol.  There was no conflict,
3513           since "$target" was used only in the generated edit_man.sh file,
3514           but SuSE's rpm package contains a patch.
3515
3516 20061202
3517         + update man/term.5 to reflect extended terminfo support and hashed
3518           database configuration.
3519         + updates for test/configure script.
3520         + adapted from SuSE rpm package:
3521           + remove long-obsolete workaround for broken-linker which declared
3522             cur_term in tic.c
3523           + improve error recovery in PUTC() macro when wcrtomb() does not
3524             return usable results for an 8-bit character.
3525         + patches from rpm package (SuSE):
3526           + use va_copy() in extra varargs manipulation for tracing version
3527             of printw, etc.
3528           + use a va_list rather than a null in _nc_freeall()'s call to
3529             _nc_printf_string().
3530         + add some see-also references in manpages to show related
3531           wide-character functions (suggested by Claus Fischer).
3532
3533 20061125
3534         + add a check in lib_color.c to ensure caller does not increase COLORS
3535           above max_colors, which is used as an array index (discussion with
3536           Simon Sasburg).
3537         + add ifdef's allowing ncurses to be built with tparm() using either
3538           varargs (the existing status), or using a fixed-parameter list (to
3539           match X/Open).
3540
3541 20061104
3542         + fix redrawing of windows other than stdscr using wredrawln() by
3543           touching the corresponding rows in curscr (discussion with Dan
3544           Gookin).
3545         + add test/redraw.c
3546         + add test/echochar.c
3547         + review/cleanup manpage descriptions of error-returns for form- and
3548           menu-libraries (prompted by FreeBSD docs/46196).
3549
3550 20061028
3551         + add AUTHORS file -TD
3552         + omit the -D options from output of the new config script --cflags
3553           option (suggested by Ralf S Engelschall).
3554         + make NCURSES_INLINE unconditionally defined in curses.h
3555
3556 20061021
3557         + revert change to accommodate bash 3.2, since that breaks other
3558           platforms, e.g., Solaris.
3559         + minor fixes to NEWS file to simplify scripting to obtain list of
3560           contributors.
3561         + improve some shared-library configure scripting for Linux, FreeBSD
3562           and NetBSD to make "--with-shlib-version" work.
3563         + change configure-script rules for FreeBSD shared libraries to allow
3564           for rpath support in versions past 3.
3565         + use $(DESTDIR) in makefile rules for installing/uninstalling the
3566           package config script (reports/patches by Christian Wiese,
3567           Ralf S Engelschall).
3568         + fix a warning in the configure script for NetBSD 2.0, working around
3569           spurious blanks embedded in its ${MAKEFLAGS} symbol.
3570         + change test/Makefile to simplify installing test programs in a
3571           different directory when --enable-rpath is used.
3572
3573 20061014
3574         + work around bug in bash 3.2 by adding extra quotes (Jim Gifford).
3575         + add/install a package config script, e.g., "ncurses5-config" or
3576           "ncursesw5-config", according to configuration options.
3577
3578 20061007
3579         + add several GNU Screen terminfo variations with 16- and 256-colors,
3580           and status line (Alain Bench).
3581         + change the way shared libraries (other than libtool) are installed.
3582           Rather than copying the build-tree's libraries, link the shared
3583           objects into the install directory.  This makes the --with-rpath
3584           option work except with $(DESTDIR) (cf: 20000930).
3585
3586 20060930
3587         + fix ifdef in c++/internal.h for QNX 6.1
3588         + test-compiled with (old) egcs-1.1.2, modified configure script to
3589           not unset the $CXX and related variables which would prevent this.
3590         + fix a few terminfo.src typos exposed by improvments to "-f" option.
3591         + improve infocmp/tic "-f" option formatting.
3592
3593 20060923
3594         + make --disable-largefile option work (report by Thomas M Ott).
3595         + updated html documentation.
3596         + add ka2, kb1, kb3, kc2 to vt220-keypad as an extension -TD
3597         + minor improvements to rxvt+pcfkeys -TD
3598
3599 20060916
3600         + move static data from lib_mouse.c into SCREEN struct.
3601         + improve ifdef's for _POSIX_VDISABLE in tset to work with Mac OS X
3602           (report by Michail Vidiassov).
3603         + modify CF_PATH_SYNTAX to ensure it uses the result from --prefix
3604           option (from lynx changes) -TD
3605         + adapt AC_PROG_EGREP check, noting that this is likely to be another
3606           place aggravated by POSIXLY_CORRECT.
3607         + modify configure check for awk to ensure that it is found (prompted
3608           by report by Christopher Parker).
3609         + update config.sub
3610
3611 20060909
3612         + add kon, kon2 and jfbterm terminfo entry (request by Till Maas) -TD
3613         + remove invis capability from klone+sgr, mainly used by linux entry,
3614           since it does not really do this -TD
3615
3616 20060903
3617         + correct logic in wadd_wch() and wecho_wch(), which did not guard
3618           against passing the multi-column attribute into a call on waddch(),
3619           e.g., using data returned by win_wch() (cf: 20041023)
3620           (report by Sadrul H Chowdhury).
3621
3622 20060902
3623         + fix kterm's acsc string -TD
3624         + fix for change to tic/infocmp in 20060819 to ensure no blank is
3625           embedded into a termcap description.
3626         + workaround for 20050806 ifdef's change to allow visbuf.c to compile
3627           when using --with-termlib --with-trace options.
3628         + improve tgetstr() by making the return value point into the user's
3629           buffer, if provided (patch by Miroslav Lichvar (see Redhat #202480)).
3630         + correct libraries needed for foldkeys (report by Stanislav Ievlev)
3631
3632 20060826
3633         + add terminfo entries for xfce terminal (xfce) and multi gnome
3634           terminal (mgt) -TD
3635         + add test/foldkeys.c
3636
3637 20060819
3638         + modify tic and infocmp to avoid writing trailing blanks on terminfo
3639           source output (Debian #378783).
3640         + modify configure script to ensure that if the C compiler is used
3641           rather than the loader in making shared libraries, the $(CFLAGS)
3642           variable is also used (Redhat #199369).
3643         + port hashed-db code to db2 and db3.
3644         + fix a bug in tgetent() from 20060625 and 20060715 changes
3645           (patch/analysis by Miroslav Lichvar (see Redhat #202480)).
3646
3647 20060805
3648         + updated xterm function-keys terminfo to match xterm #216 -TD
3649         + add configure --with-hashed-db option (tested only with FreeBSD 6.0,
3650           e.g., the db 1.8.5 interface).
3651
3652 20060729
3653         + modify toe to access termcap data, e.g., via cgetent() functions,
3654           or as a text file if those are not available.
3655         + use _nc_basename() in tset to improve $SHELL check for csh/sh.
3656         + modify _nc_read_entry() and _nc_read_termcap_entry() so infocmp,
3657           can access termcap data when the terminfo database is disabled.
3658
3659 20060722
3660         + widen the test for xterm kmous a little to allow for other strings
3661           than \E[M, e.g., for xterm-sco functionality in xterm.
3662         + update xterm-related terminfo entries to match xterm patch #216 -TD
3663         + update config.guess, config.sub
3664
3665 20060715
3666         + fix for install-rule in Ada95 to add terminal_interface.ads
3667           and terminal_interface.ali (anonymous posting in comp.lang.ada).
3668         + correction to manpage for getcchar() (report by William McBrine).
3669         + add test/chgat.c
3670         + modify wchgat() to mark updated cells as changed so a refresh will
3671           repaint those cells (comments by Sadrul H Chowdhury and William
3672           McBrine).
3673         + split up dependency of names.c and codes.c in ncurses/Makefile to
3674           work with parallel make (report/analysis by Joseph S Myers).
3675         + suppress a warning message (which is ignored) for systems without
3676           an ldconfig program (patch by Justin Hibbits).
3677         + modify configure script --disable-symlinks option to allow one to
3678           disable symlink() in tic even when link() does not work (report by
3679           Nigel Horne).
3680         + modify MKfallback.sh to use tic -x when constructing fallback tables
3681           to allow extended capabilities to be retrieved from a fallback entry.
3682         + improve leak-checking logic in tgetent() from 20060625 to ensure that
3683           it does not free the current screen (report by Miroslav Lichvar).
3684
3685 20060708
3686         + add a check for _POSIX_VDISABLE in tset (NetBSD #33916).
3687         + correct _nc_free_entries() and related functions used for memory leak
3688           checking of tic.
3689
3690 20060701
3691         + revert a minor change for magic-cookie support from 20060513, which
3692           caused unexpected reset of attributes, e.g., when resizing test/view
3693           in color mode.
3694         + note in clear manpage that the program ignores command-line
3695           parameters (prompted by Debian #371855).
3696         + fixes to make lib_gen.c build properly with changes to the configure
3697           --disable-macros option and NCURSES_NOMACROS (cf:  20060527)
3698         + update/correct several terminfo entries -TD
3699         + add some notes regarding copyright to terminfo.src -TD
3700
3701 20060625
3702         + fixes to build Ada95 binding with gnat-4.1.0
3703         + modify read_termtype() so the term_names data is always allocated as
3704           part of the str_table, a better fix for a memory leak (cf: 20030809).
3705         + reduce memory leaks in repeated calls to tgetent() by remembering the
3706           last TERMINAL* value allocated to hold the corresponding data and
3707           freeing that if the tgetent() result buffer is the same as the
3708           previous call (report by "Matt" for FreeBSD gnu/98975).
3709         + modify tack to test extended capability function-key strings.
3710         + improved gnome terminfo entry (GenToo #122566).
3711         + improved xterm-256color terminfo entry (patch by Alain Bench).
3712
3713 20060617
3714         + fix two small memory leaks related to repeated tgetent() calls
3715           with TERM=screen (report by "Matt" for FreeBSD gnu/98975).
3716         + add --enable-signed-char to simplify Debian package.
3717         + reduce name-pollution in term.h by removing #define's for HAVE_xxx
3718           symbols.
3719         + correct typo in curs_terminfo.3x (Debian #369168).
3720
3721 20060603
3722         + enable the mouse in test/movewindow.c
3723         + improve a limit-check in frm_def.c (John Heasley).
3724         + minor copyright fixes.
3725         + change configure script to produce test/Makefile from data file.
3726
3727 20060527
3728         + add a configure option --enable-wgetch-events to enable
3729           NCURSES_WGETCH_EVENTS, and correct the associated loop-logic in
3730           lib_twait.c (report by Bernd Jendrissek).
3731         + remove include/nomacros.h from build, since the ifdef for
3732           NCURSES_NOMACROS makes that obsolete.
3733         + add entrypoints for some functions which were only provided as macros
3734           to make NCURSES_NOMACROS ifdef work properly:  getcurx(), getcury(),
3735           getbegx(), getbegy(), getmaxx(), getmaxy(), getparx() and getpary(),
3736           wgetbkgrnd().
3737         + provide ifdef for NCURSES_NOMACROS which suppresses most macro
3738           definitions from curses.h, i.e., where a macro is defined to override
3739           a function to improve performance.  Allowing a developer to suppress
3740           these definitions can simplify some application (discussion with
3741           Stanislav Ievlev).
3742         + improve description of memu/meml in terminfo manpage.
3743
3744 20060520
3745         + if msgr is false, reset video attributes when doing an automargin
3746           wrap to the next line.  This makes the ncurses 'k' test work properly
3747           for hpterm.
3748         + correct caching of keyname(), which was using only half of its table.
3749         + minor fixes to memory-leak checking.
3750         + make SCREEN._acs_map and SCREEN._screen_acs_map pointers rather than
3751           arrays, making ACS_LEN less visible to applications (suggested by
3752           Stanislav Ievlev).
3753         + move chunk in SCREEN ifdef'd for USE_WIDEC_SUPPORT to the end, so
3754           _screen_acs_map will have the same offset in both ncurses/ncursesw,
3755           making the corresponding tinfo/tinfow libraries binary-compatible
3756           (cf: 20041016, report by Stanislav Ievlev).
3757
3758 20060513
3759         + improve debug-tracing for EmitRange().
3760         + change default for --with-develop to "yes".  Add NCURSES_NO_HARD_TABS
3761           and NCURSES_NO_MAGIC_COOKIE environment variables to allow runtime
3762           suppression of the related hard-tabs and xmc-glitch features.
3763         + add ncurses version number to top-level manpages, e.g., ncurses, tic,
3764           infocmp, terminfo as well as form, menu, panel.
3765         + update config.guess, config.sub
3766         + modify ncurses.c to work around a bug in NetBSD 3.0 curses
3767           (field_buffer returning null for a valid field).  The 'r' test
3768           appears to not work with that configuration since the new_fieldtype()
3769           function is broken in that implementation.
3770
3771 20060506
3772         + add hpterm-color terminfo entry -TD
3773         + fixes to compile test-programs with HPUX 11.23
3774
3775 20060422
3776         + add copyright notices to files other than those that are generated,
3777           data or adapted from pdcurses (reports by William McBrine, David
3778           Taylor).
3779         + improve rendering on hpterm by not resetting attributes at the end
3780           of doupdate() if the terminal has the magic-cookie feature (report
3781           by Bernd Rieke).
3782         + add 256color variants of terminfo entries for programs which are
3783           reported to implement this feature -TD
3784
3785 20060416
3786         + fix typo in change to NewChar() macro from 20060311 changes, which
3787           broke tab-expansion (report by Frederic L W Meunier).
3788
3789 20060415
3790         + document -U option of tic and infocmp.
3791         + modify tic/infocmp to suppress smacs/rmacs when acsc is suppressed
3792           due to size limit, e.g., converting to termcap format.  Also
3793           suppress them if the output format does not contain acsc and it
3794           was not VT100-like, i.e., a one-one mapping (Novell #163715).
3795         + add configure check to ensure that SIGWINCH is defined on platforms
3796           such as OS X which exclude that when _XOPEN_SOURCE, etc., are
3797           defined (report by Nicholas Cole)
3798
3799 20060408
3800         + modify write_object() to not write coincidental extensions of an
3801           entry made due to it being referenced in a use= clause (report by
3802           Alain Bench).
3803         + another fix for infocmp -i option, which did not ensure that some
3804           escape sequences had comparable prefixes (report by Alain Bench).
3805
3806 20060401
3807         + improve discussion of init/reset in terminfo and tput manpages
3808           (report by Alain Bench).
3809         + use is3 string for a fallback of rs3 in the reset program; it was
3810           using is2 (report by Alain Bench).
3811         + correct logic for infocmp -i option, which did not account for
3812           multiple digits in a parameter (cf: 20040828) (report by Alain
3813           Bench).
3814         + move _nc_handle_sigwinch() to lib_setup.c to make --with-termlib
3815           option work after 20060114 changes (report by Arkadiusz Miskiewicz).
3816         + add copyright notices to test-programs as needed (report by William
3817           McBrine).
3818
3819 20060318
3820         + modify ncurses.c 'F' test to combine the wide-characters with color
3821           and/or video attributes.
3822         + modify test/ncurses to use CTL/Q or ESC consistently for exiting
3823           a test-screen (some commands used 'x' or 'q').
3824
3825 20060312
3826         + fix an off-by-one in the scrolling-region change (cf_ 20060311).
3827
3828 20060311
3829         + add checks in waddchnstr() and wadd_wchnstr() to stop copying when
3830           a null character is found (report by Igor Bogomazov).
3831         + modify progs/Makefile.in to make "tput init" work properly with
3832           cygwin, i.e., do not pass a ".exe" in the reference string used
3833           in check_aliases (report by Samuel Thibault).
3834         + add some checks to ensure current position is within scrolling
3835           region before scrolling on a new line (report by Dan Gookin).
3836         + change some NewChar() usage to static variables to work around
3837           stack garbage introduced when cchar_t is not packed (Redhat #182024).
3838
3839 20060225
3840         + workarounds to build test/movewindow with PDcurses 2.7.
3841         + fix for nsterm-16color entry (patch by Alain Bench).
3842         + correct a typo in infocmp manpage (Debian #354281).
3843
3844 20060218
3845         + add nsterm-16color entry -TD
3846         + updated mlterm terminfo entry -TD
3847         + remove 970913 feature for copying subwindows as they are moved in
3848           mvwin() (discussion with Bryan Christ).
3849         + modify test/demo_menus.c to demonstrate moving a menu (both the
3850           window and subwindow) using shifted cursor-keys.
3851         + start implementing recursive mvwin() in movewindow.c (incomplete).
3852         + add a fallback definition for GCC_PRINTFLIKE() in test.priv.h,
3853           for movewindow.c (report by William McBrine).
3854         + add help-message to test/movewindow.c
3855
3856 20060211
3857         + add test/movewindow.c, to test mvderwin().
3858         + fix ncurses soft-key test so color changes are shown immediately
3859           rather than delayed.
3860         + modify ncurses soft-key test to hide the keys when exiting the test
3861           screen.
3862         + fixes to build test programs with PDCurses 2.7, e.g., its headers
3863           rely on autoconf symbols, and it declares stubs for nonfunctional
3864           terminfo and termcap entrypoints.
3865
3866 20060204
3867         + improved test/configure to build test/ncurses on HPUX 11 using the
3868           vendor curses.
3869         + documented ALTERNATE CONFIGURATIONS in the ncurses manpage, for the
3870           benefit of developers who do not read INSTALL.
3871
3872 20060128
3873         + correct form library Window_To_Buffer() change (cf:  20040516), which
3874           should ignore the video attributes (report by Ricardo Cantu).
3875
3876 20060121
3877         + minor fixes to xmc-glitch experimental code:
3878           + suppress line-drawing
3879           + implement max_attributes
3880           tested with xterm.
3881         + minor fixes for the database iterator.
3882         + fix some buffer limits in c++ demo (comment by Falk Hueffner in
3883           Debian #348117).
3884
3885 20060114
3886         + add toe -a option, to show all databases.  This uses new private
3887           interfaces in the ncurses library for iterating through the list of
3888           databases.
3889         + fix toe from 20000909 changes which made it not look at
3890           $HOME/.terminfo
3891         + make toe's -v option parameter optional as per manpage.
3892         + improve SIGWINCH handling by postponing its effect during newterm(),
3893           etc., when allocating screens.
3894
3895 20060111
3896         + modify wgetnstr() to return KEY_RESIZE if a sigwinch occurs.  Use
3897           this in test/filter.c
3898         + fix an error in filter() modification which caused some applications
3899           to fail.
3900
3901 20060107
3902         + check if filter() was called when getting the screensize.  Keep it
3903           at 1 if so (based on Redhat #174498).
3904         + add extension nofilter().
3905         + refined the workaround for ACS mapping.
3906         + make ifdef's consistent in curses.h for the extended colors so the
3907           header file can be used for the normal curses library.  The header
3908           file installed for extended colors is a variation of the
3909           wide-character configuration (report by Frederic L W Meunier).
3910
3911 20051231
3912         + add a workaround to ACS mapping to allow applications such as
3913           test/blue.c to use the "PC ROM" characters by masking them with
3914           A_ALTCHARSET.  This worked up til 5.5, but was lost in the revision
3915           of legacy coding (report by Michael Deutschmann).
3916         + add a null-pointer check in the wide-character version of
3917           calculate_actual_width() (report by Victor Julien).
3918         + improve test/ncurses 'd' (color-edit) test by allowing the RGB
3919           values to be set independently (patch by William McBrine).
3920         + modify test/configure script to allow building test programs with
3921           PDCurses/X11.
3922         + modified test programs to allow some to work with NetBSD curses.
3923           Several do not because NetBSD curses implements a subset of X/Open
3924           curses, and also lacks much of SVr4 additions.  But it's enough for
3925           comparison.
3926         + update config.guess and config.sub
3927
3928 20051224
3929         + use BSD-specific fix for return-value from cgetent() from CVS where
3930           an unknown terminal type would be reportd as "database not found".
3931         + make tgetent() return code more readable using new symbols
3932           TGETENT_YES, etc.
3933         + remove references to non-existent "tctest" program.
3934         + remove TESTPROGS from progs/Makefile.in (it was referring to code
3935           that was never built in that directory).
3936         + typos in curs_addchstr.3x, some doc files (noticed in OpenBSD CVS).
3937
3938 20051217
3939         + add use_legacy_coding() function to support lynx's font-switching
3940           feature.
3941         + fix formatting in curs_termcap.3x (report by Mike Frysinger).
3942         + modify MKlib_gen.sh to change preprocessor-expanded _Bool back to
3943           bool.
3944
3945 20051210
3946         + extend test/ncurses.c 's' (overlay window) test to exercise overlay(),
3947           overwrite() and copywin() with different combinations of colors and
3948           attributes (including background color) to make it easy to see the
3949           effect of the different functions.
3950         + corrections to menu/m_global.c for wide-characters (report by
3951           Victor Julien).
3952
3953 20051203
3954         + add configure option --without-dlsym, allowing developers to
3955           configure GPM support without using dlsym() (discussion with Michael
3956           Setzer).
3957         + fix wins_nwstr(), which did not handle single-column non-8bit codes
3958           (Debian #341661).
3959
3960 20051126
3961         + move prototypes for wide-character trace functions from curses.tail
3962           to curses.wide to avoid accidental reference to those if
3963           _XOPEN_SOURCE_EXTENDED is defined without ensuring that <wchar.h> is
3964           included.
3965         + add/use NCURSES_INLINE definition.
3966         + change some internal functions to use int/unsigned rather than the
3967           short equivalents.
3968
3969 20051119
3970         + remove a redundant check in lib_color.c (Debian #335655).
3971         + use ld's -search_paths_first option on Darwin to work around odd
3972           search rules on that platform (report by Christian Gennerat, analysis
3973           by Andrea Govoni).
3974         + remove special case for Darwin in CF_XOPEN_SOURCE configure macro.
3975         + ignore EINTR in tcgetattr/tcsetattr calls (Debian #339518).
3976         + fix several bugs in test/bs.c (patch by Stephen Lindholm).
3977
3978 20051112
3979         + other minor fixes to cygwin based on tack -TD
3980         + correct smacs in cygwin (Debian #338234, report by Baurzhan
3981           Ismagulov, who noted that it was fixed in Cygwin).
3982
3983 20051029
3984         + add shifted up/down arrow codes to xterm-new as kind/kri strings -TD
3985         + modify wbkgrnd() to avoid clearing the A_CHARTEXT attribute bits
3986           since those record the state of multicolumn characters (Debian
3987           #316663).
3988         + modify werase to clear multicolumn characters that extend into
3989           a derived window (Debian #316663).
3990
3991 20051022
3992         + move assignment from environment variable ESCDELAY from initscr()
3993           down to newterm() so the environment variable affects timeouts for
3994           terminals opened with newterm() as well.
3995         + fix a memory leak in keyname().
3996         + add test/demo_altkeys.c
3997         + modify test/demo_defkey.c to exit from loop via 'q' to allow
3998           leak-checking, as well as fix a buffer size in winnstr() call.
3999
4000 20051015
4001         + correct order of use-clauses in rxvt-basic entry which made codes for
4002           f1-f4 vt100-style rather than vt220-style (report by Gabor Z Papp).
4003         + suppress configure check for gnatmake if Ada95/Makefile.in is not
4004           found.
4005         + correct a typo in configure --with-bool option for the case where
4006           --without-cxx is used (report by Daniel Jacobowitz).
4007         + add a note to INSTALL's discussion of --with-normal, pointing out
4008           that one may wish to use --without-gpm to ensure a completely
4009           static link (prompted by report by Felix von Leitner).
4010
4011 20051010 5.5 release for upload to ftp.gnu.org
4012
4013 20051008
4014         + document in demo_forms.c some portability issues.
4015
4016 20051001
4017         + document side-effect of werase() which sets the cursor position.
4018         + save/restore the current position in form field editing to make
4019           overlay mode work.
4020
4021 20050924
4022         + correct header dependencies in progs, allowing parallel make (report
4023           by Daniel Jacobowitz).
4024         + modify CF_BUILD_CC to ensure that pre-setting $BUILD_CC overrides
4025           the configure check for --with-build-cc (report by Daniel Jacobowitz).
4026         + modify CF_CFG_DEFAULTS to not use /usr as the default prefix for
4027           NetBSD.
4028         + update config.guess and config.sub from
4029                 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
4030
4031 20050917
4032         + modify sed expression which computes path for /usr/lib/terminfo
4033           symbolic link in install to ensure that it does not change unexpected
4034           levels of the path (Gentoo #42336).
4035         + modify default for --disable-lp64 configure option to reduce impact
4036           on existing 64-bit builds.  Enabling the _LP64 option may change the
4037           size of chtype and mmask_t.  However, for ABI 6, it is enabled by
4038           default (report by Mike Frysinger).
4039         + add configure script check for --enable-ext-mouse, bump ABI to 6 by
4040           default if it is used.
4041         + improve configure script logic for bumping ABI to omit this if the
4042           --with-abi-version option was used.
4043         + update address for Free Software Foundation in tack's source.
4044         + correct wins_wch(), which was not marking the filler-cells of
4045           multi-column characters (cf:  20041023).
4046
4047 20050910
4048         + modify mouse initialization to ensure that Gpm_Open() is called only
4049           once.  Otherwise GPM gets confused in its initialization of signal
4050           handlers (Debian #326709).
4051
4052 20050903
4053         + modify logic for backspacing in a multiline form field to ensure that
4054           it works even when the preceding line is full (report by Frank van
4055           Vugt).
4056         + remove comment about BUGS section of ncurses manpage (Debian #325481)
4057
4058 20050827
4059         + document some workarounds for shared and libtool library
4060           configurations in INSTALL (see --with-shared and --with-libtool).
4061         + modify CF_GCC_VERSION and CF_GXX_VERSION macros to accommodate
4062           cross-compilers which emit the platform name in their version
4063           message, e.g.,
4064                 arm-sa1100-linux-gnu-g++ (GCC) 4.0.1
4065           (report by Frank van Vugt).
4066
4067 20050820
4068         + start updating documentation for upcoming 5.5 release.
4069         + fix to make libtool  and libtinfo work together again (cf: 20050122).
4070         + fixes to allow building traces into libtinfo
4071         + add debug trace to tic that shows if/how ncurses will write to the
4072           lower corner of a terminal's screen.
4073         + update llib-l* files.
4074
4075 20050813
4076         + modify initializers in c++ binding to build with old versions of g++.
4077         + improve special case for 20050115 repainting fix, ensuring that if
4078           the first changed cell is not a character that the range to be
4079           repainted is adjusted to start at a character's beginning (Debian
4080           #316663).
4081
4082 20050806
4083         + fixes to build on QNX 6.1
4084         + improve configure script checks for Intel 9.0 compiler.
4085         + remove #include's for libc.h (obsolete).
4086         + adjust ifdef's in curses.priv.h so that when cross-compiling to
4087           produce comp_hash and make_keys, no dependency on wchar.h is needed.
4088           That simplifies the build-cppflags (report by Frank van Vugt).
4089         + move modules related to key-binding into libtinfo to fix linkage
4090           problem caused by 20050430 changes to MKkeyname.sh (report by
4091           Konstantin Andreev).
4092
4093 20050723
4094         + updates/fixes for configure script macros from vile -TD
4095         + make prism9's sgr string agree with the rest of the terminfo -TD
4096         + make vt220's sgr0 string consistent with sgr string, do this for
4097           several related cases -TD
4098         + improve translation to termcap by filtering the 'me' (sgr0) strings
4099           as in the runtime call to tgetent() (prompted by a discussion with
4100           Thomas Klausner).
4101         + improve tic check for sgr0 versus sgr(0), to help ensure that sgr0
4102           resets line-drawing.
4103
4104 20050716
4105         + fix special cases for trimming sgr0 for hurd and vt220 (Debian
4106           #318621).
4107         + split-out _nc_trim_sgr0() from modifications made to tgetent(), to
4108           allow it to be used by tic to provide information about the runtime
4109           changes that would be made to sgr0 for termcap applications.
4110         + modify make_sed.sh to make the group-name in the NAME section of
4111           form/menu library manpage agree with the TITLE string when renaming
4112           is done for Debian (Debian #78866).
4113
4114 20050702
4115         + modify parameter type in c++ binding for insch() and mvwinsch() to
4116           be consistent with underlying ncurses library (was char, is chtype).
4117         + modify treatment of Intel compiler to allow _GNU_SOURCE to be defined
4118           on Linux.
4119         + improve configure check for nanosleep(), checking that it works since
4120           some older systems such as AIX 4.3 have a nonworking version.
4121
4122 20050625
4123         + update config.guess and config.sub from
4124                 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
4125         + modify misc/shlib to work in test-directory.
4126         + suppress $suffix in misc/run_tic.sh when cross-compiling.  This
4127           allows cross-compiles to use the host's tic program to handle the
4128           "make install.data" step.
4129         + improve description of $LINES and $COLUMNS variables in manpages
4130           (prompted by report by Dave Ulrick).
4131         + improve description of cross-compiling in INSTALL
4132         + add NCURSES-Programming-HOWTO.html by Pradeep Padala
4133           (see http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/).
4134         + modify configure script to obtain soname for GPM library (discussion
4135           with Daniel Jacobowitz).
4136         + modify configure script so that --with-chtype option will still
4137           compute the unsigned literals suffix for constants in curses.h
4138           (report by Daniel Jacobowitz:
4139         + patches from Daniel Jacobowitz:
4140           + the man_db.renames entry for tack.1 was backwards.
4141           + tack.1 had some 1m's that should have been 1M's.
4142           + the section for curs_inwstr.3 was wrong.
4143
4144 20050619
4145         + correction to --with-chtype option (report by Daniel Jacobowitz).
4146
4147 20050618
4148         + move build-time edit_man.sh and edit_man.sed scripts to top directory
4149           to simplify reusing them for renaming tack's manpage (prompted by a
4150           review of Debian package).
4151         + revert minor optimization from 20041030 (Debian #313609).
4152         + libtool-specific fixes, tested with libtool 1.4.3, 1.5.0, 1.5.6,
4153           1.5.10 and 1.5.18 (all work except as noted previously for the c++
4154           install using libtool 1.5.0):
4155           + modify the clean-rule in c++/Makefile.in to work with IRIX64 make
4156             program.
4157           + use $(LIBTOOL_UNINSTALL) symbol, overlooked in 20030830
4158         + add configure options --with-chtype and --with-mmask-t, to allow
4159           overriding of the non-LP64 model's use of the corresponding types.
4160         + revise test for size of chtype (and mmask_t), which always returned
4161           "long" due to an uninitialized variable (report by Daniel Jacobowitz).
4162
4163 20050611
4164         + change _tracef's that used "%p" format for va_list values to ignore
4165           that, since on some platforms those are not pointers.
4166         + fixes for long-formats in printf's due to largefile support.
4167
4168 20050604
4169         + fixes for termcap support:
4170           + reset pointer to _nc_curr_token.tk_name when the input stream is
4171             closed, which could point to free memory (cf: 20030215).
4172           + delink TERMTYPE data which is used by the termcap reader, so that
4173             extended names data will be freed consistently.
4174           + free pointer to TERMTYPE data in _nc_free_termtype() rather than
4175             its callers.
4176           + add some entrypoints for freeing permanently allocated data via
4177             _nc_freeall() when NO_LEAKS is defined.
4178         + amend 20041030 change to _nc_do_color to ensure that optimization is
4179           applied only when the terminal supports back_color_erase (bce).
4180
4181 20050528
4182         + add sun-color terminfo entry -TD
4183         + correct a missing assignment in c++ binding's method
4184           NCursesPanel::UserPointer() from 20050409 changes.
4185         + improve configure check for large-files, adding check for dirent64
4186           from vile -TD
4187         + minor change to configure script to improve linker options for the
4188           Ada95 tree.
4189
4190 20050515
4191         + document error conditions for ncurses library functions (report by
4192           Stanislav Ievlev).
4193         + regenerated html documentation for ada binding.
4194           see ftp://invisible-island.net/ncurses/patches/gnathtml
4195
4196 20050507
4197         + regenerated html documentation for manpages.
4198         + add $(BUILD_EXEEXT) suffix to invocation of make_keys in
4199           ncurses/Makefile (Gentoo #89772).
4200         + modify c++/demo.cc to build with g++ -fno-implicit-templates option
4201           (patch by Mike Frysinger).
4202         + modify tic to filter out long extended names when translating to
4203           termcap format.  Only two characters are permissible for termcap
4204           capability names.
4205
4206 20050430
4207         + modify terminfo entries xterm-new and rxvt to add strings for
4208           shift-, control-cursor keys.
4209         + workaround to allow c++ binding to compile with g++ 2.95.3, which
4210           has a broken implementation of static_cast<> (patch by Jeff Chua).
4211         + modify initialization of key lookup table so that if an extended
4212           capability (tic -x) string is defined, and its name begins with 'k',
4213           it will automatically be treated as a key.
4214         + modify test/keynames.c to allow for the possibility of extended
4215           key names, e.g., via define_key(), or via "tic -x".
4216         + add test/demo_termcap.c to show the contents of given entry via the
4217           termcap interface.
4218
4219 20050423
4220         + minor fixes for vt100/vt52 entries -TD
4221         + add configure option --enable-largefile
4222         + corrected libraries used to build Ada95/gen/gen, found in testing
4223           gcc 4.0.0.
4224
4225 20050416
4226         + update config.guess, config.sub
4227         + modify configure script check for _XOPEN_SOURCE, disable that on
4228           Darwin whose header files have problems (patch by Chris Zubrzycki).
4229         + modify form library Is_Printable_String() to use iswprint() rather
4230           than wcwidth() for determining if a character is printable.  The
4231           latter caused it to reject menu items containing non-spacing
4232           characters.
4233         + modify ncurses test program's F-test to handle non-spacing characters
4234           by combining them with a reverse-video blank.
4235         + review/fix several gcc -Wconversion warnings.
4236
4237 20050409
4238         + correct an off-by-one error in m_driver() for mouse-clicks used to
4239           position the mouse to a particular item.
4240         + implement test/demo_menus.c
4241         + add some checks in lib_mouse to ensure SP is set.
4242         + modify C++ binding to make 20050403 changes work with the configure
4243           --enable-const option.
4244
4245 20050403
4246         + modify start_color() to return ERR if it cannot allocate memory.
4247         + address g++ compiler warnings in C++ binding by adding explicit
4248           member initialization, assignment operators and copy constructors.
4249           Most of the changes simply preserve the existing semantics of the
4250           binding, which can leak memory, etc., but by making these features
4251           visible, it provides a framework for improving the binding.
4252         + improve C++ binding using static_cast, etc.
4253         + modify configure script --enable-warnings to add options to g++ to
4254           correspond to the gcc --enable-warnings.
4255         + modify C++ binding to use some C internal functions to make it
4256           compile properly on Solaris (and other platforms).
4257
4258 20050327
4259         + amend change from 20050320 to limit it to configurations with a
4260           valid locale.
4261         + fix a bug introduced in 20050320 which broke the translation of
4262           nonprinting characters to uparrow form (report by Takahashi Tamotsu).
4263
4264 20050326
4265         + add ifdef's for _LP64 in curses.h to avoid using wasteful 64-bits for
4266           chtype and mmask_t, but add configure option --disable-lp64 in case
4267           anyone used that configuration.
4268         + update misc/shlib script to account for Mac OS X (report by Michail
4269           Vidiassov).
4270         + correct comparison for wrapping multibyte characters in
4271           waddch_literal() (report by Takahashi Tamotsu).
4272
4273 20050320
4274         + add -c and -w options to tset to allow user to suppress ncurses'
4275           resizing of the terminal emulator window in the special case where it
4276           is not able to detect the true size (report by Win Delvaux, Debian
4277           #300419).
4278         + modify waddch_nosync() to account for locale zn_CH.GBK, which uses
4279           codes 128-159 as part of multibyte characters (report by Wang
4280           WenRui, Debian #300512).
4281
4282 20050319
4283         + modify ncurses.c 'd' test to make it work with 88-color
4284           configuration, i.e., by implementing scrolling.
4285         + improve scrolling in ncurses.c 'c' and 'C' tests, e.g., for 88-color
4286           configuration.
4287
4288 20050312
4289         + change tracemunch to use strict checking.
4290         + modify ncurses.c 'p' test to test line-drawing within a pad.
4291         + implement environment variable NCURSES_NO_UTF8_ACS to support
4292           miscellaneous terminal emulators which ignore alternate character
4293           set escape sequences when in UTF-8 mode.
4294
4295 20050305
4296         + change NCursesWindow::err_handler() to a virtual function (request by
4297           Steve Beal).
4298         + modify fty_int.c and fty_num.c to handle wide characters (report by
4299           Wolfgang Gutjahr).
4300         + adapt fix for fty_alpha.c to fty_alnum.c, which also handled normal
4301           and wide characters inconsistently (report by Wolfgang Gutjahr).
4302         + update llib-* files to reflect internal interface additions/changes.
4303
4304 20050226
4305         + improve test/configure script, adding tests for _XOPEN_SOURCE, etc.,
4306           from lynx.
4307         + add aixterm-16color terminfo entry -TD
4308         + modified xterm-new terminfo entry to work with tgetent() changes -TD
4309         + extended changes in tgetent() from 20040710 to allow the substring of
4310           sgr0 which matches rmacs to be at the beginning of the sgr0 string
4311           (request by Thomas Wolff).  Wolff says the visual effect in
4312           combination with pre-20040710 ncurses is improved.
4313         + fix off-by-one in winnstr() call which caused form field validation
4314           of multibyte characters to ignore the last character in a field.
4315         + correct logic in winsch() for inserting multibyte strings; the code
4316           would clear cells after the insertion rather than push them to the
4317           right (cf: 20040228).
4318         + fix an inconsistency in Check_Alpha_Field() between normal and wide
4319           character logic (report by Wolfgang Gutjahr).
4320
4321 20050219
4322         + fix a bug in editing wide-characters in form library: deleting a
4323           nonwide character modified the previous wide-character.
4324         + update manpage to describe NCURSES_MOUSE_VERSION 2.
4325         + correct manpage description of mouseinterval() (Debian #280687).
4326         + add a note to default_colors.3x explaining why this extension was
4327           added (Debian #295083).
4328         + add traces to panel library.
4329
4330 20050212
4331         + improve editing of wide-characters in form library:  left/right
4332           cursor movement, and single-character deletions work properly.
4333         + disable GPM mouse support when $TERM happens to be prefixed with
4334           "xterm".  Gpm_Open() would otherwise assert that it can deal with
4335           mouse events in this case.
4336         + modify GPM mouse support so it closes the server connection when
4337           the caller disables the mouse (report by Stanislav Ievlev).
4338
4339 20050205
4340         + add traces for callback functions in form library.
4341         + add experimental configure option --enable-ext-mouse, which defines
4342           NCURSES_MOUSE_VERSION 2, and modifies the encoding of mouse events to
4343           support wheel mice, which may transmit buttons 4 and 5.  This works
4344           with xterm and similar X terminal emulators (prompted by question by
4345           Andreas Henningsson, this is also related to Debian #230990).
4346         + improve configure macros CF_XOPEN_SOURCE and CF_POSIX_C_SOURCE to
4347           avoid redefinition warnings on cygwin.
4348
4349 20050129
4350         + merge remaining development changes for extended colors (mostly
4351           complete, does not appear to break other configurations).
4352         + add xterm-88color.dat (part of extended colors testing).
4353         + improve _tracedump() handling of color pairs past 96.
4354         + modify return-value from start_color() to return OK if colors have
4355           already been started.
4356         + modify curs_color.3x list error conditions for init_pair(),
4357           pair_content() and color_content().
4358         + modify pair_content() to return -1 for consistency with init_pair()
4359           if it corresponds to the default-color.
4360         + change internal representation of default-color to allow application
4361           to use color number 255.  This does not affect the total number of
4362           color pairs which are allowed.
4363         + add a top-level tags rule.
4364
4365 20050122
4366         + add a null-pointer check in wgetch() in case it is called without
4367           first calling initscr().
4368         + add some null-pointer checks for SP, which is not set by libtinfo.
4369         + modify misc/shlib to ensure that absolute pathnames are used.
4370         + modify test/Makefile.in, etc., to link test programs only against the
4371           libraries needed, e.g., omit form/menu/panel library for the ones
4372           that are curses-specific.
4373         + change SP->_current_attr to a pointer, adjust ifdef's to ensure that
4374           libtinfo.so and libtinfow.so have the same ABI.  The reason for this
4375           is that the corresponding data which belongs to the upper-level
4376           ncurses library has a different size in each model (report by
4377           Stanislav Ievlev).
4378
4379 20050115
4380         + minor fixes to allow test-compiles with g++.
4381         + correct column value shown in tic's warnings, which did not account
4382           for leading whitespace.
4383         + add a check in _nc_trans_string() for improperly ended strings, i.e.,
4384           where a following line begins in column 1.
4385         + modify _nc_save_str() to return a null pointer on buffer overflow.
4386         + improve repainting while scrolling wide-character data (Eungkyu Song).
4387
4388 20050108
4389         + merge some development changes to extend color capabilities.
4390
4391 20050101
4392         + merge some development changes to extend color capabilities.
4393         + fix manpage typo (FreeBSD report docs/75544).
4394         + update config.guess, config.sub
4395         > patches for configure script (Albert Chin-A-Young):
4396         + improved fix to make mbstate_t recognized on HPUX 11i (cf:
4397           20030705), making vsscanf() prototype visible on IRIX64.  Tested for
4398           on HP-UX 11i, Solaris 7, 8, 9, AIX 4.3.3, 5.2, Tru64 UNIX 4.0D, 5.1,
4399           IRIX64 6.5, Redhat Linux 7.1, 9, and RHEL 2.1, 3.0.
4400         + print the result of the --disable-home-terminfo option.
4401         + use -rpath when compiling with SGI C compiler.
4402
4403 20041225
4404         + add trace calls to remaining public functions in form and menu
4405           libraries.
4406         + fix check for numeric digits in test/ncurses.c 'b' and 'B' tests.
4407         + fix typo in test/ncurses.c 'c' test from 20041218.
4408
4409 20041218
4410         + revise test/ncurses.c 'c' color test to improve use for xterm-88color
4411           and xterm-256color, added 'C' test using the wide-character color_set
4412           and attr_set functions.
4413
4414 20041211
4415         + modify configure script to work with Intel compiler.
4416         + fix an limit-check in wadd_wchnstr() which caused labels in the
4417           forms-demo to be one character short.
4418         + fix typo in curs_addchstr.3x (Jared Yanovich).
4419         + add trace calls to most functions in form and menu libraries.
4420         + update working-position for adding wide-characters when window is
4421           scrolled (prompted by related report by Eungkyu Song).
4422
4423 20041204
4424         + replace some references on Linux to wcrtomb() which use it to obtain
4425           the length of a multibyte string with _nc_wcrtomb, since wcrtomb() is
4426           broken in glibc (see Debian #284260).
4427         + corrected length-computation in wide-character support for
4428           field_buffer().
4429         + some fixes to frm_driver.c to allow it to accept multibyte input.
4430         + modify configure script to work with Intel 8.0 compiler.
4431
4432 20041127
4433         + amend change to setupterm() in 20030405 which would reuse the value
4434           of cur_term if the same output was selected.  This now reuses it only
4435           when setupterm() is called from tgetent(), which has no notion of
4436           separate SCREENs.  Note that tgetent() must be called after initscr()
4437           or newterm() to use this feature (Redhat #140326).
4438         + add a check in CF_BUILD_CC macro to ensure that developer has given
4439           the --with-build-cc option when cross-compiling (report by Alexandre
4440           Campo).
4441         + improved configure script checks for _XOPEN_SOURCE and
4442           _POSIX_C_SOURCE (fix for IRIX 5.3 from Georg Schwarz, _POSIX_C_SOURCE
4443           updates from lynx).
4444         + cosmetic fix to test/gdc.c to recolor the bottom edge of the box
4445           for consistency (comment by Dan Nelson).
4446
4447 20041120
4448         + update wsvt25 terminfo entry -TD
4449         + modify test/ins_wide.c to test all flavors of ins_wstr().
4450         + ignore filler-cells in wadd_wchnstr() when adding a cchar_t array
4451           which consists of multi-column characters, since this function
4452           constructs them (cf: 20041023).
4453         + modify winnstr() to return multibyte character strings for the
4454           wide-character configuration.
4455
4456 20041106
4457         + fixes to make slk_set() and slk_wset() accept and store multibyte
4458           or multicolumn characters.
4459
4460 20041030
4461         + improve color optimization a little by making _nc_do_color() check
4462           if the old/new pairs are equivalent to the default pair 0.
4463         + modify assume_default_colors() to not require that
4464           use_default_colors() be called first.
4465
4466 20041023
4467         + modify term_attrs() to use termattrs(), add the extended attributes
4468           such as enter_horizontal_hl_mode for WA_HORIZONTAL to term_attrs().
4469         + add logic in waddch_literal() to clear orphaned cells when one
4470           multi-column character partly overwrites another.
4471         + improved logic for clearing cells when a multi-column character
4472           must be wrapped to a new line.
4473         + revise storage of cells for multi-column characters to correct a
4474           problem with repainting.  In the old scheme, it was possible for
4475           doupdate() to decide that only part of a multi-column character
4476           should be repainted since the filler cells stored only an attribute
4477           to denote them as fillers, rather than the character value and the
4478           attribute.
4479
4480 20041016
4481         + minor fixes for traces.
4482         + add SP->_screen_acs_map[], used to ensure that mapping of missing
4483           line-drawing characters is handled properly.  For example, ACS_DARROW
4484           is absent from xterm-new, and it was coincidentally displayed the
4485           same as ACS_BTEE.
4486
4487 20041009
4488         + amend 20021221 workaround for broken acs to reset the sgr, rmacs
4489           and smacs strings as well.  Also modify the check for screen's
4490           limitations in that area to allow the multi-character shift-in
4491           and shift-out which seem to work.
4492         + change GPM initialization, using dl library to load it dynamically
4493           at runtime (Debian #110586).
4494
4495 20041002
4496         + correct logic for color pair in setcchar() and getcchar() (patch by
4497           Marcin 'Qrczak' Kowalczyk).
4498         + add t/T commands to ncurses b/B tests to allow a different color to
4499           be tested for the attrset part of the test than is used in the
4500           background color.
4501
4502 20040925
4503         + fix to make setcchar() to work when its wchar_t* parameter is
4504           pointing to a string which contains more data than can be converted.
4505         + modify wget_wstr() and example in ncurses.c to work if wchar_t and
4506           wint_t are different sizes (report by Marcin 'Qrczak' Kowalczyk).
4507
4508 20040918
4509         + remove check in wget_wch() added to fix an infinite loop, appears to
4510           have been working around a transitory glibc bug, and interferes
4511           with normal operation (report by Marcin 'Qrczak' Kowalczyk).
4512         + correct wadd_wch() and wecho_wch(), which did not pass the rendition
4513           information (report by Marcin 'Qrczak' Kowalczyk).
4514         + fix aclocal.m4 so that the wide-character version of ncurses gets
4515           compiled as libncursesw.5.dylib, instead of libncurses.5w.dylib
4516           (adapted from patch by James J Ramsey).
4517         + change configure script for --with-caps option to indicate that it
4518           is no longer experimental.
4519         + change configure script to reflect the fact that --enable-widec has
4520           not been "experimental" since 5.3 (report by Bruno Lustosa).
4521
4522 20040911
4523         + add 'B' test to ncurses.c, to exercise some wide-character functions.
4524
4525 20040828
4526         + modify infocmp -i option to match 8-bit controls against its table
4527           entries, e.g., so it can analyze the xterm-8bit entry.
4528         + add morphos terminfo entry, improve amiga-8bit entry (Pavel Fedin).
4529         + correct translation of "%%" in terminfo format to termcap, e.g.,
4530           using "tic -C" (Redhat #130921).
4531         + modified configure script CF_XOPEN_SOURCE macro to ensure that if
4532           it defines _POSIX_C_SOURCE, that it defines it to a specific value
4533           (comp.os.stratus newsgroup comment).
4534
4535 20040821
4536         + fixes to build with Ada95 binding with gnat 3.4 (all warnings are
4537           fatal, and gnat does not follow the guidelines for pragmas).
4538           However that did find a coding error in Assume_Default_Colors().
4539         + modify several terminfo entries to ensure xterm mouse and cursor
4540           visibility are reset in rs2 string:  hurd, putty, gnome,
4541           konsole-base, mlterm, Eterm, screen (Debian #265784, Debian #55637).
4542           The xterm entries are left alone - old ones for compatibility, and
4543           the new ones do not require this change. -TD
4544
4545 20040814
4546         + fake a SIGWINCH in newterm() to accommodate buggy terminal emulators
4547           and window managers (Debian #265631).
4548         > terminfo updates -TD
4549         + remove dch/dch1 from rxvt because they are implemented inconsistently
4550           with the common usage of bce/ech
4551         + remove khome from vt220 (vt220's have no home key)
4552         + add rxvt+pcfkeys
4553
4554 20040807
4555         + modify test/ncurses.c 'b' test, adding v/V toggles to cycle through
4556           combinations of video attributes so that for instance bold and
4557           underline can be tested.  This made the legend too crowded, added
4558           a help window as well.
4559         + modify test/ncurses.c 'b' test to cycle through default colors if
4560           the -d option is set.
4561         + update putty terminfo entry (Robert de Bath).
4562
4563 20040731
4564         + modify test/cardfile.c to allow it to read more data than can be
4565           displayed.
4566         + correct logic in resizeterm.c which kept it from processing all
4567           levels of window hierarchy (reports by Folkert van Heusden,
4568           Chris Share).
4569
4570 20040724
4571         + modify "tic -cv" to ignore delays when comparing strings.  Also
4572           modify it to ignore a canceled sgr string, e.g., for terminals which
4573           cannot properly combine attributes in one control sequence.
4574         + corrections for gnome and konsole entries (Redhat #122815, patch by
4575           Hans de Goede)
4576         > terminfo updates -TD
4577         + make ncsa-m rmacs/smacs consistent with sgr
4578         + add sgr, rc/sc and ech to syscons entries
4579         + add function-keys to decansi
4580         + add sgr to mterm-ansi
4581         + add sgr, civis, cnorm to emu
4582         + correct/simplify cup in addrinfo
4583
4584 20040717
4585         > terminfo updates -TD
4586         + add xterm-pc-fkeys
4587         + review/update gnome and gnome-rh90 entries (prompted by Redhat
4588           #122815).
4589         + review/update konsole entries
4590         + add sgr, correct sgr0 for kterm and mlterm
4591         + correct tsl string in kterm
4592
4593 20040711
4594         + add configure option --without-xterm-new
4595
4596 20040710
4597         + add check in wget_wch() for printable bytes that are not part of a
4598           multibyte character.
4599         + modify wadd_wchnstr() to render text using window's background
4600           attributes.
4601         + improve tic's check to compare sgr and sgr0.
4602         + fix c++ directory's .cc.i rule.
4603         + modify logic in tgetent() which adjusts the termcap "me" string
4604           to work with ISO-2022 string used in xterm-new (cf: 20010908).
4605         + modify tic's check for conflicting function keys to omit that if
4606           converting termcap to termcap format.
4607         + add -U option to tic and infocmp.
4608         + add rmam/smam to linux terminfo entry (Trevor Van Bremen)
4609         > terminfo updates -TD
4610         + minor fixes for emu
4611         + add emu-220
4612         + change wyse acsc strings to use 'i' map rather than 'I'
4613         + fixes for avatar0
4614         + fixes for vp3a+
4615
4616 20040703
4617         + use tic -x to install terminfo database -TD
4618         + add -x to infocmp's usage message.
4619         + correct field used for comparing O_ROWMAJOR in set_menu_format()
4620           (report/patch by Tony Li).
4621         + fix a missing nul check in set_field_buffer() from 20040508 changes.
4622         > terminfo updates -TD
4623           + make xterm-xf86-v43 derived from xterm-xf86-v40 rather than
4624             xterm-basic -TD
4625           + align with xterm patch #192's use of xterm-new -TD
4626           + update xterm-new and xterm-8bit for cvvis/cnorm strings -TD
4627           + make xterm-new the default "xterm" entry -TD
4628
4629 20040626
4630         + correct BUILD_CPPFLAGS substitution in ncurses/Makefile.in, to allow
4631           cross-compiling from a separate directory tree (report/patch by
4632           Dan Engel).
4633         + modify is_term_resized() to ensure that window sizes are nonzero,
4634           as documented in the manpage (report by Ian Collier).
4635         + modify CF_XOPEN_SOURCE configure macro to make Hurd port build
4636           (Debian #249214, report/patch by Jeff Bailey).
4637         + configure-script mods from xterm, e.g., updates to CF_ADD_CFLAGS
4638         + update config.guess, config.sub
4639         > terminfo updates -TD
4640           + add mlterm
4641           + add xterm-xf86-v44
4642           + modify xterm-new aka xterm-xfree86 to accommodate luit, which
4643             relies on G1 being used via an ISO-2022 escape sequence (report by
4644             Juliusz Chroboczek)
4645           + add 'hurd' entry
4646
4647 20040619
4648         + reconsidered winsnstr(), decided after comparing other
4649           implementations that wrapping is an X/Open documentation error.
4650         + modify test/inserts.c to test all flavors of insstr().
4651
4652 20040605
4653         + add setlocale() calls to a few test programs which may require it:
4654           demo_forms.c, filter.c, ins_wide.c, inserts.c
4655         + correct a few misspelled function names in ncurses-intro.html (report
4656           by Tony Li).
4657         + correct internal name of key_defined() manpage, which conflicted with
4658           define_key().
4659
4660 20040529
4661         + correct size of internal pad used for holding wide-character
4662           field_buffer() results.
4663         + modify data_ahead() to work with wide-characters.
4664
4665 20040522
4666         + improve description of terminfo if-then-else expressions (suggested
4667           by Arne Thomassen).
4668         + improve test/ncurses.c 'd' test, allow it to use external file for
4669           initial palette (added xterm-16color.dat and linux-color.dat), and
4670           reset colors to the initial palette when starting/ending the test.
4671         + change limit-check in init_color() to allow r/g/b component to
4672           reach 1000 (cf: 20020928).
4673
4674 20040516
4675         + modify form library to use cchar_t's rather than char's in the
4676           wide-character configuration for storing data for field buffers.
4677         + correct logic of win_wchnstr(), which did not work for more than
4678           one cell.
4679
4680 20040508
4681         + replace memset/memcpy usage in form library with for-loops to
4682           simplify changing the datatype of FIELD.buf, part of wide-character
4683           changes.
4684         + fix some inconsistent use of #if/#ifdef (report by Alain Guibert).
4685
4686 20040501
4687         + modify menu library to account for actual number of columns used by
4688           multibyte character strings, in the wide-character configuration
4689           (adapted from patch by Philipp Tomsich).
4690         + add "-x" option to infocmp like tic's "-x", for use in "-F"
4691           comparisons.  This modifies infocmp to only report extended
4692           capabilities if the -x option is given, making this more consistent
4693           with tic.  Some scripts may break, since infocmp previous gave this
4694           information without an option.
4695         + modify termcap-parsing to retain 2-character aliases at the beginning
4696           of an entry if the "-x" option is used in tic.
4697
4698 20040424
4699         + minor compiler-warning and test-program fixes.
4700
4701 20040417
4702         + modify tic's missing-sgr warning to apply to terminfo only.
4703         + free some memory leaks in tic.
4704         + remove check in post_menu() that prevented menus from extending
4705           beyond the screen (request by Max J. Werner).
4706         + remove check in newwin() that prevents allocating windows
4707           that extend beyond the screen.  Solaris curses does this.
4708         + add ifdef in test/color_set.c to allow it to compile with older
4709           curses.
4710         + add napms() calls to test/dots.c to make it not be a CPU hog.
4711
4712 20040403
4713         + modify unctrl() to return null if its parameter does not correspond
4714           to an unsigned char.
4715         + add some limit-checks to guard isprint(), etc., from being used on
4716           values that do not fit into an unsigned char (report by Sami Farin).
4717
4718 20040328
4719         + fix a typo in the _nc_get_locale() change.
4720
4721 20040327
4722         + modify _nc_get_locale() to use setlocale() to query the program's
4723           current locale rather than using getenv().  This fixes a case in tin
4724           which relies on legacy treatment of 8-bit characters when the locale
4725           is not initialized (reported by Urs Jansen).
4726         + add sgr string to screen's and rxvt's terminfo entries -TD.
4727         + add a check in tic for terminfo entries having an sgr0 but no sgr
4728           string.  This confuses Tru64 and HPUX curses when combined with
4729           color, e.g., making them leave line-drawing characters in odd places.
4730         + correct casts used in ABSENT_BOOLEAN, CANCELLED_BOOLEAN, matches the
4731           original definitions used in Debian package to fix PowerPC bug before
4732           20030802 (Debian #237629).
4733
4734 20040320
4735         + modify PutAttrChar() and PUTC() macro to improve use of
4736           A_ALTCHARSET attribute to prevent line-drawing characters from
4737           being lost in situations where the locale would otherwise treat the
4738           raw data as nonprintable (Debian #227879).
4739
4740 20040313
4741         + fix a redefinition of CTRL() macro in test/view.c for AIX 5.2 (report
4742           by Jim Idle).
4743         + remove ".PP" after ".SH NAME" in a few manpages; this confuses
4744           some apropos script (Debian #237831).
4745
4746 20040306
4747         + modify ncurses.c 'r' test so editing commands, like inserted text,
4748           set the field background, and the state of insert/overlay editing
4749           mode is shown in that test.
4750         + change syntax of dummy targets in Ada95 makefiles to work with pmake.
4751         + correct logic in test/ncurses.c 'b' for noncolor terminals which
4752           did not recognize a quit-command (cf: 20030419).
4753
4754 20040228
4755         + modify _nc_insert_ch() to allow for its input to be part of a
4756           multibyte string.
4757         + split out lib_insnstr.c, to prepare to rewrite it.  X/Open states
4758           that this function performs wrapping, unlike all of the other
4759           insert-functions.  Currently it does not wrap.
4760         + check for nl_langinfo(CODESET), use it if available (report by
4761           Stanislav Ievlev).
4762         + split-out CF_BUILD_CC macro, actually did this for lynx first.
4763         + fixes for configure script CF_WITH_DBMALLOC and CF_WITH_DMALLOC,
4764           which happened to work with bash, but not with Bourne shell (report
4765           by Marco d'Itri via tin-dev).
4766
4767 20040221
4768         + some changes to adapt the form library to wide characters, incomplete
4769           (request by Mike Aubury).
4770         + add symbol to curses.h which can be used to suppress include of
4771           stdbool.h, e.g.,
4772                 #define NCURSES_ENABLE_STDBOOL_H 0
4773                 #include <curses.h>
4774           (discussion on XFree86 mailing list).
4775
4776 20040214
4777         + modify configure --with-termlib option to accept a value which sets
4778           the name of the terminfo library.  This would allow a packager to
4779           build libtinfow.so renamed to coincide with libtinfo.so (discussion
4780           with Stanislav Ievlev).
4781         + improve documentation of --with-install-prefix, --prefix and
4782           $(DESTDIR) in INSTALL (prompted by discussion with Paul Lew).
4783         + add configure check if the compiler can use -c -o options to rename
4784           its output file, use that to omit the 'cd' command which was used to
4785           ensure object files are created in a separate staging directory
4786           (prompted by comments by Johnny Wezel, Martin Mokrejs).
4787
4788 20040208 5.4 release for upload to ftp.gnu.org
4789         + update TO-DO.
4790
4791 20040207 pre-release
4792         + minor fixes to _nc_tparm_analyze(), i.e., do not count %i as a param,
4793           and do not count %d if it follows a %p.
4794         + correct an inconsistency between handling of codes in the 128-255
4795           range, e.g., as illustrated by test/ncurses.c f/F tests.  In POSIX
4796           locale, the latter did not show printable results, while the former
4797           did.
4798         + modify MKlib_gen.sh to compensate for broken C preprocessor on Mac
4799           OS X, which alters "%%" to "% % " (report by Robert Simms, fix
4800           verified by Scott Corscadden).
4801
4802 20040131 pre-release
4803         + modify SCREEN struct to align it between normal/wide curses flavors
4804           to simplify future changes to build a single version of libtinfo
4805           (patch by Stanislav Ievlev).
4806         + document handling of carriage return by addch() in manpage.
4807         + document special features of unctrl() in manpage.
4808         + documented interface changes in INSTALL.
4809         + corrected control-char test in lib_addch.c to account for locale
4810           (Debian #230335, cf: 971206).
4811         + updated test/configure.in to use AC_EXEEXT and AC_OBJEXT.
4812         + fixes to compile Ada95 binding with Debian gnat 3.15p-4 package.
4813         + minor configure-script fixes for older ports, e.g., BeOS R4.5.
4814
4815 20040125 pre-release
4816         + amend change to PutAttrChar() from 20030614 which computed the number
4817           of cells for a possibly multi-cell character.  The 20030614 change
4818           forced the cell to a blank if the result from wcwidth() was not
4819           greater than zero.  However, wcwidth() called for parameters in the
4820           range 128-255 can give this return value.  The logic now simply
4821           ensures that the number of cells is greater than zero without
4822           modifying the displayed value.
4823
4824 20040124 pre-release
4825         + looked good for 5.4 release for upload to ftp.gnu.org (but see above)
4826         + modify configure script check for ranlib to use AC_CHECK_TOOL, since
4827           that works better for cross-compiling.
4828
4829 20040117 pre-release
4830         + modify lib_get_wch.c to prefer mblen/mbtowc over mbrlen/mbrtowc to
4831           work around core dump in Solaris 8's locale support, e.g., for
4832           zh_CN.GB18030 (report by Saravanan Bellan).
4833         + add includes for <stdarg.h> and <stdio.h> in configure script macro
4834           to make <wchar.h> check work with Tru64 4.0d.
4835         + add terminfo entry for U/Win -TD
4836         + add terminfo entries for SFU aka Interix aka OpenNT (Federico
4837           Bianchi).
4838         + modify tput's error messages to prefix them with the program name
4839           (report by Vincent Lefevre, patch by Daniel Jacobowitz (see Debian
4840           #227586)).
4841         + correct a place in tack where exit_standout_mode was used instead of
4842           exit_attribute_mode (patch by Jochen Voss (see Debian #224443)).
4843         + modify c++/cursesf.h to use const in the Enumeration_Field method.
4844         + remove an ambiguous (actually redundant) method from c++/cursesf.h
4845         + make $HOME/.terminfo update optional (suggested by Stanislav Ievlev).
4846         + improve sed script which extracts libtool's version in the
4847           CF_WITH_LIBTOOL macro.
4848         + add ifdef'd call to AC_PROG_LIBTOOL to CF_WITH_LIBTOOL macro (to
4849           simplify local patch for Albert Chin-A-Young)..
4850         + add $(CXXFLAGS) to link command in c++/Makefile.in (adapted from
4851           patch by Albert Chin-A-Young)..
4852         + fix a missing substitution in configure.in for "$target" needed for
4853           HPUX .so/.sl case.
4854         + resync CF_XOPEN_SOURCE configure macro with lynx; fixes IRIX64 and
4855           NetBSD 1.6 conflicts with _XOPEN_SOURCE.
4856         + make check for stdbool.h more specific, to ensure that including it
4857           will actually define/declare bool for the configured compiler.
4858         + rewrite ifdef's in curses.h relating NCURSES_BOOL and bool.  The
4859           intention of that is to #define NCURSES_BOOL as bool when the
4860           compiler declares bool, and to #define bool as NCURSES_BOOL when it
4861           does not (reported by Jim Gifford, Sam Varshavchik, cf: 20031213).
4862
4863 20040110 pre-release
4864         + change minor version to 4, i.e., ncurses 5.4
4865         + revised/improved terminfo entries for tvi912b, tvi920b (Benjamin C W
4866           Sittler).
4867         + simplified ncurses/base/version.c by defining the result from the
4868           configure script rather than using sprintf (suggested by Stanislav
4869           Ievlev).
4870         + remove obsolete casts from c++/cursesw.h (reported by Stanislav
4871           Ievlev).
4872         + modify configure script so that when configuring for termlib, programs
4873           such as tic are not linked with the upper-level ncurses library
4874           (suggested by Stanislav Ievlev).
4875         + move version.c from ncurses/base to ncurses/tinfo to allow linking
4876           of tic, etc., using libtinfo (suggested by Stanislav Ievlev).
4877
4878 20040103
4879         + adjust -D's to build ncursesw on OpenBSD.
4880         + modify CF_PROG_EXT to make OS/2 build with EXEEXT.
4881         + add pecho_wchar().
4882         + remove <wctype.h> include from lib_slk_wset.c which is not needed (or
4883           available) on older platforms.
4884
4885 20031227
4886         + add -D's to build ncursew on FreeBSD 5.1.
4887         + modify shared library configuration for FreeBSD 4.x/5.x to add the
4888           soname information (request by Marc Glisse).
4889         + modify _nc_read_tic_entry() to not use MAX_ALIAS, but PATH_MAX only
4890           for limiting the length of a filename in the terminfo database.
4891         + modify termname() to return the terminal name used by setupterm()
4892           rather than $TERM, without truncating to 14 characters as documented
4893           by X/Open (report by Stanislav Ievlev, cf:  970719).
4894         + re-add definition for _BSD_TYPES, lost in merge (cf: 20031206).
4895
4896 20031220
4897         + add configure option --with-manpage-format=catonly to address
4898           behavior of BSDI, allow install of man+cat files on NetBSD, whose
4899           behavior has diverged by requiring both to be present.
4900         + remove leading blanks from comment-lines in manlinks.sed script to
4901           work with Tru64 4.0d.
4902         + add screen.linux terminfo entry (discussion on mutt-users mailing
4903           list).
4904
4905 20031213
4906         + add a check for tic to flag missing backslashes for termcap
4907           continuation lines.  ncurses reads the whole entry, but termcap
4908           applications do not.
4909         + add configure option "--with-manpage-aliases" extending
4910           "--with-manpage-aliases" to provide the option of generating ".so"
4911           files rather than symbolic links for manpage aliases.
4912         + add bool definition in include/curses.h.in for configurations with no
4913           usable C++ compiler (cf: 20030607).
4914         + fix pathname of SigAction.h for building with --srcdir (reported by
4915           Mike Castle).
4916
4917 20031206
4918         + folded ncurses/base/sigaction.c into includes of ncurses/SigAction.h,
4919           since that header is used only within ncurses/tty/lib_tstp.c, for
4920           non-POSIX systems (discussion with Stanislav Ievlev).
4921         + remove obsolete _nc_outstr() function (report by Stanislav Ievlev
4922           <inger@altlinux.org>).
4923         + add test/background.c and test/color_set.c
4924         + modify color_set() function to work with color pair 0 (report by
4925           George Andreou <gbandreo@tem.uoc.gr>).
4926         + add configure option --with-trace, since defining TRACE seems too
4927           awkward for some cases.
4928         + remove a call to _nc_free_termtype() from read_termtype(), since the
4929           corresponding buffer contents were already zeroed by a memset (cf:
4930           20000101).
4931         + improve configure check for _XOPEN_SOURCE and related definitions,
4932           adding special cases for Solaris' __EXTENSIONS__ and FreeBSD's
4933           __BSD_TYPES (reports by Marc Glisse <marc.glisse@normalesup.org>).
4934         + small fixes to compile on Solaris and IRIX64 using cc.
4935         + correct typo in check for pre-POSIX sort options in MKkey_defs.sh
4936           (cf: 20031101).
4937
4938 20031129
4939         + modify _nc_gettime() to avoid a problem with arithmetic on unsigned
4940           values (Philippe Blain).
4941         + improve the nanosleep() logic in napms() by checking for EINTR and
4942           restarting (Philippe Blain).
4943         + correct expression for "%D" in lib_tgoto.c (Juha Jarvi
4944           <mooz@welho.com>).
4945
4946 20031122
4947         + add linux-vt terminfo entry (Andrey V Lukyanov <land@long.yar.ru>).
4948         + allow "\|" escape in terminfo; tic should not warn about this.
4949         + save the full pathname of the trace-file the first time it is opened,
4950           to avoid creating it in different directories if the application
4951           opens and closes it while changing its working directory.
4952         + modify configure script to provide a non-empty default for
4953           $BROKEN_LINKER
4954
4955 20031108
4956         + add DJGPP to special case of DOS-style drive letters potentially
4957           appearing in TERMCAP environment variable.
4958         + fix some spelling in comments (reports by Jason McIntyre, Jonathon
4959           Gray).
4960         + update config.guess, config.sub
4961
4962 20031101
4963         + fix a memory leak in error-return from setupterm() (report by
4964           Stanislav Ievlev <inger@altlinux.org>).
4965         + use EXEEXT and OBJEXT consistently in makefiles.
4966         + amend fixes for cross-compiling to use separate executable-suffix
4967           BUILD_EXEEXT (cf: 20031018).
4968         + modify MKkey_defs.sh to check for sort utility that does not
4969           recognize key options, e.g., busybox (report by Peter S Mazinger
4970           <ps.m@gmx.net>).
4971         + fix potential out-of-bounds indexing in _nc_infotocap() (found by
4972           David Krause using some of the new malloc debugging features
4973           under OpenBSD, patch by Ted Unangst).
4974         + modify CF_LIB_SUFFIX for Itanium releases of HP-UX, which use a
4975           ".so" suffix (patch by Jonathan Ward <Jonathan.Ward@hp.com>).
4976
4977 20031025
4978         + update terminfo for xterm-xfree86 -TD
4979         + add check for multiple "tc=" clauses in a termcap to tic.
4980         + check for missing op/oc in tic.
4981         + correct _nc_resolve_uses() and _nc_merge_entry() to allow infocmp and
4982           tic to show cancelled capabilities.  These functions were ignoring
4983           the state of the target entry, which should be untouched if cancelled.
4984         + correct comment in tack/output.c (Debian #215806).
4985         + add some null-pointer checks to lib_options.c (report by Michael
4986           Bienia).
4987         + regenerated html documentation.
4988         + correction to tar-copy.sh, remove a trap command that resulted in
4989           leaving temporary files (cf: 20030510).
4990         + remove contact/maintainer addresses for Juergen Pfeifer (his request).
4991
4992 20031018
4993         + updated test/configure to reflect changes for libtool (cf: 20030830).
4994         + fix several places in tack/pad.c which tested and used the parameter-
4995           and parameterless strings inconsistently, i.e., in pad_rin(),
4996           pad_il(), pad_indn() and pad_dl() (Debian #215805).
4997         + minor fixes for configure script and makefiles to cleanup executables
4998           generated when cross-compiling for DJGPP.
4999         + modify infocmp to omit check for $TERM for operations that do not
5000           require it, e.g., "infocmp -e" used to build fallback list (report by
5001           Egmont Koblinger).
5002
5003 20031004
5004         + add terminfo entries for DJGPP.
5005         + updated note about maintainer in ncurses-intro.html
5006
5007 20030927
5008         + update terminfo entries for gnome terminal.
5009         + modify tack to reset colors after each color test, correct a place
5010           where exit_standout_mode was used instead of exit_attribute_mode.
5011         + improve tack's bce test by making it set colors other than black
5012           on white.
5013         + plug a potential recursion between napms() and _nc_timed_wait()
5014           (report by Philippe Blain).
5015
5016 20030920
5017         + add --with-rel-version option to allow workaround to allow making
5018           libtool on Darwin generate the "same" library names as with the
5019           --with-shared option.  The Darwin ld program does not work well
5020           with a zero as the minor-version value (request by Chris Zubrzycki).
5021         + modify CF_MIXEDCASE_FILENAMES macro to work with cross-compiling.
5022         + modify tack to allow it to run from fallback terminfo data.
5023         > patch by Philippe Blain:
5024         + improve PutRange() by adjusting call to EmitRange() and corresponding
5025           return-value to not emit unchanged characters on the end of the
5026           range.
5027         + improve a check for changed-attribute by exiting a loop when the
5028           change is found.
5029         + improve logic in TransformLine(), eliminating a duplicated comparison
5030           in the clr_bol logic.
5031
5032 20030913
5033         > patch by Philippe Blain:
5034         + in ncurses/tty/lib_mvcur.c,
5035           move the label 'nonlocal' just before the second gettimeofday() to
5036           be able to compute the diff time when 'goto nonlocal' used.
5037           Rename 'msec' to 'microsec' in the debug-message.
5038         + in ncurses/tty/lib_mvcur.c,
5039           Use _nc_outch() in carriage return/newline movement instead of
5040           putchar() which goes to stdout.  Move test for xold>0 out of loop.
5041         + in ncurses/tinfo/setbuf.c,
5042           Set the flag SP->_buffered at the end of operations when all has been
5043           successful (typeMalloc can fail).
5044         + simplify NC_BUFFERED macro by moving check inside _nc_setbuf().
5045
5046 20030906
5047         + modify configure script to avoid using "head -1", which does not
5048           work if POSIXLY_CORRECT (sic) is set.
5049         + modify run_tic.in to avoid using wrong shared libraries when
5050           cross-compiling (Dan Kegel).
5051
5052 20030830
5053         + alter configure script help message to make it clearer that
5054           --with-build-cc does not specify a cross-compiler (suggested by Dan
5055           Kegel <dank@kegel.com>).
5056         + modify configure script to accommodate libtool 1.5, as well as add an
5057           parameter to the "--with-libtool" option which can specify the
5058           pathname of libtool (report by Chris Zubrzycki).  We note that
5059           libtool 1.5 has more than one bug in its C++ support, so it is not
5060           able to install libncurses++, for instance, if $DESTDIR or the option
5061           --with-install-prefix is used.
5062
5063 20030823
5064         > patch by Philippe Blain:
5065         + move assignments to SP->_cursrow, SP->_curscol into online_mvcur().
5066         + make baudrate computation in delay_output() consistent with the
5067           assumption in _nc_mvcur_init(), i.e., a byte is 9 bits.
5068
5069 20030816
5070         + modify logic in waddch_literal() to take into account zh_TW.Big5
5071           whose multibyte sequences may contain "printable" characters, e.g.,
5072           a "g" in the sequence "\247g" (Debian #204889, cf: 20030621).
5073         + improve storage used by _nc_safe_strcpy() by ensuring that the size
5074           is reset based on the initialization call, in case it were called
5075           after other strcpy/strcat calls (report by Philippe Blain).
5076         > patch by Philippe Blain:
5077         + remove an unused ifdef for REAL_ATTR & WANT_CHAR
5078         + correct a place where _cup_cost was used rather than _cuu_cost
5079
5080 20030809
5081         + fix a small memory leak in _nc_free_termtype().
5082         + close trace-file if trace() is called with a zero parameter.
5083         + free memory allocated for soft-key strings, in delscreen().
5084         + fix an allocation size in safe_sprintf.c for the "*" format code.
5085         + correct safe_sprintf.c to not return a null pointer if the format
5086           happens to be an empty string.  This applies to the "configure
5087           --enable-safe-sprintf" option (Redhat #101486).
5088
5089 20030802
5090         + modify casts used for ABSENT_BOOLEAN and CANCELLED_BOOLEAN (report by
5091           Daniel Jacobowitz).
5092         > patch by Philippe Blain:
5093         + change padding for change_scroll_region to not be proportional to
5094           the size of the scroll-region.
5095         + correct error-return in _nc_safe_strcat().
5096
5097 20030726
5098         + correct limit-checks in _nc_scroll_window() (report and test-case by
5099           Thomas Graf <graf@dms.at> cf: 20011020).
5100         + re-order configure checks for _XOPEN_SOURCE to avoid conflict with
5101           _GNU_SOURCE check.
5102
5103 20030719
5104         + use clr_eol in preference to blanks for bce terminals, so select and
5105           paste will have fewer trailing blanks, e.g., when using xterm
5106           (request by Vincent Lefevre).
5107         + correct prototype for wunctrl() in manpage.
5108         + add configure --with-abi-version option (discussion with Charles
5109           Wilson).
5110         > cygwin changes from Charles Wilson:
5111           + aclocal.m4: on cygwin, use autodetected prefix for import
5112             and static lib, but use "cyg" for DLL.
5113           + include/ncurses_dll.h: correct the comments to reflect current
5114             status of cygwin/mingw port.  Fix compiler warning.
5115           + misc/run_tic.in: ensure that tic.exe can find the uninstalled
5116             DLL, by adding the lib-directory to the PATH variable.
5117           + misc/terminfo.src (nxterm|xterm-color): make xterm-color
5118             primary instead of nxterm, to match XFree86's xterm.terminfo
5119             usage and to prevent circular links.
5120             (rxvt): add additional codes from rxvt.org.
5121             (rxvt-color): new alias
5122             (rxvt-xpm): new alias
5123             (rxvt-cygwin): like rxvt, but with special acsc codes.
5124             (rxvt-cygwin-native): ditto.  rxvt may be run under XWindows, or
5125             with a "native" MSWin GUI.  Each takes different acsc codes,
5126             which are both different from the "normal" rxvt's acsc.
5127             (cygwin): cygwin-in-cmd.exe window.  Lots of fixes.
5128             (cygwinDBG): ditto.
5129           + mk-1st.awk: use "cyg" for the DLL prefix, but "lib" for import
5130             and static libs.
5131
5132 20030712
5133         + update config.guess, config.sub
5134         + add triples for configuring shared libraries with the Debian
5135           GNU/FreeBSD packages (patch by Robert Millan <zeratul2@wanadoo.es>).
5136
5137 20030705
5138         + modify CF_GCC_WARNINGS so it only applies to gcc, not g++.  Some
5139           platforms have installed g++ along with the native C compiler, which
5140           would not accept gcc warning options.
5141         + add -D_XOPEN_SOURCE=500 when configuring with --enable-widec, to
5142           get mbstate_t declaration on HPUX 11.11 (report by David Ellement).
5143         + add _nc_pathlast() to get rid of casts in _nc_basename() calls.
5144         + correct a sign-extension in wadd_wch() and wecho_wchar() from
5145           20030628 (report by Tomohiro Kubota).
5146         + work around omission of btowc() and wctob() from wide-character
5147           support (sic) in NetBSD 1.6 using mbtowc() and wctomb() (report by
5148           Gabor Z Papp).
5149         + add portability note to curs_get_wstr.3x (Debian #199957).
5150
5151 20030628
5152         + rewrite wadd_wch() and wecho_wchar() to call waddch() and wechochar()
5153           respectively, to avoid calling waddch_noecho() with wide-character
5154           data, since that function assumes its input is 8-bit data.
5155           Similarly, modify waddnwstr() to call wadd_wch().
5156         + remove logic from waddnstr() which transformed multibyte character
5157           strings into wide-characters.  Rewrite of waddch_literal() from
5158           20030621 assumes its input is raw multibyte data rather than wide
5159           characters (report by Tomohiro Kubota).
5160
5161 20030621
5162         + write getyx() and related 2-return macros in terms of getcury(),
5163           getcurx(), etc.
5164         + modify waddch_literal() in case an application passes bytes of a
5165           multibyte character directly to waddch().  In this case, waddch()
5166           must reassemble the bytes into a wide-character (report by Tomohiro
5167           Kubota <kubota@debian.org>).
5168
5169 20030614
5170         + modify waddch_literal() in case a multibyte value occupies more than
5171           two cells.
5172         + modify PutAttrChar() to compute the number of character cells that
5173           are used in multibyte values.  This fixes a problem displaying
5174           double-width characters (report/test by Mitsuru Chinen
5175           <mchinen@yamato.ibm.com>).
5176         + add a null-pointer check for result of keyname() in _tracechar()
5177         + modify _tracechar() to work around glibc sprintf bug.
5178
5179 20030607
5180         + add a call to setlocale() in cursesmain.cc, making demo display
5181           properly in a UTF-8 locale.
5182         + add a fallback definition in curses.priv.h for MB_LEN_MAX (prompted
5183           by discussion with Gabor Z Papp).
5184         + use macros NCURSES_ACS() and NCURSES_WACS() to hide cast needed to
5185           appease -Wchar-subscript with g++ 3.3 (Debian #195732).
5186         + fix a redefinition of $RANLIB in the configure script when libtool
5187           is used, which broke configure on Mac OS X (report by Chris Zubrzycki
5188           <beren@mac.com>).
5189         + simplify ifdef for bool declaration in curses.h.in (suggested by
5190           Albert Chin-A-Young).
5191         + remove configure script check to allow -Wconversion for older
5192           versions of gcc (suggested by Albert Chin-A-Young).
5193
5194 20030531
5195         + regenerated html manpages.
5196         + modify ifdef's in curses.h.in that disabled use of __attribute__()
5197           for g++, since recent versions implement the cases which ncurses uses
5198           (Debian #195230).
5199         + modify _nc_get_token() to handle a case where an entry has no
5200           description, and capabilities begin on the same line as the entry
5201           name.
5202         + fix a typo in ncurses_dll.h reported by gcc 3.3.
5203         + add an entry for key_defined.3x to man_db.renames.
5204
5205 20030524
5206         + modify setcchar() to allow converting control characters to complex
5207           characters (report/test by Mitsuru Chinen <mchinen@yamato.ibm.com>).
5208         + add tkterm entry -TD
5209         + modify parse_entry.c to allow a terminfo entry with a leading
5210           2-character name (report by Don Libes).
5211         + corrected acsc in screen.teraterm, which requires a PC-style mapping.
5212         + fix trace statements in read_entry.c to use lseek() rather than
5213           tell().
5214         + fix signed/unsigned warnings from Sun's compiler (gcc should give
5215           these warnings, but it is unpredictable).
5216         + modify configure script to omit -Winline for gcc 3.3, since that
5217           feature is broken.
5218         + modify manlinks.sed to add a few functions that were overlooked since
5219           they return function pointers:  field_init, field_term, form_init,
5220           form_term, item_init, item_term, menu_init and menu_term.
5221
5222 20030517
5223         + prevent recursion in wgetch() via wgetnstr() if the connection cannot
5224           be switched between cooked/raw modes because it is not a TTY (report
5225           by Wolfgang Gutjahr <gutw@knapp.com>).
5226         + change parameter of define_key() and key_defined() to const (prompted
5227           by Debian #192860).
5228         + add a check in test/configure for ncurses extensions, since there
5229           are some older versions, etc., which would not compile with the
5230           current test programs.
5231         + corrected demo in test/ncurses.c of wgetn_wstr(), which did not
5232           convert wchar_t string to multibyte form before printing it.
5233         + corrections to lib_get_wstr.c:
5234           + null-terminate buffer passed to setcchar(), which occasionally
5235             failed.
5236           + map special characters such as erase- and kill-characters into
5237             key-codes so those will work as expected even if they are not
5238             mentioned in the terminfo.
5239         + modify PUTC() and Charable() macros to make wide-character line
5240           drawing work for POSIX locale on Linux console (cf: 20021221).
5241
5242 20030510
5243         + make typography for program options in manpages consistent (report
5244           by Miloslav Trmac <mitr@volny.cz>).
5245         + correct dependencies in Ada95/src/Makefile.in, so the builds with
5246           "--srcdir" work (report by Warren L Dodge).
5247         + correct missing definition of $(CC) in Ada95/gen/Makefile.in
5248           (reported by Warren L Dodge <warrend@mdhost.cse.tek.com>).
5249         + fix typos and whitespace in manpages (patch by Jason McIntyre
5250           <jmc@prioris.mini.pw.edu.pl>).
5251
5252 20030503
5253         + fix form_driver() cases for REQ_CLR_EOF, REQ_CLR_EOL, REQ_DEL_CHAR,
5254           REQ_DEL_PREV and REQ_NEW_LINE, which did not ensure the cursor was at
5255           the editing position before making modifications.
5256         + add test/demo_forms and associated test/edit_field.c demos.
5257         + modify test/configure.in to use test/modules for the list of objects
5258           to compile rather than using the list of programs.
5259
5260 20030419
5261         + modify logic of acsc to use the original character if no mapping is
5262           defined, noting that Solaris does this.
5263         + modify ncurses 'b' test to avoid using the acs_map[] array since
5264           20021231 changes it to no longer contain information from the acsc
5265           string.
5266         + modify makefile rules in c++, progs, tack and test to ensure that
5267           the compiler flags (e.g., $CFLAGS or $CCFLAGS) are used in the link
5268           command (report by Jose Luis Rico Botella <informatica@serpis.com>).
5269         + modify soft-key initialization to use A_REVERSE if A_STANDOUT would
5270           not be shown when colors are used, i.e., if ncv#1 is set in the
5271           terminfo as is done in "screen".
5272
5273 20030412
5274         + add a test for slk_color(), in ncurses.c
5275         + fix some issues reported by valgrind in the slk_set() and slk_wset()
5276           code, from recent rewrite.
5277         + modify ncurses 'E' test to use show previous label via slk_label(),
5278           as in 'e' test.
5279         + modify wide-character versions of NewChar(), NewChar2() macros to
5280           ensure that the whole struct is initialized.
5281
5282 20030405
5283         + modify setupterm() to check if the terminfo and terminal-modes have
5284           already been read.  This ensures that it does not reinvoke
5285           def_prog_mode() when an application calls more than one function,
5286           such as tgetent() and initscr() (report by Olaf Buddenhagen).
5287
5288 20030329
5289         + add 'E' test to ncurses.c, to exercise slk_wset().
5290         + correct handling of carriage-return in wgetn_wstr(), used in demo of
5291           slk_wset().
5292         + first draft of slk_wset() function.
5293
5294 20030322
5295         + improved warnings in tic when suppressing items to fit in termcap's
5296           1023-byte limit.
5297         + built a list in test/README showing which externals are being used
5298           by either programs in the test-directory or via internal library
5299           calls.
5300         + adjust include-options in CF_ETIP_DEFINES to avoid missing
5301           ncurses_dll.h, fixing special definitions that may be needed for
5302           etip.h (reported by Greg Schafer <gschafer@zip.com.au>).
5303
5304 20030315
5305         + minor fixes for cardfile.c, to make it write the updated fields to
5306           a file when ^W is given.
5307         + add/use _nc_trace_bufcat() to eliminate some fixed buffer limits in
5308           trace code.
5309
5310 20030308
5311         + correct a case in _nc_remove_string(), used by define_key(), to avoid
5312           infinite loop if the given string happens to be a substring of other
5313           strings which are assigned to keys (report by John McCutchan).
5314         + add key_defined() function, to tell which keycode a string is bound
5315           to (discussion with John McCutchan <ttb@tentacle.dhs.org>).
5316         + correct keybound(), which reported definitions in the wrong table,
5317           i.e., the list of definitions which are disabled by keyok().
5318         + modify demo_keydef.c to show the details it changes, and to check
5319           for errors.
5320
5321 20030301
5322         + restructured test/configure script, make it work for libncursesw.
5323         + add description of link_fieldtype() to manpage (report by
5324           L Dee Holtsclaw <dee@sunbeltsoft.com>).
5325
5326 20030222
5327         + corrected ifdef's relating to configure check for wchar_t, etc.
5328         + if the output is a socket or other non-tty device, use 1 millisecond
5329           for the cost in mvcur; previously it was 9 milliseconds because the
5330           baudrate was not known.
5331         + in _nc_get_tty_mode(), initialize the TTY buffer on error, since
5332           glibc copies uninitialized data in that case, as noted by valgrind.
5333         + modify tput to use the same parameter analysis as tparm() does, to
5334           provide for user-defined strings, e.g., for xterm title, a
5335           corresponding capability might be
5336                 title=\E]2;%p1%s^G,
5337         + modify MKlib_gen.sh to avoid passing "#" tokens through the C
5338           preprocessor.  This works around Mac OS X's preprocessor, which
5339           insists on adding a blank on each side of the token (report/analysis
5340           by Kevin Murphy <murphy@genome.chop.edu>).
5341
5342 20030215
5343         + add configure check for wchar_t and wint_t types, rather than rely
5344           on preprocessor definitions.  Also work around for gcc fixinclude
5345           bug which creates a shadow copy of curses.h if it sees these symbols
5346           apparently typedef'd.
5347         + if database is disabled, do not generate run_tic.sh
5348         + minor fixes for memory-leak checking when termcap is read.
5349
5350 20030208
5351         + add checking in tic for incomplete line-drawing character mapping.
5352         + updated configure script to reflect fix for AC_PROG_GCC_TRADITIONAL,
5353           which is broken in autoconf 2.5x for Mac OS X 10.2.3 (report by
5354           Gerben Wierda <Sherlock@rna.nl>).
5355         + make return value from _nc_printf_string() consistent.  Before,
5356           depending on whether --enable-safe-sprintf was used, it might not be
5357           cached for reallocating.
5358
5359 20030201
5360         + minor fixes for memory-leak checking in lib_tparm.c, hardscroll.c
5361         + correct a potentially-uninitialized value if _read_termtype() does
5362           not read as much data as expected (report by Wolfgang Rohdewald
5363           <wr6@uni.de>).
5364         + correct several places where the aclocal.m4 macros relied on cache
5365           variable names which were incompatible (as usual) between autoconf
5366           2.13 and 2.5x, causing the test for broken-linker to give incorrect
5367           results (reports by Gerben Wierda <Sherlock@rna.nl> and Thomas Esser
5368           <te@dbs.uni-hannover.de>).
5369         + do not try to open gpm mouse driver if standard output is not a tty;
5370           the gpm library does not make this check (bug report for dialog
5371           by David Oliveira <davidoliveira@develop.prozone.ws>).
5372
5373 20030125
5374         + modified emx.src to correspond more closely to terminfo.src, added
5375           emx-base to the latter -TD
5376         + add configure option for FreeBSD sysmouse, --with-sysmouse, and
5377           implement support for that in lib_mouse.c, lib_getch.c
5378
5379 20030118
5380         + revert 20030105 change to can_clear_with(), does not work for the
5381           case where the update is made on cells which are blanks with
5382           attributes, e.g., reverse.
5383         + improve ifdef's to guard against redefinition of wchar_t and wint_t
5384           in curses.h (report by Urs Jansen).
5385
5386 20030111
5387         + improve mvcur() by checking if it is safe to move when video
5388           attributes are set (msgr), and if not, reset/restore attributes
5389           within that function rather than doing it separately in the GoTo()
5390           function in tty_update.c (suggested by Philippe Blain).
5391         + add a message in run_tic.in to explain more clearly what does not
5392           work when attempting to create a symbolic link for /usr/lib/terminfo
5393           on OS/2 and other platforms with no symbolic links (report by John
5394           Polterak).
5395         + change several sed scripts to avoid using "\+" since it is not a BRE
5396           (basic regular expression).  One instance caused terminfo.5 to be
5397           misformatted on FreeBSD (report by Kazuo Horikawa
5398           <horikawa@FreeBSD.org> (see FreeBSD docs/46709)).
5399         + correct misspelled 'wint_t' in curs_get_wch.3x (Michael Elkins).
5400
5401 20030105
5402         + improve description of terminfo operators, especially static/dynamic
5403           variables (comments by Mark I Manning IV <mark4th@earthlink.net>).
5404         + demonstrate use of FIELDTYPE by modifying test/ncurses 'r' test to
5405           use the predefined TYPE_ALPHA field-type, and by defining a
5406           specialized type for the middle initial/name.
5407         + fix MKterminfo.sh, another workaround for POSIXLY_CORRECT misfeature
5408           of sed 4.0
5409         > patch by Philippe Blain:
5410         + optimize can_clear_with() a little by testing first if the parameter
5411           is indeed a "blank".
5412         + simplify ClrBottom() a little by allowing it to use clr_eos to clear
5413           sections as small as one line.
5414         + improve ClrToEOL() by checking if clr_eos is available before trying
5415           to use it.
5416         + use tputs() rather than putp() in a few cases in tty_update.c since
5417           the corresponding delays are proportional to the number of lines
5418           affected: repeat_char, clr_eos, change_scroll_region.
5419
5420 20021231
5421         + rewrite of lib_acs.c conflicts with copying of SCREEN acs_map to/from
5422           global acs_map[] array; removed the lines that did the copying.
5423
5424 20021228
5425         + change some overlooked tputs() calls in scrolling code to use putp()
5426           (report by Philippe Blain).
5427         + modify lib_getch.c to avoid recursion via wgetnstr() when the input
5428           is not a tty and consequently mode-changes do not work (report by
5429           <R.Chamberlin@querix.com>).
5430         + rewrote lib_acs.c to allow PutAttrChar() to decide how to render
5431           alternate-characters, i.e., to work with Linux console and UTF-8
5432           locale.
5433         + correct line/column reference in adjust_window(), needed to make
5434           special windows such as curscr track properly when resizing (report
5435           by Lucas Gonze <lgonze@panix.com>).
5436         > patch by Philippe Blain:
5437         + correct the value used for blank in ClrBottom() (broken in 20000708).
5438         + correct an off-by-one in GoTo() parameter in _nc_scrolln().
5439
5440 20021221
5441         + change several tputs() calls in scrolling code to use putp(), to
5442           enable padding which may be needed for some terminals (patch by
5443           Philippe Blain).
5444         + use '%' as sed substitute delimiter in run_tic script to avoid
5445           problems with pathname delimiters such as ':' and '@' (report by John
5446           Polterak).
5447         + implement a workaround so that line-drawing works with screen's
5448           crippled UTF-8 support (tested with 3.9.13).  This only works with
5449           the wide-character support (--enable-widec); the normal library will
5450           simply suppress line-drawing when running in a UTF-8 locale in screen.
5451
5452 20021214
5453         + allow BUILD_CC and related configure script variables to be
5454           overridden from the environment.
5455         + make build-tools variables in ncurses/Makefile.in consistent with
5456           the configure script variables (report by Maciej W Rozycki).
5457         + modify ncurses/modules to allow
5458                 configure --disable-leaks --disable-ext-funcs
5459           to build (report by Gary Samuelson).
5460         + fix a few places in configure.in which lacked quotes (report by
5461           Gary Samuelson <gary.samuelson@verizon.com>).
5462         + correct handling of multibyte characters in waddch_literal() which
5463           force wrapping because they are started too late on the line (report
5464           by Sam Varshavchik).
5465         + small fix for CF_GNAT_VERSION to ignore the help-message which
5466           gnatmake adds to its version-message.
5467         > Maciej W Rozycki <macro@ds2.pg.gda.pl>:
5468         + use AC_CHECK_TOOL to get proper values for AR and LD for cross
5469           compiling.
5470         + use $cross_compiling variable in configure script rather than
5471           comparing $host_alias and $target alias, since "host" is
5472           traditionally misused in autoconf to refer to the target platform.
5473         + change configure --help message to use "build" rather than "host"
5474           when referring to the --with-build-XXX options.
5475
5476 20021206
5477         + modify CF_GNAT_VERSION to print gnatmake's version, and to allow for
5478           possible gnat versions such as 3.2 (report by Chris Lingard
5479           <chris@stockwith.co.uk>).
5480         + modify #define's for CKILL and other default control characters in
5481           tset to use the system's default values if they are defined.
5482         + correct interchanged defaults for kill and interrupt characters
5483           in tset, which caused it to report unnecessarily (Debian #171583).
5484         + repair check for missing C++ compiler, which is broken in autoconf
5485           2.5x by hardcoding it to g++ (report by Martin Mokrejs).
5486         + update config.guess, config.sub (2002-11-30)
5487         + modify configure script to skip --with-shared, etc., when the
5488           --with-libtool option is given, since they would be ignored anyway.
5489         + fix to allow "configure --with-libtool --with-termlib" to build.
5490         + modify configure script to show version number of libtool, to help
5491           with bug reports.  libtool still gets confused if the installed
5492           ncurses libraries are old, since it ignores the -L options at some
5493           point (tested with libtool 1.3.3 and 1.4.3).
5494         + reorder configure script's updating of $CPPFLAGS and $CFLAGS to
5495           prevent -I options in the user's environment from introducing
5496           conflicts with the build -I options (may be related to reports by
5497           Patrick Ash and George Goffe).
5498         + rename test/define_key.c to test/demo_defkey.c, test/keyok.c to
5499           test/demo_keyok.c to allow building these with libtool.
5500
5501 20021123
5502         + add example program test/define_key.c for define_key().
5503         + add example program test/keyok.c for keyok().
5504         + add example program test/ins_wide.c for wins_wch() and wins_wstr().
5505         + modify wins_wch() and wins_wstr() to interpret tabs by using the
5506           winsch() internal function.
5507         + modify setcchar() to allow for wchar_t input strings that have
5508           more than one spacing character.
5509
5510 20021116
5511         + fix a boundary check in lib_insch.c (patch by Philippe Blain).
5512         + change type for *printw functions from NCURSES_CONST to const
5513           (prompted by comment by Pedro Palhoto Matos <plpm@mega.ist.utl.pt>,
5514           but really from a note on X/Open's website stating that either is
5515           acceptable, and the latter will be used in a future revision).
5516         + add xterm-1002, xterm-1003 terminfo entries to demonstrate changes in
5517           lib_mouse.c (20021026) -TD
5518         + add screen-bce, screen-s entries from screen 3.9.13 (report by
5519           Adam Lazur <zal@debian.org>) -TD
5520         + add mterm terminfo entries -TD
5521
5522 20021109
5523         + split-out useful fragments in terminfo for vt100 and vt220 numeric
5524           keypad, i.e., vt100+keypad, vt100+pfkeys, vt100+fnkeys and
5525           vt220+keypad.  The last as embedded in various entries had ka3 and
5526           kb2 interchanged (report/discussion with Leonard den Ottolander
5527           <leonardjo@hetnet.nl>).
5528         + add check in tic for keypads consistent with vt100 layout.
5529         + improve checks in tic for color capabilities
5530
5531 20021102
5532         + check for missing/empty/illegal terminfo name in _nc_read_entry()
5533           (report by Martin Mokrejs, where $TERM was set to an empty string).
5534         + rewrote lib_insch.c, combining it with lib_insstr.c so both handle
5535           tab and other control characters consistently (report by Philippe
5536           Blain).
5537         + remove an #undef for KEY_EVENT from curses.tail used in the
5538           experimental NCURSES_WGETCH_EVENTS feature.  The #undef confuses
5539           dpkg's build script (Debian #165897).
5540         + fix MKlib_gen.sh, working around the ironically named POSIXLY_CORRECT
5541           feature of GNU sed 4.0 (reported by Ervin Nemeth <airwin@inf.bme.hu>).
5542
5543 20021026
5544         + implement logic in lib_mouse.c to handle position reports which are
5545           generated when XFree86 xterm is initialized with private modes 1002
5546           or 1003.  These are returned to the application as the
5547           REPORT_MOUSE_POSITION mask, which was not implemented.  Tested both
5548           with ncurses 'a' menu (prompted by discussion with Larry Riedel
5549           <Larry@Riedel.org>).
5550         + modify lib_mouse.c to look for "XM" terminfo string, which allows
5551           one to override the escape sequence used to enable/disable mouse
5552           mode.  In particular this works for XFree86 xterm private modes
5553           1002 and 1003.  If "XM" is missing (note that this is an extended
5554           name), lib_mouse uses the conventional private mode 1000.
5555         + correct NOT_LOCAL() macro in lib_mvcur.c to refer to screen_columns
5556           where it used screen_lines (report by Philippe Blain).
5557         + correct makefile rules for the case when both --with-libtool and
5558           --with-gpm are given (report by Mr E_T <troll@logi.net.au>).
5559         + add note to terminfo manpage regarding the differences between
5560           setaf/setab and setf/setb capabilities (report by Pavel Roskin).
5561
5562 20021019
5563         + remove redundant initialization of TABSIZE in newterm(), since it is
5564           already done in setupterm() (report by Philippe Blain).
5565         + add test/inserts.c, to test winnstr() and winsch().
5566         + replace 'sort' in dist.mk with script that sets locale to POSIX.
5567         + update URLs in announce.html.in (patch by Frederic L W Meunier).
5568         + remove glibc add-on files, which are no longer needed (report by
5569           Frederic L W Meunier).
5570
5571 20021012 5.3 release for upload to ftp.gnu.org
5572         + modify ifdef's in etip.h.in to allow the etip.h header to compile
5573           with gcc 3.2 (patch by Dimitar Zhekov <jimmy@is-vn.bg>).
5574         + add logic to setupterm() to make it like initscr() and newterm(),
5575           by checking for $NCURSES_TRACE environment variable and enabling
5576           the debug trace in that case.
5577         + modify setupterm() to ensure that it initializes the baudrate, for
5578           applications such as tput (report by Frank Henigman).
5579         + modify definition of bits used for command-line and library debug
5580           traces to avoid overlap, using new definition TRACE_SHIFT to relate
5581           the two.
5582         + document tput's interpretation of parameterized strings according to
5583           whether parameters are given, etc. (discussion with Robert De Bath).
5584
5585 20021005 pre-release
5586         + correct winnwstr() to account for non-character cells generated when
5587           a double-width character is added (report by Michael Bienia
5588           <michael@vorlon.ping.de>).
5589         + modify _nc_viswbuf2n() to provide better results using wctomb().
5590         + correct logic in _nc_varargs() which broke tracing of parameters for
5591           formats such as "%.*s".
5592         + correct scale factor in linux-c and linux-c-nc terminfo entries
5593           (report Floyd Davidson).
5594         + change tic -A option to -t, add the same option to infocmp for
5595           consistency.
5596         + correct "%c" implementation in lib_tparm.c, which did not map a null
5597           character to a 128 (cf: 980620) (patch by Frank Henigman
5598           <fjhenigman@mud.cgl.uwaterloo.ca>).
5599
5600 20020928 pre-release
5601         + modify MKkey_defs.sh to check for POSIX sort -k option, use that if
5602           it is found, to accommodate newer utility which dropped the
5603           compatibility support for +number options (reported by Andrey A
5604           Chernov).
5605         + modify linux terminfo entry to use color palette feature from
5606           linux-c-nc entry (comments by Tomasz Wasiak and Floyd Davidson).
5607         + restore original color definitions in endwin() if init_color() was
5608           used, and resume those colors on the next doupdate() or refresh()
5609           (report by Tomasz Wasiak <tjwasiak@komputom.com.pl>).
5610         + improve debug-traces by modifying MKlib_gen.sh to generate calls
5611           to returnBool() and returnAttr().
5612         + add/use _nc_visbufn() and _nc_viswbufn() to limit the debug trace
5613           of waddnstr() and similar functions to match the parameters as used.
5614         + add/use _nc_retrace_bool() and _nc_retrace_unsigned().
5615         + correct type used by _nc_retrace_chtype().
5616         + add debug traces to some functions in lib_mouse.c
5617         + modify lib_addch.c to handle non-spacing characters.
5618         + correct parameter of RemAttr() in lib_bkgd.c, which caused the c++
5619           demo's boxes to lose the A_ALTCHARSET flag (broken in 20020629).
5620         + correct width computed in _tracedump(), which did not account for
5621           the attributes (broken in 20010602).
5622         + modify test/tracemunch to replace addresses for windows other than
5623           curscr, newscr and stdscr with window0, window1, etc.
5624
5625 20020921 pre-release
5626         + redid fix for edit_man.sed path.
5627         + workaround for Cygwin bug which makes subprocess writes to stdout
5628           result in core dump.
5629         + documented getbegx(), etc.
5630         + minor fixes to configure script to use '%' consistently as a sed
5631           delimiter rather than '@'.
5632         > patch by Philippe Blain:
5633         + add check in lib_overlay.c to ensure that the windows to be merged
5634           actually overlap, and in copywin(), limit the area to be touched
5635           to the lines given for the destination window.
5636
5637 20020914 pre-release
5638         + modified curses.h so that if the wide-character version is installed
5639           overwriting /usr/include/curses.h, and if it relied on libutf8.h,
5640           then applications that use that header for wide-character support
5641           must define HAVE_LIBUTF8_H.
5642         + modify putwin(), getwin() and dupwin() to allow them to operate on
5643           pads (request by Philippe Blain).
5644         + correct attribute-merging in wborder(), broken in 20020216 (report
5645           by Tomasz Wasiak <tjwasiak@grubasek.komputom.com.pl>).
5646         > patch by Philippe Blain:
5647         + corrected pop-counts in tparam_internal() to '!' and '~' cases.
5648         + use sizeof(NCURSES_CH_T) in one place that used sizeof(chtype).
5649         + remove some unused variables from mvcur test-driver.
5650
5651 20020907 pre-release
5652         + change configure script to allow install of widec-character
5653           (ncursesw) headers to overwrite normal (ncurses) headers, since the
5654           latter is a compatible subset of the former.
5655         + fix path of edit_man.sed in configure script, needed to regenerate
5656           html manpages on Debian.
5657         + fix mismatched enums in vsscanf.c, which caused warning on Solaris.
5658         + update README.emx to reflect current patch used for autoconf.
5659         + change web- and ftp-site to invisible-island.net
5660         > patch by Philippe Blain:
5661         + change case for 'P' in tparam_internal() to indicate that it pops
5662           a variable from the stack.
5663         + correct sense of precision and width in parse_format(), to avoid
5664           confusion.
5665         + modify lib_tparm.c, absorb really_get_space() into get_space().
5666         + modify getwin() and dupwin() to copy the _notimeout, _idlok and
5667           _idcok window fields.
5668         + better fix for _nc_set_type(), using typeMalloc().
5669
5670 20020901 pre-release
5671         + change minor version to 3, i.e., ncurses 5.3
5672         + update config.guess, config.sub
5673         + retest build with each configure option; minor ifdef fixes.
5674         + make keyname() return a null pointer rather than "UNKNOWN STRING" to
5675           match XSI.
5676         + modify handling of wide line-drawing character functions to use the
5677           normal line-drawing characters when not in UTF-8 locale.
5678         + add check/fix to comp_parse.c to suppress warning about missing acsc
5679           string.  This happens in configurations where raw termcap information
5680           is processed; tic already does this and other checks.
5681         + modify tic's check for ich/ich1 versus rmir/smir to only warn about
5682           ich1, to match xterm patch #70 notes.
5683         + moved information for ripped-off lines into SCREEN struct to allow
5684           use in resizeterm().
5685         + add experimental wgetch_events(), ifdef'd with NCURSES_WGETCH_EVENTS
5686           (adapted from patch by Ilya Zakharevich - see ncurses/README.IZ).
5687         + amend check in kgetch() from 20020824 to look only for function-keys,
5688           otherwise escape sequences are not resolved properly.
5689         > patch by Philippe Blain:
5690         + removed redundant assignment to SP->_checkfd from newterm().
5691         + check return-value of setupterm() in restartterm().
5692         + use sizeof(NCURSES_CH_T) in a few places that used sizeof(chtype).
5693         + prevent dupwin() from duplicating a pad.
5694         + prevent putwin() from writing a pad.
5695         + use typeRealloc() or typeMalloc() in preference to direct calls on
5696           _nc_doalloc().
5697
5698 20020824
5699         + add a check in kgetch() for cooked characters in the fifo to avoid
5700           calling fifo_push() when a KEY_RESIZE is available (report/analysis
5701           by Sam Varshavchik <mrsam@courier-mta.com>).
5702         + fix an overlooked case for Redhat #68199 (Philippe Blain).
5703         + ensure clearerr() is called before using ferror() e.g., in
5704           lib_screen.c (report by Philippe Blain).
5705
5706 20020817
5707         + modify lib_screen.c and lib_newwin.c to maintain the SCREEN-specific
5708           pointers for curscr/stdscr/newscr when scr_save() and scr_restore()
5709           modify the global curscr/stdscr/newscr variables.  Fixes Redhat
5710           #68199.
5711         + add checks for null pointer in calls to tparm() and tgoto() based on
5712           FreeBSD bug report.  If ncurses were built with termcap support, and
5713           the first call to tgoto() were a zero-length string, the result would
5714           be a null pointer, which was not handled properly.
5715         + correct a typo in terminfo.head, which gave the octal code for colon
5716           rather than comma.
5717         + remove the "tic -u" option from 20020810, since it did not account
5718           for nested "tc=" clauses, and when that was addressed, was still
5719           unsatisfactory.
5720
5721 20020810
5722         + add tic -A option to suppress capabilities which are commented out
5723           when translating to termcap.
5724         + add tic -u option to provide older behavior of "tc=" clauses.
5725         + modified tic to expand all but the final "tc=" clause in a termcap
5726           entry, to accommodate termcap libraries which do not handle multiple
5727           tc clauses.
5728         + correct typo in curs_inopts.3x regarding CS8/CS7 usage (report by
5729           Philippe Blain).
5730         + remove a couple of redundant uses of A_ATTRIBUTES in expressions
5731           using AttrOf(), which already incorporates that mask (report by
5732           Philippe Blain).
5733         + document TABSIZE variable.
5734         + add NCURSES_ASSUMED_COLORS environment variable, to allow users to
5735           override compiled-in default black-on-white assumption used in
5736           assume_default_colors().
5737         + correct an off-by-one comparison against max_colors in COLORFGBG
5738           logic.
5739         + correct a use of uninitialized memory found by valgrind (reported by
5740           Olaf Buddenhagen <olafBuddenhagen@web.de>).
5741         + modified wresize() to ensure that a failed realloc will not corrupt
5742           the window structure, and to make subwindows fit within the resized
5743           window (completes Debian #87678, Debian #101699)
5744
5745 20020803
5746         + fix an off-by-one in lib_pad.c check for limits of pad (patch by
5747           Philippe Blain).
5748         + revise logic for BeOS in lib_twait.c altered in 20011013 to restore
5749           logic used by lib_getch.c's support for GPM or EMX mouse (report by
5750           Philippe Blain)
5751         + remove NCURSES_CONST from several prototypes in curses.wide, to make
5752           the --enable-const --enable-widec configure options to work together
5753           (report by George Goffe <grgoffe@yahoo.com>).
5754
5755 20020727
5756         + finish no-leak checking in cardfile.c, using this for testing changes
5757           to resizeterm().
5758         + simplify _nc_freeall() using delscreen().
5759
5760 20020720
5761         + check error-return from _nc_set_tty_mode() in _nc_initscr() and
5762           reset_prog_mode() (report/patch by Philippe Blain).
5763         + regenerate configure using patch for autoconf 2.52, to address
5764           problem with identifying C++ bool type.
5765         + correct/improve logic to produce an exit status for errors in tput,
5766           which did not exit with an error when told to put a string not in the
5767           current terminfo entry (report by David Gomez <david@pleyades.net>).
5768         + modify configure script AC_OUTPUT() call to work around defect in
5769           autoconf 2.52 which adds an ifdef'd include to the generated
5770           configure definitions.
5771         + remove fstat() check from scr_init(), which also fixes a missing
5772           include for <sys/stat.h> from 20020713 (reported by David Ellement,
5773           fix suggested by Philippe Blain).
5774         + update curs_scanw.3x manpage to note that XSI curses differs from
5775           SVr4 curses: return-values are incompatible.
5776         + correct several prototypes in manpages which used const
5777           inconsistently with the curses.h file, and removed spurious const's
5778           in a few places from curses.h, e.g., for wbkgd() (report by Glenn
5779           Maynard <glenn@zewt.org>).
5780         + change internal type used by tparm() to long, to work with LP64 model.
5781         + modify nc_alloc.h to allow building with g++, for testing.
5782
5783 20020713
5784         + add resize-handling to cardfile.c test program.
5785         + altered resizeterm() to avoid having it fail when a child window
5786           cannot be resized because it would be larger than its parent.  (More
5787           work must be done on this, but it works well enough to integrate).
5788         + improve a limit-check in lib_refresh.c
5789         + remove check in lib_screen.c relating dumptime to file's modification
5790           times, since that would not necessarily work for remotely mounted
5791           filesystems.
5792         + modify lrtest to simplify debugging changes to resizeterm, e.g.,
5793           t/T commands to enable/disable tracing.
5794         + updated status of multibyte support in TO-DO.
5795         + update contact info in source-files (patch by Juergen Pfeifer).
5796
5797 20020706
5798         + add Caps.hpux11, as an example.
5799         + modify version_filter(), used to implement -R option for tic and
5800           infocmp, to use computed array offsets based on the Caps.* file which
5801           is actually configured, rather than constants which correspond to
5802           the Caps file.
5803         + reorganized lib_raw.c to avoid updating SP and cur_term state if the
5804           functions fail (reported by Philippe Blain).
5805         + add -Wundef to gcc warnings, adjust a few ifdef's to accommodate gcc.
5806
5807 20020629
5808         + correct parameters to setcchar() in ncurses.c (cf: 20020406).
5809         + set locale in most test programs (view.c and ncurses.c were the
5810           only ones).
5811         + add configure option --with-build-cppflags (report by Maksim A
5812           Nikulin <M.A.Nikulin@inp.nsk.su>).
5813         + correct a typo in wide-character logic for lib_bkgnd.c (Philippe
5814           Blain).
5815         + modify lib_wacs.c to not cancel the acsc, smacs, rmacs strings when
5816           in UTF-8 locale.  Wide-character functions use Unicode values, while
5817           narrow-character functions use the terminfo data.
5818         + fix a couple of places in Ada95/samples which did not compile with
5819           gnat 3.14
5820         + modify mkinstalldirs so the DOS-pathname case is locale-independent.
5821         + fix locale problem in MKlib_gen.sh by forcing related variables to
5822           POSIX (C), using same approach as autoconf (set variables only if
5823           they were set before).  Update MKterminfo.sh and MKtermsort.sh to
5824           match.
5825
5826 20020622
5827         + add charset to generated html.
5828         + add mvterm entry, adapted from a FreeBSD bug-report by Daniel Rudy
5829           <dcrudy@pacbell.net> -TD
5830         + add rxvt-16color, ibm+16color entries -TD
5831         + modify check in --disable-overwrite option so that it is used by
5832           default unless the --prefix/$prefix value is not /usr, in attempt to
5833           work around packagers, e.g., for Sun's freeware, who do not read the
5834           INSTALL notes.
5835
5836 20020615
5837         + modify wgetch() to allow returning ungetch'd KEY_RESIZE as a function
5838           key code in get_wch().
5839         + extended resize-handling in test/ncurses 'a' menu to the entire
5840           stack of windows created with 'w' commands.
5841         + improve $COLORFGBG feature by interpreting an out-of-range color
5842           value as an SGR 39 or 49, for foreground/background respectively.
5843         + correct a typo in configure --enable-colorfgbg option, and move it
5844           to the experimental section (cf: 20011208).
5845
5846 20020601
5847         + add logic to dump_entry.c to remove function-key definitions that do
5848           not fit into the 1023-byte limit for generated termcaps.  This makes
5849           hds200 fit.
5850         + more improvements to tic's warnings, including logic to ignore
5851           differences between delay values in sgr strings.
5852         + move definition of KEY_RESIZE into MKkeydefs.sh script, to
5853           accommodate Caps.osf1r5 which introduced a conflicting definition.
5854
5855 20020525
5856         + add simple resize-handling in test/ncurses.c 'a' menu.
5857         + fixes in keyname() and _tracechar() to handle negative values.
5858         + make tic's warnings about mismatches in sgr strings easier to follow.
5859         + correct tic checks for number of parameters in smgbp and smglp.
5860         + improve scoansi terminfo entry, and add scoansi-new entry -TD
5861         + add pcvt25-color terminfo entry -TD
5862         + add kf13-kf48 strings to cons25w terminfo entry (reported by Stephen
5863           Hurd <deuce@lordlegacy.org> in newsgroup lucky.freebsd.bugs) -TD
5864         + add entrypoint _nc_trace_ttymode(), use this to distinguish the
5865           Ottyb and Nttyb members of terminal (aka cur_term), for tracing.
5866
5867 20020523
5868         + correct and simplify logic for lib_pad.c change in 20020518 (reported
5869           by Mike Castle).
5870
5871 20020518
5872         + fix lib_pad.c for case of drawing a double-width character which
5873           falls off the left margin of the pad (patch by Kriang Lerdsuwanakij
5874           <lerdsuwa@users.sourceforge.net>)
5875         + modify configure script to work around broken gcc 3.1 "--version"
5876           option, which adds unnecessary trash to the requested information.
5877         + adjust ifdef's in case SIGWINCH is not defined, e.g., with DJGPP
5878           (reported by Ben Decker <deckerben@freenet.de>).
5879
5880 20020511
5881         + implement vid_puts(), vid_attr(), term_attrs() based on the narrow-
5882           character versions as well.
5883         + implement erasewchar(), killwchar() based on erasechar() and
5884           killchar().
5885         + modify erasechar() and killchar() to return ERR if the value was
5886           VDISABLE.
5887         + correct a bug in wresize() in handling subwindows (based on patch by
5888           Roger Gammans <rgammans@computer-surgery.co.uk>, report by Scott Beck
5889           <scott@gossamer-threads.com>).
5890         + improve test/tclock.c by making the second-hand update more often
5891           if gettimeofday() is available.
5892
5893 20020429
5894         + workaround for Solaris sed with MKlib_gen.sh (reported by Andy
5895           Tsouladze <andyt@mypoints.com>).
5896
5897 20020427
5898         + correct return-value from getcchar(), making it consistent with
5899           Solaris and Tru64.
5900         + reorder loops that generate makefile rules for different models vs
5901           subsets so configure --with-termlib works again.  This was broken by
5902           logic added to avoid duplicate rules in changes to accommodate cygwin
5903           dll's (reported by George.R.Goffe@seagate.com).
5904         + update config.guess, config.sub
5905
5906 20020421
5907         + modify ifdef's in write_entry.c to allow use of symbolic links on
5908           platforms with no hard links, e.g., BeOS.
5909         + modify a few includes to allow compile with BeOS, which has stdbool.h
5910           with a conflicting definition for 'bool' versus its OS.h definition.
5911         + amend MKlib_gen.sh to work with gawk, which defines 'func' as an
5912           alias for 'function'.
5913
5914 20020420
5915         + correct form of prototype for ripoffline().
5916         + modify MKlib_gen.sh to test that all functions marked as implemented
5917           can be linked.
5918
5919 20020413
5920         + add manpages: curs_get_wstr.3x, curs_in_wchstr.3x
5921         + implement wgetn_wstr().
5922         + implement win_wchnstr().
5923         + remove redefinition of unget_wch() in lib_gen.c (reported by
5924           Jungshik Shin <jshin@jtan.com>).
5925
5926 20020406
5927         + modified several of the test programs to allow them to compile with
5928           vendor curses implementations, e.g., Solaris, AIX -TD
5929
5930 20020323
5931         + modified test/configure to allow configuring against ncursesw.
5932         + change WACS_xxx definition to use address, to work like Tru64 curses.
5933
5934 20020317
5935         + add 'e' and 'm' toggles to 'a', 'A' tests in ncurses.c to demonstrate
5936           effect of echo/noecho and meta modes.
5937         + add 'A' test to ncurses.c to demonstrate wget_wch() and related
5938           functions.
5939         + add manpage: curs_get_wch.3x
5940         + implement unget_wch().
5941         + implement wget_wch().
5942
5943 20020310
5944         + regenerated html manpages.
5945         + add manpages: curs_in_wch.3x, curs_ins_wch.3x, curs_ins_wstr.3x
5946         + implement wins_wch().
5947         + implement win_wch().
5948         + implement wins_nwstr(), wins_wstr().
5949
5950 20020309
5951         + add manpages: curs_addwstr.3x, curs_winwstr.3x
5952         + implement winnwstr(), winwstr().
5953
5954 20020223
5955         + add manpages: curs_add_wchstr.3x, curs_bkgrnd.3x
5956         + document wunctrl, key_name.
5957         + implement key_name().
5958         + remove const's in lib_box.c incorrectly leftover after splitting off
5959           lib_box_set.c
5960         + update llib-lncurses, llib-ncursesw, fix configure script related to
5961           these.
5962
5963 20020218
5964         + remove quotes on "SYNOPSIS" in man/curs_box_set.3x, which resulted
5965           in spurious symlinks on install.
5966
5967 20020216
5968         + implement whline_set(), wvline_set(), add manpage curs_border_set.
5969         + add subtest 'b' to 'F' and 'f' in ncurses.c to demonstrate use of
5970           box() and box_set() functions.
5971         + add subtest 'u' to 'F' in ncurses.c, to demonstrate use of addstr()
5972           given UTF-8 string equivalents of WACS_xxx symbols.
5973         + minor fixes to several manpages based on groff -ww output.
5974         + add descriptions of external variables of termcap interface to
5975           the manpage (report by Bruce Evans <bde@zeta.org.au>).
5976         > patches by Bernhard Rosenkraenzer:
5977         + correct configure option --with-bool, which was executed as
5978           --with-ospeed.
5979         + add quotes for parameters of --with-bool and --with-ospeed configure
5980           options.
5981         > patch by Sven Verdoolaege (report by Gerhard Haering
5982           <haering_linux@gmx.de>):
5983         + correct typos in definitions of several wide-character macros:
5984           waddwstr, wgetbkgrnd, mvaddwstr, mvwadd_wchnstr, mvwadd_wchnstr,
5985           mvwaddwstr.
5986         + pass $(CPPFLAGS) to MKlib_gen.sh, thereby fixing a missing definition
5987           of _XOPEN_SOURCE_EXTENDED, e.g., on Solaris
5988
5989 20020209
5990         + implement wide-acs characters for UTF-8 locales.  When in UTF-8
5991           locale, ignore narrow version of acs.  Add 'F' test to test/ncurses.c
5992           to demonstrate.
5993         + correct prototype in keybound manpage (noted from a Debian mailing
5994           list item).
5995
5996 20020202
5997         + add several cases to the wscanw() example in testcurs.c, showing the
5998           format.
5999         + implement a simple vsscanf() fallback function which uses the %n
6000           conversion to help parse the input data (prompted by discussion with
6001           Albert Chin-A-Young).
6002         + modify mk-1st.awk and test/Makefile.in to add $(LDFLAGS) when making
6003           shared libraries, and to use $(CFLAGS) when linking test programs
6004           (patch by Albert Chin-A-Young).
6005         + add a call to _nc_keypad() in keypad() to accommodate applications
6006           such as nvi, which use curses for output but not for input (fixes
6007           Debian #131263, cf: 20011215).
6008         + add entrypoints to resizeterm.c which provide better control over the
6009           process:  is_term_resized() and resize_term().  The latter restores
6010           the original design of resizeterm() before KEY_RESIZE was added in
6011           970906.  Do this to accommodate 20010922 changes to view.c, but allow
6012           for programs with their own sigwinch handler, such as lynx (reported
6013           by Russell Ruby <russ@math.orst.edu>).
6014
6015 20020127
6016         + fix a typo in change to mk-1st.awk, which broke the shared-library
6017           makefile rules (reported by Martin Mokrejs).
6018
6019 20020126
6020         + update config.guess, config.sub
6021         + finish changes needed to build dll's on cygwin.
6022         + fix a typo in mvwchat() macro (reported by Cy <yam@homerow.net).
6023
6024 20020119
6025         + add case in lib_baudrate.c for B921600 (patch by Andrey A Chernov).
6026         + correct missing sed-editing stage in manpage installs which is used
6027           to rename manpages, broken in 20010324 fix for Debian #89939 (Debian
6028           #78866).
6029         + remove -L$(libdir) from linker flags, probably not needed any more
6030           since HPUX is handled properly (reported by Niibe Yutaka
6031           <gniibe@m17n.org>).
6032         + add configure check for mbstate_t, needed for wide-character
6033           configuration.  On some platforms we must include <wchar.h> to
6034           define this (reported by Daniel Jacobowitz).
6035         + incorporate some of the changes needed to build dll's on cygwin.
6036
6037 20020112a
6038         + workaround for awk did not work with mawk, adjusted shell script.
6039
6040 20020112
6041         + add Caps.osf1r5, as an example.
6042         + modify behavior of can_clear_with() so that if an application is
6043           running in a non-bce terminals with default colors enabled, it
6044           returns true, allowing the user to select/paste text without picking
6045           up extraneous trailing blanks (adapted from patch by Daniel
6046           Jacobowitz <dmj+@andrew.cmu.edu>).
6047         + modify generated curses.h to ifdef-out prototypes for extensions if
6048           they are disabled, and to define curses_version() as a string in that
6049           case.  This is needed to make the programs such as tic build in that
6050           configuration.
6051         + modified generated headers.sh to remove a gzip'd version of the
6052           target file if it exists, in case non-gzip'd manpages are installed
6053           into a directory where gzip'd ones exist.  In that case, the latter
6054           would be found.
6055         + corrected a redundant initialization of signal handlers from 20010922
6056           changes.
6057         + clarified bug-reporting address in terminfo.src (report by John H
6058           DuBois III <spcecdt@armory.com>).
6059         > several fixes from Robert Joop:
6060         + do not use "-v" option of awk in MKkey_defs.sh because it does not
6061           work with SunOS nawk.
6062         + modify definitions for libutf8 in curses.h to avoid redefinition
6063           warnings for mblen
6064         + quoted references to compiler in shell command in misc/Makefile, in
6065           case it uses multiple tokens.
6066
6067 20011229
6068         + restore special case from 20010922 changes to omit SA_RESTART when
6069           setting up SIGWINCH handler, which is needed to allow wgetch() to be
6070           interrupted by that signal.
6071         + updated configure macro CF_WITH_PATHLIST, to omit some double quotes
6072           not needed with autoconf 2.52
6073         + revert configure script to autoconf 2.13 patched with
6074                 autoconf-2.13-19990117.patch.gz (or later)
6075           from
6076                 ftp://invisible-island.net/autoconf/
6077           because autoconf 2.52 macro AC_PROG_AWK does not work on HPUX 11.0
6078           (report by David Ellement <ellement@sdd.hp.com>).  This also fixes a
6079           different problem configuring with Mac OS X (reported by Marc Smith
6080           <marc.a.smith@home.com>).
6081
6082 20011222
6083         + modify include/edit_cfg.h to eliminate BROKEN_LINKER symbol from
6084           term.h
6085         + move prototype for _nc_vsscanf() into curses.h.in to omit
6086           HAVE_VSSCANF symbol from curses.h, which was dependent upon the
6087           ncurses_cfg.h file which is not installed.
6088         + use ACS_LEN rather than SIZEOF(acs_map) in trace code of lib_acs.c,
6089           to work with broken linker configuration, e.g., cygwin (report by
6090           Robert Joop <rj@rainbow.in-berlin.de>).
6091         + make napms() call _nc_timed_wait() rather than poll() or select(),
6092           to work around broken implementations of these on cygwin.
6093
6094 20011218
6095         + drop configure macro CF_WIDEC_SHIFT, since that was rendered obsolete
6096           by Sven Verdoolaege's rewrite of wide-character support.  This makes
6097           libncursesw incompatible again, but makes the header files almost the
6098           same as in the narrow-character configuration.
6099         + simplify definitions that combine wide/narrow versions of bkgd, etc.,
6100           to eliminate differences between the wide/narrow versions of curses.h
6101         + correct typo in configure macro CF_FUNC_VSSCANF
6102         + correct location of call to _nc_keypad() from 20011215 changes which
6103           prevented keypad() from being disabled (reported by Lars Hecking).
6104
6105 20011215
6106         + rewrote ncurses 'a' test to exercise wgetch() and keypad() functions
6107           better, e.g., by adding a 'w' command to create new windows which
6108           may have different keypad() settings.
6109         + corrected logic of keypad() by adding internal screen state to track
6110           whether the terminal's keypad-mode has been set.  Use this in
6111           wgetch() to update the keypad-mode according to whether the
6112           associated window's keypad-mode has been set with keypad().  This
6113           corrects a related problem restoring terminal state after handling
6114           SIGTSTP (reported by Mike Castle).
6115         + regenerate configure using patch for autoconf 2.52
6116                 autoconf-2.52-patch.gz
6117           at
6118                 ftp://invisible-island.net/autoconf/
6119         + update config.guess, config.sub from
6120                 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
6121         + minor changes to quoting in configure script to allow it to work
6122           with autoconf 2.52
6123
6124 20011208
6125         + modify final checks in lib_setup.c for line and col values, making
6126           them independent.
6127         + modify acs_map[] if configure --broken-linker is specified, to make
6128           it use a function rather than an array (prompted by an incorrect
6129           implementation in cygwin package).
6130         + correct spelling of configure option --enable-colorfgbg, which
6131           happened to work if --with-develop was set (noted in cygwin package
6132           for ncurses).
6133         + modify ifdef for genericerror() to compile with SUNWspro Sun WorkShop
6134           6 update 1 C++ 5.2 (patch by Sullivan N Beck <sbeck@cise.ufl.edu>).
6135         + add configure checks to see if ncurses' fallback vsscanf() will
6136           compile either of the special cases for FILE structs, and if not,
6137           force it to the case which simply returns an error (report by
6138           Sullivan N Beck <sbeck@cise.ufl.edu> indicates that Solaris 8 with
6139           64-bits does not allow access to FILE's fields).
6140         + modify ifdef's for c++/cursesw.cc to use the fallback vsscanf() in
6141           the ncurses library if no better substitute for this can be found
6142           in the C++ runtime.
6143         + modify the build to name dynamic libraries according to the
6144           convention used on OS X and Darwin.  Rather than something like
6145           libncurses.dylib.5.2, Darwin would name it libncurses.  5.dylib.
6146           There are a few additional minor fixes, such as setting the library
6147           version and compatibility version numbers (patch by Jason Evans
6148           <jevans@apple.com>).
6149         + use 'sh' to run mkinstalldirs, to work around problems with buggy
6150           versions of 'make' on OS/2 (report by John Polterak <jp@eyup.org>).
6151         + correct typo in manpage description of curs_set() (Debian #121548).
6152         + replace the configure script existence-check for mkstemp() by one
6153           that checks if the function works, needed for older glibc and
6154           AmigaOS.
6155
6156 20011201
6157         + modify script that generates fallbacks.c to compile a temporary
6158           copy of the terminfo source in case the host does not contain all of
6159           the entries requested for fallbacks (request by Greg Roelofs).
6160         + modify configure script to accommodate systems such as Mac OS X whose
6161           <stdbool.h> header defines a 'bool' type inconsistent with ncurses,
6162           which normally makes 'bool' consistent with C++.  Include <stdbool.h>
6163           from curses.h to force consistent usage, define a new type
6164           NCURSES_BOOL and related that to the exported 'bool' as either a
6165           typedef or definition, according to whether <stdbool.h> is present
6166           (based on a bug report for tin 1.5.9 by Aaron Adams <adamsa@mac.com>).
6167
6168 20011124
6169         + added/updated terminfo entries for M$ telnet and KDE konsole -TD
6170
6171 20011117
6172         + updated/expanded Apple_Terminal and Darwin PowerPC terminfo entries
6173           (Benjamin C W Sittler).
6174         + add putty terminfo entry -TD
6175         + if configuring for wide-curses, define _XOPEN_SOURCE_EXTENDED, since
6176           this may not otherwise be defined to make test/view.c compile.
6177
6178 20011110
6179         + review/correct several missing/generated items in curses.wide, sorted
6180           the lists to make subsequent diff's easier to track.
6181
6182 20011103
6183         + add manual pages for add_wch(), echo_wchar(), getcchar(),
6184           mvadd_wch(), mvwadd_wch(), setcchar(), wadd_wch() and wecho_wchar().
6185         + implement wecho_wchar()
6186         + modify _tracedump() to handle wide-characters by mapping them to '?'
6187           and control-characters to '.', to make the trace file readable.  Also
6188           dynamically allocate the buffer used by _tracedump() for formatting
6189           the results.
6190         + modify T_CALLED/T_RETURN macros to ease balancing call/return lines
6191           in a trace by using curly braces.
6192         + implement _nc_viscbuf(), for tracing cchar_t arrays.
6193         + correct trace-calls in setcchar() and getcchar() functions, which
6194           traced the return values but not the entry to each function.
6195         + correct usage message in test/view.c, which still mentioned -u flag.
6196
6197 20011027
6198         + modify configure script to allow building with termcap only, or with
6199           fallbacks only.  In this case, we do not build tic and toe.
6200         + add configure --with-termpath option, to override default TERMPATH
6201           value of /etc/termcap:/usr/share/misc/termcap.
6202         + cosmetic change to tack: make menu descriptions agree with menu
6203           titles.
6204
6205 20011020
6206         + rewrote limit-checks in wscrl() and associated _nc_scroll_window(),
6207           to ensure that if the parameter of wscrl() is larger than the size of
6208           the scrolling region, then the scrolling region will be cleared
6209           (report by Ben Kohlen <bckohlen@yahoo.com>).
6210         + add trace/varargs.c, using this to trace parameters in lib_printw.c
6211         + implement _tracecchar_t2() and _tracecchar_t().
6212         + split-out trace/visbuf.c
6213         + correct typo in lib_printw.c changes from 20010922 (report by Mike
6214           Castle).
6215
6216 20011013
6217         + modify run_tic.sh to check if the build is a cross-compile.  In that
6218           case, do not use the build's tic to install the terminfo database
6219           (report by Rafael Rodriguez Velilla <rrv@tid.es>).
6220         + modify mouse click resolution so that mouseinterval(-1) will disable
6221           it, e.g., to handle touchscreens via a slow connection (request by
6222           Byron Stanoszek <gandalf@winds.org>).
6223         + correct mouseinterval() default value shown in curs_mouse.3x
6224         + remove conflicting definition of mouse_trafo() (reported by Lars
6225           Hecking, using gcc 2.95.3).
6226
6227 20011001
6228         + simpler fix for signal_name(), to replace the one overlooked in
6229           20010929 (reported by Larry Virden).
6230
6231 20010929
6232         + add -i option to view.c, to test ncurses' check for non-default
6233           signal handler for SIGINT, etc.
6234         + add cases for shared-libraries on Darwin/OS X (patch by Rob Braun
6235           <bbraun@synack.net>).
6236         + modify tset to restore original I/O modes if an error is encountered.
6237           Also modify to use buffered stderr consistently rather than mixing
6238           with write().
6239         + change signal_name() function to use if-then-else rather than case
6240           statement, since signal-values aren't really integers (reported by
6241           Larry Virden).
6242         + add limit checks in wredrawln(), fixing a problem where lynx was
6243           repainting a pad which was much larger than the screen.
6244
6245 20010922
6246         + fix:  PutRange() was counting the second part of a wide character as
6247           part of a run, resulting in a cursor position that was one too far
6248           (patch by Sven Verdoolaege).
6249         + modify resizeterm() to not queue a KEY_RESIZE if there was no
6250           SIGWINCH, thereby separating the two styles of SIGWINCH handling
6251           in test/view.c
6252         + simplified lib_tstp.c, modify it to use SA_RESTART flag for SIGWINCH.
6253         + eliminate several static buffers in the terminfo compiler, using
6254           allocated buffers.
6255         + modify MKkeyname.awk so that keyname() does not store its result into
6256           a static buffer that is overwritten by the next call.
6257         + reorganize the output of infocmp -E and -e options to compile cleanly
6258           with gcc -Wwrite-strings warnings.
6259         + remove redefinition of chgat/wchgat/mvwchgat from curses.wide
6260
6261 20010915
6262         + add label to test/view.c, showing the name of the last key or signal
6263           that made the screen repaint, to make it clearer when a sigwinch
6264           does this.
6265         + use ExitProgram() consistently in the test-programs to make it
6266           simpler to test leaks with dmalloc, etc.
6267         + move hashtab static data out of hashmap.c into SCREEN struct.
6268         + make NO_LEAK code compile with revised WINDOWLIST structs.
6269
6270 20010908
6271         + modify tgetent() to check if exit_attribute_mode resets the alternate
6272           character set, and if so, attempt to adjust the copy of the termcap
6273           "me" string which it will return to eliminate that part.  In
6274           particular, 'screen' would lose track of line-drawing characters
6275           (report by Frederic L W Meunier <0@pervalidus.net>, analysis by
6276           Michael Schroeder).
6277
6278 20010901
6279         + specify DOCTYPE in html manpages.
6280         + add missing macros for several "generated" functions:  attr_get(),
6281           attr_off(), attr_on(), attr_set(), chgat(), mvchgat(), mvwchgat() and
6282           mouse_trafo().
6283         + modify view.c to agree with non-experimental status of ncurses'
6284           sigwinch handler:
6285           + change the sense of the -r option, making it default to ncurses'
6286             sigwinch handler.
6287           + add a note explaining what functions are unsafe in a signal
6288             handler.
6289           + add a -c option, to set color display, for testing.
6290         + unset $data variable in MKterminfo.sh script, to address potential
6291           infinite loop if shell malfunction (report by Samuel Mikes
6292           <smikes@cubane.com>, for bash 2.05.0 on a Linux 2.0.36 system).
6293         + change kbs in mach terminfo entries to ^?  (Marcus Brinkmann
6294           <Marcus.Brinkmann@ruhr-uni-bochum.de>).
6295         + correct logic for COLORFGBG environment variable: if rxvt is compiled
6296           with xpm support, the variable has three fields, making it slightly
6297           incompatible with itself.  In either case, the background color is
6298           the last field.
6299
6300 20010825
6301         + move calls to def_shell_mode() and def_prog_mode() before loop with
6302           callbacks in lib_set_term.c, since the c++ demo otherwise initialized
6303           the tty modes before saving them (patch by John David Anglin
6304           <dave@hiauly1.hia.nrc.ca>).
6305         + duplicate logic used to initialize trace in newterm(), in initscr()
6306           to avoid confusing trace of initscr().
6307         + simplify allocation of WINDOW and WINDOWLIST structs by making the
6308           first a part of the second rather than storing a pointer.  This saves
6309           a call to malloc for each window (discussion with Philippe Blain).
6310         + remove unused variable 'used_ncv' from lib_vidattr.c (Philippe
6311           Blain).
6312         + modify c++/Makefile.in to accommodate archive programs that are
6313           different for C++ than for C, and add cases for vendor's C++
6314           compilers on Solaris and IRIX (report by Albert Chin-A-Young).
6315         + correct manpage description of criteria for deciding if the terminal
6316           supports xterm mouse controls.
6317         + add several configure script options to aid with cross-compiling:
6318           --with-build-cc, --with-build-cflags, --with-build-ldflags, and
6319           --with-build-libs (request by Greg Roelofs).
6320         + change criteria for deciding if configure is cross-compiling from
6321           host/build mismatch to host/target mismatch (request by Greg Roelofs
6322           <greg.roelofs@philips.com>).
6323         + correct logic for infocmp -e and -E options which writes the data for
6324           the ext_Names[] array.  This is needed if one constructs a fallback
6325           table for a terminfo entry which uses extended termcap names, e.g.,
6326           AX in a color xterm.
6327         + fix undefined NCURSES_PATHSEP when configure --disable-database
6328           option is given.
6329
6330 20010811
6331         + fix for VALID_BOOLEAN() macro when char is not signed.
6332         + modify 'clean' rule for C++ binding to work with Sun compiler, which
6333           caches additional information in a subdirectory of the objects.
6334         + added llib-ncursesw.
6335
6336 20010804
6337         + add Caps.keys example for experimental extended function keys
6338           (adapted from a patch by Ilya Zakharevich).
6339         + correct parameter types of vidputs() and vidattr() to agree with
6340           header files (report by William P Setzer).
6341         + fix typos in several man-pages (patch by William P Setzer).
6342         + remove unneeded ifdef for __GNUG__ in CF_CPP_VSCAN_FUNC configure
6343           macro, which made ncurses C++ binding fail to build with other
6344           C++ compilers such as HPUX 11.x (report by Albert Chin-A-Young).
6345         + workaround for bug in HPUX 11.x C compiler: add a blank after
6346           NCURSES_EXPORT macro in form.h (report by Albert Chin-A-Young)
6347         + ignore blank lines in Caps* files in MKkey_defs.sh script (report by
6348           Albert Chin-A-Young).
6349         + correct definition of key_end in Caps.aix4, which left KEY_END
6350           undefined (report by Albert Chin-A-Young).
6351         + remove a QNX-specific fallback prototype for vsscanf(), which is
6352           obsolete with QNX RTP.
6353         + review/fix some of the T() and TR() macro calls, having noticed that
6354           there was no data for delwin() in a trace of dialog because there was
6355           no returnVoid call for wtimeout().  Also, traces in lib_twait.c are
6356           now selected under TRACE_IEVENT rather than TRACE_CALLS.
6357
6358 20010728
6359         + add a _nc_access() check before opening files listed via $TERMPATH.
6360         + using modified man2html, regenerate some of the html manpages to fix
6361           broken HREF's where the link was hyphenated.
6362
6363 20010721
6364         + add some limit/pointer checks to -S option of tputs.
6365         + updated/expanded Apple_Terminal and Darwin PowerPC terminfo entries
6366           (Benjamin C W Sittler).
6367         + add a note in curs_termcap.3x regarding a defect in the XSI
6368           description of tgetent (based on a discussion with Urs Jansen
6369           regarding the HPUX 11.x implementation, whose termcap interface is
6370           not compatible with existing termcap programs).
6371         + modify manhtml rule in dist.mk to preserve copyright notice on the
6372           generated files, as well as to address HTML style issues reported by
6373           tidy and weblint.  Regenerated/updated corresponding html files.
6374         + comment out use of Protected_Character and related rarely used
6375           attributes in ncurses Ada95 test/demo to compile with wide-character
6376           configuration.
6377
6378 20010714
6379         + implement a simple example in C++ demo to test scanw().
6380         + corrected stdio function used to implement scanw() in cursesw.cc
6381         + correct definition of RemAttr() macro from 20010602 changes, which
6382           caused C++ SillyDemo to not show line-drawing characters.
6383         + modify C++ binding, adding getKey() which can be overridden by user
6384           to substitute functions other than getch() for keyboard processing
6385           of forms and menus (patch by Juergen Pfeifer).
6386
6387 20010707
6388         + fix some of the trace calls which needed modification to work with
6389           new wide-character structures.
6390         + modify magic-cookie code in tty_update.c to compile with new
6391           wide-character structures (report by <George.R.Goffe@seagate.com>).
6392         + ensure that _XOPEN_SOURCE_EXTENDED is defined in curses.priv.h if
6393           compiling for wide-character configuration.
6394         + make addwnstr() handle non-spacing characters (patch by Sven
6395           Verdoolaege).
6396
6397 20010630
6398         + add configure check to define _GNU_SOURCE, needed to prop up glibc
6399           header files.
6400         + split-out include/curses.wide to solve spurious redefinitions caused
6401           by defining _GNU_SOURCE, and move includes for <signal.h> before
6402           <curses.h> to work around misdefinition of ERR in glibc 2.1.3 header
6403           file.
6404         + extended ospeed change to NetBSD and OpenBSD -TD
6405         + modify logic in lib_baudrate.c for ospeed, for FreeBSD to make it
6406           work properly for termcap applications (patch by Andrey A Chernov).
6407
6408 20010623
6409         + correct an overlooked CharOf/UChar instance (reports by Eugene Lee
6410           <eugene@anime.net>, Sven Verdoolaege).
6411         + correct unneeded ifdef for wunctrl() (reported by Sven Verdoolaege)
6412
6413 20010618
6414         + change overlooked several CharOf/UChar instances.
6415         > several patches from Sven Verdoolaege:
6416         + correct a typo in wunctrl(), which made it appear that botwc() was
6417           needed (no such function: use btowc()).
6418         + reimplement wide-character demo in test/view.c, using new functions.
6419         + implement getcchar(), setcchar(), wadd_wchnstr() and related macros.
6420         + fix a syntax problem with do/if/while in PUTC macro (curses.priv.h).
6421
6422 20010616
6423         + add parentheses in macros for malloc in test.priv.h, fixes an
6424           expression in view.c (report by Wolfgang Gutjahr <gutw@knapp.co.at>).
6425         + add Caps.uwin, as an example.
6426         + change the way curses.h is generated, making the list of function
6427           key definitions extracted from the Caps file.
6428         + add #undef's before possible redefinition of ERR and OK in curses.h
6429         + modify logic in tic, toe, tput and tset which checks for basename of
6430           argv[0] to work properly on systems such as OS/2 which have
6431           case-independent filenames and/or program suffixes, e.g., ".ext".
6432
6433 20010609
6434         + add a configure check, if --enable-widec is specified, for putwc(),
6435           which may be in libutf8.
6436         + remove some unnecessary text from curs_extend.3x and
6437           default_colors.3x which caused man-db to make incorrect symbolic
6438           links (Debian #99550).
6439         + add configure check if cast for _IO_va_list is needed to compile
6440           C++ vscan code (Debian #97945).
6441         > several patches from Sven Verdoolaege:
6442         + correct code that used non-standard auto-initialization of a struct,
6443           which gcc allows (report by Larry Virden).
6444         + use putwc() in PUTC() macro.
6445         + make addstr() work for the special case where the codeset is
6446           non-stateful (eg. UTF-8), as well as stateful codesets.
6447
6448 20010603
6449         + correct loop expression in NEXT_CHAR macro for lib_addstr.c changes
6450           from 20010602 (report by Mike Castle).
6451
6452 20010602
6453         + modify mvcur() to avoid emitting newline characters when nonl() mode
6454           is set.  Normally this is not a problem since the actual terminal
6455           mode is set to suppress nl/crlf translations, however it is useful to
6456           allow the caller to manipulate the terminal mode to avoid staircasing
6457           effects after spawning a process which writes messages (for lynx
6458           2.8.4) -TD
6459         > several patches from Sven Verdoolaege <skimo@kotnet.org>:
6460         + remove redundant type-conversion in fifo_push()
6461         + correct definition of addwstr() macro in curses.h.in
6462         + remove _nc_utf8_outch()
6463         + rename most existing uses of CharOf() to UChar(), e.g., where it is
6464           used to prevent sign-extension in ctype macros.
6465         + change some chtype's to attr_t's where the corresponding variables
6466           are used to manipulate attributes.
6467         + UpdateAttr() was applied to both attributes (attr_t) and characters
6468           (chtype).  Modify macro and calls to it to make these distinct.
6469         + add CharEq() macro, use in places where wide-character configuration
6470           implementation uses a struct for cchar_t.
6471         + moved struct ldat into curses.priv.h, to hide implementation details.
6472         + change CharOf() macro to use it for masking A_CHARTEXT data from
6473           chtype's.
6474         + add L() macro to curses.priv.h, for long-character literals.
6475         + replace several assignments from struct ldat entries to chtype or
6476           char values with combinations of CharOf() and AttrOf() macros.
6477         + add/use intermediate ChAttrOf() and ChCharOf() macros where we know
6478           we are using chtype data.
6479         + add/use lowlevel attribute manipulation macros AddAttr(), RemAttr()
6480           and SetAttr().
6481         + add/use SetChar() macro, to change a cchar_t based on a character and
6482           attributes.
6483         + convert most internal use of chtype to NCURSES_CH_T, to simplify use
6484           of cchar_t for wide-character configuration.  Similarly, use ARG_CH_T
6485           where a pointer would be more useful.
6486         + add stubs for tracing cchar_t values.
6487         + add/use macro ISBLANK()
6488         + add/use constructors for cchar_t's: NewChar(), NewChar2().
6489         + add/use macros CHREF(), CHDEREF(), AttrOfD(), CharOfD() to facilitate
6490           passing cchar_t's by address.
6491         + add/use PUTC_DATA, PUTC() macros.
6492         + for wide-character configuration, move the window background data to
6493           the end of the WINDOW struct so that whether _XOPEN_SOURCE_EXTENDED
6494           is defined or not, the offsets in the struct will not change.
6495         + modify addch() to work with wide-characters.
6496         + mark several wide-character functions as generated in curses.h.in
6497         + implement wunctrl(), wadd_wch(), wbkgrndset(), wbkgrnd(),
6498           wborder_set() and waddnwstr().
6499
6500 20010526
6501         + add experimental --with-caps=XXX option to customize to similar
6502           terminfo database formats such as AIX 4.x
6503         + add Caps.aix4 as an example.
6504         + modify Caps to add columns for the the KEY_xxx symbols.
6505         + modify configure --with-widec to suppress overwrite of libcurses.so
6506           and curses.h
6507         + add checks to toe.c to avoid being confused by files and directories
6508           where we would expect the reverse, e.g., source-files in the
6509           top-level terminfo levels as is the case for AIX.
6510
6511 20010519
6512         + add top-level 'depend' rule for the C sources, assuming that the
6513           makedepend program is available.  As a side-effect, this makes
6514           the generated sources, as in "make sources" (prompted by a report
6515           by Mike Castle that "make -j" fails because the resulting parallel
6516           processes race to generate ncurses/names.c).
6517         + modify configure script so that --disable-overwrite option's action
6518           to add a symbolic link for libcurses applies to the static library as
6519           well as the shared library when both are configured (report by Felix
6520           Natter <f.natter@ndh.net>).
6521         + add ELKS terminfo entries (Federico Bianchi
6522           <bianchi@www.arte.unipi.it>)
6523         + add u6 (CSR) to Eterm (Michael Jennings).
6524
6525 20010512
6526         + modify test/ncurses.c to work with xterm-256color, which has fewer
6527           color pairs than colors*colors (report by David Ellement
6528           <ellement@sdd.hp.com>).
6529
6530 20010505
6531         + corrected screen.xterm-xfree86 entry.
6532         + update comment in Caps regarding IBM (AIX) function-key definitions.
6533
6534 20010421
6535         + modify c++/Makefile.in to link with libncurses++w.a when configured
6536           for wide-characters (patch by Sven Verdoolaege).
6537         + add check in _nc_trace_buf() to refrain from freeing a null pointer.
6538         + improve CF_PROG_INSTALL macro using CF_DIRNAME.
6539         + update config.guess, config.sub from autoconf 2.49e (alpha).
6540
6541 20010414
6542         + add secondary check in tic.c, similar_sgr() to see if the reason
6543           for mismatch was that the individual capabilities used a time-delay
6544           while sgr did not.  Used this to cleanup mismatches, e.g., in vt100,
6545           and remove time-delay from Apple_Terminal entries.
6546         + add Apple_Terminal terminfo entries (Benjamin C W Sittler
6547           <bsittler@iname.com>).
6548         + correct definitions of shifted editing keys for xterm-xfree86 -TD
6549         + fix a bug in test/bs.c from 20010407 (patch by Erik Sigra).
6550         + prevent relative_move() from doing an overwrite if it detects 8-bit
6551           characters when configured for UTF-8 (reported by Sven Verdoolaege
6552           <skimo@kotnet.org>).
6553
6554 20010407
6555         + add configure checks for strstream.h vscan function, and similar
6556           stdio-based function which may be used in C++ binding for gcc 3.0
6557           (reports by George Goffe, Lars Hecking, Mike Castle).
6558         + rewrite parts of configure.in which used changequote().  That feature
6559           is broken in the latest autoconf alphas (e.g., 2.49d).
6560         + add a missing pathname for ncurses_dll.h, needed when building in
6561           a directory outside the source tree (patch by Sven Verdoolaege
6562           <skimo@kotnet.org>).
6563         > fix 2 bugs in test/bs.c Erik Sigra <sigra@home.se>:
6564         + no ships were ever placed in the last row or in the last column.
6565           This made the game very easy to win, because you never had to waste
6566           any shots there, but the computer did.
6567         + the squares around a sunken ship that belonged to the player were not
6568           displayed as already hit by the computer, like it does for the
6569           player.
6570
6571 20010331
6572         + add some examples of customizing screen's terminfo:
6573           screen.xterm-xfree86, screen.xterm-r6, screen.teraterm -TD
6574         + modify screen's terminfo entry to match the khome/kend in screen
6575           3.09.08 (Debian #92215).
6576         + correct a memory leak in forms library (report by Stefan Vogtner
6577           <stefan@vogtner.de>) (patch by Juergen Pfeifer).
6578
6579 20010324
6580         + change symbols used to guard against repeated includes to begin
6581           consistently with "NCURSES_" rather than a leading underscore.  There
6582           are other symbols defined in the header files which begin with a
6583           leading underscore, but they are part of the legacy interface.
6584         + reorder includes in c++ binding so that rcs identifiers can be
6585           compiled-in.
6586         + add .cc.ii rule to c++ makefile, to get preprocessor output for
6587           debugging.
6588         + correct configure script handling of @keyword@ substitutions when the
6589           --with-manpage-renames option is given (cf: 20000715, fixes Debian
6590           #89939).
6591         + report stack underflow/overflow in tparm() when tic -cv option is
6592           given.
6593         + remove spurious "%|" operator from xterm-xfree86 terminfo entry,
6594           (reported by Adam Costello <amc@cs.berkeley.edu>, Debian #89222).
6595
6596 20010310
6597         + cleanup of newdemo.c, fixing some ambiguous expressions noted by gcc
6598           2.95.2, and correcting some conflicting color pair initializations.
6599         + add missing copyright notice for cursesw.h
6600         + review, make minor fixes for use of '::' for referring to C-language
6601           interface from C++ binding.
6602         + modify configure check for g++ library slightly to accommodate
6603           nonstandard version number, e.g., <vendor>-2.7 (report by Ronald Ho
6604           <rho@mipos2.intel.com>).
6605         + add configure check for c++ <sstream> header, replace hardcoded
6606           ifdef.
6607         + workaround for pre-release of gcc 3.0 libstdc++, which has dropped
6608           vscan from strstreambuf to follow standard, use wrapper for C vscanf
6609           instead (report by George Goffe <grgoffe@excite.com> and Matt Taggart
6610           <taggart@carmen.fc.hp.com>, fixes Debian .
6611
6612 20010303
6613         + modify interface of _nc_get_token() to pass 'silent' parameter to it,
6614           to make quieter loading of /etc/termcap (patch by Todd C Miller).
6615         + correct a few typos in curs_slk.3x and curs_outopts.3x manpages
6616           (patch by Todd C Miller).
6617
6618 20010224
6619         + compiler-warning fixes (reported by Nelson Beebe).
6620
6621 20010210
6622         + modify screen terminfo entry to use new 3.9.8 feature allowing xterm
6623           mouse controls -TD
6624
6625 20010203
6626         + broaden patterns used to match OS/2 EMX in configure script to cover
6627           variant used in newer config.guess/config.sub
6628         + remove changequote() calls from configure script, since this feature
6629           is broken in the autoconf 2.49c alpha, maintainers decline to fix.
6630         + remove macro callPutChar() from tty_update.c, since this is no longer
6631           needed (reported by Philippe Blain).
6632         + add a null-pointer check in tic.c to handle the case when the input
6633           file is really empty.  Modify the next_char() function in comp_scan.c
6634           to allow arbitrarily long lines, and incidentally supply a newline to
6635           files that do not end in a newline.  These changes improve tic's
6636           recovery from attempts to read binary files, e.g., its output from
6637           the terminfo database (reported by Bernhard Rosenkraenzer).
6638
6639 20010127
6640         + revert change to c++/demo.cc from 20001209, which changed definition
6641           of main() apparently to accommodate cygwin linker, but broke the demo
6642           program.
6643         + workaround for broken egcs 2.91.66 which calls member functions
6644           (i.e., lines() and colors() of NCursesWindow before calling its
6645           constructor.  Add calls to initialize() in a few constructors which
6646           did not do this already.
6647         + use the GNAT preprocessor to make the necessary switch between TRACE
6648           and NO_TRACE configurations (patch by Juergen Pfeifer).
6649         > patches by Bernhard Rosenkraenzer:
6650         + modify kterm terminfo entry to use SCS sequence to support alternate
6651           character set (it does not work with SI/SO).
6652         + --with-ospeed=something didn't work.  configure.in checked for a
6653           $enableval where it should check for $withval.  Also,
6654           ncurses/llib-lncurses still had a hardcoded short.
6655
6656 20010114
6657         + correction to my merge of Tom Riddle's patch that broke tic in some
6658           conditions (reported by Enoch Wexler <enoch@wexler.co.il>) -TD
6659
6660 20010113
6661         + modify view.c to test halfdelay().  Like other tests, this recognizes
6662           the 's' and space commands for stopping/starting polled input, shows
6663           a freerunning clock in the header.  If given a parameter to 's', that
6664           makes view.c use halfdelay() with that parameter rather than
6665           nodelay().
6666         + fix to allow compile with the experimental configure option
6667           --disable-hashmap.
6668         + modify postprocess_termcap() to avoid overwriting key_backspace,
6669           key_left, key_down when processing a non-base entry (report/patch by
6670           Tom Riddle).
6671         + modify _nc_wrap_entry(), adding option to reallocate the string
6672           table, needed in _nc_merge_entry() when merging termcap entries.
6673           (adapted from report/patch by Tom Riddle <ftr@oracom.com>).
6674         + modify a few configure script macros to keep $CFLAGS used only for
6675           compiler options, preprocessor options in $CPPFLAGS.
6676
6677 20001230
6678         + correct marker positions in lrtest.c after receiving a sigwinch.
6679         + fix ifdef's in ncurses.c to build against pre-5.2 for testing.
6680         + fixes to tclock for resizing behavior, redundant computation (report
6681           and patch by A M Kuchling <akuchlin@mems-exchange.org>).
6682
6683 20001216
6684         + improved scoansi terminfo entry -TD
6685         + modify configure script and makefile in Ada95/src to compile a stub
6686           for the trace functions when ncurses does not provide those.
6687
6688 20001209
6689         + add ncurses_dll.h and related definitions to support generating DLL's
6690           with cygwin (adapted from a patch by Charles Wilson
6691           <cwilson@ece.gatech.edu>, changed NCURSES_EXPORT macro to make it
6692           work with 'indent') -TD
6693
6694 20001202
6695         + correct prototypes for some functions in curs_termcap.3x, matching
6696           termcap.h, which matches X/Open.
6697         > patch by Juergen Pfeifer:
6698         + a revised version of the Ada enhancements sent in by "H.
6699           Nanosecond", aka Eugene V Melaragno <aldomel@ix.netcom.com>.  This
6700           patch includes
6701           - small fixes to the existing ncurses binding
6702           - addition of some more low-level functions to the binding, including
6703             termcap and terminfo functions
6704           - An Ada implementation of the "ncurses" test application originally
6705             written in C.
6706
6707 20001125
6708         + modify logic in lib_setup.c to allow either lines or columns value
6709           from terminfo to be used if the screen size cannot be determined
6710           dynamically rather than requiring both (patch by Ehud Karni
6711           <ehud@unix.simonwiesel.co.il>).
6712         + add check in lib_tgoto.c's is_termcap() function to reject null or
6713           empty strings (reported by Valentin Nechayev <netch@netch.kiev.ua> to
6714           freebsd-bugs).
6715         + add definition from configure script that denotes the path-separator,
6716           which is normally a colon.  The path-separator is a semicolon on
6717           OS/2 EMX and similar systems which may use a colon within pathnames.
6718         + alter logic to set default for --disable-overwrite option to set it
6719           to 'yes' if the --prefix/$prefix value is not /usr/local, thereby
6720           accommodating the most common cause of problems: gcc's nonstandard
6721           search rules.  Other locations such as /usr/local/ncurses will
6722           default to overwriting (report by Lars Hecking <lhecking@nmrc.ie>).
6723
6724 20001118
6725         + modify default for --disable-overwrite configure option to disable
6726           if the --prefix or $prefix value is not /usr.
6727         + add cygwin to systems for which ncurses is installed by default into
6728           /usr rather than /usr/local.
6729
6730 20001111
6731         + minor optimization in comp_error.c and lib_termname.c, using
6732           strncat() to replace strncpy() (patch by Solar Designer).
6733         + add a use_terminfo_vars() check for $HOME/.termcap, and check for
6734           geteuid() to use_terminfo_vars() (patch by Solar Designer
6735           <solar@false.com>).
6736         + improved cygwin terminfo entry, based on patch by
6737           <ernie_boyd@yahoo.com>.
6738         + modify _nc_write_entry() to allow for the possibility that linking
6739           aliases on a filesystem that ignores case would not succeed because
6740           the source and destination differ only by case, e.g., NCR260VT300WPP0
6741           on cygwin (report by Neil Zanella).
6742         + fix a typo in the curs_deleteln.3x man page (patch by Bernhard
6743           Rosenkraenzer <bero@redhat.de>).
6744
6745 20001104
6746         + add configure option --with-ospeed to assist packagers in transition
6747           to 5.3 change to ospeed type.
6748         + add/use CharOf() macro to suppress sign-extension of char type on
6749           platforms where this is a problem in ctype macros, e.g., Solaris.
6750         + change trace output to binary format.
6751         + correct a missing quote adjustment in CF_PATH_SYNTAX autoconf
6752           macro, for OS/2 EMX configuration.
6753         + rearrange a few configure macros, moving preprocessor options to
6754           $CPPFLAGS (a now-obsolete version of autoconf did not consistently
6755           use $CPPFLAGS in both the compile and preprocessor checks).
6756         + add a check in relative_move() to guard against buffer overflow in
6757           the overwrite logic.
6758
6759 20001028
6760         + add message to configure script showing g++ version.
6761         + resync config.guess, config.sub
6762         + modify lib_delwin.c, making it return ERR if the window did not exist
6763           (suggested by Neil Zanella).
6764         + add cases for FreeBSD 3.1 to tdlint and makellib scripts, used this
6765           to test/review ncurses library.  (Would use lclint, but it doesn't
6766           work).
6767         + reorganized knight.c to avoid forward references.  Correct screen
6768           updates when backtracking, especially to the first cell.  Add F/B/a
6769           commands.
6770
6771 20001021 5.2 release for upload to ftp.gnu.org
6772         + update generated html files from manpages.
6773         + modify dist.mk to use edit_man.sh to substitute autoconf'd variables
6774           in html manpages.
6775         + fix an uninitialized pointer in read_termcap.c (report by Todd C
6776           Miller, from report/patch by Philip Guenther <guenther@gac.edu>).
6777         + correct help-message and array limit in knight.c (patch by Brian
6778           Raiter <breadbox@muppetlabs.com>).
6779         > patch by Juergen Pfeifer:
6780         + fix to avoid warning by GNAT-3.13p about use of inconsistent casing
6781           for some identifiers defined in the standard package.
6782         + cosmetic change to forms/fty_enum.c
6783
6784 20001014
6785         + correct an off-by-one position in test/railroad.c which could cause
6786           wrapping at the right margin.
6787         + test/repair some issues with libtool configuration.  Make
6788           --disable-echo force libtool --silent.  (Libtool does not work for
6789           OS/2 EMX, works partly for SCO - libtool is still very specific to
6790           gcc).
6791         + change default of --with-manpage-tbl to "no", since for most of the
6792           platforms which do have tbl installed, the system "man" program
6793           understands how to run tbl automatically.
6794         + minor improvement to force_bar() in comp_parse.c (Bernhard
6795           Rosenkraenzer <bero@redhat.de>).
6796         + modify lib_tparm.c to use get_space() before writing terminating
6797           null character, both for consistency as well as to ensure that if
6798           save_char() was called immediately before, that the allocated memory
6799           is enough (patch by Sergei Ivanov).
6800         + add note about termcap ML capability which is duplicated between two
6801           different capabilities:  smgl and smglr (reported by Sergei Ivanov
6802           <svivanov@pdmi.ras.ru>).
6803         + correct parameter counts in include/Caps for dclk as well as some
6804           printer-specific capabilities: csnm, defc, scs, scsd, smgtp, smglp.
6805         > patch by Johnny C Lam <lamj@stat.cmu.edu>:
6806         + add support for building with libtool (apparently version 1.3.5,
6807           since old versions do not handle -L../lib), using new configure
6808           option --with-libtool.
6809         + add configure option --with-manpage-tbl, which causes the manpages to
6810           be preprocessed by tbl(1) prior to installation,
6811         + add configure option --without-curses-h, which causes the
6812           installation process to install curses.h as ncurses.h and make
6813           appropriate changes to headers and manpages.
6814
6815 20001009
6816         + correct order of options/parameters in run_tic.in invocation of tic,
6817           which did not work with standard getopt() (reported by Ethan
6818           Butterfield <primus@veris.org>).
6819         + correct logic for 'reverse' variable in lib_vidattr.c, which was
6820           setting it true without checking if newmode had A_REVERSE set, e.g.,
6821           using $TERM=ansi on OS/2 EMX (see 20000917).
6822         > patch by Todd C Miller:
6823         + add a few missing use_terminfo_vars() and fixes up _nc_tgetent().
6824           Previously, _nc_cgetset() would still get called on cp so the
6825           simplest thing is to set cp to NULL if !use_terminfo_vars().
6826         + added checks for an empty $HOME environment variable.
6827         > patches for OS/2 EMX (Ilya Zakharevich):
6828         + modify convert_configure.pl to support INSTALL.  Change compiler
6829           options in that script to use multithreading, needed for the mouse.
6830         + modify OS/2 mouse support, retrying as a 2-button mouse if code fails
6831           to set up a 3-button mouse.
6832         + improve code for OS/2 mouse support, using _nc_timed_wait() to
6833           replace select() call.
6834
6835 20001007
6836         + change type of ospeed variable back to short to match its use in
6837           legacy applications (reported by Andrey A Chernov).
6838         + add case to configure script for --enable-rpath on IRIX (patch by
6839           Albert Chin-A-Young).
6840         + minor fix to position_check() function, to ensure it gets the whole
6841           cursor report before decoding.
6842         + add configure option --disable-assumed-color, to allow pre-5.1
6843           convention of default colors used for color-pair 0 to be configured
6844           (see assume_default_colors()).
6845         + rename configure option --enable-hashmap --disable-hashmap, and
6846           reorder the configure options, splitting the experimental and
6847           development
6848         + add configure option --disable-root-environ, which tells ncurses to
6849           disregard $TERMINFO and similar environment variables if the current
6850           user is root, or running setuid/setgid (based on discussion with
6851           several people).
6852         + modified misc/run_tic.in to use tic -o, to eliminate dependency on
6853           $TERMINFO variable for installs.
6854         + add table entry for plab_norm to tput, so it passes in strings
6855           for that capability.
6856         + modify parse_format() in lib_tparm.c to ignore precision if it is
6857           longer than 10000 (report by Jouko Pynnonen).
6858         + rewrote limit checks in lib_mvcur.c using new functions
6859           _nc_safe_strcat(), etc.  Made other related changes to check lengths
6860           used for strcat/strcpy (report by Jouko Pynnonen
6861           <jouko@solutions.fi>).
6862
6863 20000930
6864         + modify several descriptions, including those for setaf, setab, in
6865           include/Caps to indicate that the entries are parameterized.  This
6866           information is used to tell which strings are translated when
6867           converting to termcap.  Fixes a problem where the generated termcap
6868           would contain a spurious "%p1" for the terminfo "%p1%d".
6869         + modify ld -rpath options (e.g., Linux, and Solaris) to use an
6870           absolute pathname for the build tree's lib directory (prompted by
6871           discussion with Albert Chin-A-Young).
6872         + modify "make install.man" and "make uninstall.man" to include tack's
6873           man-page.
6874         + various fixes for install scripts used to support configure --srcdir
6875           and --with-install-prefix (reported by Matthew Clarke
6876           <Matthew_Clarke@mindlink.bc.ca>).
6877         + make configure script checks on variables $GCC and $GXX consistently
6878           compare against 'yes' rather than test if they are nonnull, since
6879           either may be set to the corresponding name of the C or C++ compiler
6880           (report/patch by Albert Chin-A-Young).
6881
6882 20000923
6883         + modify rs2 capability in xterm-r6 and similar where cursor
6884           save/restore bracketed the sequence for resetting video attributes.
6885           The cursor restore would undo that (report by John Hawkinson
6886           <jhawk@MIT.EDU> (see NetBSD misc/11052)).
6887         + using parameter check added to tic, corrected 27 typos in
6888           terminfo.src -TD
6889         + modify tic to verify that its inputs are really files, in case
6890           someone tries to read a directory (or /dev/zero).
6891         + add a check for empty buffers returned by fgets() in comp_scan.c
6892           next_char() function, in case tic is run on a non-text file (fixes
6893           a core dump reported by Aaron Campbell <aaron@cs.dal.ca>).
6894         + add to railroad.c some code exercising tgoto(), providing an
6895           alternate form of display if the terminal supports cursor addressing.
6896         + split-out tgoto() again, this time into new file lib_tgoto.c, and
6897           implement a conventional BSD-style tgoto() which is used if the
6898           capability string does not contain terminfo-style padding or
6899           parameters (requested by Andrey A Chernov).
6900         + add check to tic which reports capabilities that do not reference
6901           the expected number of parameters.
6902         + add error checking to infocmp's -v and -m options to ensure that
6903           the option value is indeed a number.
6904         + some cleanup of logic in _nc_signal_handler() to verify if SIGWINCH
6905           handler is setup.  Separated the old/new sigaction data for SIGTSTP
6906           from the other signals.
6907
6908 20000917
6909         + add S0, E0 extensions to screen's terminfo entry, which is another
6910           way to solve the misconfiguration issue -TD
6911         + completed special case for tgoto from 20000916
6912
6913 20000916
6914         + update xterm terminfo entries to match XFree86 xterm patch #146 -TD
6915         + add Matrix Orbital terminfo entries (from Eric Z Ayers
6916           <eric@ale.org>).
6917         + add special case to lib_tparm.c to allow 'screen' program to use a
6918           termcap-style parameter "%." to tgoto() for switching character sets.
6919         + use LN_S substitution in run_tic.in, to work on OS/2 EMX which has
6920           no symbolic links.
6921         + updated notes in README.emx regarding autoconf patches.
6922         + replace a lookup table in lib_vidattr.c used to decode no_color_video
6923           with a logic expression (suggested by Philippe Blain).
6924         + add a/A toggle to ncurses.c 'b' test, which clears/sets alternate
6925           character set attribute from the displayed text.
6926         + correct inequality in parameter analysis of rewritten lib_tparm.c
6927           which had the effect of ignoring p9 in set_attributes (sgr), breaking
6928           alternate character set (reported by Piotr Majka <charvel@link.pl>).
6929         + correct ifdef'ing for GCC_PRINTF, GCC_SCANF which would not compile
6930           with Sun WorkShop compilers since these tokens were empty (cf:
6931           20000902, reported by Albert Chin-A-Young).
6932
6933 20000909
6934         + correct an uninitialized parameter to open_tempfile() in tic.c which
6935           made "tic -I" give an ambiguous error message about tmpnam.
6936         + add special case in lib_vidattr.c to reset underline and standout for
6937           devices that have no sgr0 defined (patch by Don Lewis
6938           <Don.Lewis@tsc.tdk.com>).  Note that this will not work for bold
6939           mode, since there is no exit-bold-mode capability.
6940         + improved patch for Make_Enum_Type (patch by Juergen Pfeifer).
6941         + modify tparm to disallow arithmetic on strings, analyze the varargs
6942           list to read strings as strings and numbers as numbers.
6943         + modify tparm's internal function spop() to treat a null pointer as
6944           an empty string.
6945         + modify tput program so it can be renamed or invoked via a link as
6946           'reset' or 'init', producing the same effect as 'tput reset' or 'tput
6947           init'.
6948         + add private entrypoint _nc_basename(), use to consolidate related
6949           code in progs, as well as accommodating OS/2 EMX pathnames.
6950         + remove NCURSES_CONST line from edit_cfg.sh to compensate for its
6951           removal (except via AC_SUBST) from configure.in, making
6952           --enable-const work again (reported by Juergen Pfeifer).
6953         + regen'd configure to pick up "hpux*" change from 20000902.
6954
6955 20000902
6956         + modify tset.c to check for transformed "reset" program name, if any.
6957         + add a check for null pointer in Make_Enum_Type() (reported by Steven
6958           W Orr <steveo@world.std.com>).
6959         + change functions _nc_parse_entry() and postprocess_termcap() to avoid
6960           using strtok(), because it is non-reentrant (reported by Andrey A
6961           Chernov <ache@nagual.pp.ru>).
6962         + remove "hpux10.*" case from CF_SHARED_OPTS configure script macro.
6963           This differed from the "hpux*" case by using reversed symbolic
6964           links, which made the 5.1 version not match the configuration of
6965           5.0 shared libraries (reported by Albert Chin-A-Young).
6966         + correct a dependency in Ada95/src/Makefile.in which prevented
6967           building with configure --srcdir (patch by H Nanosecond
6968           <aldomel@ix.netcom.com>).
6969         + modify ifdef's in curses.h.in to avoid warning if GCC_PRINTF or
6970           GCC_SCANF was not previously defined (reported by Pavel Roskin
6971           <proski@gnu.org>).
6972         + add MKncurses_def.sh to generate fallback definitions for
6973           ncurses_cfg.h, to quiet gcc -Wundef warnings, modified ifdef's in
6974           code to consistently use "#if" rather than "#ifdef".
6975
6976 20000826
6977         + add QNX qansi entries to terminfo -TD
6978         + add os2 entry to misc/emx.src (<jmcoopr@webmail.bmi.net>).
6979         + add configure option --with-database to allow specifying a different
6980           terminfo source-file to install.  On OS/2 EMX, this defaults to
6981           misc/emx.src
6982         + change misc/run_tic.sh to derive it from misc/run_tic.in, to simplify
6983           setting .exe extension on OS/2 EMX.
6984         + add .exe extension in Ada95/gen/Makefile.in,
6985           Ada95/samples/Makefile.in, for OS/2 EMX (reported by
6986           <jmcoopr@webmail.bmi.net>).
6987         + add configure check for filesystems (such as OS/2 EMX) which do not
6988           distinguish between upper/lowercase filenames, use this to fix tags
6989           rules in makefiles.
6990         + initialize fds[] array to 0's in _nc_timed_wait(); apparently poll()
6991           only sets the revents members of that array when there is activity
6992           corresponding to the related file (report by Glenn Cooper
6993           <gcooper@qantas.com.au>, using Purify on Solaris 5.6).
6994         + change configure script to use AC_CANONICAL_SYSTEM rather than
6995           AC_CANONICAL_HOST, which means that configure --target will set
6996           a default program-prefix.
6997         + add note on cross-compiling to INSTALL (which does not rely on the
6998           AC_CANONICAL_* macros).
6999
7000 20000819
7001         + add cases for EMX OS/2 to config.guess, config.sub
7002         + new version of config.guess, config.sub from lynx 2.8.4dev.7
7003         + add definitions via transform.h to allow tic and tput to check for
7004           the transformed aliases rather than the original infotocap, etc.
7005         + simplify transform-expressions in progs/Makefile.in, make the
7006           uninstall rule work for transformed program names.
7007         + change symbol used by --install-prefix configure option from
7008           INSTALL_PREFIX to DESTDIR (the latter has become common usage
7009           although the name is misleading).
7010         + modify programs to use curses_version() string to report the version
7011           of ncurses with which they are compiled rather than the
7012           NCURSES_VERSION string.  The function returns the patch level in
7013           addition to the major and minor version numbers.
7014
7015 20000812
7016         + modify CF_MAN_PAGES configure macro to make transformed program names
7017           a parameter to that macro rather than embedding them in the macro.
7018         + newer config.guess, config.sub (reference version used in lynx
7019           2.8.4dev.7).
7020         + add configure option --with-default-terminfo-dir=DIR to allow
7021           specifying the default terminfo database directory (request by Albert
7022           Chin-A-Young).
7023         + minor updates for terminfo.src from FreeBSD termcap change-history.
7024         + correct notes in README and INSTALL regarding documentation files
7025           that were moved from misc directory to doc (report by Rich Kulawiec
7026           <rsk@gsp.org>).
7027         + change most remaining unquoted parameters of 'test' in configure
7028           script to use quotes, for instance fixing a problem in the
7029           --disable-database option (reported by Christian Mondrup
7030           <scancm@biobase.dk>).
7031         + minor adjustments to work around some of the incompatibilities/bugs
7032           in autoconf 2.29a alpha.
7033         + add -I/usr/local/include when --with-ncurses option is used in
7034           test/configure script.
7035         + correct logic in adjust_cancels(), which did not check both
7036           alternatives when reclassifying an extended name between boolean,
7037           number and string, causing an infinite loop in tic.
7038
7039 20000730
7040         + correct a missing backslash in curses.priv.h
7041
7042 20000729
7043         + change handling of non_dest_scroll_region in tty_update.c to clear
7044           text after it is shifted in rather than before shifting out.  Also
7045           correct row computation (reported by Ruediger Kuhlmann
7046           <uck4@rz.uni-karlsruhe.de>).
7047         + add/use new trace function to display chtype values from winch() and
7048           getbkgd().
7049         + add trace mask TRACE_ATTRS, alter several existing _tracef calls that
7050           trace attribute changes under TRACE_CALLS to use this.
7051         + modify MKlib_gen.sh so that functions returning chtype will call
7052           returnChar().
7053         + add returnChar() trace, for functions returning chtype.
7054         + change indent.pro to line up parenthesis.
7055
7056 20000722
7057         + fix a heap problem with the c++ binding (report by
7058           <alexander_liberson@ninewest.com>, patch by Juergen Pfeifer).
7059         + minor adjustment to ClrToEOL() to handle an out-of-bounds parameter.
7060         + modify the check for big-core to force a couple of memory accesses,
7061           which may work as needed for older/less-capable machines (if not,
7062           there's still the explicit configure option).
7063         > fixes based on diff's for Amiga and BeOS found at
7064           http://www.mathematik.uni-karlsruhe.de/~kuhlmann/cross/ncurses/
7065         + alter definition of NCURSES_CONST to make it non-empty.
7066         + add amiga-vnc terminfo entry.
7067         + redefine 'TEXT' in menu.h for AMIGA, since it is reported to have
7068           an (unspecified) symbol conflict.
7069         + replaced case-statement in _nc_tracebits() for CSIZE with a table to
7070           simplify working around implementations that define random
7071           combinations of the related macros to zero.
7072         + modify configure test for tcgetattr() to allow for old
7073           implementations, e.g., on BeOS, which only defined it as a macro.
7074         > patches by Bruno Haible:
7075         + when checking LC_ALL/LC_CTYPE/LANG environment variables for UTF-8
7076           locale, ignore those which are set to an empty value, as per SUSV2.
7077         + encode 0xFFFD in UTF-8 with 3 bytes, not 2.
7078         + modify _nc_utf8_outch() to avoid sign-extension when checking for
7079           out-of-range value.
7080
7081 20000715
7082         + correct manlinks.sed script to avoid using ERE "\+", which is not
7083           understood by older versions of sed (patch by Albert Chin-A-Young).
7084         + implement configure script options that transform installed program
7085           names, e.g., --program-prefix, including the manpage names and cross
7086           references (patch by Albert Chin-A-Young <china@thewrittenword.com>).
7087         + correct several mismatches between manpage filename and ".TH"
7088           directives, renaming dft_fgbg.3x to default_colors.3x and
7089           menu_attribs.3x to menu_attributes.3x (report by Todd C Miller).
7090         + correct missing includes for <string.h> in several places, including
7091           the C++ binding.  This is not noted by gcc unless we use the
7092           -fno-builtin option (reported by Igor Schein <igor@txc.com>).
7093         + modified progs/tset.c and tack/sysdep.c to build with sgttyb
7094           interface if neither termio or termios is available.  Tested this
7095           with FreeBSD 2.1.5 (which does have termios - but the sgttyb does
7096           work).
7097
7098 20000708 5.1 release for upload to ftp.gnu.org
7099         + document configure options in INSTALL.
7100         + add man-page for ncurses trace functions.
7101         + correct return value shown in curs_touch.3x for is_linetouched() and
7102           is_wintouched(), in curs_initscr.3x for isendwin(), and in
7103           curs_termattr.3x for has_ic() and has_il().
7104         + add prototypes for touchline() and touchwin(), adding them to the
7105           list of generated functions.
7106         + modify fifo_push() to put ERR into the fifo just like other values to
7107           return from wgetch().  It was returning without doing that, making
7108           end-of-file condition incorrectly return a 0 (reported by Todd C
7109           Miller).
7110         + uncomment CC_SHARED_OPTS for progs and tack (see 971115), since they
7111           are needed for SCO OpenServer.
7112         + move _nc_disable_period from free_ttype.c to comp_scan.c to appease
7113           dynamic loaders on SCO and IRIX64.
7114         + add "-a" option to test/ncurses.c to invoke assume_default_colors()
7115           for testing.
7116         + correct assignment in assume_default_colors() which tells ncurses
7117           whether to use default colors, or the assumed ones (reported by Gary
7118           Funck <gary@Intrepid.Com>).
7119         + review/correct logic in mk-1st.awk for making symbolic links for
7120           shared libraries, in particular for FreeBSD, etc.
7121         + regenerate misc/*.def files for OS/2 EMX dll's.
7122         + correct quoting of values for CC_SHARED_OPTS in aclocal.m4 for
7123           cases openbsd2*, openbsd*, freebsd* and netbsd* (patch by Peter
7124           Wemm) (err in 20000610).
7125         + minor updates to release notes, as well as adding/updating URLs for
7126           examples cited in announce.html
7127         > several fixes from Philippe Blain <philippe.blain2@freesbee.fr>:
7128         + correct placement of ifdef for NCURSES_XNAMES in function
7129           _nc_free_termtype(), fixes a memory leak.
7130         + add a call to _nc_synchook() to the end of function whline() like
7131           that in wvline() (difference was in 1.9.4).
7132         + make ClearScreen() a little faster by moving two instances of
7133           UpdateAttr() out of for-loops.
7134         + simplify ClrBottom() by eliminating the tstLine data, using for-loops
7135           (cf: 960428).
7136
7137 20000701 pre-release
7138         + change minor version to 1, i.e., ncurses 5.1
7139         + add experimental configure option --enable-colorfgbg to check for
7140           $COLORTERM variable as set by rxvt/aterm/Eterm.
7141         + add Eterm terminfo entry (Michael Jennings <mej@valinux.com>).
7142         + modify manlinks.sed to pick aliases from the SYNOPSIS section, and
7143           several manpages so manlinks.sed can find aliases for creating
7144           symbolic links.
7145         + add explanation to run_tic.sh regarding extended terminal
7146           capabilities.
7147         + change message format for edit_cfg.sh, since some people interpret
7148           it as a warning.
7149         + correct unescaped '$' in sysv5uw7*|unix_sv* rule for CF_SHARED_OPTS
7150           configure macro (report by Thanh Ma <Thanh.Ma@casi-rusco.com>).
7151         + correct logic in lib_twait.c as used by lib_mouse.c for GPM mouse
7152           support when poll() is used rather than select() (prompted by
7153           discussion with David Allen <DAllen24@aol.com>).
7154
7155 20000624 pre-release
7156         + modify TransformLine() to check for cells with different color pairs
7157           that happen to render the same display colors.
7158         + apply $NCURSES_NO_PADDING to cost-computation in mvcur().
7159         + improve cost computation in PutRange() by accounting for the use
7160           of parm_right_cursor in mvcur().
7161         + correct cost computation in EmitRange(), which was not using the
7162           normalized value for cursor_address.
7163         + newer config.guess, config.sub (reference version used in TIN 1.5.6).
7164
7165 20000617
7166         + update config.guess, config.sub (reference version used in PCRE 3.2).
7167         + resync changes to gnathtml against version 1.22, regenerated html
7168           files under doc/html/ada using this (1.22.1.1).
7169         + regenerated html files under doc/html/man after correcting top and
7170           bottom margin options for man2html in dist.mk
7171         + minor fixes to test programs ncurses 'i' and testcurs program to make
7172           the subwindow's background color cover the subwindow.
7173         + modify configure script so AC_MSG_ERROR is temporarily defined to a
7174           warning in AC_PROG_CXX to make it recover from a missing C++ compiler
7175           without requiring user to add --without-cxx option (adapted from
7176           comment by Akim Demaille <akim@epita.fr> to autoconf mailing list).
7177         + modify headers.sh to avoid creating temporary files in the build
7178           directory when installing headers (reported by Sergei Pokrovsky
7179           <pok@nbsp.nsk.su>)
7180
7181 20000610
7182         + regenerated the html files under doc/html/ada/files and
7183           doc/html/ada/funcs with a slightly-improved gnathtml.
7184         + add kmous capability to linux terminfo entry to allow it to use
7185           xterm-style events provided by gpm patch by Joerg Schoen.
7186         + make the configure macro CF_SHARED_OPTS a little smarter by testing
7187           if -fPIC is supported by gcc rather than -fpic.  The former option
7188           allows larger symbol tables.
7189         + update config.guess and config.sub (patches by
7190           Kevin Buettner <kev@primenet.com> (for elf64_ia64),
7191           Bernd Kuemmerlen <bkuemmer@mevis.de> (for MacOS X)).
7192         + add warning for 'tic -cv' about use of '^?' in terminfo source, which
7193           is an extension.
7194
7195 20000527
7196         + modify echo() behavior of getch() to match Solaris curses for
7197           carriage return and backspace (reported by Neil Zanella).
7198         + change _nc_flush() to a function.
7199         + modify delscreen() to check if the output stream has been closed, and
7200           if so, free the buffer allocated for setbuf (this provides an
7201           ncurses-specific way to avoid a memory leak when repeatedly calling
7202           newterm reported by Chipp C <at_1@zdnetonebox.com>).
7203         + correct typo in curs_getch.3x manpage regarding noecho (reported by
7204           David Malone <dwmalone@maths.tcd.ie>).
7205         + add a "make libs" rule.
7206         + make the Ada95 interface build with configure --enable-widec.
7207         + if the configure --enable-widec option is given, append 'w' to names
7208           of the generated libraries (e.g., libncursesw.so) to avoid conflict
7209           with existing ncurses libraries.
7210
7211 20000520
7212         + modify view.c to make a rudimentary viewer of UTF-8 text if ncurses
7213           is configured with the experimental wide-character support.
7214         + add a simple UTF-8 output driver to the experimental wide-character
7215           support.  If any of the environment variables LC_ALL, LC_CTYPE or
7216           LANG contain the string "UTF-8", this driver will be used to
7217           translate the output to UTF-8.  This works with XFree86 xterm.
7218         + modify configure script to allow building shared libraries on BeOS
7219           (from a patch by Valeriy E Ushakov).
7220         + modify lib_addch.c to allow repeated update to the lower-right
7221           corner, rather than displaying only the first character written until
7222           the cursor is moved.  Recent versions of SVr4 curses can update the
7223           lower-right corner, and behave this way (reported by Neil Zanella).
7224         + add a limit-check in _nc_do_color(), to avoid using invalid color
7225           pair value (report by Brendan O'Dea <bod@compusol.com.au>).
7226
7227 20000513
7228         + the tack program knows how to use smcup and rmcup but the "show caps
7229           that can be tested" feature did not reflect this knowledge.  Correct
7230           the display in the menu tack/test/edit/c (patch by Daniel Weaver).
7231         + xterm-16color does allow bold+colors, removed ncv#32 from that
7232           terminfo entry.
7233
7234 20000506
7235         + correct assignment to SP->_has_sgr_39_49 in lib_dft_fgbg.c, which
7236           broke check for screen's AX capability (reported by Valeriy E Ushakov
7237           <uwe@ptc.spbu.ru>).
7238         + change man2html rule in dist.mk to workaround bug in some
7239           man-programs that ignores locale when rendering hyphenation.
7240         + change web- and ftp-site to dickey.his.com
7241
7242 20000429
7243         + move _nc_curr_token from parse_entry.c to comp_scan.c, to work around
7244           problem linking tack on MacOS X DP3.
7245         + include <sys/time.h> in lib_napms.c to compile on MacOS X DP3
7246           (reported by Gerben Wierda <wierda@holmes.nl>).
7247         + modify lib_vidattr.c to check for ncv fixes when pair-0 is not
7248           default colors.
7249         + add -d option to ncurses.c, to turn on default-colors for testing.
7250         + add a check to _nc_makenew() to ensure that newwin() and newpad()
7251           calls do not silently fail by passing too-large limits.
7252         + add symbol NCURSES_SIZE_T to use rather than explicit 'short' for
7253           internal window and pad sizes.  Note that since this is visible in
7254           the WINDOW struct, it would be an ABI change to make this an 'int'
7255           (prompted by a question by Bastian Trompetter
7256           <btrompetter@firemail.de>, who attempted to create a 96000-line pad).
7257
7258 20000422
7259         + add mgterm terminfo entry from NetBSD, minor adjustments to sun-ss5,
7260           aixterm entries -TD
7261         + modify tack/ansi.c to make it more tolerant of bad ANSI replies.  An
7262           example of an illegal ANSI resonse can be found using Microsoft's
7263           Telnet client.  A correct display can be found using a VT-4xx
7264           terminal or XFree86 xterm with:
7265                 XTerm*VT100*decTerminalID:  450
7266           (patch by Daniel Weaver).
7267         + modify gdc.c to recognize 'q' for quit, 's' for single-step and ' '
7268           for resume.  Add '-n' option to force gdc's standard input to
7269           /dev/null, to both illustrate the use of newterm() for specifying
7270           alternate inputs as well as for testing signal handling.
7271         + minor fix for configure option --with-manpage-symlinks, for target
7272           directories that contain a period ('.') (reported by Larry Virden).
7273
7274 20000415
7275         + minor additions to beterm entry (feedback from Rico Tudor) -TD
7276         + corrections/updates for some IBM terminfo entries -TD
7277         + modify _nc_screen_wrap() so that when exiting curses mode with
7278           non-default colors, the last line on the screen will be cleared to
7279           the screen's default colors (request by Alexander V Lukyanov).
7280         + modify ncurses.c 'r' example to set nonl(), allowing control/M to be
7281           read for demonstrating the REQ_NEW_LINE operation (prompted by a
7282           question by Tony L Keith <tlkeith@keithconsulting.com>).
7283         + modify ncurses.c 'r' example of field_info() to work on Solaris 2.7,
7284           documented extension of ncurses which allows a zero pointer.
7285         + modify fmt_complex() to avoid buffer overflow in case of excess
7286           recursion, and to recognize "%e%?" as a synonym for else-if, which
7287           means that it will not recur for that special case.
7288         + add logic to support $TERMCAP variable in case the USE_GETCAP symbol
7289           is defined (patch by Todd C Miller).
7290         + modify one of the m4 files used to generate the Ada95 sources,
7291           to avoid using the token "symbols" (patch by Juergen Pfeifer).
7292
7293 20000408
7294         + add terminfo entries bsdos-pc-m, bsdos-pc-mono (Jeffrey C Honig)
7295         + correct spelling error in terminfo entry name:  bq300-rv was given as
7296           bg300-rv in esr's version.
7297         + modify redrawwin() macro so its parameter is fully parenthesized
7298           (fixes Debian #61088).
7299         + correct formatting error in dump_entry() which set incorrect column
7300           value when no newline trimming was needed at the end of an entry,
7301           before appending "use=" clauses (cf: 960406).
7302
7303 20000401
7304         + add configure option --with-manpage-symlinks
7305         + change unctrl() to render C1 characters (128-159) as ~@, ~A, etc.
7306         + change makefiles so trace() function is provided only if TRACE is
7307           defined, e.g., in the debug library.  Modify related calls to
7308           _tracechar() to use unctrl() instead.
7309
7310 20000325
7311         + add screen's AX capability (for ECMA SGR 39 and 49) to applicable
7312           terminfo entries, use presence of this as a check for a small
7313           improvement in setting default colors.
7314         + improve logic in _nc_do_color() implementing assume_default_colors()
7315           by passing in previous color pair info to eliminate redundant call to
7316           set_original_colors().  (Part of this is from a patch by Alexander
7317           V Lukyanov).
7318         + modify warning in _nc_trans_string() about a possibly too-long string
7319           to do this once only rather than for each character past the
7320           threshold (600).  Change interface of _nc_trans_string() to allow
7321           check for buffer overflow.
7322         + correct use of memset in _nc_read_entry_source() to initialize ENTRY
7323           struct each time before reading new data into it, rather than once
7324           per loop (cf:  990301).  This affects multi-entry in-core operations
7325           such as "infocmp -Fa".
7326
7327 20000319
7328         + remove a spurious pointer increment in _nc_infotocap() changes from
7329           20000311.  Add check for '.' in format of number, since that also
7330           is not permitted in termcap.
7331         + correct typo in rxvt-basic terminfo from temporary change made while
7332           integrating 20000318.
7333
7334 20000318
7335         + revert part of the vt220 change (request by Todd C Miller).
7336         + add ansi-* terminfo entries from ESR's version.
7337         + add -a option to tic and infocmp, which retains commented-out
7338           capabilities during source translation/comparison, e.g., captoinfo
7339           and infotocap.
7340         + modify cardfile.c to display an empty card if no input data file is
7341           found, fixes a core dump in that case (reported by Bruno Haible).
7342         + correct bracketing in CF_MATH_LIB configure macro, which gave wrong
7343           result for OS/2 EMX.
7344         + supply required parameter for _nc_resolve_uses() call in
7345           read_termcap.c, overlooked in 20000311 (reported by Todd C Miller).
7346         > patches by Bruno Haible <haible@ilog.fr>:
7347         + fix a compiler warning in fty_enum.c
7348         + correct LIB_PREFIX expression for DEPS_CURSES in progs, tack
7349           makefiles, which resulted in redundant linking (cf: 20000122).
7350
7351 20000311
7352         + make ifdef's for BROKEN_LINKER consistent (patch by Todd C Miller).
7353         + improved tack/README (patch by Daniel Weaver).
7354         + modify tput.c to ensure that unspecified parameters are passed to
7355           tparm() as 0's.
7356         + add a few checks in infocmp to guard against buffer overflow when
7357           displaying string capabilities.
7358         + add check for zero-uses in infocmp's file_comparison() function
7359           before calling _nc_align_termtype().  Otherwise one parameter is
7360           indexed past the end of the uses-array.
7361         + add an option -q to infocmp to specify the less verbose output,
7362           keeping the existing format as the default, though not retaining the
7363           previous behavior that made the -F option compare each entry to
7364           itself.
7365         + adapted patch by ESR to make infocmp -F less verbose -TD
7366           (the submitted patch was unusable because it did not compile
7367           properly)
7368           + modify write_entry.c to ensure that absent or cancelled booleans
7369             are written as FALSE, for consistency with infocmp which now
7370             assumes this.  Note that for the small-core configuration, tic
7371             may not produce the same result as before.
7372           + change some private library interfaces used by infocmp, e.g.,
7373             _nc_resolve_uses().
7374           + add a check in _nc_infotocap() to ensure that cm-style capabilities
7375             accept only %d codes when converting the format from terminfo to
7376             termcap.
7377           + modify ENTRY struct to separate the data in 'parent' into the name
7378             and link values (the original idea to merge both into 'parent' was
7379             not good).
7380           + discard repair_acsc(tterm);
7381         > patch by Juergen Pfeifer:
7382         + drop support for gnat 3.10
7383         + move generated documentation and html files under ./doc directory,
7384           adding makefile rules for this to dist.mk
7385
7386 20000304
7387         + correct conflicting use of tparm() in 20000226 change to tic, which
7388           made it check only one entry at a time.
7389         + fix errors in ncurses-intro.html and hackguide.html shown by Dave
7390           Raggett's tidy.
7391         + make the example in ncurses-intro.html do something plausible, and
7392           corrected misleading comment (reported by Neil Zanella).
7393         + modify pnoutrefresh() to set newscr->_leaveok as wnoutrefresh() does,
7394           to fix a case where the cursor position was not updated as in
7395           Solaris  (patch by David Mosberger <davidm@hpl.hp.com>).
7396         + add a limit-check for wresize() to ensure that a subwindow does not
7397           address out of bounds.
7398         + correct offsets used for subwindows in wresize() (patch by Michael
7399           Andres <ma@suse.de>).
7400         + regenerate html'ized manual pages with man2html 3.0.1 (patch by
7401           Juergen Pfeifer).  This generated a file with a space in its name,
7402           which I removed.
7403         + fix a few spelling errors in tack.
7404         + modify tack/Makefile.in to match linker options of progs/Makefile.in;
7405           otherwise it does not build properly for older HPUX shared library
7406           configurations.
7407         + add several terminfo entries from esr's "11.0".
7408
7409 20000226
7410         + make 'tput flash' work properly for xterm by flushing output in
7411           delay_output() when using napms(), and modifying xterm's terminfo to
7412           specify no padding character.  Otherwise, xterm's reported baud rate
7413           can mislead ncurses into producing too few padding characters
7414           (Debian #58530).
7415         + add a check to tic for consistency between sgr and the separate
7416           capabilities such as smso, use this to check/correct several
7417           terminfo entries (Debian #58530).
7418         + add a check to tic if cvvis is the same as cnorm, adjusted several
7419           terminfo entries to remove the conflict (Debian #58530).
7420         + correct prototype shown in attr_set()/wattr_set() manpages (fixes
7421           Debian #53962).
7422         + minor clarification for curs_set() and leaveok() manpages.
7423         + use mkstemp() for creating temporary file for tic's processing of
7424           $TERMCAP contents (fixes Debian #56465).
7425         + correct two errors from integrating Alexander's changes:  did not
7426           handle the non-bce case properly in can_erase_with() (noted by
7427           Alexander), and left fg/bg uninitialized in the pair-zero case of
7428           _nc_do_color() (reported by Dr Werner Fink <werner@suse.de> and
7429           Ismael Cordeiro <ismael@cordeiro.com>).
7430
7431 20000219
7432         + store default-color code consistently as C_MASK, even if given as
7433           -1 for convenience (adapted from patches by Alexander V Lukyanov).
7434         > patches by Alexander V Lukyanov:
7435         + change can_clear_with() macro to accommodate logic for
7436           assume_default_colors(), making most of the FILL_BCE logic
7437           unnecessary.  Made can_clear_with() an inline function to make it
7438           simpler to read.
7439
7440 20000212
7441         + corrected form of recent copyright dates.
7442         + minor corrections to xterm-xf86-v333 terminfo entry -TD
7443         > patches by Alexander V Lukyanov:
7444         + reworded dft_fgbg.3x to avoid assuming that the terminal's default
7445           colors are white on black.
7446         + fix initialization of tstLine so that it is filled with current blank
7447           character in any case.  Previously it was possible to have it filled
7448           with old blank.  The wrong over-optimization was introduced in 991002
7449           patch.  (it is not very critical as the only bad effect is not using
7450           clr_eos for clearing if blank has changed).
7451
7452 20000205
7453         + minor corrections/updates to several terminfo entries: rxvt-basic,
7454           vt520, vt525, ibm5151, xterm-xf86-v40 -TD
7455         + modify ifdef's for poll() to allow it to use <sys/poll.h>, thereby
7456           allowing poll() to be used on Linux.
7457         + add CF_FUNC_POLL macro to check if poll() is able to select from
7458           standard input.  If not we will not use it, preferring select()
7459           (adapted from patch by Michael Pakovic <mpakovic@fdn.com>).
7460         + update CF_SHARED_OPTS macro for SCO Unixware 7.1 to allow building
7461           shared libraries (reported/tested by Thanh <thanhma@mediaone.net>).
7462         + override $LANGUAGE in build to avoid incorrect ordering of keynames.
7463         + correct CF_MATH_LIB parameter, must be sin(x), not sqrt(x).
7464
7465 20000122
7466         + resync CF_CHECK_ERRNO and CF_LIB_PREFIX macros from tin and xterm -TD
7467         + modify CF_MATH_LIB configure macro to parameterize the test function
7468           used, for reuse in dialog and similar packages.
7469         + correct tests for file-descriptors in OS/2 EMX mouse support.  A
7470           negative value could be used by FD_SET, causing the select() call
7471           to wait indefinitely.
7472
7473 20000115
7474         + additional fixes for non-bce terminals (handling of delete_character)
7475           to work when assume_default_colors() is not specified.
7476         + modify warning message from _nc_parse_entry() regarding extended
7477           capability names to print only if tic/infocmp/toe have the -v flag
7478           set, and not at all in ordinary user applications.  Otherwise, this
7479           warning would be shown for screen's extended capabilities in programs
7480           that use the termcap interface (reported by Todd C Miller).
7481         + modify use of _nc_tracing from programs such as tic so their debug
7482           level is not in the same range as values set by trace() function.
7483         + small panel header cleanup (patch by Juergen Pfeifer).
7484         + add 'railroad' demo for termcap interface.
7485         + modify 'tic' to write its usage message to stderr (patch by Todd C
7486           Miller).
7487
7488 20000108
7489         + add prototype for erase() to curses.h.in, needed to make test
7490           programs build with c++/g++.
7491         + add .c.i and .c.h suffix rules to generated makefiles, for debugging.
7492         + correct install rule for tack.1; it assumed that file was in the
7493           current directory (reported by Mike Castle <dalgoda@ix.netcom.com>).
7494         + modify terminfo/termcap translation to suppress acsc before trying
7495           sgr if the entry would be too large (patch by Todd C Miller).
7496         + document a special case of incompatiblity between ncurses 4.2 and
7497           5.0, add a section for this in INSTALL.
7498         + add TRACE_DATABASE flag for trace().
7499
7500 20000101
7501         + update mach, add mach-color terminfo entries based on Debian diffs
7502           for ncurses 5.0 -TD
7503         + add entries for xterm-hp, xterm-vt220, xterm-vt52 and xterm-noapp
7504           terminfo entries -TD
7505         + change OTrs capabilities to rs2 in terminfo.src -TD
7506         + add obsolete and extended capabilities to 'screen' terminfo -TD
7507         + corrected conversion from terminfo rs2 to termcap rs (cf: 980704)
7508         + make conversion to termcap ug (underline glitch) more consistently
7509           applied.
7510         + fix out-of-scope use of 'personal[]' buffer in 'toe' (this error
7511           was in the original pre-1.9.7 version, when $HOME/.terminfo was
7512           introduced).
7513         + modify 'toe' to ignore terminfo directories to which it has no
7514           permissions.
7515         + modify read_termtype(), fixing 'toe', which could dump core when it
7516           found an incomplete entry such as "dumb" because it did not
7517           initialize its buffer for _nc_read_file_entry().
7518         + use -fPIC rather than -fpic for shared libraries on Linux, not
7519           needed for i386 but some ports (from Debian diffs for 5.0) -TD
7520         + use explicit VALID_NUMERIC() checks in a few places that had been
7521           overlooked, and add a check to ensure that init_tabs is nonzero,
7522           to avoid divide-by-zero (reported by Todd C Miller).
7523         + minor fix for CF_ANSI_CC_CHECK configure macro, for HPUX 10.x (from
7524           tin) -TD
7525
7526 19991218
7527         + reorder tests during mouse initialization to allow for gpm to run in
7528           xterm, or for xterm to be used under OS/2 EMX.  Also drop test for
7529           $DISPLAY in favor of kmous=\E[M or $TERM containing "xterm" (report
7530           by Christian Weisgerber <naddy@mips.rhein-neckar.de>).
7531         + modify raw() and noraw() to clear/restore IEXTEN flag which affects
7532           stty lnext on systems such as FreeBSD (report by Bruce Evans
7533           <bde@zeta.org.au>, via Jason Evans <jasone@canonware.com>).
7534         + fix a potential (but unlikely) buffer overflow in failed() function
7535           of tset.c (reported by Todd C Miller).
7536         + add manual-page for ncurses extensions, documented curses_version(),
7537           use_extended_names().
7538
7539 19991211
7540         + treat as untranslatable to termcap those terminfo strings which
7541           contain non-decimal formatting, e.g., hexadecimal or octal.
7542         + correct commented-out capabilities that cannot be translated to
7543           termcap, which did not check if a colon must be escaped.
7544         + correct termcap translation for "%>" and "%+", which did not check
7545           if a colon must be escaped, for instance.
7546         + use save_string/save_char for _nc_captoinfo() to eliminate fixed
7547           buffer (originally for _nc_infotocap() in 960301 -TD).
7548         + correct expression used for terminfo equivalent of termcap %B,
7549           adjust regent100 entry which uses this.
7550         + some cleanup and commenting of ad hoc cases in _nc_infotocap().
7551         + eliminate a fixed-buffer in tic, used for translating comments.
7552         + add manpage for infotocap
7553
7554 19991204
7555         + add kvt and gnome terminfo entries -TD
7556         + correct translation of "%%" by infotocap, which was emitted as "%".
7557         + add "obsolete" termcap strings to terminfo.src
7558         + modify infocmp to default to showing obsolete capabilities rather
7559           than terminfo only.
7560         + modify write_entry.c so that if extended names (i.e., configure
7561           --enable-tcap-names) are active, then tic will also write "obsolete"
7562           capabilities that are present in the terminfo source.
7563         + modify tic so that when running as captoinfo or infotocap, it
7564           initializes the output format as in -C and -I options, respectively.
7565         + improve infocmp and tic -f option by splitting long strings that do
7566           not have if-then-else construct, but do have parameters, e.g., the
7567           initc for xterm-88color.
7568         + refine MKtermsort.sh slightly by using bool for the *_from_termcap
7569           arrays.
7570
7571 19991127
7572         + additional fixes for non-bce terminals (handling of clear_screen,
7573           clr_eol, clr_eos, scrolling) to work when assume_default_colors() is
7574           not specified.
7575         + several small changes to xterm terminfo entries -TD.
7576         + move logic for _nc_windows in lib_freeall.c inside check for nonnull
7577           SP, since it is part of that struct.
7578         + remove obsolete shlib-versions, which was unintentionally re-added
7579           in 970927.
7580         + modify infocmp -e, -E options to ensure that generated fallback.c
7581           type for Booleans agrees with term.h (reported by Eric Norum
7582           <eric@cls.usask.ca>).
7583         + correct configure script's use of $LIB_PREFIX, which did not work
7584           for installing the c++ directory if $libdir did not end with "/lib"
7585           (reported by Huy Le <huyle@ugcs.caltech.edu>).
7586         + modify infocmp so -L and -f options work together.
7587         + modify the initialization of SP->_color_table[] in start_color() so
7588           that color_content() will return usable values for COLORS greater
7589           than 8.
7590         + modify ncurses 'd' test in case COLORS is greater than 16, e.g., for
7591           xterm-88color, to limit the displayed/computed colors to 16.
7592         > patch by Juergen Pfeifer:
7593         + simplify coding of the panel library according to suggestions by
7594           Philippe Blain.
7595         + improve macro coding for a few macros in curses.priv.h
7596
7597 19991113
7598         + modify treatment of color pair 0 so that if ncurses is configured
7599           to support default colors, and they are not active, then ncurses
7600           will set that explicitly, not relying on orig_colors or orig_pair.
7601         + add new extension, assume_default_colors() to provide better control
7602           over the use of default colors.
7603         + modify test programs to use more-specific ifdef's for existence of
7604           wresize(), resizeterm() and use_default_colors().
7605         + modify configure script to add specific ifdef's for some functions
7606           that are included when --enable-ext-funcs is in effect, so their
7607           existence can be ifdef'd in the test programs.
7608         + reorder some configure options, moving those extensions that have
7609           evolved from experimental status into a new section.
7610         + change configure --enable-tcap-names to enable this by default.
7611
7612 19991106
7613         + install tack's manpage (reported by Robert Weiner
7614           <robert@progplus.com>)
7615         + correct worm.c's handling of KEY_RESIZE (patch by Frank Heckenbach).
7616         + modify curses.h.in, undef'ing some symbols to avoid conflict with C++
7617           STL (reported by Matt Gerassimoff <mgeras@ticon.net>)
7618
7619 19991030
7620         + modify linux terminfo entry to indicate that dim does not mix with
7621           color (reported by Klaus Weide <kweide@enteract.com>).
7622         + correct several typos in terminfo entries related to missing '['
7623           in CSI's -TD
7624         + fix several compiler warnings in c++ binding (reported by Tim
7625           Mooney for alphaev56-dec-osf4.0f
7626         + rename parameter of _nc_free_entries() to accommodate lint.
7627         + correct lint rule for tack, used incorrect list of source files.
7628         + add case to config.guess, config.sub for Rhapsody.
7629         + improve configure tests for libg++ and libstdc++ by omitting the
7630           math library (which is missing on Rhapsody), and improved test for
7631           the math library itself (adapted from path by Nelson H. F. Beebe).
7632         + explicitly initialize to zero several data items which were
7633           implicitly initialized, e.g., cur_term.  If not explicitly
7634           initialized, their storage type is C (common), and causes problems
7635           linking on Rhapsody 5.5 using gcc 2.7.2.1 (reported by Nelson H. F.
7636           Beebe).
7637         + modify Ada95 binding to not include the linker option for Ada
7638           bindings in the Ada headers, but in the Makefiles instead (patch by
7639           Juergen Pfeifer).
7640
7641 19991023 5.0 release for upload to ftp.gnu.org
7642         + effective with release of 5.0, change NCURSES_VERSION_PATCH to
7643           4-digit year.
7644         + add function curses_version(), to return ncurses library version
7645           (request by Bob van der Poel).
7646         + remove rmam, smam from cygwin terminfo entry.
7647         + modify FreeBSD cons25 terminfo entry to add cnorm and cvvis, as well
7648           as update ncv to indicate that 'dim' conflicts with colors.
7649         + modify configure script to use symbolic links for FreeBSD shared
7650           libraries by default.
7651         + correct ranf() function in rain and worm programs to ensure it does
7652           not return 1.0
7653         + hide the cursor in hanoi.c if it is running automatically.
7654         + amend lrtest.c to account for optimizations that exploit margin
7655           wrapping.
7656         + add a simple terminfo demo, dots.c
7657         + modify SIGINT/SIGQUIT handler to set a flag used in _nc_outch() to
7658           tell it to use write() rather than putc(), since the latter is not
7659           safe in a signal handler according to POSIX.
7660         + add/use internal macros _nc_flush() and NC_OUTPUT to hide details
7661           of output-file pointer in ncurses library.
7662         + uncomment CC_SHARED_OPTS (see 971115), since they are needed for SCO
7663           OpenServer.
7664         + correct CC_SHARED_OPTS for building shared libraries for SCO
7665           OpenServer.
7666         + remove usleep() from alternatives in napms(), since it may interact
7667           with alarm(), causing a process to be interrupted by SIGALRM (with
7668           advice from Bela Lubkin).
7669         + modify terminal_interface-curses-forms.ads.m4 to build/work with
7670           GNAT 3.10 (patch by Juergen Pfeifer).
7671         + remove part of CF_GPP_LIBRARY configure-script macro, which did not
7672           work with gcc 2.7.2.3
7673         + minor fix to test/tclock.c to avoid beeping more than once per second
7674         + add 's' and ' ' decoding to test/rain.c
7675
7676 991016  pre-release
7677         + corrected BeOS code for lib_twait.c, making nodelay() function work.
7678
7679 991009  pre-release
7680         + correct ncurses' value for cursor-column in PutCharLR(), which was
7681           off-by-one in one case (patch by Ilya Zakharevich).
7682         + fix some minor errors in position_check() debugging code, found while
7683           using this to validate the PutCharLR() patch.
7684         + modify firework, lrtest, worm examples to be resizable, and to
7685           recognize 'q' for quit, 's' for single-step and ' ' for resume.
7686         + restore reverted change to  terminal_interface-curses-forms.ads.m4,
7687           add a note on building with gnat 3.10p to Ada95/TODO.
7688         + add a copy of the standalone configure script for the test-directory
7689           to simplify testing on SCO and Solaris.
7690
7691 991002  pre-release
7692         + minor fixes for _nc_msec_cost(), color_content(), pair_content(),
7693           _nc_freewin(), ClrBottom() and onscreen_mvcur() (analysis by Philippe
7694           Blain, comments by Alexander V Lukyanov).
7695         + simplify definition of PANEL and eliminate internal functions
7696           _nc_calculate_obscure(), _nc_free_obscure() and _nc_override(),
7697           (patch by Juergen Pfeifer, analysis by Philippe Blain
7698           <bledp@voila.fr>)).
7699         + change renaming of dft_fgbg.3x to use_default_colors.3ncurses in
7700           man_db.renames, since Debian is not concerned with 14-character
7701           filename limitation (Debian bug report by Josip Rodin
7702           <joy@cibalia.gkvk.hr>).
7703         + corrected scoansi terminfo entry by testing with scoterm and console.
7704         + revert change from 990614 to terminal_interface-curses-forms.ads.m4,
7705           since this does not work for gnat 3.10p
7706         + modify tclock example to be resizable (if ncurses' sigwinch handler
7707           is used), and in color.
7708         + use $(CC) rather than 'gcc' in MK_SHARED_LIB symbols, used for Linux
7709           shared library rules.
7710
7711 990925  pre-release
7712         + add newer NetBSD console terminfo entries
7713         + add amiga-8bit terminfo entry (from Henning 'Faroul' Peters
7714           <Faroul@beyond.kn-bremen.de>)
7715         + remove -lcurses -ltermcap from configure script's check for the gpm
7716           library, since they are not really necessary (a properly configured
7717           gpm library has no dependency on any curses library), and if the
7718           curses library is not installed, this would cause the test to fail.
7719         + modify tic's -C option so that terminfo "use=" clauses are translated
7720           to "tc=" clauses even when running it as captoinfo.
7721         + modify CF_STDCPP_LIBRARY configure macro to perform its check only
7722           for GNU C++, since that library conflicts with SGI's libC on IRIX-6.2
7723         + modify CF_SHARED_OPTS configure macro to support build on NetBSD with
7724           ELF libraries (patch by Bernd Ernesti <bernd@arresum.inka.de>).
7725         + correct a problem in libpanel, where the _nc_top_panel variable was
7726           not set properly when bottom_panel() is called to hide a panel which
7727           is the only one on the stack (report/analysis by Michael Andres
7728           <ma@suse.de>, patch by Juergen Pfeifer).
7729
7730 990918  pre-release
7731         + add acsc string to HP 70092 terminfo entry (patch by Joerg Wunsch
7732           <j@interface-business.de>).
7733         + add top-level uninstall.data and uninstall.man makefile rules.
7734         + correct logic of CF_LINK_FUNCS configure script, from BeOS changes so
7735           that hard-links work on Unix again.
7736         + change default value of cf_cv_builtin_bool to 1 (suggested by
7737           Jeremy Buhler), making it less likely that a conflicting declaration
7738           of bool will be seen when compiling with C++.
7739
7740 990911  pre-release
7741         + improved configure checks for builtin.h
7742         + minor changes to C++ binding (remove static initializations, and make
7743           configure-test for parameter initializations) for features not
7744           allowed by vendor's C++ compilers (reported by Martin Mokrejs, this
7745           applies to SGI, though I found SCO has the same characteristics).
7746         + corrected quoting of ETIP_xxx definitions which support old versions
7747           of g++, e.g., those using -lg++
7748         + remove 'L' code from safe_sprintf.c, since 'long double' is not
7749           widely portable.  safe_sprintf.c is experimental, however, and
7750           exists mainly as a fallback for systems without snprintf (reported
7751           by Martin Mokrejs <mmokrejs@natur.cuni.cz>, for IRIX 6.2)
7752         + modify definition of _nc_tinfo_fkeys in broken-linker configuration
7753           so that it is not unnecessarily made extern (Jeffrey C Honig).
7754
7755 990904  pre-release
7756         + move definition for builtin.h in configure tests to specific check
7757           for libg++, since qt uses the same filename incompatibly.
7758         + correct logic of lib_termcap.c tgetstr function, which did not copy
7759           the result to the buffer parameter.  Testing shows Solaris does
7760           update this, though of course tgetent's buffer is untouched (reported
7761           in Peter Edwards <peter.edwards@ireland.com> in
7762           mpc.lists.freebsd.current newsgroup.
7763         + corrected beterm terminfo entry, which lists some capabilities which
7764           are not actually provided by the BeOS Terminal.
7765         + add special logic to replace select() calls on BeOS, whose select()
7766           function works only for sockets.
7767         + correct missing escape in mkterm.h.awk.in, which caused part
7768           of the copyright noticed to be omitted (reported by Peter
7769           Wemm <peter@netplex.com.au>).
7770         > several small changes to make the c++ binding and demo work on OS/2
7771           EMX (related to a clean reinstall of EMX):
7772         + correct library-prefix for c++ binding; none is needed.
7773         + add $x suffix to make_hash and make_keys so 'make distclean' works.
7774         + correct missing $x suffix for tack, c++ demo executables.
7775         + split CF_CXX_LIBRARY into CF_GPP_LIBRARY (for -lg++) and
7776           CF_STDCPP_LIBRARY (for -lstdc++)
7777
7778 990828  pre-release
7779         + add cygwin terminfo entry -TD
7780         + modify CF_PROG_EXT configure macro to set .exe extension for cygwin.
7781         + add configure option --without-cxx-binding, modifying the existing
7782           --without-cxx option to check only for the C++ compiler
7783           characteristics.  Whether or not the C++ binding is needed, the
7784           configure script checks for the size/type of bool, to make ncurses
7785           match.  Otherwise C++ applications cannot use ncurses.
7786
7787 990821  pre-release
7788         + updated configure macros CF_MAKEFLAGS, CF_CHECK_ERRNO
7789         + minor corrections to beterm terminfo entry.
7790         + modify lib_setup.c to reject values of $TERM which have a '/' in
7791           them.
7792         + add ifdef's to guard against CS5, CS6, CS7, CS8 being zero, as more
7793           than one is on BeOS.  That would break a switch statement.
7794         + add configure macro CF_LINK_FUNCS to detect and work around BeOS's
7795           nonfunctional link().
7796         + improved configure macros CF_BOOL_DECL and CF_BOOL_SIZE to detect
7797           BeOS's bool, which is declared as an unsigned char.
7798
7799 990814  pre-release
7800         + add ms-vt100 terminfo entry -TD
7801         + minor fixes for misc/emx.src, based on testing with tack.
7802         + minor fix for test/ncurses.c, test 'a', in case ncv is not set.
7803
7804 990731  pre-release
7805         + minor correction for 'screen' terminfo entry.
7806         + clarify description of errret values for setupterm in manpage.
7807         + modify tput to allow it to emit capabilities for hardcopy terminals
7808           (patch by Goran Uddeborg <goeran@uddeborg.pp.se>).
7809         + modify the 'o' (panel) test in ncurses.c to show the panels in color
7810           or at least in bold, to test Juergen's change to wrefresh().
7811         > patches by Juergen Pfeifer:
7812         + Fixes a problem using wbkgdset() with panels.  It has actually
7813           nothing to with panels but is a problem in the implementation of
7814           wrefresh().  Whenever a window changes its background attribute to
7815           something different than newscr's background attribute, the whole
7816           window is touched to force a copy to newscr.  This is an unwanted
7817           side-effect of wrefresh() and it is actually not necessary.  A
7818           changed background attribute affects only further outputs of
7819           background it doesn't mean anything to the current content of the
7820           window.  So there is no need to force a copy.  (reported by Frank
7821           Heckenbach <frank@g-n-u.de>).
7822         + an upward compatible enhancement of the NCursesPad class in the C++
7823           binding.  It allows one to add a "viewport" window to a pad and then
7824           to use panning to view the pad through the viewport window.
7825
7826 990724  pre-release
7827         + suppress a call to def_prog_mode() in the SIGTSTP handler if the
7828           signal was received while not in curses mode, e.g., endwin() was
7829           called in preparation for spawning a shell command (reported by Frank
7830           Heckenbach <frank@g-n-u.de>)
7831         + corrected/enhanced xterm-r5, xterm+sl, xterm+sl-twm terminfo entries.
7832         + change test for xterm mouse capability:  it now checks only if the
7833           user's $DISPLAY variable is set in conjunction with the kmous
7834           capability being present in the terminfo.  Before, it checked if any
7835           of "xterm", "rxvt" or "kterm" were substrings of the terminal name.
7836           However, some emulators which are incompatible with xterm in other
7837           ways do support the xterm mouse capability.
7838         + reviewed and made minor changes in ncurses to quiet g++ warnings
7839           about shadowed or uninitialized variables.  g++ incorrectly warns
7840           about uninitialized variables because it does not take into account
7841           short-circuit expression evaluation.
7842         + change ncurses 'b' test to start in color pair 0 and to show in the
7843           right margin those attributes which are suppressed by no_color_video,
7844           i.e., "(NCV)".
7845         + modify ifdef's in curses.h so that __attribute__ is not redefined
7846           when compiling with g++, but instead disabled the macros derived for
7847           __attribute__ since g++ does not consistently recognize the same
7848           keywords as gcc (reported by Stephan K Zitz <zitz@erf.net>).
7849         + update dependencies for term.h in ncurses/modules (reported by
7850           Ilya Zakharevich).
7851
7852 990710  pre-release
7853         + modify the form demo in ncurses.c to illustrate how to manipulate the
7854           field appearance, e.g, for highlighting or translating the field
7855           contents.
7856         + correct logic in write_entry from split-out of home_terminfo in
7857           980919, which prevented update of $HOME/.terminfo (reported by Philip
7858           Spencer <pspencer@fields.utoronto.ca>).
7859
7860 990703  pre-release
7861         + modify linux terminfo description to make use of kernel 2.2.x mods
7862           that support cursor style, e.g., to implement cvvis (patch by Frank
7863           Heckenbach <frank@g-n-u.de>)
7864         + add special-case in setupterm to retain previously-saved terminal
7865           settings in cur_term, which happens when curses and termcap calls are
7866           mixed (from report by Bjorn Helgaas <helgaas@dhc.net>).
7867         + suppress initialization of key-tries in _nc_keypad() if we are only
7868           disabling keypad mode, e.g., in endwin() called when keypad() was
7869           not.
7870         + modify the Ada95 makefile to ensure that always the Ada files from
7871           the development tree are used for building and not the eventually
7872           installed ones (patch by Juergen Pfeifer).
7873
7874 990626  pre-release
7875         + use TTY definition in tack/sysdep.c rather than struct termios
7876           (reported by Philippe De Muyter).
7877         + add a fallback for strstr, used in lib_mvcur.c and tack/edit.c,
7878           not present on sysV68 (reported by Philippe De Muyter).
7879         + correct definition in comp_hash.c to build with configure
7880           --with-rcs-ids option.
7881
7882 990619  pre-release
7883         + modified ifdef's for sigaction and sigvec to ensure we do not try to
7884           handle SIGTSTP if neither is available (from report by Philippe De
7885           Muyter).
7886         > patch by Philippe De Muyter:
7887         + in tic.c, use `unlink' if `remove' is not available.
7888         + use only `unsigned' as fallback value for `speed_t'.  Some files used
7889           `short' instead.
7890
7891 990616  pre-release
7892         + fix some compiler warnings in tack.
7893         + add a check for predefined bool type in CC, based on report that
7894           BeOS predefines a bool type.
7895         + correct logic for infocmp -e option, i.e., the configure
7896           --with-fallbacks option, which I'd not updated when implementing
7897           extended names (cf:  990301).  The new implementation adds a "-E"
7898           option to infocmp -TD
7899         > patch by Juergen Pfeifer:
7900         + introduce the private type Curses_Bool in the Ada95 binding
7901           implementation.  This is to clearly represent the use of "bool" also
7902           in the binding.  It should have no effect on the generated code.
7903         + improve the man page for field_buffer() to tell the people, that the
7904           whole buffer including leading/trailing spaces is returned.  This is
7905           a common source of confusion, so it's better to document it clearly.
7906
7907 990614  pre-release
7908         > patch by Juergen Pfeifer:
7909         + use pragma PreElaborate in several places.
7910         + change a few System.Address uses to more specific types.
7911         + change interface version-number to 1.0
7912         + regenerate Ada95 HTML files.
7913
7914 990612  pre-release
7915         + modify lib_endwin.c to avoid calling reset_shell_mode(), return ERR
7916           if it appears that curses was never initialized, e.g., by initscr().
7917           For instance, this guards against setting the terminal modes to
7918           strange values if endwin() is called after setupterm().  In the same
7919           context, Solaris curses will dump core.
7920         + modify logic that avoids a conflict in lib_vidattr.c between sgr0 and
7921           equivalent values in rmso or rmul by ensuring we do not modify the
7922           data which would be returned by the terminfo or termcap interfaces
7923           (reported by Brad Pepers <brad@linuxcanada.com>, cf:  960706).
7924         + add a null-pointer check for SP in lib_vidattr.c to logic that checks
7925           for magic cookies.
7926         + improve fallback declaration of 'bool' when the --without-cxx option
7927           is given, by using a 'char' on i386 and related hosts (prompted by
7928           discussion with Alexander V Lukyanov).
7929
7930 990605  pre-release
7931         + include time.h in lib_napms.c if nanosleep is used (patch by
7932           R Lindsay Todd <toddr@rpi.edu>).
7933         + add an "#undef bool" to curses.h, in case someone tries to define it,
7934           e.g., perl.
7935         + add check to tparm to guard against divide by zero (reported by Aaron
7936           Campbell <aaron@ug.cs.dal.ca>).
7937
7938 990516  pre-release
7939         + minor fix to build tack on CLIX (mismatched const).
7940         > patch by Juergen Pfeifer:
7941         + change Juergen's old email address with new one in the files where it
7942           is referenced.  The Ada95 HTML pages are regenerated.
7943         + update MANIFEST to list the tack files.
7944
7945 990509  pre-release
7946         + minor fixes to make 'tack' build/link on NeXT (reported by Francisco
7947           A. Tomei Torres).
7948
7949 990417  pre-release
7950         + add 'tack' program (which is GPL'd), updating it to work with the
7951           modified TERMTYPE struct and making a fix to support setaf/setab
7952           capabilities.  Note that the tack program is not part of the
7953           ncurses libraries, but an application which can be distributed with
7954           ncurses.  The configure script will ignore the directory if it is
7955           omitted, however.
7956         + modify gpm mouse support so that buttons 2 and 3 are used for
7957           select/paste only when shift key is pressed, making them available
7958           for use by an application (patch by Klaus Weide).
7959         + add complete list of function keys to scoansi terminfo entry - TD
7960
7961 990410  pre-release
7962         + add a simple test program cardfile.c to illustrate how to read form
7963           fields, and showing forms within panels.
7964         + change shared-library versioning for the Hurd to be like Linux rather
7965           than *BSD (patch by Mark Kettenis <kettenis@wins.uva.nl>).
7966         + add linux-lat terminfo entry.
7967         + back-out _nc_access check in read_termcap.c (both incorrect and
7968           unnecessary, except to guard against a small window where the file's
7969           ownership may change).
7970
7971 990403  pre-release
7972         + remove conflicting _nc_free_termtype() function from test module
7973           lib_freeall.c
7974         + use _nc_access check in read_termcap.c for termpaths[] array (noted
7975           by Jeremy Buhler, indicating that Alan Cox made a similar patch).
7976         > patch by Juergen Pfeifer:
7977         + modify menu creation to not inherit status flag from the default menu
7978           which says that the associated marker string has been allocated and
7979           should be freed (bug reported by Marek Paliwoda"
7980           <paliwoda@kki.net.pl>)
7981
7982 990327  pre-release (alpha.gnu.org:/gnu/ncurses-5.0-beta1.tar.gz)
7983         + minor fixes to xterm-xfree86 terminfo entry - TD.
7984         + split up an expression in configure script check for ldconfig to
7985           workaround limitation of BSD/OS sh (reported by Jeff Haas
7986           <jmh@mail.msen.com>).
7987         + correct a typo in man/form_hook.3x (Todd C Miller).
7988
7989 990318  pre-release
7990         + parenthesize and undef 'index' symbol in c++ binding and demo, to
7991           accommodate its definition on NeXT (reported by Francisco A. Tomei
7992           Torres).
7993         + add sigismember() to base/sigaction.c compatibility to link on NeXT
7994           (reported by Francisco A. Tomei Torres).
7995         + further refinements to inequality in hashmap.c to cover a case with
7996           ^U in nvi (patch by Alexander V Lukyanov).
7997
7998 990316  pre-release
7999         + add fallback definition for getcwd, to link on NeXT.
8000         + add a copy of cur_term to tic.c to make it link properly on NeXT
8001           (reported by Francisco A. Tomei Torres).
8002         + change inequality in hashmap.c which checks the distance traveled by
8003           a chunk so that ^D command in nvi (scrolls 1/2 screen) will use
8004           scrolling logic (patch by Alexander V Lukyanov, reported by Jeffrey
8005           C Honig).
8006
8007 990314  pre-release
8008         + modify lib_color.c to handle a special case where the curscr
8009           attributes have been made obsolete (patch by Alexander V Lukyanov).
8010         + update BSD/OS console terminfo entries to use klone+sgr and
8011           klone+color (patch by Jeffrey C Honig).
8012         + update glibc addon configure script for extended capabilities.
8013         + correct a couple of warnings in the --enable-const configuration.
8014         + make comp_hash build properly with _nc_strdup(), on NeXT (reported by
8015           Francisco A. Tomei Torres <francisco.tomei@cwix.com>).
8016
8017 990313  pre-release
8018         + correct typos in linux-c initc string - TD
8019         + add 'crt' terminfo entry, update xterm-xfree86 entry - TD
8020         + remove a spurious argument to tparm() in lib_sklrefr.c (patch by
8021           Alexander V Lukyanov).
8022
8023 990307  pre-release
8024         + back-out change to wgetch because it causes a problem with ^Z
8025           handling in lynx (reported by Kim DeVaughn).
8026
8027 990306  pre-release
8028         + add -G option to tic and infocmp, to reverse the "-g" option.
8029         + recode functions in name_match.c to avoid use of strncpy, which
8030           caused a 4-fold slowdown in tic (cf: 980530).
8031         + correct a few warnings about sign-extension in recent changes.
8032         > patch by Juergen Pfeifer:
8033         + fixes suggested by Jeff Bradbury <jibradbury@lucent.com>:
8034           + improved parameter checking in new_fieldtype().
8035           + fixed a typo in wgetch() timeout handling.
8036           + allow slk_init() to be called per newterm call.  The internal SLK
8037             state is stored in the SCREEN struct after every newterm() and then
8038             reset for the next newterm.
8039           + fix the problem that a slk_refresh() refreshes stdscr if the
8040             terminal has true SLKs.
8041         + update HTML documentation for Ada binding.
8042
8043 990301  pre-release
8044         + remove 'bool' casts from definitions of TRUE/FALSE so that statements
8045           such as "#if TRUE" work.  This was originally done to allow for a C++
8046           compiler which would warn of implicit conversions between enum and
8047           int, but is not needed for g++ (reported by Kim DeVaughn).
8048         + add use_extended_names() function to allow applications to suppress
8049           read of the extended capabilities.
8050         + add configure option --enable-tcap-names to support logic which
8051           allows ncurses' tic to define new (i.e., extended) terminal
8052           capabilities.  This is activated by the tic -x switch.  The infocmp
8053           program automatically shows or compares extended capabilities.
8054           Note:  This changes the Strings and similar arrays in the TERMTYPE
8055           struct so that applications which manipulate it must be recompiled.
8056         + use macros typeMalloc, typeCalloc and typeRealloc consistently
8057           throughout ncurses library.
8058         + add _nc_strdup() to doalloc.c.
8059         + modify define_key() to allow multiple strings to be bound to the
8060           same keycode.
8061         + correct logic error in _nc_remove_string, from 990220.
8062         > patch for Ada95 binding (Juergen Pfeifer):
8063         + regenerate some of the html documentation
8064         + minor cleanup in terminal_interface-curses.adb
8065
8066 990220  pre-release
8067         + resolve ambiguity of kend/kll/kslt and khome/kfnd/kich1 strings in
8068           xterm and ncsa terminfo entries by removing the unneeded ones.  Note
8069           that some entries will return kend & khome versus kslt and kfnd, for
8070           PC-style keyboards versus strict vt220 compatiblity - TD
8071         + add function keybound(), which returns the definition associated with
8072           a given keycode.
8073         + modify define_key() to undefine the given string when no keycode is
8074           given.
8075         + modify keyok() so it works properly if there is more than one string
8076           defined for a keycode.
8077         + add check to tic to warn about terminfo descriptions that contain
8078           more than one key assigned to the same string.  This is shown only if
8079           the verbose (-v) option is given.  Moved related logic (tic -v) from
8080           comp_parse.c into the tic program.
8081         + add/use _nc_trace_tries() to show the function keys that will be
8082           recognized.
8083         + rename init_acs to _nc_init_acs (request by Alexander V Lukyanov).
8084         > patch for Ada95 binding (Juergen Pfeifer):
8085         + remove all the *_adabind.c from ncurses, menu and form projects.
8086           Those little helper routines have all been implemented in Ada and are
8087           no longer required.
8088         + The option handling routines in menu and form have been made more
8089           save.  They now make sure that the unused bits in options are always
8090           zero.
8091         + modify configuration scripts to
8092           + use gnatmake as default compiler name.  This is a safer choice than
8093             gcc, because some GNAT implementations use other names for the
8094             compilerdriver to avoid conflicts.
8095           + use new default installation locations for the Ada files according
8096             to the proposed GNU Ada filesystem standard (for Linux).
8097         + simplify the Makefiles for the Ada binding
8098         + rename ada_include directory to src.
8099
8100 990213
8101         + enable sigwinch handler by default.
8102         + disable logic that allows setbuf to be turned off/on, because some
8103           implementations will overrun the buffer after it has been disabled
8104           once.
8105
8106 990206
8107         + suppress sc/rc capabilities from terminal description if they appear
8108           in smcup/rmcup.  This affects only scrolling optimization, to fix a
8109           problem reported by several people with xterm's alternate screen,
8110           though the problem is more general.
8111         > patch for Ada95 binding (Juergen Pfeifer):
8112         + removed all pragma Preelaborate() stuff, because the just released
8113           gnat-3.11p complains on some constructs.
8114         + fixed some upper/lower case notations because gnat-3.11p found
8115           inconsistent use.
8116         + used a new method to generate the HTML documentation of the Ada95
8117           binding.  This invalidates nearly the whole ./Ada95/html subtree.
8118           Nearly all current files in this subtree are removed
8119
8120 990130
8121         + cache last result from _nc_baudrate, for performance (suggested by
8122           Alexander V Lukyanov).
8123         + modify ClrUpdate() function to workaround a problem in nvi, which
8124           uses redrawwin in SIGTSTP handling.  Jeffrey C Honig reported that
8125           ncurses repainted the screen with nulls before resuming normal
8126           operation (patch by Alexander V Lukyanov).
8127         + generalize is_xterm() function a little by letting xterm/rxvt/kterm
8128           be any substring rather than the prefix.
8129         + modify lib_data.c to initialize SP.  Some linkers, e.g., IBM's, will
8130           not link a module if the only symbols exported from the module are
8131           uninitialized ones (patch by Ilya Zakharevich).  Ilya says that he
8132           has seen messages claiming this behavior conforms to the standard.)
8133         + move call on _nc_signal_handler past _nc_initscr, to avoid a small
8134           window where Nttyb hasn't yet been filled (reported by Klaus Weide).
8135         + modify lib_tstp.c to block SIGTTOU when handling SIGTSTP, fixes a
8136           problem where ncurses applications which were run via a shell script
8137           would hang when given a ^Z.  Also, check if the terminal's process
8138           group is consistent, i.e., a shell has not taken ownership of it,
8139           before deciding to save the current terminal settings in the SIGTSTP
8140           handler (patch by Klaus Weide).
8141         + correct spelling of ACS_ names in curs_border.3x (reported by Bob van
8142           der Poel <bvdpoel@kootenay.com>).
8143         + correct a couple of typos in the macros supporting the configure
8144           --with-shlib-version option.
8145
8146 990123
8147         + modify fty_regex.c to compile on HAVE_REGEXPR_H_FUNCS machine (patch
8148           by Kimio Ishii <ishii@csl.sony.co.jp>).
8149         + rename BSDI console terminfo entries:  bsdos to bsdos-pc-nobold, and
8150           bsdos-bold to bsdos-pc (patch by Jeffrey C Honig).
8151         + modify tput to accept termcap names as an alternative to terminfo
8152           names (patch by Jeffrey C Honig).
8153         + correct a typo in term.7 (Todd C Miller).
8154         + add configure --with-shlib-version option to allow installing shared
8155           libraries named according to release or ABI versions.  This
8156           parameterizes some existing logic in the configure script, and is
8157           intended for compatiblity upgrades on Digital Unix, which used
8158           versioned libraries in ncurses 4.2, but no longer does (cf:  980425).
8159         + resync configure script against autoconf 2.13 + patches
8160         + minor improvements for teraterm terminfo entry based on the program's
8161           source distribution.
8162
8163 990116
8164         + change default for configure --enable-big-core to assume machines do
8165           have enough memory to resolve terminfo.src in-memory.
8166         + correct name of ncurses library in TEST_ARGS when configuring with
8167           debug library.
8168         + minor fixes to compile ncurses library with broken-linker with g++.
8169         + add --enable-broken-linker configure option, default to environment
8170           variable $BROKEN_LINKER (request by Jeffrey C Honig).
8171         + change key_names[] array to static since it is not part of the curses
8172           interface (reported by Jeffrey C Honig <jch@bsdi.com>).
8173
8174 990110
8175         + add Tera Term terminfo entry - TD
8176
8177 990109
8178         + reviewed/corrected macros in curses.h as per XSI document.
8179         + provide support for termcap PC variable by copying it from terminfo
8180           data and using it as the padding character in tputs (reported by
8181           Alexander V Lukyanov).
8182         + corrected iris-ansi and iris-ansi-ap terminfo entries for kent and
8183           kf9-kf12 capabilities, as well as adding kcbt.
8184         + document the mouse handling mechanism in menu_driver and make a small
8185           change in menu_driver's return codes to provide more consistency
8186           (patch by Juergen Pfeifer).
8187         + add fallback definition for NCURSES_CONST to termcap.h.in (reported
8188           by Uchiyama Yasushi <uch@nop.or.jp>).
8189         + move lib_restart.c to ncurses/base, since it uses curses functions
8190           directly, and therefore cannot be used in libtinfo.so
8191         + rename micro_char_size to micro_col_size, adding #define to retain
8192           old name.
8193         + add set_a_attributes and set_pglen_inch to terminfo structure, as per
8194           XSI and Solaris 2.5.
8195         + minor makefile files to build ncurses test_progs
8196         + update html files in misc directory to reflect changes since 4.2
8197
8198 990102
8199         + disable scroll hints when hashmap is enabled (patch by Alexander
8200           V Lukyanov).
8201         + move logic for tic's verify of -e option versus -I and -C so that the
8202           terminfo data is not processed if we cannot handle -e (reported by
8203           Steven Schwartz <steves@unitrends.com>.
8204         + add test-driver traces to terminfo and termcap functions.
8205         + provide support for termcap ospeed variable by copying it from the
8206           internal cur_term member, and using ospeed as the baudrate reference
8207           for the delay_output and tputs functions.  If an application does not
8208           set ospeed, the library behaves as before, except that _nc_timed_wait
8209           is no longer used, or needed, since ospeed always has a value.  But
8210           the application can modify ospeed to adjust the output of padding
8211           characters (prompted by a bug report for screen 3.7.6 and email from
8212           Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>).
8213         + removed some unused ifdef's as part of Alexander's restructuring.
8214         + reviewed/updated curses.h, term.h against X/Open Curses Issue 4
8215           Version 2.  This includes making some parameters NCURSES_CONST
8216           rather than const, e.g., in termcap.h.
8217         + change linux terminfo entry to use ncv#2, since underline does not
8218           work with color
8219
8220 981226
8221         + miscellaneous corrections for curses.h to match XSI.
8222         + change --enable-no-padding configure option to be normally enabled.
8223         + add section to ncurses manpage for environment variables.
8224         + investigated Debian bug report that pertains to screen 3.7.4/3.7.6
8225           changes, found no sign of problems on Linux (or on SunOS, Solaris)
8226           running screen built with ncurses.
8227         + check if tmp_fp is opened in tic.c before closing it (patch by Pavel
8228           Roskin <pavel_roskin@geocities.com>).
8229         + correct several font specification typos in man-pages.
8230
8231 981220
8232         + correct default value for BUILD_CC (reported by Larry Virden).
8233
8234 981219
8235         + modify _nc_set_writedir() to set a flag in _nc_tic_dir() to prevent
8236           it from changing the terminfo directory after chdir'ing to it.
8237           Otherwise, a relative path in $TERMINFO would confuse tic (prompted
8238           by a Debian bug report).
8239         + correct/update ncsa terminfo entry (report by Larry Virden).
8240         + update xterm-xfree86 terminfo to current (patch 90), smcur/rmcur
8241           changes
8242         + add Mathew Vernon's mach console entries to terminfo.src
8243         + more changes, moving functions, as part of Alexander's restructuring.
8244         + modify configure script for GNU/Hurd share-library support, introduce
8245           BUILD_CC variable for cross compiling (patch by Uchiyama Yasushi
8246           <uch@nop.or.jp>)
8247
8248 981212
8249         + add environment variable NCURSES_NO_SETBUF to allow disabling the
8250           setbuf feature, for testing purposes.
8251         + correct ifdef's for termcap.h versus term.h that suppress redundant
8252           declarations of prototypes (reported by H.J.Lu).
8253         + modify Makefile.os2 to add linker flags which allow multiple copies
8254           of an application to coexist (reported by Ilya Zakharevich).
8255         + update Makefile.glibc and associated configure script so that ncurses
8256           builds as a glibc add-on with the new directory configuration
8257           (reported by H.J.Lu).
8258
8259 981205
8260         + modify gen_reps() function in gen.c to work properly on SunOS
8261           (sparc), which is a left-to-right architecture.
8262         + modify relative_move and tputs to avoid an interaction with the
8263           BSD-style padding.  The relative_move function could produce a string
8264           to replace on the screen which began with a numeric character, which
8265           was then interpreted by tputs as padding.  Now relative_move will not
8266           generate a string with a leading digit in that case (overwrite).
8267           Also, tputs will only interpret padding if the string begins with a
8268           digit; as coded it permitted a string to begin with a decimal point
8269           or asterisk (reported by Larry Virden).
8270         > patches by Juergen Pfeifer:
8271         + fix a typo in m_driver.c mouse handling and improves the error
8272           handling.
8273         + fix broken mouse handling in the Ada95 binding
8274         + make the Ada95 sample application menus work with the new menu mouse
8275           support
8276         + improve the mouse handling introduced by Ilya; it now handles menus
8277           with spacing.
8278         + repair a minor bug in the menu_driver code discovered during this
8279           rework.
8280         + add new function wmouse_trafo() to hide implementation details of
8281           _yoffset member of WINDOW struct needed for mouse coordinate
8282           transformation.
8283
8284 981128
8285         + modify Ada95/gen/gen.c to avoid using return-value of sprintf, since
8286           some older implementations (e.g., SunOS 4.x) return the buffer
8287           address rather than its length.
8288         > patch by Rick Ohnemus:
8289         + modify demo.cc to get it to compile with newer versions of egcs.
8290         + trim a space that appears at the end of the table preprocessor lines
8291           ('\" t).  This space prevents some versions of man from displaying
8292           the pages - changed to remove all trailing whitespace (TD)
8293         + finally, 'make clean' does not remove panel objects.
8294         > patches by Ilya Zakharevich:
8295         + allow remapping of OS/2 mouse buttons using environment variable
8296           MOUSE_BUTTONS_123 with the default value 132.
8297         + add mouse support to ncurses menus.
8298
8299 981121
8300         + modify misc/makedef.cmd to report old-style .def file symbols, and to
8301           generate the .def files sorted by increasing names rather than the
8302           reverse.
8303         + add misc/*.ref which are J.J.G.Ripoll's dll definition files (renamed
8304           from misc/*.old), and updated based on the entrypoint coding he used
8305           for an older version of ncurses.
8306         + add README.emx, to document how to build on OS/2 EMX.
8307         + updates for config.guess, config.sub from Lynx
8308         > patches by Ilya Zakharevich:
8309         + minor fixes for mouse handling mode:
8310           a) Do not initialize mouse if the request is to have no mouse;
8311           b) Allow switching of OS/2 VIO mouse on and off.
8312         + modify Makefile.os2 to support alternative means of generating
8313           configure script, by translating Unix script with Perl.
8314         > patches by Juergen Pfeifer:
8315         + Updates MANIFEST to reflect changes in source structure
8316         + Eliminates a problem introduced with my last patch for the C++
8317           binding in the panels code.  It removes the update() call done in the
8318           panel destructor.
8319         + Changes in the Ada95 binding to better support systems where
8320           sizeof(chtype)!=sizeof(int) (e.g.  DEC Alpha).
8321
8322 981114
8323         + modify install-script for manpages to skip over .orig and .rej files
8324           (request by Larry Virden).
8325         > patches/discussion by Alexander V Lukyanov:
8326         + move base-library sources into ncurses/base and tty (serial terminal)
8327           sources into ncurses/tty, as part of Alexander V Lukyanov's proposed
8328           changes to ncurses library.
8329         + copy _tracemouse() into ncurses.c so that lib_tracemse.c need not
8330           be linked into the normal ncurses library.
8331         + move macro winch to a function, to hide details of struct ldat
8332         > patches by Juergen Pfeifer:
8333         + fix a potential compile problem in cursesw.cc
8334         + some Ada95 cosmetics
8335         + fix a gen.c problem when compiling on 64-Bit machines
8336         + fix Ada95/gen/Makefile.in "-L" linker switch
8337         + modify Ada95 makefiles to use the INSTALL_PREFIX setting.
8338
8339 981107
8340         + ifdef'd out lib_freeall.c when not configured.
8341         + rename _tracebits() to _nc_tracebits().
8342         + move terminfo-library sources into ncurses/tinfo, and trace-support
8343           functions into ncurses/trace as part of Alexander V Lukyanov's
8344           proposed changes to ncurses library.
8345         + modify generated term.h to always specify its own definitions for
8346           HAVE_TERMIOS_H, etc., to guard against inclusion by programs with
8347           broken configure scripts.
8348
8349 981031
8350         + modify terminfo parsing to accept octal and hexadecimal constants,
8351           like Solaris.
8352         + remove an autoconf 2.10 artifact from the configure script's check
8353           for "-g" compiler options.  (Though harmless, this confused someone
8354           at Debian, who recently issued a patch that results in the opposite
8355           effect).
8356         + add configure option --with-ada-compiler to accommodate installations
8357           that do not use gcc as the driver for GNAT (patch by Juergen
8358           Pfeifer).
8359
8360 981017
8361         + ensure ./man exists in configure script, needed when configuring
8362           with --srcdir option.
8363         + modify infocmp "-r" option to remove limit on formatted termcap
8364           output, which makes it more like Solaris' version.
8365         + modify captoinfo to treat no-argument case more like Solaris'
8366           version, which uses the contents of $TERMCAP as the entry to format.
8367         + modify mk-2nd.awk to handle subdirectories, e.g., ncurses/tty
8368           (patch by Alexander V Lukyanov).
8369
8370 981010
8371         + modify --with-terminfo-dirs option so that the default value is the
8372           ${datadir} value, unless $TERMINFO_DIRS is already set.  This gets
8373           rid of a hardcoded list of candidate directories in the configure
8374           script.
8375         + add some error-checking to _nc_read_file_entry() to ensure that
8376           strings are properly terminated (Todd C Miller).
8377         + rename manpage file curs_scr_dmp.3x to curs_scr_dump.3x, to
8378           correspond with contents (reported by Neil Zanella
8379           <nzanella@cs.mun.ca>).
8380         + remove redundant configure check for C++ which did not work when $CXX
8381           was specified with a full pathname (reported by Andreas Jaeger).
8382         + corrected bcopy/memmove check; the macro was not standalone.
8383
8384 981003
8385         + remove unnecessary portion of OS/2 EMX mouse change from
8386           check_pending() (reported by Alexander V Lukyanov).
8387
8388 980926
8389         + implement mouse support for OS/2 EMX (adapted from patch against
8390           4.2(?) by Ilya Zakharevich).
8391         + add configure-check for bcopy/memmove, for 980919 changes to hashmap.
8392         + merge Data General terminfo from Hasufin <hasufin@vidnet.net> - TD
8393         + merge AIX 3.2.5 terminfo descriptions for IBM terminals, replaces
8394           some older entries - TD
8395         + modify tic to compile into %'char' form in preference to %{number},
8396           since that is a little more efficient.
8397         + minor correction to infocmp to avoid displaying "difference" between
8398           two capabilities that are rendered in equivalent forms.
8399         + add "-g" option to tic/infocmp to force character constants to be
8400           displayed in quoted form.  Otherwise their decimal values are shown.
8401         + modify setupterm so that cancelled strings are treated the same as
8402           absent strings, cancelled and absent booleans false (does not affect
8403           tic, infocmp).
8404         + modify tic, infocmp to discard redundant i3, r3 strings when output
8405           to termcap format.
8406         > patch by Alexander V Lukyanov:
8407         + improve performance of tparm, now it takes 19% instead of 25% when
8408           profiling worm.
8409         + rename maxlen/minlen to prec/width for better readability.
8410         + use format string for printing strings.
8411         + use len argument correctly in save_text, and pass it to save_number.
8412
8413 980919
8414         + make test_progs compile (but hashmap does not function).
8415         + correct NC_BUFFERED macro, used in lib_mvcur test-driver, modify
8416           associated logic to avoid freeing the SP->_setbuf data.
8417         + add modules home_terminfo and getenv_num to libtinfo.
8418         + move write_entry to libtinfo, to work with termcap caching.
8419         + minor fixes to blue.c to build with atac.
8420         + remove softscroll.c module; no longer needed for testing.
8421         > patches by Todd C Miller:
8422         + use strtol(3) instead of atoi(3) when parsing env variables so we can
8423           detect a bogus (non-numeric) value.
8424         + check for terminal names > MAX_NAME_SIZE in a few more places when
8425           dealing with env variables again.
8426         + fix a MAX_NAME_SIZE that should be MAX_NAME_SIZE+1
8427         + use sizeof instead of strlen(3) on PRIVATE_INFO since it is a fixed
8428           string #define (compile time vs runtime).
8429         + when setting errno to ENOMEM, set it right before the return, not
8430           before code that could, possibly, set errno to a different value.
8431         > patches by Alexander V Lukyanov:
8432         + use default background in update_cost_from_blank()
8433         + disable scroll-hints when hashmap is configured.
8434         + improve integration of hashmap scrolling code, by adding oldhash and
8435           newhash data to SP struct.
8436         + invoke del_curterm from delscreen.
8437         + modify del_curterm to set cur_term to null if it matches the
8438           function's parameter which is deleted.
8439         + modify lib_doupdate to prefer parm_ich to the enter_insert_mode and
8440           exit_insert_mode combination, adjusting InsCharCost to check
8441           enter_insert_mode, exit_insert_mode and insert_padding.  Add
8442           insert_padding in insert mode after each char.  This adds new costs
8443           to the SP struct.
8444
8445 980912
8446         + modify test-driver in lib_mvcur.s to use _nc_setbuffer, for
8447           consistent treatment.
8448         + modify ncurses to restore output to unbuffered on endwin, and resume
8449           buffering in refresh (see lib_set_term.c and NC_BUFFERED macro).
8450         + corrected HTML version numbers (according to the W3C validator, they
8451           never were HTML 2.0-compliant, but are acceptable 3.0).
8452
8453 980905
8454         + modify MKterminfo.sh to generate terminfo.5 with tables sorted by
8455           capability name, as in SVr4.
8456         + modified term.h, termcap.h headers to avoid redundant declarations.
8457         + change 'u_int' type in tset.c to unsigned, making this compile on
8458           Sequent PRX 4.1 (reported by Michael Sterrett <msterret@coat.com>).
8459
8460 980829
8461         + corrections to mailing addresses, and moving the magic line that
8462           causes the man program to invoke tbl to the first line of each
8463           manpage (patch by Rick Ohnemus <rick@ecompcon.com>).
8464         + add Makefile.os2 and supporting scripts to generate dll's on OS/2 EMX
8465           (from J.J.G.Ripoll, with further integration by TD).
8466         + correct a typo in icl6404 terminfo entry.
8467         + add xtermm and xtermc terminfo entries.
8468         > from esr's terminfo version:
8469         + Added Francesco Potorti's tuned Wyse 99 entries.
8470         + dtterm enacs (from Alexander V Lukyanov).
8471         + Add ncsa-ns, ncsa-m-ns and ncsa-m entries from esr version.
8472
8473 980822
8474         + document AT&T acs characters in terminfo.5 manpage.
8475         + use EMX _scrsize() function if terminfo and environment do not
8476           declare the screen size (reported by Ilya Zakharevich
8477           <ilya@math.ohio-state.edu>).
8478         + remove spurious '\' characters from eterm and osborne terminfo
8479           entries (prompted by an old Debian bug report).
8480         + correct reversed malloc/realloc calls in _nc_doalloc (reported by
8481           Hans-Joachim Widmaier <hjwidmai@foxboro.com>).
8482         + correct misplaced parenthesis which caused file-descriptor from
8483           opening termcap to be lost, from 980725 changes (reported by Andreas
8484           Jaeger).
8485
8486 980815
8487         + modify lib_setup.c to eliminate unneeded include of <sys/ioctl.h>
8488           when termios is not used (patch by Todd C Miller).
8489         + add function _nc_doalloc, to ensure that failed realloc calls do not
8490           leak memory (reported by Todd C Miller).
8491         + improved ncsa-telnet terminfo entry.
8492
8493 980809
8494         + correct missing braces around a trace statement in read_entry.c,
8495           from 980808 (reported by Kim DeVaughn <kimdv@best.com> and Liviu
8496           Daia).
8497
8498 980808
8499         + fix missing include <errno.h> in ditto.c (reported by Bernhard
8500           Rosenkraenzer <bero@k5.sucks.eu.org>)
8501         + add NCSA telnet terminfo entries from Francesco Potorti
8502           <F.Potorti@cnuce.cnr.it>, from Debian bug reports.
8503         + make handling of $LINES and $COLUMNS variables more compatible with
8504           Solaris by allowing them to individually override the window size
8505           as obtained via ioctl.
8506
8507 980801
8508         + modify lib_vidattr.c to allow for terminal types (e.g., xterm-color)
8509           which may reset all attributes in the 'op' capability, so that colors
8510           are set before turning on bold and other attributes, but still after
8511           turning attributes off.
8512         + add 'ditto.c' to test directory to illustrate use of newterm for
8513           initializing multiple screens.
8514         + modify _nc_write_entry() to recover from failed attempt to link alias
8515           for a terminfo on a filesystem which does not preserve character case
8516           (reported by Peter L Jordan <PJordan@chla.usc.edu>).
8517
8518 980725
8519         + updated versions of config.guess and config.sub based on automake 1.3
8520         + change name-comparisons in lib_termcap to compare no more than 2
8521           characters (gleaned from Debian distribution of 1.9.9g-8.8, verified
8522           with Solaris curses).
8523         + fix typo in curs_insstr.3x (patch by Todd C Miller)
8524         + use 'access()' to check if ncurses library should be permitted to
8525           open or modify files with fopen/open/link/unlink/remove calls, in
8526           case the calling application is running in setuid mode (request by
8527           Cristian Gafton <gafton@redhat.com>, responding to Duncan Simpson
8528           <dps@io.stargate.co.uk>).
8529         + arm100 terminfo entries from Dave Millen <dmill@globalnet.co.uk>).
8530         + qnxt2 and minitel terminfo entries from esr's version.
8531
8532 980718
8533         + use -R option with ldconfig on FreeBSD because otherwise it resets
8534           the search path to /usr/lib (reported by Dan Nelson).
8535         + add -soname option when building shared libraries on OpenBSD 2.x
8536           (request by QingLong).
8537         + add configure options --with-manpage-format and
8538           --with-manpage-renames (request by QingLong).
8539         + correct conversion of CANCELLED_NUMERIC in write_object(), which was
8540           omitting the high-order byte, producing a 254 in the compiled
8541           terminfo.
8542         + modify return-values of tgetflag, tgetnum, tgetstr, tigetflag,
8543           tigetnum and tigetstr to be compatible with Solaris (gleaned from
8544           Debian distribution of 1.9.9g-8.8).
8545         + modify _nc_syserr_abort to abort only when compiled for debugging,
8546           otherwise simply exit with an error.
8547
8548 980711
8549         + modify Ada95 'gen' program to use appropriate library suffix (e.g.,
8550           "_g" for a debug build).
8551         + update Ada95 'make clean' rule to include generics .ali files
8552         + add a configure test to ensure that if GNAT is found, that it can
8553           compile/link working Ada95 program.
8554         + flush output in beep and flash functions, fixing a problem with
8555           getstr (patch by Alexander V Lukyanov)
8556         + fix egcs 1.0.2 warning for etip.h (patch by Chris Johns).
8557         + correct ifdef/brace nesting in lib_sprintf.c (patch by Bernhard
8558           Rosenkraenzer <bero@Pool.Informatik.RWTH-Aachen.DE>).
8559         + correct typo in wattr_get macro from 980509 fixes (patch by Dan
8560           Nelson).
8561
8562 980704
8563         + merge changes from current XFree86 xterm terminfo descriptions.
8564         + add configure option '--without-ada'.
8565         + add a smart-default for termcap 'ac' to terminfo 'acs_chars' which
8566           corresponds to vt100.
8567         + change translation for termcap 'rs' to terminfo 'rs2', which is
8568           the documented equivalent, rather than 'rs1'.
8569
8570 980627
8571         + slow 'worm' down a little, for very fast machines.
8572         + corrected firstchar/lastchar computation in lib_hline.c
8573         + simplify some expressions with CHANGED_CELL, CHANGED_RANGE and
8574           CHANGED_TO_EOL macros.
8575         + modify init_pair so that if a color-pair is reinitialized, we will
8576           repaint the areas of the screen whose color changes, like SVr4 curses
8577           (reported by Christian Maurer <maurer@inf.fu-berlin.de>).
8578         + modify getsyx/setsyx macros to comply with SVr4 man-page which
8579           says that leaveok() affects their behavior (report by Darryl Miles,
8580           patch by Alexander V Lukyanov).
8581
8582 980620
8583         + review terminfo.5 against Solaris 2.6 curses version, corrected
8584           several minor errors/omissions.
8585         + implement tparm %l format.
8586         + implement tparm printf-style width and precision for %s, %d, %x, %o
8587           as per XSI.
8588         + implement tparm dynamic variables (reported by Xiaodan Tang).
8589
8590 980613
8591         + update man-page for for wattr_set, wattr_get (cf:  980509)
8592         + correct limits in hashtest, which would cause nonprinting characters
8593           to be written to large screens.
8594         + correct configure script, when --without-cxx was specified:  the
8595           wrong variable was used for cf_cv_type_of_bool.  Compilers up to gcc
8596           2.8 tolerated the missing 'int'.
8597         + remove the hardcoded name "gcc" for the GNU Ada compiler.  The
8598           compiler's name might be something like "egcs" (patch by Juergen
8599           Pfeifer).
8600         + correct curs_addch.3x, which implied that echochar could directly
8601           display control characters (patch by Alexander V Lukyanov).
8602         + fix typos in ncurses-intro.html (patch by Sidik Isani
8603           <isani@cfht.hawaii.edu>)
8604
8605 980606
8606         + add configure test for conflicting use of exception in math.h and
8607           other headers.
8608         + minor optimization to 'hash()' function in hashmap.c, reduces its
8609           time by 10%.
8610         + correct form of LD_SHARED_OPTS for HP-UX 10.x (patch by Tim Mooney).
8611         + fix missing quotes for 'print' in MKunctrl.awk script (reported by
8612           Mihai Budiu <mihaib@gs41.sp.cs.cmu.edu>).
8613         > patch by Alexander V Lukyanov:
8614         + correct problem on Solaris (with poll() function) where getch could
8615           hang indefinitely even if timeout(x) was called.  This turned out to
8616           be because milliseconds was not updated before 'goto retry' in
8617           _nc_timed_wait.
8618         + simplified the function _nc_timed_wait and fixed another bug, which
8619           was the assumption of !GOOD_SELECT && HAVE_GETTIMEOFDAY in *timeleft
8620           assignment.
8621         + removed the cycle on EINTR, as it seems to be useless.
8622
8623 980530
8624         + add makefile-rule for test/keynames
8625         + modify run_tic.sh and shlib to ensure that user's .profile does not
8626           override the $PATH used to run tic (patch by Tim Mooney).
8627         + restore LD_SHARED_OPTS to $(LD_SHARED_FLAGS) when linking programs,
8628           needed for HP-UX shared-library path (recommended by Tim Mooney).
8629         + remove special case of HP-UX -L options, use +b options to embed
8630           $(libdir) in the shared libraries (recommended by Tim Mooney).
8631         + add checks for some possible buffer overflows and unchecked
8632           malloc/realloc/calloc/strdup return values (patch by Todd C Miller
8633           <Todd.Miller@courtesan.com>)
8634
8635 980523
8636         + correct maxx/maxy expression for num_columns/num_lines in derwin
8637           (patch by Alexander V Lukyanov).
8638         + add /usr/share/lib/terminfo and /usr/lib/terminfo as compatibilty
8639           fallbacks to _nc_read_entry(), along with --with-terminfo-dirs
8640           configure option (suggested by Mike Hopkirk).
8641         + modify config.guess to recognize Unixware 2.1 and 7 (patch by Mike
8642           Hopkirk <hops@sco.com>).
8643         + suppress definition of CC_SHARED_OPTS in LDFLAGS_SHARED in c++
8644           Makefile.in, since this conflicts when g++ is used with HP-UX
8645           compiler (reported by Tim Mooney).
8646         + parenthesize 'strcpy' calls in c++ binding to workaround redefinition
8647           in some C++ implementations (reported by several people running
8648           egcs with glibc 2.0.93, analysis by Andreas Jaeger.
8649
8650 980516
8651         + modify write_entry.c so that it will not attempt to link aliases
8652           with embedded '/', but give only a warning.
8653         + put -L$(libdir) first when linking programs, except for HP-UX.
8654         + modify comp_scan.c to handle SVr4 terminfo description for att477,
8655           which contains a colon in the description field.
8656         + modify configure script to support SCO osr5.0.5 shared libraries,
8657           from comp.unix.sco.programmer newsgroup item (Mike Hopkirk).
8658         + eliminate extra GoTo call in lib_doupdate.c (patch by Alexander V.
8659           Lukyanov).
8660         + minor adjustments of const/NCURSES_CONST from IRIX compile.
8661         + add updates based on esr's 980509 version of terminfo.src.
8662
8663 980509
8664         + correct macros for wattr_set, wattr_get, separate wattrset macro from
8665           these to preserve behavior that allows attributes to be combined with
8666           color pair numbers.
8667         + add configure option --enable-no-padding, to allow environment
8668           variable $NCURSES_NO_PADDING to eliminate non-mandatory padding,
8669           thereby making terminal emulators (e.g., for vt100) a little more
8670           efficient (request by Daniel Eisenbud <eisenbud@cs.swarthmore.edu>).
8671         + modify configure script to embed ABI in shared libraries for HP-UX
8672           10.x (detailed request by Tim Mooney).
8673         + add test/example of the 'filter()' function.
8674         + add nxterm and xterm-color terminfo description (request by Cristian
8675           Gafton <gafton@redhat.com>).
8676         + modify rxvt terminfo description to clear alternate screen before
8677           switching back to normal screen, for compatibility with applications
8678           which use xterm (reported by Manoj Kasichainula <manojk@io.com>).
8679         + modify linux terminfo description to reset color palette (reported
8680           by Telford Tendys <telford@eng.uts.edu.au>).
8681         + correction to doupdate, for case where terminal does not support
8682           insert/delete character.  The logic did not check that there was a
8683           difference in alignment of changes to old/new screens before
8684           repainting the whole non-blank portion of the line.  Modified to fall
8685           through into logic that reduces by the portion which does not differ
8686           (reported by Daniel Eisenbud <eisenbud@cs.swarthmore.edu>).
8687         + minor performance improvement to wnoutrefresh by moving some
8688           comparisons out of inner loop.
8689
8690 980425
8691         + modify configure script to substitute NCURSES_CONST in curses.h
8692         + updated terminfo entries for xterm-xf86-v40, xterm-16color,
8693           xterm-8bit to correspond to XFree86 3.9Ag.
8694         + remove restriction that forces ncurses to use setaf/setab if the
8695           number of colors is greater than 8.  (see 970524 for xterm-16color).
8696         + change order of -L options (so that $(libdir) is searched first) when
8697           linking tic and other programs, to workaround HP's linker.
8698           Otherwise, the -L../lib is embedded when linking against shared
8699           libraries and the installed program does not run (reported by Ralf
8700           Hildebrandt).
8701         + modify configuration of shared libraries on Digital Unix so that
8702           versioning is embedded in the library, rather than implied by
8703           links (patch by Tim Mooney).
8704
8705 980418
8706         + modify etip.h to avoid conflict with math.h on HP-UX 9.03 with gcc
8707           2.8.1 which redefines 'exception' (reported by Ralf Hildebrandt
8708           <R.Hildebrandt@tu-bs.de>).
8709         + correct configure tests in CF_SHARED_OPTS which used $CC value to
8710           check for gcc, rather than autoconf's $GCC value.  This did not
8711           work properly if the full pathname of the compiler were given
8712           (reported by Michael Yount <yount@csf.Colorado.edu>).
8713         + revise check for compiler options to force ANSI mode since repeating
8714           an option such as -Aa causes HP's compiler to fail on its own headers
8715           (reported by Clint Olsen <olsenc@ichips.intel.com>).
8716
8717 980411
8718         + ifdef'd has_key() and mcprint() as extended functions.
8719         + modified several prototypes to correspond with 1997 version of
8720           X/Open Curses (affects ABI since developers have used attr_get).
8721         + remove spurious trailing blanks in glibc addon-scripts (patch by
8722           H.J.Lu).
8723         + insert a few braces at locations where gcc-2.8.x asks to use them to
8724           avoid ambigous else's, use -fpic rather than -fPIC for Linux (patch
8725           by Juergen Pfeifer).
8726
8727 980404
8728         + split SHLIB_LIST into SHLIB_DIRS/SHLIB_LIST to keep -L options
8729           before -l to accommodate Solaris' linker (reported by Larry Virden).
8730
8731 980328
8732         + modify lib_color.c to eliminate dependency on orig_colors and
8733           orig_pair, since SVr4 curses does not require these either, but
8734           uses them when they are available.
8735         + add detailed usage-message to infocmp.
8736         + correct a typo in att6386 entry (a "%?" which was "?").
8737         + add -f option to infocmp and tic, which formats the terminfo
8738           if/then/else/endif so that they are readable (with newlines and
8739           tabs).
8740         + fixes for glibc addon scripts (patch by H.J.Lu).
8741
8742 980321
8743         + revise configure macro CF_SPEED_TYPE so that termcap.h has speed_t
8744           declared (from Adam J Richter <adam@yggdrasil.com>)
8745         + remove spurious curs_set() call from leaveok() (J T Conklin).
8746         + corrected handling leaveok() in doupdate() (patch by Alexander V.
8747           Lukyanov).
8748         + improved version of wredrawln (patch by Alexander V. Lukyanov).
8749         + correct c++/Makefile.in so install target do not have embedded ../lib
8750           to confuse it (patch by Thomas Graf <graf@essi.fr>).
8751         + add warning to preinstall rule which checks if the installer would
8752           overwrite a curses.h or termcap.h that is not derived from ncurses.
8753           (The recommended configuration for developers who need both is to
8754           use --disable-overwrite).
8755         + modify preinstall rule in top-level Makefile to avoid implicit
8756           use of 'sh', to accommodate Ultrix 4.4 (reported by Joao Palhoto
8757           Matos <jmatos@math.ist.utl.pt>, patch by Thomas Esser
8758           <te@informatik.uni-hannover.de>)
8759         + refine ifdef's for TRACE so that libncurses has fewer dependencies
8760           on libtinfo when TRACE is disabled.
8761         + modify configure script so that if the --with-termlib option is used
8762           to generate a separate terminfo library, we chain it to the ncurses
8763           library with a "-l" option (reported by Darryl Miles and Ian T.
8764           Zimmerman).
8765
8766 980314
8767         + correct limits and window in wredrawln function (reported/analysis by
8768           Alexander V. Lukyanov).
8769         + correct sed expression in configure script for --with-fallback
8770           option (patch by Jesse Thilo).
8771         + correct some places in configure script where $enableval was used
8772           rather than $withval (patch by Darryl Miles <dlm@g7led.demon.co.uk>).
8773         + modify some man-pages so no '.' or '..' falls between TH and SH
8774           macros, to accommodate man_db program (reported by Ian T. Zimmerman
8775           <itz@rahul.net>).
8776         + terminfo.src 10.2.1 downloaded from ESR's webpage (ESR).
8777         > several changes by Juergen Pfeifer:
8778         + add copyright notices (and rcs id's) on remaining man-pages.
8779         + corrected prototypes for slk_* functions, using chtype rather than
8780           attr_t.
8781         + implemented the wcolor_set() and slk_color() functions
8782         + the slk_attr_{set,off,on} functions need an additional void*
8783           parameter according to XSI.
8784         + fix the C++ and Ada95 binding as well as the man pages to
8785           reflect above enhancements.
8786
8787 980307
8788         + use 'stat()' rather than 'access()' in toe.c to check for the
8789           existence of $HOME/.terminfo, since it may be a file.
8790         + suppress configure CF_CXX_LIBRARY check if we are not using g++
8791           2.7.x, since this is not needed with g++ 2.8 or egcs (patch by
8792           Juergen Pfeifer).
8793         + turn on hashmap scrolling code by default, intend to remedy defects
8794           by 4.3 release.
8795         + minor corrections to terminfo.src changelog.
8796
8797 980302  4.2 release for upload to prep.ai.mit.edu
8798         + correct Florian's email address in ncurses-intro.html
8799         + terminfo.src 10.2.0 (ESR).
8800
8801 980228  pre-release
8802         + add linux-koi8r replace linux-koi8, which is not KOI8 (patch by
8803           QingLong <qinglong@Bolizm.ihep.su>).
8804         + minor documentation fixes (patch by Juergen Pfeifer).
8805         + add setlocale() call to ncurses.c (reported by Claes G. Lindblad
8806           <claesg@algonet.se>).
8807         + correct sign-extension in lib_insstr.c (reported by Sotiris
8808           Vassilopoulos <svas@leon.nrcps.ariadne-t.gr>)
8809
8810 980221  pre-release
8811         + regenerated some documentation overlooked in 980214 patch
8812           (ncurses-intro.doc, curs_outopts.3x.html)
8813         + minor ifdef change to C++ binding to work with gcc 2.8.0 (patch by
8814           Juergen Pfeifer).
8815         + change maintainer's mailing address to florian@gnu.org, change
8816           tentative mailing list address to bug-ncurses-request@gnu.org (patch
8817           by Florian La Roche).
8818         + add definition of $(REL_VERSION) to c++/Makefile.in (reported by Gran
8819           Hasse <gh@raditex.se>).
8820         + restore version numbers to Ada95 binding, accidentally deleted by
8821           copyright patch (patch by Juergen Pfeifer).
8822
8823 980214  pre-release
8824         + remove ncurses.lsm from MANIFEST so that it won't be used in FSF
8825           distributions, though it is retained in development.
8826         + correct scaling of milliseconds to nanoseconds in lib_napms.c (patch
8827           by Jeremy Buhler).
8828         + update mailing-list information (bug-ncurses@gnu.org).
8829         + update announcement for upcoming 4.2 release.
8830         + modify -lm test to check for 'sin()' rather than 'floor()'
8831         + remove spurious commas from terminfo.src descriptions.
8832         + change copyright notices to Free Software Foundation
8833
8834 980207
8835         + minor fixes for autoconf macros CF_ERRNO, CF_HELP_MESSAGE and
8836           CF_SIZECHANGE
8837         + modify Makefile.glibc so that $(objpfx) is defined (H.J.Lu).
8838         + ifdef-out true-return from _nc_mouse_inline() which depends on
8839           merge of QNX patch (pending 4.2 release).
8840         > patch to split off seldom-used modules in ncurses (J T Conklin):
8841           This reduces size by up to 2.6kb.
8842         + move functionality of _nc_usleep into napms, add configuration case
8843           for nanosleep().
8844         + moved wchgat() from lib_addch.c to lib_chgat.c
8845         + moved clearok(), immedok(), leaveok(), and scrollok() from
8846           lib_options.c to lib_clearok.c, lib_immedok.c, lib_leaveok.c and
8847           lib_scrollok.c.
8848         + moved napms() from lib_kernel.c to lib_napms.c
8849         + moved echo() and noecho() from lib_raw.c to lib_echo.c
8850         + moved nl() and nonl() from lib_raw.c to lib_nl.c
8851
8852 980131
8853         + corrected conversion in tclock.c (cf: 971018).
8854         + updates to Makefile.glibc and associated Linux configure script
8855           (patch by H.J.Lu).
8856         + workaround a quoting problem on SunOS with tar-copy.sh
8857         + correct init_pair() calls in worm.c to work when use_default_colors()
8858           is not available.
8859         + include <sys/types.h> in CF_SYS_TIME_SELECT to work with FreeBSD
8860           2.1.5
8861         + add ncv capability to FreeBSD console (cons25w), making reverse
8862           work with color.
8863         + correct sense of configure-test for sys/time.h inclusion with
8864           sys/select.h
8865         + fixes for Ada95/ada_include/Makefile.in to work with --srcdir option.
8866         + remove unused/obsolete test-program rules from progs/Makefile.in
8867           (the rules in ncurses/Makefile.in work).
8868         + remove shared-library loader flags from test/Makefile.in, etc.
8869         + simplify test/configure.in using new version of autoconf to create
8870           test/ncurses_cfg.h
8871         + suppress suffix rules in test/Makefile.in, provide explicit
8872           dependency to work with --srcdir option and less capable 'make'
8873           programs.
8874         > adapted from patch for QNX by Xiaodan Tang:
8875         + initialize %P and %g variables set/used in tparm, and also ensure
8876           that empty strings don't return a null result from tparam_internal
8877         + add QNX-specific prototype for vsscanf()
8878         + move initialization of SP->_keytry from init_keytry() to newterm() to
8879           avoid resetting it via a keyok() call by mouse_activate().
8880         + reorganized some functions in lib_mouse() to use case-statements.
8881         + remove sgr string from qnx terminfo entry since it is reported to
8882           turn off attributes inconsistently.
8883
8884 980124
8885         + add f/F/b/B commands to ncurses 'b' test to toggle colors, providing
8886           test for no_color_video.
8887         + adjusted emx.src to use no_color_video, now works with ncurses 'b'
8888           and 'k' tests.
8889         + implement no_color_video attribute, and as a special case, reverse
8890           colors when the reverse attribute cannot be combined with color.
8891         + check for empty string in $TERM variable (reported by Brett Michaels
8892           <brett@xylan.com>).
8893         > from reports by Fred Fish:
8894         + add configure-test for isascii
8895         + add configure-test for -lm library.
8896         + modify CF_BOOL_SIZE to check if C++ bool types are unsigned.
8897         > patches by J.J.G.Ripoll
8898         + add configure/makefile variables to support .exe extension on
8899           OS/2 EMX (requires additional autoconf patches).
8900         + explicitly initialize variables in lib_data.c to appease OS/2 linker
8901         > patches by Fred Fish <fnf@ninemoons.com>
8902         + misc/Makefile.in (install.data):  Avoid trying to install the CVS
8903           directory.
8904         + aclocal.m4 (install.includes):  Remove files in the include directory
8905           where we are going to install new ones, not the original source
8906           files.
8907         + misc/terminfo.src:  Add entry for "beterm", derived from termcap
8908           distributed with BeOS PR2 using captoinfo.
8909         + aclocal.m4: Wrap $cf_cv_type_of_bool with quotes (contains space)
8910         + aclocal.m4: Assume bool types are unsigned.
8911         + progs/infocmp.c: workaround mwcc 32k function data limit
8912
8913 980117
8914         + correct initialization of color-pair (cf: 970524) in xmas.c, which
8915           was using only one color-pair for all colors (reported by
8916           J.J.G.Ripoll).
8917         + add multithread options for objects build on EMX, for compatibility
8918           with XFree86.
8919         + split up an expression in MKlib_gen.sh to work around a problem on
8920           OS/2 EMX, with 'ash' (patch by J.J.G.Ripoll).
8921         + change terminfo entries xterm (xterm-xf86-v40), xterm-8bit rs1 to use
8922           hard reset.
8923         + rename terminfo entry xterm-xf86-v39t to xterm-xf86-v40
8924         + remove bold/underline from sun console entries since they're not
8925           implemented.
8926         + correct _tracef calls in _tracedump(), which did not separate format
8927           from parameters.
8928         + correct getopt string for tic "-o" option, and add it to man-page
8929           synopsis (reported by Darren Hiebert <darren@hmi.com>).
8930         + correct typo in panel/Makefile.in, reversed if-statement in scrolling
8931           optimization (Alexander V.  Lukyanov).
8932         + test for 'remove()', use 'unlink() if not found (patch by Philippe De
8933           Muyter <phdm@macqel.be>).
8934         > patches by Juergen Pfeifer:
8935         + Improve a feature of the forms driver.  For invisible fields
8936           (O_VISIBLE off) only the contents but not the attributes are cleared.
8937           We now clear both.  (Reported by Javier Kohan
8938           <jkohan@adan.fceia.unr.edu.ar>)
8939         + The man page form_field_opts.3x makes now clear, that invisible
8940           fields are also always inactive.
8941         + adjust ifdef's to compile the C++ binding with the just released
8942           gcc-2.8.0 c++ and the corresponding new C++ libraries.
8943
8944 980110
8945         + correct "?" command in ncurses.c; it was performing non-screen writes
8946           while the program was in screen mode.  (It "worked" in 1.9.9e because
8947           that version sets OPOST and OCRNL incorrectly).
8948         + return error from functions in lib_kernel, lib_raw and lib_ti if
8949           cur_term is null, or if underlying I/O fails.
8950         + amend change to tputs() so that it does not return an error if
8951           cur_term is null, since some applications depend on being able to use
8952           tputs without initializing the terminal (reported by Christian J.
8953           Robinson <infynity@cyberhighway.net>).
8954
8955 980103
8956         + add a copy of emx.src from J.J.G.Ripoll's OS/2 EMX version of ncurses
8957           1.9.9e, together with fixes/additions for the "ansi" terminal type.
8958         + add tic check for save/restore cursor if change_scroll_region is
8959           defined (reference: O'Reilly book).
8960         + modify read_termcap.c to handle EMX-style pathnames (reported by
8961           J.J.G.Ripoll).
8962         + modify lib_raw.c to use EMX's setmode (patch from J.J.G.Ripoll).
8963           Ripoll says EMX's curses does this.
8964         + modify _nc_tic_expand() to generate \0 rather than \200.
8965         + move/revise 'expand()' from dump_entry.c to ncurses library as
8966           _nc_tic_expand(), for use by tack.
8967         + decode \a as \007 for terminfo, as per XSI.
8968         + correct translation of terminfo "^@", to \200, like \0.
8969         + modify next_char() to treat <cr><lf> the same as <newline>, for
8970           cross-platform compatibility.
8971         + use new version of autoconf (971230) to work around limited
8972           environment on CLIX, due to the way autoconf builds --help message.
8973         > patch by Juergen Pfeifer:
8974         + check that the Ada95 binding runs against the correct version of
8975           ncurses.
8976         + insert constants about the library version into the main spec-file of
8977           the Ada95 binding.
8978
8979 971227
8980         + modify open/fopen calls to use binary mode, needed for EMX.
8981         + modify configure script to work with autoconf 2.10 mods for OS/2
8982           EMX (from J.J.G.Ripoll).
8983         + generated ncurses_cfg.h with patch (971222) to autoconf 2.12 which
8984           bypasses limited sed buffer length.
8985         > several changes from Juan Jose Garcia Ripoll <worm@arrakis.es>
8986           (J.J.G.Ripoll) to support OS/2 EMX:
8987         + add a _scrolling flag to SP, to set when we encounter a terminal
8988           that simply cannot scroll.
8989         + corrected logic in _nc_add_to_try(), by ensuring that strings with
8990           embedded \200 characters are matched.
8991         + don't assume the host has 'link()' function, for linking terminfo
8992           entries.
8993
8994 971220
8995         + if there's no ioctl's to support sigwinch handler, disable it.
8996         + add configure option --disable-ext-funcs to remove the extended
8997           functions from the build.
8998         + add configure option --with-termlib to generate the terminfo
8999           functions as a separate library.
9000         + add 'sources' rule to facilitate cross-compiling.
9001         + review/fix order of mostlyclean/clean/distclean rules.
9002         + modify install-rule for headers to first remove old header, in
9003           case there was a symbolic link that confuses the install script.
9004         + corrected substitution for NCURSES_CONST in term.h (cf: 971108)
9005         + add null pointer checks in wnoutrefresh(), overlap() (patch by
9006           Xiaodan Tang <xtang@qnx.com>)
9007         + correct tputs(), which could dereference a null cur_term if invoked
9008           before terminal is initialized (patch by Christopher Seawood
9009           <cls@seawood.org>)
9010         > patch by Juergen Pfeifer:
9011         + makes better use of "pragma Inline" in the Ada95 binding
9012         + resynchronizes the generated html manpages
9013
9014 971213
9015         + additional fixes for man-pages section-references
9016         + add (for debugging) a check for ich/ich1 conflict with smir/rmir
9017           to tic, etc.
9018         + remove hpa/vpa from rxvt terminal description because they are not
9019           implemented correctly, added sgr0.
9020         + change ncurses 's' to use raw mode, so ^Q works (reported by Rudolf
9021           Leitgeb <leitgeb@leland.stanford.edu>)
9022
9023 971206
9024         + modify protection when installing libraries to (normally) not
9025           executable.  HP-UX shared libraries are an exception.
9026         + add configure check for 'tack'.
9027         + implement script for renaming section-references in man-page install,
9028           for Debian configuration.
9029         + add validity-check for SP in trace code in baudrate() (reported by
9030           Daniel Weaver).
9031         > patch by Alexander V. Lukyanov (fixes to match sol25 curses)
9032         + modify 'overlay()' so that copy applies target window background to
9033           characters.
9034         + correct 'mvwin()' so that it does not clear the previous locations.
9035         + correct lib_acs.c so that 8-bit character is not sign expanded in
9036           case of wide characters in chtype.
9037         + correct control-char test in lib_addch.c for use with wide chars
9038         + use attribute in the chtype when adding a control character in
9039           lib_addch.c control char was added with current attribute
9040
9041 971129
9042         + save/restore errno in _tracef() function
9043         + change treatment of initialize_color to use a range of 0..1000
9044           (recommended by Daniel Weaver).
9045         + set umask in mkinstalldirs, fixing problems reported by users who
9046           have set root's umask to 077.
9047         + correct bug in tic that caused capabilities to be reprinted at the
9048           end of output when they had embedded comments.
9049         + rewrote wredrawln to correspond to XSI, and split-out since it is
9050           not often used (from report by Alexander V. Lukyanov, 970825)
9051         + rewrote Dan Nelson's change to make it portable, as well as to
9052           correct logic for handling backslashes.
9053         + add code to _nc_tgetent() to make it work more like a real tgetent().
9054           It removes all empty fields, and removes all but the first in a group
9055           of duplicate caps.  The code was pulled from the BSD libtermcap code
9056           in termcap.c (patch by Dan Nelson <dnelson@emsphone.com>
9057         + don't include --enable-widec in the --with-develop configure option,
9058           since it is not binary-compatible with 4.1 (noted by Alexander V.
9059           Lukyanov)
9060         > patch by Juergen Pfeifer:
9061         + further improvements of the usage of elaboration pragmas in the Ada95
9062           binding
9063         + enhanced Ada95 sample to use the user_data mechanism for panels.
9064         + a fix for the configuration script to make gnat-3.10 the required
9065           version.
9066         + resync of the html version of the manpages
9067
9068 971122
9069         > fixes/updates for terminfo.src:
9070         + add vt220-js, pilot, rbcomm, datapoint entries from esr's 27-jun-97
9071           version.
9072         + add hds200 description (Walter Skorski)
9073         + add EMX 0.9b descriptions
9074         + correct rmso/smso capabilities in wy30-mc and wy50-mc (Daniel Weaver)
9075         + rename xhpterm back to hpterm.
9076         > patch by Juergen Pfeifer:
9077         + Improves the usage of elaboration pragmas for the Ada95 binding.
9078         + Adds a translation of the test/rain.c into Ada95 to the samples.
9079           This has been contributed to the project by Laurent Pautet
9080           (pautet@gnat.com)
9081
9082 971115
9083         + increase MAX_NAME_SIZE to 512 to handle extremely long alias list
9084           in HP-UX terminfo.
9085         + correction & simplification of delay computation in tputs, based on
9086           comments from Daniel Weaver.
9087         + replace test for SCO with more precise header tests.
9088         + add configure test for unsigned literals, use in NCURSES_BITS macro.
9089         + comment-out the -PIC, etc., flags from c++, progs and test makefiles
9090           since they probably are not needed, and are less efficient (noted by
9091           Juergen Fluk)
9092         + add -L$(libdir) to loader options, after -L../lib so that loaders
9093           that record this information will tend to do the right thing if
9094           the programs are moved around after installing them (suggested by
9095           Juergen Fluk).
9096         + add -R option to loader options for programs for Solaris if the
9097           --enable-rpath option is specified for the libraries.
9098
9099 971112
9100         + correct installed filename for shared libraries on *BSD (reported by
9101           Juergen Fluk).
9102
9103 971108
9104         + cleanup logic for deciding when tputs() should call delay_output(),
9105           based on comments from Daniel Weaver.
9106         + modified tputs() to avoid use of float.
9107         + correct use of trailpad in tputs(), which used the wrong variable
9108           in call to delay_output().
9109         + correct inverted expression for null-count in delay_output()
9110           (analysis by Daniel Weaver).
9111         + apply --enable-rpath option to Solaris (requested by Larry Virden).
9112         + correct substitution of EXTRA_CFLAGS for gcc 2.6.3
9113         + correct check for error-return by _nc_tgetent(), which returns 0
9114           for success.
9115         + add configure test for BSD 4.4 cgetent() function, modify
9116           read_termcap.c to use the host's version of that if found, using the
9117           terminal database on FreeBSD (reported by Peter Wemm).
9118         + add u8, u9 strings to sun-il description for Daniel Weaver.
9119         + use NCURSES_CONST in panel's user-pointer.
9120         + modify edit_cfg.sh and MKterm.h.awk.in to substitute NCURSES_CONST
9121           so that will work on NeXT.
9122         + use _nc_set_screen() rather than assignments to SP to fix port to
9123           NeXT (reported by Francisco A. Tomei Torres).
9124
9125 971101
9126         + force mandatory padding in bell and flash_screen, as specified in
9127           XSI.
9128         + don't allow padding_baud_rate to override mandatory delays (reported
9129           by Daniel Weaver).
9130         + modify delay_output() to use _nc_timed_wait() if no baudrate has been
9131           defined, or if the cur_term pointer is not initialized.  XSI treats
9132           this as unspecified.  (requested by Daniel Weaver).
9133         + change getcap-cache ifdef's to eliminate unnecessary chdir/mkdir
9134           when that feature is not configured.
9135         + remove _nc_err_abort() calls when write_entry.c finds a directory but
9136           cannot write to it, e.g., when translating part/all of /etc/termcap
9137           (reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>).
9138           (this dates back to 951102 in 1.9.7a).
9139         + minor ifdef fixes to compile with atac and glibc 2.0.5c
9140         + add check for -lgen when configuring regexpr.h
9141         + modify Solaris shared-library option "-d y" to "-dy" to workaround
9142           incompatibility of gcc 2.7.2 vs vendor's tools.
9143
9144 971026
9145         + correct ifdef's for struct winsize vs struct ttysize in lib_setup.c
9146           to compile on SCO.
9147         + remove dangling backslash in panel/Makefile.in
9148         + modify MKkeyname.awk to work with SCO's nawk, which dumps core in the
9149           length() function.
9150         + correct length of allocation in _nc_add_to_try(), to allow for
9151           trailing null.
9152         + correct logic in _nc_remove_key(), which was discarding too many
9153           nodes (patch by Alexander V. Lukyanov)
9154
9155 971025
9156         + add definition for $(REL_VERSION) to test/Makefile.in, so *BSD
9157           shared libraries link properly (see 970524).
9158         + modify Linux shared-library generation to include library
9159           dependencies (e.g., -lncurses and -lgpm) in the forms, menu and
9160           panel libraries (suggested by Juergen Pfeifer).
9161         + modify configure script to use config.guess and config.sub rather
9162           than uname, which is unreliable on some systems.
9163         + updated Makefile.glibc, test-built with glibc 2.0.5c
9164         + modify keyname() to return values consistent with SVr4 curses (patch
9165           by Juergen Fluk).
9166         > changes requested by Daniel Weaver:
9167         + modify delay_output() so that it uses the same output function as
9168           tputs() if called from that function.
9169         + move _baudrate from SCREEN to TERMINAL so that low-level use of
9170           tputs works when SP is not set.
9171         > patch by Juergen Pfeifer:
9172         + factor lib_menu and lib_form into smaller modules
9173         + clean up the interface between panel and SCREEN
9174         + minor changes to the Ada95 mouse support implemenation
9175         + minor bugfix in C++ binding to ripoff windows
9176         + fix a few Ada95 html documentation pages
9177
9178 971018
9179         + split-out lib_ungetch.c, make runtime link to resizeterm() to
9180           decouple those modules from lib_restart.c
9181         + add xterm-xf86-v39t description to terminfo.src
9182         + reset SP->_endwin in lib_tstp.c cleanup() function after calling
9183           endwin() to avoid unnecessary repainting if the application has
9184           established an atexit function, etc.  Encountered this problem in
9185           the c++ demo, whose destructors repaint the screen.
9186         + combine _nc_get_screensize() and resizeterm() calls as new function
9187           _nc_update_screensize().
9188         + minor fixes to allow compile with g++ (suggested by Nelson H. F.
9189           Beebe).
9190         + implement install-rules for Ada95 makefiles.
9191         + use screen_lines or MAXLINES as needed where LINES was coded,
9192           as well as screen_columns for COLS, in the ncurses library.
9193         > patch by Alexander V. Lukyanov:
9194         + modify logic for ripped-off lines to handle several SCREENs.
9195         > patch by Juergen Pfeifer:
9196         + factors lib_slk.c into some smaller modules
9197         + factors panel.c into some smaller modules
9198         + puts the static information about the current panel stack into the
9199           SCREEN structure to allow different panel stacks on different
9200           screens.
9201         + preliminary fix for an error adjusting LINES to account for
9202           ripped-off lines.
9203
9204 971011
9205         + move _nc_max_click_interval and other mouse interface items to SCREEN
9206           struct so that they are associated with a single terminal, and also
9207           save memory when the application does not need a mouse (roughly 3k vs
9208           0.5k on Linux).
9209         + modify mouseinterval() so that a negative parameter queries the
9210           click-interval without modifying it.
9211         + modify ncurses 'i' test to work with ncurses' apparent extension from
9212           SVr4, i.e., allows nocbreak+noecho (analysis by Alexander V.
9213           Lukyanov).
9214         + add configure options --with-ada-includes and --with-ada-objects,
9215           to drive Ada95 binding install (not yet implemented).
9216         + install C++ binding as -lncurses++ and associated headers with the
9217           other ncurses headers.
9218         + fix header uninstall if configure --srcdir is used.
9219         > minor interface changes to support 'tack' program -TD
9220           (request by Daniel Weaver <danw@znyx.com>).
9221         + export functions _nc_trans_string() and _nc_msec_cost().
9222         + add variable _nc_nulls_sent, to record the number of padding
9223           characters output in delay_output().
9224         + move tests for generic_type and hard_copy terminals in setupterm()
9225           to the end of that function so that the library will still be
9226           initialized, though not generally useful for curses programs.
9227         > patches by Alexander V. Lukyanov:
9228         + modify ClrBottom() to avoid using clr_eos if there is only one line
9229           to erase.
9230         + typo in configure --help.
9231         > patch by J T Conklin (with minor resync against Juergen's changes)
9232         + split-out lib_flash.c from lib_beep.c
9233         + split-out lib_hline.c and lib_vline.c from lib_box.c
9234         + split-out lib_wattron.c, lib_wattroff.c from lib_addch.c
9235
9236 971005
9237         > patch by Juergen Pfeifer:
9238         + correct source/target of c++/edit_cfg.sh
9239
9240 971004
9241         + add color, mouse support to kterm terminfo entry.
9242         + modify lib_mouse.c to recognize rxvt, kterm, color_xterm also as
9243           providing "xterm"-style mouse.
9244         + updated rxvt's terminfo description to correspond to 2.21b, with
9245           fixes for the acsc (the box1 capability is incorrect, ech1 does not
9246           work).
9247         + fix logic in parse_entry.c that discarded acsc when 'synthesizing'
9248           an entry from equivalents in XENIX or AIX.  This lets ncurses handle
9249           the distribution copy of rxvt's terminfo.
9250         + modify acsc capability for linux and linux-koi8 terminfo descriptions
9251           (from Pavel Roskin <pavel@absolute.spb.su>).
9252         + corrected definition in curses.h for ACS_LANTERN, which was 'I'
9253           rather than 'i' (see 970802).
9254         + updated terminfo.src with reformatted acsc entries, and repaired the
9255           trashed entries with spurious '\' characters that this exposed.
9256         + add logic to dump_entry.c to reformat acsc entries into canonical
9257           form (sorted, unique mapping).
9258         + add configure script to generate c++/etip.h
9259         + add configure --with-develop option, to enable by default most of the
9260           experimental options (requested by Alexander V. Lukyanov).
9261         + rename 'deinstall' to 'uninstall', following GNU convention
9262           (suggested by Alexander V. Lukyanov).
9263         > patches by Alexander V. Lukyanov:
9264         + modify tactics 2 and 5 in onscreen_mvcur(), to allow them on the last
9265           line of the screen, since carriage return will not cause a newline.
9266         + remove clause from PutCharLR() that would try to use
9267           eat_newline_glitch since that apparently does not work on some
9268           terminals (e.g., M$ telnet).
9269         + correct a limit check in scroll_csr_backward()
9270         > patches by Juergen Pfeifer:
9271         + adds dummy implementations of methods above() and below() to the
9272           NCursesPanel class.
9273         + fixes missing returncode in NCursesWindow::ripoffline()
9274         + fixes missing returncode in TestApplication::run() in demo.cc
9275         + We should at least give a comment in etip.h why it is currently a
9276           problem to install the C++ binding somewhere
9277         + makes the WINDOW* argument of wenclose() a const.
9278         + modifies several of the routines in lib_adabind.c to use a const
9279           WINDOW* argument.
9280
9281 970927
9282         + add 'deinstall' rules.
9283         + use explicit assignments in configure --without-progs option to
9284           work around autoconf bug which doesn't always set $withval.
9285         + check for ldconfig, don't try to run it if not found.
9286         + implement simple/unoptimized case in lib_doupdate.c to handle
9287           display with magic cookie glitch, tested with ncurses.c program.
9288         + correct missing _tracef in getmouse(), to balance the returnCode
9289           macro.
9290         + simplify show_attr() in ncurses.c using termattrs().
9291         > patches by Juergen Pfeifer:
9292         + provides missing inlines for mvw[hv]line in cursesw.h of the C++
9293           binding
9294         + fixes a typo in a comment of frm_driver.c
9295         + Enhances Ada95 Makefiles to fulfill the requirement of GNAT-3.10 that
9296           generics should be compiled.  Proper fixes to the configuration
9297           scripts are also provided.
9298
9299 970920
9300         + several modifications to the configure script (requested by Ward
9301           Horner):
9302           + add configure options --without-progs, to suppress the build of the
9303             utility programs, e.g., for cross-compiling.
9304           + add $(HOSTCCFLAGS) and $(HOSTLDFLAGS) symbols to ncurses
9305             Makefile.in, to simplify setup for cross compiling.
9306           + add logic in configure script to recognize "--target=vxworks", and
9307             generate load/install actions for VxWorks objects.
9308         + move typedef for sigaction_t into SigAction.h to work around problem
9309           generating lint library.
9310         + modify fty_regex.c to reflect renaming of ifdef's for regular
9311           expressions.
9312         + simplify ifdef in lib_setup.c for TIOCGWINSZ since that symbol may
9313           reside in <sys/ioctl.h>.
9314         + merge testcurs.c with version from PDCurses 2.3, clarifying some of
9315           the more obscure tests, which rely upon color.
9316         + use macros getbegyx() and getmaxyx() in newdemo.c and testcurs.c
9317         + modify ncurses.c to use getbegyx() and getmaxyx() macros to cover up
9318           implementation difference wrt SVr4 curses, allow 's' test to work.
9319         + add missing endwin() to testscanw.c program (reported by Fausto
9320           Saporito <fausap@itb.it>).
9321         + fixes/updates for Makefile.glibc and related files under sysdeps
9322           (patch by H.J.Lu).
9323         > patches by Juergen Pfeifer:
9324         + add checks for null pointers, especially WINDOW's throughout the
9325           ncurses library.
9326         + solve a problem with wrong calculation of panel overlapping (reported
9327           by Ward Horner):
9328           + make sure that a panel's window isn't a pad.
9329           + do more error checking in module lib_touch.c
9330         + missing files for Ada95 binding from the last patch
9331         + synch. of generated html pages (RCS-Id's were wrong in html files)
9332         + support for Key_Resize in Ada binding
9333         + changed documentation style in ./c++/cursesm.h
9334         > patches by Alexander V. Lukyanov:
9335         + undo attempt to do recursive inlining for PutChar(), noting that it
9336           did not improve timing measurably, but inflated the size of
9337           lib_doupdate.o
9338
9339 970913
9340         + modify rain.c to use color.
9341         + correct scroll_csr_backward() to match scroll_csr_forward().
9342         + minor adjustment to llib-lncurses, to work with Solaris 2.5.1
9343         + minor fixes to sysdeps/unix/sysv/linux/configure to reflect renaming
9344           of configure cache variables in 970906.
9345         + correct logic involving changes to O_VISIBLE option in
9346           Synchronize_Options function in frm_driver.c (Tony Hoffmann
9347           <Tony.Hoffmann@hia.nrc.ca>)
9348         + add $(HOSTCC) symbol to ncurses Makefile.in, to simplify setup for
9349           cross compiling (suggested by Chris Johns).
9350         + modify ifdef in lib_setup.c to only include <sys/ioctl.h> if we can
9351           use it to support screen-size calculation (reported by Chris Johns).
9352         + #undef unctrl to avoid symbol conflict in port to RTEMS (reported by
9353           Chris Johns <cjohns@plessey.com.au>)
9354         > patches by Juergen Pfeifer:
9355         + simplified, made minor corrections to Ada95 binding to form
9356           fieldtype.
9357         + The C++ binding has been enhanced:
9358           + Improve NCursesWindow class:  added additional methods to cover
9359             more ncurses functionality.  Make refresh() and noutrefresh()
9360             virtual members to allow different implementation in the
9361             NCursesPanel class.
9362           + CAUTION:  changed order of parameters in vline() and hline() of
9363             NCursesWindow class.
9364           + Make refresh() in NCursesPanel non-static, it is now a
9365             reimplementation of refresh() in the base class.  Added
9366             noutrefresh() to NCursesPanel.
9367           + Added NCursesForm and related classes to support libform
9368             functionality.
9369           + Moved most of configuration related stuff from cursesw.h to etip.h
9370           + Added NCursesApplication class to support easy configuration of
9371             menu and forms related attributes as well as ripped of title lines
9372             and Soft-Label-Keys for an application.
9373           + Support of Auto-Cleanup for a menu's fieldlist.
9374           + Change of return type for current_item() and operator[] for menus.
9375           + Enhanced demo.
9376         + Fixed a bug in form/fld_def.c:  take into account that copyarg and
9377           freearg for a fieldtype may be NULL, makearg must not be NULL
9378         + Fixed a bug in form/fld_type.c:  in set_fieldtype_arg() makearg must
9379           not be NULL, copyarg and freearg may be NULL.
9380         + Fixed a bug in form/frm_def.c:  Allow Disconnect_Fields() if it is
9381           already disconnected.
9382         + Enhance form/frm_driver.c:  Allow growth of dynamic fields also on
9383           navigation requests.
9384         + Fixed a bug in form/fty_enum.c:  wrong position of postincrement in
9385           case-insensitiva comparision routine.
9386         + Enhanced form/lib_adabind.c with function _nc_get_field() to get a
9387           forms field by index.
9388         + Enhanced menu/m_adabind.c with function _nc_get_item() to get a menus
9389           item by index.
9390         + Fixed in curses.h.in:  make chtype argument for pechochar() constant.
9391           Mark wbkgdset() as implemented, remove wbkgdset macro, because it was
9392           broken (didn't handle colors correctly).
9393         + Enhanced lib_mouse.c: added _nc_has_mouse() function
9394         + Added _nc_has_mouse() prototype to curses.priv.h
9395         + Modified lib_bkgd.c:  hopefully correct implementation of wbkgdset();
9396           streamlined implementation of wbkgd()
9397         + Modified lib_mvwin.c:  Disable move of a pad.  Implement (costly)
9398           move of subwindows.  Fixed update behavior of movements of regular
9399           windows.
9400         + Fixed lib_pad.c:  make chtype argument of pechochar() const.
9401         + Fixed lib_window.c:  dupwin() is not(!) in every bit a really clone
9402           of the original.  Subwindows become regular windows by doing a
9403           dupwin().
9404         + Improved manpage form_fieldtype.3x
9405         > patches by Alexander V. Lukyanov:
9406         + simplify the PutChar() handling of exit_am_mode, because we already
9407           know that auto_right_margin is true.
9408         + add a check in PutChar() for ability to insert to the case of
9409           shifting character to LR corner.
9410         + in terminal initialization by _nc_screen_resume(), make sure that
9411           terminal right margin mode is known.
9412         + move logic that invokes touchline(), or does the equivalent, into
9413           _nc_scroll_window().
9414         + modify scrolling logic use of insert/delete line capability, assuming
9415           that they affect the screen contents only within the current
9416           scrolling region.
9417         + modify rain.c to demonstrate SIGWINCH handler.
9418         + remove logic from getch() that would return an ERR if the application
9419           called getch() when the cursor was at the lower-right corner of the
9420           physical screen, and the terminal does not have insert-character
9421           ability.
9422         + change view.c so that it breaks out of getch() loop if a KEY_RESIZE
9423           is read, and modify logic in getch() so this fix will yield the
9424           desired behavior, i.e., the screen is repainted automatically when
9425           the terminal window is resized.
9426
9427 970906
9428         + add configure option --enable-sigwinch
9429         + modify view.c to test KEY_RESIZE logic, with "-r" option.
9430         + modify testcurs.c to eliminate misleading display wrt cursor type
9431           by testing if the terminal supports cnorm, civis, cvvis.
9432         + several fixes for m68k/NeXT 4.0, to bring cur_term, _nc_curr_line and
9433           _nc_curr_col variables into linked programs:  move these variables,
9434           making new modules lib_cur_term and trace_buf (reported by Francisco
9435           Alberto Tomei Torres <fatomei@sandburg.unm.edu>).
9436         > patches by Alexander V. Lukyanov:
9437         + add pseudo-functionkey KEY_RESIZE which is returned by getch() when
9438           the SIGWINCH handler has been called since the last call to
9439           doupdate().
9440         + modify lib_twait.c to hide EINTR only if HIDE_EINTR is defined.
9441         + add SIGWINCH handler to ncurses library which is used if there is no
9442           application SIGWINCH handler in effect when the screen is
9443           initialized.
9444         + make linked list of all SCREEN structures.
9445         + move curses.h include before definition of SCREEN to use types in
9446           that structure.
9447         + correction to ensure that wgetstr uses only a newline to force a
9448           scroll (970831).
9449
9450 970831
9451         + add experimental configure option --enable-safe-sprintf; the normal
9452           mode now allocates a buffer as large as the screen for the
9453           lib_printw.c functions.
9454         + modify wgetch to refresh screen when reading ungetch'd characters,
9455           since the application may require this - SVr4 does this.
9456         + refine treatment of newline in wgetstr to echo only when this would
9457           force the screen to scroll.
9458
9459 970830
9460         + remove override in wgetstr() that forces keypad(), since SVr4 does
9461           not do this.
9462         + correct y-reference for erasure in wgetstr() when a wrap forces a
9463           scroll.
9464         + correct x-position in waddch() after a wrap forces a scroll.
9465         + echo newline in wgetstr(), making testscanw.c scroll properly when
9466           scanw is done.
9467         + modify vwscanw() to avoid potential buffer overflow.
9468         + rewrote lib_printw.c to eliminate fixed-buffer limits.
9469         > patches by Alexander V. Lukyanov:
9470         + correct an error in handling cooked mode in wgetch(); processing
9471           was in the wrong order.
9472         + simplified logic in wgetch() that handles backspace, etc., by using
9473           wechochar().
9474         + correct wechochar() so that it interprets the output character as
9475           in waddch().
9476         + modify pechochar() to use prefresh() rather than doupdate(), since
9477           the latter does not guarantee immediate refresh of the pad.
9478         + modify pechochar() so that if called with a non-pad WINDOW, will
9479           invoke wechochar() instead.
9480         + modify fifo indices to allow fifo to be longer than 127 bytes.
9481
9482 970823
9483         + add xterm-8bit to terminfo.src
9484         + moved logic for SP->_fifohold inside check_pending() to make it
9485           work properly when we add calls to that function.
9486         + ensure that bool functions return only TRUE or FALSE, and TRUE/FALSE
9487           are assigned to bool values (patch by H.J.Lu).
9488         > patches by Alexander V. Lukyanov:
9489         + several fixes to getch:
9490           1.  Separate cooked and raw keys in fifo
9491           2.  Fix the case of ungetch'ed KEY_MOUSE
9492           3.  wrap the code for hiding EINTR with ifdef HIDE_EINTR
9493           4.  correctly handle input errors (i.e., EINTR) without loss of raw
9494               keys
9495           5.  recognize ESC KEY_LEFT and similar
9496           6.  correctly handle the case of receiption of KEY_MOUSE from gpm
9497         + correct off-by-one indexing error in _nc_mouse_parse(), that caused
9498           single mouse events (press/release) to be ignored in favor of
9499           composed events (click).  Improves on a fix from integrating gpm
9500           support in 961229.
9501         + add another call to check_pending, before scrolling, for
9502           line-breakout optimization
9503         + improve hashmap.c by
9504           1.  fixed loop condition in grow_hunks()
9505           2.  not marking lines with offset 0
9506           3.  fixed condition of 'too far' criteria, thus one-line hunks are
9507           ignored and two lines interchanged won't pass.
9508         + rewrote/simplified _nc_scroll_optimize() by separating into two
9509           passes, forward/backward, looking for chunks moving only in the given
9510           direction.
9511         + move logic that emits sgr0 when initializing the screen to
9512           _nc_screen_init(), now invoked from newterm.
9513         + move cursor-movement cleanup from endwin() into _nc_mvcur_wrap()
9514           function and screen cleanup (i.e., color) into _nc_screen_wrap()
9515           function.
9516         + add new functions _nc_screen_init(), _nc_screen_resume() and
9517           _nc_screen_wrap().
9518         + rename _nc_mvcur_scrolln() to _nc_scrolln().
9519         + add a copy of acs_map[] to the SCREEN structure, where it can be
9520           stored/retrieved via set_term().
9521         + move variables _nc_idcok, _nc_idlok, _nc_windows into the SCREEN
9522           structure.
9523
9524 970816
9525         + implement experimental _nc_perform_scroll().
9526         + modify newterm (actually _nc_setupscreen()) to emit an sgr0 when
9527           initializing the screen, as does SVr4 (reported by Alexander V.
9528           Lukyanov).
9529         + added test_progs rule to ncurses/Makefile.
9530         + modify test/configure.in to check if initscr is already in $LIBS
9531           before looking for (n)curses library.
9532         + correct version-number in configure script for OSF1 shared-library
9533           options (patch by Tim Mooney).
9534         + add -DNDEBUG to CPPFLAGS for --enable-assertions (as Juergen
9535           originally patched) since the c++ demo files do not necessarily
9536           include ncurses_cfg.h
9537         + supply default value for --enable-assertions option in configure
9538           script (reported by Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>).
9539         > patches by Alexander V. Lukyanov:
9540         + correct/simplify logic of werase(), wclrtoeol() and wclrbot().  See
9541           example firstlast.c
9542         + optimize waddch_literal() and waddch_nosync() by factoring out
9543           common subexpressions.
9544         + correct sense of NDEBUG ifdef for CHECK_POSITION macro.
9545         + corrections to render_char(), to make handling of colored blanks
9546           match SVr4 curses, as well as to correct a bug that xor'd space
9547           against the background character.
9548         + replaced hash function with a faster one (timed it)
9549         + rewrote the hashmap algorithm to be one-pass, this avoids multiple
9550           cost_effective() calls on the same lines.
9551         + modified cost_effective() so it is now slightly more precise.
9552         > patches for glibc integration (H.J.Lu):
9553         + add modules define_key, keyok, name_match, tries
9554         + add makefile rules for some of the unit tests in ncurses (mvcur,
9555           captoinfo, hardscroll, hashmap).
9556         + update Linux configure-script for wide-character definitions.
9557
9558 970809
9559         + modify _tracebits() to show the character size (e.g., CS8).
9560         + modify tparm() to emit '\200' where the generated string would have a
9561           null (reported by From:  Ian Dall <Ian.Dall@dsto.defence.gov.au> for
9562           terminal type ncr7900).
9563         + modify install process so that ldconfig is not invoked if the
9564           package is built with an install-prefix.
9565         + correct test program for chtype size (reported by Tim Mooney).
9566         + add configure option --disable-scroll-hints, using this to ifdef the
9567           logic that computes indices for _nc_scroll_optimize().
9568         + add module ncurses/softscroll.c, to perform single-stage computation
9569           of scroll indices used in _nc_scroll_optimize().  This is faster than
9570           the existing scrolling algorithm, but tends to make too-small hunks.
9571         + eliminate fixed buffer size in _nc_linedump().
9572         + minor fixes to lib_doupdate.c to add tradeoff between clr_eol (el)
9573           and clr_bol (el1), refine logic in ClrUpdate() and ClrBottom() (patch
9574           by Alexander V. Lukyanov).
9575         + add test/testaddch.c, from a pending patch by Alexander V. Lukyanov.
9576         + correct processing of "configure --enable-assertions" option (patch
9577           by Juergen Pfeifer).
9578
9579 970802
9580         + add '-s' (single-step) option too test/hashtest.c, correct an error
9581           in loop limit for '-f' (footer option), toggle scrollok() when
9582           writing footer to avoid wrap at lower-right corner.
9583         + correct behavior of clrtoeol() immediately after wrapping cursor,
9584           which was not clearing the line at the cursor position (reported by
9585           Liviu Daia <daia@stoilow.imar.ro>).
9586         + corrected mapping for ACS_LANTERN, which was 'I' rather than 'i'
9587           (reported by Klaus Weide <kweide@tezcat.com>).
9588         + many corrections to make progs/capconvert work, as well as make it
9589           reasonably portable and integrated with ncurses 4.1 (reported by Dave
9590           Furstenau <df@ravine.binary.net>).
9591
9592 970726
9593         + add flag SP->_fifohold, corresponding logic to modify the behavior of
9594           the line breakout logic so that if the application does not read
9595           input, refreshes will not be stopped, but only slowed.
9596         + generate slk_attr_off(), slk_attr_on(), slk_attr_set(), vid_attr(),
9597           ifdef'd for wide-character support, since ncurses' WA_xxx attribute
9598           masks are identical with the A_xxx masks.
9599         + modify MKlib_gen.sh to generate ifdef'd functions to support optional
9600           configuration of wide-characters.
9601         + modify tset to behave more like SVr4's tset, which does not modify
9602           the settings of intr, quit or erase unless they are given as command
9603           options (reported by Nelson H. F. Beebe <beebe@math.utah.edu>).
9604         + modify tset to look in /etc/ttys or /etc/ttytype if the configuration
9605           does not have getttynam().
9606         + extend baudrate table in tset.c to match baudrate() function.
9607         + add table entries for B230400 and B460800 to baudrate() function.
9608         + improve breakout logic by allowing it before the first line updated,
9609           which is what SVr4 curses does (patch by Alexander V. Lukyanov).
9610         + correct initialization of vcost in relative_move(), for cursor-down
9611           case (patch by Alexander V. Lukyanov).
9612         > nits gleaned from Debian distribution of 1.9.9g-3:
9613         + install symbolic link for intotocap.
9614         + reference libc directly when making shared libraries.
9615         + correct renaming of curs_scr_dmp.3x in man_db.renames.
9616         + guard tgetflag() and other termcap functions against null cur_term
9617           pointer.
9618
9619 970719
9620         + corrected initial state of software echo (error in 970405, reported
9621           by Alexander V. Lukyanov).
9622         + reviewed/added messages to configure script, so that all non-test
9623           options should be accompanied by a message.
9624         + add configure check for long filenames, using this to determine if
9625           it is safe to allow long aliases for terminal descriptions as does
9626           SVr4.
9627         + add configure options for widec (wide character), hashmap (both
9628           experimental).
9629         > patch by Alexander V. Lukyanov:
9630         + hashmap.c - improved by heuristic, so that scroll test works much
9631           better when csr is not available.
9632         + hardscroll.c - patched so that it continues to scroll other chunks
9633           after failure to scroll one.
9634         + lib_doupdate.c - _nc_mvcur_scrolln extended to handle more cases; csr
9635           is avoided as it is relative costly.  Fixed wrong coordinates in one
9636           case and wrong string in TRACE.
9637         > patch by Juergen Pfeifer:
9638         + modify C++ binding to compile on AIX 4.x with the IBM C-SET++
9639           compiler.
9640
9641 970712
9642         + remove alternate character set from kterm terminfo entry; it uses the
9643           shift-out control for a purpose incompatible with curses, i.e., font
9644           switching.
9645         + disentangle 'xterm' terminfo entry from some derived entries that
9646           should be based on xterm-r6 instead.
9647         + add cbt to xterm-xf86-xv32 terminfo entry; I added the emulation for
9648           XFree86 3.1.2F, but overlooked its use in terminfo then - T.Dickey.
9649         + correct logic in lib_mvcur.c that uses back_tab.
9650
9651 970706
9652         + correct change from 970628 to ClrUpdate() in lib_doupdate.c so that
9653           contents of curscr are saved in newscr before clearing the screen.
9654           This is needed to make repainting work with the present logic of
9655           TransformLine().
9656         + use napms() rather than sleep() in tset.c to avoid interrupting I/O.
9657
9658 970705
9659         + add limit checks to _nc_read_file_entry() to guard against overflow
9660           of buffer when reading incompatible terminfo format, e.g, from OSF/1.
9661         + correct some loop-variable errors in xmc support in lib_doupdate.c
9662         + modify ncurses 'b' test to add gaps, specified by user, to allow
9663           investigation of interaction with xmc (magic cookie) code.
9664         + correct typo in 970524 mods to xmas.c, had omitted empty parameter
9665           list from has_colors(), which gcc ignores, but SVr4 does not
9666           (reported by Larry Virden).
9667         + correct rmso capability in wy50-mc description.
9668         + add configure option "--enable-hard-tabs", renamed TABS_OK ifdef to
9669           USE_HARD_TABS.
9670         > patch by Juergen Pfeifer:
9671         + Add bindings for keyok() and define_key() to the Ada95 packages.
9672         + Improve man pages menu_post.3x and menu_format.3x
9673         + Fix the HTML pages in the Ada95/html directory to reflect the above
9674           changes.
9675
9676 970628
9677         + modify change from 970101 to ClrUpdate() in lib_doupdate.c so that
9678           pending changes to both curscr and newscr are flushed properly.
9679           This fixes a case where the first scrolling operation in nvi would
9680           cause the screen to be cleared unnecessarily and repainted before
9681           doing the indexing, i.e., by repeatedly pressing 'j' (reported by
9682           Juergen Pfeifer).
9683         + correct error in trans_string() which added embedded newlines in a
9684           terminfo description to the stored strings.
9685         + remove spurious newlines from sgr in wyse50 (and several other)
9686           terminfo descriptions.
9687         + add configure option for experimental xmc (magic cookie) code,
9688           "--enable-xmc-glitch".  When disabled (the default), attributes that
9689           would store a magic cookie are suppressed in vidputs().  The magic
9690           cookie code is far from workable at this stage; the configuration
9691           option is a stopgap.
9692         + move _nc_initscr() from lib_initscr.c to lib_newterm.c
9693         + correct path for invoking make_keys (a missing "./").
9694
9695 970621
9696         + correct sign-extension problem with "infocmp -e", which corrupted
9697           acsc values computed for linux fallback data.
9698         + correct dependency on ncurses/names.c (a missing "./").
9699         + modify configure script to use '&&' even for cd'ing to existing
9700           directories to work around broken shell interpreters.
9701         + correct a loop-limit in _nc_hash_map() (patch by Alexander V.
9702           Lukyanov).
9703
9704 970615
9705         + restore logic in _nc_scroll_optimize() which marks as touched the
9706           lines in curscr that are shifted.
9707         + add new utility 'make_keys' to compute keys.tries as a table rather
9708           than a series of function calls.
9709         + correct include-dependency for tic.h used by name_match
9710         + removed buffer-allocation for name and description from m_item_new.c,
9711           since this might result in incompatibilities with SVr4.  Also fixed
9712           the corresponding Ada95 binding module (patch by Juergen Pfeifer,
9713           report by Avery Pennarun <apenwarr@foxnet.net>)
9714         + removed the mechanism to timestamp the generated Ada95 sources.  This
9715           resulted always in generating patches for the HTML doc, even when
9716           nothing really changed (patch by Juergen Pfeifer).
9717         + improve man page mitem_new.3x (patch by Juergen Pfeifer).
9718
9719 970614
9720         + remove ech capability from rxvt description because it does not work.
9721         + add missing case logic for infocmp -I option (reported by Lorenzo M.
9722           Catucci <lorenzo@argon.roma2.infn.it>)
9723         + correct old bug in pnoutrefresh() unmasked by fix in 970531; this
9724           caused glitches in the ncurses 'p' test since the area outside the
9725           pad was not compared when setting up indices for _nc_scroll_optimize.
9726         + rewrote tracebits() to workaround misdefinition of TOSTOP on Ultrix
9727           4.4, as well as to eliminate fixed-size buffer (reported by Chris
9728           Tanner <tannerc@aecl.ca>)
9729         + correct prototype for termattrs() as per XPG4 version 2.
9730         + add placeholder prototypes for color_set(), erasewchar(),
9731           term_attrs(), wcolor_set() as per XPG4 version 2.
9732         + correct attribution for progs/progs.priv.h and lib_twait.c
9733         + improve line-breakout logic by checking based on changed lines rather
9734           than total lines (patch by Alexander V. Lukyanov).
9735         + correct loop limits for table-lookup of enumerated value in form
9736           (patch by Juergen Pfeifer).
9737         + improve threshhold computation for determining when to call ClrToEOL
9738           (patch by Alexander V. Lukyanov).
9739
9740 970531
9741         + add configure option --disable-database to force the library to
9742           use only the fallback data.
9743         + add configure option --with-fallbacks, to specify list of fallback
9744           terminal descriptions.
9745         + add a symbolic link for ncurses.h during install; too many programs
9746           still assume there's an ncurses.h
9747         + add new terminfo.src entry for xterm-xf86-v33.
9748         + restore terminfo.src entry for emu to using setf/setb, since it is
9749           not, after all, generating ANSI sequences.  Corrected missing comma
9750           that caused setf/setb entries to merge.
9751         + modify mousemask() to use keyok() to enable/disable KEY_MOUSE, so
9752           that applications can disable ncurses' mouse and supply their own
9753           handler.
9754         + add extensions keyok() and define_key().  These are designed to allow
9755           the user's application better control over the use of function keys,
9756           e.g., disabling the ncurses KEY_MOUSE.  (The define_key idea was from
9757           a mailing-list thread started by Kenneth Albanowski
9758           <kjahds@kjahds.com> Nov'1995).
9759         + restore original behavior in ncurses 'g' test, i.e., explicitly
9760           set the keypad mode rather than use the default, since it confuses
9761           people.
9762         + rewrote the newdemo banner so it's readable (reported by Hugh
9763           Daniel).
9764         + tidy up exit from hashtest (reported by Hugh Daniel).
9765         + restore check for ^Q in ncurses 'g' test broken in 970510 (reported
9766           by Hugh Daniel)
9767         + correct tput program, checking return-value of setupterm (patch by
9768           Florian La Roche).
9769         + correct logic in pnoutrefresh() and pechochar() functions (reported
9770           by Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>).  The computation
9771           of 'wide' date to eric's #283 (1.9.9), and the pechochar bug to the
9772           original implementation (1.9.6).
9773         + correct typo in vt102-w terminfo.src entry (patch by Robert Wuest
9774           <rwuest@sire.vt.com>)
9775         + move calls of _nc_background() out of various loops, as its return
9776           value will be the same for the whole window being operated on (patch
9777           by J T Conklin).
9778         + add macros getcur[xy] getbeg[xy] getpar[xy], which are defined in
9779           SVr4 headers (patch by J T Conklin <jtc@NetBSD.ORG>)
9780         + modify glibc addon-configure scripts (patch by H.J.Lu).
9781         + correct a bug in hashmap.c: the size used for clearing the hashmap
9782           table was incorrect, causing stack corruption for large values of
9783           LINES, e.g., >MAXLINES/2 (patch by Alexander V. Lukyanov).
9784         + eric's terminfo 9.13.23 & 9.13.24 changes: replaced minitel-2 entry,
9785           added MGR, ansi-nt (note: the changes described for 9.13.24 have not
9786           been applied).
9787         > several changes by Juergen Pfeifer:
9788         + correct a missing error-return in form_driver.c when wrapping of a
9789           field is not possible.
9790         + correct logic in form_driver.c for configurations that do not have
9791           memccpy() (reported by Sidik Isani <isani@cfht.hawaii.edu>)
9792         + change several c++ binding functions to inline.
9793         + modify c++ menu binding to inherit from panels, for proper
9794           initialization.
9795         + correct freeing of menu items in c++ binding.
9796         + modify c++ binding to reflect removal of const from user data pointer
9797           in forms/menus libraries.
9798
9799 970524
9800         + add description of xterm-16color.
9801         + modify name of shared-library on *BSD to end with $(REL_VERSION)
9802           rather than $(ABI_VERSION) to match actual convention on FreeBSD
9803           (cf: 960713).
9804         + add OpenBSD to shared-library case, same as NetBSD and FreeBSD
9805           (reported by Hugh Daniel <hugh@rat.toad.com>).
9806         + corrected include-dependency in menu/Makefile so that "make install"
9807           works properly w/o first doing "make".
9808         + add fallback definition for isascii, used in infocmp.
9809         + modify xmas to use color, and to exit right away when a key is
9810           pressed.
9811         + modify gdc so that the scrolled digits function as described (there
9812           was no time delay between the stages, and the digits overwrote the
9813           bounding box without tidying up).
9814         + modify lib_color.c to use setaf/setab only for the ANSI color codes
9815           0 through 7.  Using 16 colors requires setf/setb.
9816         + modify ncurses 'c' test to work with 16 colors, as well as the normal
9817           8 colors.
9818         + remove const qualifier from user data pointer in forms and menus
9819           libraries (patch by Juergen Pfeifer).
9820         + rewrote 'waddchnstr()' to avoid using the _nc_waddch_nosync()
9821           function, thereby not interpreting tabs, etc., as per spec (patch by
9822           Alexander V. Lukyanov).
9823
9824 970517
9825         + suppress check for pre-existing ncurses header if the --prefix
9826           option is specified.
9827         + add configure options "--with-system-type" and
9828           "--with-system-release" to assist in checking the generated
9829           makefiles.
9830         + add configure option "--enable-rpath" to allow installers to specify
9831           that programs linked against shared libraries will have their library
9832           path embedded, allowing installs into nonstandard locations.
9833         + add flags to OSF1 shared-library options to specify version and
9834           symbol file (patch by Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>)
9835         + add missing definition for ABI_VERSION to c++/Makefile.in (reported
9836           by Satoshi Adachi <adachi@wisdom.aa.ap.titech.ac.jp>).
9837         + modify link flags to accommodate HP-UX linker which embeds absolute
9838           pathnames in executables linked against shared libraries (reported by
9839           Jason Evans <jasone@mrc.uidaho.edu>, solved by Alan Shutko
9840           <ats@hubert.wustl.edu>).
9841         + drop unnecessary check for attribute-change in onscreen_mvcur() since
9842           mvcur() is the only caller within the library, and that check in turn
9843           is exercised only from lib_doupdate.c (patch by Alexander V.
9844           Lukyanov).
9845         + add 'blank' parameter to _nc_scroll_window() so _nc_mvcur_scrolln()
9846           can use the background of stdscr as a parameter to that function
9847           (patch by Alexander V. Lukyanov).
9848         + moved _nc_mvcur_scrolln() from lib_mvcur.c to lib_doupdate.c, to use
9849           the latter's internal functions, as well as to eliminate unnecessary
9850           cursor save/restore operations (patch by Alexander V. Lukyanov).
9851         + omit parameter of ClrUpdate(), since it is called only for newscr,
9852           further optimized/reduced by using ClearScreen() and TransformLine()
9853           to get rid of duplicate code (patch by Alexander V. Lukyanov).
9854         + modify scrolling algorithm in _nc_scroll_optimize() to reject hunks
9855           that are smaller than the distance to be moved (patch by Alexander V.
9856           Lukyanov).
9857         + correct a place where the panel library was not ifdef'd in ncurses.c
9858           (Juergen Pfeifer)
9859         + documentation fixes (Juergen Pfeifer)
9860
9861 970515  4.1 release for upload to prep.ai.mit.edu
9862         + re-tag changes since 970505 as 4.1 release.
9863
9864 970510
9865         + modify ncurses 'g' test to allow mouse input
9866         + modify default xterm description to include mouse.
9867         + modify configure script to add -Wwrite-strings if gcc warnings are
9868           enabled while configuring --enable-const (and fixed related
9869           warnings).
9870         + add toggle, status display for keypad mode to ncurses 'g' test to
9871           verify that keypad and scrollok are not inherited from parent window
9872           during a call to newwin.
9873         + correction to MKexpanded.sh to make it work when configure --srcdir
9874           is used (reported by H.J.Lu).
9875         + revise test for bool-type, ensuring that it checks if builtin.h is
9876           available before including it, adding test for sizeof(bool) equal
9877           to sizeof(short), and warning user if the size cannot be determined
9878           (reported by Alexander V. Lukyanov).
9879         + add files to support configuration of ncurses as an add-on library
9880           for GNU libc (patch by H.J.Lu <hjl@lucon.org>)
9881
9882 970506
9883         + correct buffer overrun in lib_traceatr.c
9884         + modify change to lib_vidattr.c to avoid redundant orig_pair.
9885         + turn on 'echo()' in hanoi.c, since it is initially off.
9886         + rename local 'errno' variable in etip.h to avoid conflict with global
9887           (H.J.Lu).
9888         + modify configure script to cache LD, AR, AR_OPTS (patch by H.J.Lu
9889           <hjl@lucon.org>)
9890
9891 970505  4.1 pre-release
9892         + regenerate the misc directory html dumps without the link list, which
9893           is not useful.
9894         + correct dependency in form directory makefile which caused
9895           unnecessary recompiles.
9896         + correct substitution for ABI_VERSION in test-makefile
9897         + modify install rules for shared-library targets to remove the target
9898           before installing, since some install programs do not properly handle
9899           overwrite of symbolic links.
9900         + change order of top-level targets so that 'include' immediate
9901           precedes the 'ncurses' directory, reducing the time between new
9902           headers and new libraries (requested by Larry Virden).
9903         + modify lib_vidattr.c so that colors are turned off only before
9904           modifying other attributes, turned on after others.  This makes the
9905           hanoi.c program display correctly on FreeBSD console.
9906         + modify debug code in panel library to print user-data addresses
9907           rather than the strings which they (may) point to.
9908         + add check to ensure that C++ binding and demo are not built with g++
9909           versions below 2.7, since the binding uses templates.
9910         + modify c++ binding and demo to build and run with SGI's c++ compiler.
9911           (It also compiles with the Sun SparcWorks compiler, but the demo does
9912           not link, due to a vtbl problem).
9913         + corrections to demo.cc, to fix out-of-scope variables (Juergen
9914           Pfeifer).
9915
9916 970503
9917         + correct memory leak in _nc_trace_buf().
9918         + add configure test for regexpr.h, for Unixware 1.x.
9919         + correct missing "./" prefixing names of generated files in ncurses
9920           directory.
9921         + use single-quotes in configure scripts assignments for MK_SHARED_LIB
9922           to workaround shell bug on FreeBSD 2.1.5
9923         + remove tabs from intermediate #define's for GCC_PRINTF, GCC_SCANF
9924           that caused incorrect result in ncurses_cfg.h
9925         + correct initialization in lib_trace.c, which omitted version info.
9926         + remove ech, el1 attributes from cons25w description; they appear to
9927           malfunction in FreeBSD 2.1.5
9928         + correct color attributes in terminfo.src and lib_color.c to match
9929           SVr4 behavior by interchanging codes 1,4, 3,6 in the setf/setb
9930           capabilities.
9931         + use curs_set() rather than checks via tigetstr() for test programs
9932           that hide the cursor: firework, rain, worm.
9933         + ensure that if the terminal lacks change_scroll_region, parm_index
9934           and parm_rindex are used only to scroll the whole screen (patch by
9935           Peter Wemm).
9936         + correct curs_set() logic, which did not return ERR if the requested
9937           attributes did not exist, nor did it assume an unknown initial state
9938           for the cursor (patch by Alexander V. Lukyanov).
9939         + combine IDcTransformLine and NoIDcTransformLine to new TransformLine
9940           function in lib_doupdate.c (patch by Alexander V. Lukyanov).
9941         + correct hashmap.c, which did not update index information (patch by
9942           Alexander V. Lukyanov).
9943         + fixes for C++ binding and demo (see c++/NEWS) (Juergen Pfeifer).
9944         + correct index in lib_instr.c (Juergen Pfeifer).
9945         + correct typo in 970426 patch from Tom's cleanup of lib_overlay.c
9946           (patch by Juergen Pfeifer).
9947
9948 970426
9949         + corrected cost computation in PutRange(), which was using
9950           milliseconds compared to characters by adding two new members to the
9951           SCREEN struct, _hpa_ch_cost and _cup_ch_cost.
9952         + drop ncurses/lib_unctrl.c, add ncurses/MKunctrl.awk to generate a
9953           const array of strings (suggested by Alexander V. Lukyanov).  The
9954           original suggestion in 970118 used a perl script.
9955         + rewrote ncurses 'b' test to better exercise magic-cookie (xmc), as
9956           well as noting the attributes that are not supported by a terminal.
9957         + trace the computation of cost values in lib_mvcur.c
9958         + modify _nc_visbuf() to use octal rather than hex, corrected sign
9959           extension bug in that function that caused buffer overflow.
9960         + modify trace in lib_acs.c to use _nc_visbuf().
9961         + suppress trace within _traceattr2().
9962         + correct logic of _tracechtype2(), which did not account for repeats
9963           or redefinition within an acsc string.
9964         + modify debug-library version baudrate() to use environment variable
9965           $BAUDRATE to override speed computation.  This is needed for
9966           regression testing.
9967         + correct problems shown by "weblint -pedantic".
9968         + update mailing-list information (now ncurses@bsdi.com).
9969
9970 970419
9971         + Improve form_field_validation.3x manpage to better describe the
9972           precision parameter for TYPE_NUMERIC and TYPE_INTEGER.  Provide more
9973           precise information how the range checking can be avoided.  (patch by
9974           Juergen Pfeifer, reported by Bryan Henderson)
9975         + change type of min/max value of form types TYPE_INTEGER to long to
9976           match SVr4 documentation.
9977         + set the form window to stdscr in set_form_win() so that form_win()
9978           won't return null (patch by Juergen Pfeifer, reported by Bryan
9979           Henderson <bryanh@giraffe.netgate.net>).
9980
9981 970412
9982         + corrected ifdef'ing of inline (cf: 970321) for TRACE vs C++.
9983         + corrected toggle_attr_off() macro (patch by Andries Brouwer).
9984         + modify treatment of empty token in $MANPATH to /usr/man (reported by
9985           <Andries.Brouwer@cwi.nl>)
9986         + modify traces that record functions-called so that chtype and attr_t
9987           values are expressed symbolically, to simplify reuse of generated
9988           test-scripts on SVr4 regression testing.
9989         + add new trace functions _traceattr2() and _tracechtype2()
9990
9991 970405
9992         + add configure option --enable-const, to support the use of 'const'
9993           where XSI should have, but did not, specify.  This defines
9994           NCURSES_CONST, which is an empty token otherwise, for strict
9995           compatibility.
9996         + make processing of configure options more verbose by echoing the
9997           --enable/--with values.
9998         + add configure option --enable-big-core
9999         + set initial state of software echo off as per XSI.
10000         + check for C++ builtin.h header
10001         + correct computation of absolute-path for $INSTALL that dropped "-c"
10002           parameter from the expression.
10003         + rename config.h to ncurses_cfg.h to avoid naming-conflict when
10004           ncurses is integrated into larger systems (adapted from diffs by
10005           H.J.Lu for libc).
10006         + correct inequality in lib_doupdate.c that caused a single-char to not
10007           be updated when the char on the right-margin was not blank, idcok()
10008           was true (patch by Alexander V Lukyanov (in 970124), reported
10009           by Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu> in 970329).
10010         + modify 'clean' rule in include/Makefile so that files created by
10011           configure script are removed in 'distclean' rule instead.
10012
10013 970328
10014         + correct array limit in tparam_internal(), add case to interpret "%x"
10015           (patch by Andreas Schwab)
10016         + rewrote number-parsing in ncurses.c 'd' test; it did not reset the
10017           value properly when non-numeric characters were given (reported by
10018           Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>)
10019
10020 970321
10021         + move definition of __INTERNAL_CAPS_VISIBLE before include for
10022           progs.priv.h (patch by David MacKenzie).
10023         + add configuration summary, reordered check for default include
10024           directory to better accommodate a case where installer is configuring
10025           a second copy of ncurses (reported by Klaus Weide
10026           <kweide@tezcat.com>)
10027         + moved the #define for 'inline' as an empty token from the
10028           $(CFLAGS_DEBUG) symbol into config.h, to avoid redefinition warning
10029           (reported by Ward Horner).
10030         + modify test for bool builtin type to use 'unsigned' rather than
10031           'unknown' when cross-compiling (reported by Ward Horner).
10032
10033 970315
10034         + add header dependencies so that "make install.libs" will succeed
10035           even if "make all" is not done first.
10036         + moved some macros from lib_doupdate.c to curses.priv.h to use in
10037           expanded functions with ATAC.
10038         + correct implementation of lib_instr.c; both XSI and SVr4 agree that
10039           the winnstr functions can return more characters than will fit on one
10040           line.
10041
10042 970308
10043         + modify script that generates lib_gen.c to support traces of called &
10044           return.
10045         + add new configure option "--disable-macros", for testing calls within
10046           lib_gen.c
10047         + corrected logic that screens level-checking of called/return traces.
10048
10049 970301
10050         + use new configure macro NC_SUBST to replace AC_PATH_PROG, better
10051           addressing request by Ward Horner.
10052         + check for cross-compiling before trying to invoke the autoconf
10053           AC_FUNC_SETVBUF_REVERSED macro (reported by Ward Horner)
10054         + correct/simplify loop in _nc_visbuf(), 970201 changes omitted
10055           a pointer-increment.
10056         + eliminate obsolete symbol SHARED_ABI from dist.mk (noted by
10057           Florian La Roche).
10058
10059 970215
10060         + add configure option --enable-expanded, together with code that
10061           implements an expanded form of certain complex macros, for testing
10062           with ATAC.
10063         + disable CHECK_POSITION unless --with-assertions is configured
10064           (Alexander V Lukyanov pointed out that this is redundant).
10065         + use keyname() to show traced chtype values where applicable rather
10066           than _tracechar(), which truncates the value to 8-bits.
10067         + minor fixes to TRACE_ICALLS, added T_CREATE, TRACE_CCALLS macros.
10068         + modify makefiles in progs and test directories to avoid using C
10069           preprocessor options on link commands (reported by Ward Horner)
10070         + correct ifdef/include-order for nc_alloc.h vs lib_freeall.c (reported
10071           by Ward Horner)
10072         + modify ifdef's to use configure-defined symbols consistently
10073           (reported by Ward Horner)
10074         + add/use new makefile symbols AR, AR_OPTS and LD to assist in non-UNIX
10075           ports (reported by Ward Horner <whorner@tsi-telsys.com>)
10076         + rename struct try to struct tries, to avoid name conflict with C++
10077           (reported by Gary Johnson).
10078         + modify worm.c to hide cursor while running.
10079         + add -Wcast-qual to gcc warnings, fix accordingly.
10080         + use PutChar rather than PutAttrChar in ClrToEOL to properly handle
10081           wrapping (Alexander V Lukyanov).
10082         + correct spurious echoing of input in hanoi.c from eric's #291 & #292
10083           patches (reported by Vernon C. Hoxie <vern@zebra.alphacdc.com>).
10084         + extend IRIX configuration to IRIX64
10085         + supply missing install.libs rule needed after restructuring
10086           test/Makefile.in
10087
10088 970208
10089         + modify "make mostlyclean" to leave automatically-generated source
10090           in the ncurses directory, for use in cross-compiles.
10091         + autogenerated object-dependencies for test directory
10092         + add configure option --with-rcs-ids
10093         + modify configuration scripts to generate major/minor/patch versions
10094           (suggested by Alexander V Lukyanov).
10095         + supply missing va_end's in lib_scanw.c
10096         + use stream I/O for trace-output, to eliminate fixed-size buffer
10097         + add TRACE_ICALLS definition/support to lib_trace.c
10098         + modify Ada95 binding to work with GNAT 3.09 (Juergen Pfeifer).
10099
10100 970201
10101         + add/modify traces for called/return values to simplify extraction
10102           for test scripts.
10103         + changed _nc_visbuf to quote its result, and to dynamically allocate
10104           the returned buffer.
10105         + invoke ldconfig after installing shared library
10106         + modify install so that overwrite applies to shared library -lcurses
10107           in preference to static library (reported by Zeyd M Ben-Halim 960928).
10108         + correct missing ';' in 961221 mod to overwrite optional use of $(LN_S)
10109           symbol.
10110         + fixes to allow "make install" to work without first doing a "make
10111           all" (suggested by Larry Virden).
10112
10113 970125
10114         + correct order of #ifdef for TABS_OK.
10115         + instrumented toe.c to test memory-leaks.
10116         + correct memory-deallocation in toe.c (patch by Jesse Thilo).
10117         + include <sys/types.h> in configuration test for regex.h (patch by
10118           Andreas Schwab)
10119         + make infocmp recognize -I option, for SVr4 compatibility (reported by
10120           Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>)
10121
10122 970118
10123         + add extension 'use_default_colors()', modified test applications that
10124           use default background (firework, gdc, hanoi, knight, worm) to
10125           demonstrate.
10126         + correct some limit checks in lib_doupdate.c exposed while running
10127           worm.
10128         + use typeCalloc macro for readability.
10129         + add/use definition for CONST to accommodate testing with Solaris
10130           (SVr4) curses, which doesn't use 'const' in its prototypes.
10131         + modify ifdef's in test/hashtest.c and test/view.c to compile with
10132           Solaris curses.
10133         + modify _tracedump() to pad pad colors & attrs lines to match change
10134           in 970101 showing first/last changes.
10135         + corrected location of terminating null on dynamically allocated forms
10136           fields (patch by Per Foreby).
10137
10138 970111
10139         + added headers to make view.c compile on SCO with the resizeterm()
10140           code (i.e., struct winsize) - though this compiles, I don't have a
10141           suitable test configuration since SIGWINCH doesn't pass my network to
10142           that machine - T.Dickey.
10143         + update test/configure.in to supply some default substitutions.
10144         + modify configure script to add -lncurses after -lgpm to fix problem
10145           linking against static libraries.
10146         + add a missing noraw() to test/ncurses.c (places noted by Jeremy
10147           Buhler)
10148         + add a missing wclear() to test/testcurs.c (patch by Jeremy Buhler
10149           <jbuhler@cs.washington.edu>)
10150         + modify headers to accommodate compilers that don't allow duplicate
10151           "#define" lines for NCURSES_VERSION (reported by Larry W. Virden
10152           <lvirden@cas.org>)
10153         + fix formatting glitch in curs_getch.3x (patch by Jesse Thilo).
10154         + modify lib_doupdate to make el, el1 and ed optimization use the
10155           can_clear_with macro, and change EmitRange to allow leaving cursor at
10156           the middle of interval, rather than always at the end (patch by
10157           Alexander V Lukyanov).  This was originally 960929, resync 970106.
10158
10159 970104
10160         + workaround defect in autoconf 2.12 (which terminates configuration
10161           if no C++ compiler is found) by adding an option --without-cxx.
10162         + modify several man-pages to use tbl, where .nf/.fi was used (reported
10163           by Jesse Thilo).
10164         + correct font-codes in some man-pages (patch by Jesse Thilo
10165           <Jesse.Thilo@pobox.com>)
10166         + use configure script's knowledge of existence of g++ library for the
10167           c++ Makefile (reported by Paul Jackson).
10168         + correct misleading description of --datadir configuration option
10169           (reported by Paul Jackson <pj@sam.engr.sgi.com>)
10170
10171 970101
10172         + several corrections to _nc_mvcur_scrolln(), prompted by a bug report
10173           from Peter Wemm:
10174         > the logic for non_dest_scroll_region was interchanged between the
10175           forward & reverse scrolling cases.
10176         > multiple returns from the function allowed certain conditions to do
10177           part of an operation before discovering that it couldn't be
10178           completed, returning an error without restoring the cursor.
10179         > some returns were ERR, where the function had completed the
10180           operation, because the insert/delete line logic was improperly
10181           tested (this was probably the case Peter saw).
10182         > contrary to comments, some scrolling cases were tested after the
10183           insert/delete line method.
10184         + modify _tracedump() to show first/last changes.
10185         + modify param of ClrUpdate() in lib_doupdate.c to 'newscr', fixes
10186           refresh problem (reported by Peter Wemm) that caused nvi to not show
10187           result of ":r !ls" until a ^L was typed.
10188
10189 961229  (internal alpha)
10190         + correct some of the writable-strings warnings (reported by Gary
10191           Johnson <gjohnson@season.com>).  Note that most of the remaining ones
10192           are part of the XSI specification, and can't be "fixed".
10193         + improve include-dependencies in form, menu, panel directories.
10194         + correct logic of delay_output(), which would return early if
10195           there is data on stdin.
10196         + modify interface & logic of _nc_timed_wait() to support 2 file
10197           descriptors, needed for GPM.
10198         + integrate patch by Andrew Kuchling <amk@magnet.com> for GPM (mouse)
10199           support, correcting logic in wgetch() and _nc_mouse_parse() which
10200           prevented patch from working properly -TD
10201         + improve performance of panel algorithm (Juergen Pfeifer 961203).
10202         + strip RCS id's from generated .html files in Ada95 subtree.
10203         + resync with generated .html files (Juergen Pfeifer 961223).
10204         + terminfo.src 10.1.0 (ESR).
10205
10206 961224  4.0 release
10207         + release as 4.0 to accommodate Linux ld.so.1.8.5
10208         + correct syntax/spelling, regenerated .doc files from .html using
10209           lynx 2.5
10210         + refined forms/menus makefiles (Juergen Pfeifer 961223).
10211
10212 961221  - snapshot
10213         + remove logic in read_entry.c that attempts to refine errno by using
10214           'access()' for the directory (from patch by Florian La Roche).
10215         + correct configure test/substitution that inhibits generating
10216           include-path to /usr/include if gcc is used (reported by Florian La
10217           Roche).
10218         + modify setupterm() to allocate new TERMINAL for each call, just as
10219           solaris' curses does (Alexander V Lukyanov 960829).
10220         + corrected memory leaks in read_entry.c
10221         + add configure options --with-dbmalloc, --with-dmalloc, and
10222           --disable-leaks, tested by instrumenting infocmp, ncurses programs.
10223         + move #include's for stdlib.h and string.h to *.priv.h to accommodate
10224           use of dbmalloc.
10225         + modify use of $(LN_S) to follow recommendation in autoconf 2.12,
10226           i.e., set current directory before linking.
10227         + split-out panel.priv.h, improve dependencies for forms, menus
10228           (Juergen Pfeifer 961204).
10229         + modify _nc_freewin() to reset globals curscr/newscr/stdscr when
10230           freeing the corresponding WINDOW (found using Purify).
10231         + modify delwin() to return ERR if the window to be deleted has
10232           subwindows, needed as a side-effect of resizeterm() (found using
10233           Purify).  Tested and found that SVr4 curses behaves this way.
10234         + implement logic for _nc_freeall(), bringing stub up to date.
10235
10236 961215
10237         + modify wbkgd() so that it doesn't set nulls in the rendered text,
10238           even if its argument doesn't specify a character (fixes test case by
10239           Juergen Pfeifer for bug-report).
10240         + set window-attributes in wbkgd(), to simplify comparison against
10241           Solaris curses, which does this.
10242
10243 961214  - snapshot
10244         + replace most constants in ncurses 'o' test by expressions, making it
10245           work with wider range of screen sizes.
10246         + add options to ncurses.c to specify 'e' test softkey format, and the
10247           number of header/footer lines to rip-off.
10248         + add ^R (repaint after resize), ^L (refresh) commands to ncurses 'p'
10249           test.
10250         + add shell-out (!) command to ncurses 'p' test to allow test of
10251           resize between endwin/refresh.
10252         + correct line-wrap case in mvcur() by emitting carriage return,
10253           overlooked in 960928, but needed due to SVr4 compatibility changes to
10254           terminal modes in 960907.
10255         + correct logic in wresize that causes new lines to be allocated,
10256           broken for the special case of increasing rows only in 960907's fix
10257           for subwindows.
10258         + modify configure script to generate $(LDFLAGS) with -L and -l options
10259           in preference to explicit library filenames.  (NOTE: this may
10260           require further amending, since I vaguely recall a dynamic loader
10261           that did not work properly without the full names, but it should be
10262           handled as an exception to the rule, since some linkers do bulk
10263           inclusion of libraries when given the full name - T.Dickey).
10264         + modify configure script to allow user-supplied $CFLAGS to set the
10265           debug-option in all libraries (requested by lots of people) -TD
10266         + use return consistently from main(), rather than exit (reported by
10267           Florian La Roche).
10268         + add --enable-getcap-cache option to configure, normally disabled
10269           (requested by Florian La Roche).
10270         + make configure test for gettimeofday() and possibly -lbsd more
10271           efficient (requested by Florian La Roche <florian@knorke.saar.de>)
10272         + minor adjustments to Ada95 binding (patches by Juergen Pfeifer)
10273         + correct attributes after emitting orig_pair in lib_vidattr.c (patch
10274           by Alexander V Lukyanov).
10275
10276 961208
10277         + corrected README wrt Ada95 (Juergen Pfeifer)
10278
10279 961207  - snapshot
10280         + integrate resizeterm() into doupdate(), so that if screen size
10281           changes between endwin/refresh, ncurses will resize windows to fit
10282           (this needs additional testing with pads and softkeys).
10283         + add, for memory-leak testing, _nc_freeall() entrypoint to free all
10284           data used in ncurses library.
10285         + initialize _nc_idcok, _nc_idlok statically to resolve discrepancy
10286           between initscr() and newwin() initialization (reported by
10287           Alexander V Lukyanov).
10288         + test built VERSION=4.0, SHARED_ABI=4 with Linux ld.so.1.8.5
10289           (set beta versions to those values -- NOTE that subsequent pre-4.0
10290           beta may not be interchangeable).
10291         + modify configure script to work with autoconf 2.12
10292
10293 961130  1.9.9g release
10294         + add copyright notices to configuration scripts (written by Thomas
10295           Dickey).
10296
10297 961127
10298         > patch, mostly for panel (Juergen Pfeifer):
10299         + cosmetic improvement for a few routines in the ncurses core library
10300           to avoid warning messages.
10301         + the panel overlap detection was broken
10302         + the panel_window() function was not fool-proof.
10303         + Some inlining...
10304         + Cosmetic changes (also to avoid warning messages when compiling with
10305           -DTRACE).
10306
10307 961126
10308         > patch by Juergen Pfeifer:
10309         + eliminates warning messages for the compile of libform.
10310         + inserts Per Foreby's new field type TYPE_IPV4 into libform.
10311         + Updates man page and the Ada95 binding to reflect this.
10312         + Improves inlining in libmenu and libform.
10313
10314 961120
10315         + improve the use of the "const" qualifier in the
10316           panel library (Juergen Pfeifer)
10317         + change set_panel_userptr() and panel_userptr() to use void*
10318           (Juergen Pfeifer)
10319
10320 961119
10321         + change ABI to 3.4
10322         + package with 961119 version of Ada95 binding (fixes for gnat-3.07).
10323           (Juergen Pfeifer)
10324         + correct initialization of the stdscr pseudo panel in panel library
10325           (Juergen Pfeifer)
10326         + use MODULE_ID (rcs keywords) in forms and menus libraries (Juergen
10327           Pfeifer).
10328         > patch #324 (ESR):
10329         + typo in curs_termcap man page (reported by Hendrik Reichel
10330           <106065.2344@compuserve.com>)
10331         + change default xterm entry to xterm-r6.
10332         + add entry for color_xterm
10333
10334 961116  - snapshot
10335         + lint found several functions that had only #define implementations
10336           (e.g., attr_off), modified curses.h.in to generate them as per XSI
10337           Curses requirement that every macro be available as a function.
10338         + add check in infocmp.c to guard against string compare of
10339           CANCELLED_STRING values.
10340         + modify firework.c, rain.c to hide cursor while running.
10341         + correct missing va_end in lib_tparm.c
10342         + modify hanoi.c to work on non-color terminals, and to use timing
10343           delays when in autoplay mode.
10344         + correct 'echochar()' to refresh immediately (reported by Adrian
10345           Garside <94ajg2@eng.cam.ac.uk>)
10346         > patch #322 (ESR):
10347         + reorganize terminfo.src entries for xterm.
10348
10349 961109  - snapshot
10350         + corrected error in line-breakout logic (lib_doupdate.c)
10351         + modified newdemo to use wgetch(win) rather than getch() to eliminate
10352           a spurious clear-screen.
10353         + corrected ifdef's for 'poll()' configuration.
10354         + added modules to ncurses, form, menu for Ada95 binding (Juergen
10355           Pfeifer).
10356         + modify set_field_buffer() to allow assignment of string longer than
10357           the initial buffer length, and to return the complete string rather
10358           than only the initial size (Juergen Pfeifer and Per Foreby
10359           <perf@efd.lth.se>).
10360
10361 961102  - snapshot
10362         + configure for 'poll()' in preference to 'select()', since older
10363           systems are more likely to have a broken 'select()'.
10364         + modified render_char() to avoid OR'ing colors.
10365         + minor fixes to testcurs.c, newdemo.c test programs: ifdef'd out the
10366           resize test, use wbkgd and corrected box() parameters.
10367         + make flushinp() test work in ncurses.c by using napms() instead of
10368           sleep().
10369         + undo ESR's changes to xterm-x11r6 (it no longer matched the X11R6.1
10370           distribution, as stated)
10371         + terminfo 9.13.18 resync (ESR)
10372         + check for getenv("HOME") returning null (ESR).
10373         + change buffer used to decode xterm-mouse commands to unsigned to
10374           handle displays wider than 128 chars (Juergen Pfeifer).
10375         + correct typo curs_outopts.3x (Juergen Pfeifer).
10376         + correct limit-checking in wenclose() (Juergen Pfeifer).
10377         + correction to Peter Wemm's newwin change (Thomas Fehr
10378           <fehr@suse.de>).
10379         + corrections to logic that combines colors and attributes; they must
10380           not be OR'd (Juergen Pfeifer, extending from report/patch by Rick
10381           Marshall).
10382
10383 961026  - snapshot
10384         + reset flags in 'getwin()' that might cause refresh to attempt to
10385           manipulate the non-existent parent of a window that is read from a
10386           file (lib_screen.c).
10387         + restructure _nc_timed_wait() to log more information, and to try to
10388           recover from badly-behaved 'select()' calls (still testing this).
10389         + move define for GOOD_SELECT into configure script.
10390         + corrected extra '\' character inserted before ',' in comp_scan.c
10391         + corrected expansion of %-format characters in dump_entry.c; some were
10392           rendered as octal constants.
10393         + modify dump_entry.c to make terminfo output more readable and like
10394           SVr4, by using "\s" for spaces (leading/trailing only), "\," for
10395           comma, "\^" and "\:" as well.
10396         + corrected some memory leaks in ncurses.c, and a minor logic error
10397           in the top-level command-parser.
10398         + correction for label format 4 (PC style with info line), a
10399           slk_clear(), slk_restore() sequence didn't redraw the info line
10400           (Juergen Pfeifer).
10401         + modified the slk window (if simulated) to inherit the background and
10402           default character attributes from stdscr (Juergen Pfeifer).
10403         + corrected limit-check in set_top_row (Juergen Pfeifer).
10404
10405 961019  - snapshot
10406         + correct loop-limit in wnoutrefresh(), bug exposed during pipe-testing
10407           had '.lastchar' entry one beyond '._maxx'.
10408         + modify ncurses test-program to work with data piped to it.
10409         + corrected pathname computation in run_tic.sh, removing extra "../"
10410           (reported by Tim Mooney).
10411         + modified configure script to use previous install's location for
10412           curses.h
10413         + added NetBSD and FreeBSD to platforms that use --prefix=/usr as
10414           a default.
10415
10416 961013
10417         + revised xterm terminfo descriptions to reflect the several versions
10418           that are available.
10419         + corrected a pointer reference in dump_entry.c that didn't test if
10420           the pointer was -1.
10421
10422 961005  - snapshot
10423         + correct _nc_mvcur_scrolln for terminals w/o scrolling region.
10424         + add -x option to hashtest to control whether it allows writes to the
10425           lower-right corner.
10426         + ifdef'd (NCURSES_TEST) the logic for _nc_optimize_enable to make it
10427           simpler to construct tests (for double-check of _nc_hash_map tests).
10428         + correct ifdef's for c++ in curses.h
10429         + change default xterm type to xterm-x11r6.
10430         + correct quoting in configure that made man-pages installed with
10431           $datadir instead of actual terminfo path.
10432         + correct whitespace in include/Caps, which caused kf11, clr_eol and
10433           clr_end to be omitted from terminfo.5
10434         + fix memory leaks in delscreen() (adapted from Alexander V Lukyanov).
10435         + improve appearance of marker in multi-selection menu (Juergen
10436           Pfeifer)
10437         + fix behavior for forms with all fields inactive (Juergen Pfeifer)
10438         + document 'field_index()' (Juergen Pfeifer)
10439         > patch #321 (ESR):
10440         + add some more XENIX keycap translations to include/Caps.
10441         + modify newwin to set initial state of each line to 'touched'
10442           (from patch by Peter Wemm <peter@spinner.dialix.com>)
10443         + in SET_TTY, replace TCSANOW with TCSADRAIN (Alexander V Lukyanov).
10444
10445 960928  - snapshot
10446         + ifdef'd out _nc_hash_map (still slower)
10447         + add graphic characters to vt52 description.
10448         + use PutAttrChar in ClrToEOL to ensure proper background, position.
10449         + simplify/correct logic in 'mvcur()' that does wrapping; it was
10450           updating the position w/o actually moving the cursor, which broke
10451           relative moves.
10452         + ensure that 'doupdate()' sets the .oldindex values back to a sane
10453           state; this was causing a spurious refresh in ncurses 'r'.
10454         + add logic to configure (from vile) to guard against builders who
10455           don't remove config.cache & config.status when doing new builds -TD
10456         + corrected logic for 'repeat_char' in EmitRange (cf: eric #317), which
10457           did not follow the 2-parameter scheme specified in XSI.
10458         + corrected logic of wrefresh, wnoutrefresh broken in #319, making
10459           clearok work properly (report by Michael Elkins).
10460         + corrected problem with endwin introduced by #314 (removing the
10461           scrolling-region reset) that broke ncurses.c tests.
10462         + corrected order of args in AC_CHECK_LIB (from report by Ami Fischman
10463           <fischman@math.ucla.edu>).
10464         + corrected formatting of terminfo.5 tables (Juergen Ehling)
10465         > patch 320 (ESR):
10466         + change ABI to 3.3
10467         + emit a carriage-return in 'endwin()' to workaround a kernel bug in
10468           BSDI.  (requested by Mike Karels <karels@redrock.bsdi.com>)
10469         + reverse the default o configure --enable-termcap (consensus).
10470         > patch 319 (ESR):
10471         + modified logic for clearok and related functions (from report by
10472           Michael Elkins) - untested
10473         > patch 318 (ESR):
10474         + correction to #317.
10475         > patch 317 (ESR):
10476         + re-add _nc_hash_map
10477         + modify EmitRange to maintain position as per original design
10478           (patch by A. Lukyanov).
10479         + modify test/ncurses.c and tputs, etc., to allow trace counting
10480           output characters.
10481         + add hashtest.c program to time the hashmap optimization.
10482         > patch 316 (ESR):
10483         + add logic to deal with magic-cookie (how was this tested?)
10484           (lib_doupdate.c).
10485         + add ncurses.c driver for magic-cookie, some fixes to ncurses.c
10486         > patch 315 (ESR):
10487         + merge changes to lib_doupdate.c to use ech and rep - untested
10488           (patch by Alexander V Lukyanov).
10489         + modified handling of interrupted system calls - untested
10490           (lib_getch.c, lib_twait.c).
10491         + new function _nc_mvcur_resume()
10492         + fix return value for 'overlay()', 'overwrite()'
10493
10494 960914  - snapshot
10495         + implement subwindow-logic in wresize, minor fixes to ncurses 'g'
10496           test.
10497         + corrected bracketing of fallback.c (reported/suggested fix by Juergen
10498           Ehling <eh@eclipse.aball.de>).
10499         + update xterm-color to reflect XFree86 3.1.3G release.
10500         + correct broken dtterm description from #314 patch (e.g., spurious
10501           newline.  The 'pairs' change might work, but no one's tested it
10502           either ;-)
10503         + clarify the documentation for the builtin form fieldtypes (Juergen
10504           Pfeifer)
10505         > patch 314 (ESR):
10506         + reset scroll region on startup rather than at wrapup time
10507           (enhancement suggested by Alexander V Lukyanov).
10508         + make storage of palette tables and their size counts per-screen for
10509           multi-terminal applications (suggested by Alexander V Lukyanov).
10510         + Improved error reporting for infotocap translation errors.
10511         + Update terminfo.src to 9.13.14.
10512
10513 960907  - snapshot
10514         + rewrote wgetstr to make it erase control chars and also fix bogus use
10515           of _nc_outstr which caused the display to not wrap properly (display
10516           problem reported by John M. Flinchbaugh <glynis@netrax.net>)
10517         + modify ncurses 'f' test to accommodate terminal responses to C1 codes
10518           (and split up this screen to accommodate non-ANSI terminals).
10519         + test enter_insert_mode and exit_insert_mode in has_ic().
10520         + removed bogus logic in mvcur that assumes nl/nonl set output modes
10521           (XSI says they are input modes; SVr4 implements this).
10522         + added macros SET_TTY, GET_TTY to term.h
10523         + correct getstr() logic that altered terminal modes w/o restoring.
10524         + disable ICRNL, etc., during initialization to match SVr4, removing
10525           the corresponding logic from raw, cbreak, etc.
10526         + disable ONLCR during initialization, to match SVr4 (this is needed
10527           for cursor optimization when the cursor-down is a newline).
10528         + replaced ESR's imitation of wresize with my original (his didn't
10529           work).
10530
10531 960831  - snapshot
10532         + memory leaks (Alexander V. Lukyanov).
10533         + modified pnoutrefresh() to be more tolerant of too-large screen
10534           size (reported by Michael Elkins).
10535         + correct handling of terminfo files with no strings (Philippe De
10536           Muyter)
10537         + correct "tic -s" to take into account -I, -C options.
10538         + modify ncurses 'f' test to not print codes 80 through 9F, since they
10539           are considered control codes by ANSI terminals.
10540
10541 960824  - snapshot
10542         + correct speed variable-type in 'tgetent()' (reported by Peter Wemm)
10543         + make "--enable-getcap" configuration-option work (reported by
10544           Peter Wemm <peter@spinner.DIALix.COM>)
10545
10546 960820
10547         + correct err in 960817 that changed return-value of tigetflag()
10548           (reported by Alexander V. Lukyanov).
10549         + modify infocmp to use library default search-path for terminfo
10550           directory (Alexander V. Lukyanov).
10551
10552 960817  - snapshot
10553         + corrected an err in mvcur that broke resizing-behavior.
10554         + correct fall-thru behavior of _nc_read_entry(), which was not finding
10555           descriptions that existed in directories past the first one searched
10556           (reported by Alexander V. Lukyanov)
10557         + corrected typo in dtterm description.
10558         > patch 313 (ESR):
10559         + add dtterm description
10560         + clarify ncurses 'i' test (drop mvwscanw subtest)
10561
10562 960810  - snapshot
10563         + correct nl()/nonl() to work as per SVr4 & XSI.
10564         + minor fixes to ncurses.c (use 'noraw()', mvscanw return-code)
10565         + refine configure-test for "-g" option (Tim Mooney).
10566         + correct interaction between O_BLANK and NEW_LINE request in form
10567           library (Juergen Pfeifer)
10568
10569 960804
10570         + revised fix to tparm; previous fix reversed parameter order.
10571         > patch 312 (ESR):
10572           correct terminfo.src corrupted by #310
10573         > patch 311 (ESR):
10574         + fix idlok() and idcok() and the default of the idlok switch (report
10575           by Ville Sulko).
10576
10577 960803  - snapshot
10578         + corrected tparm to handle capability strings without explicit pop
10579           (reported by William P Setzer)
10580         + add fallback def for GCC_NORETURN, GCC_UNUSED for termcap users
10581           (reported by Tim Mooney).
10582         > patch 310 (ESR):
10583         + documentation and prototyping errors for has_color, immedok and idcok
10584           (reported by William P Setzer <wsetzer@pams.ncsu.edu>)
10585         + updated qnx terminfo entry (patch by Michael Hunter)
10586
10587 960730
10588         + eliminate quoted includes in ncurses subdirectory, ensure config.h
10589           is included first.
10590         + newterm initializes terminal settings the same as initscr (reported
10591           by Tim Mooney).
10592
10593 960727  - snapshot
10594         + call cbreak() in initscr(), as per XSI & SVr4.
10595         + turn off hardware echo in initscr() as per XSI & SVr4
10596         > patch 309 (ESR):
10597         + terminfo changes (9.3.9), from BRL
10598         + add more checks to terminfo parser.
10599         + add more symbols to infocmp.
10600
10601 960720  - snapshot
10602         + save previous-attribute in lib_vidattr.c if SP is null (reported by
10603           Juergen Fluk <louis@dachau.marco.de>)
10604         + corrected calls on _nc_render so that background character is set
10605           as per XSI.
10606         + corrected wbkgdset macro (XSI allows background character to be
10607           null), and tests that use it.
10608         + more corrections to terminfo (xterm & rxvt)
10609         + undid change to mcprint prototype (cannot use size_t in curses.h
10610           because not all systems declare it in the headers that we can safely
10611           include therein).
10612         + move the ifdefs for errno into curses.priv.h
10613         > patch 308 (ESR):
10614         + terminfo changes (9.3.8)
10615         + modified logic of error-reporting in terminfo parser
10616         + fix option-processing bug in toe.
10617
10618 960713  - snapshot
10619         + always check for <sys/bsdtypes.h> since ISC needs it to declare
10620           fd_set (Juergen Pfeifer)
10621         + install shared-libraries on NetBSD/FreeBSD with ABI-version (reported
10622           by Juergen Pfeifer, Mike Long)
10623         + add LOCAL_LDFLAGS2 symbol (Juergen Pfeifer)
10624         + corrected prototype for delay_output() -- bump ABI to 3.2
10625         + patch 307 (ESR):
10626         + enable more translations of nonstandard caps, and document them.
10627         + misc/terminfo.src update to 9.13.8
10628         + patch 306 (ESR):
10629         + moved logic that filters out rmul and rmso from setupterm to newterm
10630           where it is less likely to interfere with termcap applications.
10631         + cosmetic fixes to test/ncurses.c
10632         + modify open() call in ncurses/read_entry.c to use O_RDONLY symbol
10633           rather than constant (report by mib).
10634         + misc/terminfo.src sgr0 and acsc changes (report by Philippe De
10635           Muyter).
10636         + modify ncurses/comp_parse.c so that entries containing a "+" can
10637           have missing rmcup vs smcup.
10638
10639 960707
10640         + rollback ESR's #305 change to terminfo.src (it breaks existing
10641           applications, e.g., 'less 290').
10642         + correct path of edit_man.sh, and fix typo that made all man-pages
10643           preformatted.
10644         + restore man/menu_requestname.3x omitted in Zeyd's resync (oops).
10645         + auto-configure the GCC_PRINTFLIKE/GCC_SCANFLIKE macros (reported by
10646           Philippe De Muyter).
10647
10648 960706  - snapshot
10649         + make lib_vidattr.c more readable using macros.
10650         + filter out rmul, rmso that conflict with sgr0 when reading terminal
10651           descriptions.
10652         + work around autoconf bug, force $INSTALL to absolute path
10653           (reported by Zeyd).
10654         + modify man-page install for BSDI to install preformatted .0 files
10655           (reported by David MacKenzie).
10656         + add/use gcc __attribute__ for printf and scanf in curses.h
10657         + added SGR attributes test-case to ncurses
10658         + revised ncurses 't' logic to show trace-disable effect in the menu.
10659         + use getopt in ncurses program to process -s and -t options.
10660         + make ncurses 'p' legend toggle with '?'
10661         + disable scrollok during the ncurses 'p' test; if it is enabled the
10662           stdscr will scroll when putting the box-corners in the lower-right
10663           of the screen.
10664         > patch 305 (ESR):
10665         + added sanity-checking of various paired string attributes.
10666         + misc/terminfo.src update to 9.13.7 (report by A. Lukyanov).
10667         + modify man/Makefile.in to make terminfo.5 during normal build.
10668         > patch 304 (ESR):
10669         + corrected allocation-length for $HOME/.terminfo path.
10670
10671 960629  - snapshot
10672         + check return code of _nc_mvcur_scrolln() in _nc_scroll_optimize() for
10673           terminals with no scrolling-support (reported by Nikolay Shadrin
10674           <queen@qh.mirea.ac.ru>)
10675         + added ^S scrollok-toggle to ncurses 'g' test.
10676         + added ^T trace-toggle to ncurses tests.
10677         + modified ncurses test program to use ^Q or ESC consistently for
10678           terminating tests (rather than ^D), and to use control keys rather
10679           than function keys in 'g' test.
10680         + corrected misplaced wclrtoeol calls in addch to accommodate wrapping
10681           (reported by Philippe De Muyter).
10682         + modify lib_doupdate.c to use effective costs to tradeoff between
10683           delete-character/insert-character vs normal updating (reported by
10684           David MacKenzie).
10685         + compute effective costs for screen update operations (e.g., clr_eos,
10686           delete_character).
10687         + corrected error in knight.c exposed by wrap fixes in 960622; the
10688           msgwin needed scrollok set.
10689         + corrected last change to IDcTransformLine logic to avoid conflict
10690           between PutRange and InsStr
10691         + modified run_tic.sh to not use /usr/tmp (reported by David
10692           MacKenzie), and further revised it and aclocal.m4 to use $TMPDIR if
10693           set.
10694         + corrected off-by-one in RoomFor call in read_entry.c
10695
10696 960622  - snapshot
10697         + modified logic that wraps cursor in addch to follow the XSI spec,
10698           (implemented in SVr4) which states that the cursor position is
10699           updated when wrapping.  Renamed _NEED_WRAP to _WRAPPED to reflect the
10700           actual semantics.
10701         + added -s option to tic, to provide better diagnostics in run_tic.sh
10702         + improved error-recovery for tabset install.
10703         + change ABI to 3.1 (dropped tparam, corrected getbkgd(), added
10704           _yoffset to WINDOW).
10705         + modified initialization of SP->_ofp so that init_acs() is called with
10706           the "right" file pointer (reported by Rick Marshall <rjm@nlc.net.au>
10707         + documentation fixes (Juergen Pfeifer).
10708         + corrected, using new SCREEN and WINDOW members, the behavior of
10709           ncurses if one uses ripoffline() to remove a line from the top of the
10710           screen (Juergen Pfeifer).
10711         + modified autoconf scripts to prepare for Ada95 (GNAT) binding to
10712           ncurses (Juergen Pfeifer).
10713         + incorrect buffer-size in _nc_read_entry, reported by ESR.
10714
10715 960617
10716         + corrected two logic errors in read_entry.c, write_entry.c (called by
10717           tic, the write/read of terminfo entries used inconsistent rules for
10718           locating the entries; the $TERMINFO_DIRS code would find only the
10719           first entry in a list).
10720         + refined pathname computation in run_tic.sh and shlib.
10721         + corrected initialization of $IP in misc/run_tic.sh
10722
10723 960615  - snapshot
10724         + ifdef'd out _nc_hash_map() call because it does not improve speed.
10725         + display version of gcc if configure script identifies it.
10726         + modify configure script to use /usr as Linux's default prefix.
10727         + modify run_tic.sh to use shlib script, fixes some problems installing
10728           with a shared-library configuration.
10729         + adjusted configure script so that it doesn't run tests with the
10730           warnings turned on, which makes config.log hard to read.
10731         + added 'lint' rule to top-level Makefile.
10732         + added configure option '--with-install-prefix' for use by system
10733           builders to install into staging locations (requested by
10734           Charles Levert <charles@comm.polymtl.ca>).
10735         + corrected autoconfigure for Debian man program; it's not installed
10736           as "man_db".
10737         + set noecho in 'worm'; it was ifdef'd for debug only
10738         + updated test/configure.in for timing-display in ncurses 'p' test
10739         + corrected misspelled 'getbkgd()'.
10740         + corrected wbkgdset to work like observed syvr4 (sets A_CHARTEXT part
10741           to blank if no character given, copies attributes to window's
10742           attributes).
10743         + modified lib_doupdate.c to use lower-level SP's current_attr state
10744           instead of curscr's state, since it is redundant.
10745         + correction to IDcTransformLine logic which controls where InsStr is
10746           invoked (refined by Alexander V Lukyanov).
10747         > patch 303 (ESR):
10748         + conditionally include Chris Torek's hash function _nc_hash_map().
10749         + better fix for nvi refresh-bug (Rick Marshall)
10750         + fix for bug in handling of interrupted keystroke waits,
10751           (Werner Fleck).
10752         + misc/ncurses-intro.html syntax fix (Kajiyama Tamito).
10753
10754 960601  - snapshot
10755         + auto-configure man-page compression-format and renames for Debian.
10756         + corrected several typos in curses.h.in (i.e., the mvXXXX macros).
10757         + re-order curses.priv.h for lint.
10758         + added rules for lintlib, lint
10759         + corrected ifdef for BROKEN_LINKER in MKnames.awk.in
10760         + corrected missing INSTALL_DATA in misc/Makefile.in
10761         + flush output when changing cursor-visibility (Rick Marshall)
10762         + fix a minor bug in the _nc_ripoff() routine and improve error
10763           checking when creating the label window (Juergen Pfeifer).
10764         + enhancement to the control over the new PC-style soft key format.
10765           allow caller now to select whether or not one wants to have
10766           the index-line; see curs_slk.3x for documentation (Juergen Pfeifer).
10767         + typos, don't use inline with "-g" (Philippe De Muyter)
10768         + fixes for menus & wattr-, slk-functions (Juergen Pfeifer)
10769
10770 960526  - snapshot
10771         + removed --with-ticdir option altogether, maintain compatibility with
10772           existing applications via symbolic link in run_tic.sh
10773         + patch for termio.h, signal (Philippe De Muyter)
10774         + auto-configure gcc warning options rather than infer from version.
10775         + auto-configure __attribute__ for different gcc versions.
10776         + corrected special use of clearok() in hardscroll.c by resetting flag
10777           in wrefresh().
10778         + include stdlib.h before defs for EXIT_SUCCESS, for OSF/1.
10779         + include sys/types.h in case stdlib.h does not declare size_t.
10780         + fixes for makefile (Tim Mooney)
10781         + fixes for menus & forms (Juergen Pfeifer)
10782         > patch 302 (ESR):
10783         + improve hash function (suggested by Alexander V Lukyanov).
10784         + 9.13.4 update for terminfo.src
10785
10786 960518  - snapshot
10787         + revised ncurses.c panner test, let pad abut all 4 sides of screen.
10788         + refined case in lib_doupdate.c for ClrToEOL().
10789         + corrected prior change for PutRange (Alexander V Lukyanov
10790           <lav@yars.free.net>).
10791         + autoconf mods (Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>).
10792         + locale fix for forms (Philippe De Muyter <phdemuyt@ulb.ac.be>)
10793         + renamed "--with-datadir" option to "--with-ticdir" to avoid
10794           confusion, and made this check for the /usr/lib/terminfo pre-existing
10795           directory.
10796         > patches 299-301 (ESR):
10797         + html fixes (Phillippe de Muyter).
10798         + fix typo in ncurses-intro.html (report by Fabrizio Polacco).
10799         + added hashmap.c
10800         + mods to tracing, especially for ACS chars.
10801         + corrected off-by-one in IDCtransform.
10802         + corrected intermittent mouse bug by using return-value from read().
10803         + mods to parse_entry.c, for smarter defaults.
10804
10805 960512
10806         + use getopt in 'tic'; added -L option and modified -e option to allow
10807           list from a file.
10808
10809 960511
10810         + don't use fixed buffer-size in tparm().
10811         + modified tic to create terminfo directory if it doesn't exist.
10812         + added -T options to tic and infocmp (for testing/analysis)
10813         + refined the length criteria for termcap and terminfo
10814         + optimize lib_doupdate with memcpy, PutRange
10815         > patches 297, 298 (ESR):
10816         + implement TERMINFO_DIRS, and -o option of tic
10817         + added TRACE_IEVENT
10818         + fix REQ_TOGGLE_ITEM in menu/menu_driver.c; it could select but not
10819           deselect.
10820         + added lib_print.c (request by Rick Marshall).
10821         + added has_key() (request by Juergen Pfeifer).
10822         + do not issue clrtoeol or clrtobot if the relevant portion of the line
10823           is already blank (analysis by Keith Bostic).
10824         + add parentheses for parameters of COLOR_PAIR and PAIR_NUMBER macros
10825           (analysis by Jurgen Eidt).
10826         + update screen's notion of cursor position in endwin() (analysis by
10827           Alexander Lukyanov).
10828         + added 't' to ncurses.c test.
10829         + moved delay_output() to lib_tputs.c
10830         + removed tparam() (was added in 1.9.9, but conflicts with emacs and
10831           is not part of X/Open Curses).
10832         + removed boolean version of 'getm'.
10833         + misc cursor & optimization fixes.
10834
10835 960504  - snapshot
10836         + modified ncurses 'p' test to allow full-screen range for panner size.
10837         + fixes for locale (Philippe De Muyter <phdm@labauto1.ulb.ac.be>)
10838         + don't use fixed buffer-size in fmt_entry().
10839         + added usage-message to 'infocmp'.
10840         + modified install.includes rules to prepend subdirectory-name to
10841           "#include" if needed.
10842
10843 960430
10844         + protect wrefresh, wnoutrefresh from invocation with pad argument.
10845         + corrected default CCFLAGS in test/Makefile.
10846
10847 960428  - snapshot
10848         + implemented logic to support terminals with background color erase
10849           (e.g., rxvt and the newer color xterm).
10850         + improved screen update logic (off-by-one logic error; use clr_eos if
10851           possible)
10852
10853 960426  - snapshot
10854         + change ncurses 'a' test to run in raw mode.
10855         + make TIOCGWINSZ configure test less stringent, in case user
10856           configures via terminal that cannot get screen size.
10857         > patches 295, 296 (ESR):
10858         + split lib_kernel.c, lib_setup.c and names.c in order to reduce
10859           overhead for programs that use only termcap features.
10860         + new "-e" and "-h" options of tic (request by Tony Nugent).
10861         + fix bug in mandatory-delay logic in lib_tputs.c (report by Sven
10862           Verdoolaege).
10863         + fix for "infocmp -e" to emit correct initializers (reported by Manual
10864           J Novoa III).
10865         + restore working-directory in read_termcap.c (report by Kayvan
10866           Sylvan).
10867         + use "-h" option on Solaris when generating shared libraries on
10868           Solaris 2.5 to record the library name in the file, for assisting
10869           the loader (patch by Scott Kramer).
10870         + undo patch #294 changes to form and menu libraries (request by
10871           Juergen Pfeifer).
10872
10873 960418  - snapshot
10874         + use autoconf 2.9
10875         + fix for AIX 3.2.5 (must define _POSIX_SOURCE to get termios struct
10876           definitions via <termios.h>, modified macros in lib_raw.c to avoid
10877           K&R-style substitution)
10878         > patches 293, 294 (ESR):
10879         + rewrite wsyncup(), wsyncdown(), as well as small fixes to form and
10880           menu libraries to fix echo-breakage introduced by 1.8.9, 1.9.9e
10881           changes (patches by Juergen Pfeifer).
10882         + fix compile under QNX 4.2 by defining ONLCR in lib_raw.c when
10883           __QNX__ is defined (patch by Michael Hunter).
10884         + modify setupterm() to match documentation for its return value, fix
10885           newterm to work with this change (report by Emmet Lazich).
10886         + add checks in getch() for error, return ERR as appropriate (report by
10887           Emmet Lazich).
10888         + mods to wgetch() in cooked mode (report by Pete Seebach).
10889         + corrected askuser() logic in tset (patch by Remco Treffkorn).
10890         + correct interaction of endwin() with mouse processing (report by
10891           Michael Elkins).
10892         + added trace support for TTY flags
10893         + update terminfo.src to 9.13.1
10894         + FreeBSD console entries (patch by Andrew Chernov).
10895
10896 960406
10897         + fixes for NeXT, ISC and HPUX auto-configure
10898         + autogenerate development header-dependencies (config.h, *.priv.h)
10899         + corrected single-column formatting of "use=" (e.g., in tic)
10900         + modify tic to read full terminfo-names
10901         + corrected divide-by-zero that caused hang (or worse) when redirecting
10902           output
10903         + modify tic to generate directories only as-needed (and corrected
10904           instance of use of data from function that had already returned).
10905
10906 ### ncurses-1.9.8a -> 1.9.9e
10907
10908 * fixed broken wsyncup()/wysncdown(), as a result wnoutrefresh() now has
10909   copy-changed-lines behavior.
10910 * added and documented wresize() function.
10911 * more fixes to LOWER-RIGHT corner handling.
10912 * changed the line-breakout optimization code to allow some lines to be
10913   emitted before the first check.
10914 * added option for tic to use symbolic instead of hard links (for AFS)
10915 * fix to restore auto-wrap mode.
10916 * trace level can be controlled by environment variable.
10917 * better handling of NULs in terminal descriptions.
10918 * improved compatibility with observed SVR4 behavior.
10919 * the refresh behavior of over-lapping windows is now more efficient and
10920   behaves like SVR4.
10921 * use autoconf 2.7, which results in a working setup for SCO 5.0.
10922 * support for ESCDELAY.
10923 * small fixes for menu/form code.
10924 * the test directory has its own configure.
10925 * fixes to pads when optimizing scrolling.
10926 * fixed several off-by-one bugs.
10927 * fixes for termcap->terminfo translation; less restrictions more correct
10928   behavior.
10929
10930 ### ncurses-1.9.7 -> 1.9.8a
10931
10932 * teach infocmp -i to recognize ECMA highlight sequences
10933 * infocmp now dumps all SVr4 termcaps (not just the SVr4 ones) on -C
10934 * support infocmp -RBSD.
10935 * satisfy XSI Curses requirement that every macro be available as a function.
10936 * This represents the last big change to the public interface of ncurses. The
10937   ABI_VERSION has now been set at 3.0 and should stay there barring any great
10938   catastrophies or acts of God.
10939 * The C++ has been cleaned up in reaction to the changes to satisfy XSI's
10940   requirements.
10941 * libncurses now gets linked to libcurses to help seamless emulation
10942   (replacement) of a vendor's curses. --disable-overwrite turns this behavior
10943   off.
10944
10945 ### ncurses-1.9.6 -> 1.9.7
10946
10947 * corrected return values of setupterm()
10948 * Fixed some bugs in tput (it does padding now)
10949 * fixed a bug in tic that made it do the wrong thing on entries with more than
10950   one `use' capability.
10951 * corrected the screen-size calculation at startup time to alter the
10952   numeric capabilities as per SVr4, not just LINES and COLS.
10953 * toe(1) introduced; does what infocmp -T used to.
10954 * tic(1) can now translate AIX box1 and font[0123] capabilities.
10955 * tic uses much less core, the dotic.sh kluge can go away now.
10956 * fix read_entry() and write_entry() to pass through cancelled capabilities OK.
10957 * Add $HOME/.terminfo as source/target directory for terminfo entries.
10958 * termcap compilation now automatically dumps an entry to $HOME/.terminfo.
10959 * added -h option to toe(1).
10960 * added -R option to tic(1) and infocmp(1).
10961 * added fallback-entry-list feature.
10962 * added -i option to infocmp(1).
10963 * do a better job at detecting if we're on SCO.
10964
10965 ### ncurses-1.9.5 -> 1.9.6
10966
10967 * handling of TERMCAP environment variables now works correctly.
10968 * various changes to shorten termcap translations to less that 1024 chars.
10969 * tset(1) added
10970 * mouse support for xterm.
10971 * most data tables are now const and accordingly live in shareable text space.
10972 * Obey the XPG4/SVr4 practice that echo() is initally off.
10973 * tic is much better at translating XENIX and AIX termcap entries now.
10974 * tic can interpret ko capabilities now.
10975 * integrated Juergen Pfeifer's forms library.
10976 * taught write_entry() how not to write more than it needs to; this change
10977   reduces the size of the terminfo tree by a full 26%!
10978 * infocmp -T option added.
10979 * better warnings about historical tic quirks from tic.
10980
10981 ### ncurses 1.9.4 -> 1.9.5
10982
10983 * menus library is now included with documentation.
10984 * lib_mvcur has been carefully profiled and tuned.
10985 * Fixed a ^Z-handling bug that was tanking lynx(1).
10986 * HJ Lu's patches for ELF shared libraries under Linux
10987 * terminfo.src 9.8.2
10988 * tweaks for compiling in seperate directories.
10989 * Thomas Dickey's patches to support NeXT's brain-dead linker
10990 * Eric Raymond's patches to fix problems with long termcap entries.
10991 * more support for shared libraries under SunOS and IRIX.
10992
10993 ### ncurses 1.9.3 -> 1.9.4
10994
10995 * fixed an undefined-order-of-evaluation bug in lib_acs.c
10996 * systematically gave non-API public functions and data an _nc_ prefix.
10997 * integrated Juergen Pfeifer's menu code into the distribution.
10998 * totally rewrote the knight test game's interface
10999
11000 ### ncurses 1.9.2c -> 1.9.3
11001
11002 * fixed the TERMCAP_FILE Support.
11003 * fixed off-by-one errors in scrolling code
11004 * added tracemunch to the test tools
11005 * took steps to cut the running time of make install.data
11006
11007 ### ncurses 1.9.2c -> 1.9.2d
11008
11009 * revised 'configure' script to produce libraries for normal, debug,
11010   profile and shared object models.
11011
11012 ### ncurses 1.9.1 -> 1.9.2
11013
11014 * use 'autoconf' to implement 'configure' script.
11015 * panels support added
11016 * tic now checks for excessively long termcap entries when doing translation
11017 * first cut at eliminating namespace pollution.
11018
11019 ### ncurses 1.8.9 -> 1.9
11020
11021 * cleanup gcc warnings for the following: use size_t where 'int' is not
11022   appropriate, fixed some shadowed variables, change attr_t to compatible with
11023   chtype, use attr_t in some places where it was confused with 'int'.
11024 * use chtype/attr_t casts as appropriate to ensure portability of masking
11025   operations.
11026 * added-back waddchnstr() to lib_addstr.c (it had been deleted).
11027 * supplied missing prototypes in curses.h
11028 * include <termcap.h> in lib_termcap.c to ensure that the prototypes
11029   are consistent (they weren't).
11030 * corrected prototype of tputs in <termcap.h>
11031 * rewrote varargs parsing in lib_tparm.c (to avoid referencing memory
11032   that may be out of bounds on the stack) -- Purify found this.
11033 * ensure that TRACE is defined in lib_trace.c (to solve prototype
11034   warnings from gcc).
11035 * corrected scrolling-region size in 'mvcur_wrap()'
11036 * more spelling fixes
11037 * use 'calloc()' to allocate WINDOW struct in lib_newwin.c (Purify).
11038 * set default value for SP->_ofp in lib_set_term.c (otherwise SunOS dumps
11039   core in init_acs()).
11040 * include <errno.h> in write_entry.c (most "braindead" includes declare errno
11041   in that file).
11042
11043 ### ncurses 1.8.8 -> 1.8.9
11044
11045 * compile (mostly) clean with gcc 2.5.8 -Wall -Wstrict-prototypes
11046   -Wmissing-prototypes -Wconversion and using __attribute__ to flush out
11047   non-portable use of "%x" for pointers, or for chtype data (which is declared
11048   as a long).
11049 * modified doupdate to ensure that typahead was turned on before attempting
11050   select-call (otherwise, some implementations hang).
11051 * added trace mask TRACE_FIFO, use this in lib_getch.c to allow finer
11052   resolution of traces.
11053 * improved bounds checking on several critical functions.
11054 * the data directory has been replaced by the new master terminfo file.
11055 * -F file-comparison option added to infocmp.
11056 * compatibility with XSI Curses is now documented in the man bages.
11057 * wsyncup/wsyncdown functions are reliable now; subwindow code in general
11058   is much less flaky.
11059 * capabilities ~msgr, tilde_glitch, insert_padding, generic_type, no_pad_char,
11060   memory_above, memory_below, and hard_copy are now used properly.
11061 * cursor-movement optimization has been completely rewritten.
11062 * vertical-movement optimization now uses hardware scrolling, il, dl.
11063
11064 ### ncurses 1.8.7 -> 1.8.8
11065 * untic no longer exists, infocmp replaces it.
11066 * tic can understand termcap now, especially if it is called captoinfo.
11067 * The Linux Standard Console terminfo entry is called linux insead of console.
11068   It also uses the kernel's new method of changing charsets.
11069 * initscr() will EXIT upon error (as the docs say) This wil mostly happen if
11070   you try to run on an undefined terminal.
11071 * I can get things running on AIX but tic can't compile terminfo. I have to
11072   compile entries on another machine. Volunteers to hunt this bug are welcome.
11073 * wbkgd() and wbkgdset() can be used to set a windows background to color.
11074   wclear()/werase() DO NOT use the current attribute to clear the screen.
11075   This is the way SVR4 curses works. PDCurses 2.1 is broken in this respect,
11076   though PDCurses 2.2 has been fixed.
11077 * cleaned up the test/ directory.
11078 * test/worm will segfault after quite a while.
11079 * many spelling corrections courtesy of Thomas E. Dickey
11080
11081 ### ncurses 1.8.6 -> 1.8.7
11082 * cleaned up programs in test/ directory.
11083 * fixed wbkgdset() macro.
11084 * modified getstr() to stop it from advancing cursor in noecho mode.
11085 * modified linux terminfo entry to work with the latest kernel to get
11086   the correct alternate character set.
11087 * also added a linux-mono entry for those running on monochrome screens.
11088 * changed initscr() so that it behaves like the man page says it does.
11089   this fixes the problem with programs in test/ crashing with SIGSEV if
11090   a terminal is undefined.
11091 * modified addch() to avoid using any term.h #define's
11092 * removed duplicate tgoto() in lib_tparm.c
11093 * modified dump_entry.c so that infocmp deals correctly with ',' in acsc
11094 * modified delwin() to correctly handle deleting subwindows.
11095 * fixed Makefile.dist to stop installing an empty curses.h
11096 * fixed a couple of out-of-date notes in man pages.
11097
11098 ### ncurses 1.8.5 -> 1.8.6
11099 * Implemented wbkgd(), bkgd(), bkgdset(), and wbkgdset().
11100 * The handling of attributes has been improved and now does not turn off color
11101   if other attributes are turned off.
11102 * scrolling code is improved. Scrolling in subwindows is still broken.
11103 * Fixes to several bugs that manifest them on platforms other than Linux.
11104 * The default to meta now depends on the status of the terminal when ncurses
11105   is started.
11106 * The interface to the tracing facility has changed.  Instead of the pair of
11107   functions traceon() and traceoff(), there is just one function trace() which
11108   takes a trace mask argument.  The trace masks, defined in curses.h, are
11109   as follows:
11110
11111         #define TRACE_DISABLE   0x00    /* turn off tracing */
11112         #define TRACE_ORDINARY  0x01    /* ordinary trace mode */
11113         #define TRACE_CHARPUT   0x02    /* also trace all character outputs */
11114         #define TRACE_MAXIMUM   0x0f    /* maximum trace level */
11115
11116   More trace masks may be added, or these may be changed, in future releases.
11117 * The pad code has been improved and the pad test code in test/ncurses.c has
11118   been improved.
11119 * The prototype ansi entry has been changed to work with a wider variety
11120   of emulators.
11121 * Fix to the prototype ansi entry that enables it to work with PC emulators
11122   that treat trailing ";m" in a highlight sequence as ";0m"; this doesn't
11123   break operation with any emulators.
11124 * There are now working infocmp, captoinfo, tput, and tclear utilities.
11125 * tic can now compile entries in termcap syntax.
11126 * Core-dump bug in pnoutrefresh fixed.
11127 * We now recognize and compile all the nonstandard capabilities in Ross
11128   Ridge's mytinfo package (rendering it obsolete).
11129 * General cleanup and documentation improvements.
11130 * Fixes and additions to the installation-documentation files.
11131 * Take cursor to normal mode on endwin.
11132
11133 ### ncurses 1.8.4 -> 1.8.5
11134 * serious bugs in updating screen which caused erratic non-display,
11135   fixed.
11136 * fixed initialization for getch() related variable which cause
11137   unpredictable results.
11138 * fixed another doupdate bug which only appeared if you have
11139   parm_char.
11140 * implemented redrawln() and redrawwin().
11141 * implemented winsnstr() and related functions.
11142 * cleaned up insertln() and deleteln() and implemented (w)insdeln().
11143 * changed Makefile.dist so that installation of man pages will
11144   take note of the terminfo directory.
11145 * fixed Configure (removed the mysterious 'X').
11146 * Eric S. Raymond fixed the script.* files so that they work with
11147   stock awk.
11148
11149 #### ncurses 1.8.3 -> 1.8.4 #### ####
11150 * fixed bug in refreshing the screen after return from shell_mode.
11151   There are still problems but they don't manifest themselves on
11152   my machine (Linux 0.99.14f).
11153 * added wgetnstr() and modified things accordingly.
11154 * fixed the script.src script.test to work with awk not just gawk.
11155 * Configure can now take an argument of the target system.
11156 * added test/ncurses.c which replaces several other programs and
11157   performs more testing.
11158 [Thanks to Eric S Raymond for the last 4]
11159 * more fixes to lib_overlay.c and added test/over.c to illustrate
11160   how it works.
11161 * fixed ungetch() to take int instead of ch.
11162 * fixes to cure wgetch() if flushinp() is called.
11163
11164 One note I forgot to mention in 1.8.3 is that tracing is off by
11165 default starting in the version. If you want tracing output, put
11166 traceon(); in your code and link with -ldcurses.
11167
11168 #### ncurses 1.8.2 -> ncurses 1.8.3 #### ####
11169 MAJOR CHANGES:
11170 1) The order of capabilities has been changed in order to achieve
11171 binary compatibility with SVR4 terminfo database. This has the
11172 unfortunate effect of breaking application currently linked with
11173 ncurses. To ensure correct behavior, recompile all such programs.
11174 Most programs using color or newer capabilities will break, others
11175 will probably continue to work ok.
11176
11177 2) Pavel Curtis has renounced his copyright to the public domain.
11178 This means that his original sources (posted to comp.sources.unix,
11179 volume 1) are now in the public domain.  The current sources are
11180 NOT in the public domain, they are copyrighted by me.  I'm
11181 entertaining ideas on what the new terms ncurses is released under.
11182
11183 3) Eric S. Raymond has supplied a complete set of man pages for
11184 ncurses in ?roff format. They will eventually replace most of the
11185 current docs. Both sets are included in this release.
11186
11187 Other changes and notes from 1.8.2 include:
11188 * SIGSEGV during scrolling no longer occurs.
11189 * Other problems with scrolling and use of idl have been corrected.
11190 * lib_getch.c has been re-written and should perform flawlessly.
11191   please use test/getch.c and any other programs to test this.
11192 * ripoffline() is implemented (Thanks to Eric) and slk_ functions
11193   changed accordingly.
11194 * I've added support for terminals that scroll if you write in the
11195   bottom-right corner.
11196 * fixed more bugs in pads code. If anybody has a program that uses
11197   pads I'd love a copy.
11198 * correct handling for terminal with back_color_erase capability
11199   (such as Linux console, and most PC terminals)
11200 * ^Z handling apparently didn't work (I should never trust code
11201   sent me to me without extensive testing). It now seems to be
11202   fixed. Let me know if you have problems.
11203 * I've added support for Apollo and NeXT, but it may still be
11204   incomplete, especially when dealing with the lack of POSIX
11205   features.
11206 * scrolling should be more efficient on terminals with idl
11207   capabilities. Please see src/lib_scroll.c for more notes.
11208 * The line drawing routines were offset by 1 at both ends. This
11209   is now fixed.
11210 * added a few missing prototypes and macros (e.g. setterm())
11211 * fixed code in src/lib_overlay.c which used to crash.
11212 * added a few more programs in test/ The ones from the PDCurses
11213   package are useful, especially if you have SVR4 proper. I'm
11214   interested in the results you get on such a systems (Eric? ;-).
11215   They already exposed certain bugs in ncurses.
11216 * See src/README for porting notes.
11217 * The C++ code should really replace ncurses.h instead of working
11218   around it. It should avoid name-space clashes with nterm.h (use
11219   rows instead of lines, etc.)
11220 * The C++ should compile ok. I've added explicit rules to the
11221   Makefile because no C++ defaults are documented on the suns.
11222 * The docs say that echo() and nocbreak() are mutually exclusive.
11223   At the moment ncurses will switch to cbreak() if the case above
11224   occurs. Should it continue to do so? How about echo() and noraw()?
11225 * PDCurses seem to assume that wclear() will use current attribute
11226   when clearing the screen. According to Eric this is not the case
11227   with SVR4.
11228 * I have discovered, to my chagrin, SunOS 4.x (and probably other systems)
11229   * doesn't have vsscanf and God knows what else!  I've will do a vsscanf().
11230 * I've also found out that the src/script.* rely on gawk and will not
11231   work with stock awk or even with nawk. Any changes are welcome.
11232 * Linux is more tolerant of NULL dereferences than most systems. This
11233   fact was exposed by hanoi.
11234 * ncurses still seems inefficient in drawing the screen on a serial
11235   link between Linux and suns. The padding may be the culprit.
11236 * There seems to be one lingering problem with doupdate() after shelling
11237   out. Despite the fact the it is sending out the correct information
11238   to the terminal, nothing takes effect until you press ^L or another
11239   refresh takes place. And yes, output does get flushed.
11240
11241 #### ncurses 1.8.1 -> ncurses 1.8.2 #### Nov 28, 1993 ####
11242
11243 * added support for SVR4 and BSDI's BSD/386.
11244 * major update and fix to scrolling routine.
11245 * MORE fixes to stuff in lib_getch.c.
11246 * cleaned-up configuration options and can now generate
11247         Config.* files through an awk script.
11248 * changed setupterm() so it can be called more than once,
11249         add added set_curterm(), del_curterm().
11250 * a few minor cleanups.
11251 * added more prototypes in curses.h
11252
11253 #### ncurses 1.8 -> ncurses 1.8.1 #### Nov 4, 1993 ####
11254
11255 * added support for NeXTStep 3.0
11256 * added termcap emulation (not well tested).
11257 * more complete C++ interface to ncurses.
11258 * fixed overlay(), overwrite(), and added copywin().
11259 * a couple of bug fixes.
11260 * a few code cleanups.
11261
11262 #### ncurses 0.7.2/0.7.3 -> ncurses 1.8 #### Aug 31, 1993 ####
11263
11264 * The annoying message "can't open file." was due to missing
11265   terminfo entry for the used terminal. It has now been
11266   replaced by a hopefully more helpful message.
11267 * Problems with running on serial lines are now fixed.
11268 * Added configuration files for SunOS, Linux, HP/UX, Ultrix,
11269   386bsd/BSDI (if you have others send'em to me)
11270 * Cleaner Makefile.
11271 * The documentation in manual.doc is now more uptodate.
11272 * update optimization and support for hp terminals, and 386bsd
11273   console driver(s).
11274 * mvcur optimization for terminals without cursor addressing
11275   (doesn't work on Linux)
11276 * if cursor moved since last update, getch() will refresh the
11277   screen before working.
11278 * getch() & alarm() can now live together. in 0.7.3 a signal
11279   interrupted getch() (bug or feature?) now the getch is
11280   restarted.
11281 * scanw() et all were sick, now fixed.
11282 * support for 8-bit input (use meta()).
11283 * added default screen size to all terminfos.
11284 * added c++ Ncursesw class.
11285 * several minor bug fixes.
11286
11287 #### ncurses 0.7.2 -> ncurses 0.7.3 #### May 27, 1993 ####
11288
11289 * Config file to cope with different platforms (386BSD, BSDI, Ultrix, SunOS)
11290 * more fixes to lib_getch.c
11291 * changes related to Config
11292
11293 #### ncurses 0.7 -> ncurses 0.7.2 #### May 22, 1993 ####
11294
11295 * docs updated slightly (color usage is now documented).
11296 * yet another fix for getch(), this one fixes problems with ESC being swallowed
11297   if another character is typed before the 1 second timeout.
11298 * Hopefully, addstr() and addch() are 8-bit clean.
11299 * fixed lib_tparm.c to use stdarg.h (should run on suns now)
11300 * order of capabilities changed to reflect that specified in SYSV
11301   this will allow for binary-compatibility with existing terminfo dbs.
11302 * added halfdelay()
11303 * fixed problems with asc_init()
11304 * added A_PROTECT and A_INVIS
11305 * cleaned up vidputs()
11306 * general cleanup of the code
11307 * more attention to portability to other systems
11308 * added terminfos for hp70092 (wont work until changes to lib_update.c are
11309   made) and 386BSD pcvt drivers.
11310
11311 Thanks to Hellmuth Michaelis for his help.
11312 optimization code is slated for the next major release, stay tuned!
11313
11314 #### ncurses 0.6/0.61 -> ncurses 0.7 #### April 1, 1993
11315 Please note that the next release will be called 1.8. If you want to know about
11316 the rationale drop me a line.
11317
11318 Included are several test programs in test/.
11319 I've split up the panels library, reversi, tetris, sokoban. They are now
11320 available separately from netcom.com:pub/zmbenhal/
11321
11322 * color and ACS support is now fully compatible with SYSV at the terminfo
11323   level.
11324 * Capabilities now includes as many SYSV caps I could find.
11325 * tigetflag,tigetnum,tigetstr functions added.
11326 * boolnames, boolfnames, boolcodes numnames, numfnames, numcodes,
11327   strnames, strfnames, strcodes arrays are now added.
11328 * keyname() is added.
11329 * All function keys can be defined in terminfo entries.
11330 * fixed lin_tparm.c to behave properly.
11331 * terminfo entries for vt* and xterm are included (improvements are welcome)
11332 * more automation in handling caps and keys.
11333 * included fixes from 0.6.1
11334 * added a few more missing functions.
11335 * fixed a couple of minor bugs.
11336 * updated docs JUST a little (still miles behind in documenting the newer
11337         features).
11338
11339 #### ncurses 0.6 -> ncurses 0.61 ####
11340
11341 1) Included the missing data/console.
11342
11343 2) allow attributes when drawing boxes.
11344
11345 3) corrected usage of win->_delay value.
11346
11347 4) fixed a bug in lib_getch.c. if it didn't recognize a sequence it would
11348         simply return the last character in the sequence. The correct
11349         behavior is to return the entire sequence one character at a time.
11350
11351 #### ncurses0.5 -> ncurses0.6 #### March 1, 1993 ####
11352 * removed _numchngd from struct _win_st and made appropriate changes.
11353 * rewritten kgetch() to remove problems with interaction between alarm and
11354   read(). It caused SIGSEGV every now and then.
11355 * fixed a bug that miscounted the numbers of columns when updating.
11356   (in lib_doupdate.c(ClrUpdate() -- iterate to columns not columns-1)
11357 * fixed a bug that cause the lower-right corner to be incorrect.
11358   (in lib_doupdate.c(putChar() -- check against columns not columns-1)
11359 * made resize() and cleanup() static to lib_newterm.c
11360 * added notimeout().
11361 * added timeout() define in curses.h
11362 * added more function prototypes and fixed napms.
11363 * added use_env().
11364 * moved screen size detection to lib_setup.c.
11365 * fixed newterm() to confirm to prototype.
11366 * removed SIGWINCH support as SYSV does not define its semantics.
11367 * cleaned-up lib_touch.c
11368 * added waddnstr() and relatives.
11369 * added slk_* support.
11370 * fixed a bug in wdeleteln().
11371 * added PANEL library.
11372 * modified Makefile for smoother installation.
11373 * terminfo.h is really term.h
11374
11375 #### ncurses 0.4 -> ncurses 0.5 #### Feb 14, 1993 ####
11376 * changed _win_st structure to allow support for missing functionality.
11377 * Addition of terminfo support for all KEY_*.
11378 * Support for nodelay(), timeout(), notimeout().
11379 * fixed a bug with the keypad char reading that did not return ESC until
11380   another key is pressed.
11381 * nl mapping no longer occur on output (as should be)
11382   fixed bug '\n' no causing a LF.
11383 * fixed bug that reset terminal colors regardless of whether we use color
11384   or not.
11385 * Better support for ACS (not quite complete).
11386 * fixed bug in wvline().
11387 * added curs_set().
11388 * changed from signal() to sigaction().
11389 * re-included the contents of important.patch into source.
11390
11391 #### ncurses 0.3 -> ncurses 0.4 #### Feb 3, 1993 ####
11392 * Addition of more KEY_* definitions.
11393 * Addition of function prototypes.
11394 * Addition of several missing functions.
11395 * No more crashes if screen size is undefined (use SIGWINCH handler).
11396 * added a handler to cleanup after SIGSEGV (hopefully never needed).
11397 * changed SRCDIR from /etc/term to /usr/lib/terminfo.
11398 * renamed compile/dump to tic/untic.
11399 * New scrolling code.
11400 * fixed bug that reversed the sense of nl() and nonl().
11401
11402 #### ncurses 0.2 -> ncurses 0.3 #### Jan 20, 1993 ####
11403 * more support for color and graphics see test/ for examples.
11404 * fixed various files to allow correct update after shelling out.
11405 * more fixes for updates.
11406 * no more core dumps if you don't have a terminfo entry.
11407 * support for LINES and COLUMNS environment variables.
11408 * support for SIGWINCH signal.
11409 * added a handler for SIGINT for clean exits.
11410
11411 #### ncurses 0.1 -> ncurses 0.2 #### Aug 14, 1992 ####
11412 * support for color.
11413 * support for PC graphic characters.
11414 * lib_trace.c updated to use stdarg.h and vprintf routines.
11415 * added gdc.c (Great Digital Clock) as an example of using color.
11416
11417 #### ncurses -> ncurses 0.1 #### Jul 31, 1992 ####
11418 * replacing sgtty stuff by termios stuff.
11419 * ANSIfication of some functions.
11420 * Disabling cost analysis 'cause it's incorrect.
11421 * A quick hack for a terminfo entry.
11422
11423 -- vile:txtmode: