]> ncurses.scripts.mit.edu Git - ncurses.git/blob - NEWS
75d054626ceacb9de5a99f53fd24c110fccbacfb
[ncurses.git] / NEWS
1 -------------------------------------------------------------------------------
2 -- Copyright (c) 1998-2014,2015 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.2327 2015/01/03 20:47:28 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 20150103
49         + modify_nc_flush() to retry if interrupted (patch by Stian Skjelstad).
50         + change map files to make _nc_freeall a global, since it may be used
51           via the Ada95 binding when checking for memory leaks.
52         + improve sed script used in 20141220 to account for wide-, threaded-
53           variations in ABI 6.
54
55 20141227
56         + regenerate ".map" files, using step overlooked in 20141213 to use
57           the same patch-dates across each file to match ncurses.map (report by
58           Sven Joachim).
59
60 20141221
61         + fix an incorrect variable assignment in 20141220 changes (report by
62           Sven Joachim).
63
64 20141220
65         + updated Ada95/configure with macro changes from 20141213
66         + tie configure options --with-abi-version and --with-versioned-syms
67           together, so that ABI 6 libraries have distinct symbol versions from
68           the ABI 5 libraries.
69         + replace obsolete/nonworking link to man2html with current one,
70           regenerate html-manpages.
71
72 20141213
73         + modify misc/gen-pkgconfig.in to add -I option for include-directory
74           when using both --prefix and --disable-overwrite (report by Misty
75           De Meo).
76         + add configure option --with-pc-suffix to allow minor renaming of
77           ".pc" files and the corresponding library.  Use this in the test
78           package for ncurses6.
79         + modify configure script so that if pkg-config is not installed, it
80           is still possible to install ".pc" files (report by Misty De Meo).
81         + updated ".sym" files, removing symbols which are marked as "local"
82           in the corresponding ".map" files.
83         + updated ".map" files to reflect move of comp_captab and comp_hash
84           from tic-library to tinfo-library in 20090711 (report by Sven
85           Joachim).
86
87 20141206
88         + updated ".map" files so that each symbol that may be shared across
89           the different library configurations has the same label.  Some
90           review is needed to ensure these are really compatible.
91         + modify MKlib_gen.sh to work around change in development version of
92           gcc introduced here:
93                   https://gcc.gnu.org/ml/gcc-patches/2014-06/msg02185.html
94                   https://gcc.gnu.org/ml/gcc-patches/2014-07/msg00236.html
95           (reports by Marcus Shawcroft, Maohui Lei).
96         + improved configure macro CF_SUBDIR_PATH, from lynx changes.
97
98 20141129
99         + improved ".map" files by generating them with a script that builds
100           ncurses with several related configurations and merges the results.
101           A further refinement is planned, to make the tic- and tinfo-library
102           symbols use the same versions across each of the four configurations
103           which are represented (reports by Sven Joachim, Werner Fink).
104
105 20141115
106         + improve description of limits for color values and color pairs in
107           curs_color.3x (prompted by patch by Tim van der Molen).
108         + add VERSION file, using first field in that to record the ABI version
109           used for configure --with-libtool --disable-libtool-version
110         + add configure options for applying the ".map" and ".sym" files to
111           the ncurses, form, menu and panel libraries.
112         + add ".map" and ".sym" files to show exported symbols, e.g., for
113           symbol-versioning.
114
115 20141101
116         + improve strict compiler-warnings by adding a cast in TRACE_RETURN
117           and making a new TRACE_RETURN1 macro for cases where the cast does
118           not apply.
119
120 20141025
121         + in-progress changes to integrate the win32 console driver with the
122           msys2 configuration.
123
124 20141018
125         + reviewed terminology 0.6.1, add function key definitions.  None of
126           the vt100-compatibility issues were improved -TD
127         + improve infocmp conversion of extended capabilities to termcap by
128           correcting the limit check against parametrized[], as well as filling
129           in a check if the string happens to have parameters, e.g., "xm"
130           in recent changes.
131         + add check for zero/negative dimensions for resizeterm and resize_term
132           (report by Mike Gran).
133
134 20141011
135         + add experimental support for xterm's 1005 mouse mode, to use in a
136           demonstration of its limitations.
137         + add experimental support for "%u" format to terminfo.
138         + modify test/ncurses.c to also show position reports in 'a' test.
139         + minor formatting fixes to _nc_trace_mmask_t, make this function
140           exported to help with debugging mouse changes.
141         + improve behavior of wheel-mice for xterm protocol, noting that there
142           are only button-presses for buttons "4" and "5", so there is no need
143           to wait to combine events into double-clicks (report/analysis by
144           Greg Field).
145         + provide examples xterm-1005 and xterm-1006 terminfo entries -TD
146         + implement decoder for xterm SGR 1006 mouse mode.
147
148 20140927
149         + implement curs_set in win_driver.c
150         + implement flash in win_driver.c
151         + fix an infinite loop in win_driver.c if the command-window loses
152           focus.
153         + improve the non-buffered mode, i.e., NCURSES_CONSOLE2, of
154           win_driver.c by temporarily changing the buffer-size to match the
155           window-size to eliminate the scrollback.  Also enforce a minimum
156           screen-size of 24x80 in the non-buffered mode.
157         + modify generated misc/Makefile to suppress install.data from the
158           dependencies if the --disable-db-install option is used, compensating
159           for the top-level makefile changes used to add ncurses*-config in the
160           20140920 changes (report by Steven Honeyman).
161
162 20140920
163         + add ncurses*-config to bin-directory of sample package-scripts.
164         + add check to ensure that getopt is available; this is a problem in
165           some older cross-compiler environments.
166         + expanded on the description of --disable-overwrite in INSTALL
167           (prompted by reports by Joakim Tjernlund, Thomas Klausner).
168           See Gentoo #522586 and NetBSD #49200 for examples.
169           which relates to the clarified guidelines.
170         + remove special logic from CF_INCLUDE_DIRS which adds the directory
171           for the --includedir from the build (report by Joakim Tjernlund).
172         + add case for Unixware to CF_XOPEN_SOURCE, from lynx changes.
173         + update config.sub from
174                 http://git.savannah.gnu.org/cgit/config.git
175
176 20140913
177         + add a configure check to ignore some of the plethora of non-working
178           C++ cross-compilers.
179         + build-fixes for Ada95 with gnat 4.9
180
181 20140906
182         + build-fix and other improvements for port of ncurses-examples to
183           NetBSD.
184         + minor compiler-warning fixes.
185
186 20140831
187         + modify test/demo_termcap.c and test/demo_terminfo.c to make their
188           options more directly comparable, and add "-i" option to specify
189           a terminal description filename to parse for names to lookup.
190
191 20140823
192         + fix special case where double-width character overwrites a single-
193           width character in the first column (report by Egmont Koblinger,
194           cf: 20050813).
195
196 20140816
197         + fix colors in ncurses 'b' test which did not work after changing
198           it to put the test-strings in subwindows (cf: 20140705).
199         + merge redundant SEE-ALSO sections in form and menu manpages.
200
201 20140809
202         + modify declarations for user-data pointers in C++ binding to use
203           reinterpret_cast to facilitate converting typed pointers to void*
204           in user's application (patch by Adam Jiang).
205         + regenerated html manpages.
206         + add note regarding cause and effect for TERM in ncurses manpage,
207           having noted clueless verbiage in Terminal.app's "help" file
208           which reverses cause/effect.
209         + remove special fallback definition for NCURSES_ATTR_T, since macros
210           have resolved type-mismatches using casts (cf: 970412).
211         + fixes for win_driver.c:
212           + handle repainting on endwin/refresh combination.
213           + implement beep().
214           + minor cleanup.
215
216 20140802
217         + minor portability fixes for MinGW:
218           + ensure WINVER is defined in makefiles rather than using headers
219           + add check for gnatprep "-T" option
220           + work around bug introduced by gcc 4.8.1 in MinGW which breaks
221             "trace" feature:
222             http://stackoverflow.com/questions/20877689/gcc-4-8-1-minggw-d-option-does-not-work-as-usual
223         + fix most compiler warnings for Cygwin ncurses-examples.
224         + restore "redundant" -I options in test/Makefile.in, since they are
225           typically needed when building the derived ncurses-examples package
226           (cf: 20140726).
227
228 20140726
229         + eliminate some redundant -I options used for building libraries, and
230           ensure that ${srcdir} is added to the include-options (prompted by
231           discussion with Paul Gilmartin).
232         + modify configure script to work with Minix3.2
233         + add form library extension O_DYNAMIC_JUSTIFY option which can be
234           used to override the different treatment of justification for static
235           versus dynamic fields (adapted from patch by Leon Winter).
236         + add a null pointer check in test/edit_field.c (report/analysis by
237           Leon Winter, cf: 20130608).
238
239 20140719
240         + make workarounds for compiling test-programs with NetBSD curses.
241         + improve configure macro CF_ADD_LIBS, to eliminate repeated -l/-L
242           options, from xterm changes.
243
244 20140712
245         + correct Charable() macro check for A_ALTCHARSET in wide-characters.
246         + build-fix for position-debug code in tty_update.c, to work with or
247           without sp-funcs.
248
249 20140705
250         + add w/W toggle to ncurses.c 'B' test, to demonstrate permutation of
251           video-attributes and colors with double-width character strings.
252
253 20140629
254         + correct check in win_driver.c for saving screen contents, e.g., when
255           NCURSES_CONSOLE2 is set (cf: 20140503).
256         + reorganize b/B menu items in ncurses.c, putting the test-strings into
257           subwindows.  This is needed for a planned change to use Unicode
258           fullwidth characters in the test-screens.
259         + correct update to form status for _NEWTOP, broken by fixes for
260           compiler warnings (patch by Leon Winter, cf: 20120616).
261
262 20140621
263         + change shared-library suffix for AIX 5 and 6 to ".so", avoiding
264           conflict with the static library (report by Ben Lentz).
265         + document RPATH_LIST in INSTALLATION file, as part of workarounds for
266           upgrading an ncurses library using the "--with-shared" option.
267         + modify test/ncurses.c c/C tests to cycle through subsets of the
268           total number of colors, to better illustrate 8/16/88/256-colors by
269           providing directly comparable screens.
270         + add test/dots_curses.c, for comparison with the low-level examples.
271
272 20140614
273         + fix dereference before null check found by Coverity in tic.c
274           (cf: 20140524).
275         + fix sign-extension bug in read_entry.c which prevented "toe" from
276           reading empty "screen+italics" entry.
277         + modify sgr for screen.xterm-new to support dim capability -TD
278         + add dim capability to nsterm+7 -TD
279         + cancel dim capability for iterm -TD
280         + add dim, invis capabilities to vte-2012 -TD
281         + add sitm/ritm to konsole-base and mlterm3 -TD
282
283 20140609
284         > fix regression in screen terminfo entries (reports by Christian
285           Ebert, Gabriele Balducci) -TD
286         + revert the change to screen; see notes for why this did not work -TD
287         + cancel sitm/ritm for entries which extend "screen", to work around
288           screen's hardcoded behavior for SGR 3 -TD
289
290 20140607
291         + separate masking for sgr in vidputs from sitm/ritm, which do not
292           overlap with sgr functionality.
293         + remove unneeded -i option from adacurses-config; put -a in the -I
294           option for consistency (patch by Pascal Pignard).
295         + update xterm-new terminfo entry to xterm patch #305 -TD
296         + change format of test-scripts for Debian Ada95 and ncurses-examples
297           packages to quilted to work around Debian #700177 (cf: 20130907).
298         + build fix for form_driver_w.c as part of ncurses-examples package for
299           older ncurses than 20131207.
300         + add Hello World example to adacurses-config manpage.
301         + remove unused --enable-pc-files option from Ada95/configure.
302         + add --disable-gnat-projects option for testing.
303         + revert changes to Ada95 project-files configuration (cf: 20140524).
304         + corrected usage message in adacurses-config.
305
306 20140524
307         + fix typo in ncurses manpage for the NCURSES_NO_MAGIC_COOKIE
308           environment variable.
309         + improve discussion of input-echoing in curs_getch.3x
310         + clarify discussion in curs_addch.3x of wrapping.
311         + modify parametrized.h to make fln non-padded.
312         + correct several entries which had termcap-style padding used in
313           terminfo: adm21, aj510, alto-h19, att605-pc, x820 -TD
314         + correct syntax for padding in some entries: dg211, h19 -TD
315         + correct ti924-8 which had confused padding versus octal escapes -TD
316         + correct padding in sbi entry -TD
317         + fix an old bug in the termcap emulation; "%i" was ignored in tparm()
318           because the parameters to be incremented were already on the internal
319           stack (report by Corinna Vinschen).
320         + modify tic's "-c" option to take into account the "-C" option to
321           activate additional checks which compare the results from running
322           tparm() on the terminfo expressions versus the translated termcap
323           expressions.
324         + modify tic to allow it to read from FIFOs (report by Matthieu Fronton,
325           cf: 20120324).
326         > patches by Nicolas Boulenguez:
327         + explicit dereferences to suppress some style warnings.
328         + when c_varargs_to_ada.c includes its header, use double quotes
329           instead of <>.
330         + samples/ncurses2-util.adb:  removed unused with clause.  The warning
331           was removed by an obsolete pragma.
332         + replaced Unreferenced pragmas with Warnings (Off).  The latter,
333           available with older GNATs, needs no configure test.  This also
334           replaces 3 untested Unreferenced pragmas.
335         + simplified To_C usage in trace handling.  Using two parameters allows
336           some basic formatting, and avoids a warning about security with some
337           compiler flags.
338         + for generated Ada sources, replace many snippets with one pure
339           package.
340         + removed C_Chtype and its conversions.
341         + removed C_AttrType and its conversions.
342         + removed conversions between int, Item_Option_Set, Menu_Option_Set.
343         + removed int, Field_Option_Set, Item_Option_Set conversions.
344         + removed C_TraceType, Attribute_Option_Set conversions.
345         + replaced C.int with direct use of Eti_Error, now enumerated.  As it
346           was used in a case statement, values were tested by the Ada compiler
347           to be consecutive anyway.
348         + src/Makefile.in: remove duplicate stanza
349         + only consider using a project for shared libraries.
350         + style. Silent gnat-4.9 warning about misplaced "then".
351         + generate shared library project to honor ADAFLAGS, LDFLAGS.
352
353 20140510
354         + cleanup recently introduced compiler warnings for MingW port.
355         + workaround for ${MAKEFLAGS} configure check versus GNU make 4.0,
356           which introduces more than one gratuitous incompatibility.
357
358 20140503
359         + add vt520ansi terminfo entry (patch by Mike Gran)
360         + further improve MinGW support for the scenario where there is an
361           ANSI-escapes handler such as ansicon running in the console window
362           (patch by Juergen Pfeifer).
363
364 20140426
365         + add --disable-lib-suffixes option (adapted from patch by Juergen
366           Pfeifer).
367         + merge some changes from Juergen Pfeifer's work with MSYS2, to
368           simplify later merging:
369           + use NC_ISATTY() macro for isatty() in library
370           + add _nc_mingw_isatty() and related functions to windows-driver
371           + rename terminal driver entrypoints to simplify grep's
372         + remove a check in the sp-funcs flavor of newterm() which allowed only
373           the first call to newterm() to succeed (report by Thomas Beierlein,
374           cf: 20090927).
375
376 20140419
377         + update config.guess, config.sub from
378                 http://git.savannah.gnu.org/cgit/config.git
379
380 20140412
381         + modify configure script:
382           + drop the -no-gcc option from Intel compiler, from lynx changes.
383           + extend the --with-hashed-db configure option to simplify building
384             with different versions of Berkeley database using FreeBSD ports.
385         + improve initialization for MinGW port (Juergen Pfeifer):
386           + enforce Windows-style path-separator if cross-compiling,
387           + add a driver-name method to each of the drivers,
388           + allow the Windows driver name to match "unknown", ignoring case,
389           + lengthen the built-in name for the Windows console driver to
390             "#win32console", and
391           + move the comparison of driver-names allowing abbreviation, e.g.,
392             to "#win32con" into the Windows console driver.
393
394 20140329
395         + add check in tic for mismatch between ccc and initp/initc
396         + cancel ccc in putty-256color and konsole-256color for consistency
397           with the cancelled initc capability (patch by Sven Zuhlsdorf).
398         + add xterm+256setaf building block for various terminals which only
399           get the 256-color feature half-implemented -TD
400         + updated "st" entry (leaving the 0.1.1 version as "simpleterm") to
401           0.4.1 -TD
402
403 20140323
404         + fix typo in "mlterm" entry (report by Gabriele Balducci) -TD
405
406 20140322
407         + use types from <stdint.h> in sample build-scripts for chtype, etc.
408         + modify configure script and curses.h.in to allow the types specified
409           using --with-chtype and related options to be defined in <stdint.h>
410         + add terminology entry -TD
411         + add mlterm3 entry, use that as "mlterm" -TD
412         + inherit mlterm-256color from mlterm -TD
413
414 20140315
415         + modify _nc_New_TopRow_and_CurrentItem() to ensure that the menu's
416           top-row is adjusted as needed to ensure that the current item is
417           on the screen (patch by Johann Klammer).
418         + add wgetdelay() to retrieve _delay member of WINDOW if it happens to
419           be opaque, e.g., in the pthread configuration (prompted by patch by
420           Soren Brinkmann).
421
422 20140308
423         + modify ifdef in read_entry.c to handle the case where
424           NCURSES_USE_DATABASE is not defined (patch by Xin Li).
425         + add cast in form_driver_w() to fix ARM build (patch by Xin Li).
426         + add logic to win_driver.c to save/restore screen contents when not
427           allocating a console-buffer (cf: 20140215).
428
429 20140301
430         + clarify error-returns from newwin (report by Ruslan Nabioullin).
431
432 20140222
433         + fix some compiler warnings in win_driver.c
434         + updated notes for wsvt25 based on tack and vttest -TD
435         + add teken entry to show actual properties of FreeBSD's "xterm"
436           console -TD
437
438 20140215
439         + in-progress changes to win_driver.c to implement output without
440           allocating a console-buffer.  This uses a pre-existing environment
441           variable NCGDB used by Juergen Pfeifer for debugging (prompted by
442           discussion with Erwin Waterlander regarding Console2, which hangs
443           when reading in an allocated console-buffer).
444         + add -t option to gdc.c, and modify to accept "S" to step through the
445           scrolling-stages.
446         + regenerate NCURSES-Programming-HOWTO.html to fix some of the broken
447           html emitted by docbook.
448
449 20140209
450         + modify CF_XOPEN_SOURCE macro to omit followup check to determine if
451           _XOPEN_SOURCE can/should be defined.  g++ 4.7.2 built on Solaris 10
452           has some header breakage due to its own predefinition of this symbol
453           (report by Jean-Pierre Flori, Sage #15796).
454
455 20140201
456         + add/use symbol NCURSES_PAIRS_T like NCURSES_COLOR_T, to illustrate
457           which "short" types are for color pairs and which are color values.
458         + fix build for s390x, by correcting field bit offsets in generated
459           representation clauses when int=32 long=64 and endian=big, or at
460           least on s390x (patch by Nicolas Boulenguez).
461         + minor cleanup change to test/form_driver_w.c (patch by Gaute Hope).
462
463 20140125
464         + remove unnecessary ifdef's in Ada95/gen/gen.c, which reportedly do
465           not work as is with gcc 4.8 due to fixes using chtype cast made for
466           new compiler warnings by gcc 4.8 in 20130824 (Debian #735753, patch
467           by Nicolas Boulenguez).
468
469 20140118
470         + apply includesubdir variable which was introduced in 20130805 to
471           gen-pkgconfig.in (Debian #735782).
472
473 20131221
474         + further improved man2html, used this to fix broken links in html
475           manpages.  See
476           ftp://invisible-island.net/ncurses/patches/man2html
477
478 20131214
479         + modify configure-script/ifdef's to allow OLD_TTY feature to be
480           suppressed if the type of ospeed is configured using the option
481           --with-ospeed to not be a short.  By default, it is a short for
482           termcap-compatibility (adapted from suggestion by Christian
483           Weisgerber).
484         + correct a typo in _nc_baudrate() (patch by Christian Weisgerber,
485           cf: 20061230).
486         + fix a few -Wlogical-op warnings.
487         + updated llib-l* files.
488
489 20131207
490         + add form_driver_w() entrypoint to wide-character forms library, as
491           well as test program form_driver_w (adapted from patch by Gaute
492           Hope).
493
494 20131123
495         + minor fix for CF_GCC_WARNINGS to special-case options which are not
496           recognized by clang.
497
498 20131116
499         + add special case to configure script to move _XOPEN_SOURCE_EXTENDED
500           definition from CPPFLAGS to CFLAGS if it happens to be needed for
501           Solaris, because g++ errors with that definition (report by
502           Jean-Pierre Flori, Sage #15268).
503         + correct logic in infocmp's -i option which was intended to ignore
504           strings which correspond to function-keys as candidates for piecing
505           together initialization- or reset-strings.  The problem dates to
506           1.9.7a, but was overlooked until changes in -Wlogical-op warnings for
507           gcc 4.8 (report by David Binderman).
508         + updated CF_GCC_WARNINGS to documented options for gcc 4.9.0, adding
509           checks for -Wextra, -Wignored-qualifiers and -Wlogical-op
510         + updated CF_GCC_WARNINGS to documented options for gcc 4.9.0, moving
511           checks for -Wextra and -Wdeclaration-after-statement into the macro,
512           and adding checks for -Wignored-qualifiers, -Wlogical-op and
513           -Wvarargs
514         + updated CF_CURSES_UNCTRL_H and CF_SHARED_OPTS macros from ongoing
515           work on cdk.
516         + update config.sub from
517                 http://git.savannah.gnu.org/cgit/config.git
518
519 20131110
520         + minor cleanup of terminfo.tail
521
522 20131102
523         + use TS extension to describe xterm's title-escapes -TD
524         + modify terminator and nsterm-s to use xterm+sl-twm building block -TD
525         + update hurd.ti, add xenl to reflect 2011-03-06 change in
526           http://git.savannah.gnu.org/cgit/hurd/hurd.git/log/console/display.c
527           (Debian #727119).
528         + simplify pfkey expression in ansi.sys -TD
529
530 20131027
531         + correct/simplify ifdef's for cur_term versus broken-linker and
532           reentrant options (report by Jean-Pierre Flori, cf: 20090530).
533         + modify release/version combinations in test build-scripts to make
534           them more consistent with other packages.
535
536 20131019
537         + add nc_mingw.h to installed headers for MinGW port; needed for
538           compiling ncurses-examples.
539         + add rpm-script for testing cross-compile of ncurses-examples.
540
541 20131014
542         + fix new typo in CF_ADA_INCLUDE_DIRS macro (report by Roumen Petrov).
543
544 20131012
545         + fix a few compiler warnings in progs and test.
546         + minor fix to package/debian-mingw/rules, do not strip dll's.
547         + minor fixes to configure script for empty $prefix, e.g., when doing
548           cross-compiles to MinGW.
549         + add script for building test-packages of binaries cross-compiled to
550           MinGW using NSIS.
551
552 20131005
553         + minor fixes for ncurses-example package and makefile.
554         + add scripts for test-builds of cross-compiler packages for ncurses6
555           to MinGW.
556
557 20130928
558         + some build-fixes for ncurses-examples with NetBSD-6.0 curses, though
559           it lacks some common functions such as use_env() which is not yet
560           addressed.
561         + build-fix and some compiler warning fixes for ncurses-examples with
562           OpenBSD 5.3
563         + fix a possible null-pointer reference in a trace message from newterm.
564         + quiet a few warnings from NetBSD 6.0 namespace pollution by
565           nonstandard popcount() function in standard strings.h header.
566         + ignore g++ 4.2.1 warnings for "-Weffc++" in c++/cursesmain.cc
567         + fix a few overlooked places for --enable-string-hacks option.
568
569 20130921
570         + fix typo in curs_attr.3x (patch by Sven Joachim, cf: 20130831).
571         + build-fix for --with-shared option for DragonFly and FreeBSD (report
572           by Rong-En Fan, cf: 20130727).
573
574 20130907
575         + build-fixes for MSYS for two test-programs (patches by Ray Donnelly,
576           Alexey Pavlov).
577         + revert change to two of the dpkg format files, to work with dpkg
578           before/after Debian #700177.
579         + fix gcc -Wconversion warning in wattr_get() macro.
580         + add msys and msysdll to known host/configuration types (patch by
581           Alexey Pavlov).
582         + modify CF_RPATH_HACK configure macro to not rely upon "-u" option
583           of sort, improving portability.
584         + minor improvements for test-programs from reviewing Solaris port.
585         + update config.guess, config.sub from
586                 http://git.savannah.gnu.org/cgit/config.git
587
588 20130831
589         + modify test/ncurses.c b/B tests to display lines only for the
590           attributes which a given terminal supports, to make room for an
591           italics test.
592         + completed ncv table in terminfo.tail; it did not list the wide
593           character codes listed in X/Open Curses issue 7.
594         + add A_ITALIC extension (prompted by discussion with Egmont Koblinger).
595
596 20130824
597         + fix some gcc 4.8 -Wconversion warnings.
598         + change format of dpkg test-scripts to quilted to work around bug
599           introduced by Debian #700177.
600         + discard cached keyname() values if meta() is changed after a value
601           was cached using (report by Kurban Mallachiev).
602
603 20130816
604         + add checks in tic to warn about terminals which lack cursor
605           addressing, capabilities or having those, are marked as hard_copy or
606           generic_type.
607         + use --without-progs in mingw-ncurses rpm.
608         + split out _nc_init_termtype() from alloc_entry.c to use in MinGW
609           port when tic and other programs are not needed.
610
611 20130805
612         + minor fixes to the --disable-overwrite logic, to ensure that the
613           configured $(includedir) is not cancelled by the mingwxx-filesystem
614           rpm macros.
615         + add --disable-db-install configure option, to simplify building
616           cross-compile support packages.
617         + add mingw-ncurses.spec file, for testing cross-compiles.
618
619 20130727
620         + improve configure macros from ongoing work on cdk, dialog, xterm:
621           + CF_ADD_LIB_AFTER - fix a problem with -Wl options
622           + CF_RPATH_HACK - add missing result-message
623           + CF_SHARED_OPTS - modify to use $rel_builddir in cygwin and mingw
624             dll symbols (which can be overridden) rather than explicit "../".
625           + CF_SHARED_OPTS - modify NetBSD and DragonFly symbols to use ${CC}
626             rather than ${LD} to improve rpath support.
627           + CF_SHARED_OPTS - add a symbol to denote the temporary files that
628             are created by the macro, to simplify clean-rules.
629           + CF_X_ATHENA - trim extra libraries to work with -Wl,--as-needed
630         + fix a regression in hashed-database support for NetBSD, which uses
631           the key-size differently from other implementations (cf: 20121229).
632
633 20130720
634         + further improvements for setupterm manpage, clarifying the
635           initialization of cur_term.
636
637 20130713
638         + improve manpages for initscr and setupterm.
639         + minor compiler-warning fixes
640
641 20130706
642         + add fallback defs for <inttypes.h> and <stdint.h> (cf: 20120225).
643         + add check for size of wchar_t, use that to suppress a chunk of
644           wcwidth.h in MinGW port.
645         + quiet linker warnings for MinGW cross-compile with dll's using the
646           --enable-auto-import flag.
647         + add ncurses.map rule to ncurses/Makefile to help diagnose symbol
648           table issues.
649
650 20130622
651         + modify the clear program to take into account the E3 extended
652           capability to clear the terminal's scrollback buffer (patch by
653           Miroslav Lichvar, Redhat #815790).
654         + clarify in resizeterm manpage that LINES and COLS are updated.
655         + updated ansi example in terminfo.tail, correct misordered example
656           of sgr.
657         + fix other doclifter warnings for manpages
658         + remove unnecessary ".ta" in terminfo.tail, add missing ".fi"
659           (patch by Eric Raymond).
660
661 20130615
662         + minor changes to some configure macros to make them more reusable.
663         + fixes for tabs program (prompted by report by Nick Andrik).
664           + corrected logic in command-line parsing of -a and -c predefined
665             tab-lists options.
666           + allow "-0" and "-8" options to be combined with others, e.g.,"-0d".
667           + make warning messages more consistent with the other utilities by
668             not printing the full pathname of the program.
669           + add -V option for consistency with other utilities.
670         + fix off-by-one in columns for tabs program when processing an option
671           such as "-5" (patch by Nick Andrik).
672
673 20130608
674         + add to test/demo_forms.c examples of using the menu-hooks as well
675           as showing how the menu item user-data can be used to pass a callback
676           function pointer.
677         + add test/dots_termcap.c
678         + remove setupterm call from test/demo_termcap.c
679         + build-fix if --disable-ext-funcs configure option is used.
680         + modified test/edit_field.c and test/demo_forms.c to move the lengths
681           into a user-data structure, keeping the original string for later
682           expansion to free-format input/out demo.
683         + modified test/demo_forms.c to load data from file.
684         + added note to clarify Terminal.app's non-emulation of the various
685           terminal types listed in the preferences dialog -TD
686         + fix regression in error-reporting in lib_setup.c (Debian #711134,
687           cf: 20121117).
688         + build-fix for a case where --enable-broken_linker and
689           --enable-reentrant options are combined (report by George R Goffe).
690
691 20130525
692         + modify mvcur() to distinguish between internal use by the ncurses
693           library, and external callers, preventing it from reading the content
694           of the screen which is only nonblank when curses calls have updated
695           it.  This makes test/dots_mvcur.c avoid painting colored cells in
696           the left margin of the display.
697         + minor fix to test/dots_mvcur.c
698         + move configured symbols USE_DATABASE and USE_TERMCAP to term.h as
699           NCURSES_USE_DATABASE and NCURSES_USE_TERMCAP to allow consistent
700           use of these symbols in term_entry.h
701
702 20130518
703         + corrected ifdefs in test/testcurs.c to allow comparison of mouse
704           interface versus pdcurses (cf: 20130316).
705         + add pow() to configure-check for math library, needed since
706           20121208 for test/hanoi (Debian #708056).
707         + regenerated html manpages.
708         + update doctype used for html documentation.
709
710 20130511
711         + move nsterm-related entries out of "obsolete" section to more
712           plausible "ansi consoles" -TD
713         + additional cleanup of table-of-contents by reordering -TD
714         + revise fix for check for 8-bit value in _nc_insert_ch(); prior fix
715           prevented inserts when video attributes were attached to the data
716           (cf: 20121215) (Redhat #959534).
717
718 20130504
719         + fixes for issues found by Coverity:
720           + correct FNKEY() macro in progs/dump_entry.c, allowing kf11-kf63 to
721             display when infocmp's -R option is used for HP or AIX subsets.
722           + fix dead-code issue with test/movewindow.c
723           + improve limited-checking in _nc_read_termtype().
724
725 20130427
726         + fix clang 3.2 warning in progs/dump_entry.c
727         + drop AC_TYPE_SIGNAL check; ncurses relies on c89 and later.
728
729 20130413
730         + add MinGW to cases where ncurses installs by default into /usr
731           (prompted by discussion with Daniel Silva Ferreira).
732         + add -D option to infocmp's usage-message (patch by Miroslav Lichvar).
733         + add a missing 'int' type for main function in configure check for
734           type of bool variable, to work with clang 3.2 (report by Dmitri
735           Gribenko).
736         + improve configure check for static_cast, to work with clang 3.2
737           (report by Dmitri Gribenko).
738         + re-order rule for demo.o and macros defining header dependencies in
739           c++/Makefile.in to accommodate gmake (report by Dmitri Gribenko).
740
741 20130406
742         + improve parameter checking in copywin().
743         + modify configure script to work around OS X's "libtool" program, to
744           choose glibtool instead.  At the same time, chance the autoconf macro
745           to look for a "tool" rather than a "prog", to help with potential use
746           in cross-compiling.
747         + separate the rpath usage for c++ library from demo program
748           (Redhat #911540)
749         + update/correct header-dependencies in c++ makefile (report by Werner
750           Fink).
751         + add --with-cxx-shared to dpkg-script, as done for rpm-script.
752
753 20130324
754         + build-fix for libtool configuration (reports by Daniel Silva Ferreira
755           and Roumen Petrov).
756
757 20130323
758         + build-fix for OS X, to handle changes for --with-cxx-shared feature
759           (report by Christian Ebert).
760         + change initialization for vt220, similar entries for consistency
761           with cursor-key strings (NetBSD #47674) -TD
762         + further improvements to linux-16color (Benjamin Sittler)
763
764 20130316
765         + additional fix for tic.c, to allocate missing buffer space.
766         + eliminate configure-script warnings for gen-pkgconfig.in
767         + correct typo in sgr string for sun-color,
768           add bold for consistency with sgr,
769           change smso for consistency with sgr -TD
770         + correct typo in sgr string for terminator -TD
771         + add blink to the attributes masked by ncv in linux-16color (report
772           by Benjamin Sittler)
773         + improve warning message from post-load checking for missing "%?"
774           operator by tic/infocmp by showing the entry name and capability.
775         + minor formatting improvement to tic/infocmp -f option to ensure
776           line split after "%;".
777         + amend scripting for --with-cxx-shared option to handle the debug
778           library "libncurses++_g.a" (report by Sven Joachim).
779
780 20130309
781         + amend change to toe.c for reading from /dev/zero, to ensure that
782           there is a buffer for the temporary filename (cf: 20120324).
783         + regenerated html manpages.
784         + fix typo in terminfo.head (report by Sven Joachim, cf: 20130302).
785         + updated some autoconf macros:
786           + CF_ACVERSION_CHECK, from byacc 1.9 20130304
787           + CF_INTEL_COMPILER, CF_XOPEN_SOURCE from luit 2.0-20130217
788         + add configure option --with-cxx-shared to permit building
789           libncurses++ as a shared library when using g++, e.g., the same
790           limitations as libtool but better integrated with the usual build
791           configuration (Redhat #911540).
792         + modify MKkey_defs.sh to filter out build-path which was unnecessarily
793           shown in curses.h (Debian #689131).
794
795 20130302
796         + add section to terminfo manpage discussing user-defined capabilities.
797         + update manpage description of NCURSES_NO_SETBUF, explaining why it
798           is obsolete.
799         + add a check in waddch_nosync() to ensure that tab characters are
800           treated as control characters; some broken locales claim they are
801           printable.
802         + add some traces to the Windows console driver.
803         + initialize a temporary array in _nc_mbtowc, needed for some cases
804           of raw input in MinGW port.
805
806 20130218
807         + correct ifdef on change to lib_twait.c (report by  Werner Fink).
808         + update config.guess, config.sub
809
810 20130216
811         + modify test/testcurs.c to work with mouse for ncurses as it does for
812           pdcurses.
813         + modify test/knight.c to work with mouse for pdcurses as it does for
814           ncurses.
815         + modify internal recursion in wgetch() which handles cooked mode to
816           check if the call to wgetnstr() returned an error.  This can happen
817           when both nocbreak() and nodelay() are set, for instance (report by
818           Nils Christopher Brause) (cf: 960418).
819         + fixes for issues found by Coverity:
820           + add a check for valid position in ClearToEOS()
821           + fix in lib_twait.c when --enable-wgetch-events is used, pointer
822             use after free.
823           + improve a limit-check in make_hash.c
824           + fix a memory leak in hashed_db.c
825
826 20130209
827         + modify test/configure script to make it simpler to override names
828           of curses-related libraries, to help with linking with pdcurses in
829           MinGW environment.
830         + if the --with-terminfo-dirs configure option is not used, there is
831           no corresponding compiled-in value for that.  Fill in "no default
832           value" for that part of the manpage substitution.
833
834 20130202
835         + correct initialization in knight.c which let it occasionally make
836           an incorrect move (cf: 20001028).
837         + improve documentation of the terminfo/termcap search path.
838
839 20130126
840         + further fixes to mvcur to pass callback function (cf: 20130112),
841           needed to make test/dots_mvcur work.
842         + reduce calls to SetConsoleActiveScreenBuffer in win_driver.c, to
843           help reduce flicker.
844         + modify configure script to omit "+b" from linker options for very
845           old HP-UX systems (report by Dennis Grevenstein)
846         + add HP-UX workaround for missing EILSEQ on old HP-UX systems (patch
847           by Dennis Grevenstein).
848         + restore memmove/strdup support for antique systems (request by
849           Dennis Grevenstein).
850         + change %l behavior in tparm to push the string length onto the stack
851           rather than saving the formatted length into the output buffer
852           (report by Roy Marples, cf: 980620).
853
854 20130119
855         + fixes for issues found by Coverity:
856           + fix memory leak in safe_sprintf.c
857           + add check for return-value in tty_update.c
858           + correct initialization for -s option in test/view.c
859           + add check for numeric overflow in lib_instr.c
860           + improve error-checking in copywin
861         + add advice in infocmp manpage for termcap users (Debian #698469).
862         + add "-y" option to test/demo_termcap and test/demo_terminfo to
863           demonstrate behavior with/without extended capabilities.
864         + updated termcap manpage to document legacy termcap behavior for
865           matching capability names.
866         + modify name-comparison for tgetstr, etc., to accommodate legacy
867           applications as well as to improve compatbility with BSD 4.2
868           termcap implementations (Debian #698299) (cf: 980725).
869
870 20130112
871         + correct prototype in manpage for vid_puts.
872         + drop ncurses/tty/tty_display.h, ncurses/tty/tty_input.h, since they
873           are unused in the current driver model.
874         + modify mvcur to use stdout except when called within the ncurses
875           library.
876         + modify vidattr and vid_attr to use stdout as documented in manpage.
877         + amend changes made to buffering in 20120825 so that the low-level
878           putp() call uses stdout rather than ncurses' internal buffering.
879           The putp_sp() call does the same, for consistency (Redhat #892674).
880
881 20130105
882         + add "-s" option to test/view.c to allow it to start in single-step
883           mode, reducing size of trace files when it is used for debugging
884           MinGW changes.
885         + revert part of 20121222 change to tinfo_driver.c
886         + add experimental logic in win_driver.c to improve optimization of
887           screen updates.  This does not yet work with double-width characters,
888           so it is ifdef'd out for the moment (prompted by report by Erwin
889           Waterlander regarding screen flicker).
890
891 20121229
892         + fix coverity warnings regarding copying into fixed-size buffers.
893         + add throw-declarations in the c++ binding per Coverity warning.
894         + minor changes to new-items for consistent reference to bug-report
895           numbers.
896
897 20121222
898         + add *.dSYM directories to clean-rule in ncurses directory makefile,
899           for Mac OS builds.
900         + add a configure check for gcc option -no-cpp-precomp, which is not
901           available in all Mac OS X configurations (report by Andras Salamon,
902           cf: 20011208).
903         + improve 20021221 workaround for broken acs, handling a case where
904           that ACS_xxx character is not in the acsc string but there is a known
905           wide-character which can be used.
906
907 20121215
908         + fix several warnings from clang 3.1 --analyze, includes correcting
909           a null-pointer check in _nc_mvcur_resume.
910         + correct display of double-width characters with MinGW port (report
911           by Erwin Waterlander).
912         + replace MinGW's wcrtomb(), fixing a problem with _nc_viscbuf
913         > fixes based on Coverity report:
914         + correct coloring in test/bs.c
915         + correct check for 8-bit value in _nc_insert_ch().
916         + remove dead code in progs/tset.c, test/linedata.h
917         + add null-pointer checks in lib_tracemse.c, panel.priv.h, and some
918           test-programs.
919
920 20121208
921         + modify test/knight.c to show the number of choices possible for
922           each position in automove option, e.g., to allow user to follow
923           Warnsdorff's rule to solve the puzzle.
924         + modify test/hanoi.c to show the minimum number of moves possible for
925           the given number of tiles (prompted by patch by Lucas Gioia).
926         > fixes based on Coverity report:
927         + remove a few redundant checks.
928         + correct logic in test/bs.c, when randomly placing a specific type of
929           ship.
930         + check return value from remove/unlink in tic.
931         + check return value from sscanf in test/ncurses.c
932         + fix a null dereference in c++/cursesw.cc
933         + fix two instances of uninitialized variables when configuring for the
934           terminal driver.
935         + correct scope of variable used in SetSafeOutcWrapper macro.
936         + set umask when calling mkstemp in tic.
937         + initialize wbkgrndset() temporary variable when extended-colors are
938           used.
939
940 20121201
941         + also replace MinGW's wctomb(), fixing a problem with setcchar().
942         + modify test/view.c to load UTF-8 when built with MinGW by using
943           regular win32 API because the MinGW functions mblen() and mbtowc()
944           do not work.
945
946 20121124
947         + correct order of color initialization versus display in some of the
948           test-programs, e.g., test_addstr.c
949         > fixes based on Coverity report:
950         + delete windows on exit from some of the test-programs.
951
952 20121117
953         > fixes based on Coverity report:
954         + add missing braces around FreeAndNull in two places.
955         + various fixes in test/ncurses.c
956         + improve limit-checks in tinfo/make_hash.c, tinfo/read_entry.c
957         + correct malloc size in progs/infocmp.c
958         + guard against negative array indices in test/knight.c
959         + fix off-by-one limit check in test/color_name.h
960         + add null-pointer check in progs/tabs.c, test/bs.c, test/demo_forms.c,
961           test/inchs.c
962         + fix memory-leak in tinfo/lib_setup.c, progs/toe.c,
963           test/clip_printw.c, test/demo_menus.c
964         + delete unused windows in test/chgat.c, test/clip_printw.c,
965           test/insdelln.c, test/newdemo.c on error-return.
966
967 20121110
968         + modify configure macro CF_INCLUDE_DIRS to put $CPPFLAGS after the
969           local -I include options in case someone has set conflicting -I
970           options in $CPPFLAGS (prompted by patch for ncurses/Makefile.in by
971           Vassili Courzakis).
972         + modify the ncurses*-config scripts to eliminate relative paths from
973           the RPATH_LIST variable, e.g., "../lib" as used in installing shared
974           libraries or executables.
975
976 20121102
977         + realign these related pages:
978             curs_add_wchstr.3x
979             curs_addchstr.3x
980             curs_addstr.3x
981             curs_addwstr.3x
982           and fix a long-ago error in curs_addstr.3x which said that a -1
983           length parameter would only write as much as fit onto one line
984           (report by Reuben Thomas).
985         + remove obsolete fallback _nc_memmove() for memmove()/bcopy().
986         + remove obsolete fallback _nc_strdup() for strdup().
987         + cancel any debug-rpm in package/ncurses.spec
988         + reviewed vte-2012, reverted most of the change since it was incorrect
989           based on testing with tack -TD
990         + un-cancel the initc in vte-256color, since this was implemented
991           starting with version 0.20 in 2009 -TD
992
993 20121026
994         + improve malloc/realloc checking (prompted by discussion in Redhat
995           #866989).
996         + add ncurses test-program as "ncurses6" to the rpm- and dpkg-scripts.
997         + updated configure macros CF_GCC_VERSION and CF_WITH_PATHLIST.  The
998           first corrects pattern used for Mac OS X's customization of gcc.
999
1000 20121017
1001         + fix change to _nc_scroll_optimize(), which incorrectly freed memory
1002           (Redhat #866989).
1003
1004 20121013
1005         + add vte-2012, gnome-2012, making these the defaults for vte/gnome
1006           (patch by Christian Persch).
1007
1008 20121006
1009         + improve CF_GCC_VERSION to work around Debian's customization of gcc
1010           --version message.
1011         + improve configure macros as done in byacc:
1012           + drop 2.13 compatibility; use 2.52.xxxx version only since EMX port
1013             has used that for a while.
1014           + add 3rd parameter to AC_DEFINE's to allow autoheader to run, i.e.,
1015             for experimental use.
1016           + remove unused configure macros.
1017         + modify configure script and makefiles to quiet new autoconf warning
1018           for LIBS_TO_MAKE variable.
1019         + modify configure script to show $PATH_SEPARATOR variable.
1020         + update config.guess, config.sub
1021
1022 20120922
1023         + modify setupterm to set its copy of TERM to "unknown" if configured
1024           for the terminal driver and TERM was null or empty.
1025         + modify treatment of TERM variable for MinGW port to allow explicit
1026           use of the windows console driver by checking if $TERM is set to
1027           "#win32con" or an abbreviation of that.
1028         + undo recent change to fallback definition of vsscanf() to build with
1029           older Solaris compilers (cf: 20120728).
1030
1031 20120908
1032         + add test-screens to test/ncurses to show 256-characters at a time,
1033           to help with MinGW port.
1034
1035 20120903
1036         + simplify varargs logic in lib_printw.c; va_copy is no longer needed
1037           there.
1038         + modifications for MinGW port to make wide-character display usable.
1039
1040 20120902
1041         + regenerate configure script (report by Sven Joachim, cf: 20120901).
1042
1043 20120901
1044         + add a null-pointer check in _nc_flush (cf: 20120825).
1045         + fix a case in _nc_scroll_optimize() where the _oldnums_list array
1046           might not be allocated.
1047         + improve comparisons in configure.in for unset shell variables.
1048
1049 20120826
1050         + increase size of ncurses' output-buffer, in case of very small
1051           initial screen-sizes.
1052         + fix evaluation of TERMINFO and TERMINFO_DIRS default values as needed
1053           after changes to use --datarootdir (reports by Gabriele Balducci,
1054           Roumen Petrov).
1055
1056 20120825
1057         + change output buffering scheme, using buffer maintained by ncurses
1058           rather than stdio, to avoid problems with SIGTSTP handling (report
1059           by Brian Bloniarz).
1060
1061 20120811
1062         + update autoconf patch to 2.52.20120811, adding --datarootdir
1063           (prompted by discussion with Erwin Waterlander).
1064         + improve description of --enable-reentrant option in README and the
1065           INSTALL file.
1066         + add nsterm-256color, make this the default nsterm -TD
1067         + remove bw from nsterm-bce, per testing with tack -TD
1068
1069 20120804
1070         + update test/configure, adding check for tinfo library.
1071         + improve limit-checks for the getch fifo (report by Werner Fink).
1072         + fix a remaining mismatch between $with_echo and the symbols updated
1073           for CF_DISABLE_ECHO affecting parameters for mk-2nd.awk (report by
1074           Sven Joachim, cf:  20120317).
1075         + modify followup check for pkg-config's library directory in the
1076           --enable-pc-files option to validate syntax (report by Sven Joachim,
1077           cf: 20110716).
1078
1079 20120728
1080         + correct path for ncurses_mingw.h in include/headers, in case build
1081           is done outside source-tree (patch by Roumen Petrov).
1082         + modify some older xterm entries to align with xterm source -TD
1083         + separate "xterm-old" alias from "xterm-r6" -TD
1084         + add E3 extended capability to xterm-basic and putty -TD
1085         + parenthesize parameters of other macros in curses.h -TD
1086         + parenthesize parameter of COLOR_PAIR and PAIR_NUMBER in curses.h
1087           in case it happens to be a comma-expression, etc.  (patch by Nick
1088           Black).
1089
1090 20120721
1091         + improved form_request_by_name() and menu_request_by_name().
1092         + eliminate two fixed-size buffers in toe.c
1093         + extend use_tioctl() to have expected behavior when use_env(FALSE) and
1094           use_tioctl(TRUE) are called.
1095         + modify ncurses test-program, adding -E and -T options to demonstrate
1096           use_env() versus use_tioctl().
1097
1098 20120714
1099         + add use_tioctl() function (adapted from patch by Werner Fink,
1100           Novell #769788):
1101
1102 20120707
1103         + add ncurses_mingw.h to installed headers (prompted by patch by
1104           Juergen Pfeifer).
1105         + clarify return-codes from wgetch() in response to SIGWINCH (prompted
1106           by Novell #769788).
1107         + modify resizeterm() to always push a KEY_RESIZE onto the fifo, even
1108           if screensize is unchanged.  Modify _nc_update_screensize() to push a
1109           KEY_RESIZE if there was a SIGWINCH, even if it does not call
1110           resizeterm().  These changes eliminate the case where a SIGWINCH is
1111           received, but ERR returned from wgetch or wgetnstr because the screen
1112           dimensions did not change (Novell #769788).
1113
1114 20120630
1115         + add --enable-interop to sample package scripts (suggested by Juergen
1116           Pfeifer).
1117         + update CF_PATH_SYNTAX macro, from mawk changes.
1118         + modify mk-0th.awk to allow for generating llib-ltic, etc., though
1119           some work is needed on cproto to work with lib_gen.c to update
1120           llib-lncurses.
1121         + remove redundant getenv() cal in database-iterator leftover from
1122           cleanup in 20120622 changes (report by Sven Joachim).
1123
1124 20120622
1125         + add -d, -e and -q options to test/demo_terminfo and test/demo_termcap
1126         + fix caching of environment variables in database-iterator (patch by
1127           Philippe Troin, Redhat #831366).
1128
1129 20120616
1130         + add configure check to distinguish clang from gcc to eliminate
1131           warnings about unused command-line parameters when compiler warnings
1132           are enabled.
1133         + improve behavior when updating terminfo entries which are hardlinked
1134           by allowing for the possibility that an alias has been repurposed to
1135           a new primary name.
1136         + fix some strict compiler warnings based on package scripts.
1137         + further fixes for configure check for working poll (Debian #676461).
1138
1139 20120608
1140         + fix an uninitialized variable in -c/-n logic for infocmp changes
1141           (cf: 20120526).
1142         + corrected fix for building c++ binding with clang 3.0 (report/patch
1143           by Richard Yao, Gentoo #417613, cf: 20110409)
1144         + correct configure check for working poll, fixing the case where stdin
1145           is redirected, e.g., in rpm/dpkg builds (Debian #676461).
1146         + add rpm- and dpkg-scripts, to test those build-environments.
1147           The resulting packages are used only for testing.
1148
1149 20120602
1150         + add kdch1 aka "Remove" to vt220 and vt220-8 entries -TD
1151         + add kdch1, etc., to qvt108 -TD
1152         + add dl1/il1 to some entries based on dl/il values -TD
1153         + add dl to simpleterm -TD
1154         + add consistency-checks in tic for insert-line vs delete-line
1155           controls, and insert/delete-char keys
1156         + correct no-leaks logic in infocmp when doing comparisons, fixing
1157           duplicate free of entries given via the command-line, and freeing
1158           entries loaded from the last-but-one of files specified on the
1159           command-line.
1160         + add kdch1 to wsvt25 entry from NetBSD CVS (reported by David Lord,
1161           analysis by Martin Husemann).
1162         + add cnorm/civis to wsvt25 entry from NetBSD CVS (report/analysis by
1163           Onno van der Linden).
1164
1165 20120526
1166         + extend -c and -n options of infocmp to allow comparing more than two
1167           entries.
1168         + correct check in infocmp for number of terminal names when more than
1169           two are given.
1170         + correct typo in curs_threads.3x (report by Yanhui Shen on
1171           freebsd-hackers mailing list).
1172
1173 20120512
1174         + corrected 'op' for bterm (report by Samuel Thibault) -TD
1175         + modify test/background.c to demonstrate a background character
1176           holding a colored ACS_HLINE.  The behavior differs from SVr4 due to
1177           the thick- and double-line extension (cf: 20091003).
1178         + modify handling of acs characters in PutAttrChar to avoid mapping an
1179           unmapped character to a space with A_ALTCHARSET set.
1180         + rewrite vt520 entry based on vt420 -TD
1181
1182 20120505
1183         + remove p6 (bold) from opus3n1+ for consistency -TD
1184         + remove acs stuff from env230 per clues in Ingres termcap -TD
1185         + modify env230 sgr/sgr0 to match other capabilities -TD
1186         + modify smacs/rmacs in bq300-8 to match sgr/sgr0 -TD
1187         + make sgr for dku7202 agree with other caps -TD
1188         + make sgr for ibmpc agree with other caps -TD
1189         + make sgr for tek4107 agree with other caps -TD
1190         + make sgr for ndr9500 agree with other caps -TD
1191         + make sgr for sco-ansi agree with other caps -TD
1192         + make sgr for d410 agree with other caps -TD
1193         + make sgr for d210 agree with other caps -TD
1194         + make sgr for d470c, d470c-7b agree with other caps -TD
1195         + remove redundant AC_DEFINE for NDEBUG versus Makefile definition.
1196         + fix a back-link in _nc_delink_entry(), which is needed if ncurses is
1197           configured with --enable-termcap and --disable-getcap.
1198
1199 20120428
1200         + fix some inconsistencies between vt320/vt420, e.g., cnorm/civis -TD
1201         + add eslok flag to dec+sl -TD
1202         + dec+sl applies to vt320 and up -TD
1203         + drop wsl width from xterm+sl -TD
1204         + reuse xterm+sl in putty and nsca-m -TD
1205         + add ansi+tabs to vt520 -TD
1206         + add ansi+enq to vt220-vt520 -TD
1207         + fix a compiler warning in example in ncurses-intro.doc (Paul Waring).
1208         + added paragraph in keyname manpage telling how extended capabilities
1209           are interpreted as key definitions.
1210         + modify tic's check of conflicting key definitions to include extended
1211           capability strings in addition to the existing check on predefined
1212           keys.
1213
1214 20120421
1215         + improve cleanup of temporary files in tic using atexit().
1216         + add msgr to vt420, similar DEC vtXXX entries -TD
1217         + add several missing vt420 capabilities from vt220 -TD
1218         + factor out ansi+pp from several entries -TD
1219         + change xterm+sl and xterm+sl-twm to include only the status-line
1220           capabilities and not "use=xterm", making them more generally useful
1221           as building-blocks -TD
1222         + add dec+sl building block, as example -TD
1223
1224 20120414
1225         + add XT to some terminfo entries to improve usefulness for other
1226           applications than screen, which would like to pretend that xterm's
1227           title is a status-line.  -TD
1228         + change use-clauses in ansi-mtabs, hp2626, and hp2622 based on review
1229           of ordering and overrides -TD
1230         + add consistency check in tic for screen's "XT" capability.
1231         + add section in terminfo.src summarizing the user-defined capabilities
1232           used in that file -TD
1233
1234 20120407
1235         + fix an inconsistency between tic/infocmp "-x" option; tic omits all
1236           non-standard capabilities, while infocmp was ignoring only the user
1237           definable capabilities.
1238         + improve special case in tic parsing of description to allow it to be
1239           followed by terminfo capabilities.  Previously the description had to
1240           be the last field on an input line to allow tic to distinguish
1241           between termcap and terminfo format while still allowing commas to be
1242           embedded in the description.
1243         + correct variable name in gen_edit.sh which broke configurability of
1244           the --with-xterm-kbs option.
1245         + revert 2011-07-16 change to "linux" alias, return to "linux2.2" -TD
1246         + further amend 20110910 change, providing for configure-script
1247           override of the "linux" terminfo entry to install and changing the
1248           default for that to "linux2.2" (Debian #665959).
1249
1250 20120331
1251         + update Ada95/configure to use CF_DISABLE_ECHO (cf: 20120317).
1252         + correct order of use-clauses in st-256color -TD
1253         + modify configure script to look for gnatgcc if the Ada95 binding
1254           is built, in preference to the default gcc/cc (suggested by
1255           Nicolas Boulenguez).
1256         + modify configure script to ensure that the same -On option used for
1257           the C compiler in CFLAGS is used for ADAFLAGS rather than simply
1258           using "-O3" (suggested by Nicolas Boulenguez)
1259
1260 20120324
1261         + amend an old fix so that next_char() exits properly for empty files,
1262           e.g., from reading /dev/null (cf: 20080804).
1263         + modify tic so that it can read from the standard input, or from
1264           a character device.  Because tic uses seek's, this requires writing
1265           the data to a temporary file first (prompted by remark by Sven
1266           Joachim) (cf: 20000923).
1267
1268 20120317
1269         + correct a check made in lib_napms.c, so that terminfo applications
1270           can again use napms() (cf: 20110604).
1271         + add a note in tic.h regarding required casts for ABSENT_BOOLEAN
1272           (cf: 20040327).
1273         + correct scripting for --disable-echo option in test/configure.
1274         + amend check for missing c++ compiler to work when no error is
1275           reported, and no variables set (cf: 20021206).
1276         + add/use configure macro CF_DISABLE_ECHO.
1277
1278 20120310
1279         + fix some strict compiler warnings for abi6 and 64-bits.
1280         + use begin_va_copy/end_va_copy macros in lib_printw.c (cf: 20120303).
1281         + improve a limit-check in infocmp.c (Werner Fink):
1282
1283 20120303
1284         + minor tidying of terminfo.tail, clarify reason for limitation
1285           regarding mapping of \0 to \200
1286         + minor improvement to _nc_copy_termtype(), using memcpy to replace
1287           loops.
1288         + fix no-leaks checking in test/demo_termcap.c to account for multiple
1289           calls to setupterm().
1290         + modified the libgpm change to show previous load as a problem in the
1291           debug-trace.
1292         > merge some patches from OpenSUSE rpm (Werner Fink):
1293         + ncurses-5.7-printw.dif, fixes for varargs handling in lib_printw.c
1294         + ncurses-5.7-gpm.dif, do not dlopen libgpm if already loaded by
1295           runtime linker
1296         + ncurses-5.6-fallback.dif, do not free arrays and strings from static
1297           fallback entries
1298
1299 20120228
1300         + fix breakage in tic/infocmp from 20120225 (report by Werner Fink).
1301
1302 20120225
1303         + modify configure script to allow creating dll's for MinGW when
1304           cross-compiling.
1305         + add --enable-string-hacks option to control whether strlcat and
1306           strlcpy may be used.  The same issue applies to OpenBSD's warnings
1307           about snprintf, noting that this function is weakly standardized.
1308         + add configure checks for strlcat, strlcpy and snprintf, to help
1309           reduce bogus warnings with OpenBSD builds.
1310         + build-fix for OpenBSD 4.9 to supply consistent intptr_t declaration
1311           (cf:20111231)
1312         + update config.guess, config.sub
1313
1314 20120218
1315         + correct CF_ETIP_DEFINES configure macro, making it exit properly on
1316           the first success (patch by Pierre Labastie).
1317         + improve configure macro CF_MKSTEMP by moving existence-check for
1318           mkstemp out of the AC_TRY_RUN, to help with cross-compiles.
1319         + improve configure macro CF_FUNC_POLL from luit changes to detect
1320           broken implementations, e.g., with Mac OS X.
1321         + add configure option --with-tparm-arg
1322         + build-fix for MinGW cross-compiling, so that make_hash does not
1323           depend on TTY definition (cf: 20111008).
1324
1325 20120211
1326         + make sgr for xterm-pcolor agree with other caps -TD
1327         + make sgr for att5425 agree with other caps -TD
1328         + make sgr for att630 agree with other caps -TD
1329         + make sgr for linux entries agree with other caps -TD
1330         + make sgr for tvi9065 agree with other caps -TD
1331         + make sgr for ncr260vt200an agree with other caps -TD
1332         + make sgr for ncr160vt100pp agree with other caps -TD
1333         + make sgr for ncr260vt300an agree with other caps -TD
1334         + make sgr for aaa-60-dec-rv, aaa+dec agree with other caps -TD
1335         + make sgr for cygwin, cygwinDBG agree with other caps -TD
1336         + add configure option --with-xterm-kbs to simplify configuration for
1337           Linux versus most other systems.
1338
1339 20120204
1340         + improved tic -D option, avoid making target directory and provide
1341           better diagnostics.
1342
1343 20120128
1344         + add mach-gnu (Debian #614316, patch by Samuel Thibault)
1345         + add mach-gnu-color, tweaks to mach-gnu terminfo -TD
1346         + make sgr for sun-color agree with smso -TD
1347         + make sgr for prism9 agree with other caps -TD
1348         + make sgr for icl6404 agree with other caps -TD
1349         + make sgr for ofcons agree with other caps -TD
1350         + make sgr for att5410v1, att4415, att620 agree with other caps -TD
1351         + make sgr for aaa-unk, aaa-rv agree with other caps -TD
1352         + make sgr for avt-ns agree with other caps -TD
1353         + amend fix intended to separate fixups for acsc to allow "tic -cv" to
1354           give verbose warnings (cf:  20110730).
1355         + modify misc/gen-edit.sh to make the location of the tabset directory
1356           consistent with misc/Makefile.in, i.e., using ${datadir}/tabset
1357           (Debian #653435, patch by Sven Joachim).
1358
1359 20120121
1360         + add --with-lib-prefix option to allow configuring for old/new flavors
1361           of OS/2 EMX.
1362         + modify check for gnat version to allow for year, as used in FreeBSD
1363           port.
1364         + modify check_existence() in db_iterator.c to simply check if the
1365           path is a directory or file, according to the need.  Checking for
1366           directory size also gives no usable result with OS/2 (cf: 20120107).
1367         + support OS/2 kLIBC (patch by KO Myung-Han).
1368
1369 20120114
1370         + several improvements to test/movewindow.c (prompted by discussion on
1371           Linux Mint forum):
1372           + modify movement commands to make them continuous
1373           + rewrote the test for mvderwin
1374           + rewrote the test for recursive mvwin
1375         + split-out reusable CF_WITH_NCURSES_ETC macro in test/configure.in
1376         + updated configure macro CF_XOPEN_SOURCE, build-fixes for Mac OS X
1377           and OpenBSD.
1378         + regenerated html manpages.
1379
1380 20120107
1381         + various improvments for MinGW (Juergen Pfeifer):
1382           + modify stat() calls to ignore the st_size member
1383           + drop mk-dlls.sh script.
1384           + change recommended regular expression library.
1385           + modify rain.c to allow for threaded configuraton.
1386           + modify tset.c to allow for case when size-change logic is not used.
1387
1388 20111231
1389         + modify toe's report when -a and -s options are combined, to add
1390           a column showing which entries belong to a given database.
1391         + add -s option to toe, to sort its output.
1392         + modify progs/toe.c, simplifying use of db-iterator results to use
1393           caching improvements from 20111001 and 20111126.
1394         + correct generation of pc-files when ticlib or termlib options are
1395           given to rename the corresponding tic- or tinfo-libraries (report
1396           by Sven Joachim).
1397
1398 20111224
1399         + document a portability issue with tput, i.e., that scripts which work
1400           with ncurses may fail in other implementations that do no parameter
1401           analysis.
1402         + add putty-sco entry -TD
1403
1404 20111217
1405         + review/fix places in manpages where --program-prefix configure option
1406           was not being used.
1407         + add -D option to infocmp, to show the database locations that it
1408           could use.
1409         + fix build for the special case where term-driver, ticlib and termlib
1410           are all enabled.  The terminal driver depends on a few features in
1411           the base ncurses library, so tic's dependencies include both ncurses
1412           and termlib.
1413         + fix build work for term-driver when --enable-wgetch-events option is
1414           enabled.
1415         + use <stdint.h> types to fix some questionable casts to void*.
1416
1417 20111210
1418         + modify configure script to check if thread library provides
1419           pthread_mutexattr_settype(), e.g., not provided by Solaris 2.6
1420         + modify configure script to suppress check to define _XOPEN_SOURCE
1421           for IRIX64, since its header files have a conflict versus
1422           _SGI_SOURCE.
1423         + modify configure script to add ".pc" files for tic- and
1424           tinfo-libraries, which were omitted in recent change (cf: 20111126).
1425         + fix inconsistent checks on $PKG_CONFIG variable in configure script.
1426
1427 20111203
1428         + modify configure-check for etip.h dependencies, supplying a temporary
1429           copy of ncurses_dll.h since it is a generated file (prompted by
1430           Debian #646977).
1431         + modify CF_CPP_PARAM_INIT "main" function to work with current C++.
1432
1433 20111126
1434         + correct database iterator's check for duplicate entries
1435           (cf: 20111001).
1436         + modify database iterator to ignore $TERMCAP when it is not an
1437           absolute pathname.
1438         + add -D option to tic, to show the database locations that it could
1439           use.
1440         + improve description of database locations in tic manpage.
1441         + modify the configure script to generate a list of the ".pc" files to
1442           generate, rather than deriving the list from the libraries which have
1443           been built (patch by Mike Frysinger).
1444         + use AC_CHECK_TOOLS in preference to AC_PATH_PROGS when searching for
1445           ncurses*-config, e.g., in Ada95/configure and test/configure (adapted
1446           from patch by Mike Frysinger).
1447
1448 20111119
1449         + remove obsolete/conflicting fallback definition for _POSIX_SOURCE
1450           from curses.priv.h, fixing a regression with IRIX64 and Tru64
1451           (cf: 20110416)
1452         + modify _nc_tic_dir() to ensure that its return-value is nonnull,
1453           i.e., the database iterator was not initialized.  This case is needed
1454           to when tic is translating to termcap, rather than loading the
1455           database (cf:  20111001).
1456
1457 20111112
1458         + add pccon entries for OpenBSD console (Alexei Malinin).
1459         + build-fix for OpenBSD 4.9 with gcc 4.2.1, setting _XOPEN_SOURCE to
1460           600 to work around inconsistent ifdef'ing of wcstof between C and
1461           C++ header files.
1462         + modify capconvert script to accept more than exact match on "xterm",
1463           e.g., the "xterm-*" variants, to exclude from the conversion (patch
1464           by Robert Millan).
1465         + add -lc_r as alternative for -lpthread, allows build of threaded code
1466           in older FreeBSD machines.
1467         + build-fix for MirBSD, which fails when either _XOPEN_SOURCE or
1468           _POSIX_SOURCE are defined.
1469         + fix a typo misc/Makefile.in, used in uninstalling pc-files.
1470
1471 20111030
1472         + modify make_db_path() to allow creating "terminfo.db" in the same
1473           directory as an existing "terminfo" directory.  This fixes a case
1474           where switching between hashed/filesystem databases would cause the
1475           new hashed database to be installed in the next best location -
1476           root's home directory.
1477         + add variable cf_cv_prog_gnat_correct to those passed to
1478           config.status, fixing a problem with Ada95 builds (cf: 20111022).
1479         + change feature test from _XPG5 to _XOPEN_SOURCE in two places, to
1480           accommodate broken implementations for _XPG6.
1481         + eliminate usage of NULL symbol from etip.h, to reduce header
1482           interdependencies.
1483         + add configure check to decide when to add _XOPEN_SOURCE define to
1484           compiler options, i.e., for Solaris 10 and later (cf: 20100403).
1485           This is a workaround for gcc 4.6, which fails to build the c++
1486           binding if that symbol is defined by the application, due to
1487           incorrectly combining the corresponding feature test macros
1488           (report by Peter Kruse).
1489
1490 20111022
1491         + correct logic for discarding mouse events, retaining the partial
1492           events used to build up click, double-click, etc, until needed
1493           (cf: 20110917).
1494         + fix configure script to avoid creating unused Ada95 makefile when
1495           gnat does not work.
1496         + cleanup width-related gcc 3.4.3 warnings for 64-bit platform, for the
1497           internal functions of libncurses.  The external interface of courses
1498           uses bool, which still produces these warnings.
1499
1500 20111015
1501         + improve description of --disable-tic-depends option to make it
1502           clear that it may be useful whether or not the --with-termlib
1503           option is also given (report by Sven Joachim).
1504         + amend termcap equivalent for set_pglen_inch to use the X/Open
1505           "YI" rather than the obsolete Solaris 2.5 "sL" (cf: 990109).
1506         + improve manpage for tgetent differences from termcap library.
1507
1508 20111008
1509         + moved static data from db_iterator.c to lib_data.c
1510         + modify db_iterator.c for memory-leak checking, fix one leak.
1511         + modify misc/gen-pkgconfig.in to use Requires.private for the parts
1512           of ncurses rather than Requires, as well as Libs.private for the
1513           other library dependencies (prompted by Debian #644728).
1514
1515 20111001
1516         + modify tic "-K" option to only set the strict-flag rather than force
1517           source-output.  That allows the same flag to control the parser for
1518           input and output of termcap source.
1519         + modify _nc_getent() to ignore backslash at the end of a comment line,
1520           making it consistent with ncurses' parser.
1521         + restore a special-case check for directory needed to make termcap
1522           text files load as if they were databases (cf: 20110924).
1523         + modify tic's resolution/collision checking to attempt to remove the
1524           conflicting alias from the second entry in the pair, which is
1525           normally following in the source file.  Also improved the warning
1526           message to make it simpler to see which alias is the problem.
1527         + improve performance of the database iterator by caching search-list.
1528
1529 20110925
1530         + add a missing "else" in changes to _nc_read_tic_entry().
1531
1532 20110924
1533         + modify _nc_read_tic_entry() so that hashed-database is checked before
1534           filesystem.
1535         + updated CF_CURSES_LIBS check in test/configure script.
1536         + modify configure script and makefiles to split TIC_ARGS and
1537           TINFO_ARGS into pieces corresponding to LDFLAGS and LIBS variables,
1538           to help separate searches for tic- and tinfo-libraries (patch by Nick
1539           Alcock aka "Nix").
1540         + build-fix for lib_mouse.c changes (cf: 20110917).
1541
1542 20110917
1543         + fix compiler warning for clang 2.9
1544         + improve merging of mouse events (integrated patch by Damien
1545           Guibouret).
1546         + correct mask-check used in lib_mouse for wheel mouse buttons 4/5
1547           (patch by Damien Guibouret).
1548
1549 20110910
1550         + modify misc/gen_edit.sh to select a "linux" entry which works with
1551           the current kernel rather than assuming it is always "linux3.0"
1552           (cf: 20110716).
1553         + revert a change to getmouse() which had the undesirable side-effect
1554           of suppressing button-release events (report by Damien Guibouret,
1555           cf: 20100102).
1556         + add xterm+kbs fragment from xterm #272 -TD
1557         + add configure option --with-pkg-config-libdir to provide control over
1558           the actual directory into which pc-files are installed, do not use
1559           the pkg-config environment variables (discussion with Frederic L W
1560           Meunier).
1561         + add link to mailing-list archive in announce.html.in, as done in
1562           FAQ (prompted by question by Andrius Bentkus).
1563         + improve manpage install by adjusting the "#include" examples to
1564           show the ncurses-subdirectory used when --disable-overwrite option
1565           is used.
1566         + install an alias for "curses" to the ncurses manpage, tied to the
1567           --with-curses-h configure option (suggested by Reuben Thomas).
1568
1569 20110903
1570         + propagate error-returns from wresize, i.e., the internal
1571           increase_size and decrease_size functions through resize_term (report
1572           by Tim van der Molen, cf:  20020713).
1573         + fix typo in tset manpage (patch by Sven Joachim).
1574
1575 20110820
1576         + add a check to ensure that termcap files which might have "^?" do
1577           not use the terminfo interpretation as "\177".
1578         + minor cleanup of X-terminal emulator section of terminfo.src -TD
1579         + add terminator entry -TD
1580         + add simpleterm entry -TD
1581         + improve wattr_get macros by ensuring that if the window pointer is
1582           null, then the attribute and color values returned will be zero
1583           (cf: 20110528).
1584
1585 20110813
1586         + add substitution for $RPATH_LIST to misc/ncurses-config.in
1587         + improve performance of tic with hashed-database by caching the
1588           database connection, using atexit() to cleanup.
1589         + modify treatment of 2-character aliases at the beginning of termcap
1590           entries so they are not counted in use-resolution, since these are
1591           guaranteed to be unique.  Also ignore these aliases when reporting
1592           the primary name of the entry (cf: 20040501)
1593         + double-check gn (generic) flag in terminal descriptions to
1594           accommodate old/buggy termcap databases which misused that feature.
1595         + minor fixes to _nc_tgetent(), ensure buffer is initialized even on
1596           error-return.
1597
1598 20110807
1599         + improve rpath fix from 20110730 by ensuring that the new $RPATH_LIST
1600           variable is defined in the makefiles which use it.
1601         + build-fix for DragonFlyBSD's pkgsrc in test/configure script.
1602         + build-fixes for NetBSD 5.1 with termcap support enabled.
1603         + corrected k9 in dg460-ansi, add other features based on manuals -TD
1604         + improve trimming of whitespace at the end of terminfo/termcap output
1605           from tic/infocmp.
1606         + when writing termcap source, ensure that colons in the description
1607           field are translated to a non-delimiter, i.e., "=".
1608         + add "-0" option to tic/infocmp, to make the termcap/terminfo source
1609           use a single line.
1610         + add a null-pointer check when handling the $CC variable.
1611
1612 20110730
1613         + modify configure script and makefiles in c++ and progs to allow the
1614           directory used for rpath option to be overridden, e.g., to work
1615           around updates to the variables used by tic during an install.
1616         + add -K option to tic/infocmp, to provide stricter BSD-compatibility
1617           for termcap output.
1618         + add _nc_strict_bsd variable in tic library which controls the
1619           "strict" BSD termcap compatibility from 20110723, plus these
1620           features:
1621           + allow escapes such as "\8" and "\9" when reading termcap
1622           + disallow "\a", "\e", "\l", "\s" and "\:" escapes when reading
1623             termcap files, passing through "a", "e", etc.
1624           + expand "\:" as "\072" on output.
1625         + modify _nc_get_token() to reset the token's string value in case
1626           there is a string-typed token lacking the "=" marker.
1627         + fix a few memory leaks in _nc_tgetent.
1628         + fix a few places where reading from a termcap file could refer to
1629           freed memory.
1630         + add an overflow check when converting terminfo/termcap numeric
1631           values, since terminfo stores those in a short, and they must be
1632           positive.
1633         + correct internal variables used for translating to termcap "%>"
1634           feature, and translating from termcap %B to terminfo, needed by
1635           tctest (cf: 19991211).
1636         + amend a minor fix to acsc when loading a termcap file to separate it
1637           from warnings needed for tic (cf: 20040710)
1638         + modify logic in _nc_read_entry() and _nc_read_tic_entry() to allow
1639           a termcap file to be handled via TERMINFO_DIRS.
1640         + modify _nc_infotocap() to include non-mandatory padding when
1641           translating to termcap.
1642         + modify _nc_read_termcap_entry(), passing a flag in the case where
1643           getcap is used, to reduce interactive warning messages.
1644
1645 20110723
1646         + add a check in start_color() to limit color-pairs to 256 when
1647           extended colors are not supported (patch by David Benjamin).
1648         + modify setcchar to omit no-longer-needed OR'ing of color pair in
1649           the SetAttr() macro (patch by David Benjamin).
1650         + add kich1 to sun terminfo entry (Yuri Pankov)
1651         + use bold rather than reverse for smso in sun-color terminfo entry
1652           (Yuri Pankov).
1653         + improve generation of termcap using tic/infocmp -C option, e.g.,
1654           to correspond with 4.2BSD (prompted by discussion with Yuri Pankov
1655           regarding Schilling's test program):
1656           + translate %02 and %03 to %2 and %3 respectively.
1657           + suppress string capabilities which use %s, not supported by tgoto
1658           + use \040 rather than \s
1659           + expand null characters as \200 rather than \0
1660         + modify configure script to support shared libraries for DragonFlyBSD.
1661
1662 20110716
1663         + replace an assert() in _nc_Free_Argument() with a regular null
1664           pointer check (report/analysis by Franjo Ivancic).
1665         + modify configure --enable-pc-files option to take into account the
1666           PKG_CONFIG_PATH variable (report by Frederic L W Meunier).
1667         + add/use xterm+tmux chunk from xterm #271 -TD
1668         + resync xterm-new entry from xterm #271 -TD
1669         + add E3 extended capability to linux-basic (Miroslav Lichvar)
1670         + add linux2.2, linux2.6, linux3.0 entries to give context for E3 -TD
1671         + add SI/SO change to linux2.6 entry (Debian #515609) -TD
1672         + fix inconsistent tabset path in pcmw (Todd C. Miller).
1673         + remove a backslash which continued comment, obscuring altos3
1674           definition with OpenBSD toolset (Nicholas Marriott).
1675
1676 20110702
1677         + add workaround from xterm #271 changes to ensure that compiler flags
1678           are not used in the $CC variable.
1679         + improve support for shared libraries, tested with AIX 5.3, 6.1 and
1680           7.1 with both gcc 4.2.4 and cc.
1681         + modify configure checks for AIX to include release 7.x
1682         + add loader flags/libraries to libtool options so that dynamic loading
1683           works properly, adapted from ncurses-5.7-ldflags-with-libtool.patch
1684           at gentoo prefix repository (patch by Michael Haubenwallner).
1685
1686 20110626
1687         + move include of nc_termios.h out of term_entry.h, since the latter
1688           is installed, e.g., for tack while the former is not (report by
1689           Sven Joachim).
1690
1691 20110625
1692         + improve cleanup() function in lib_tstp.c, using _exit() rather than
1693           exit() and checking for SIGTERM rather than SIGQUIT (prompted by
1694           comments forwarded by Nicholas Marriott).
1695         + reduce name pollution from term.h, moving fallback #define's for
1696           tcgetattr(), etc., to new private header nc_termios.h (report by
1697           Sergio NNX).
1698         + two minor fixes for tracing (patch by Vassili Courzakis).
1699         + improve trace initialization by starting it in use_env() and
1700           ripoffline().
1701         + review old email, add details for some changelog entries.
1702
1703 20110611
1704         + update minix entry to minix 3.2 (Thomas Cort).
1705         + fix a strict compiler warning in change to wattr_get (cf: 20110528).
1706
1707 20110604
1708         + fixes for MirBSD port:
1709           + set default prefix to /usr.
1710           + add support for shared libraries in configure script.
1711           + use S_ISREG and S_ISDIR consistently, with fallback definitions.
1712         + add a few more checks based on ncurses/link_test.
1713         + modify MKlib_gen.sh to handle sp-funcs renaming of NCURSES_OUTC type.
1714
1715 20110528
1716         + add case to CF_SHARED_OPTS for Interix (patch by Markus Duft).
1717         + used ncurses/link_test to check for behavior when the terminal has
1718           not been initialized and when an application passes null pointers
1719           to the library.  Added checks to cover this (prompted by Redhat
1720           #707344).
1721         + modify MKlib_gen.sh to make its main() function call each function
1722           with zero parameters, to help find inconsistent checking for null
1723           pointers, etc.
1724
1725 20110521
1726         + fix warnings from clang 2.7 "--analyze"
1727
1728 20110514
1729         + compiler-warning fixes in panel and progs.
1730         + modify CF_PKG_CONFIG macro, from changes to tin -TD
1731         + modify CF_CURSES_FUNCS configure macro, used in test directory
1732           configure script:
1733           + work around (non-optimizer) bug in gcc 4.2.1 which caused
1734             test-expression to be omitted from executable.
1735           + force the linker to see a link-time expression of a symbol, to
1736             help work around weak-symbol issues.
1737
1738 20110507
1739         + update discussion of MKfallback.sh script in INSTALL; normally the
1740           script is used automatically via the configured makefiles.  However
1741           there are still occasions when it might be used directly by packagers
1742           (report by Gunter Schaffler).
1743         + modify misc/ncurses-config.in to omit the "-L" option from the
1744           "--libs" output if the library directory is /usr/lib.
1745         + change order of tests for curses.h versus ncurses.h headers in the
1746           configure scripts for Ada95 and test-directories, to look for
1747           ncurses.h, from fixes to tin -TD
1748         + modify ncurses/tinfo/access.c to account for Tandem's root uid
1749           (report by Joachim Schmitz).
1750
1751 20110430
1752         + modify rules in Ada95/src/Makefile.in to ensure that the PIC option
1753           is not used when building a static library (report by Nicolas
1754           Boulenguez):
1755         + Ada95 build-fix for big-endian architectures such as sparc.  This
1756           undoes one of the fixes from 20110319, which added an "Unused" member
1757           to representation clauses, replacing that with pragmas to suppress
1758           warnings about unused bits (patch by Nicolas Boulenguez).
1759
1760 20110423
1761         + add check in test/configure for use_window, use_screen.
1762         + add configure-checks for getopt's variables, which may be declared
1763           as different types on some Unix systems.
1764         + add check in test/configure for some legacy curses types of the
1765           function pointer passed to tputs().
1766         + modify init_pair() to accept -1's for color value after
1767           assume_default_colors() has been called (Debian #337095).
1768         + modify test/background.c, adding commmand-line options to demonstrate
1769           assume_default_colors() and use_default_colors().
1770
1771 20110416
1772         + modify configure script/source-code to only define _POSIX_SOURCE if
1773           the checks for sigaction and/or termios fail, and if _POSIX_C_SOURCE
1774           and _XOPEN_SOURCE are undefined (report by Valentin Ochs).
1775         + update config.guess, config.sub
1776
1777 20110409
1778         + fixes to build c++ binding with clang 3.0 (patch by Alexander
1779           Kolesen).
1780         + add check for unctrl.h in test/configure, to work around breakage in
1781           some ncurses packages.
1782         + add "--disable-widec" option to test/configure script.
1783         + add "--with-curses-colr" and "--with-curses-5lib" options to the
1784           test/configure script to address testing with very old machines.
1785
1786 20110404 5.9 release for upload to ftp.gnu.org
1787
1788 20110402
1789         + various build-fixes for the rpm/dpkg scripts.
1790         + add "--enable-rpath-link" option to Ada95/configure, to allow
1791           packages to suppress the rpath feature which is normally used for
1792           the in-tree build of sample programs.
1793         + corrected definition of libdir variable in Ada95/src/Makefile.in,
1794           needed for rpm script.
1795         + add "--with-shared" option to Ada95/configure script, to allow
1796           making the C-language parts of the binding use appropriate compiler
1797           options if building a shared library with gnat.
1798
1799 20110329
1800         > portability fixes for Ada95 binding:
1801         + add configure check to ensure that SIGINT works with gnat.  This is
1802           needed for the "rain" sample program.  If SIGINT does not work, omit
1803           that sample program.
1804         + correct typo in check of $PKG_CONFIG variable in Ada95/configure
1805         + add ncurses_compat.c, to supply functions used in the Ada95 binding
1806           which were added in 5.7 and later.
1807         + modify sed expression in CF_NCURSES_ADDON to eliminate a dependency
1808           upon GNU sed.
1809
1810 20110326
1811         + add special check in Ada95/configure script for ncurses6 reentrant
1812           code.
1813         + regen Ada html documentation.
1814         + build-fix for Ada shared libraries versus the varargs workaround.
1815         + add rpm and dpkg scripts for Ada95 and test directories, for test
1816           builds.
1817         + update test/configure macros CF_CURSES_LIBS, CF_XOPEN_SOURCE and
1818           CF_X_ATHENA_LIBS.
1819         + add configure check to determine if gnat's project feature supports
1820           libraries, i.e., collections of .ali files.
1821         + make all dereferences in Ada95 samples explicit.
1822         + fix typo in comment in lib_add_wch.c (patch by Petr Pavlu).
1823         + add configure check for, ifdef's for math.h which is in a separate
1824           package on Solaris and potentially not installed (report by Petr
1825           Pavlu).
1826         > fixes for Ada95 binding (Nicolas Boulenguez):
1827         + improve type-checking in Ada95 by eliminating a few warning-suppress
1828           pragmas.
1829         + suppress unreferenced warnings.
1830         + make all dereferences in binding explicit.
1831
1832 20110319
1833         + regen Ada html documentation.
1834         + change order of -I options from ncurses*-config script when the
1835           --disable-overwrite option was used, so that the subdirectory include
1836           is listed first.
1837         + modify the make-tar.sh scripts to add a MANIFEST and NEWS file.
1838         + modify configure script to provide value for HTML_DIR in
1839           Ada95/gen/Makefile.in, which depends on whether the Ada95 binding is
1840           distributed separately (report by Nicolas Boulenguez).
1841         + modify configure script to add "-g" and/or "-O3" to ADAFLAGS if the
1842           CFLAGS for the build has these options.
1843         + amend change from 20070324, to not add 1 to the result of getmaxx
1844           and getmaxy in the Ada binding (report by Nicolas Boulenguez for
1845           thread in comp.lang.ada).
1846         + build-fix Ada95/samples for gnat 4.5
1847         + spelling fixes for Ada95/samples/explain.txt
1848         > fixes for Ada95 binding (Nicolas Boulenguez):
1849         + add item in Trace_Attribute_Set corresponding to TRACE_ATTRS.
1850         + add workaround for binding to set_field_type(), which uses varargs.
1851           The original binding from 990220 relied on the prevalent
1852           implementation of varargs which did not support or need va_copy().
1853         + add dependency on gen/Makefile.in needed for *-panels.ads
1854         + add Library_Options to library.gpr
1855         + add Languages to library.gpr, for gprbuild
1856
1857 20110307
1858         + revert changes to limit-checks from 20110122 (Debian #616711).
1859         > minor type-cleanup of Ada95 binding (Nicolas Boulenguez):
1860         + corrected a minor sign error in a field of Low_Level_Field_Type, to
1861           conform to form.h.
1862         + replaced C_Int by Curses_Bool as return type for some callbacks, see
1863           fieldtype(3FORM).
1864         + modify samples/sample-explain.adb to provide explicit message when
1865           explain.txt is not found.
1866
1867 20110305
1868         + improve makefiles for Ada95 tree (patch by Nicolas Boulenguez).
1869         + fix an off-by-one error in _nc_slk_initialize() from 20100605 fixes
1870           for compiler warnings (report by Nicolas Boulenguez).
1871         + modify Ada95/gen/gen.c to declare unused bits in generated layouts,
1872           needed to compile when chtype is 64-bits using gnat 4.4.5
1873
1874 20110226 5.8 release for upload to ftp.gnu.org
1875
1876 20110226
1877         + update release notes, for 5.8.
1878         + regenerated html manpages.
1879         + change open() in _nc_read_file_entry() to fopen() for consistency
1880           with write_file().
1881         + modify misc/run_tic.in to create parent directory, in case this is
1882           a new install of hashed database.
1883         + fix typo in Ada95/mk-1st.awk which causes error with original awk.
1884
1885 20110220
1886         + configure script rpath fixes from xterm #269.
1887         + workaround for cygwin's non-functional features.h, to force ncurses'
1888           configure script to define _XOPEN_SOURCE_EXTENDED when building
1889           wide-character configuration.
1890         + build-fix in run_tic.sh for OS/2 EMX install
1891         + add cons25-debian entry (patch by Brian M Carlson, Debian #607662).
1892
1893 20110212
1894         + regenerated html manpages.
1895         + use _tracef() in show_where() function of tic, to work correctly with
1896           special case of trace configuration.
1897
1898 20110205
1899         + add xterm-utf8 entry as a demo of the U8 feature -TD
1900         + add U8 feature to denote entries for terminal emulators which do not
1901           support VT100 SI/SO when processing UTF-8 encoding -TD
1902         + improve the NCURSES_NO_UTF8_ACS feature by adding a check for an
1903           extended terminfo capability U8 (prompted by mailing list
1904           discussion).
1905
1906 20110122
1907         + start documenting interface changes for upcoming 5.8 release.
1908         + correct limit-checks in derwin().
1909         + correct limit-checks in newwin(), to ensure that windows have nonzero
1910           size (report by Garrett Cooper).
1911         + fix a missing "weak" declaration for pthread_kill (patch by Nicholas
1912           Alcock).
1913         + improve documentation of KEY_ENTER in curs_getch.3x manpage (prompted
1914           by discussion with Kevin Martin).
1915
1916 20110115
1917         + modify Ada95/configure script to make the --with-curses-dir option
1918           work without requiring the --with-ncurses option.
1919         + modify test programs to allow them to be built with NetBSD curses.
1920         + document thick- and double-line symbols in curs_add_wch.3x manpage.
1921         + document WACS_xxx constants in curs_add_wch.3x manpage.
1922         + fix some warnings for clang 2.6 "--analyze"
1923         + modify Ada95 makefiles to make html-documentation with the project
1924           file configuration if that is used.
1925         + update config.guess, config.sub
1926
1927 20110108
1928         + regenerated html manpages.
1929         + minor fixes to enable lint when trace is not enabled, e.g., with
1930           clang --analyze.
1931         + fix typo in man/default_colors.3x (patch by Tim van der Molen).
1932         + update ncurses/llib-lncurses*
1933
1934 20110101
1935         + fix remaining strict compiler warnings in ncurses library ABI=5,
1936           except those dealing with function pointers, etc.
1937
1938 20101225
1939         + modify nc_tparm.h, adding guards against repeated inclusion, and
1940           allowing TPARM_ARG to be overridden.
1941         + fix some strict compiler warnings in ncurses library.
1942
1943 20101211
1944         + suppress ncv in screen entry, allowing underline (patch by Alejandro
1945           R Sedeno).
1946         + also suppress ncv in konsole-base -TD
1947         + fixes in wins_nwstr() and related functions to ensure that special
1948           characters, i.e., control characters are handled properly with the
1949           wide-character configuration.
1950         + correct a comparison in wins_nwstr() (Redhat #661506).
1951         + correct help-messages in some of the test-programs, which still
1952           referred to quitting with 'q'.
1953
1954 20101204
1955         + add special case to _nc_infotocap() to recognize the setaf/setab
1956           strings from xterm+256color and xterm+88color, and provide a reduced
1957           version which works with termcap.
1958         + remove obsolete emacs "Local Variables" section from documentation
1959           (request by Sven Joachim).
1960         + update doc/html/index.html to include NCURSES-Programming-HOWTO.html
1961           (report by Sven Joachim).
1962
1963 20101128
1964         + modify test/configure and test/Makefile.in to handle this special
1965           case of building within a build-tree (Debian #34182):
1966                 mkdir -p build && cd build && ../test/configure && make
1967
1968 20101127
1969         + miscellaneous build-fixes for Ada95 and test-directories when built
1970           out-of-tree.
1971         + use VPATH in makefiles to simplify out-of-tree builds (Debian #34182).
1972         + fix typo in rmso for tek4106 entry -Goran Weinholt
1973
1974 20101120
1975         + improve checks in test/configure for X libraries, from xterm #267
1976           changes.
1977         + modify test/configure to allow it to use the build-tree's libraries
1978           e.g., when using that to configure the test-programs without the
1979           rpath feature (request by Sven Joachim).
1980         + repurpose "gnome" terminfo entries as "vte", retaining "gnome" items
1981           for compatibility, but generally deprecating those since the VTE
1982           library is what actually defines the behavior of "gnome", etc.,
1983           since 2003 -TD
1984
1985 20101113
1986         + compiler warning fixes for test programs.
1987         + various build-fixes for test-programs with pdcurses.
1988         + updated configure checks for X packages in test/configure from xterm
1989           #267 changes.
1990         + add configure check to gnatmake, to accommodate cygwin.
1991
1992 20101106
1993         + correct list of sub-directories needed in Ada95 tree for building as
1994           a separate package.
1995         + modify scripts in test-directory to improve builds as a separate
1996           package.
1997
1998 20101023
1999         + correct parsing of relative tab-stops in tabs program (report by
2000           Philip Ganchev).
2001         + adjust configure script so that "t" is not added to library suffix
2002           when weak-symbols are used, allowing the pthread configuration to
2003           more closely match the non-thread naming (report by Werner Fink).
2004         + modify configure check for tic program, used for fallbacks, to a
2005           warning if not found.  This makes it simpler to use additonal
2006           scripts to bootstrap the fallbacks code using tic from the build
2007           tree (report by Werner Fink).
2008         + fix several places in configure script using ${variable-value} form.
2009         + modify configure macro CF_LDFLAGS_STATIC to accommodate some loaders
2010           which do not support selectively linking against static libraries
2011           (report by John P. Hartmann)
2012         + fix an unescaped dash in man/tset.1 (report by Sven Joachim).
2013
2014 20101009
2015         + correct comparison used for setting 16-colors in linux-16color
2016           entry (Novell #644831) -TD
2017         + improve linux-16color entry, using "dim" for color-8 which makes it
2018           gray rather than black like color-0 -TD
2019         + drop misc/ncu-indent and misc/jpf-indent; they are provided by an
2020           external package "cindent".
2021
2022 20101002
2023         + improve linkages in html manpages, adding references to the newer
2024           pages, e.g., *_variables, curs_sp_funcs, curs_threads.
2025         + add checks in tic for inconsistent cursor-movement controls, and for
2026           inconsistent printer-controls.
2027         + fill in no-parameter forms of cursor-movement where a parameterized
2028           form is available -TD
2029         + fill in missing cursor controls where the form of the controls is
2030           ANSI -TD
2031         + fix inconsistent punctuation in form_variables manpage (patch by
2032           Sven Joachim).
2033         + add parameterized cursor-controls to linux-basic (report by Dae) -TD
2034         > patch by Juergen Pfeifer:
2035         + document how to build 32-bit libraries in README.MinGW
2036         + fixes to filename computation in mk-dlls.sh.in
2037         + use POSIX locale in mk-dlls.sh.in rather than en_US (report by Sven
2038           Joachim).
2039         + add a check in mk-dlls.sh.in to obtain the size of a pointer to
2040           distinguish between 32-bit and 64-bit hosts.  The result is stored
2041           in mingw_arch
2042
2043 20100925
2044         + add "XT" capability to entries for terminals that support both
2045           xterm-style mouse- and title-controls, for "screen" which
2046           special-cases TERM beginning with "xterm" or "rxvt" -TD
2047         > patch by Juergen Pfeifer:
2048         + use 64-Bit MinGW toolchain (recommended package from TDM, see
2049           README.MinGW).
2050         + support pthreads when using the TDM MinGW toolchain
2051
2052 20100918
2053         + regenerated html manpages.
2054         + minor fixes for symlinks to curs_legacy.3x and curs_slk.3x manpages.
2055         + add manpage for sp-funcs.
2056         + add sp-funcs to test/listused.sh, for documentation aids.
2057
2058 20100911
2059         + add manpages for summarizing public variables of curses-, terminfo-
2060           and form-libraries.
2061         + minor fixes to manpages for consistency (patch by Jason McIntyre).
2062         + modify tic's -I/-C dump to reformat acsc strings into canonical form
2063           (sorted, unique mapping) (cf: 971004).
2064         + add configure check for pthread_kill(), needed for some old
2065           platforms.
2066
2067 20100904
2068         + add configure option --without-tests, to suppress building test
2069           programs (request by Frederic L W Meunier).
2070
2071 20100828
2072         + modify nsterm, xnuppc and tek4115 to make sgr/sgr0 consistent -TD
2073         + add check in terminfo source-reader to provide more informative
2074           message when someone attempts to run tic on a compiled terminal
2075           description (prompted by Debian #593920).
2076         + note in infotocap and captoinfo manpages that they read terminal
2077           descriptions from text-files (Debian #593920).
2078         + improve acsc string for vt52, show arrow keys (patch by Benjamin
2079           Sittler).
2080
2081 20100814
2082         + document in manpages that "mv" functions first use wmove() to check
2083           the window pointer and whether the position lies within the window
2084           (suggested by Poul-Henning Kamp).
2085         + fixes to curs_color.3x, curs_kernel.3x and wresize.3x manpages (patch
2086           by Tim van der Molen).
2087         + modify configure script to transform library names for tic- and
2088           tinfo-libraries so that those build properly with Mac OS X shared
2089           library configuration.
2090         + modify configure script to ensure that it removes conftest.dSYM
2091           directory leftover on checks with Mac OS X.
2092         + modify configure script to cleanup after check for symbolic links.
2093
2094 20100807
2095         + correct a typo in mk-1st.awk (patch by Gabriele Balducci)
2096           (cf: 20100724)
2097         + improve configure checks for location of tic and infocmp programs
2098           used for installing database and for generating fallback data,
2099           e.g., for cross-compiling.
2100         + add Markus Kuhn's wcwidth function for compiling MinGW
2101         + add special case to CF_REGEX for cross-compiling to MinGW target.
2102
2103 20100731
2104         + modify initialization check for win32con driver to eliminate need for
2105           special case for TERM "unknown", using terminal database if available
2106           (prompted by discussion with Roumen Petrov).
2107         + for MinGW port, ensure that terminal driver is setup if tgetent()
2108           is called (patch by Roumen Petrov).
2109         + document tabs "-0" and "-8" options in manpage.
2110         + fix Debian "lintian" issues with manpages reported in
2111           http://lintian.debian.org/full/csmall@debian.org.html#ncurses
2112
2113 20100724
2114         + add a check in tic for missing set_tab if clear_all_tabs given.
2115         + improve use of symbolic links in makefiles by using "-f" option if
2116           it is supported, to eliminate temporary removal of the target
2117           (prompted by http://www.t2-project.org/packages/ncurses.html)
2118         + minor improvement to test/ncurses.c, reset color pairs in 'd' test
2119           after exit from 'm' main-menu command.
2120         + improved ncu-indent, from mawk changes, allows more than one of
2121           GCC_NORETURN, GCC_PRINTFLIKE and GCC_SCANFLIKE on a single line.
2122
2123 20100717
2124         + add hard-reset for rs2 to wsvt25 to help ensure that reset ends
2125           the alternate character set (patch by Nicholas Marriott)
2126         + remove tar-copy.sh and related configure/Makefile chunks, since the
2127           Ada95 binding is now installed using rules in Ada95/src.
2128
2129 20100703
2130         + continue integrating changes to use gnatmake project files in Ada95
2131           + add/use configure check to turn on project rules for Ada95/src.
2132         + revert the vfork change from 20100130, since it does not work.
2133
2134 20100626
2135         + continue integrating changes to use gnatmake project files in Ada95
2136           + old gnatmake (3.15) does not produce libraries using project-file;
2137             work around by adding script to generate alternate makefile.
2138
2139 20100619
2140         + continue integrating changes to use gnatmake project files in Ada95
2141           + add configure --with-ada-sharedlib option, for the test_make rule.
2142           + move Ada95-related logic into aclocal.m4, since additional checks
2143             will be needed to distinguish old/new implementations of gnat.
2144
2145 20100612
2146         + start integrating changes to use gnatmake project files in Ada95 tree
2147           + add test_make / test_clean / test_install rules in Ada95/src
2148           + change install-path for adainclude directory to /usr/share/ada (was
2149             /usr/lib/ada).
2150         + update Ada95/configure.
2151         + add mlterm+256color entry, for mlterm 3.0.0 -TD
2152         + modify test/configure to use macros to ensure consistent order
2153           of updating LIBS variable.
2154
2155 20100605
2156         + change search order of options for Solaris in CF_SHARED_OPTS, to
2157           work with 64-bit compiles.
2158         + correct quoting of assignment in CF_SHARED_OPTS case for aix
2159           (cf: 20081227)
2160
2161 20100529
2162         + regenerated html documentation.
2163         + modify test/configure to support pkg-config for checking X libraries
2164           used by PDCurses.
2165         + add/use configure macro CF_ADD_LIB to force consistency of
2166           assignments to $LIBS, etc.
2167         + fix configure script for combining --with-pthread
2168           and --enable-weak-symbols options.
2169
2170 20100522
2171         + correct cross-compiling configure check for CF_MKSTEMP macro, by
2172           adding a check cache variable set by AC_CHECK_FUNC (report by
2173           Pierre Labastie).
2174         + simplify include-dependencies of make_hash and make_keys, to reduce
2175           the need for setting BUILD_CPPFLAGS in cross-compiling when the
2176           build- and target-machines differ.
2177         + repair broken-linker configuration by restoring a definition of SP
2178           variable to curses.priv.h, and adjusting for cases where sp-funcs
2179           are used.
2180         + improve configure macro CF_AR_FLAGS, allowing ARFLAGS environment
2181           variable to override (prompted by report by Pablo Cazallas).
2182
2183 20100515
2184         + add configure option --enable-pthreads-eintr to control whether the
2185           new EINTR feature is enabled.
2186         + modify logic in pthread configuration to allow EINTR to interrupt
2187           a read operation in wgetch() (Novell #540571, patch by Werner Fink).
2188         + drop mkdirs.sh, use "mkdir -p".
2189         + add configure option --disable-libtool-version, to use the
2190           "-version-number" feature which was added in libtool 1.5 (report by
2191           Peter Haering).  The default value for the option uses the newer
2192           feature, which makes libraries generated using libtool compatible
2193           with the standard builds of ncurses.
2194         + updated test/configure to match configure script macros.
2195         + fixes for configure script from lynx changes:
2196           + improve CF_FIND_LINKAGE logic for the case where a function is
2197             found in predefined libraries.
2198           + revert part of change to CF_HEADER (cf: 20100424)
2199
2200 20100501
2201         + correct limit-check in wredrawln, accounting for begy/begx values
2202           (patch by David Benjamin).
2203         + fix most compiler warnings from clang.
2204         + amend build-fix for OpenSolaris, to ensure that a system header is
2205           included in curses.h before testing feature symbols, since they
2206           may be defined by that route.
2207
2208 20100424
2209         + fix some strict compiler warnings in ncurses library.
2210         + modify configure macro CF_HEADER_PATH to not look for variations in
2211           the predefined include directories.
2212         + improve configure macros CF_GCC_VERSION and CF_GCC_WARNINGS to work
2213           with gcc 4.x's c89 alias, which gives warning messages for cases
2214           where older versions would produce an error.
2215
2216 20100417
2217         + modify _nc_capcmp() to work with cancelled strings.
2218         + correct translation of "^" in _nc_infotocap(), used to transform
2219           terminfo to termcap strings
2220         + add configure --disable-rpath-hack, to allow disabling the feature
2221           which adds rpath options for libraries in unusual places.
2222         + improve CF_RPATH_HACK_2 by checking if the rpath option for a given
2223           directory was already added.
2224         + improve CF_RPATH_HACK_2 by using ldd to provide a standard list of
2225           directories (which will be ignored).
2226
2227 20100410
2228         + improve win_driver.c handling of mouse:
2229           + discard motion events
2230           + avoid calling _nc_timed_wait when there is a mouse event
2231           + handle 4th and "rightmost" buttons.
2232         + quote substitutions in CF_RPATH_HACK_2 configure macro, needed for
2233           cases where there are embedded blanks in the rpath option.
2234
2235 20100403
2236         + add configure check for exctags vs ctags, to work around pkgsrc.
2237         + simplify logic in _nc_get_screensize() to make it easier to see how
2238           environment variables may override system- and terminfo-values
2239           (prompted by discussion with Igor Bujna).
2240         + make debug-traces for COLOR_PAIR and PAIR_NUMBER less verbose.
2241         + improve handling of color-pairs embedded in attributes for the
2242           extended-colors configuration.
2243         + modify MKlib_gen.sh to build link_test with sp-funcs.
2244         + build-fixes for OpenSolaris aka Solaris 11, for wide-character
2245           configuration as well as for rpath feature in *-config scripts.
2246
2247 20100327
2248         + refactor CF_SHARED_OPTS configure macro, making CF_RPATH_HACK more
2249           reusable.
2250         + improve configure CF_REGEX, similar fixes.
2251         + improve configure CF_FIND_LINKAGE, adding add check between system
2252           (default) and explicit paths, where we can find the entrypoint in the
2253           given library.
2254         + add check if Gpm_Open() returns a -2, e.g., for "xterm".  This is
2255           normally suppressed but can be overridden using $NCURSES_GPM_TERMS.
2256           Ensure that Gpm_Close() is called in this case.
2257
2258 20100320
2259         + rename atari and st52 terminfo entries to atari-old, st52-old, use
2260           newer entries from FreeMiNT by Guido Flohr (from patch/report by Alan
2261           Hourihane).
2262
2263 20100313
2264         + modify install-rule for manpages so that *-config manpages will
2265           install when building with --srcdir (report by Sven Joachim).
2266         + modify CF_DISABLE_LEAKS configure macro so that the --enable-leaks
2267           option is not the same as --disable-leaks (GenToo #305889).
2268         + modify #define's for build-compiler to suppress cchar_t symbol from
2269           compile of make_hash and make_keys, improving cross-compilation of
2270           ncursesw (report by Bernhard Rosenkraenzer).
2271         + modify CF_MAN_PAGES configure macro to replace all occurrences of
2272           TPUT in tput.1's manpage (Debian #573597, report/analysis by Anders
2273           Kaseorg).
2274
2275 20100306
2276         + generate manpages for the *-config scripts, adapted from help2man
2277           (suggested by Sven Joachim).
2278         + use va_copy() in _nc_printf_string() to avoid conflicting use of
2279           va_list value in _nc_printf_length() (report by Wim Lewis).
2280
2281 20100227
2282         + add Ada95/configure script, to use in tar-file created by
2283           Ada95/make-tar.sh
2284         + fix typo in wresize.3x (patch by Tim van der Molen).
2285         + modify screen-bce.XXX entries to exclude ech, since screen's color
2286           model does not clear with color for that feature -TD
2287
2288 20100220
2289         + add make-tar.sh scripts to Ada95 and test subdirectories to help with
2290           making those separately distributable.
2291         + build-fix for static libraries without dlsym (Debian #556378).
2292         + fix a syntax error in man/form_field_opts.3x (patch by Ingo
2293           Schwarze).
2294
2295 20100213
2296         + add several screen-bce.XXX entries -TD
2297
2298 20100206
2299         + update mrxvt terminfo entry -TD
2300         + modify win_driver.c to support mouse single-clicks.
2301         + correct name for termlib in ncurses*-config, e.g., if it is renamed
2302           to provide a single file for ncurses/ncursesw libraries (patch by
2303           Miroslav Lichvar).
2304
2305 20100130
2306         + use vfork in test/ditto.c if available (request by Mike Frysinger).
2307         + miscellaneous cleanup of manpages.
2308         + fix typo in curs_bkgd.3x (patch by Tim van der Molen).
2309         + build-fix for --srcdir (patch by Miroslav Lichvar).
2310
2311 20100123
2312         + for term-driver configuration, ensure that the driver pointer is
2313           initialized in setupterm so that terminfo/termcap programs work.
2314         + amend fix for Debian #542031 to ensure that wattrset() returns only
2315           OK or ERR, rather than the attribute value (report by Miroslav
2316           Lichvar).
2317         + reorder WINDOWLIST to put WINDOW data after SCREEN pointer, making
2318           _nc_screen_of() compatible between normal/wide libraries again (patch
2319           by Miroslav Lichvar)
2320         + review/fix include-dependencies in modules files (report by Miroslav
2321           Lichvar).
2322
2323 20100116
2324         + modify win_driver.c to initialize acs_map for win32 console, so
2325           that line-drawing works.
2326         + modify win_driver.c to initialize TERMINAL struct so that programs
2327           such as test/lrtest.c and test/ncurses.c which test string
2328           capabilities can run.
2329         + modify term-driver modules to eliminate forward-reference
2330           declarations.
2331
2332 20100109
2333         + modify configure macro CF_XOPEN_SOURCE, etc., to use CF_ADD_CFLAGS
2334           consistently to add new -D's while removing duplicates.
2335         + modify a few configure macros to consistently put new options
2336           before older in the list.
2337         + add tiparm(), based on review of X/Open Curses Issue 7.
2338         + minor documentation cleanup.
2339         + update config.guess, config.sub from
2340                 http://savannah.gnu.org/projects/config
2341           (caveat - its maintainer put 2010 copyright date on files dated 2009)
2342
2343 20100102
2344         + minor improvement to tic's checking of similar SGR's to allow for the
2345           most common case of SGR 0.
2346         + modify getmouse() to act as its documentation implied, returning on
2347           each call the preceding event until none are left.  When no more
2348           events remain, it will return ERR.
2349
2350 20091227
2351         + change order of lookup in progs/tput.c, looking for terminfo data
2352           first.  This fixes a confusion between termcap "sg" and terminfo
2353           "sgr" or "sgr0", originally from 990123 changes, but exposed by
2354           20091114 fixes for hashing.  With this change, only "dl" and "ed" are
2355           ambiguous (Mandriva #56272).
2356
2357 20091226
2358         + add bterm terminfo entry, based on bogl 0.1.18 -TD
2359         + minor fix to rxvt+pcfkeys terminfo entry -TD
2360         + build-fixes for Ada95 tree for gnat 4.4 "style".
2361
2362 20091219
2363         + remove old check in mvderwin() which prevented moving a derived
2364           window whose origin happened to coincide with its parent's origin
2365           (report by Katarina Machalkova).
2366         + improve test/ncurses.c to put mouse droppings in the proper window.
2367         + update minix terminfo entry -TD
2368         + add bw (auto-left-margin) to nsterm* entries (Benjamin Sittler)
2369
2370 20091212
2371         + correct transfer of multicolumn characters in multirow
2372           field_buffer(), which stopped at the end of the first row due to
2373           filling of unused entries in a cchar_t array with nulls.
2374         + updated nsterm* entries (Benjamin Sittler, Emanuele Giaquinta)
2375         + modify _nc_viscbuf2() and _tracecchar_t2() to show wide-character
2376           nulls.
2377         + use strdup() in set_menu_mark(), restore .marklen struct member on
2378           failure.
2379         + eliminate clause 3 from the UCB copyrights in read_termcap.c and
2380           tset.c per
2381                 ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
2382           (patch by Nicholas Marriott).
2383         + replace a malloc in tic.c with strdup, checking for failure (patch by
2384           Nicholas Marriott).
2385         + update config.guess, config.sub from
2386                 http://savannah.gnu.org/projects/config
2387
2388 20091205
2389         + correct layout of working window used to extract data in
2390           wide-character configured by set_field_buffer (patch by Rafael
2391           Garrido Fernandez)
2392         + improve some limit-checks related to filename length in reading and
2393           writing terminfo entries.
2394         + ensure that filename is always filled in when attempting to read
2395           a terminfo entry, so that infocmp can report the filename (patch
2396           by Nicholas Marriott).
2397
2398 20091128
2399         + modify mk-1st.awk to allow tinfo library to be built when term-driver
2400           is enabled.
2401         + add error-check to configure script to ensure that sp-funcs is
2402           enabled if term-driver is, since some internal interfaces rely upon
2403           this.
2404
2405 20091121
2406         + fix case where progs/tput is used while sp-funcs is configure; this
2407           requires save/restore of out-character function from _nc_prescreen
2408           rather than the SCREEN structure (report by Charles Wilson).
2409         + fix typo in man/curs_trace.3x which caused incorrect symbolic links
2410         + improved configure macros CF_GCC_ATTRIBUTES, CF_PROG_LINT.
2411
2412 20091114
2413
2414         + updated man/curs_trace.3x
2415         + limit hashing for termcap-names to 2-characters (Ubuntu #481740).
2416         + change a variable name in lib_newwin.c to make it clearer which
2417           value is being freed on error (patch by Nicholas Marriott).
2418
2419 20091107
2420         + improve test/ncurses.c color-cycling test by reusing attribute-
2421           and color-cycling logic from the video-attributes screen.
2422         + add ifdef'd with NCURSES_INTEROP_FUNCS experimental bindings in form
2423           library which help make it compatible with interop applications
2424           (patch by Juergen Pfeifer).
2425         + add configure option --enable-interop, for integrating changes
2426           for generic/interop support to form-library by Juergen Pfeifer
2427
2428 20091031
2429         + modify use of $CC environment variable which is defined by X/Open
2430           as a curses feature, to ignore it if it is not a single character
2431           (prompted by discussion with Benjamin C W Sittler).
2432         + add START_TRACE in slk_init
2433         + fix a regression in _nc_ripoffline which made test/ncurses.c not show
2434           soft-keys, broken in 20090927 merging.
2435         + change initialization of "hidden" flag for soft-keys from true to
2436           false, broken in 20090704 merging (Ubuntu #464274).
2437         + update nsterm entries (patch by Benjamin C W Sittler, prompted by
2438           discussion with Fabian Groffen in GenToo #206201).
2439         + add test/xterm-256color.dat
2440
2441 20091024
2442         + quiet some pedantic gcc warnings.
2443         + modify _nc_wgetch() to check for a -1 in the fifo, e.g., after a
2444           SIGWINCH, and discard that value, to avoid confusing application
2445           (patch by Eygene Ryabinkin, FreeBSD #136223).
2446
2447 20091017
2448         + modify handling of $PKG_CONFIG_LIBDIR to use only the first item in
2449           a possibly colon-separated list (Debian #550716).
2450
2451 20091010
2452         + supply a null-terminator to buffer in _nc_viswibuf().
2453         + fix a sign-extension bug in unget_wch() (report by Mike Gran).
2454         + minor fixes to error-returns in default function for tputs, as well
2455           as in lib_screen.c
2456
2457 20091003
2458         + add WACS_xxx definitions to wide-character configuration for thick-
2459           and double-lines (discussion with Slava Zanko).
2460         + remove unnecessary kcan assignment to ^C from putty (Sven Joachim)
2461         + add ccc and initc capabilities to xterm-16color -TD
2462         > patch by Benjamin C W Sittler:
2463         + add linux-16color
2464         + correct initc capability of linux-c-nc end-of-range
2465         + similar change for dg+ccc and dgunix+ccc
2466
2467 20090927
2468         + move leak-checking for comp_captab.c into _nc_leaks_tinfo() since
2469           that module since 20090711 is in libtinfo.
2470         + add configure option --enable-term-driver, to allow compiling with
2471           terminal-driver.  That is used in MinGW port, and (being somewhat
2472           more complicated) is an experimental alternative to the conventional
2473           termlib internals.  Currently, it requires the sp-funcs feature to
2474           be enabled.
2475         + completed integrating "sp-funcs" by Juergen Pfeifer in ncurses
2476           library (some work remains for forms library).
2477
2478 20090919
2479         + document return code from define_key (report by Mike Gran).
2480         + make some symbolic links in the terminfo directory-tree shorter
2481           (patch by Daniel Jacobowitz, forwarded by Sven Joachim).).
2482         + fix some groff warnings in terminfo.5, etc., from recent Debian
2483           changes.
2484         + change ncv and op capabilities in sun-color terminfo entry to match
2485           Sun's entry for this (report by Laszlo Peter).
2486         + improve interix smso terminfo capability by using reverse rather than
2487           bold (report by Kristof Zelechovski).
2488
2489 20090912
2490         + add some test programs (and make these use the same special keys
2491           by sharing linedata.h functions):
2492           test/test_addstr.c
2493           test/test_addwstr.c
2494           test/test_addchstr.c
2495           test/test_add_wchstr.c
2496         + correct internal _nc_insert_ch() to use _nc_insert_wch() when
2497           inserting wide characters, since the wins_wch() function that it used
2498           did not update the cursor position (report by Ciprian Craciun).
2499
2500 20090906
2501         + fix typo s/is_timeout/is_notimeout/ which made "man is_notimeout" not
2502           work.
2503         + add null-pointer checks to other opaque-functions.
2504         + add is_pad() and is_subwin() functions for opaque access to WINDOW
2505           (discussion with Mark Dickinson).
2506         + correct merge to lib_newterm.c, which broke when sp-funcs was
2507           enabled.
2508
2509 20090905
2510         + build-fix for building outside source-tree (report by Sven Joachim).
2511         + fix Debian lintian warning for man/tabs.1 by making section number
2512           agree with file-suffix (report by Sven Joachim).
2513         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2514
2515 20090829
2516         + workaround for bug in g++ 4.1-4.4 warnings for wattrset() macro on
2517           amd64 (Debian #542031).
2518         + fix typo in curs_mouse.3x (Debian #429198).
2519
2520 20090822
2521         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2522
2523 20090815
2524         + correct use of terminfo capabilities for initializing soft-keys,
2525           broken in 20090510 merging.
2526         + modify wgetch() to ensure it checks SIGWINCH when it gets an error
2527           in non-blocking mode (patch by Clemens Ladisch).
2528         + use PATH_SEPARATOR symbol when substituting into run_tic.sh, to
2529           help with builds on non-Unix platforms such as OS/2 EMX.
2530         + modify scripting for misc/run_tic.sh to test configure script's
2531           $cross_compiling variable directly rather than comparing host/build
2532           compiler names (prompted by comment in GenToo #249363).
2533         + fix configure script option --with-database, which was coded as an
2534           enable-type switch.
2535         + build-fixes for --srcdir (report by Frederic L W Meunier).
2536
2537 20090808
2538         + separate _nc_find_entry() and _nc_find_type_entry() from
2539           implementation details of hash function.
2540
2541 20090803
2542         + add tabs.1 to man/man_db.renames
2543         + modify lib_addch.c to compensate for removal of wide-character test
2544           from unctrl() in 20090704 (Debian #539735).
2545
2546 20090801
2547         + improve discussion in INSTALL for use of system's tic/infocmp for
2548           cross-compiling and building fallbacks.
2549         + modify test/demo_termcap.c to correspond better to options in
2550           test/demo_terminfo.c
2551         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2552         + fix logic for 'V' in test/ncurses.c tests f/F.
2553
2554 20090728
2555         + correct logic in tigetnum(), which caused tput program to treat all
2556           string capabilities as numeric (report by Rajeev V Pillai,
2557           cf: 20090711).
2558
2559 20090725
2560         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2561
2562 20090718
2563         + fix a null-pointer check in _nc_format_slks() in lib_slk.c, from
2564           20090704 changes.
2565         + modify _nc_find_type_entry() to use hashing.
2566         + make CCHARW_MAX value configurable, noting that changing this would
2567           change the size of cchar_t, and would be ABI-incompatible.
2568         + modify test-programs, e.g,.  test/view.c, to address subtle
2569           differences between Tru64/Solaris and HPUX/AIX getcchar() return
2570           values.
2571         + modify length returned by getcchar() to count the trailing null
2572           which is documented in X/Open (cf: 20020427).
2573         + fixes for test programs to build/work on HPUX and AIX, etc.
2574
2575 20090711
2576         + improve performance of tigetstr, etc., by using hashing code from tic.
2577         + minor fixes for memory-leak checking.
2578         + add test/demo_terminfo, for comparison with demo_termcap
2579
2580 20090704
2581         + remove wide-character checks from unctrl() (patch by Clemens Ladisch).
2582         + revise wadd_wch() and wecho_wchar() to eliminate dependency on
2583           unctrl().
2584         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2585
2586 20090627
2587         + update llib-lncurses[wt] to use sp-funcs.
2588         + various code-fixes to build/work with --disable-macros configure
2589           option.
2590         + add several new files from Juergen Pfeifer which will be used when
2591           integration of "sp-funcs" is complete.  This includes a port to
2592           MinGW.
2593
2594 20090613
2595         + move definition for NCURSES_WRAPPED_VAR back to ncurses_dll.h, to
2596           make includes of term.h without curses.h work (report by "Nix").
2597         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2598
2599 20090607
2600         + fix a regression in lib_tputs.c, from ongoing merges.
2601
2602 20090606
2603         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2604
2605 20090530
2606         + fix an infinite recursion when adding a legacy-coding 8-bit value
2607           using insch() (report by Clemens Ladisch).
2608         + free home-terminfo string in del_curterm() (patch by Dan Weber).
2609         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2610
2611 20090523
2612         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2613
2614 20090516
2615         + work around antique BSD game's manipulation of stdscr, etc., versus
2616           SCREEN's copy of the pointer (Debian #528411).
2617         + add a cast to wattrset macro to avoid compiler warning when comparing
2618           its result against ERR (adapted from patch by Matt Kraii, Debian
2619           #528374).
2620
2621 20090510
2622         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2623
2624 20090502
2625         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2626         + add vwmterm terminfo entry (patch by Bryan Christ).
2627
2628 20090425
2629         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2630
2631 20090419
2632         + build fix for _nc_free_and_exit() change in 20090418 (report by
2633           Christian Ebert).
2634
2635 20090418
2636         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2637
2638 20090411
2639         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2640           This change finishes merging for menu and panel libraries, does
2641           part of the form library.
2642
2643 20090404
2644         + suppress configure check for static/dynamic linker flags for gcc on
2645           Darwin (report by Nelson Beebe).
2646
2647 20090328
2648         + extend ansi.sys pfkey capability from kf1-kf10 to kf1-kf48, moving
2649           function key definitions from emx-base for consistency -TD
2650         + correct missing final 'p' in pfkey capability of ansi.sys-old (report
2651           by Kalle Olavi Niemitalo).
2652         + improve test/ncurses.c 'F' test, show combining characters in color.
2653         + quiet a false report by cppcheck in c++/cursesw.cc by eliminating
2654           a temporary variable.
2655         + use _nc_doalloc() rather than realloc() in a few places in ncurses
2656           library to avoid leak in out-of-memory condition (reports by William
2657           Egert and Martin Ettl based on cppcheck tool).
2658         + add --with-ncurses-wrap-prefix option to test/configure (discussion
2659           with Charles Wilson).
2660         + use ncurses*-config scripts if available for test/configure.
2661         + update test/aclocal.m4 and test/configure
2662         > patches by Charles Wilson:
2663         + modify CF_WITH_LIBTOOL configure check to allow unreleased libtool
2664           version numbers (e.g.  which include alphabetic chars, as well as
2665           digits, after the final '.').
2666         + improve use of -no-undefined option for libtool by setting an
2667           intermediate variable LT_UNDEF in the configure script, and then
2668           using that in the libtool link-commands.
2669         + fix an missing use of NCURSES_PUBLIC_VAR() in tinfo/MKcodes.awk
2670           from 20090321 changes.
2671         + improve mk-1st.awk script by writing separate cases for the
2672           LIBTOOL_LINK command, depending on which library (ncurses, ticlib,
2673           termlib) is to be linked.
2674         + modify configure.in to allow broken-linker configurations, not just
2675           enable-reentrant, to set public wrap prefix.
2676
2677 20090321
2678         + add TICS_LIST and SHLIB_LIST to allow libtool 2.2.6 on Cygwin to
2679           build with tic and term libraries (patch by Charles Wilson).
2680         + add -no-undefined option to libtool for Cygwin, MinGW, U/Win and AIX
2681           (report by Charles Wilson).
2682         + fix definition for c++/Makefile.in's SHLIB_LIST, which did not list
2683           the form, menu or panel libraries (patch by Charles Wilson).
2684         + add configure option --with-wrap-prefix to allow setting the prefix
2685           for functions used to wrap global variables to something other than
2686           "_nc_" (discussion with Charles Wilson).
2687
2688 20090314
2689         + modify scripts to generate ncurses*-config and pc-files to add
2690           dependency for tinfo library (patch by Charles Wilson).
2691         + improve comparison of program-names when checking for linked flavors
2692           such as "reset" by ignoring the executable suffix (reports by Charles
2693           Wilson, Samuel Thibault and Cedric Bretaudeau on Cygwin mailing
2694           list).
2695         + suppress configure check for static/dynamic linker flags for gcc on
2696           Solaris 10, since gcc is confused by absence of static libc, and
2697           does not switch back to dynamic mode before finishing the libraries
2698           (reports by Joel Bertrand, Alan Pae).
2699         + minor fixes to Intel compiler warning checks in configure script.
2700         + modify _nc_leaks_tinfo() so leak-checking in test/railroad.c works.
2701         + modify set_curterm() to make broken-linker configuration work with
2702           changes from 20090228 (report by Charles Wilson).
2703
2704 20090228
2705         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2706         + modify declaration of cur_term when broken-linker is used, but
2707           enable-reentrant is not, to match pre-5.7 (report by Charles Wilson).
2708
2709 20090221
2710         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2711
2712 20090214
2713         + add configure script --enable-sp-funcs to enable the new set of
2714           extended functions.
2715         + start integrating patches by Juergen Pfeifer:
2716           + add extended functions which specify the SCREEN pointer for several
2717             curses functions which use the global SP (these are incomplete;
2718             some internals work is needed to complete these).
2719           + add special cases to configure script for MinGW port.
2720
2721 20090207
2722         + update several configure macros from lynx changes
2723           + append (not prepend) to CFLAGS/CPPFLAGS
2724           + change variable from PATHSEP to PATH_SEPARATOR
2725         + improve install-rules for pc-files (patch by Miroslav Lichvar).
2726           + make it work with $DESTDIR
2727           + create the pkg-config library directory if needed.
2728
2729 20090124
2730         + modify init_pair() to allow caller to create extra color pairs beyond
2731           the color_pairs limit, which use default colors (request by Emanuele
2732           Giaquinta).
2733         + add misc/terminfo.tmp and misc/*.pc to "sources" rule.
2734         + fix typo "==" where "=" is needed in ncurses-config.in and
2735           gen-pkgconfig.in files (Debian #512161).
2736
2737 20090117
2738         + add -shared option to MK_SHARED_LIB when -Bsharable is used, for
2739           *BSD's, without which "main" might be one of the shared library's
2740           dependencies (report/analysis by Ken Dickey).
2741         + modify waddch_literal(), updating line-pointer after a multicolumn
2742           character is found to not fit on the current row, and wrapping is
2743           done.  Since the line-pointer was not updated, the wrapped
2744           multicolumn character was written to the beginning of the current row
2745           (cf: 20041023, reported by "Nick" regarding problem with ncmpc
2746           http://musicpd.org/mantis/bug_view_page.php?bug_id=1930).
2747
2748 20090110
2749         + add screen.Eterm terminfo entry (GenToo #124887) -TD
2750         + modify adacurses-config to look for ".ali" files in the adalib
2751           directory.
2752         + correct install for Ada95, which omitted libAdaCurses.a used in
2753           adacurses-config
2754         + change install for adacurses-config to provide additional flavors
2755           such as adacursesw-config, for ncursesw (GenToo #167849).
2756
2757 20090105
2758         + remove undeveloped feature in ncurses-config.in for setting
2759           prefix variable.
2760         + recent change to ncurses-config.in did not take into account the
2761           --disable-overwrite option, which sets $includedir to the
2762           subdirectory and using just that for a -I option does not work - fix
2763           (report by Frederic L W Meunier).
2764
2765 20090104
2766         + modify gen-pkgconfig.in to eliminate a dependency on rpath when
2767           deciding whether to add $LIBS to --libs output; that should be shown
2768           for the ncurses and tinfo libraries without taking rpath into
2769           account.
2770         + fix an overlooked change from $AR_OPTS to $ARFLAGS in mk-1st.awk,
2771           used in static libraries (report by Marty Jack).
2772
2773 20090103
2774         + add a configure-time check to pick a suitable value for
2775           CC_SHARED_OPTS for Solaris (report by Dagobert Michelsen).
2776         + add configure --with-pkg-config and --enable-pc-files options, along
2777           with misc/gen-pkgconfig.in which can be used to generate ".pc" files
2778           for pkg-config (request by Jan Engelhardt).
2779         + use $includedir symbol in misc/ncurses-config.in, add --includedir
2780           option.
2781         + change makefiles to use $ARFLAGS rather than $AR_OPTS, provide a
2782           configure check to detect whether a "-" is needed before "ar"
2783           options.
2784         + update config.guess, config.sub from
2785                 http://savannah.gnu.org/projects/config
2786
2787 20081227
2788         + modify mk-1st.awk to work with extra categories for tinfo library.
2789         + modify configure script to allow building shared libraries with gcc
2790           on AIX 5 or 6 (adapted from patch by Lital Natan).
2791
2792 20081220
2793         + modify to omit the opaque-functions from lib_gen.o when
2794           --disable-ext-funcs is used.
2795         + add test/clip_printw.c to illustrate how to use printw without
2796           wrapping.
2797         + modify ncurses 'F' test to demo wborder_set() with colored lines.
2798         + modify ncurses 'f' test to demo wborder() with colored lines.
2799
2800 20081213
2801         + add check for failure to open hashed-database needed for db4.6
2802           (GenToo #245370).
2803         + corrected --without-manpages option; previous change only suppressed
2804           the auxiliary rules install.man and uninstall.man
2805         + add case for FreeMINT to configure macro CF_XOPEN_SOURCE (patch from
2806           GenToo #250454).
2807         + fixes from NetBSD port at
2808           http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches
2809           patch-ac (build-fix for DragonFly)
2810           patch-ae (use INSTALL_SCRIPT for installing misc/ncurses*-config).
2811         + improve configure script macros CF_HEADER_PATH and CF_LIBRARY_PATH
2812           by adding CFLAGS, CPPFLAGS and LDFLAGS, LIBS values to the
2813           search-lists.
2814         + correct title string for keybound manpage (patch by Frederic Culot,
2815           OpenBSD documentation/6019),
2816
2817 20081206
2818         + move del_curterm() call from _nc_freeall() to _nc_leaks_tinfo() to
2819           work for progs/clear, progs/tabs, etc.
2820         + correct buffer-size after internal resizing of wide-character
2821           set_field_buffer(), broken in 20081018 changes (report by Mike Gran).
2822         + add "-i" option to test/filter.c to tell it to use initscr() rather
2823           than newterm(), to investigate report on comp.unix.programmer that
2824           ncurses would clear the screen in that case (it does not - the issue
2825           was xterm's alternate screen feature).
2826         + add check in mouse-driver to disable connection if GPM returns a
2827           zero, indicating that the connection is closed (Debian #506717,
2828           adapted from patch by Samuel Thibault).
2829
2830 20081129
2831         + improve a workaround in adding wide-characters, when a control
2832           character is found.  The library (cf: 20040207) uses unctrl() to
2833           obtain a printable version of the control character, but was not
2834           passing color or video attributes.
2835         + improve test/ncurses.c 'a' test, using unctrl() more consistently to
2836           display meta-characters.
2837         + turn on _XOPEN_CURSES definition in curses.h
2838         + add eterm-color entry (report by Vincent Lefevre) -TD
2839         + correct use of key_name() in test/ncurses.c 'A' test, which only
2840           displays wide-characters, not key-codes since 20070612 (report by
2841           Ricardo Cantu).
2842
2843 20081122
2844         + change _nc_has_mouse() to has_mouse(), reflect its use in C++ and
2845           Ada95 (patch by Juergen Pfeifer).
2846         + document in TO-DO an issue with Cygwin's package for GNAT (report
2847           by Mike Dennison).
2848         + improve error-checking of command-line options in "tabs" program.
2849
2850 20081115
2851         + change several terminfo entries to make consistent use of ANSI
2852           clear-all-tabs -TD
2853         + add "tabs" program (prompted by Debian #502260).
2854         + add configure --without-manpages option (request by Mike Frysinger).
2855
2856 20081102 5.7 release for upload to ftp.gnu.org
2857
2858 20081025
2859         + add a manpage to discuss memory leaks.
2860         + add support for shared libraries for QNX (other than libtool, which
2861           does not work well on that platform).
2862         + build-fix for QNX C++ binding.
2863
2864 20081018
2865         + build-fixes for OS/2 EMX.
2866         + modify form library to accept control characters such as newline
2867           in set_field_buffer(), which is compatible with Solaris (report by
2868           Nit Khair).
2869         + modify configure script to assume --without-hashed-db when
2870           --disable-database is used.
2871         + add "-e" option in ncurses/Makefile.in when generating source-files
2872           to force earlier exit if the build environment fails unexpectedly
2873           (prompted by patch by Adrian Bunk).
2874         + change configure script to use CF_UTF8_LIB, improved variant of
2875           CF_LIBUTF8.
2876
2877 20081012
2878         + add teraterm4.59 terminfo entry, use that as primary teraterm entry, rename
2879           original to teraterm2.3 -TD
2880         + update "gnome" terminfo to 2.22.3 -TD
2881         + update "konsole" terminfo to 1.6.6, needs today's fix for tic -TD
2882         + add "aterm" terminfo -TD
2883         + add "linux2.6.26" terminfo -TD
2884         + add logic to tic for cancelling strings in user-defined capabilities,
2885           overlooked til now.
2886
2887 20081011
2888         + regenerated html documentation.
2889         + add -m and -s options to test/keynames.c and test/key_names.c to test
2890           the meta() function with keyname() or key_name(), respectively.
2891         + correct return value of key_name() on error; it is null.
2892         + document some unresolved issues for rpath and pthreads in TO-DO.
2893         + fix a missing prototype for ioctl() on OpenBSD in tset.c
2894         + add configure option --disable-tic-depends to make explicit whether
2895           tic library depends on ncurses/ncursesw library, amends change from
2896           20080823 (prompted by Debian #501421).
2897
2898 20081004
2899         + some build-fixes for configure --disable-ext-funcs (incomplete, but
2900           works for C/C++ parts).
2901         + improve configure-check for awks unable to handle large strings, e.g.
2902           AIX 5.1 whose awk silently gives up on large printf's.
2903
2904 20080927
2905         + fix build for --with-dmalloc by workaround for redefinition of
2906           strndup between string.h and dmalloc.h
2907         + fix build for --disable-sigwinch
2908         + add environment variable NCURSES_GPM_TERMS to allow override to use
2909           GPM on terminals other than "linux", etc.
2910         + disable GPM mouse support when $TERM does not happen to contain
2911           "linux", since Gpm_Open() no longer limits its assertion to terminals
2912           that it might handle, e.g., within "screen" in xterm.
2913         + reset mouse file-descriptor when unloading GPM library (report by
2914           Miroslav Lichvar).
2915         + fix build for --disable-leaks --enable-widec --with-termlib
2916         > patch by Juergen Pfeifer:
2917         + use improved initialization for soft-label keys in Ada95 sample code.
2918         + discard internal symbol _nc_slk_format (unused since 20080112).
2919         + move call of slk_paint_info() from _nc_slk_initialize() to
2920           slk_intern_refresh(), improving initialization.
2921
2922 20080925
2923         + fix bug in mouse code for GPM from 20080920 changes (reported in
2924           Debian #500103, also Miroslav Lichvar).
2925
2926 20080920
2927         + fix shared-library rules for cygwin with tic- and tinfo-libraries.
2928         + fix a memory leak when failure to connect to GPM.
2929         + correct check for notimeout() in wgetch() (report on linux.redhat
2930           newsgroup by FurtiveBertie).
2931         + add an example warning-suppression file for valgrind,
2932           misc/ncurses.supp (based on example from Reuben Thomas)
2933
2934 20080913
2935         + change shared-library configuration for OpenBSD, make rpath work.
2936         + build-fixes for using libutf8, e.g., on OpenBSD 3.7
2937
2938 20080907
2939         + corrected fix for --enable-weak-symbols (report by Frederic L W
2940           Meunier).
2941
2942 20080906
2943         + corrected gcc options for building shared libraries on IRIX64.
2944         + add configure check for awk programs unable to handle big-strings,
2945           use that to improve the default for --enable-big-strings option.
2946         + makefile-fixes for --enable-weak-symbols (report by Frederic L W
2947           Meunier).
2948         + update test/configure script.
2949         + adapt ifdef's from library to make test/view.c build when mbrtowc()
2950           is unavailable, e.g., with HPUX 10.20.
2951         + add configure check for wcsrtombs, mbsrtowcs, which are used in
2952           test/ncurses.c, and use wcstombs, mbstowcs instead if available,
2953           fixing build of ncursew for HPUX 11.00
2954
2955 20080830
2956         + fixes to make Ada95 demo_panels() example work.
2957         + modify Ada95 'rain' test program to accept keyboard commands like the
2958           C-version.
2959         + modify BeOS-specific ifdef's to build on Haiku (patch by Scott
2960           Mccreary).
2961         + add configure-check to see if the std namespace is legal for cerr
2962           and endl, to fix a build issue with Tru64.
2963         + consistently use NCURSES_BOOL in lib_gen.c
2964         + filter #line's from lib_gen.c
2965         + change delimiter in MKlib_gen.sh from '%' to '@', to avoid
2966           substitution by IBM xlc to '#' as part of its extensions to digraphs.
2967         + update config.guess, config.sub from
2968                 http://savannah.gnu.org/projects/config
2969           (caveat - its maintainer removed support for older Linux systems).
2970
2971 20080823
2972         + modify configure check for pthread library to work with OSF/1 5.1,
2973           which uses #define's to associate its header and library.
2974         + use pthread_mutexattr_init() for initializing pthread_mutexattr_t,
2975           makes threaded code work on HPUX 11.23
2976         + fix a bug in demo_menus in freeing menus (cf: 20080804).
2977         + modify configure script for the case where tic library is used (and
2978           possibly renamed) to remove its dependency upon ncurses/ncursew
2979           library (patch by Dr Werner Fink).
2980         + correct manpage for menu_fore() which gave wrong default for
2981           the attribute used to display a selected entry (report by Mike Gran).
2982         + add Eterm-256color, Eterm-88color and rxvt-88color (prompted by
2983           Debian #495815) -TD
2984
2985 20080816
2986         + add configure option --enable-weak-symbols to turn on new feature.
2987         + add configure-check for availability of weak symbols.
2988         + modify linkage with pthread library to use weak symbols so that
2989           applications not linked to that library will not use the mutexes,
2990           etc.  This relies on gcc, and may be platform-specific (patch by Dr
2991           Werner Fink).
2992         + add note to INSTALL to document limitation of renaming of tic library
2993           using the --with-ticlib configure option (report by Dr Werner Fink).
2994         + document (in manpage) why tputs does not detect I/O errors (prompted
2995           by comments by Samuel Thibault).
2996         + fix remaining warnings from Klocwork report.
2997
2998 20080804
2999         + modify _nc_panelhook() data to account for a permanent memory leak.
3000         + fix memory leaks in test/demo_menus
3001         + fix most warnings from Klocwork tool (report by Larry Zhou).
3002         + modify configure script CF_XOPEN_SOURCE macro to add case for
3003           "dragonfly" from xterm #236 changes.
3004         + modify configure script --with-hashed-db to let $LIBS override the
3005           search for the db library (prompted by report by Samson Pierre).
3006
3007 20080726
3008         + build-fixes for gcc 4.3.1 (changes to gnat "warnings", and C inlining
3009           thresholds).
3010
3011 20080713
3012         + build-fix (reports by Christian Ebert, Funda Wang).
3013
3014 20080712
3015         + compiler-warning fixes for Solaris.
3016
3017 20080705
3018         + use NCURSES_MOUSE_MASK() in definition of BUTTON_RELEASE(), etc., to
3019           make those work properly with the "--enable-ext-mouse" configuration
3020           (cf: 20050205).
3021         + improve documentation of build-cc options in INSTALL.
3022         + work-around a bug in gcc 4.2.4 on AIX, which does not pass the
3023           -static/-dynamic flags properly to linker, causing test/bs to
3024           not link.
3025
3026 20080628
3027         + correct some ifdef's needed for the broken-linker configuration.
3028         + make debugging library's $BAUDRATE feature work for termcap
3029           interface.
3030         + make $NCURSES_NO_PADDING feature work for termcap interface (prompted
3031           by comment on FreeBSD mailing list).
3032         + add screen.mlterm terminfo entry -TD
3033         + improve mlterm and mlterm+pcfkeys terminfo entries -TD
3034
3035 20080621
3036         + regenerated html documentation.
3037         + expand manpage description of parameters for form_driver() and
3038           menu_driver() (prompted by discussion with Adam Spragg).
3039         + add null-pointer checks for cur_term in baudrate() and
3040           def_shell_mode(), def_prog_mode()
3041         + fix some memory leaks in delscreen() and wide acs.
3042
3043 20080614
3044         + modify test/ditto.c to illustrate multi-threaded use_screen().
3045         + change CC_SHARED_OPTS from -KPIC to -xcode=pic32 for Solaris.
3046         + add "-shared" option to MK_SHARED_LIB for gcc on Solaris (report
3047           by Poor Yorick).
3048
3049 20080607
3050         + finish changes to wgetch(), making it switch as needed to the
3051           window's actual screen when calling wrefresh() and wgetnstr().  That
3052           allows wgetch() to get used concurrently in different threads with
3053           some minor restrictions, e.g., the application should not delete a
3054           window which is being used in a wgetch().
3055         + simplify mutex's, combining the window- and screen-mutex's.
3056
3057 20080531
3058         + modify wgetch() to use the screen which corresponds to its window
3059           parameter rather than relying on SP; some dependent functions still
3060           use SP internally.
3061         + factor out most use of SP in lib_mouse.c, using parameter.
3062         + add internal _nc_keyname(), replacing keyname() to associate with a
3063           particular SCREEN rather than the global SP.
3064         + add internal _nc_unctrl(), replacing unctrl() to associate with a
3065           particular SCREEN rather than the global SP.
3066         + add internal _nc_tracemouse(), replacing _tracemouse() to eliminate
3067           its associated global buffer _nc_globals.tracemse_buf now in SCREEN.
3068         + add internal _nc_tracechar(), replacing _tracechar() to use SCREEN in
3069           preference to the global _nc_globals.tracechr_buf buffer.
3070
3071 20080524
3072         + modify _nc_keypad() to make it switch temporarily as needed to the
3073           screen which must be updated.
3074         + wrap cur_term variable to help make _nc_keymap() thread-safe, and
3075           always set the screen's copy of this variable in set_curterm().
3076         + restore curs_set() state after endwin()/refresh() (report/patch
3077           Miroslav Lichvar)
3078
3079 20080517
3080         + modify configure script to note that --enable-ext-colors and
3081           --enable-ext-mouse are not experimental, but extensions from
3082           the ncurses ABI 5.
3083         + corrected manpage description of setcchar() (discussion with
3084           Emanuele Giaquinta).
3085         + fix for adding a non-spacing character at the beginning of a line
3086           (report/patch by Miroslav Lichvar).
3087
3088 20080503
3089         + modify screen.* terminfo entries using new screen+fkeys to fix
3090           overridden keys in screen.rxvt (Debian #478094) -TD
3091         + modify internal interfaces to reduce wgetch()'s dependency on the
3092           global SP.
3093         + simplify some loops with macros each_screen(), each_window() and
3094           each_ripoff().
3095
3096 20080426
3097         + continue modifying test/ditto.c toward making it demonstrate
3098           multithreaded use_screen(), using fifos to pass data between screens.
3099         + fix typo in form.3x (report by Mike Gran).
3100
3101 20080419
3102         + add screen.rxvt terminfo entry -TD
3103         + modify tic -f option to format spaces as \s to prevent them from
3104           being lost when that is read back in unformatted strings.
3105         + improve test/ditto.c, using a "talk"-style layout.
3106
3107 20080412
3108         + change test/ditto.c to use openpty() and xterm.
3109         + add locks for copywin(), dupwin(), overlap(), overlay() on their
3110           window parameters.
3111         + add locks for initscr() and newterm() on updates to the SCREEN
3112           pointer.
3113         + finish table in curs_thread.3x manpage.
3114
3115 20080405
3116         + begin table in curs_thread.3x manpage describing the scope of data
3117           used by each function (or symbol) for threading analysis.
3118         + add null-pointer checks to setsyx() and getsyx() (prompted by
3119           discussion by Martin v. Lowis and Jeroen Ruigrok van der Werven on
3120           python-dev2 mailing list).
3121
3122 20080329
3123         + add null-pointer checks in set_term() and delscreen().
3124         + move _nc_windows into _nc_globals, since windows can be pads, which
3125           are not associated with a particular screen.
3126         + change use_screen() to pass the SCREEN* parameter rather than
3127           stdscr to the callback function.
3128         + force libtool to use tag for 'CC' in case it does not detect this,
3129           e.g., on aix when using CC=powerpc-ibm-aix5.3.0.0-gcc
3130           (report/patch by Michael Haubenwallner).
3131         + override OBJEXT to "lo" when building with libtool, to work on
3132           platforms such as AIX where libtool may use a different suffix for
3133           the object files than ".o" (report/patch by Michael Haubenwallner).
3134         + add configure --with-pthread option, for building with the POSIX
3135           thread library.
3136
3137 20080322
3138         + fill in extended-color pair two more places in wbkgrndset() and
3139           waddch_nosync() (prompted by Sedeno's patch).
3140         + fill in extended-color pair in _nc_build_wch() to make colors work
3141           for wide-characters using extended-colors (patch by Alejandro R
3142           Sedeno).
3143         + add x/X toggles to ncurses.c C color test to test/demo
3144           wide-characters with extended-colors.
3145         + add a/A toggles to ncurses.c c/C color tests.
3146         + modify test/ditto.c to use use_screen().
3147         + finish modifying test/rain.c to demonstrate threads.
3148
3149 20080308
3150         + start modifying test/rain.c for threading demo.
3151         + modify test/ncurses.c to make 'f' test accept the f/F/b/F/</> toggles
3152           that the 'F' accepts.
3153         + modify test/worm.c to show trail in reverse-video when other threads
3154           are working concurrently.
3155         + fix a deadlock from improper nesting of mutexes for windowlist and
3156           window.
3157
3158 20080301
3159         + fixes from 20080223 resolved issue with mutexes; change to use
3160           recursive mutexes to fix memory leak in delwin() as called from
3161           _nc_free_and_exit().
3162
3163 20080223
3164         + fix a size-difference in _nc_globals which caused hanging of mutex
3165           lock/unlock when termlib was built separately.
3166
3167 20080216
3168         + avoid using nanosleep() in threaded configuration since that often
3169           is implemented to suspend the entire process.
3170
3171 20080209
3172         + update test programs to build/work with various UNIX curses for
3173           comparisons.  This was to reinvestigate statement in X/Open curses
3174           that insnstr and winsnstr perform wrapping.  None of the Unix-branded
3175           implementations do this, as noted in manpage (cf: 20040228).
3176
3177 20080203
3178         + modify _nc_setupscreen() to set the legacy-coding value the same
3179           for both narrow/wide models.  It had been set only for wide model,
3180           but is needed to make unctrl() work with locale in the narrow model.
3181         + improve waddch() and winsch() handling of EILSEQ from mbrtowc() by
3182           using unctrl() to display illegal bytes rather than trying to append
3183           further bytes to make up a valid sequence (reported by Andrey A
3184           Chernov).
3185         + modify unctrl() to check codes in 128-255 range versus isprint().
3186           If they are not printable, and locale was set, use a "M-" or "~"
3187           sequence.
3188
3189 20080126
3190         + improve threading in test/worm.c (wrap refresh calls, and KEY_RESIZE
3191           handling).  Now it hangs in napms(), no matter whether nanosleep()
3192           or poll() or select() are used on Linux.
3193
3194 20080119
3195         + fixes to build with --disable-ext-funcs
3196         + add manpage for use_window and use_screen.
3197         + add set_tabsize() and set_escdelay() functions.
3198
3199 20080112
3200         + remove recursive-mutex definitions, finish threading demo for worm.c
3201         + remove a redundant adjustment of lines in resizeterm.c's
3202           adjust_window() which caused occasional misadjustment of stdscr when
3203           softkeys were used.
3204
3205 20080105
3206         + several improvements to terminfo entries based on xterm #230 -TD
3207         + modify MKlib_gen.sh to handle keyname/key_name prototypes, so the
3208           "link_test" builds properly.
3209         + fix for toe command-line options -u/-U to ensure filename is given.
3210         + fix allocation-size for command-line parsing in infocmp from 20070728
3211           (report by Miroslav Lichvar)
3212         + improve resizeterm() by moving ripped-off lines, and repainting the
3213           soft-keys (report by Katarina Machalkova)
3214         + add clarification in wclear's manpage noting that the screen will be
3215           cleared even if a subwindow is cleared (prompted by Christer Enfors
3216           question).
3217         + change test/ncurses.c soft-key tests to work with KEY_RESIZE.
3218
3219 20071222
3220         + continue implementing support for threading demo by adding mutex
3221           for delwin().
3222
3223 20071215
3224         + add several functions to C++ binding which wrap C functions that
3225           pass a WINDOW* parameter (request by Chris Lee).
3226
3227 20071201
3228         + add note about configure options needed for Berkeley database to the
3229           INSTALL file.
3230         + improve checks for version of Berkeley database libraries.
3231         + amend fix for rpath to not modify LDFLAGS if the platform has no
3232           applicable transformation (report by Christian Ebert, cf: 20071124).
3233
3234 20071124
3235         + modify configure option --with-hashed-db to accept a parameter which
3236           is the install-prefix of a given Berkeley Database (prompted by
3237           pierre4d2 comments).
3238         + rewrite wrapper for wcrtomb(), making it work on Solaris.  This is
3239           used in the form library to determine the length of the buffer needed
3240           by field_buffer (report by Alfred Fung).
3241         + remove unneeded window-parameter from C++ binding for wresize (report
3242           by Chris Lee).
3243
3244 20071117
3245         + modify the support for filesystems which do not support mixed-case to
3246           generate 2-character (hexadecimal) codes for the lower-level of the
3247           filesystem terminfo database (request by Michail Vidiassov).
3248         + add configure option --enable-mixed-case, to allow overriding the
3249           configure script's check if the filesystem supports mixed-case
3250           filenames.
3251         + add wresize() to C++ binding (request by Chris Lee).
3252         + define NCURSES_EXT_FUNCS and NCURSES_EXT_COLORS in curses.h to make
3253           it simpler to tell if the extended functions and/or colors are
3254           declared.
3255
3256 20071103
3257         + update memory-leak checks for changes to names.c and codes.c
3258         + correct acsc strings in h19, z100 (patch by Benjamin C W Sittler).
3259
3260 20071020
3261         + continue implementing support for threading demo by adding mutex
3262           for use_window().
3263         + add mrxvt terminfo entry, add/fix xterm building blocks for modified
3264           cursor keys -TD
3265         + compile with FreeBSD "contemporary" TTY interface (patch by
3266           Rong-En Fan).
3267
3268 20071013
3269         + modify makefile rules to allow clear, tput and tset to be built
3270           without libtic.  The other programs (infocmp, tic and toe) rely on
3271           that library.
3272         + add/modify null-pointer checks in several functions for SP and/or
3273           the WINDOW* parameter (report by Thorben Krueger).
3274         + fixes for field_buffer() in formw library (see Redhat #310071,
3275           patches by Miroslav Lichvar).
3276         + improve performance of NCURSES_CHAR_EQ code (patch by Miroslav
3277           Lichvar).
3278         + update/improve mlterm and rxvt terminfo entries, e.g., for
3279           the modified cursor- and keypad-keys -TD
3280
3281 20071006
3282         + add code to curses.priv.h ifdef'd with NCURSES_CHAR_EQ, which
3283           changes the CharEq() macro to an inline function to allow comparing
3284           cchar_t struct's without comparing gaps in a possibly unpacked
3285           memory layout (report by Miroslav Lichvar).
3286
3287 20070929
3288         + add new functions to lib_trace.c to setup mutex's for the _tracef()
3289           calls within the ncurses library.
3290         + for the reentrant model, move _nc_tputs_trace and _nc_outchars into
3291           the SCREEN.
3292         + start modifying test/worm.c to provide threading demo (incomplete).
3293         + separated ifdef's for some BSD-related symbols in tset.c, to make
3294           it compile on LynxOS (report by Greg Gemmer).
3295 20070915
3296         + modify Ada95/gen/Makefile to use shlib script, to simplify building
3297           shared-library configuration on platforms lacking rpath support.
3298         + build-fix for Ada95/src/Makefile to reflect changed dependency for
3299           the terminal-interface-curses-aux.adb file which is now generated.
3300         + restructuring test/worm.c, for use_window() example.
3301
3302 20070908
3303         + add use_window() and use_screen() functions, to develop into support
3304           for threaded library (incomplete).
3305         + fix typos in man/curs_opaque.3x which kept the install script from
3306           creating symbolic links to two aliases created in 20070818 (report by
3307           Rong-En Fan).
3308
3309 20070901
3310         + remove a spurious newline from output of html.m4, which caused links
3311           for Ada95 html to be incorrect for the files generated using m4.
3312         + start investigating mutex's for SCREEN manipulation (incomplete).
3313         + minor cleanup of codes.c/names.c for --enable-const
3314         + expand/revise "Routine and Argument Names" section of ncurses manpage
3315           to address report by David Givens in newsgroup discussion.
3316         + fix interaction between --without-progs/--with-termcap configure
3317           options (report by Michail Vidiassov).
3318         + fix typo in "--disable-relink" option (report by Michail Vidiassov).
3319
3320 20070825
3321         + fix a sign-extension bug in infocmp's repair_acsc() function
3322           (cf: 971004).
3323         + fix old configure script bug which prevented "--disable-warnings"
3324           option from working (patch by Mike Frysinger).
3325
3326 20070818
3327         + add 9term terminal description (request by Juhapekka Tolvanen) -TD
3328         + modify comp_hash.c's string output to avoid misinterpreting a null
3329           "\0" followed by a digit.
3330         + modify MKnames.awk and MKcodes.awk to support big-strings.
3331           This only applies to the cases (broken linker, reentrant) where
3332           the corresponding arrays are accessed via wrapper functions.
3333         + split MKnames.awk into two scripts, eliminating the shell redirection
3334           which complicated the make process and also the bogus timestamp file
3335           which was introduced to fix "make -j".
3336         + add test/test_opaque.c, test/test_arrays.c
3337         + add wgetscrreg() and wgetparent() for applications that may need it
3338           when NCURSES_OPAQUE is defined (prompted by Bryan Christ).
3339
3340 20070812
3341         + amend treatment of infocmp "-r" option to retain the 1023-byte limit
3342           unless "-T" is given (cf: 981017).
3343         + modify comp_captab.c generation to use big-strings.
3344         + make _nc_capalias_table and _nc_infoalias_table private accessed via
3345           _nc_get_alias_table() since the tables are used only within the tic
3346           library.
3347         + modify configure script to skip Intel compiler in CF_C_INLINE.
3348         + make _nc_info_hash_table and _nc_cap_hash_table private accessed via
3349           _nc_get_hash_table() since the tables are used only within the tic
3350           library.
3351
3352 20070728
3353         + make _nc_capalias_table and _nc_infoalias_table private, accessed via
3354           _nc_get_alias_table() since they are used only by parse_entry.c
3355         + make _nc_key_names private since it is used only by lib_keyname.c
3356         + add --disable-big-strings configure option to control whether
3357           unctrl.c is generated using the big-string optimization - which may
3358           use strings longer than supported by a given compiler.
3359         + reduce relocation tables for tic, infocmp by changing type of
3360           internal hash tables to short, and make those private symbols.
3361         + eliminate large fixed arrays from progs/infocmp.c
3362
3363 20070721
3364         + change winnstr() to stop at the end of the line (cf: 970315).
3365         + add test/test_get_wstr.c
3366         + add test/test_getstr.c
3367         + add test/test_inwstr.c
3368         + add test/test_instr.c
3369
3370 20070716
3371         + restore a call to obtain screen-size in _nc_setupterm(), which
3372           is used in tput and other non-screen applications via setupterm()
3373           (Debian #433357, reported by Florent Bayle, Christian Ohm,
3374           cf: 20070310).
3375
3376 20070714
3377         + add test/savescreen.c test-program
3378         + add check to trace-file open, if the given name is a directory, add
3379           ".log" to the name and try again.
3380         + add konsole-256color entry -TD
3381         + add extra gcc warning options from xterm.
3382         + minor fixes for ncurses/hashmap test-program.
3383         + modify configure script to quiet c++ build with libtool when the
3384           --disable-echo option is used.
3385         + modify configure script to disable ada95 if libtool is selected,
3386           writing a warning message (addresses FreeBSD #114493).
3387         + update config.guess, config.sub
3388
3389 20070707
3390         + add continuous-move "M" to demo_panels to help test refresh changes.
3391         + improve fix for refresh of window on top of multi-column characters,
3392           taking into account some split characters on left/right window
3393           boundaries.
3394
3395 20070630
3396         + add "widec" row to _tracedump() output to help diagnose remaining
3397           problems with multi-column characters.
3398         + partial fix for refresh of window on top of multi-column characters
3399           which are partly overwritten (report by Sadrul H Chowdhury).
3400         + ignore A_CHARTEXT bits in vidattr() and vid_attr(), in case
3401           multi-column extension bits are passed there.
3402         + add setlocale() call to demo_panels.c, needed for wide-characters.
3403         + add some output flags to _nc_trace_ttymode to help diagnose a bug
3404           report by Larry Virden, i.e., ONLCR, OCRNL, ONOCR and ONLRET,
3405
3406 20070623
3407         + add test/demo_panels.c
3408         + implement opaque version of setsyx() and getsyx().
3409
3410 20070612
3411         + corrected xterm+pcf2 terminfo modifiers for F1-F4, to match xterm
3412           #226 -TD
3413         + split-out key_name() from MKkeyname.awk since it now depends upon
3414           wunctrl() which is not in libtinfo (report by Rong-En Fan).
3415
3416 20070609
3417         + add test/key_name.c
3418         + add stdscr cases to test/inchs.c and test/inch_wide.c
3419         + update test/configure
3420         + correct formatting of DEL (0x7f) in _nc_vischar().
3421         + null-terminate result of wunctrl().
3422         + add null-pointer check in key_name() (report by Andreas Krennmair,
3423           cf: 20020901).
3424
3425 20070602
3426         + adapt mouse-handling code from menu library in form-library
3427           (discussion with Clive Nicolson).
3428         + add a modification of test/dots.c, i.e., test/dots_mvcur.c to
3429           illustrate how to use mvcur().
3430         + modify wide-character flavor of SetAttr() to preserve the
3431           WidecExt() value stored in the .attr field, e.g., in case it
3432           is overwritten by chgat (report by Aleksi Torhamo).
3433         + correct buffer-size for _nc_viswbuf2n() (report by Aleksi Torhamo).
3434         + build-fixes for Solaris 2.6 and 2.7 (patch by Peter O'Gorman).
3435
3436 20070526
3437         + modify keyname() to use "^X" form only if meta() has been called, or
3438           if keyname() is called without initializing curses, e.g., via
3439           initscr() or newterm() (prompted by LinuxBase #1604).
3440         + document some portability issues in man/curs_util.3x
3441         + add a shadow copy of TTY buffer to _nc_prescreen to fix applications
3442           broken by moving that data into SCREEN (cf: 20061230).
3443
3444 20070512
3445         + add 'O' (wide-character panel test) in ncurses.c to demonstrate a
3446           problem reported by Sadrul H Chowdhury with repainting parts of
3447           a fullwidth cell.
3448         + modify slk_init() so that if there are preceding calls to
3449           ripoffline(), those affect the available lines for soft-keys (adapted
3450           from patch by Clive Nicolson).
3451         + document some portability issues in man/curs_getyx.3x
3452
3453 20070505
3454         + fix a bug in Ada95/samples/ncurses which caused a variable to
3455           become uninitialized in the "b" test.
3456         + fix Ada95/gen/Makefile.in adahtml rule to account for recent
3457           movement of files, fix a few incorrect manpage references in the
3458           generated html.
3459         + add Ada95 binding to _nc_freeall() as Curses_Free_All to help with
3460           memory-checking.
3461         + correct some functions in Ada95 binding which were using return value
3462           from C where none was returned:  idcok(), immedok() and wtimeout().
3463         + amend recent changes for Ada95 binding to make it build with
3464           Cygwin's linker, e.g., with configure options
3465                 --enable-broken-linker --with-ticlib
3466
3467 20070428
3468         + add a configure check for gcc's options for inlining, use that to
3469           quiet a warning message where gcc's default behavior changed from
3470           3.x to 4.x.
3471         + improve warning message when checking if GPM is linked to curses
3472           library by not warning if its use of "wgetch" is via a weak symbol.
3473         + add loader options when building with static libraries to ensure that
3474           an installed shared library for ncurses does not conflict.  This is
3475           reported as problem with Tru64, but could affect other platforms
3476           (report Martin Mokrejs, analysis by Tim Mooney).
3477         + fix build on cygwin after recent ticlib/termlib changes, i.e.,
3478           + adjust TINFO_SUFFIX value to work with cygwin's dll naming
3479           + revert a change from 20070303 which commented out dependency of
3480             SHLIB_LIST in form/menu/panel/c++ libraries.
3481         + fix initialization of ripoff stack pointer (cf: 20070421).
3482
3483 20070421
3484         + move most static variables into structures _nc_globals and
3485           _nc_prescreen, to simplify storage.
3486         + add/use configure script macro CF_SIG_ATOMIC_T, use the corresponding
3487           type for data manipulated by signal handlers (prompted by comments
3488           in mailing.openbsd.bugs newsgroup).
3489         + modify CF_WITH_LIBTOOL to allow one to pass options such as -static
3490           to the libtool create- and link-operations.
3491
3492 20070414
3493         + fix whitespace in curs_opaque.3x which caused a spurious ';' in
3494           the installed aliases (report by Peter Santoro).
3495         + fix configure script to not try to generate adacurses-config when
3496           Ada95 tree is not built.
3497
3498 20070407
3499         + add man/curs_legacy.3x, man/curs_opaque.3x
3500         + fix acs_map binding for Ada95 when --enable-reentrant is used.
3501         + add adacurses-config to the Ada95 install, based on version from
3502           FreeBSD port, in turn by Juergen Pfeifer in 2000 (prompted by
3503           comment on comp.lang.ada newsgroup).
3504         + fix includes in c++ binding to build with Intel compiler
3505           (cf: 20061209).
3506         + update install rule in Ada95 to use mkdirs.sh
3507         > other fixes prompted by inspection for Coverity report:
3508         + modify ifdef's for c++ binding to use try/catch/throw statements
3509         + add a null-pointer check in tack/ansi.c request_cfss()
3510         + fix a memory leak in ncurses/base/wresize.c
3511         + corrected check for valid memu/meml capabilities in
3512           progs/dump_entry.c when handling V_HPUX case.
3513         > fixes based on Coverity report:
3514         + remove dead code in test/bs.c
3515         + remove dead code in test/demo_defkey.c
3516         + remove an unused assignment in progs/infocmp.c
3517         + fix a limit check in tack/ansi.c tools_charset()
3518         + fix tack/ansi.c tools_status() to perform the VT320/VT420
3519           tests in request_cfss().  The function had exited too soon.
3520         + fix a memory leak in tic.c's make_namelist()
3521         + fix a couple of places in tack/output.c which did not check for EOF.
3522         + fix a loop-condition in test/bs.c
3523         + add index checks in lib_color.c for color palettes
3524         + add index checks in progs/dump_entry.c for version_filter() handling
3525           of V_BSD case.
3526         + fix a possible null-pointer dereference in copywin()
3527         + fix a possible null-pointer dereference in waddchnstr()
3528         + add a null-pointer check in _nc_expand_try()
3529         + add a null-pointer check in tic.c's make_namelist()
3530         + add a null-pointer check in _nc_expand_try()
3531         + add null-pointer checks in test/cardfile.c
3532         + fix a double-free in ncurses/tinfo/trim_sgr0.c
3533         + fix a double-free in ncurses/base/wresize.c
3534         + add try/catch block to c++/cursesmain.cc
3535
3536 20070331
3537         + modify Ada95 binding to build with --enable-reentrant by wrapping
3538           global variables (bug: acs_map does not yet work).
3539         + modify Ada95 binding to use the new access-functions, allowing it
3540           to build/run when NCURSES_OPAQUE is set.
3541         + add access-functions and macros to return properties of the WINDOW
3542           structure, e.g., when NCURSES_OPAQUE is set.
3543         + improved install-sh's quoting.
3544         + use mkdirs.sh rather than mkinstalldirs, e.g., to use fixes from
3545           other programs.
3546
3547 20070324
3548         + eliminate part of the direct use of WINDOW data from Ada95 interface.
3549         + fix substitutions for termlib filename to make configure option
3550           --enable-reentrant work with --with-termlib.
3551         + change a constructor for NCursesWindow to allow compiling with
3552           NCURSES_OPAQUE set, since we cannot pass a reference to
3553           an opaque pointer.
3554
3555 20070317
3556         + ignore --with-chtype=unsigned since unsigned is always added to
3557           the type in curses.h; do the same for --with-mmask-t.
3558         + change warning regarding --enable-ext-colors and wide-character
3559           in the configure script to an error.
3560         + tweak error message in CF_WITH_LIBTOOL to distinguish other programs
3561           such as Darwin's libtool program (report by Michail Vidiassov)
3562         + modify edit_man.sh to allow for multiple substitutions per line.
3563         + set locale in misc/ncurses-config.in since it uses a range
3564         + change permissions libncurses++.a install (report by Michail
3565           Vidiassov).
3566         + corrected length of temporary buffer in wide-character version
3567           of set_field_buffer() (related to report by Bryan Christ).
3568
3569 20070311
3570         + fix mk-1st.awk script install_shlib() function, broken in 20070224
3571           changes for cygwin (report by  Michail Vidiassov).
3572
3573 20070310
3574         + increase size of array in _nc_visbuf2n() to make "tic -v" work
3575           properly in its similar_sgr() function (report/analysis by Peter
3576           Santoro).
3577         + add --enable-reentrant configure option for ongoing changes to
3578           implement a reentrant version of ncurses:
3579           + libraries are suffixed with "t"
3580           + wrap several global variables (curscr, newscr, stdscr, ttytype,
3581             COLORS, COLOR_PAIRS, COLS, ESCDELAY, LINES and TABSIZE) as
3582             functions returning values stored in SCREEN or cur_term.
3583           + move some initialization (LINES, COLS) from lib_setup.c,
3584             i.e., setupterm() to _nc_setupscreen(), i.e., newterm().
3585
3586 20070303
3587         + regenerated html documentation.
3588         + add NCURSES_OPAQUE symbol to curses.h, will use to make structs
3589           opaque in selected configurations.
3590         + move the chunk in lib_acs.c which resets acs capabilities when
3591           running on a terminal whose locale interferes with those into
3592           _nc_setupscreen(), so the libtinfo/libtinfow files can be made
3593           identical (requested by Miroslav Lichvar).
3594         + do not use configure variable SHLIB_LIBS for building libraries
3595           outside the ncurses directory, since that symbol is customized
3596           only for that directory, and using it introduces an unneeded
3597           dependency on libdl (requested by Miroslav Lichvar).
3598         + modify mk-1st.awk so the generated makefile rules for linking or
3599           installing shared libraries do not first remove the library, in
3600           case it is in use, e.g., libncurses.so by /bin/sh (report by Jeff
3601           Chua).
3602         + revised section "Using NCURSES under XTERM" in ncurses-intro.html
3603           (prompted by newsgroup comment by Nick Guenther).
3604
3605 20070224
3606         + change internal return codes of _nc_wgetch() to check for cases
3607           where KEY_CODE_YES should be returned, e.g., if a KEY_RESIZE was
3608           ungetch'd, and read by wget_wch().
3609         + fix static-library build broken in 20070217 changes to remove "-ldl"
3610           (report by Miroslav Lichvar).
3611         + change makefile/scripts for cygwin to allow building termlib.
3612         + use Form_Hook in manpages to match form.h
3613         + use Menu_Hook in manpages, as well as a few places in menu.h
3614         + correct form- and menu-manpages to use specific Field_Options,
3615           Menu_Options and Item_Options types.
3616         + correct prototype for _tracechar() in manpage (cf: 20011229).
3617         + correct prototype for wunctrl() in manpage.
3618
3619 20070217
3620         + fixes for $(TICS_LIST) in ncurses/Makefile (report by Miroslav
3621           Lichvar).
3622         + modify relinking of shared libraries to apply only when rpath is
3623           enabled, and add --disable-relink option which can be used to
3624           disable the feature altogether (reports by Michail Vidiassov,
3625           Adam J Richter).
3626         + fix --with-termlib option for wide-character configuration, stripping
3627           the "w" suffix in one place (report by Miroslav Lichvar).
3628         + remove "-ldl" from some library lists to reduce dependencies in
3629           programs (report by Miroslav Lichvar).
3630         + correct description of --enable-signed-char in configure --help
3631           (report by Michail Vidiassov).
3632         + add pattern for GNU/kFreeBSD configuration to CF_XOPEN_SOURCE,
3633           which matches an earlier change to CF_SHARED_OPTS, from xterm #224
3634           fixes.
3635         + remove "${DESTDIR}" from -install_name option used for linking
3636           shared libraries on Darwin (report by Michail Vidiassov).
3637
3638 20070210
3639         + add test/inchs.c, test/inch_wide.c, to test win_wchnstr().
3640         + remove libdl from library list for termlib (report by Miroslav
3641           Lichvar).
3642         + fix configure.in to allow --without-progs --with-termlib (patch by
3643           Miroslav Lichvar).
3644         + modify win_wchnstr() to ensure that only a base cell is returned
3645           for each multi-column character (prompted by report by Wei Kong
3646           regarding change in mvwin_wch() cf: 20041023).
3647
3648 20070203
3649         + modify fix_wchnstr() in form library to strip attributes (and color)
3650           from the cchar_t array (field cells) read from a field's window.
3651           Otherwise, when copying the field cells back to the window, the
3652           associated color overrides the field's background color (report by
3653           Ricardo Cantu).
3654         + improve tracing for form library, showing created forms, fields, etc.
3655         + ignore --enable-rpath configure option if --with-shared was omitted.
3656         + add _nc_leaks_tinfo(), _nc_free_tic(), _nc_free_tinfo() entrypoints
3657           to allow leak-checking when both tic- and tinfo-libraries are built.
3658         + drop CF_CPP_VSCAN_FUNC macro from configure script, since C++ binding
3659           no longer relies on it.
3660         + disallow combining configure script options --with-ticlib and
3661           --enable-termcap (report by Rong-En Fan).
3662         + remove tack from ncurses tree.
3663
3664 20070128
3665         + fix typo in configure script that broke --with-termlib option
3666           (report by Rong-En Fan).
3667
3668 20070127
3669         + improve fix for FreeBSD gnu/98975, to allow for null pointer passed
3670           to tgetent() (report by Rong-en Fan).
3671         + update tack/HISTORY and tack/README to tell how to build it after
3672           it is removed from the ncurses tree.
3673         + fix configure check for libtool's version to trim blank lines
3674           (report by sci-fi@hush.ai).
3675         + review/eliminate other original-file artifacts in cursesw.cc, making
3676           its license consistent with ncurses.
3677         + use ncurses vw_scanw() rather than reading into a fixed buffer in
3678           the c++ binding for scanw() methods (prompted by report by Nuno Dias).
3679         + eliminate fixed-buffer vsprintf() calls in c++ binding.
3680
3681 20070120
3682         + add _nc_leaks_tic() to separate leak-checking of tic library from
3683           term/ncurses libraries, and thereby eliminate a library dependency.
3684         + fix test/mk-test.awk to ignore blank lines.
3685         + correct paths in include/headers, for --srcdir (patch by Miroslav
3686           Lichvar).
3687
3688 20070113
3689         + add a break-statement in misc/shlib to ensure that it exits on the
3690           _first_ matched directory (report by Paul Novak).
3691         + add tack/configure, which can be used to build tack outside the
3692           ncurses build-tree.
3693         + add --with-ticlib option, to build/install the tic-support functions
3694           in a separate library (suggested by Miroslav Lichvar).
3695
3696 20070106
3697         + change MKunctrl.awk to reduce relocation table for unctrl.o
3698         + change MKkeyname.awk to reduce relocation table for keyname.o
3699           (patch by Miroslav Lichvar).
3700
3701 20061230
3702         + modify configure check for libtool's version to trim blank lines
3703           (report by sci-fi@hush.ai).
3704         + modify some modules to allow them to be reentrant if _REENTRANT is
3705           defined: lib_baudrate.c, resizeterm.c (local data only)
3706         + eliminate static data from some modules: add_tries.c, hardscroll.c,
3707           lib_ttyflags.c, lib_twait.c
3708         + improve manpage install to add aliases for the transformed program
3709           names, e.g., from --program-prefix.
3710         + used linklint to verify links in the HTML documentation, made fixes
3711           to manpages as needed.
3712         + fix a typo in curs_mouse.3x (report by William McBrine).
3713         + fix install-rule for ncurses5-config to make the bin-directory.
3714
3715 20061223
3716         + modify configure script to omit the tic (terminfo compiler) support
3717           from ncurses library if --without-progs option is given.
3718         + modify install rule for ncurses5-config to do this via "install.libs"
3719         + modify shared-library rules to allow FreeBSD 3.x to use rpath.
3720         + update config.guess, config.sub
3721
3722 20061217 5.6 release for upload to ftp.gnu.org
3723
3724 20061217
3725         + add ifdef's for <wctype.h> for HPUX, which has the corresponding
3726           definitions in <wchar.h>.
3727         + revert the va_copy() change from 20061202, since it was neither
3728           correct nor portable.
3729         + add $(LOCAL_LIBS) definition to progs/Makefile.in, needed for
3730           rpath on Solaris.
3731         + ignore wide-acs line-drawing characters that wcwidth() claims are
3732           not one-column.  This is a workaround for Solaris' broken locale
3733           support.
3734
3735 20061216
3736         + modify configure --with-gpm option to allow it to accept a parameter,
3737           i.e., the name of the dynamic GPM library to load via dlopen()
3738           (requested by Bryan Henderson).
3739         + add configure option --with-valgrind, changes from vile.
3740         + modify configure script AC_TRY_RUN and AC_TRY_LINK checks to use
3741           'return' in preference to 'exit()'.
3742
3743 20061209
3744         + change default for --with-develop back to "no".
3745         + add XTABS to tracing of TTY bits.
3746         + updated autoconf patch to ifdef-out the misfeature which declares
3747           exit() for configure tests.  This fixes a redefinition warning on
3748           Solaris.
3749         + use ${CC} rather than ${LD} in shared library rules for IRIX64,
3750           Solaris to help ensure that initialization sections are provided for
3751           extra linkage requirements, e.g., of C++ applications (prompted by
3752           comment by Casper Dik in newsgroup).
3753         + rename "$target" in CF_MAN_PAGES to make it easier to distinguish
3754           from the autoconf predefined symbol.  There was no conflict,
3755           since "$target" was used only in the generated edit_man.sh file,
3756           but SuSE's rpm package contains a patch.
3757
3758 20061202
3759         + update man/term.5 to reflect extended terminfo support and hashed
3760           database configuration.
3761         + updates for test/configure script.
3762         + adapted from SuSE rpm package:
3763           + remove long-obsolete workaround for broken-linker which declared
3764             cur_term in tic.c
3765           + improve error recovery in PUTC() macro when wcrtomb() does not
3766             return usable results for an 8-bit character.
3767         + patches from rpm package (SuSE):
3768           + use va_copy() in extra varargs manipulation for tracing version
3769             of printw, etc.
3770           + use a va_list rather than a null in _nc_freeall()'s call to
3771             _nc_printf_string().
3772         + add some see-also references in manpages to show related
3773           wide-character functions (suggested by Claus Fischer).
3774
3775 20061125
3776         + add a check in lib_color.c to ensure caller does not increase COLORS
3777           above max_colors, which is used as an array index (discussion with
3778           Simon Sasburg).
3779         + add ifdef's allowing ncurses to be built with tparm() using either
3780           varargs (the existing status), or using a fixed-parameter list (to
3781           match X/Open).
3782
3783 20061104
3784         + fix redrawing of windows other than stdscr using wredrawln() by
3785           touching the corresponding rows in curscr (discussion with Dan
3786           Gookin).
3787         + add test/redraw.c
3788         + add test/echochar.c
3789         + review/cleanup manpage descriptions of error-returns for form- and
3790           menu-libraries (prompted by FreeBSD docs/46196).
3791
3792 20061028
3793         + add AUTHORS file -TD
3794         + omit the -D options from output of the new config script --cflags
3795           option (suggested by Ralf S Engelschall).
3796         + make NCURSES_INLINE unconditionally defined in curses.h
3797
3798 20061021
3799         + revert change to accommodate bash 3.2, since that breaks other
3800           platforms, e.g., Solaris.
3801         + minor fixes to NEWS file to simplify scripting to obtain list of
3802           contributors.
3803         + improve some shared-library configure scripting for Linux, FreeBSD
3804           and NetBSD to make "--with-shlib-version" work.
3805         + change configure-script rules for FreeBSD shared libraries to allow
3806           for rpath support in versions past 3.
3807         + use $(DESTDIR) in makefile rules for installing/uninstalling the
3808           package config script (reports/patches by Christian Wiese,
3809           Ralf S Engelschall).
3810         + fix a warning in the configure script for NetBSD 2.0, working around
3811           spurious blanks embedded in its ${MAKEFLAGS} symbol.
3812         + change test/Makefile to simplify installing test programs in a
3813           different directory when --enable-rpath is used.
3814
3815 20061014
3816         + work around bug in bash 3.2 by adding extra quotes (Jim Gifford).
3817         + add/install a package config script, e.g., "ncurses5-config" or
3818           "ncursesw5-config", according to configuration options.
3819
3820 20061007
3821         + add several GNU Screen terminfo variations with 16- and 256-colors,
3822           and status line (Alain Bench).
3823         + change the way shared libraries (other than libtool) are installed.
3824           Rather than copying the build-tree's libraries, link the shared
3825           objects into the install directory.  This makes the --with-rpath
3826           option work except with $(DESTDIR) (cf: 20000930).
3827
3828 20060930
3829         + fix ifdef in c++/internal.h for QNX 6.1
3830         + test-compiled with (old) egcs-1.1.2, modified configure script to
3831           not unset the $CXX and related variables which would prevent this.
3832         + fix a few terminfo.src typos exposed by improvments to "-f" option.
3833         + improve infocmp/tic "-f" option formatting.
3834
3835 20060923
3836         + make --disable-largefile option work (report by Thomas M Ott).
3837         + updated html documentation.
3838         + add ka2, kb1, kb3, kc2 to vt220-keypad as an extension -TD
3839         + minor improvements to rxvt+pcfkeys -TD
3840
3841 20060916
3842         + move static data from lib_mouse.c into SCREEN struct.
3843         + improve ifdef's for _POSIX_VDISABLE in tset to work with Mac OS X
3844           (report by Michail Vidiassov).
3845         + modify CF_PATH_SYNTAX to ensure it uses the result from --prefix
3846           option (from lynx changes) -TD
3847         + adapt AC_PROG_EGREP check, noting that this is likely to be another
3848           place aggravated by POSIXLY_CORRECT.
3849         + modify configure check for awk to ensure that it is found (prompted
3850           by report by Christopher Parker).
3851         + update config.sub
3852
3853 20060909
3854         + add kon, kon2 and jfbterm terminfo entry (request by Till Maas) -TD
3855         + remove invis capability from klone+sgr, mainly used by linux entry,
3856           since it does not really do this -TD
3857
3858 20060903
3859         + correct logic in wadd_wch() and wecho_wch(), which did not guard
3860           against passing the multi-column attribute into a call on waddch(),
3861           e.g., using data returned by win_wch() (cf: 20041023)
3862           (report by Sadrul H Chowdhury).
3863
3864 20060902
3865         + fix kterm's acsc string -TD
3866         + fix for change to tic/infocmp in 20060819 to ensure no blank is
3867           embedded into a termcap description.
3868         + workaround for 20050806 ifdef's change to allow visbuf.c to compile
3869           when using --with-termlib --with-trace options.
3870         + improve tgetstr() by making the return value point into the user's
3871           buffer, if provided (patch by Miroslav Lichvar (see Redhat #202480)).
3872         + correct libraries needed for foldkeys (report by Stanislav Ievlev)
3873
3874 20060826
3875         + add terminfo entries for xfce terminal (xfce) and multi gnome
3876           terminal (mgt) -TD
3877         + add test/foldkeys.c
3878
3879 20060819
3880         + modify tic and infocmp to avoid writing trailing blanks on terminfo
3881           source output (Debian #378783).
3882         + modify configure script to ensure that if the C compiler is used
3883           rather than the loader in making shared libraries, the $(CFLAGS)
3884           variable is also used (Redhat #199369).
3885         + port hashed-db code to db2 and db3.
3886         + fix a bug in tgetent() from 20060625 and 20060715 changes
3887           (patch/analysis by Miroslav Lichvar (see Redhat #202480)).
3888
3889 20060805
3890         + updated xterm function-keys terminfo to match xterm #216 -TD
3891         + add configure --with-hashed-db option (tested only with FreeBSD 6.0,
3892           e.g., the db 1.8.5 interface).
3893
3894 20060729
3895         + modify toe to access termcap data, e.g., via cgetent() functions,
3896           or as a text file if those are not available.
3897         + use _nc_basename() in tset to improve $SHELL check for csh/sh.
3898         + modify _nc_read_entry() and _nc_read_termcap_entry() so infocmp,
3899           can access termcap data when the terminfo database is disabled.
3900
3901 20060722
3902         + widen the test for xterm kmous a little to allow for other strings
3903           than \E[M, e.g., for xterm-sco functionality in xterm.
3904         + update xterm-related terminfo entries to match xterm patch #216 -TD
3905         + update config.guess, config.sub
3906
3907 20060715
3908         + fix for install-rule in Ada95 to add terminal_interface.ads
3909           and terminal_interface.ali (anonymous posting in comp.lang.ada).
3910         + correction to manpage for getcchar() (report by William McBrine).
3911         + add test/chgat.c
3912         + modify wchgat() to mark updated cells as changed so a refresh will
3913           repaint those cells (comments by Sadrul H Chowdhury and William
3914           McBrine).
3915         + split up dependency of names.c and codes.c in ncurses/Makefile to
3916           work with parallel make (report/analysis by Joseph S Myers).
3917         + suppress a warning message (which is ignored) for systems without
3918           an ldconfig program (patch by Justin Hibbits).
3919         + modify configure script --disable-symlinks option to allow one to
3920           disable symlink() in tic even when link() does not work (report by
3921           Nigel Horne).
3922         + modify MKfallback.sh to use tic -x when constructing fallback tables
3923           to allow extended capabilities to be retrieved from a fallback entry.
3924         + improve leak-checking logic in tgetent() from 20060625 to ensure that
3925           it does not free the current screen (report by Miroslav Lichvar).
3926
3927 20060708
3928         + add a check for _POSIX_VDISABLE in tset (NetBSD #33916).
3929         + correct _nc_free_entries() and related functions used for memory leak
3930           checking of tic.
3931
3932 20060701
3933         + revert a minor change for magic-cookie support from 20060513, which
3934           caused unexpected reset of attributes, e.g., when resizing test/view
3935           in color mode.
3936         + note in clear manpage that the program ignores command-line
3937           parameters (prompted by Debian #371855).
3938         + fixes to make lib_gen.c build properly with changes to the configure
3939           --disable-macros option and NCURSES_NOMACROS (cf:  20060527)
3940         + update/correct several terminfo entries -TD
3941         + add some notes regarding copyright to terminfo.src -TD
3942
3943 20060625
3944         + fixes to build Ada95 binding with gnat-4.1.0
3945         + modify read_termtype() so the term_names data is always allocated as
3946           part of the str_table, a better fix for a memory leak (cf: 20030809).
3947         + reduce memory leaks in repeated calls to tgetent() by remembering the
3948           last TERMINAL* value allocated to hold the corresponding data and
3949           freeing that if the tgetent() result buffer is the same as the
3950           previous call (report by "Matt" for FreeBSD gnu/98975).
3951         + modify tack to test extended capability function-key strings.
3952         + improved gnome terminfo entry (GenToo #122566).
3953         + improved xterm-256color terminfo entry (patch by Alain Bench).
3954
3955 20060617
3956         + fix two small memory leaks related to repeated tgetent() calls
3957           with TERM=screen (report by "Matt" for FreeBSD gnu/98975).
3958         + add --enable-signed-char to simplify Debian package.
3959         + reduce name-pollution in term.h by removing #define's for HAVE_xxx
3960           symbols.
3961         + correct typo in curs_terminfo.3x (Debian #369168).
3962
3963 20060603
3964         + enable the mouse in test/movewindow.c
3965         + improve a limit-check in frm_def.c (John Heasley).
3966         + minor copyright fixes.
3967         + change configure script to produce test/Makefile from data file.
3968
3969 20060527
3970         + add a configure option --enable-wgetch-events to enable
3971           NCURSES_WGETCH_EVENTS, and correct the associated loop-logic in
3972           lib_twait.c (report by Bernd Jendrissek).
3973         + remove include/nomacros.h from build, since the ifdef for
3974           NCURSES_NOMACROS makes that obsolete.
3975         + add entrypoints for some functions which were only provided as macros
3976           to make NCURSES_NOMACROS ifdef work properly:  getcurx(), getcury(),
3977           getbegx(), getbegy(), getmaxx(), getmaxy(), getparx() and getpary(),
3978           wgetbkgrnd().
3979         + provide ifdef for NCURSES_NOMACROS which suppresses most macro
3980           definitions from curses.h, i.e., where a macro is defined to override
3981           a function to improve performance.  Allowing a developer to suppress
3982           these definitions can simplify some application (discussion with
3983           Stanislav Ievlev).
3984         + improve description of memu/meml in terminfo manpage.
3985
3986 20060520
3987         + if msgr is false, reset video attributes when doing an automargin
3988           wrap to the next line.  This makes the ncurses 'k' test work properly
3989           for hpterm.
3990         + correct caching of keyname(), which was using only half of its table.
3991         + minor fixes to memory-leak checking.
3992         + make SCREEN._acs_map and SCREEN._screen_acs_map pointers rather than
3993           arrays, making ACS_LEN less visible to applications (suggested by
3994           Stanislav Ievlev).
3995         + move chunk in SCREEN ifdef'd for USE_WIDEC_SUPPORT to the end, so
3996           _screen_acs_map will have the same offset in both ncurses/ncursesw,
3997           making the corresponding tinfo/tinfow libraries binary-compatible
3998           (cf: 20041016, report by Stanislav Ievlev).
3999
4000 20060513
4001         + improve debug-tracing for EmitRange().
4002         + change default for --with-develop to "yes".  Add NCURSES_NO_HARD_TABS
4003           and NCURSES_NO_MAGIC_COOKIE environment variables to allow runtime
4004           suppression of the related hard-tabs and xmc-glitch features.
4005         + add ncurses version number to top-level manpages, e.g., ncurses, tic,
4006           infocmp, terminfo as well as form, menu, panel.
4007         + update config.guess, config.sub
4008         + modify ncurses.c to work around a bug in NetBSD 3.0 curses
4009           (field_buffer returning null for a valid field).  The 'r' test
4010           appears to not work with that configuration since the new_fieldtype()
4011           function is broken in that implementation.
4012
4013 20060506
4014         + add hpterm-color terminfo entry -TD
4015         + fixes to compile test-programs with HPUX 11.23
4016
4017 20060422
4018         + add copyright notices to files other than those that are generated,
4019           data or adapted from pdcurses (reports by William McBrine, David
4020           Taylor).
4021         + improve rendering on hpterm by not resetting attributes at the end
4022           of doupdate() if the terminal has the magic-cookie feature (report
4023           by Bernd Rieke).
4024         + add 256color variants of terminfo entries for programs which are
4025           reported to implement this feature -TD
4026
4027 20060416
4028         + fix typo in change to NewChar() macro from 20060311 changes, which
4029           broke tab-expansion (report by Frederic L W Meunier).
4030
4031 20060415
4032         + document -U option of tic and infocmp.
4033         + modify tic/infocmp to suppress smacs/rmacs when acsc is suppressed
4034           due to size limit, e.g., converting to termcap format.  Also
4035           suppress them if the output format does not contain acsc and it
4036           was not VT100-like, i.e., a one-one mapping (Novell #163715).
4037         + add configure check to ensure that SIGWINCH is defined on platforms
4038           such as OS X which exclude that when _XOPEN_SOURCE, etc., are
4039           defined (report by Nicholas Cole)
4040
4041 20060408
4042         + modify write_object() to not write coincidental extensions of an
4043           entry made due to it being referenced in a use= clause (report by
4044           Alain Bench).
4045         + another fix for infocmp -i option, which did not ensure that some
4046           escape sequences had comparable prefixes (report by Alain Bench).
4047
4048 20060401
4049         + improve discussion of init/reset in terminfo and tput manpages
4050           (report by Alain Bench).
4051         + use is3 string for a fallback of rs3 in the reset program; it was
4052           using is2 (report by Alain Bench).
4053         + correct logic for infocmp -i option, which did not account for
4054           multiple digits in a parameter (cf: 20040828) (report by Alain
4055           Bench).
4056         + move _nc_handle_sigwinch() to lib_setup.c to make --with-termlib
4057           option work after 20060114 changes (report by Arkadiusz Miskiewicz).
4058         + add copyright notices to test-programs as needed (report by William
4059           McBrine).
4060
4061 20060318
4062         + modify ncurses.c 'F' test to combine the wide-characters with color
4063           and/or video attributes.
4064         + modify test/ncurses to use CTL/Q or ESC consistently for exiting
4065           a test-screen (some commands used 'x' or 'q').
4066
4067 20060312
4068         + fix an off-by-one in the scrolling-region change (cf_ 20060311).
4069
4070 20060311
4071         + add checks in waddchnstr() and wadd_wchnstr() to stop copying when
4072           a null character is found (report by Igor Bogomazov).
4073         + modify progs/Makefile.in to make "tput init" work properly with
4074           cygwin, i.e., do not pass a ".exe" in the reference string used
4075           in check_aliases (report by Samuel Thibault).
4076         + add some checks to ensure current position is within scrolling
4077           region before scrolling on a new line (report by Dan Gookin).
4078         + change some NewChar() usage to static variables to work around
4079           stack garbage introduced when cchar_t is not packed (Redhat #182024).
4080
4081 20060225
4082         + workarounds to build test/movewindow with PDcurses 2.7.
4083         + fix for nsterm-16color entry (patch by Alain Bench).
4084         + correct a typo in infocmp manpage (Debian #354281).
4085
4086 20060218
4087         + add nsterm-16color entry -TD
4088         + updated mlterm terminfo entry -TD
4089         + remove 970913 feature for copying subwindows as they are moved in
4090           mvwin() (discussion with Bryan Christ).
4091         + modify test/demo_menus.c to demonstrate moving a menu (both the
4092           window and subwindow) using shifted cursor-keys.
4093         + start implementing recursive mvwin() in movewindow.c (incomplete).
4094         + add a fallback definition for GCC_PRINTFLIKE() in test.priv.h,
4095           for movewindow.c (report by William McBrine).
4096         + add help-message to test/movewindow.c
4097
4098 20060211
4099         + add test/movewindow.c, to test mvderwin().
4100         + fix ncurses soft-key test so color changes are shown immediately
4101           rather than delayed.
4102         + modify ncurses soft-key test to hide the keys when exiting the test
4103           screen.
4104         + fixes to build test programs with PDCurses 2.7, e.g., its headers
4105           rely on autoconf symbols, and it declares stubs for nonfunctional
4106           terminfo and termcap entrypoints.
4107
4108 20060204
4109         + improved test/configure to build test/ncurses on HPUX 11 using the
4110           vendor curses.
4111         + documented ALTERNATE CONFIGURATIONS in the ncurses manpage, for the
4112           benefit of developers who do not read INSTALL.
4113
4114 20060128
4115         + correct form library Window_To_Buffer() change (cf:  20040516), which
4116           should ignore the video attributes (report by Ricardo Cantu).
4117
4118 20060121
4119         + minor fixes to xmc-glitch experimental code:
4120           + suppress line-drawing
4121           + implement max_attributes
4122           tested with xterm.
4123         + minor fixes for the database iterator.
4124         + fix some buffer limits in c++ demo (comment by Falk Hueffner in
4125           Debian #348117).
4126
4127 20060114
4128         + add toe -a option, to show all databases.  This uses new private
4129           interfaces in the ncurses library for iterating through the list of
4130           databases.
4131         + fix toe from 20000909 changes which made it not look at
4132           $HOME/.terminfo
4133         + make toe's -v option parameter optional as per manpage.
4134         + improve SIGWINCH handling by postponing its effect during newterm(),
4135           etc., when allocating screens.
4136
4137 20060111
4138         + modify wgetnstr() to return KEY_RESIZE if a sigwinch occurs.  Use
4139           this in test/filter.c
4140         + fix an error in filter() modification which caused some applications
4141           to fail.
4142
4143 20060107
4144         + check if filter() was called when getting the screensize.  Keep it
4145           at 1 if so (based on Redhat #174498).
4146         + add extension nofilter().
4147         + refined the workaround for ACS mapping.
4148         + make ifdef's consistent in curses.h for the extended colors so the
4149           header file can be used for the normal curses library.  The header
4150           file installed for extended colors is a variation of the
4151           wide-character configuration (report by Frederic L W Meunier).
4152
4153 20051231
4154         + add a workaround to ACS mapping to allow applications such as
4155           test/blue.c to use the "PC ROM" characters by masking them with
4156           A_ALTCHARSET.  This worked up til 5.5, but was lost in the revision
4157           of legacy coding (report by Michael Deutschmann).
4158         + add a null-pointer check in the wide-character version of
4159           calculate_actual_width() (report by Victor Julien).
4160         + improve test/ncurses 'd' (color-edit) test by allowing the RGB
4161           values to be set independently (patch by William McBrine).
4162         + modify test/configure script to allow building test programs with
4163           PDCurses/X11.
4164         + modified test programs to allow some to work with NetBSD curses.
4165           Several do not because NetBSD curses implements a subset of X/Open
4166           curses, and also lacks much of SVr4 additions.  But it's enough for
4167           comparison.
4168         + update config.guess and config.sub
4169
4170 20051224
4171         + use BSD-specific fix for return-value from cgetent() from CVS where
4172           an unknown terminal type would be reportd as "database not found".
4173         + make tgetent() return code more readable using new symbols
4174           TGETENT_YES, etc.
4175         + remove references to non-existent "tctest" program.
4176         + remove TESTPROGS from progs/Makefile.in (it was referring to code
4177           that was never built in that directory).
4178         + typos in curs_addchstr.3x, some doc files (noticed in OpenBSD CVS).
4179
4180 20051217
4181         + add use_legacy_coding() function to support lynx's font-switching
4182           feature.
4183         + fix formatting in curs_termcap.3x (report by Mike Frysinger).
4184         + modify MKlib_gen.sh to change preprocessor-expanded _Bool back to
4185           bool.
4186
4187 20051210
4188         + extend test/ncurses.c 's' (overlay window) test to exercise overlay(),
4189           overwrite() and copywin() with different combinations of colors and
4190           attributes (including background color) to make it easy to see the
4191           effect of the different functions.
4192         + corrections to menu/m_global.c for wide-characters (report by
4193           Victor Julien).
4194
4195 20051203
4196         + add configure option --without-dlsym, allowing developers to
4197           configure GPM support without using dlsym() (discussion with Michael
4198           Setzer).
4199         + fix wins_nwstr(), which did not handle single-column non-8bit codes
4200           (Debian #341661).
4201
4202 20051126
4203         + move prototypes for wide-character trace functions from curses.tail
4204           to curses.wide to avoid accidental reference to those if
4205           _XOPEN_SOURCE_EXTENDED is defined without ensuring that <wchar.h> is
4206           included.
4207         + add/use NCURSES_INLINE definition.
4208         + change some internal functions to use int/unsigned rather than the
4209           short equivalents.
4210
4211 20051119
4212         + remove a redundant check in lib_color.c (Debian #335655).
4213         + use ld's -search_paths_first option on Darwin to work around odd
4214           search rules on that platform (report by Christian Gennerat, analysis
4215           by Andrea Govoni).
4216         + remove special case for Darwin in CF_XOPEN_SOURCE configure macro.
4217         + ignore EINTR in tcgetattr/tcsetattr calls (Debian #339518).
4218         + fix several bugs in test/bs.c (patch by Stephen Lindholm).
4219
4220 20051112
4221         + other minor fixes to cygwin based on tack -TD
4222         + correct smacs in cygwin (Debian #338234, report by Baurzhan
4223           Ismagulov, who noted that it was fixed in Cygwin).
4224
4225 20051029
4226         + add shifted up/down arrow codes to xterm-new as kind/kri strings -TD
4227         + modify wbkgrnd() to avoid clearing the A_CHARTEXT attribute bits
4228           since those record the state of multicolumn characters (Debian
4229           #316663).
4230         + modify werase to clear multicolumn characters that extend into
4231           a derived window (Debian #316663).
4232
4233 20051022
4234         + move assignment from environment variable ESCDELAY from initscr()
4235           down to newterm() so the environment variable affects timeouts for
4236           terminals opened with newterm() as well.
4237         + fix a memory leak in keyname().
4238         + add test/demo_altkeys.c
4239         + modify test/demo_defkey.c to exit from loop via 'q' to allow
4240           leak-checking, as well as fix a buffer size in winnstr() call.
4241
4242 20051015
4243         + correct order of use-clauses in rxvt-basic entry which made codes for
4244           f1-f4 vt100-style rather than vt220-style (report by Gabor Z Papp).
4245         + suppress configure check for gnatmake if Ada95/Makefile.in is not
4246           found.
4247         + correct a typo in configure --with-bool option for the case where
4248           --without-cxx is used (report by Daniel Jacobowitz).
4249         + add a note to INSTALL's discussion of --with-normal, pointing out
4250           that one may wish to use --without-gpm to ensure a completely
4251           static link (prompted by report by Felix von Leitner).
4252
4253 20051010 5.5 release for upload to ftp.gnu.org
4254
4255 20051008
4256         + document in demo_forms.c some portability issues.
4257
4258 20051001
4259         + document side-effect of werase() which sets the cursor position.
4260         + save/restore the current position in form field editing to make
4261           overlay mode work.
4262
4263 20050924
4264         + correct header dependencies in progs, allowing parallel make (report
4265           by Daniel Jacobowitz).
4266         + modify CF_BUILD_CC to ensure that pre-setting $BUILD_CC overrides
4267           the configure check for --with-build-cc (report by Daniel Jacobowitz).
4268         + modify CF_CFG_DEFAULTS to not use /usr as the default prefix for
4269           NetBSD.
4270         + update config.guess and config.sub from
4271                 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
4272
4273 20050917
4274         + modify sed expression which computes path for /usr/lib/terminfo
4275           symbolic link in install to ensure that it does not change unexpected
4276           levels of the path (Gentoo #42336).
4277         + modify default for --disable-lp64 configure option to reduce impact
4278           on existing 64-bit builds.  Enabling the _LP64 option may change the
4279           size of chtype and mmask_t.  However, for ABI 6, it is enabled by
4280           default (report by Mike Frysinger).
4281         + add configure script check for --enable-ext-mouse, bump ABI to 6 by
4282           default if it is used.
4283         + improve configure script logic for bumping ABI to omit this if the
4284           --with-abi-version option was used.
4285         + update address for Free Software Foundation in tack's source.
4286         + correct wins_wch(), which was not marking the filler-cells of
4287           multi-column characters (cf:  20041023).
4288
4289 20050910
4290         + modify mouse initialization to ensure that Gpm_Open() is called only
4291           once.  Otherwise GPM gets confused in its initialization of signal
4292           handlers (Debian #326709).
4293
4294 20050903
4295         + modify logic for backspacing in a multiline form field to ensure that
4296           it works even when the preceding line is full (report by Frank van
4297           Vugt).
4298         + remove comment about BUGS section of ncurses manpage (Debian #325481)
4299
4300 20050827
4301         + document some workarounds for shared and libtool library
4302           configurations in INSTALL (see --with-shared and --with-libtool).
4303         + modify CF_GCC_VERSION and CF_GXX_VERSION macros to accommodate
4304           cross-compilers which emit the platform name in their version
4305           message, e.g.,
4306                 arm-sa1100-linux-gnu-g++ (GCC) 4.0.1
4307           (report by Frank van Vugt).
4308
4309 20050820
4310         + start updating documentation for upcoming 5.5 release.
4311         + fix to make libtool  and libtinfo work together again (cf: 20050122).
4312         + fixes to allow building traces into libtinfo
4313         + add debug trace to tic that shows if/how ncurses will write to the
4314           lower corner of a terminal's screen.
4315         + update llib-l* files.
4316
4317 20050813
4318         + modify initializers in c++ binding to build with old versions of g++.
4319         + improve special case for 20050115 repainting fix, ensuring that if
4320           the first changed cell is not a character that the range to be
4321           repainted is adjusted to start at a character's beginning (Debian
4322           #316663).
4323
4324 20050806
4325         + fixes to build on QNX 6.1
4326         + improve configure script checks for Intel 9.0 compiler.
4327         + remove #include's for libc.h (obsolete).
4328         + adjust ifdef's in curses.priv.h so that when cross-compiling to
4329           produce comp_hash and make_keys, no dependency on wchar.h is needed.
4330           That simplifies the build-cppflags (report by Frank van Vugt).
4331         + move modules related to key-binding into libtinfo to fix linkage
4332           problem caused by 20050430 changes to MKkeyname.sh (report by
4333           Konstantin Andreev).
4334
4335 20050723
4336         + updates/fixes for configure script macros from vile -TD
4337         + make prism9's sgr string agree with the rest of the terminfo -TD
4338         + make vt220's sgr0 string consistent with sgr string, do this for
4339           several related cases -TD
4340         + improve translation to termcap by filtering the 'me' (sgr0) strings
4341           as in the runtime call to tgetent() (prompted by a discussion with
4342           Thomas Klausner).
4343         + improve tic check for sgr0 versus sgr(0), to help ensure that sgr0
4344           resets line-drawing.
4345
4346 20050716
4347         + fix special cases for trimming sgr0 for hurd and vt220 (Debian
4348           #318621).
4349         + split-out _nc_trim_sgr0() from modifications made to tgetent(), to
4350           allow it to be used by tic to provide information about the runtime
4351           changes that would be made to sgr0 for termcap applications.
4352         + modify make_sed.sh to make the group-name in the NAME section of
4353           form/menu library manpage agree with the TITLE string when renaming
4354           is done for Debian (Debian #78866).
4355
4356 20050702
4357         + modify parameter type in c++ binding for insch() and mvwinsch() to
4358           be consistent with underlying ncurses library (was char, is chtype).
4359         + modify treatment of Intel compiler to allow _GNU_SOURCE to be defined
4360           on Linux.
4361         + improve configure check for nanosleep(), checking that it works since
4362           some older systems such as AIX 4.3 have a nonworking version.
4363
4364 20050625
4365         + update config.guess and config.sub from
4366                 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
4367         + modify misc/shlib to work in test-directory.
4368         + suppress $suffix in misc/run_tic.sh when cross-compiling.  This
4369           allows cross-compiles to use the host's tic program to handle the
4370           "make install.data" step.
4371         + improve description of $LINES and $COLUMNS variables in manpages
4372           (prompted by report by Dave Ulrick).
4373         + improve description of cross-compiling in INSTALL
4374         + add NCURSES-Programming-HOWTO.html by Pradeep Padala
4375           (see http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/).
4376         + modify configure script to obtain soname for GPM library (discussion
4377           with Daniel Jacobowitz).
4378         + modify configure script so that --with-chtype option will still
4379           compute the unsigned literals suffix for constants in curses.h
4380           (report by Daniel Jacobowitz:
4381         + patches from Daniel Jacobowitz:
4382           + the man_db.renames entry for tack.1 was backwards.
4383           + tack.1 had some 1m's that should have been 1M's.
4384           + the section for curs_inwstr.3 was wrong.
4385
4386 20050619
4387         + correction to --with-chtype option (report by Daniel Jacobowitz).
4388
4389 20050618
4390         + move build-time edit_man.sh and edit_man.sed scripts to top directory
4391           to simplify reusing them for renaming tack's manpage (prompted by a
4392           review of Debian package).
4393         + revert minor optimization from 20041030 (Debian #313609).
4394         + libtool-specific fixes, tested with libtool 1.4.3, 1.5.0, 1.5.6,
4395           1.5.10 and 1.5.18 (all work except as noted previously for the c++
4396           install using libtool 1.5.0):
4397           + modify the clean-rule in c++/Makefile.in to work with IRIX64 make
4398             program.
4399           + use $(LIBTOOL_UNINSTALL) symbol, overlooked in 20030830
4400         + add configure options --with-chtype and --with-mmask-t, to allow
4401           overriding of the non-LP64 model's use of the corresponding types.
4402         + revise test for size of chtype (and mmask_t), which always returned
4403           "long" due to an uninitialized variable (report by Daniel Jacobowitz).
4404
4405 20050611
4406         + change _tracef's that used "%p" format for va_list values to ignore
4407           that, since on some platforms those are not pointers.
4408         + fixes for long-formats in printf's due to largefile support.
4409
4410 20050604
4411         + fixes for termcap support:
4412           + reset pointer to _nc_curr_token.tk_name when the input stream is
4413             closed, which could point to free memory (cf: 20030215).
4414           + delink TERMTYPE data which is used by the termcap reader, so that
4415             extended names data will be freed consistently.
4416           + free pointer to TERMTYPE data in _nc_free_termtype() rather than
4417             its callers.
4418           + add some entrypoints for freeing permanently allocated data via
4419             _nc_freeall() when NO_LEAKS is defined.
4420         + amend 20041030 change to _nc_do_color to ensure that optimization is
4421           applied only when the terminal supports back_color_erase (bce).
4422
4423 20050528
4424         + add sun-color terminfo entry -TD
4425         + correct a missing assignment in c++ binding's method
4426           NCursesPanel::UserPointer() from 20050409 changes.
4427         + improve configure check for large-files, adding check for dirent64
4428           from vile -TD
4429         + minor change to configure script to improve linker options for the
4430           Ada95 tree.
4431
4432 20050515
4433         + document error conditions for ncurses library functions (report by
4434           Stanislav Ievlev).
4435         + regenerated html documentation for ada binding.
4436           see ftp://invisible-island.net/ncurses/patches/gnathtml
4437
4438 20050507
4439         + regenerated html documentation for manpages.
4440         + add $(BUILD_EXEEXT) suffix to invocation of make_keys in
4441           ncurses/Makefile (Gentoo #89772).
4442         + modify c++/demo.cc to build with g++ -fno-implicit-templates option
4443           (patch by Mike Frysinger).
4444         + modify tic to filter out long extended names when translating to
4445           termcap format.  Only two characters are permissible for termcap
4446           capability names.
4447
4448 20050430
4449         + modify terminfo entries xterm-new and rxvt to add strings for
4450           shift-, control-cursor keys.
4451         + workaround to allow c++ binding to compile with g++ 2.95.3, which
4452           has a broken implementation of static_cast<> (patch by Jeff Chua).
4453         + modify initialization of key lookup table so that if an extended
4454           capability (tic -x) string is defined, and its name begins with 'k',
4455           it will automatically be treated as a key.
4456         + modify test/keynames.c to allow for the possibility of extended
4457           key names, e.g., via define_key(), or via "tic -x".
4458         + add test/demo_termcap.c to show the contents of given entry via the
4459           termcap interface.
4460
4461 20050423
4462         + minor fixes for vt100/vt52 entries -TD
4463         + add configure option --enable-largefile
4464         + corrected libraries used to build Ada95/gen/gen, found in testing
4465           gcc 4.0.0.
4466
4467 20050416
4468         + update config.guess, config.sub
4469         + modify configure script check for _XOPEN_SOURCE, disable that on
4470           Darwin whose header files have problems (patch by Chris Zubrzycki).
4471         + modify form library Is_Printable_String() to use iswprint() rather
4472           than wcwidth() for determining if a character is printable.  The
4473           latter caused it to reject menu items containing non-spacing
4474           characters.
4475         + modify ncurses test program's F-test to handle non-spacing characters
4476           by combining them with a reverse-video blank.
4477         + review/fix several gcc -Wconversion warnings.
4478
4479 20050409
4480         + correct an off-by-one error in m_driver() for mouse-clicks used to
4481           position the mouse to a particular item.
4482         + implement test/demo_menus.c
4483         + add some checks in lib_mouse to ensure SP is set.
4484         + modify C++ binding to make 20050403 changes work with the configure
4485           --enable-const option.
4486
4487 20050403
4488         + modify start_color() to return ERR if it cannot allocate memory.
4489         + address g++ compiler warnings in C++ binding by adding explicit
4490           member initialization, assignment operators and copy constructors.
4491           Most of the changes simply preserve the existing semantics of the
4492           binding, which can leak memory, etc., but by making these features
4493           visible, it provides a framework for improving the binding.
4494         + improve C++ binding using static_cast, etc.
4495         + modify configure script --enable-warnings to add options to g++ to
4496           correspond to the gcc --enable-warnings.
4497         + modify C++ binding to use some C internal functions to make it
4498           compile properly on Solaris (and other platforms).
4499
4500 20050327
4501         + amend change from 20050320 to limit it to configurations with a
4502           valid locale.
4503         + fix a bug introduced in 20050320 which broke the translation of
4504           nonprinting characters to uparrow form (report by Takahashi Tamotsu).
4505
4506 20050326
4507         + add ifdef's for _LP64 in curses.h to avoid using wasteful 64-bits for
4508           chtype and mmask_t, but add configure option --disable-lp64 in case
4509           anyone used that configuration.
4510         + update misc/shlib script to account for Mac OS X (report by Michail
4511           Vidiassov).
4512         + correct comparison for wrapping multibyte characters in
4513           waddch_literal() (report by Takahashi Tamotsu).
4514
4515 20050320
4516         + add -c and -w options to tset to allow user to suppress ncurses'
4517           resizing of the terminal emulator window in the special case where it
4518           is not able to detect the true size (report by Win Delvaux, Debian
4519           #300419).
4520         + modify waddch_nosync() to account for locale zn_CH.GBK, which uses
4521           codes 128-159 as part of multibyte characters (report by Wang
4522           WenRui, Debian #300512).
4523
4524 20050319
4525         + modify ncurses.c 'd' test to make it work with 88-color
4526           configuration, i.e., by implementing scrolling.
4527         + improve scrolling in ncurses.c 'c' and 'C' tests, e.g., for 88-color
4528           configuration.
4529
4530 20050312
4531         + change tracemunch to use strict checking.
4532         + modify ncurses.c 'p' test to test line-drawing within a pad.
4533         + implement environment variable NCURSES_NO_UTF8_ACS to support
4534           miscellaneous terminal emulators which ignore alternate character
4535           set escape sequences when in UTF-8 mode.
4536
4537 20050305
4538         + change NCursesWindow::err_handler() to a virtual function (request by
4539           Steve Beal).
4540         + modify fty_int.c and fty_num.c to handle wide characters (report by
4541           Wolfgang Gutjahr).
4542         + adapt fix for fty_alpha.c to fty_alnum.c, which also handled normal
4543           and wide characters inconsistently (report by Wolfgang Gutjahr).
4544         + update llib-* files to reflect internal interface additions/changes.
4545
4546 20050226
4547         + improve test/configure script, adding tests for _XOPEN_SOURCE, etc.,
4548           from lynx.
4549         + add aixterm-16color terminfo entry -TD
4550         + modified xterm-new terminfo entry to work with tgetent() changes -TD
4551         + extended changes in tgetent() from 20040710 to allow the substring of
4552           sgr0 which matches rmacs to be at the beginning of the sgr0 string
4553           (request by Thomas Wolff).  Wolff says the visual effect in
4554           combination with pre-20040710 ncurses is improved.
4555         + fix off-by-one in winnstr() call which caused form field validation
4556           of multibyte characters to ignore the last character in a field.
4557         + correct logic in winsch() for inserting multibyte strings; the code
4558           would clear cells after the insertion rather than push them to the
4559           right (cf: 20040228).
4560         + fix an inconsistency in Check_Alpha_Field() between normal and wide
4561           character logic (report by Wolfgang Gutjahr).
4562
4563 20050219
4564         + fix a bug in editing wide-characters in form library: deleting a
4565           nonwide character modified the previous wide-character.
4566         + update manpage to describe NCURSES_MOUSE_VERSION 2.
4567         + correct manpage description of mouseinterval() (Debian #280687).
4568         + add a note to default_colors.3x explaining why this extension was
4569           added (Debian #295083).
4570         + add traces to panel library.
4571
4572 20050212
4573         + improve editing of wide-characters in form library:  left/right
4574           cursor movement, and single-character deletions work properly.
4575         + disable GPM mouse support when $TERM happens to be prefixed with
4576           "xterm".  Gpm_Open() would otherwise assert that it can deal with
4577           mouse events in this case.
4578         + modify GPM mouse support so it closes the server connection when
4579           the caller disables the mouse (report by Stanislav Ievlev).
4580
4581 20050205
4582         + add traces for callback functions in form library.
4583         + add experimental configure option --enable-ext-mouse, which defines
4584           NCURSES_MOUSE_VERSION 2, and modifies the encoding of mouse events to
4585           support wheel mice, which may transmit buttons 4 and 5.  This works
4586           with xterm and similar X terminal emulators (prompted by question by
4587           Andreas Henningsson, this is also related to Debian #230990).
4588         + improve configure macros CF_XOPEN_SOURCE and CF_POSIX_C_SOURCE to
4589           avoid redefinition warnings on cygwin.
4590
4591 20050129
4592         + merge remaining development changes for extended colors (mostly
4593           complete, does not appear to break other configurations).
4594         + add xterm-88color.dat (part of extended colors testing).
4595         + improve _tracedump() handling of color pairs past 96.
4596         + modify return-value from start_color() to return OK if colors have
4597           already been started.
4598         + modify curs_color.3x list error conditions for init_pair(),
4599           pair_content() and color_content().
4600         + modify pair_content() to return -1 for consistency with init_pair()
4601           if it corresponds to the default-color.
4602         + change internal representation of default-color to allow application
4603           to use color number 255.  This does not affect the total number of
4604           color pairs which are allowed.
4605         + add a top-level tags rule.
4606
4607 20050122
4608         + add a null-pointer check in wgetch() in case it is called without
4609           first calling initscr().
4610         + add some null-pointer checks for SP, which is not set by libtinfo.
4611         + modify misc/shlib to ensure that absolute pathnames are used.
4612         + modify test/Makefile.in, etc., to link test programs only against the
4613           libraries needed, e.g., omit form/menu/panel library for the ones
4614           that are curses-specific.
4615         + change SP->_current_attr to a pointer, adjust ifdef's to ensure that
4616           libtinfo.so and libtinfow.so have the same ABI.  The reason for this
4617           is that the corresponding data which belongs to the upper-level
4618           ncurses library has a different size in each model (report by
4619           Stanislav Ievlev).
4620
4621 20050115
4622         + minor fixes to allow test-compiles with g++.
4623         + correct column value shown in tic's warnings, which did not account
4624           for leading whitespace.
4625         + add a check in _nc_trans_string() for improperly ended strings, i.e.,
4626           where a following line begins in column 1.
4627         + modify _nc_save_str() to return a null pointer on buffer overflow.
4628         + improve repainting while scrolling wide-character data (Eungkyu Song).
4629
4630 20050108
4631         + merge some development changes to extend color capabilities.
4632
4633 20050101
4634         + merge some development changes to extend color capabilities.
4635         + fix manpage typo (FreeBSD report docs/75544).
4636         + update config.guess, config.sub
4637         > patches for configure script (Albert Chin-A-Young):
4638         + improved fix to make mbstate_t recognized on HPUX 11i (cf:
4639           20030705), making vsscanf() prototype visible on IRIX64.  Tested for
4640           on HP-UX 11i, Solaris 7, 8, 9, AIX 4.3.3, 5.2, Tru64 UNIX 4.0D, 5.1,
4641           IRIX64 6.5, Redhat Linux 7.1, 9, and RHEL 2.1, 3.0.
4642         + print the result of the --disable-home-terminfo option.
4643         + use -rpath when compiling with SGI C compiler.
4644
4645 20041225
4646         + add trace calls to remaining public functions in form and menu
4647           libraries.
4648         + fix check for numeric digits in test/ncurses.c 'b' and 'B' tests.
4649         + fix typo in test/ncurses.c 'c' test from 20041218.
4650
4651 20041218
4652         + revise test/ncurses.c 'c' color test to improve use for xterm-88color
4653           and xterm-256color, added 'C' test using the wide-character color_set
4654           and attr_set functions.
4655
4656 20041211
4657         + modify configure script to work with Intel compiler.
4658         + fix an limit-check in wadd_wchnstr() which caused labels in the
4659           forms-demo to be one character short.
4660         + fix typo in curs_addchstr.3x (Jared Yanovich).
4661         + add trace calls to most functions in form and menu libraries.
4662         + update working-position for adding wide-characters when window is
4663           scrolled (prompted by related report by Eungkyu Song).
4664
4665 20041204
4666         + replace some references on Linux to wcrtomb() which use it to obtain
4667           the length of a multibyte string with _nc_wcrtomb, since wcrtomb() is
4668           broken in glibc (see Debian #284260).
4669         + corrected length-computation in wide-character support for
4670           field_buffer().
4671         + some fixes to frm_driver.c to allow it to accept multibyte input.
4672         + modify configure script to work with Intel 8.0 compiler.
4673
4674 20041127
4675         + amend change to setupterm() in 20030405 which would reuse the value
4676           of cur_term if the same output was selected.  This now reuses it only
4677           when setupterm() is called from tgetent(), which has no notion of
4678           separate SCREENs.  Note that tgetent() must be called after initscr()
4679           or newterm() to use this feature (Redhat #140326).
4680         + add a check in CF_BUILD_CC macro to ensure that developer has given
4681           the --with-build-cc option when cross-compiling (report by Alexandre
4682           Campo).
4683         + improved configure script checks for _XOPEN_SOURCE and
4684           _POSIX_C_SOURCE (fix for IRIX 5.3 from Georg Schwarz, _POSIX_C_SOURCE
4685           updates from lynx).
4686         + cosmetic fix to test/gdc.c to recolor the bottom edge of the box
4687           for consistency (comment by Dan Nelson).
4688
4689 20041120
4690         + update wsvt25 terminfo entry -TD
4691         + modify test/ins_wide.c to test all flavors of ins_wstr().
4692         + ignore filler-cells in wadd_wchnstr() when adding a cchar_t array
4693           which consists of multi-column characters, since this function
4694           constructs them (cf: 20041023).
4695         + modify winnstr() to return multibyte character strings for the
4696           wide-character configuration.
4697
4698 20041106
4699         + fixes to make slk_set() and slk_wset() accept and store multibyte
4700           or multicolumn characters.
4701
4702 20041030
4703         + improve color optimization a little by making _nc_do_color() check
4704           if the old/new pairs are equivalent to the default pair 0.
4705         + modify assume_default_colors() to not require that
4706           use_default_colors() be called first.
4707
4708 20041023
4709         + modify term_attrs() to use termattrs(), add the extended attributes
4710           such as enter_horizontal_hl_mode for WA_HORIZONTAL to term_attrs().
4711         + add logic in waddch_literal() to clear orphaned cells when one
4712           multi-column character partly overwrites another.
4713         + improved logic for clearing cells when a multi-column character
4714           must be wrapped to a new line.
4715         + revise storage of cells for multi-column characters to correct a
4716           problem with repainting.  In the old scheme, it was possible for
4717           doupdate() to decide that only part of a multi-column character
4718           should be repainted since the filler cells stored only an attribute
4719           to denote them as fillers, rather than the character value and the
4720           attribute.
4721
4722 20041016
4723         + minor fixes for traces.
4724         + add SP->_screen_acs_map[], used to ensure that mapping of missing
4725           line-drawing characters is handled properly.  For example, ACS_DARROW
4726           is absent from xterm-new, and it was coincidentally displayed the
4727           same as ACS_BTEE.
4728
4729 20041009
4730         + amend 20021221 workaround for broken acs to reset the sgr, rmacs
4731           and smacs strings as well.  Also modify the check for screen's
4732           limitations in that area to allow the multi-character shift-in
4733           and shift-out which seem to work.
4734         + change GPM initialization, using dl library to load it dynamically
4735           at runtime (Debian #110586).
4736
4737 20041002
4738         + correct logic for color pair in setcchar() and getcchar() (patch by
4739           Marcin 'Qrczak' Kowalczyk).
4740         + add t/T commands to ncurses b/B tests to allow a different color to
4741           be tested for the attrset part of the test than is used in the
4742           background color.
4743
4744 20040925
4745         + fix to make setcchar() to work when its wchar_t* parameter is
4746           pointing to a string which contains more data than can be converted.
4747         + modify wget_wstr() and example in ncurses.c to work if wchar_t and
4748           wint_t are different sizes (report by Marcin 'Qrczak' Kowalczyk).
4749
4750 20040918
4751         + remove check in wget_wch() added to fix an infinite loop, appears to
4752           have been working around a transitory glibc bug, and interferes
4753           with normal operation (report by Marcin 'Qrczak' Kowalczyk).
4754         + correct wadd_wch() and wecho_wch(), which did not pass the rendition
4755           information (report by Marcin 'Qrczak' Kowalczyk).
4756         + fix aclocal.m4 so that the wide-character version of ncurses gets
4757           compiled as libncursesw.5.dylib, instead of libncurses.5w.dylib
4758           (adapted from patch by James J Ramsey).
4759         + change configure script for --with-caps option to indicate that it
4760           is no longer experimental.
4761         + change configure script to reflect the fact that --enable-widec has
4762           not been "experimental" since 5.3 (report by Bruno Lustosa).
4763
4764 20040911
4765         + add 'B' test to ncurses.c, to exercise some wide-character functions.
4766
4767 20040828
4768         + modify infocmp -i option to match 8-bit controls against its table
4769           entries, e.g., so it can analyze the xterm-8bit entry.
4770         + add morphos terminfo entry, improve amiga-8bit entry (Pavel Fedin).
4771         + correct translation of "%%" in terminfo format to termcap, e.g.,
4772           using "tic -C" (Redhat #130921).
4773         + modified configure script CF_XOPEN_SOURCE macro to ensure that if
4774           it defines _POSIX_C_SOURCE, that it defines it to a specific value
4775           (comp.os.stratus newsgroup comment).
4776
4777 20040821
4778         + fixes to build with Ada95 binding with gnat 3.4 (all warnings are
4779           fatal, and gnat does not follow the guidelines for pragmas).
4780           However that did find a coding error in Assume_Default_Colors().
4781         + modify several terminfo entries to ensure xterm mouse and cursor
4782           visibility are reset in rs2 string:  hurd, putty, gnome,
4783           konsole-base, mlterm, Eterm, screen (Debian #265784, Debian #55637).
4784           The xterm entries are left alone - old ones for compatibility, and
4785           the new ones do not require this change. -TD
4786
4787 20040814
4788         + fake a SIGWINCH in newterm() to accommodate buggy terminal emulators
4789           and window managers (Debian #265631).
4790         > terminfo updates -TD
4791         + remove dch/dch1 from rxvt because they are implemented inconsistently
4792           with the common usage of bce/ech
4793         + remove khome from vt220 (vt220's have no home key)
4794         + add rxvt+pcfkeys
4795
4796 20040807
4797         + modify test/ncurses.c 'b' test, adding v/V toggles to cycle through
4798           combinations of video attributes so that for instance bold and
4799           underline can be tested.  This made the legend too crowded, added
4800           a help window as well.
4801         + modify test/ncurses.c 'b' test to cycle through default colors if
4802           the -d option is set.
4803         + update putty terminfo entry (Robert de Bath).
4804
4805 20040731
4806         + modify test/cardfile.c to allow it to read more data than can be
4807           displayed.
4808         + correct logic in resizeterm.c which kept it from processing all
4809           levels of window hierarchy (reports by Folkert van Heusden,
4810           Chris Share).
4811
4812 20040724
4813         + modify "tic -cv" to ignore delays when comparing strings.  Also
4814           modify it to ignore a canceled sgr string, e.g., for terminals which
4815           cannot properly combine attributes in one control sequence.
4816         + corrections for gnome and konsole entries (Redhat #122815, patch by
4817           Hans de Goede)
4818         > terminfo updates -TD
4819         + make ncsa-m rmacs/smacs consistent with sgr
4820         + add sgr, rc/sc and ech to syscons entries
4821         + add function-keys to decansi
4822         + add sgr to mterm-ansi
4823         + add sgr, civis, cnorm to emu
4824         + correct/simplify cup in addrinfo
4825
4826 20040717
4827         > terminfo updates -TD
4828         + add xterm-pc-fkeys
4829         + review/update gnome and gnome-rh90 entries (prompted by Redhat
4830           #122815).
4831         + review/update konsole entries
4832         + add sgr, correct sgr0 for kterm and mlterm
4833         + correct tsl string in kterm
4834
4835 20040711
4836         + add configure option --without-xterm-new
4837
4838 20040710
4839         + add check in wget_wch() for printable bytes that are not part of a
4840           multibyte character.
4841         + modify wadd_wchnstr() to render text using window's background
4842           attributes.
4843         + improve tic's check to compare sgr and sgr0.
4844         + fix c++ directory's .cc.i rule.
4845         + modify logic in tgetent() which adjusts the termcap "me" string
4846           to work with ISO-2022 string used in xterm-new (cf: 20010908).
4847         + modify tic's check for conflicting function keys to omit that if
4848           converting termcap to termcap format.
4849         + add -U option to tic and infocmp.
4850         + add rmam/smam to linux terminfo entry (Trevor Van Bremen)
4851         > terminfo updates -TD
4852         + minor fixes for emu
4853         + add emu-220
4854         + change wyse acsc strings to use 'i' map rather than 'I'
4855         + fixes for avatar0
4856         + fixes for vp3a+
4857
4858 20040703
4859         + use tic -x to install terminfo database -TD
4860         + add -x to infocmp's usage message.
4861         + correct field used for comparing O_ROWMAJOR in set_menu_format()
4862           (report/patch by Tony Li).
4863         + fix a missing nul check in set_field_buffer() from 20040508 changes.
4864         > terminfo updates -TD
4865           + make xterm-xf86-v43 derived from xterm-xf86-v40 rather than
4866             xterm-basic -TD
4867           + align with xterm patch #192's use of xterm-new -TD
4868           + update xterm-new and xterm-8bit for cvvis/cnorm strings -TD
4869           + make xterm-new the default "xterm" entry -TD
4870
4871 20040626
4872         + correct BUILD_CPPFLAGS substitution in ncurses/Makefile.in, to allow
4873           cross-compiling from a separate directory tree (report/patch by
4874           Dan Engel).
4875         + modify is_term_resized() to ensure that window sizes are nonzero,
4876           as documented in the manpage (report by Ian Collier).
4877         + modify CF_XOPEN_SOURCE configure macro to make Hurd port build
4878           (Debian #249214, report/patch by Jeff Bailey).
4879         + configure-script mods from xterm, e.g., updates to CF_ADD_CFLAGS
4880         + update config.guess, config.sub
4881         > terminfo updates -TD
4882           + add mlterm
4883           + add xterm-xf86-v44
4884           + modify xterm-new aka xterm-xfree86 to accommodate luit, which
4885             relies on G1 being used via an ISO-2022 escape sequence (report by
4886             Juliusz Chroboczek)
4887           + add 'hurd' entry
4888
4889 20040619
4890         + reconsidered winsnstr(), decided after comparing other
4891           implementations that wrapping is an X/Open documentation error.
4892         + modify test/inserts.c to test all flavors of insstr().
4893
4894 20040605
4895         + add setlocale() calls to a few test programs which may require it:
4896           demo_forms.c, filter.c, ins_wide.c, inserts.c
4897         + correct a few misspelled function names in ncurses-intro.html (report
4898           by Tony Li).
4899         + correct internal name of key_defined() manpage, which conflicted with
4900           define_key().
4901
4902 20040529
4903         + correct size of internal pad used for holding wide-character
4904           field_buffer() results.
4905         + modify data_ahead() to work with wide-characters.
4906
4907 20040522
4908         + improve description of terminfo if-then-else expressions (suggested
4909           by Arne Thomassen).
4910         + improve test/ncurses.c 'd' test, allow it to use external file for
4911           initial palette (added xterm-16color.dat and linux-color.dat), and
4912           reset colors to the initial palette when starting/ending the test.
4913         + change limit-check in init_color() to allow r/g/b component to
4914           reach 1000 (cf: 20020928).
4915
4916 20040516
4917         + modify form library to use cchar_t's rather than char's in the
4918           wide-character configuration for storing data for field buffers.
4919         + correct logic of win_wchnstr(), which did not work for more than
4920           one cell.
4921
4922 20040508
4923         + replace memset/memcpy usage in form library with for-loops to
4924           simplify changing the datatype of FIELD.buf, part of wide-character
4925           changes.
4926         + fix some inconsistent use of #if/#ifdef (report by Alain Guibert).
4927
4928 20040501
4929         + modify menu library to account for actual number of columns used by
4930           multibyte character strings, in the wide-character configuration
4931           (adapted from patch by Philipp Tomsich).
4932         + add "-x" option to infocmp like tic's "-x", for use in "-F"
4933           comparisons.  This modifies infocmp to only report extended
4934           capabilities if the -x option is given, making this more consistent
4935           with tic.  Some scripts may break, since infocmp previous gave this
4936           information without an option.
4937         + modify termcap-parsing to retain 2-character aliases at the beginning
4938           of an entry if the "-x" option is used in tic.
4939
4940 20040424
4941         + minor compiler-warning and test-program fixes.
4942
4943 20040417
4944         + modify tic's missing-sgr warning to apply to terminfo only.
4945         + free some memory leaks in tic.
4946         + remove check in post_menu() that prevented menus from extending
4947           beyond the screen (request by Max J. Werner).
4948         + remove check in newwin() that prevents allocating windows
4949           that extend beyond the screen.  Solaris curses does this.
4950         + add ifdef in test/color_set.c to allow it to compile with older
4951           curses.
4952         + add napms() calls to test/dots.c to make it not be a CPU hog.
4953
4954 20040403
4955         + modify unctrl() to return null if its parameter does not correspond
4956           to an unsigned char.
4957         + add some limit-checks to guard isprint(), etc., from being used on
4958           values that do not fit into an unsigned char (report by Sami Farin).
4959
4960 20040328
4961         + fix a typo in the _nc_get_locale() change.
4962
4963 20040327
4964         + modify _nc_get_locale() to use setlocale() to query the program's
4965           current locale rather than using getenv().  This fixes a case in tin
4966           which relies on legacy treatment of 8-bit characters when the locale
4967           is not initialized (reported by Urs Jansen).
4968         + add sgr string to screen's and rxvt's terminfo entries -TD.
4969         + add a check in tic for terminfo entries having an sgr0 but no sgr
4970           string.  This confuses Tru64 and HPUX curses when combined with
4971           color, e.g., making them leave line-drawing characters in odd places.
4972         + correct casts used in ABSENT_BOOLEAN, CANCELLED_BOOLEAN, matches the
4973           original definitions used in Debian package to fix PowerPC bug before
4974           20030802 (Debian #237629).
4975
4976 20040320
4977         + modify PutAttrChar() and PUTC() macro to improve use of
4978           A_ALTCHARSET attribute to prevent line-drawing characters from
4979           being lost in situations where the locale would otherwise treat the
4980           raw data as nonprintable (Debian #227879).
4981
4982 20040313
4983         + fix a redefinition of CTRL() macro in test/view.c for AIX 5.2 (report
4984           by Jim Idle).
4985         + remove ".PP" after ".SH NAME" in a few manpages; this confuses
4986           some apropos script (Debian #237831).
4987
4988 20040306
4989         + modify ncurses.c 'r' test so editing commands, like inserted text,
4990           set the field background, and the state of insert/overlay editing
4991           mode is shown in that test.
4992         + change syntax of dummy targets in Ada95 makefiles to work with pmake.
4993         + correct logic in test/ncurses.c 'b' for noncolor terminals which
4994           did not recognize a quit-command (cf: 20030419).
4995
4996 20040228
4997         + modify _nc_insert_ch() to allow for its input to be part of a
4998           multibyte string.
4999         + split out lib_insnstr.c, to prepare to rewrite it.  X/Open states
5000           that this function performs wrapping, unlike all of the other
5001           insert-functions.  Currently it does not wrap.
5002         + check for nl_langinfo(CODESET), use it if available (report by
5003           Stanislav Ievlev).
5004         + split-out CF_BUILD_CC macro, actually did this for lynx first.
5005         + fixes for configure script CF_WITH_DBMALLOC and CF_WITH_DMALLOC,
5006           which happened to work with bash, but not with Bourne shell (report
5007           by Marco d'Itri via tin-dev).
5008
5009 20040221
5010         + some changes to adapt the form library to wide characters, incomplete
5011           (request by Mike Aubury).
5012         + add symbol to curses.h which can be used to suppress include of
5013           stdbool.h, e.g.,
5014                 #define NCURSES_ENABLE_STDBOOL_H 0
5015                 #include <curses.h>
5016           (discussion on XFree86 mailing list).
5017
5018 20040214
5019         + modify configure --with-termlib option to accept a value which sets
5020           the name of the terminfo library.  This would allow a packager to
5021           build libtinfow.so renamed to coincide with libtinfo.so (discussion
5022           with Stanislav Ievlev).
5023         + improve documentation of --with-install-prefix, --prefix and
5024           $(DESTDIR) in INSTALL (prompted by discussion with Paul Lew).
5025         + add configure check if the compiler can use -c -o options to rename
5026           its output file, use that to omit the 'cd' command which was used to
5027           ensure object files are created in a separate staging directory
5028           (prompted by comments by Johnny Wezel, Martin Mokrejs).
5029
5030 20040208 5.4 release for upload to ftp.gnu.org
5031         + update TO-DO.
5032
5033 20040207 pre-release
5034         + minor fixes to _nc_tparm_analyze(), i.e., do not count %i as a param,
5035           and do not count %d if it follows a %p.
5036         + correct an inconsistency between handling of codes in the 128-255
5037           range, e.g., as illustrated by test/ncurses.c f/F tests.  In POSIX
5038           locale, the latter did not show printable results, while the former
5039           did.
5040         + modify MKlib_gen.sh to compensate for broken C preprocessor on Mac
5041           OS X, which alters "%%" to "% % " (report by Robert Simms, fix
5042           verified by Scott Corscadden).
5043
5044 20040131 pre-release
5045         + modify SCREEN struct to align it between normal/wide curses flavors
5046           to simplify future changes to build a single version of libtinfo
5047           (patch by Stanislav Ievlev).
5048         + document handling of carriage return by addch() in manpage.
5049         + document special features of unctrl() in manpage.
5050         + documented interface changes in INSTALL.
5051         + corrected control-char test in lib_addch.c to account for locale
5052           (Debian #230335, cf: 971206).
5053         + updated test/configure.in to use AC_EXEEXT and AC_OBJEXT.
5054         + fixes to compile Ada95 binding with Debian gnat 3.15p-4 package.
5055         + minor configure-script fixes for older ports, e.g., BeOS R4.5.
5056
5057 20040125 pre-release
5058         + amend change to PutAttrChar() from 20030614 which computed the number
5059           of cells for a possibly multi-cell character.  The 20030614 change
5060           forced the cell to a blank if the result from wcwidth() was not
5061           greater than zero.  However, wcwidth() called for parameters in the
5062           range 128-255 can give this return value.  The logic now simply
5063           ensures that the number of cells is greater than zero without
5064           modifying the displayed value.
5065
5066 20040124 pre-release
5067         + looked good for 5.4 release for upload to ftp.gnu.org (but see above)
5068         + modify configure script check for ranlib to use AC_CHECK_TOOL, since
5069           that works better for cross-compiling.
5070
5071 20040117 pre-release
5072         + modify lib_get_wch.c to prefer mblen/mbtowc over mbrlen/mbrtowc to
5073           work around core dump in Solaris 8's locale support, e.g., for
5074           zh_CN.GB18030 (report by Saravanan Bellan).
5075         + add includes for <stdarg.h> and <stdio.h> in configure script macro
5076           to make <wchar.h> check work with Tru64 4.0d.
5077         + add terminfo entry for U/Win -TD
5078         + add terminfo entries for SFU aka Interix aka OpenNT (Federico
5079           Bianchi).
5080         + modify tput's error messages to prefix them with the program name
5081           (report by Vincent Lefevre, patch by Daniel Jacobowitz (see Debian
5082           #227586)).
5083         + correct a place in tack where exit_standout_mode was used instead of
5084           exit_attribute_mode (patch by Jochen Voss (see Debian #224443)).
5085         + modify c++/cursesf.h to use const in the Enumeration_Field method.
5086         + remove an ambiguous (actually redundant) method from c++/cursesf.h
5087         + make $HOME/.terminfo update optional (suggested by Stanislav Ievlev).
5088         + improve sed script which extracts libtool's version in the
5089           CF_WITH_LIBTOOL macro.
5090         + add ifdef'd call to AC_PROG_LIBTOOL to CF_WITH_LIBTOOL macro (to
5091           simplify local patch for Albert Chin-A-Young)..
5092         + add $(CXXFLAGS) to link command in c++/Makefile.in (adapted from
5093           patch by Albert Chin-A-Young)..
5094         + fix a missing substitution in configure.in for "$target" needed for
5095           HPUX .so/.sl case.
5096         + resync CF_XOPEN_SOURCE configure macro with lynx; fixes IRIX64 and
5097           NetBSD 1.6 conflicts with _XOPEN_SOURCE.
5098         + make check for stdbool.h more specific, to ensure that including it
5099           will actually define/declare bool for the configured compiler.
5100         + rewrite ifdef's in curses.h relating NCURSES_BOOL and bool.  The
5101           intention of that is to #define NCURSES_BOOL as bool when the
5102           compiler declares bool, and to #define bool as NCURSES_BOOL when it
5103           does not (reported by Jim Gifford, Sam Varshavchik, cf: 20031213).
5104
5105 20040110 pre-release
5106         + change minor version to 4, i.e., ncurses 5.4
5107         + revised/improved terminfo entries for tvi912b, tvi920b (Benjamin C W
5108           Sittler).
5109         + simplified ncurses/base/version.c by defining the result from the
5110           configure script rather than using sprintf (suggested by Stanislav
5111           Ievlev).
5112         + remove obsolete casts from c++/cursesw.h (reported by Stanislav
5113           Ievlev).
5114         + modify configure script so that when configuring for termlib, programs
5115           such as tic are not linked with the upper-level ncurses library
5116           (suggested by Stanislav Ievlev).
5117         + move version.c from ncurses/base to ncurses/tinfo to allow linking
5118           of tic, etc., using libtinfo (suggested by Stanislav Ievlev).
5119
5120 20040103
5121         + adjust -D's to build ncursesw on OpenBSD.
5122         + modify CF_PROG_EXT to make OS/2 build with EXEEXT.
5123         + add pecho_wchar().
5124         + remove <wctype.h> include from lib_slk_wset.c which is not needed (or
5125           available) on older platforms.
5126
5127 20031227
5128         + add -D's to build ncursew on FreeBSD 5.1.
5129         + modify shared library configuration for FreeBSD 4.x/5.x to add the
5130           soname information (request by Marc Glisse).
5131         + modify _nc_read_tic_entry() to not use MAX_ALIAS, but PATH_MAX only
5132           for limiting the length of a filename in the terminfo database.
5133         + modify termname() to return the terminal name used by setupterm()
5134           rather than $TERM, without truncating to 14 characters as documented
5135           by X/Open (report by Stanislav Ievlev, cf:  970719).
5136         + re-add definition for _BSD_TYPES, lost in merge (cf: 20031206).
5137
5138 20031220
5139         + add configure option --with-manpage-format=catonly to address
5140           behavior of BSDI, allow install of man+cat files on NetBSD, whose
5141           behavior has diverged by requiring both to be present.
5142         + remove leading blanks from comment-lines in manlinks.sed script to
5143           work with Tru64 4.0d.
5144         + add screen.linux terminfo entry (discussion on mutt-users mailing
5145           list).
5146
5147 20031213
5148         + add a check for tic to flag missing backslashes for termcap
5149           continuation lines.  ncurses reads the whole entry, but termcap
5150           applications do not.
5151         + add configure option "--with-manpage-aliases" extending
5152           "--with-manpage-aliases" to provide the option of generating ".so"
5153           files rather than symbolic links for manpage aliases.
5154         + add bool definition in include/curses.h.in for configurations with no
5155           usable C++ compiler (cf: 20030607).
5156         + fix pathname of SigAction.h for building with --srcdir (reported by
5157           Mike Castle).
5158
5159 20031206
5160         + folded ncurses/base/sigaction.c into includes of ncurses/SigAction.h,
5161           since that header is used only within ncurses/tty/lib_tstp.c, for
5162           non-POSIX systems (discussion with Stanislav Ievlev).
5163         + remove obsolete _nc_outstr() function (report by Stanislav Ievlev
5164           <inger@altlinux.org>).
5165         + add test/background.c and test/color_set.c
5166         + modify color_set() function to work with color pair 0 (report by
5167           George Andreou <gbandreo@tem.uoc.gr>).
5168         + add configure option --with-trace, since defining TRACE seems too
5169           awkward for some cases.
5170         + remove a call to _nc_free_termtype() from read_termtype(), since the
5171           corresponding buffer contents were already zeroed by a memset (cf:
5172           20000101).
5173         + improve configure check for _XOPEN_SOURCE and related definitions,
5174           adding special cases for Solaris' __EXTENSIONS__ and FreeBSD's
5175           __BSD_TYPES (reports by Marc Glisse <marc.glisse@normalesup.org>).
5176         + small fixes to compile on Solaris and IRIX64 using cc.
5177         + correct typo in check for pre-POSIX sort options in MKkey_defs.sh
5178           (cf: 20031101).
5179
5180 20031129
5181         + modify _nc_gettime() to avoid a problem with arithmetic on unsigned
5182           values (Philippe Blain).
5183         + improve the nanosleep() logic in napms() by checking for EINTR and
5184           restarting (Philippe Blain).
5185         + correct expression for "%D" in lib_tgoto.c (Juha Jarvi
5186           <mooz@welho.com>).
5187
5188 20031122
5189         + add linux-vt terminfo entry (Andrey V Lukyanov <land@long.yar.ru>).
5190         + allow "\|" escape in terminfo; tic should not warn about this.
5191         + save the full pathname of the trace-file the first time it is opened,
5192           to avoid creating it in different directories if the application
5193           opens and closes it while changing its working directory.
5194         + modify configure script to provide a non-empty default for
5195           $BROKEN_LINKER
5196
5197 20031108
5198         + add DJGPP to special case of DOS-style drive letters potentially
5199           appearing in TERMCAP environment variable.
5200         + fix some spelling in comments (reports by Jason McIntyre, Jonathon
5201           Gray).
5202         + update config.guess, config.sub
5203
5204 20031101
5205         + fix a memory leak in error-return from setupterm() (report by
5206           Stanislav Ievlev <inger@altlinux.org>).
5207         + use EXEEXT and OBJEXT consistently in makefiles.
5208         + amend fixes for cross-compiling to use separate executable-suffix
5209           BUILD_EXEEXT (cf: 20031018).
5210         + modify MKkey_defs.sh to check for sort utility that does not
5211           recognize key options, e.g., busybox (report by Peter S Mazinger
5212           <ps.m@gmx.net>).
5213         + fix potential out-of-bounds indexing in _nc_infotocap() (found by
5214           David Krause using some of the new malloc debugging features
5215           under OpenBSD, patch by Ted Unangst).
5216         + modify CF_LIB_SUFFIX for Itanium releases of HP-UX, which use a
5217           ".so" suffix (patch by Jonathan Ward <Jonathan.Ward@hp.com>).
5218
5219 20031025
5220         + update terminfo for xterm-xfree86 -TD
5221         + add check for multiple "tc=" clauses in a termcap to tic.
5222         + check for missing op/oc in tic.
5223         + correct _nc_resolve_uses() and _nc_merge_entry() to allow infocmp and
5224           tic to show cancelled capabilities.  These functions were ignoring
5225           the state of the target entry, which should be untouched if cancelled.
5226         + correct comment in tack/output.c (Debian #215806).
5227         + add some null-pointer checks to lib_options.c (report by Michael
5228           Bienia).
5229         + regenerated html documentation.
5230         + correction to tar-copy.sh, remove a trap command that resulted in
5231           leaving temporary files (cf: 20030510).
5232         + remove contact/maintainer addresses for Juergen Pfeifer (his request).
5233
5234 20031018
5235         + updated test/configure to reflect changes for libtool (cf: 20030830).
5236         + fix several places in tack/pad.c which tested and used the parameter-
5237           and parameterless strings inconsistently, i.e., in pad_rin(),
5238           pad_il(), pad_indn() and pad_dl() (Debian #215805).
5239         + minor fixes for configure script and makefiles to cleanup executables
5240           generated when cross-compiling for DJGPP.
5241         + modify infocmp to omit check for $TERM for operations that do not
5242           require it, e.g., "infocmp -e" used to build fallback list (report by
5243           Egmont Koblinger).
5244
5245 20031004
5246         + add terminfo entries for DJGPP.
5247         + updated note about maintainer in ncurses-intro.html
5248
5249 20030927
5250         + update terminfo entries for gnome terminal.
5251         + modify tack to reset colors after each color test, correct a place
5252           where exit_standout_mode was used instead of exit_attribute_mode.
5253         + improve tack's bce test by making it set colors other than black
5254           on white.
5255         + plug a potential recursion between napms() and _nc_timed_wait()
5256           (report by Philippe Blain).
5257
5258 20030920
5259         + add --with-rel-version option to allow workaround to allow making
5260           libtool on Darwin generate the "same" library names as with the
5261           --with-shared option.  The Darwin ld program does not work well
5262           with a zero as the minor-version value (request by Chris Zubrzycki).
5263         + modify CF_MIXEDCASE_FILENAMES macro to work with cross-compiling.
5264         + modify tack to allow it to run from fallback terminfo data.
5265         > patch by Philippe Blain:
5266         + improve PutRange() by adjusting call to EmitRange() and corresponding
5267           return-value to not emit unchanged characters on the end of the
5268           range.
5269         + improve a check for changed-attribute by exiting a loop when the
5270           change is found.
5271         + improve logic in TransformLine(), eliminating a duplicated comparison
5272           in the clr_bol logic.
5273
5274 20030913
5275         > patch by Philippe Blain:
5276         + in ncurses/tty/lib_mvcur.c,
5277           move the label 'nonlocal' just before the second gettimeofday() to
5278           be able to compute the diff time when 'goto nonlocal' used.
5279           Rename 'msec' to 'microsec' in the debug-message.
5280         + in ncurses/tty/lib_mvcur.c,
5281           Use _nc_outch() in carriage return/newline movement instead of
5282           putchar() which goes to stdout.  Move test for xold>0 out of loop.
5283         + in ncurses/tinfo/setbuf.c,
5284           Set the flag SP->_buffered at the end of operations when all has been
5285           successful (typeMalloc can fail).
5286         + simplify NC_BUFFERED macro by moving check inside _nc_setbuf().
5287
5288 20030906
5289         + modify configure script to avoid using "head -1", which does not
5290           work if POSIXLY_CORRECT (sic) is set.
5291         + modify run_tic.in to avoid using wrong shared libraries when
5292           cross-compiling (Dan Kegel).
5293
5294 20030830
5295         + alter configure script help message to make it clearer that
5296           --with-build-cc does not specify a cross-compiler (suggested by Dan
5297           Kegel <dank@kegel.com>).
5298         + modify configure script to accommodate libtool 1.5, as well as add an
5299           parameter to the "--with-libtool" option which can specify the
5300           pathname of libtool (report by Chris Zubrzycki).  We note that
5301           libtool 1.5 has more than one bug in its C++ support, so it is not
5302           able to install libncurses++, for instance, if $DESTDIR or the option
5303           --with-install-prefix is used.
5304
5305 20030823
5306         > patch by Philippe Blain:
5307         + move assignments to SP->_cursrow, SP->_curscol into online_mvcur().
5308         + make baudrate computation in delay_output() consistent with the
5309           assumption in _nc_mvcur_init(), i.e., a byte is 9 bits.
5310
5311 20030816
5312         + modify logic in waddch_literal() to take into account zh_TW.Big5
5313           whose multibyte sequences may contain "printable" characters, e.g.,
5314           a "g" in the sequence "\247g" (Debian #204889, cf: 20030621).
5315         + improve storage used by _nc_safe_strcpy() by ensuring that the size
5316           is reset based on the initialization call, in case it were called
5317           after other strcpy/strcat calls (report by Philippe Blain).
5318         > patch by Philippe Blain:
5319         + remove an unused ifdef for REAL_ATTR & WANT_CHAR
5320         + correct a place where _cup_cost was used rather than _cuu_cost
5321
5322 20030809
5323         + fix a small memory leak in _nc_free_termtype().
5324         + close trace-file if trace() is called with a zero parameter.
5325         + free memory allocated for soft-key strings, in delscreen().
5326         + fix an allocation size in safe_sprintf.c for the "*" format code.
5327         + correct safe_sprintf.c to not return a null pointer if the format
5328           happens to be an empty string.  This applies to the "configure
5329           --enable-safe-sprintf" option (Redhat #101486).
5330
5331 20030802
5332         + modify casts used for ABSENT_BOOLEAN and CANCELLED_BOOLEAN (report by
5333           Daniel Jacobowitz).
5334         > patch by Philippe Blain:
5335         + change padding for change_scroll_region to not be proportional to
5336           the size of the scroll-region.
5337         + correct error-return in _nc_safe_strcat().
5338
5339 20030726
5340         + correct limit-checks in _nc_scroll_window() (report and test-case by
5341           Thomas Graf <graf@dms.at> cf: 20011020).
5342         + re-order configure checks for _XOPEN_SOURCE to avoid conflict with
5343           _GNU_SOURCE check.
5344
5345 20030719
5346         + use clr_eol in preference to blanks for bce terminals, so select and
5347           paste will have fewer trailing blanks, e.g., when using xterm
5348           (request by Vincent Lefevre).
5349         + correct prototype for wunctrl() in manpage.
5350         + add configure --with-abi-version option (discussion with Charles
5351           Wilson).
5352         > cygwin changes from Charles Wilson:
5353           + aclocal.m4: on cygwin, use autodetected prefix for import
5354             and static lib, but use "cyg" for DLL.
5355           + include/ncurses_dll.h: correct the comments to reflect current
5356             status of cygwin/mingw port.  Fix compiler warning.
5357           + misc/run_tic.in: ensure that tic.exe can find the uninstalled
5358             DLL, by adding the lib-directory to the PATH variable.
5359           + misc/terminfo.src (nxterm|xterm-color): make xterm-color
5360             primary instead of nxterm, to match XFree86's xterm.terminfo
5361             usage and to prevent circular links.
5362             (rxvt): add additional codes from rxvt.org.
5363             (rxvt-color): new alias
5364             (rxvt-xpm): new alias
5365             (rxvt-cygwin): like rxvt, but with special acsc codes.
5366             (rxvt-cygwin-native): ditto.  rxvt may be run under XWindows, or
5367             with a "native" MSWin GUI.  Each takes different acsc codes,
5368             which are both different from the "normal" rxvt's acsc.
5369             (cygwin): cygwin-in-cmd.exe window.  Lots of fixes.
5370             (cygwinDBG): ditto.
5371           + mk-1st.awk: use "cyg" for the DLL prefix, but "lib" for import
5372             and static libs.
5373
5374 20030712
5375         + update config.guess, config.sub
5376         + add triples for configuring shared libraries with the Debian
5377           GNU/FreeBSD packages (patch by Robert Millan <zeratul2@wanadoo.es>).
5378
5379 20030705
5380         + modify CF_GCC_WARNINGS so it only applies to gcc, not g++.  Some
5381           platforms have installed g++ along with the native C compiler, which
5382           would not accept gcc warning options.
5383         + add -D_XOPEN_SOURCE=500 when configuring with --enable-widec, to
5384           get mbstate_t declaration on HPUX 11.11 (report by David Ellement).
5385         + add _nc_pathlast() to get rid of casts in _nc_basename() calls.
5386         + correct a sign-extension in wadd_wch() and wecho_wchar() from
5387           20030628 (report by Tomohiro Kubota).
5388         + work around omission of btowc() and wctob() from wide-character
5389           support (sic) in NetBSD 1.6 using mbtowc() and wctomb() (report by
5390           Gabor Z Papp).
5391         + add portability note to curs_get_wstr.3x (Debian #199957).
5392
5393 20030628
5394         + rewrite wadd_wch() and wecho_wchar() to call waddch() and wechochar()
5395           respectively, to avoid calling waddch_noecho() with wide-character
5396           data, since that function assumes its input is 8-bit data.
5397           Similarly, modify waddnwstr() to call wadd_wch().
5398         + remove logic from waddnstr() which transformed multibyte character
5399           strings into wide-characters.  Rewrite of waddch_literal() from
5400           20030621 assumes its input is raw multibyte data rather than wide
5401           characters (report by Tomohiro Kubota).
5402
5403 20030621
5404         + write getyx() and related 2-return macros in terms of getcury(),
5405           getcurx(), etc.
5406         + modify waddch_literal() in case an application passes bytes of a
5407           multibyte character directly to waddch().  In this case, waddch()
5408           must reassemble the bytes into a wide-character (report by Tomohiro
5409           Kubota <kubota@debian.org>).
5410
5411 20030614
5412         + modify waddch_literal() in case a multibyte value occupies more than
5413           two cells.
5414         + modify PutAttrChar() to compute the number of character cells that
5415           are used in multibyte values.  This fixes a problem displaying
5416           double-width characters (report/test by Mitsuru Chinen
5417           <mchinen@yamato.ibm.com>).
5418         + add a null-pointer check for result of keyname() in _tracechar()
5419         + modify _tracechar() to work around glibc sprintf bug.
5420
5421 20030607
5422         + add a call to setlocale() in cursesmain.cc, making demo display
5423           properly in a UTF-8 locale.
5424         + add a fallback definition in curses.priv.h for MB_LEN_MAX (prompted
5425           by discussion with Gabor Z Papp).
5426         + use macros NCURSES_ACS() and NCURSES_WACS() to hide cast needed to
5427           appease -Wchar-subscript with g++ 3.3 (Debian #195732).
5428         + fix a redefinition of $RANLIB in the configure script when libtool
5429           is used, which broke configure on Mac OS X (report by Chris Zubrzycki
5430           <beren@mac.com>).
5431         + simplify ifdef for bool declaration in curses.h.in (suggested by
5432           Albert Chin-A-Young).
5433         + remove configure script check to allow -Wconversion for older
5434           versions of gcc (suggested by Albert Chin-A-Young).
5435
5436 20030531
5437         + regenerated html manpages.
5438         + modify ifdef's in curses.h.in that disabled use of __attribute__()
5439           for g++, since recent versions implement the cases which ncurses uses
5440           (Debian #195230).
5441         + modify _nc_get_token() to handle a case where an entry has no
5442           description, and capabilities begin on the same line as the entry
5443           name.
5444         + fix a typo in ncurses_dll.h reported by gcc 3.3.
5445         + add an entry for key_defined.3x to man_db.renames.
5446
5447 20030524
5448         + modify setcchar() to allow converting control characters to complex
5449           characters (report/test by Mitsuru Chinen <mchinen@yamato.ibm.com>).
5450         + add tkterm entry -TD
5451         + modify parse_entry.c to allow a terminfo entry with a leading
5452           2-character name (report by Don Libes).
5453         + corrected acsc in screen.teraterm, which requires a PC-style mapping.
5454         + fix trace statements in read_entry.c to use lseek() rather than
5455           tell().
5456         + fix signed/unsigned warnings from Sun's compiler (gcc should give
5457           these warnings, but it is unpredictable).
5458         + modify configure script to omit -Winline for gcc 3.3, since that
5459           feature is broken.
5460         + modify manlinks.sed to add a few functions that were overlooked since
5461           they return function pointers:  field_init, field_term, form_init,
5462           form_term, item_init, item_term, menu_init and menu_term.
5463
5464 20030517
5465         + prevent recursion in wgetch() via wgetnstr() if the connection cannot
5466           be switched between cooked/raw modes because it is not a TTY (report
5467           by Wolfgang Gutjahr <gutw@knapp.com>).
5468         + change parameter of define_key() and key_defined() to const (prompted
5469           by Debian #192860).
5470         + add a check in test/configure for ncurses extensions, since there
5471           are some older versions, etc., which would not compile with the
5472           current test programs.
5473         + corrected demo in test/ncurses.c of wgetn_wstr(), which did not
5474           convert wchar_t string to multibyte form before printing it.
5475         + corrections to lib_get_wstr.c:
5476           + null-terminate buffer passed to setcchar(), which occasionally
5477             failed.
5478           + map special characters such as erase- and kill-characters into
5479             key-codes so those will work as expected even if they are not
5480             mentioned in the terminfo.
5481         + modify PUTC() and Charable() macros to make wide-character line
5482           drawing work for POSIX locale on Linux console (cf: 20021221).
5483
5484 20030510
5485         + make typography for program options in manpages consistent (report
5486           by Miloslav Trmac <mitr@volny.cz>).
5487         + correct dependencies in Ada95/src/Makefile.in, so the builds with
5488           "--srcdir" work (report by Warren L Dodge).
5489         + correct missing definition of $(CC) in Ada95/gen/Makefile.in
5490           (reported by Warren L Dodge <warrend@mdhost.cse.tek.com>).
5491         + fix typos and whitespace in manpages (patch by Jason McIntyre
5492           <jmc@prioris.mini.pw.edu.pl>).
5493
5494 20030503
5495         + fix form_driver() cases for REQ_CLR_EOF, REQ_CLR_EOL, REQ_DEL_CHAR,
5496           REQ_DEL_PREV and REQ_NEW_LINE, which did not ensure the cursor was at
5497           the editing position before making modifications.
5498         + add test/demo_forms and associated test/edit_field.c demos.
5499         + modify test/configure.in to use test/modules for the list of objects
5500           to compile rather than using the list of programs.
5501
5502 20030419
5503         + modify logic of acsc to use the original character if no mapping is
5504           defined, noting that Solaris does this.
5505         + modify ncurses 'b' test to avoid using the acs_map[] array since
5506           20021231 changes it to no longer contain information from the acsc
5507           string.
5508         + modify makefile rules in c++, progs, tack and test to ensure that
5509           the compiler flags (e.g., $CFLAGS or $CCFLAGS) are used in the link
5510           command (report by Jose Luis Rico Botella <informatica@serpis.com>).
5511         + modify soft-key initialization to use A_REVERSE if A_STANDOUT would
5512           not be shown when colors are used, i.e., if ncv#1 is set in the
5513           terminfo as is done in "screen".
5514
5515 20030412
5516         + add a test for slk_color(), in ncurses.c
5517         + fix some issues reported by valgrind in the slk_set() and slk_wset()
5518           code, from recent rewrite.
5519         + modify ncurses 'E' test to use show previous label via slk_label(),
5520           as in 'e' test.
5521         + modify wide-character versions of NewChar(), NewChar2() macros to
5522           ensure that the whole struct is initialized.
5523
5524 20030405
5525         + modify setupterm() to check if the terminfo and terminal-modes have
5526           already been read.  This ensures that it does not reinvoke
5527           def_prog_mode() when an application calls more than one function,
5528           such as tgetent() and initscr() (report by Olaf Buddenhagen).
5529
5530 20030329
5531         + add 'E' test to ncurses.c, to exercise slk_wset().
5532         + correct handling of carriage-return in wgetn_wstr(), used in demo of
5533           slk_wset().
5534         + first draft of slk_wset() function.
5535
5536 20030322
5537         + improved warnings in tic when suppressing items to fit in termcap's
5538           1023-byte limit.
5539         + built a list in test/README showing which externals are being used
5540           by either programs in the test-directory or via internal library
5541           calls.
5542         + adjust include-options in CF_ETIP_DEFINES to avoid missing
5543           ncurses_dll.h, fixing special definitions that may be needed for
5544           etip.h (reported by Greg Schafer <gschafer@zip.com.au>).
5545
5546 20030315
5547         + minor fixes for cardfile.c, to make it write the updated fields to
5548           a file when ^W is given.
5549         + add/use _nc_trace_bufcat() to eliminate some fixed buffer limits in
5550           trace code.
5551
5552 20030308
5553         + correct a case in _nc_remove_string(), used by define_key(), to avoid
5554           infinite loop if the given string happens to be a substring of other
5555           strings which are assigned to keys (report by John McCutchan).
5556         + add key_defined() function, to tell which keycode a string is bound
5557           to (discussion with John McCutchan <ttb@tentacle.dhs.org>).
5558         + correct keybound(), which reported definitions in the wrong table,
5559           i.e., the list of definitions which are disabled by keyok().
5560         + modify demo_keydef.c to show the details it changes, and to check
5561           for errors.
5562
5563 20030301
5564         + restructured test/configure script, make it work for libncursesw.
5565         + add description of link_fieldtype() to manpage (report by
5566           L Dee Holtsclaw <dee@sunbeltsoft.com>).
5567
5568 20030222
5569         + corrected ifdef's relating to configure check for wchar_t, etc.
5570         + if the output is a socket or other non-tty device, use 1 millisecond
5571           for the cost in mvcur; previously it was 9 milliseconds because the
5572           baudrate was not known.
5573         + in _nc_get_tty_mode(), initialize the TTY buffer on error, since
5574           glibc copies uninitialized data in that case, as noted by valgrind.
5575         + modify tput to use the same parameter analysis as tparm() does, to
5576           provide for user-defined strings, e.g., for xterm title, a
5577           corresponding capability might be
5578                 title=\E]2;%p1%s^G,
5579         + modify MKlib_gen.sh to avoid passing "#" tokens through the C
5580           preprocessor.  This works around Mac OS X's preprocessor, which
5581           insists on adding a blank on each side of the token (report/analysis
5582           by Kevin Murphy <murphy@genome.chop.edu>).
5583
5584 20030215
5585         + add configure check for wchar_t and wint_t types, rather than rely
5586           on preprocessor definitions.  Also work around for gcc fixinclude
5587           bug which creates a shadow copy of curses.h if it sees these symbols
5588           apparently typedef'd.
5589         + if database is disabled, do not generate run_tic.sh
5590         + minor fixes for memory-leak checking when termcap is read.
5591
5592 20030208
5593         + add checking in tic for incomplete line-drawing character mapping.
5594         + updated configure script to reflect fix for AC_PROG_GCC_TRADITIONAL,
5595           which is broken in autoconf 2.5x for Mac OS X 10.2.3 (report by
5596           Gerben Wierda <Sherlock@rna.nl>).
5597         + make return value from _nc_printf_string() consistent.  Before,
5598           depending on whether --enable-safe-sprintf was used, it might not be
5599           cached for reallocating.
5600
5601 20030201
5602         + minor fixes for memory-leak checking in lib_tparm.c, hardscroll.c
5603         + correct a potentially-uninitialized value if _read_termtype() does
5604           not read as much data as expected (report by Wolfgang Rohdewald
5605           <wr6@uni.de>).
5606         + correct several places where the aclocal.m4 macros relied on cache
5607           variable names which were incompatible (as usual) between autoconf
5608           2.13 and 2.5x, causing the test for broken-linker to give incorrect
5609           results (reports by Gerben Wierda <Sherlock@rna.nl> and Thomas Esser
5610           <te@dbs.uni-hannover.de>).
5611         + do not try to open gpm mouse driver if standard output is not a tty;
5612           the gpm library does not make this check (bug report for dialog
5613           by David Oliveira <davidoliveira@develop.prozone.ws>).
5614
5615 20030125
5616         + modified emx.src to correspond more closely to terminfo.src, added
5617           emx-base to the latter -TD
5618         + add configure option for FreeBSD sysmouse, --with-sysmouse, and
5619           implement support for that in lib_mouse.c, lib_getch.c
5620
5621 20030118
5622         + revert 20030105 change to can_clear_with(), does not work for the
5623           case where the update is made on cells which are blanks with
5624           attributes, e.g., reverse.
5625         + improve ifdef's to guard against redefinition of wchar_t and wint_t
5626           in curses.h (report by Urs Jansen).
5627
5628 20030111
5629         + improve mvcur() by checking if it is safe to move when video
5630           attributes are set (msgr), and if not, reset/restore attributes
5631           within that function rather than doing it separately in the GoTo()
5632           function in tty_update.c (suggested by Philippe Blain).
5633         + add a message in run_tic.in to explain more clearly what does not
5634           work when attempting to create a symbolic link for /usr/lib/terminfo
5635           on OS/2 and other platforms with no symbolic links (report by John
5636           Polterak).
5637         + change several sed scripts to avoid using "\+" since it is not a BRE
5638           (basic regular expression).  One instance caused terminfo.5 to be
5639           misformatted on FreeBSD (report by Kazuo Horikawa
5640           <horikawa@FreeBSD.org> (see FreeBSD docs/46709)).
5641         + correct misspelled 'wint_t' in curs_get_wch.3x (Michael Elkins).
5642
5643 20030105
5644         + improve description of terminfo operators, especially static/dynamic
5645           variables (comments by Mark I Manning IV <mark4th@earthlink.net>).
5646         + demonstrate use of FIELDTYPE by modifying test/ncurses 'r' test to
5647           use the predefined TYPE_ALPHA field-type, and by defining a
5648           specialized type for the middle initial/name.
5649         + fix MKterminfo.sh, another workaround for POSIXLY_CORRECT misfeature
5650           of sed 4.0
5651         > patch by Philippe Blain:
5652         + optimize can_clear_with() a little by testing first if the parameter
5653           is indeed a "blank".
5654         + simplify ClrBottom() a little by allowing it to use clr_eos to clear
5655           sections as small as one line.
5656         + improve ClrToEOL() by checking if clr_eos is available before trying
5657           to use it.
5658         + use tputs() rather than putp() in a few cases in tty_update.c since
5659           the corresponding delays are proportional to the number of lines
5660           affected: repeat_char, clr_eos, change_scroll_region.
5661
5662 20021231
5663         + rewrite of lib_acs.c conflicts with copying of SCREEN acs_map to/from
5664           global acs_map[] array; removed the lines that did the copying.
5665
5666 20021228
5667         + change some overlooked tputs() calls in scrolling code to use putp()
5668           (report by Philippe Blain).
5669         + modify lib_getch.c to avoid recursion via wgetnstr() when the input
5670           is not a tty and consequently mode-changes do not work (report by
5671           <R.Chamberlin@querix.com>).
5672         + rewrote lib_acs.c to allow PutAttrChar() to decide how to render
5673           alternate-characters, i.e., to work with Linux console and UTF-8
5674           locale.
5675         + correct line/column reference in adjust_window(), needed to make
5676           special windows such as curscr track properly when resizing (report
5677           by Lucas Gonze <lgonze@panix.com>).
5678         > patch by Philippe Blain:
5679         + correct the value used for blank in ClrBottom() (broken in 20000708).
5680         + correct an off-by-one in GoTo() parameter in _nc_scrolln().
5681
5682 20021221
5683         + change several tputs() calls in scrolling code to use putp(), to
5684           enable padding which may be needed for some terminals (patch by
5685           Philippe Blain).
5686         + use '%' as sed substitute delimiter in run_tic script to avoid
5687           problems with pathname delimiters such as ':' and '@' (report by John
5688           Polterak).
5689         + implement a workaround so that line-drawing works with screen's
5690           crippled UTF-8 support (tested with 3.9.13).  This only works with
5691           the wide-character support (--enable-widec); the normal library will
5692           simply suppress line-drawing when running in a UTF-8 locale in screen.
5693
5694 20021214
5695         + allow BUILD_CC and related configure script variables to be
5696           overridden from the environment.
5697         + make build-tools variables in ncurses/Makefile.in consistent with
5698           the configure script variables (report by Maciej W Rozycki).
5699         + modify ncurses/modules to allow
5700                 configure --disable-leaks --disable-ext-funcs
5701           to build (report by Gary Samuelson).
5702         + fix a few places in configure.in which lacked quotes (report by
5703           Gary Samuelson <gary.samuelson@verizon.com>).
5704         + correct handling of multibyte characters in waddch_literal() which
5705           force wrapping because they are started too late on the line (report
5706           by Sam Varshavchik).
5707         + small fix for CF_GNAT_VERSION to ignore the help-message which
5708           gnatmake adds to its version-message.
5709         > Maciej W Rozycki <macro@ds2.pg.gda.pl>:
5710         + use AC_CHECK_TOOL to get proper values for AR and LD for cross
5711           compiling.
5712         + use $cross_compiling variable in configure script rather than
5713           comparing $host_alias and $target alias, since "host" is
5714           traditionally misused in autoconf to refer to the target platform.
5715         + change configure --help message to use "build" rather than "host"
5716           when referring to the --with-build-XXX options.
5717
5718 20021206
5719         + modify CF_GNAT_VERSION to print gnatmake's version, and to allow for
5720           possible gnat versions such as 3.2 (report by Chris Lingard
5721           <chris@stockwith.co.uk>).
5722         + modify #define's for CKILL and other default control characters in
5723           tset to use the system's default values if they are defined.
5724         + correct interchanged defaults for kill and interrupt characters
5725           in tset, which caused it to report unnecessarily (Debian #171583).
5726         + repair check for missing C++ compiler, which is broken in autoconf
5727           2.5x by hardcoding it to g++ (report by Martin Mokrejs).
5728         + update config.guess, config.sub (2002-11-30)
5729         + modify configure script to skip --with-shared, etc., when the
5730           --with-libtool option is given, since they would be ignored anyway.
5731         + fix to allow "configure --with-libtool --with-termlib" to build.
5732         + modify configure script to show version number of libtool, to help
5733           with bug reports.  libtool still gets confused if the installed
5734           ncurses libraries are old, since it ignores the -L options at some
5735           point (tested with libtool 1.3.3 and 1.4.3).
5736         + reorder configure script's updating of $CPPFLAGS and $CFLAGS to
5737           prevent -I options in the user's environment from introducing
5738           conflicts with the build -I options (may be related to reports by
5739           Patrick Ash and George Goffe).
5740         + rename test/define_key.c to test/demo_defkey.c, test/keyok.c to
5741           test/demo_keyok.c to allow building these with libtool.
5742
5743 20021123
5744         + add example program test/define_key.c for define_key().
5745         + add example program test/keyok.c for keyok().
5746         + add example program test/ins_wide.c for wins_wch() and wins_wstr().
5747         + modify wins_wch() and wins_wstr() to interpret tabs by using the
5748           winsch() internal function.
5749         + modify setcchar() to allow for wchar_t input strings that have
5750           more than one spacing character.
5751
5752 20021116
5753         + fix a boundary check in lib_insch.c (patch by Philippe Blain).
5754         + change type for *printw functions from NCURSES_CONST to const
5755           (prompted by comment by Pedro Palhoto Matos <plpm@mega.ist.utl.pt>,
5756           but really from a note on X/Open's website stating that either is
5757           acceptable, and the latter will be used in a future revision).
5758         + add xterm-1002, xterm-1003 terminfo entries to demonstrate changes in
5759           lib_mouse.c (20021026) -TD
5760         + add screen-bce, screen-s entries from screen 3.9.13 (report by
5761           Adam Lazur <zal@debian.org>) -TD
5762         + add mterm terminfo entries -TD
5763
5764 20021109
5765         + split-out useful fragments in terminfo for vt100 and vt220 numeric
5766           keypad, i.e., vt100+keypad, vt100+pfkeys, vt100+fnkeys and
5767           vt220+keypad.  The last as embedded in various entries had ka3 and
5768           kb2 interchanged (report/discussion with Leonard den Ottolander
5769           <leonardjo@hetnet.nl>).
5770         + add check in tic for keypads consistent with vt100 layout.
5771         + improve checks in tic for color capabilities
5772
5773 20021102
5774         + check for missing/empty/illegal terminfo name in _nc_read_entry()
5775           (report by Martin Mokrejs, where $TERM was set to an empty string).
5776         + rewrote lib_insch.c, combining it with lib_insstr.c so both handle
5777           tab and other control characters consistently (report by Philippe
5778           Blain).
5779         + remove an #undef for KEY_EVENT from curses.tail used in the
5780           experimental NCURSES_WGETCH_EVENTS feature.  The #undef confuses
5781           dpkg's build script (Debian #165897).
5782         + fix MKlib_gen.sh, working around the ironically named POSIXLY_CORRECT
5783           feature of GNU sed 4.0 (reported by Ervin Nemeth <airwin@inf.bme.hu>).
5784
5785 20021026
5786         + implement logic in lib_mouse.c to handle position reports which are
5787           generated when XFree86 xterm is initialized with private modes 1002
5788           or 1003.  These are returned to the application as the
5789           REPORT_MOUSE_POSITION mask, which was not implemented.  Tested both
5790           with ncurses 'a' menu (prompted by discussion with Larry Riedel
5791           <Larry@Riedel.org>).
5792         + modify lib_mouse.c to look for "XM" terminfo string, which allows
5793           one to override the escape sequence used to enable/disable mouse
5794           mode.  In particular this works for XFree86 xterm private modes
5795           1002 and 1003.  If "XM" is missing (note that this is an extended
5796           name), lib_mouse uses the conventional private mode 1000.
5797         + correct NOT_LOCAL() macro in lib_mvcur.c to refer to screen_columns
5798           where it used screen_lines (report by Philippe Blain).
5799         + correct makefile rules for the case when both --with-libtool and
5800           --with-gpm are given (report by Mr E_T <troll@logi.net.au>).
5801         + add note to terminfo manpage regarding the differences between
5802           setaf/setab and setf/setb capabilities (report by Pavel Roskin).
5803
5804 20021019
5805         + remove redundant initialization of TABSIZE in newterm(), since it is
5806           already done in setupterm() (report by Philippe Blain).
5807         + add test/inserts.c, to test winnstr() and winsch().
5808         + replace 'sort' in dist.mk with script that sets locale to POSIX.
5809         + update URLs in announce.html.in (patch by Frederic L W Meunier).
5810         + remove glibc add-on files, which are no longer needed (report by
5811           Frederic L W Meunier).
5812
5813 20021012 5.3 release for upload to ftp.gnu.org
5814         + modify ifdef's in etip.h.in to allow the etip.h header to compile
5815           with gcc 3.2 (patch by Dimitar Zhekov <jimmy@is-vn.bg>).
5816         + add logic to setupterm() to make it like initscr() and newterm(),
5817           by checking for $NCURSES_TRACE environment variable and enabling
5818           the debug trace in that case.
5819         + modify setupterm() to ensure that it initializes the baudrate, for
5820           applications such as tput (report by Frank Henigman).
5821         + modify definition of bits used for command-line and library debug
5822           traces to avoid overlap, using new definition TRACE_SHIFT to relate
5823           the two.
5824         + document tput's interpretation of parameterized strings according to
5825           whether parameters are given, etc. (discussion with Robert De Bath).
5826
5827 20021005 pre-release
5828         + correct winnwstr() to account for non-character cells generated when
5829           a double-width character is added (report by Michael Bienia
5830           <michael@vorlon.ping.de>).
5831         + modify _nc_viswbuf2n() to provide better results using wctomb().
5832         + correct logic in _nc_varargs() which broke tracing of parameters for
5833           formats such as "%.*s".
5834         + correct scale factor in linux-c and linux-c-nc terminfo entries
5835           (report Floyd Davidson).
5836         + change tic -A option to -t, add the same option to infocmp for
5837           consistency.
5838         + correct "%c" implementation in lib_tparm.c, which did not map a null
5839           character to a 128 (cf: 980620) (patch by Frank Henigman
5840           <fjhenigman@mud.cgl.uwaterloo.ca>).
5841
5842 20020928 pre-release
5843         + modify MKkey_defs.sh to check for POSIX sort -k option, use that if
5844           it is found, to accommodate newer utility which dropped the
5845           compatibility support for +number options (reported by Andrey A
5846           Chernov).
5847         + modify linux terminfo entry to use color palette feature from
5848           linux-c-nc entry (comments by Tomasz Wasiak and Floyd Davidson).
5849         + restore original color definitions in endwin() if init_color() was
5850           used, and resume those colors on the next doupdate() or refresh()
5851           (report by Tomasz Wasiak <tjwasiak@komputom.com.pl>).
5852         + improve debug-traces by modifying MKlib_gen.sh to generate calls
5853           to returnBool() and returnAttr().
5854         + add/use _nc_visbufn() and _nc_viswbufn() to limit the debug trace
5855           of waddnstr() and similar functions to match the parameters as used.
5856         + add/use _nc_retrace_bool() and _nc_retrace_unsigned().
5857         + correct type used by _nc_retrace_chtype().
5858         + add debug traces to some functions in lib_mouse.c
5859         + modify lib_addch.c to handle non-spacing characters.
5860         + correct parameter of RemAttr() in lib_bkgd.c, which caused the c++
5861           demo's boxes to lose the A_ALTCHARSET flag (broken in 20020629).
5862         + correct width computed in _tracedump(), which did not account for
5863           the attributes (broken in 20010602).
5864         + modify test/tracemunch to replace addresses for windows other than
5865           curscr, newscr and stdscr with window0, window1, etc.
5866
5867 20020921 pre-release
5868         + redid fix for edit_man.sed path.
5869         + workaround for Cygwin bug which makes subprocess writes to stdout
5870           result in core dump.
5871         + documented getbegx(), etc.
5872         + minor fixes to configure script to use '%' consistently as a sed
5873           delimiter rather than '@'.
5874         > patch by Philippe Blain:
5875         + add check in lib_overlay.c to ensure that the windows to be merged
5876           actually overlap, and in copywin(), limit the area to be touched
5877           to the lines given for the destination window.
5878
5879 20020914 pre-release
5880         + modified curses.h so that if the wide-character version is installed
5881           overwriting /usr/include/curses.h, and if it relied on libutf8.h,
5882           then applications that use that header for wide-character support
5883           must define HAVE_LIBUTF8_H.
5884         + modify putwin(), getwin() and dupwin() to allow them to operate on
5885           pads (request by Philippe Blain).
5886         + correct attribute-merging in wborder(), broken in 20020216 (report
5887           by Tomasz Wasiak <tjwasiak@grubasek.komputom.com.pl>).
5888         > patch by Philippe Blain:
5889         + corrected pop-counts in tparam_internal() to '!' and '~' cases.
5890         + use sizeof(NCURSES_CH_T) in one place that used sizeof(chtype).
5891         + remove some unused variables from mvcur test-driver.
5892
5893 20020907 pre-release
5894         + change configure script to allow install of widec-character
5895           (ncursesw) headers to overwrite normal (ncurses) headers, since the
5896           latter is a compatible subset of the former.
5897         + fix path of edit_man.sed in configure script, needed to regenerate
5898           html manpages on Debian.
5899         + fix mismatched enums in vsscanf.c, which caused warning on Solaris.
5900         + update README.emx to reflect current patch used for autoconf.
5901         + change web- and ftp-site to invisible-island.net
5902         > patch by Philippe Blain:
5903         + change case for 'P' in tparam_internal() to indicate that it pops
5904           a variable from the stack.
5905         + correct sense of precision and width in parse_format(), to avoid
5906           confusion.
5907         + modify lib_tparm.c, absorb really_get_space() into get_space().
5908         + modify getwin() and dupwin() to copy the _notimeout, _idlok and
5909           _idcok window fields.
5910         + better fix for _nc_set_type(), using typeMalloc().
5911
5912 20020901 pre-release
5913         + change minor version to 3, i.e., ncurses 5.3
5914         + update config.guess, config.sub
5915         + retest build with each configure option; minor ifdef fixes.
5916         + make keyname() return a null pointer rather than "UNKNOWN STRING" to
5917           match XSI.
5918         + modify handling of wide line-drawing character functions to use the
5919           normal line-drawing characters when not in UTF-8 locale.
5920         + add check/fix to comp_parse.c to suppress warning about missing acsc
5921           string.  This happens in configurations where raw termcap information
5922           is processed; tic already does this and other checks.
5923         + modify tic's check for ich/ich1 versus rmir/smir to only warn about
5924           ich1, to match xterm patch #70 notes.
5925         + moved information for ripped-off lines into SCREEN struct to allow
5926           use in resizeterm().
5927         + add experimental wgetch_events(), ifdef'd with NCURSES_WGETCH_EVENTS
5928           (adapted from patch by Ilya Zakharevich - see ncurses/README.IZ).
5929         + amend check in kgetch() from 20020824 to look only for function-keys,
5930           otherwise escape sequences are not resolved properly.
5931         > patch by Philippe Blain:
5932         + removed redundant assignment to SP->_checkfd from newterm().
5933         + check return-value of setupterm() in restartterm().
5934         + use sizeof(NCURSES_CH_T) in a few places that used sizeof(chtype).
5935         + prevent dupwin() from duplicating a pad.
5936         + prevent putwin() from writing a pad.
5937         + use typeRealloc() or typeMalloc() in preference to direct calls on
5938           _nc_doalloc().
5939
5940 20020824
5941         + add a check in kgetch() for cooked characters in the fifo to avoid
5942           calling fifo_push() when a KEY_RESIZE is available (report/analysis
5943           by Sam Varshavchik <mrsam@courier-mta.com>).
5944         + fix an overlooked case for Redhat #68199 (Philippe Blain).
5945         + ensure clearerr() is called before using ferror() e.g., in
5946           lib_screen.c (report by Philippe Blain).
5947
5948 20020817
5949         + modify lib_screen.c and lib_newwin.c to maintain the SCREEN-specific
5950           pointers for curscr/stdscr/newscr when scr_save() and scr_restore()
5951           modify the global curscr/stdscr/newscr variables.  Fixes Redhat
5952           #68199.
5953         + add checks for null pointer in calls to tparm() and tgoto() based on
5954           FreeBSD bug report.  If ncurses were built with termcap support, and
5955           the first call to tgoto() were a zero-length string, the result would
5956           be a null pointer, which was not handled properly.
5957         + correct a typo in terminfo.head, which gave the octal code for colon
5958           rather than comma.
5959         + remove the "tic -u" option from 20020810, since it did not account
5960           for nested "tc=" clauses, and when that was addressed, was still
5961           unsatisfactory.
5962
5963 20020810
5964         + add tic -A option to suppress capabilities which are commented out
5965           when translating to termcap.
5966         + add tic -u option to provide older behavior of "tc=" clauses.
5967         + modified tic to expand all but the final "tc=" clause in a termcap
5968           entry, to accommodate termcap libraries which do not handle multiple
5969           tc clauses.
5970         + correct typo in curs_inopts.3x regarding CS8/CS7 usage (report by
5971           Philippe Blain).
5972         + remove a couple of redundant uses of A_ATTRIBUTES in expressions
5973           using AttrOf(), which already incorporates that mask (report by
5974           Philippe Blain).
5975         + document TABSIZE variable.
5976         + add NCURSES_ASSUMED_COLORS environment variable, to allow users to
5977           override compiled-in default black-on-white assumption used in
5978           assume_default_colors().
5979         + correct an off-by-one comparison against max_colors in COLORFGBG
5980           logic.
5981         + correct a use of uninitialized memory found by valgrind (reported by
5982           Olaf Buddenhagen <olafBuddenhagen@web.de>).
5983         + modified wresize() to ensure that a failed realloc will not corrupt
5984           the window structure, and to make subwindows fit within the resized
5985           window (completes Debian #87678, Debian #101699)
5986
5987 20020803
5988         + fix an off-by-one in lib_pad.c check for limits of pad (patch by
5989           Philippe Blain).
5990         + revise logic for BeOS in lib_twait.c altered in 20011013 to restore
5991           logic used by lib_getch.c's support for GPM or EMX mouse (report by
5992           Philippe Blain)
5993         + remove NCURSES_CONST from several prototypes in curses.wide, to make
5994           the --enable-const --enable-widec configure options to work together
5995           (report by George Goffe <grgoffe@yahoo.com>).
5996
5997 20020727
5998         + finish no-leak checking in cardfile.c, using this for testing changes
5999           to resizeterm().
6000         + simplify _nc_freeall() using delscreen().
6001
6002 20020720
6003         + check error-return from _nc_set_tty_mode() in _nc_initscr() and
6004           reset_prog_mode() (report/patch by Philippe Blain).
6005         + regenerate configure using patch for autoconf 2.52, to address
6006           problem with identifying C++ bool type.
6007         + correct/improve logic to produce an exit status for errors in tput,
6008           which did not exit with an error when told to put a string not in the
6009           current terminfo entry (report by David Gomez <david@pleyades.net>).
6010         + modify configure script AC_OUTPUT() call to work around defect in
6011           autoconf 2.52 which adds an ifdef'd include to the generated
6012           configure definitions.
6013         + remove fstat() check from scr_init(), which also fixes a missing
6014           include for <sys/stat.h> from 20020713 (reported by David Ellement,
6015           fix suggested by Philippe Blain).
6016         + update curs_scanw.3x manpage to note that XSI curses differs from
6017           SVr4 curses: return-values are incompatible.
6018         + correct several prototypes in manpages which used const
6019           inconsistently with the curses.h file, and removed spurious const's
6020           in a few places from curses.h, e.g., for wbkgd() (report by Glenn
6021           Maynard <glenn@zewt.org>).
6022         + change internal type used by tparm() to long, to work with LP64 model.
6023         + modify nc_alloc.h to allow building with g++, for testing.
6024
6025 20020713
6026         + add resize-handling to cardfile.c test program.
6027         + altered resizeterm() to avoid having it fail when a child window
6028           cannot be resized because it would be larger than its parent.  (More
6029           work must be done on this, but it works well enough to integrate).
6030         + improve a limit-check in lib_refresh.c
6031         + remove check in lib_screen.c relating dumptime to file's modification
6032           times, since that would not necessarily work for remotely mounted
6033           filesystems.
6034         + modify lrtest to simplify debugging changes to resizeterm, e.g.,
6035           t/T commands to enable/disable tracing.
6036         + updated status of multibyte support in TO-DO.
6037         + update contact info in source-files (patch by Juergen Pfeifer).
6038
6039 20020706
6040         + add Caps.hpux11, as an example.
6041         + modify version_filter(), used to implement -R option for tic and
6042           infocmp, to use computed array offsets based on the Caps.* file which
6043           is actually configured, rather than constants which correspond to
6044           the Caps file.
6045         + reorganized lib_raw.c to avoid updating SP and cur_term state if the
6046           functions fail (reported by Philippe Blain).
6047         + add -Wundef to gcc warnings, adjust a few ifdef's to accommodate gcc.
6048
6049 20020629
6050         + correct parameters to setcchar() in ncurses.c (cf: 20020406).
6051         + set locale in most test programs (view.c and ncurses.c were the
6052           only ones).
6053         + add configure option --with-build-cppflags (report by Maksim A
6054           Nikulin <M.A.Nikulin@inp.nsk.su>).
6055         + correct a typo in wide-character logic for lib_bkgnd.c (Philippe
6056           Blain).
6057         + modify lib_wacs.c to not cancel the acsc, smacs, rmacs strings when
6058           in UTF-8 locale.  Wide-character functions use Unicode values, while
6059           narrow-character functions use the terminfo data.
6060         + fix a couple of places in Ada95/samples which did not compile with
6061           gnat 3.14
6062         + modify mkinstalldirs so the DOS-pathname case is locale-independent.
6063         + fix locale problem in MKlib_gen.sh by forcing related variables to
6064           POSIX (C), using same approach as autoconf (set variables only if
6065           they were set before).  Update MKterminfo.sh and MKtermsort.sh to
6066           match.
6067
6068 20020622
6069         + add charset to generated html.
6070         + add mvterm entry, adapted from a FreeBSD bug-report by Daniel Rudy
6071           <dcrudy@pacbell.net> -TD
6072         + add rxvt-16color, ibm+16color entries -TD
6073         + modify check in --disable-overwrite option so that it is used by
6074           default unless the --prefix/$prefix value is not /usr, in attempt to
6075           work around packagers, e.g., for Sun's freeware, who do not read the
6076           INSTALL notes.
6077
6078 20020615
6079         + modify wgetch() to allow returning ungetch'd KEY_RESIZE as a function
6080           key code in get_wch().
6081         + extended resize-handling in test/ncurses 'a' menu to the entire
6082           stack of windows created with 'w' commands.
6083         + improve $COLORFGBG feature by interpreting an out-of-range color
6084           value as an SGR 39 or 49, for foreground/background respectively.
6085         + correct a typo in configure --enable-colorfgbg option, and move it
6086           to the experimental section (cf: 20011208).
6087
6088 20020601
6089         + add logic to dump_entry.c to remove function-key definitions that do
6090           not fit into the 1023-byte limit for generated termcaps.  This makes
6091           hds200 fit.
6092         + more improvements to tic's warnings, including logic to ignore
6093           differences between delay values in sgr strings.
6094         + move definition of KEY_RESIZE into MKkeydefs.sh script, to
6095           accommodate Caps.osf1r5 which introduced a conflicting definition.
6096
6097 20020525
6098         + add simple resize-handling in test/ncurses.c 'a' menu.
6099         + fixes in keyname() and _tracechar() to handle negative values.
6100         + make tic's warnings about mismatches in sgr strings easier to follow.
6101         + correct tic checks for number of parameters in smgbp and smglp.
6102         + improve scoansi terminfo entry, and add scoansi-new entry -TD
6103         + add pcvt25-color terminfo entry -TD
6104         + add kf13-kf48 strings to cons25w terminfo entry (reported by Stephen
6105           Hurd <deuce@lordlegacy.org> in newsgroup lucky.freebsd.bugs) -TD
6106         + add entrypoint _nc_trace_ttymode(), use this to distinguish the
6107           Ottyb and Nttyb members of terminal (aka cur_term), for tracing.
6108
6109 20020523
6110         + correct and simplify logic for lib_pad.c change in 20020518 (reported
6111           by Mike Castle).
6112
6113 20020518
6114         + fix lib_pad.c for case of drawing a double-width character which
6115           falls off the left margin of the pad (patch by Kriang Lerdsuwanakij
6116           <lerdsuwa@users.sourceforge.net>)
6117         + modify configure script to work around broken gcc 3.1 "--version"
6118           option, which adds unnecessary trash to the requested information.
6119         + adjust ifdef's in case SIGWINCH is not defined, e.g., with DJGPP
6120           (reported by Ben Decker <deckerben@freenet.de>).
6121
6122 20020511
6123         + implement vid_puts(), vid_attr(), term_attrs() based on the narrow-
6124           character versions as well.
6125         + implement erasewchar(), killwchar() based on erasechar() and
6126           killchar().
6127         + modify erasechar() and killchar() to return ERR if the value was
6128           VDISABLE.
6129         + correct a bug in wresize() in handling subwindows (based on patch by
6130           Roger Gammans <rgammans@computer-surgery.co.uk>, report by Scott Beck
6131           <scott@gossamer-threads.com>).
6132         + improve test/tclock.c by making the second-hand update more often
6133           if gettimeofday() is available.
6134
6135 20020429
6136         + workaround for Solaris sed with MKlib_gen.sh (reported by Andy
6137           Tsouladze <andyt@mypoints.com>).
6138
6139 20020427
6140         + correct return-value from getcchar(), making it consistent with
6141           Solaris and Tru64.
6142         + reorder loops that generate makefile rules for different models vs
6143           subsets so configure --with-termlib works again.  This was broken by
6144           logic added to avoid duplicate rules in changes to accommodate cygwin
6145           dll's (reported by George.R.Goffe@seagate.com).
6146         + update config.guess, config.sub
6147
6148 20020421
6149         + modify ifdef's in write_entry.c to allow use of symbolic links on
6150           platforms with no hard links, e.g., BeOS.
6151         + modify a few includes to allow compile with BeOS, which has stdbool.h
6152           with a conflicting definition for 'bool' versus its OS.h definition.
6153         + amend MKlib_gen.sh to work with gawk, which defines 'func' as an
6154           alias for 'function'.
6155
6156 20020420
6157         + correct form of prototype for ripoffline().
6158         + modify MKlib_gen.sh to test that all functions marked as implemented
6159           can be linked.
6160
6161 20020413
6162         + add manpages: curs_get_wstr.3x, curs_in_wchstr.3x
6163         + implement wgetn_wstr().
6164         + implement win_wchnstr().
6165         + remove redefinition of unget_wch() in lib_gen.c (reported by
6166           Jungshik Shin <jshin@jtan.com>).
6167
6168 20020406
6169         + modified several of the test programs to allow them to compile with
6170           vendor curses implementations, e.g., Solaris, AIX -TD
6171
6172 20020323
6173         + modified test/configure to allow configuring against ncursesw.
6174         + change WACS_xxx definition to use address, to work like Tru64 curses.
6175
6176 20020317
6177         + add 'e' and 'm' toggles to 'a', 'A' tests in ncurses.c to demonstrate
6178           effect of echo/noecho and meta modes.
6179         + add 'A' test to ncurses.c to demonstrate wget_wch() and related
6180           functions.
6181         + add manpage: curs_get_wch.3x
6182         + implement unget_wch().
6183         + implement wget_wch().
6184
6185 20020310
6186         + regenerated html manpages.
6187         + add manpages: curs_in_wch.3x, curs_ins_wch.3x, curs_ins_wstr.3x
6188         + implement wins_wch().
6189         + implement win_wch().
6190         + implement wins_nwstr(), wins_wstr().
6191
6192 20020309
6193         + add manpages: curs_addwstr.3x, curs_winwstr.3x
6194         + implement winnwstr(), winwstr().
6195
6196 20020223
6197         + add manpages: curs_add_wchstr.3x, curs_bkgrnd.3x
6198         + document wunctrl, key_name.
6199         + implement key_name().
6200         + remove const's in lib_box.c incorrectly leftover after splitting off
6201           lib_box_set.c
6202         + update llib-lncurses, llib-ncursesw, fix configure script related to
6203           these.
6204
6205 20020218
6206         + remove quotes on "SYNOPSIS" in man/curs_box_set.3x, which resulted
6207           in spurious symlinks on install.
6208
6209 20020216
6210         + implement whline_set(), wvline_set(), add manpage curs_border_set.
6211         + add subtest 'b' to 'F' and 'f' in ncurses.c to demonstrate use of
6212           box() and box_set() functions.
6213         + add subtest 'u' to 'F' in ncurses.c, to demonstrate use of addstr()
6214           given UTF-8 string equivalents of WACS_xxx symbols.
6215         + minor fixes to several manpages based on groff -ww output.
6216         + add descriptions of external variables of termcap interface to
6217           the manpage (report by Bruce Evans <bde@zeta.org.au>).
6218         > patches by Bernhard Rosenkraenzer:
6219         + correct configure option --with-bool, which was executed as
6220           --with-ospeed.
6221         + add quotes for parameters of --with-bool and --with-ospeed configure
6222           options.
6223         > patch by Sven Verdoolaege (report by Gerhard Haering
6224           <haering_linux@gmx.de>):
6225         + correct typos in definitions of several wide-character macros:
6226           waddwstr, wgetbkgrnd, mvaddwstr, mvwadd_wchnstr, mvwadd_wchnstr,
6227           mvwaddwstr.
6228         + pass $(CPPFLAGS) to MKlib_gen.sh, thereby fixing a missing definition
6229           of _XOPEN_SOURCE_EXTENDED, e.g., on Solaris
6230
6231 20020209
6232         + implement wide-acs characters for UTF-8 locales.  When in UTF-8
6233           locale, ignore narrow version of acs.  Add 'F' test to test/ncurses.c
6234           to demonstrate.
6235         + correct prototype in keybound manpage (noted from a Debian mailing
6236           list item).
6237
6238 20020202
6239         + add several cases to the wscanw() example in testcurs.c, showing the
6240           format.
6241         + implement a simple vsscanf() fallback function which uses the %n
6242           conversion to help parse the input data (prompted by discussion with
6243           Albert Chin-A-Young).
6244         + modify mk-1st.awk and test/Makefile.in to add $(LDFLAGS) when making
6245           shared libraries, and to use $(CFLAGS) when linking test programs
6246           (patch by Albert Chin-A-Young).
6247         + add a call to _nc_keypad() in keypad() to accommodate applications
6248           such as nvi, which use curses for output but not for input (fixes
6249           Debian #131263, cf: 20011215).
6250         + add entrypoints to resizeterm.c which provide better control over the
6251           process:  is_term_resized() and resize_term().  The latter restores
6252           the original design of resizeterm() before KEY_RESIZE was added in
6253           970906.  Do this to accommodate 20010922 changes to view.c, but allow
6254           for programs with their own sigwinch handler, such as lynx (reported
6255           by Russell Ruby <russ@math.orst.edu>).
6256
6257 20020127
6258         + fix a typo in change to mk-1st.awk, which broke the shared-library
6259           makefile rules (reported by Martin Mokrejs).
6260
6261 20020126
6262         + update config.guess, config.sub
6263         + finish changes needed to build dll's on cygwin.
6264         + fix a typo in mvwchat() macro (reported by Cy <yam@homerow.net).
6265
6266 20020119
6267         + add case in lib_baudrate.c for B921600 (patch by Andrey A Chernov).
6268         + correct missing sed-editing stage in manpage installs which is used
6269           to rename manpages, broken in 20010324 fix for Debian #89939 (Debian
6270           #78866).
6271         + remove -L$(libdir) from linker flags, probably not needed any more
6272           since HPUX is handled properly (reported by Niibe Yutaka
6273           <gniibe@m17n.org>).
6274         + add configure check for mbstate_t, needed for wide-character
6275           configuration.  On some platforms we must include <wchar.h> to
6276           define this (reported by Daniel Jacobowitz).
6277         + incorporate some of the changes needed to build dll's on cygwin.
6278
6279 20020112a
6280         + workaround for awk did not work with mawk, adjusted shell script.
6281
6282 20020112
6283         + add Caps.osf1r5, as an example.
6284         + modify behavior of can_clear_with() so that if an application is
6285           running in a non-bce terminals with default colors enabled, it
6286           returns true, allowing the user to select/paste text without picking
6287           up extraneous trailing blanks (adapted from patch by Daniel
6288           Jacobowitz <dmj+@andrew.cmu.edu>).
6289         + modify generated curses.h to ifdef-out prototypes for extensions if
6290           they are disabled, and to define curses_version() as a string in that
6291           case.  This is needed to make the programs such as tic build in that
6292           configuration.
6293         + modified generated headers.sh to remove a gzip'd version of the
6294           target file if it exists, in case non-gzip'd manpages are installed
6295           into a directory where gzip'd ones exist.  In that case, the latter
6296           would be found.
6297         + corrected a redundant initialization of signal handlers from 20010922
6298           changes.
6299         + clarified bug-reporting address in terminfo.src (report by John H
6300           DuBois III <spcecdt@armory.com>).
6301         > several fixes from Robert Joop:
6302         + do not use "-v" option of awk in MKkey_defs.sh because it does not
6303           work with SunOS nawk.
6304         + modify definitions for libutf8 in curses.h to avoid redefinition
6305           warnings for mblen
6306         + quoted references to compiler in shell command in misc/Makefile, in
6307           case it uses multiple tokens.
6308
6309 20011229
6310         + restore special case from 20010922 changes to omit SA_RESTART when
6311           setting up SIGWINCH handler, which is needed to allow wgetch() to be
6312           interrupted by that signal.
6313         + updated configure macro CF_WITH_PATHLIST, to omit some double quotes
6314           not needed with autoconf 2.52
6315         + revert configure script to autoconf 2.13 patched with
6316                 autoconf-2.13-19990117.patch.gz (or later)
6317           from
6318                 ftp://invisible-island.net/autoconf/
6319           because autoconf 2.52 macro AC_PROG_AWK does not work on HPUX 11.0
6320           (report by David Ellement <ellement@sdd.hp.com>).  This also fixes a
6321           different problem configuring with Mac OS X (reported by Marc Smith
6322           <marc.a.smith@home.com>).
6323
6324 20011222
6325         + modify include/edit_cfg.h to eliminate BROKEN_LINKER symbol from
6326           term.h
6327         + move prototype for _nc_vsscanf() into curses.h.in to omit
6328           HAVE_VSSCANF symbol from curses.h, which was dependent upon the
6329           ncurses_cfg.h file which is not installed.
6330         + use ACS_LEN rather than SIZEOF(acs_map) in trace code of lib_acs.c,
6331           to work with broken linker configuration, e.g., cygwin (report by
6332           Robert Joop <rj@rainbow.in-berlin.de>).
6333         + make napms() call _nc_timed_wait() rather than poll() or select(),
6334           to work around broken implementations of these on cygwin.
6335
6336 20011218
6337         + drop configure macro CF_WIDEC_SHIFT, since that was rendered obsolete
6338           by Sven Verdoolaege's rewrite of wide-character support.  This makes
6339           libncursesw incompatible again, but makes the header files almost the
6340           same as in the narrow-character configuration.
6341         + simplify definitions that combine wide/narrow versions of bkgd, etc.,
6342           to eliminate differences between the wide/narrow versions of curses.h
6343         + correct typo in configure macro CF_FUNC_VSSCANF
6344         + correct location of call to _nc_keypad() from 20011215 changes which
6345           prevented keypad() from being disabled (reported by Lars Hecking).
6346
6347 20011215
6348         + rewrote ncurses 'a' test to exercise wgetch() and keypad() functions
6349           better, e.g., by adding a 'w' command to create new windows which
6350           may have different keypad() settings.
6351         + corrected logic of keypad() by adding internal screen state to track
6352           whether the terminal's keypad-mode has been set.  Use this in
6353           wgetch() to update the keypad-mode according to whether the
6354           associated window's keypad-mode has been set with keypad().  This
6355           corrects a related problem restoring terminal state after handling
6356           SIGTSTP (reported by Mike Castle).
6357         + regenerate configure using patch for autoconf 2.52
6358                 autoconf-2.52-patch.gz
6359           at
6360                 ftp://invisible-island.net/autoconf/
6361         + update config.guess, config.sub from
6362                 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
6363         + minor changes to quoting in configure script to allow it to work
6364           with autoconf 2.52
6365
6366 20011208
6367         + modify final checks in lib_setup.c for line and col values, making
6368           them independent.
6369         + modify acs_map[] if configure --broken-linker is specified, to make
6370           it use a function rather than an array (prompted by an incorrect
6371           implementation in cygwin package).
6372         + correct spelling of configure option --enable-colorfgbg, which
6373           happened to work if --with-develop was set (noted in cygwin package
6374           for ncurses).
6375         + modify ifdef for genericerror() to compile with SUNWspro Sun WorkShop
6376           6 update 1 C++ 5.2 (patch by Sullivan N Beck <sbeck@cise.ufl.edu>).
6377         + add configure checks to see if ncurses' fallback vsscanf() will
6378           compile either of the special cases for FILE structs, and if not,
6379           force it to the case which simply returns an error (report by
6380           Sullivan N Beck <sbeck@cise.ufl.edu> indicates that Solaris 8 with
6381           64-bits does not allow access to FILE's fields).
6382         + modify ifdef's for c++/cursesw.cc to use the fallback vsscanf() in
6383           the ncurses library if no better substitute for this can be found
6384           in the C++ runtime.
6385         + modify the build to name dynamic libraries according to the
6386           convention used on OS X and Darwin.  Rather than something like
6387           libncurses.dylib.5.2, Darwin would name it libncurses.  5.dylib.
6388           There are a few additional minor fixes, such as setting the library
6389           version and compatibility version numbers (patch by Jason Evans
6390           <jevans@apple.com>).
6391         + use 'sh' to run mkinstalldirs, to work around problems with buggy
6392           versions of 'make' on OS/2 (report by John Polterak <jp@eyup.org>).
6393         + correct typo in manpage description of curs_set() (Debian #121548).
6394         + replace the configure script existence-check for mkstemp() by one
6395           that checks if the function works, needed for older glibc and
6396           AmigaOS.
6397
6398 20011201
6399         + modify script that generates fallbacks.c to compile a temporary
6400           copy of the terminfo source in case the host does not contain all of
6401           the entries requested for fallbacks (request by Greg Roelofs).
6402         + modify configure script to accommodate systems such as Mac OS X whose
6403           <stdbool.h> header defines a 'bool' type inconsistent with ncurses,
6404           which normally makes 'bool' consistent with C++.  Include <stdbool.h>
6405           from curses.h to force consistent usage, define a new type
6406           NCURSES_BOOL and related that to the exported 'bool' as either a
6407           typedef or definition, according to whether <stdbool.h> is present
6408           (based on a bug report for tin 1.5.9 by Aaron Adams <adamsa@mac.com>).
6409
6410 20011124
6411         + added/updated terminfo entries for M$ telnet and KDE konsole -TD
6412
6413 20011117
6414         + updated/expanded Apple_Terminal and Darwin PowerPC terminfo entries
6415           (Benjamin C W Sittler).
6416         + add putty terminfo entry -TD
6417         + if configuring for wide-curses, define _XOPEN_SOURCE_EXTENDED, since
6418           this may not otherwise be defined to make test/view.c compile.
6419
6420 20011110
6421         + review/correct several missing/generated items in curses.wide, sorted
6422           the lists to make subsequent diff's easier to track.
6423
6424 20011103
6425         + add manual pages for add_wch(), echo_wchar(), getcchar(),
6426           mvadd_wch(), mvwadd_wch(), setcchar(), wadd_wch() and wecho_wchar().
6427         + implement wecho_wchar()
6428         + modify _tracedump() to handle wide-characters by mapping them to '?'
6429           and control-characters to '.', to make the trace file readable.  Also
6430           dynamically allocate the buffer used by _tracedump() for formatting
6431           the results.
6432         + modify T_CALLED/T_RETURN macros to ease balancing call/return lines
6433           in a trace by using curly braces.
6434         + implement _nc_viscbuf(), for tracing cchar_t arrays.
6435         + correct trace-calls in setcchar() and getcchar() functions, which
6436           traced the return values but not the entry to each function.
6437         + correct usage message in test/view.c, which still mentioned -u flag.
6438
6439 20011027
6440         + modify configure script to allow building with termcap only, or with
6441           fallbacks only.  In this case, we do not build tic and toe.
6442         + add configure --with-termpath option, to override default TERMPATH
6443           value of /etc/termcap:/usr/share/misc/termcap.
6444         + cosmetic change to tack: make menu descriptions agree with menu
6445           titles.
6446
6447 20011020
6448         + rewrote limit-checks in wscrl() and associated _nc_scroll_window(),
6449           to ensure that if the parameter of wscrl() is larger than the size of
6450           the scrolling region, then the scrolling region will be cleared
6451           (report by Ben Kohlen <bckohlen@yahoo.com>).
6452         + add trace/varargs.c, using this to trace parameters in lib_printw.c
6453         + implement _tracecchar_t2() and _tracecchar_t().
6454         + split-out trace/visbuf.c
6455         + correct typo in lib_printw.c changes from 20010922 (report by Mike
6456           Castle).
6457
6458 20011013
6459         + modify run_tic.sh to check if the build is a cross-compile.  In that
6460           case, do not use the build's tic to install the terminfo database
6461           (report by Rafael Rodriguez Velilla <rrv@tid.es>).
6462         + modify mouse click resolution so that mouseinterval(-1) will disable
6463           it, e.g., to handle touchscreens via a slow connection (request by
6464           Byron Stanoszek <gandalf@winds.org>).
6465         + correct mouseinterval() default value shown in curs_mouse.3x
6466         + remove conflicting definition of mouse_trafo() (reported by Lars
6467           Hecking, using gcc 2.95.3).
6468
6469 20011001
6470         + simpler fix for signal_name(), to replace the one overlooked in
6471           20010929 (reported by Larry Virden).
6472
6473 20010929
6474         + add -i option to view.c, to test ncurses' check for non-default
6475           signal handler for SIGINT, etc.
6476         + add cases for shared-libraries on Darwin/OS X (patch by Rob Braun
6477           <bbraun@synack.net>).
6478         + modify tset to restore original I/O modes if an error is encountered.
6479           Also modify to use buffered stderr consistently rather than mixing
6480           with write().
6481         + change signal_name() function to use if-then-else rather than case
6482           statement, since signal-values aren't really integers (reported by
6483           Larry Virden).
6484         + add limit checks in wredrawln(), fixing a problem where lynx was
6485           repainting a pad which was much larger than the screen.
6486
6487 20010922
6488         + fix:  PutRange() was counting the second part of a wide character as
6489           part of a run, resulting in a cursor position that was one too far
6490           (patch by Sven Verdoolaege).
6491         + modify resizeterm() to not queue a KEY_RESIZE if there was no
6492           SIGWINCH, thereby separating the two styles of SIGWINCH handling
6493           in test/view.c
6494         + simplified lib_tstp.c, modify it to use SA_RESTART flag for SIGWINCH.
6495         + eliminate several static buffers in the terminfo compiler, using
6496           allocated buffers.
6497         + modify MKkeyname.awk so that keyname() does not store its result into
6498           a static buffer that is overwritten by the next call.
6499         + reorganize the output of infocmp -E and -e options to compile cleanly
6500           with gcc -Wwrite-strings warnings.
6501         + remove redefinition of chgat/wchgat/mvwchgat from curses.wide
6502
6503 20010915
6504         + add label to test/view.c, showing the name of the last key or signal
6505           that made the screen repaint, to make it clearer when a sigwinch
6506           does this.
6507         + use ExitProgram() consistently in the test-programs to make it
6508           simpler to test leaks with dmalloc, etc.
6509         + move hashtab static data out of hashmap.c into SCREEN struct.
6510         + make NO_LEAK code compile with revised WINDOWLIST structs.
6511
6512 20010908
6513         + modify tgetent() to check if exit_attribute_mode resets the alternate
6514           character set, and if so, attempt to adjust the copy of the termcap
6515           "me" string which it will return to eliminate that part.  In
6516           particular, 'screen' would lose track of line-drawing characters
6517           (report by Frederic L W Meunier <0@pervalidus.net>, analysis by
6518           Michael Schroeder).
6519
6520 20010901
6521         + specify DOCTYPE in html manpages.
6522         + add missing macros for several "generated" functions:  attr_get(),
6523           attr_off(), attr_on(), attr_set(), chgat(), mvchgat(), mvwchgat() and
6524           mouse_trafo().
6525         + modify view.c to agree with non-experimental status of ncurses'
6526           sigwinch handler:
6527           + change the sense of the -r option, making it default to ncurses'
6528             sigwinch handler.
6529           + add a note explaining what functions are unsafe in a signal
6530             handler.
6531           + add a -c option, to set color display, for testing.
6532         + unset $data variable in MKterminfo.sh script, to address potential
6533           infinite loop if shell malfunction (report by Samuel Mikes
6534           <smikes@cubane.com>, for bash 2.05.0 on a Linux 2.0.36 system).
6535         + change kbs in mach terminfo entries to ^?  (Marcus Brinkmann
6536           <Marcus.Brinkmann@ruhr-uni-bochum.de>).
6537         + correct logic for COLORFGBG environment variable: if rxvt is compiled
6538           with xpm support, the variable has three fields, making it slightly
6539           incompatible with itself.  In either case, the background color is
6540           the last field.
6541
6542 20010825
6543         + move calls to def_shell_mode() and def_prog_mode() before loop with
6544           callbacks in lib_set_term.c, since the c++ demo otherwise initialized
6545           the tty modes before saving them (patch by John David Anglin
6546           <dave@hiauly1.hia.nrc.ca>).
6547         + duplicate logic used to initialize trace in newterm(), in initscr()
6548           to avoid confusing trace of initscr().
6549         + simplify allocation of WINDOW and WINDOWLIST structs by making the
6550           first a part of the second rather than storing a pointer.  This saves
6551           a call to malloc for each window (discussion with Philippe Blain).
6552         + remove unused variable 'used_ncv' from lib_vidattr.c (Philippe
6553           Blain).
6554         + modify c++/Makefile.in to accommodate archive programs that are
6555           different for C++ than for C, and add cases for vendor's C++
6556           compilers on Solaris and IRIX (report by Albert Chin-A-Young).
6557         + correct manpage description of criteria for deciding if the terminal
6558           supports xterm mouse controls.
6559         + add several configure script options to aid with cross-compiling:
6560           --with-build-cc, --with-build-cflags, --with-build-ldflags, and
6561           --with-build-libs (request by Greg Roelofs).
6562         + change criteria for deciding if configure is cross-compiling from
6563           host/build mismatch to host/target mismatch (request by Greg Roelofs
6564           <greg.roelofs@philips.com>).
6565         + correct logic for infocmp -e and -E options which writes the data for
6566           the ext_Names[] array.  This is needed if one constructs a fallback
6567           table for a terminfo entry which uses extended termcap names, e.g.,
6568           AX in a color xterm.
6569         + fix undefined NCURSES_PATHSEP when configure --disable-database
6570           option is given.
6571
6572 20010811
6573         + fix for VALID_BOOLEAN() macro when char is not signed.
6574         + modify 'clean' rule for C++ binding to work with Sun compiler, which
6575           caches additional information in a subdirectory of the objects.
6576         + added llib-ncursesw.
6577
6578 20010804
6579         + add Caps.keys example for experimental extended function keys
6580           (adapted from a patch by Ilya Zakharevich).
6581         + correct parameter types of vidputs() and vidattr() to agree with
6582           header files (report by William P Setzer).
6583         + fix typos in several man-pages (patch by William P Setzer).
6584         + remove unneeded ifdef for __GNUG__ in CF_CPP_VSCAN_FUNC configure
6585           macro, which made ncurses C++ binding fail to build with other
6586           C++ compilers such as HPUX 11.x (report by Albert Chin-A-Young).
6587         + workaround for bug in HPUX 11.x C compiler: add a blank after
6588           NCURSES_EXPORT macro in form.h (report by Albert Chin-A-Young)
6589         + ignore blank lines in Caps* files in MKkey_defs.sh script (report by
6590           Albert Chin-A-Young).
6591         + correct definition of key_end in Caps.aix4, which left KEY_END
6592           undefined (report by Albert Chin-A-Young).
6593         + remove a QNX-specific fallback prototype for vsscanf(), which is
6594           obsolete with QNX RTP.
6595         + review/fix some of the T() and TR() macro calls, having noticed that
6596           there was no data for delwin() in a trace of dialog because there was
6597           no returnVoid call for wtimeout().  Also, traces in lib_twait.c are
6598           now selected under TRACE_IEVENT rather than TRACE_CALLS.
6599
6600 20010728
6601         + add a _nc_access() check before opening files listed via $TERMPATH.
6602         + using modified man2html, regenerate some of the html manpages to fix
6603           broken HREF's where the link was hyphenated.
6604
6605 20010721
6606         + add some limit/pointer checks to -S option of tputs.
6607         + updated/expanded Apple_Terminal and Darwin PowerPC terminfo entries
6608           (Benjamin C W Sittler).
6609         + add a note in curs_termcap.3x regarding a defect in the XSI
6610           description of tgetent (based on a discussion with Urs Jansen
6611           regarding the HPUX 11.x implementation, whose termcap interface is
6612           not compatible with existing termcap programs).
6613         + modify manhtml rule in dist.mk to preserve copyright notice on the
6614           generated files, as well as to address HTML style issues reported by
6615           tidy and weblint.  Regenerated/updated corresponding html files.
6616         + comment out use of Protected_Character and related rarely used
6617           attributes in ncurses Ada95 test/demo to compile with wide-character
6618           configuration.
6619
6620 20010714
6621         + implement a simple example in C++ demo to test scanw().
6622         + corrected stdio function used to implement scanw() in cursesw.cc
6623         + correct definition of RemAttr() macro from 20010602 changes, which
6624           caused C++ SillyDemo to not show line-drawing characters.
6625         + modify C++ binding, adding getKey() which can be overridden by user
6626           to substitute functions other than getch() for keyboard processing
6627           of forms and menus (patch by Juergen Pfeifer).
6628
6629 20010707
6630         + fix some of the trace calls which needed modification to work with
6631           new wide-character structures.
6632         + modify magic-cookie code in tty_update.c to compile with new
6633           wide-character structures (report by <George.R.Goffe@seagate.com>).
6634         + ensure that _XOPEN_SOURCE_EXTENDED is defined in curses.priv.h if
6635           compiling for wide-character configuration.
6636         + make addwnstr() handle non-spacing characters (patch by Sven
6637           Verdoolaege).
6638
6639 20010630
6640         + add configure check to define _GNU_SOURCE, needed to prop up glibc
6641           header files.
6642         + split-out include/curses.wide to solve spurious redefinitions caused
6643           by defining _GNU_SOURCE, and move includes for <signal.h> before
6644           <curses.h> to work around misdefinition of ERR in glibc 2.1.3 header
6645           file.
6646         + extended ospeed change to NetBSD and OpenBSD -TD
6647         + modify logic in lib_baudrate.c for ospeed, for FreeBSD to make it
6648           work properly for termcap applications (patch by Andrey A Chernov).
6649
6650 20010623
6651         + correct an overlooked CharOf/UChar instance (reports by Eugene Lee
6652           <eugene@anime.net>, Sven Verdoolaege).
6653         + correct unneeded ifdef for wunctrl() (reported by Sven Verdoolaege)
6654
6655 20010618
6656         + change overlooked several CharOf/UChar instances.
6657         > several patches from Sven Verdoolaege:
6658         + correct a typo in wunctrl(), which made it appear that botwc() was
6659           needed (no such function: use btowc()).
6660         + reimplement wide-character demo in test/view.c, using new functions.
6661         + implement getcchar(), setcchar(), wadd_wchnstr() and related macros.
6662         + fix a syntax problem with do/if/while in PUTC macro (curses.priv.h).
6663
6664 20010616
6665         + add parentheses in macros for malloc in test.priv.h, fixes an
6666           expression in view.c (report by Wolfgang Gutjahr <gutw@knapp.co.at>).
6667         + add Caps.uwin, as an example.
6668         + change the way curses.h is generated, making the list of function
6669           key definitions extracted from the Caps file.
6670         + add #undef's before possible redefinition of ERR and OK in curses.h
6671         + modify logic in tic, toe, tput and tset which checks for basename of
6672           argv[0] to work properly on systems such as OS/2 which have
6673           case-independent filenames and/or program suffixes, e.g., ".ext".
6674
6675 20010609
6676         + add a configure check, if --enable-widec is specified, for putwc(),
6677           which may be in libutf8.
6678         + remove some unnecessary text from curs_extend.3x and
6679           default_colors.3x which caused man-db to make incorrect symbolic
6680           links (Debian #99550).
6681         + add configure check if cast for _IO_va_list is needed to compile
6682           C++ vscan code (Debian #97945).
6683         > several patches from Sven Verdoolaege:
6684         + correct code that used non-standard auto-initialization of a struct,
6685           which gcc allows (report by Larry Virden).
6686         + use putwc() in PUTC() macro.
6687         + make addstr() work for the special case where the codeset is
6688           non-stateful (eg. UTF-8), as well as stateful codesets.
6689
6690 20010603
6691         + correct loop expression in NEXT_CHAR macro for lib_addstr.c changes
6692           from 20010602 (report by Mike Castle).
6693
6694 20010602
6695         + modify mvcur() to avoid emitting newline characters when nonl() mode
6696           is set.  Normally this is not a problem since the actual terminal
6697           mode is set to suppress nl/crlf translations, however it is useful to
6698           allow the caller to manipulate the terminal mode to avoid staircasing
6699           effects after spawning a process which writes messages (for lynx
6700           2.8.4) -TD
6701         > several patches from Sven Verdoolaege <skimo@kotnet.org>:
6702         + remove redundant type-conversion in fifo_push()
6703         + correct definition of addwstr() macro in curses.h.in
6704         + remove _nc_utf8_outch()
6705         + rename most existing uses of CharOf() to UChar(), e.g., where it is
6706           used to prevent sign-extension in ctype macros.
6707         + change some chtype's to attr_t's where the corresponding variables
6708           are used to manipulate attributes.
6709         + UpdateAttr() was applied to both attributes (attr_t) and characters
6710           (chtype).  Modify macro and calls to it to make these distinct.
6711         + add CharEq() macro, use in places where wide-character configuration
6712           implementation uses a struct for cchar_t.
6713         + moved struct ldat into curses.priv.h, to hide implementation details.
6714         + change CharOf() macro to use it for masking A_CHARTEXT data from
6715           chtype's.
6716         + add L() macro to curses.priv.h, for long-character literals.
6717         + replace several assignments from struct ldat entries to chtype or
6718           char values with combinations of CharOf() and AttrOf() macros.
6719         + add/use intermediate ChAttrOf() and ChCharOf() macros where we know
6720           we are using chtype data.
6721         + add/use lowlevel attribute manipulation macros AddAttr(), RemAttr()
6722           and SetAttr().
6723         + add/use SetChar() macro, to change a cchar_t based on a character and
6724           attributes.
6725         + convert most internal use of chtype to NCURSES_CH_T, to simplify use
6726           of cchar_t for wide-character configuration.  Similarly, use ARG_CH_T
6727           where a pointer would be more useful.
6728         + add stubs for tracing cchar_t values.
6729         + add/use macro ISBLANK()
6730         + add/use constructors for cchar_t's: NewChar(), NewChar2().
6731         + add/use macros CHREF(), CHDEREF(), AttrOfD(), CharOfD() to facilitate
6732           passing cchar_t's by address.
6733         + add/use PUTC_DATA, PUTC() macros.
6734         + for wide-character configuration, move the window background data to
6735           the end of the WINDOW struct so that whether _XOPEN_SOURCE_EXTENDED
6736           is defined or not, the offsets in the struct will not change.
6737         + modify addch() to work with wide-characters.
6738         + mark several wide-character functions as generated in curses.h.in
6739         + implement wunctrl(), wadd_wch(), wbkgrndset(), wbkgrnd(),
6740           wborder_set() and waddnwstr().
6741
6742 20010526
6743         + add experimental --with-caps=XXX option to customize to similar
6744           terminfo database formats such as AIX 4.x
6745         + add Caps.aix4 as an example.
6746         + modify Caps to add columns for the the KEY_xxx symbols.
6747         + modify configure --with-widec to suppress overwrite of libcurses.so
6748           and curses.h
6749         + add checks to toe.c to avoid being confused by files and directories
6750           where we would expect the reverse, e.g., source-files in the
6751           top-level terminfo levels as is the case for AIX.
6752
6753 20010519
6754         + add top-level 'depend' rule for the C sources, assuming that the
6755           makedepend program is available.  As a side-effect, this makes
6756           the generated sources, as in "make sources" (prompted by a report
6757           by Mike Castle that "make -j" fails because the resulting parallel
6758           processes race to generate ncurses/names.c).
6759         + modify configure script so that --disable-overwrite option's action
6760           to add a symbolic link for libcurses applies to the static library as
6761           well as the shared library when both are configured (report by Felix
6762           Natter <f.natter@ndh.net>).
6763         + add ELKS terminfo entries (Federico Bianchi
6764           <bianchi@www.arte.unipi.it>)
6765         + add u6 (CSR) to Eterm (Michael Jennings).
6766
6767 20010512
6768         + modify test/ncurses.c to work with xterm-256color, which has fewer
6769           color pairs than colors*colors (report by David Ellement
6770           <ellement@sdd.hp.com>).
6771
6772 20010505
6773         + corrected screen.xterm-xfree86 entry.
6774         + update comment in Caps regarding IBM (AIX) function-key definitions.
6775
6776 20010421
6777         + modify c++/Makefile.in to link with libncurses++w.a when configured
6778           for wide-characters (patch by Sven Verdoolaege).
6779         + add check in _nc_trace_buf() to refrain from freeing a null pointer.
6780         + improve CF_PROG_INSTALL macro using CF_DIRNAME.
6781         + update config.guess, config.sub from autoconf 2.49e (alpha).
6782
6783 20010414
6784         + add secondary check in tic.c, similar_sgr() to see if the reason
6785           for mismatch was that the individual capabilities used a time-delay
6786           while sgr did not.  Used this to cleanup mismatches, e.g., in vt100,
6787           and remove time-delay from Apple_Terminal entries.
6788         + add Apple_Terminal terminfo entries (Benjamin C W Sittler
6789           <bsittler@iname.com>).
6790         + correct definitions of shifted editing keys for xterm-xfree86 -TD
6791         + fix a bug in test/bs.c from 20010407 (patch by Erik Sigra).
6792         + prevent relative_move() from doing an overwrite if it detects 8-bit
6793           characters when configured for UTF-8 (reported by Sven Verdoolaege
6794           <skimo@kotnet.org>).
6795
6796 20010407
6797         + add configure checks for strstream.h vscan function, and similar
6798           stdio-based function which may be used in C++ binding for gcc 3.0
6799           (reports by George Goffe, Lars Hecking, Mike Castle).
6800         + rewrite parts of configure.in which used changequote().  That feature
6801           is broken in the latest autoconf alphas (e.g., 2.49d).
6802         + add a missing pathname for ncurses_dll.h, needed when building in
6803           a directory outside the source tree (patch by Sven Verdoolaege
6804           <skimo@kotnet.org>).
6805         > fix 2 bugs in test/bs.c Erik Sigra <sigra@home.se>:
6806         + no ships were ever placed in the last row or in the last column.
6807           This made the game very easy to win, because you never had to waste
6808           any shots there, but the computer did.
6809         + the squares around a sunken ship that belonged to the player were not
6810           displayed as already hit by the computer, like it does for the
6811           player.
6812
6813 20010331
6814         + add some examples of customizing screen's terminfo:
6815           screen.xterm-xfree86, screen.xterm-r6, screen.teraterm -TD
6816         + modify screen's terminfo entry to match the khome/kend in screen
6817           3.09.08 (Debian #92215).
6818         + correct a memory leak in forms library (report by Stefan Vogtner
6819           <stefan@vogtner.de>) (patch by Juergen Pfeifer).
6820
6821 20010324
6822         + change symbols used to guard against repeated includes to begin
6823           consistently with "NCURSES_" rather than a leading underscore.  There
6824           are other symbols defined in the header files which begin with a
6825           leading underscore, but they are part of the legacy interface.
6826         + reorder includes in c++ binding so that rcs identifiers can be
6827           compiled-in.
6828         + add .cc.ii rule to c++ makefile, to get preprocessor output for
6829           debugging.
6830         + correct configure script handling of @keyword@ substitutions when the
6831           --with-manpage-renames option is given (cf: 20000715, fixes Debian
6832           #89939).
6833         + report stack underflow/overflow in tparm() when tic -cv option is
6834           given.
6835         + remove spurious "%|" operator from xterm-xfree86 terminfo entry,
6836           (reported by Adam Costello <amc@cs.berkeley.edu>, Debian #89222).
6837
6838 20010310
6839         + cleanup of newdemo.c, fixing some ambiguous expressions noted by gcc
6840           2.95.2, and correcting some conflicting color pair initializations.
6841         + add missing copyright notice for cursesw.h
6842         + review, make minor fixes for use of '::' for referring to C-language
6843           interface from C++ binding.
6844         + modify configure check for g++ library slightly to accommodate
6845           nonstandard version number, e.g., <vendor>-2.7 (report by Ronald Ho
6846           <rho@mipos2.intel.com>).
6847         + add configure check for c++ <sstream> header, replace hardcoded
6848           ifdef.
6849         + workaround for pre-release of gcc 3.0 libstdc++, which has dropped
6850           vscan from strstreambuf to follow standard, use wrapper for C vscanf
6851           instead (report by George Goffe <grgoffe@excite.com> and Matt Taggart
6852           <taggart@carmen.fc.hp.com>, fixes Debian .
6853
6854 20010303
6855         + modify interface of _nc_get_token() to pass 'silent' parameter to it,
6856           to make quieter loading of /etc/termcap (patch by Todd C Miller).
6857         + correct a few typos in curs_slk.3x and curs_outopts.3x manpages
6858           (patch by Todd C Miller).
6859
6860 20010224
6861         + compiler-warning fixes (reported by Nelson Beebe).
6862
6863 20010210
6864         + modify screen terminfo entry to use new 3.9.8 feature allowing xterm
6865           mouse controls -TD
6866
6867 20010203
6868         + broaden patterns used to match OS/2 EMX in configure script to cover
6869           variant used in newer config.guess/config.sub
6870         + remove changequote() calls from configure script, since this feature
6871           is broken in the autoconf 2.49c alpha, maintainers decline to fix.
6872         + remove macro callPutChar() from tty_update.c, since this is no longer
6873           needed (reported by Philippe Blain).
6874         + add a null-pointer check in tic.c to handle the case when the input
6875           file is really empty.  Modify the next_char() function in comp_scan.c
6876           to allow arbitrarily long lines, and incidentally supply a newline to
6877           files that do not end in a newline.  These changes improve tic's
6878           recovery from attempts to read binary files, e.g., its output from
6879           the terminfo database (reported by Bernhard Rosenkraenzer).
6880
6881 20010127
6882         + revert change to c++/demo.cc from 20001209, which changed definition
6883           of main() apparently to accommodate cygwin linker, but broke the demo
6884           program.
6885         + workaround for broken egcs 2.91.66 which calls member functions
6886           (i.e., lines() and colors() of NCursesWindow before calling its
6887           constructor.  Add calls to initialize() in a few constructors which
6888           did not do this already.
6889         + use the GNAT preprocessor to make the necessary switch between TRACE
6890           and NO_TRACE configurations (patch by Juergen Pfeifer).
6891         > patches by Bernhard Rosenkraenzer:
6892         + modify kterm terminfo entry to use SCS sequence to support alternate
6893           character set (it does not work with SI/SO).
6894         + --with-ospeed=something didn't work.  configure.in checked for a
6895           $enableval where it should check for $withval.  Also,
6896           ncurses/llib-lncurses still had a hardcoded short.
6897
6898 20010114
6899         + correction to my merge of Tom Riddle's patch that broke tic in some
6900           conditions (reported by Enoch Wexler <enoch@wexler.co.il>) -TD
6901
6902 20010113
6903         + modify view.c to test halfdelay().  Like other tests, this recognizes
6904           the 's' and space commands for stopping/starting polled input, shows
6905           a freerunning clock in the header.  If given a parameter to 's', that
6906           makes view.c use halfdelay() with that parameter rather than
6907           nodelay().
6908         + fix to allow compile with the experimental configure option
6909           --disable-hashmap.
6910         + modify postprocess_termcap() to avoid overwriting key_backspace,
6911           key_left, key_down when processing a non-base entry (report/patch by
6912           Tom Riddle).
6913         + modify _nc_wrap_entry(), adding option to reallocate the string
6914           table, needed in _nc_merge_entry() when merging termcap entries.
6915           (adapted from report/patch by Tom Riddle <ftr@oracom.com>).
6916         + modify a few configure script macros to keep $CFLAGS used only for
6917           compiler options, preprocessor options in $CPPFLAGS.
6918
6919 20001230
6920         + correct marker positions in lrtest.c after receiving a sigwinch.
6921         + fix ifdef's in ncurses.c to build against pre-5.2 for testing.
6922         + fixes to tclock for resizing behavior, redundant computation (report
6923           and patch by A M Kuchling <akuchlin@mems-exchange.org>).
6924
6925 20001216
6926         + improved scoansi terminfo entry -TD
6927         + modify configure script and makefile in Ada95/src to compile a stub
6928           for the trace functions when ncurses does not provide those.
6929
6930 20001209
6931         + add ncurses_dll.h and related definitions to support generating DLL's
6932           with cygwin (adapted from a patch by Charles Wilson
6933           <cwilson@ece.gatech.edu>, changed NCURSES_EXPORT macro to make it
6934           work with 'indent') -TD
6935
6936 20001202
6937         + correct prototypes for some functions in curs_termcap.3x, matching
6938           termcap.h, which matches X/Open.
6939         > patch by Juergen Pfeifer:
6940         + a revised version of the Ada enhancements sent in by "H.
6941           Nanosecond", aka Eugene V Melaragno <aldomel@ix.netcom.com>.  This
6942           patch includes
6943           - small fixes to the existing ncurses binding
6944           - addition of some more low-level functions to the binding, including
6945             termcap and terminfo functions
6946           - An Ada implementation of the "ncurses" test application originally
6947             written in C.
6948
6949 20001125
6950         + modify logic in lib_setup.c to allow either lines or columns value
6951           from terminfo to be used if the screen size cannot be determined
6952           dynamically rather than requiring both (patch by Ehud Karni
6953           <ehud@unix.simonwiesel.co.il>).
6954         + add check in lib_tgoto.c's is_termcap() function to reject null or
6955           empty strings (reported by Valentin Nechayev <netch@netch.kiev.ua> to
6956           freebsd-bugs).
6957         + add definition from configure script that denotes the path-separator,
6958           which is normally a colon.  The path-separator is a semicolon on
6959           OS/2 EMX and similar systems which may use a colon within pathnames.
6960         + alter logic to set default for --disable-overwrite option to set it
6961           to 'yes' if the --prefix/$prefix value is not /usr/local, thereby
6962           accommodating the most common cause of problems: gcc's nonstandard
6963           search rules.  Other locations such as /usr/local/ncurses will
6964           default to overwriting (report by Lars Hecking <lhecking@nmrc.ie>).
6965
6966 20001118
6967         + modify default for --disable-overwrite configure option to disable
6968           if the --prefix or $prefix value is not /usr.
6969         + add cygwin to systems for which ncurses is installed by default into
6970           /usr rather than /usr/local.
6971
6972 20001111
6973         + minor optimization in comp_error.c and lib_termname.c, using
6974           strncat() to replace strncpy() (patch by Solar Designer).
6975         + add a use_terminfo_vars() check for $HOME/.termcap, and check for
6976           geteuid() to use_terminfo_vars() (patch by Solar Designer
6977           <solar@false.com>).
6978         + improved cygwin terminfo entry, based on patch by
6979           <ernie_boyd@yahoo.com>.
6980         + modify _nc_write_entry() to allow for the possibility that linking
6981           aliases on a filesystem that ignores case would not succeed because
6982           the source and destination differ only by case, e.g., NCR260VT300WPP0
6983           on cygwin (report by Neil Zanella).
6984         + fix a typo in the curs_deleteln.3x man page (patch by Bernhard
6985           Rosenkraenzer <bero@redhat.de>).
6986
6987 20001104
6988         + add configure option --with-ospeed to assist packagers in transition
6989           to 5.3 change to ospeed type.
6990         + add/use CharOf() macro to suppress sign-extension of char type on
6991           platforms where this is a problem in ctype macros, e.g., Solaris.
6992         + change trace output to binary format.
6993         + correct a missing quote adjustment in CF_PATH_SYNTAX autoconf
6994           macro, for OS/2 EMX configuration.
6995         + rearrange a few configure macros, moving preprocessor options to
6996           $CPPFLAGS (a now-obsolete version of autoconf did not consistently
6997           use $CPPFLAGS in both the compile and preprocessor checks).
6998         + add a check in relative_move() to guard against buffer overflow in
6999           the overwrite logic.
7000
7001 20001028
7002         + add message to configure script showing g++ version.
7003         + resync config.guess, config.sub
7004         + modify lib_delwin.c, making it return ERR if the window did not exist
7005           (suggested by Neil Zanella).
7006         + add cases for FreeBSD 3.1 to tdlint and makellib scripts, used this
7007           to test/review ncurses library.  (Would use lclint, but it doesn't
7008           work).
7009         + reorganized knight.c to avoid forward references.  Correct screen
7010           updates when backtracking, especially to the first cell.  Add F/B/a
7011           commands.
7012
7013 20001021 5.2 release for upload to ftp.gnu.org
7014         + update generated html files from manpages.
7015         + modify dist.mk to use edit_man.sh to substitute autoconf'd variables
7016           in html manpages.
7017         + fix an uninitialized pointer in read_termcap.c (report by Todd C
7018           Miller, from report/patch by Philip Guenther <guenther@gac.edu>).
7019         + correct help-message and array limit in knight.c (patch by Brian
7020           Raiter <breadbox@muppetlabs.com>).
7021         > patch by Juergen Pfeifer:
7022         + fix to avoid warning by GNAT-3.13p about use of inconsistent casing
7023           for some identifiers defined in the standard package.
7024         + cosmetic change to forms/fty_enum.c
7025
7026 20001014
7027         + correct an off-by-one position in test/railroad.c which could cause
7028           wrapping at the right margin.
7029         + test/repair some issues with libtool configuration.  Make
7030           --disable-echo force libtool --silent.  (Libtool does not work for
7031           OS/2 EMX, works partly for SCO - libtool is still very specific to
7032           gcc).
7033         + change default of --with-manpage-tbl to "no", since for most of the
7034           platforms which do have tbl installed, the system "man" program
7035           understands how to run tbl automatically.
7036         + minor improvement to force_bar() in comp_parse.c (Bernhard
7037           Rosenkraenzer <bero@redhat.de>).
7038         + modify lib_tparm.c to use get_space() before writing terminating
7039           null character, both for consistency as well as to ensure that if
7040           save_char() was called immediately before, that the allocated memory
7041           is enough (patch by Sergei Ivanov).
7042         + add note about termcap ML capability which is duplicated between two
7043           different capabilities:  smgl and smglr (reported by Sergei Ivanov
7044           <svivanov@pdmi.ras.ru>).
7045         + correct parameter counts in include/Caps for dclk as well as some
7046           printer-specific capabilities: csnm, defc, scs, scsd, smgtp, smglp.
7047         > patch by Johnny C Lam <lamj@stat.cmu.edu>:
7048         + add support for building with libtool (apparently version 1.3.5,
7049           since old versions do not handle -L../lib), using new configure
7050           option --with-libtool.
7051         + add configure option --with-manpage-tbl, which causes the manpages to
7052           be preprocessed by tbl(1) prior to installation,
7053         + add configure option --without-curses-h, which causes the
7054           installation process to install curses.h as ncurses.h and make
7055           appropriate changes to headers and manpages.
7056
7057 20001009
7058         + correct order of options/parameters in run_tic.in invocation of tic,
7059           which did not work with standard getopt() (reported by Ethan
7060           Butterfield <primus@veris.org>).
7061         + correct logic for 'reverse' variable in lib_vidattr.c, which was
7062           setting it true without checking if newmode had A_REVERSE set, e.g.,
7063           using $TERM=ansi on OS/2 EMX (see 20000917).
7064         > patch by Todd C Miller:
7065         + add a few missing use_terminfo_vars() and fixes up _nc_tgetent().
7066           Previously, _nc_cgetset() would still get called on cp so the
7067           simplest thing is to set cp to NULL if !use_terminfo_vars().
7068         + added checks for an empty $HOME environment variable.
7069         > patches for OS/2 EMX (Ilya Zakharevich):
7070         + modify convert_configure.pl to support INSTALL.  Change compiler
7071           options in that script to use multithreading, needed for the mouse.
7072         + modify OS/2 mouse support, retrying as a 2-button mouse if code fails
7073           to set up a 3-button mouse.
7074         + improve code for OS/2 mouse support, using _nc_timed_wait() to
7075           replace select() call.
7076
7077 20001007
7078         + change type of ospeed variable back to short to match its use in
7079           legacy applications (reported by Andrey A Chernov).
7080         + add case to configure script for --enable-rpath on IRIX (patch by
7081           Albert Chin-A-Young).
7082         + minor fix to position_check() function, to ensure it gets the whole
7083           cursor report before decoding.
7084         + add configure option --disable-assumed-color, to allow pre-5.1
7085           convention of default colors used for color-pair 0 to be configured
7086           (see assume_default_colors()).
7087         + rename configure option --enable-hashmap --disable-hashmap, and
7088           reorder the configure options, splitting the experimental and
7089           development
7090         + add configure option --disable-root-environ, which tells ncurses to
7091           disregard $TERMINFO and similar environment variables if the current
7092           user is root, or running setuid/setgid (based on discussion with
7093           several people).
7094         + modified misc/run_tic.in to use tic -o, to eliminate dependency on
7095           $TERMINFO variable for installs.
7096         + add table entry for plab_norm to tput, so it passes in strings
7097           for that capability.
7098         + modify parse_format() in lib_tparm.c to ignore precision if it is
7099           longer than 10000 (report by Jouko Pynnonen).
7100         + rewrote limit checks in lib_mvcur.c using new functions
7101           _nc_safe_strcat(), etc.  Made other related changes to check lengths
7102           used for strcat/strcpy (report by Jouko Pynnonen
7103           <jouko@solutions.fi>).
7104
7105 20000930
7106         + modify several descriptions, including those for setaf, setab, in
7107           include/Caps to indicate that the entries are parameterized.  This
7108           information is used to tell which strings are translated when
7109           converting to termcap.  Fixes a problem where the generated termcap
7110           would contain a spurious "%p1" for the terminfo "%p1%d".
7111         + modify ld -rpath options (e.g., Linux, and Solaris) to use an
7112           absolute pathname for the build tree's lib directory (prompted by
7113           discussion with Albert Chin-A-Young).
7114         + modify "make install.man" and "make uninstall.man" to include tack's
7115           man-page.
7116         + various fixes for install scripts used to support configure --srcdir
7117           and --with-install-prefix (reported by Matthew Clarke
7118           <Matthew_Clarke@mindlink.bc.ca>).
7119         + make configure script checks on variables $GCC and $GXX consistently
7120           compare against 'yes' rather than test if they are nonnull, since
7121           either may be set to the corresponding name of the C or C++ compiler
7122           (report/patch by Albert Chin-A-Young).
7123
7124 20000923
7125         + modify rs2 capability in xterm-r6 and similar where cursor
7126           save/restore bracketed the sequence for resetting video attributes.
7127           The cursor restore would undo that (report by John Hawkinson
7128           <jhawk@MIT.EDU> (see NetBSD misc/11052)).
7129         + using parameter check added to tic, corrected 27 typos in
7130           terminfo.src -TD
7131         + modify tic to verify that its inputs are really files, in case
7132           someone tries to read a directory (or /dev/zero).
7133         + add a check for empty buffers returned by fgets() in comp_scan.c
7134           next_char() function, in case tic is run on a non-text file (fixes
7135           a core dump reported by Aaron Campbell <aaron@cs.dal.ca>).
7136         + add to railroad.c some code exercising tgoto(), providing an
7137           alternate form of display if the terminal supports cursor addressing.
7138         + split-out tgoto() again, this time into new file lib_tgoto.c, and
7139           implement a conventional BSD-style tgoto() which is used if the
7140           capability string does not contain terminfo-style padding or
7141           parameters (requested by Andrey A Chernov).
7142         + add check to tic which reports capabilities that do not reference
7143           the expected number of parameters.
7144         + add error checking to infocmp's -v and -m options to ensure that
7145           the option value is indeed a number.
7146         + some cleanup of logic in _nc_signal_handler() to verify if SIGWINCH
7147           handler is setup.  Separated the old/new sigaction data for SIGTSTP
7148           from the other signals.
7149
7150 20000917
7151         + add S0, E0 extensions to screen's terminfo entry, which is another
7152           way to solve the misconfiguration issue -TD
7153         + completed special case for tgoto from 20000916
7154
7155 20000916
7156         + update xterm terminfo entries to match XFree86 xterm patch #146 -TD
7157         + add Matrix Orbital terminfo entries (from Eric Z Ayers
7158           <eric@ale.org>).
7159         + add special case to lib_tparm.c to allow 'screen' program to use a
7160           termcap-style parameter "%." to tgoto() for switching character sets.
7161         + use LN_S substitution in run_tic.in, to work on OS/2 EMX which has
7162           no symbolic links.
7163         + updated notes in README.emx regarding autoconf patches.
7164         + replace a lookup table in lib_vidattr.c used to decode no_color_video
7165           with a logic expression (suggested by Philippe Blain).
7166         + add a/A toggle to ncurses.c 'b' test, which clears/sets alternate
7167           character set attribute from the displayed text.
7168         + correct inequality in parameter analysis of rewritten lib_tparm.c
7169           which had the effect of ignoring p9 in set_attributes (sgr), breaking
7170           alternate character set (reported by Piotr Majka <charvel@link.pl>).
7171         + correct ifdef'ing for GCC_PRINTF, GCC_SCANF which would not compile
7172           with Sun WorkShop compilers since these tokens were empty (cf:
7173           20000902, reported by Albert Chin-A-Young).
7174
7175 20000909
7176         + correct an uninitialized parameter to open_tempfile() in tic.c which
7177           made "tic -I" give an ambiguous error message about tmpnam.
7178         + add special case in lib_vidattr.c to reset underline and standout for
7179           devices that have no sgr0 defined (patch by Don Lewis
7180           <Don.Lewis@tsc.tdk.com>).  Note that this will not work for bold
7181           mode, since there is no exit-bold-mode capability.
7182         + improved patch for Make_Enum_Type (patch by Juergen Pfeifer).
7183         + modify tparm to disallow arithmetic on strings, analyze the varargs
7184           list to read strings as strings and numbers as numbers.
7185         + modify tparm's internal function spop() to treat a null pointer as
7186           an empty string.
7187         + modify tput program so it can be renamed or invoked via a link as
7188           'reset' or 'init', producing the same effect as 'tput reset' or 'tput
7189           init'.
7190         + add private entrypoint _nc_basename(), use to consolidate related
7191           code in progs, as well as accommodating OS/2 EMX pathnames.
7192         + remove NCURSES_CONST line from edit_cfg.sh to compensate for its
7193           removal (except via AC_SUBST) from configure.in, making
7194           --enable-const work again (reported by Juergen Pfeifer).
7195         + regen'd configure to pick up "hpux*" change from 20000902.
7196
7197 20000902
7198         + modify tset.c to check for transformed "reset" program name, if any.
7199         + add a check for null pointer in Make_Enum_Type() (reported by Steven
7200           W Orr <steveo@world.std.com>).
7201         + change functions _nc_parse_entry() and postprocess_termcap() to avoid
7202           using strtok(), because it is non-reentrant (reported by Andrey A
7203           Chernov <ache@nagual.pp.ru>).
7204         + remove "hpux10.*" case from CF_SHARED_OPTS configure script macro.
7205           This differed from the "hpux*" case by using reversed symbolic
7206           links, which made the 5.1 version not match the configuration of
7207           5.0 shared libraries (reported by Albert Chin-A-Young).
7208         + correct a dependency in Ada95/src/Makefile.in which prevented
7209           building with configure --srcdir (patch by H Nanosecond
7210           <aldomel@ix.netcom.com>).
7211         + modify ifdef's in curses.h.in to avoid warning if GCC_PRINTF or
7212           GCC_SCANF was not previously defined (reported by Pavel Roskin
7213           <proski@gnu.org>).
7214         + add MKncurses_def.sh to generate fallback definitions for
7215           ncurses_cfg.h, to quiet gcc -Wundef warnings, modified ifdef's in
7216           code to consistently use "#if" rather than "#ifdef".
7217
7218 20000826
7219         + add QNX qansi entries to terminfo -TD
7220         + add os2 entry to misc/emx.src (<jmcoopr@webmail.bmi.net>).
7221         + add configure option --with-database to allow specifying a different
7222           terminfo source-file to install.  On OS/2 EMX, this defaults to
7223           misc/emx.src
7224         + change misc/run_tic.sh to derive it from misc/run_tic.in, to simplify
7225           setting .exe extension on OS/2 EMX.
7226         + add .exe extension in Ada95/gen/Makefile.in,
7227           Ada95/samples/Makefile.in, for OS/2 EMX (reported by
7228           <jmcoopr@webmail.bmi.net>).
7229         + add configure check for filesystems (such as OS/2 EMX) which do not
7230           distinguish between upper/lowercase filenames, use this to fix tags
7231           rules in makefiles.
7232         + initialize fds[] array to 0's in _nc_timed_wait(); apparently poll()
7233           only sets the revents members of that array when there is activity
7234           corresponding to the related file (report by Glenn Cooper
7235           <gcooper@qantas.com.au>, using Purify on Solaris 5.6).
7236         + change configure script to use AC_CANONICAL_SYSTEM rather than
7237           AC_CANONICAL_HOST, which means that configure --target will set
7238           a default program-prefix.
7239         + add note on cross-compiling to INSTALL (which does not rely on the
7240           AC_CANONICAL_* macros).
7241
7242 20000819
7243         + add cases for EMX OS/2 to config.guess, config.sub
7244         + new version of config.guess, config.sub from lynx 2.8.4dev.7
7245         + add definitions via transform.h to allow tic and tput to check for
7246           the transformed aliases rather than the original infotocap, etc.
7247         + simplify transform-expressions in progs/Makefile.in, make the
7248           uninstall rule work for transformed program names.
7249         + change symbol used by --install-prefix configure option from
7250           INSTALL_PREFIX to DESTDIR (the latter has become common usage
7251           although the name is misleading).
7252         + modify programs to use curses_version() string to report the version
7253           of ncurses with which they are compiled rather than the
7254           NCURSES_VERSION string.  The function returns the patch level in
7255           addition to the major and minor version numbers.
7256
7257 20000812
7258         + modify CF_MAN_PAGES configure macro to make transformed program names
7259           a parameter to that macro rather than embedding them in the macro.
7260         + newer config.guess, config.sub (reference version used in lynx
7261           2.8.4dev.7).
7262         + add configure option --with-default-terminfo-dir=DIR to allow
7263           specifying the default terminfo database directory (request by Albert
7264           Chin-A-Young).
7265         + minor updates for terminfo.src from FreeBSD termcap change-history.
7266         + correct notes in README and INSTALL regarding documentation files
7267           that were moved from misc directory to doc (report by Rich Kulawiec
7268           <rsk@gsp.org>).
7269         + change most remaining unquoted parameters of 'test' in configure
7270           script to use quotes, for instance fixing a problem in the
7271           --disable-database option (reported by Christian Mondrup
7272           <scancm@biobase.dk>).
7273         + minor adjustments to work around some of the incompatibilities/bugs
7274           in autoconf 2.29a alpha.
7275         + add -I/usr/local/include when --with-ncurses option is used in
7276           test/configure script.
7277         + correct logic in adjust_cancels(), which did not check both
7278           alternatives when reclassifying an extended name between boolean,
7279           number and string, causing an infinite loop in tic.
7280
7281 20000730
7282         + correct a missing backslash in curses.priv.h
7283
7284 20000729
7285         + change handling of non_dest_scroll_region in tty_update.c to clear
7286           text after it is shifted in rather than before shifting out.  Also
7287           correct row computation (reported by Ruediger Kuhlmann
7288           <uck4@rz.uni-karlsruhe.de>).
7289         + add/use new trace function to display chtype values from winch() and
7290           getbkgd().
7291         + add trace mask TRACE_ATTRS, alter several existing _tracef calls that
7292           trace attribute changes under TRACE_CALLS to use this.
7293         + modify MKlib_gen.sh so that functions returning chtype will call
7294           returnChar().
7295         + add returnChar() trace, for functions returning chtype.
7296         + change indent.pro to line up parenthesis.
7297
7298 20000722
7299         + fix a heap problem with the c++ binding (report by
7300           <alexander_liberson@ninewest.com>, patch by Juergen Pfeifer).
7301         + minor adjustment to ClrToEOL() to handle an out-of-bounds parameter.
7302         + modify the check for big-core to force a couple of memory accesses,
7303           which may work as needed for older/less-capable machines (if not,
7304           there's still the explicit configure option).
7305         > fixes based on diff's for Amiga and BeOS found at
7306           http://www.mathematik.uni-karlsruhe.de/~kuhlmann/cross/ncurses/
7307         + alter definition of NCURSES_CONST to make it non-empty.
7308         + add amiga-vnc terminfo entry.
7309         + redefine 'TEXT' in menu.h for AMIGA, since it is reported to have
7310           an (unspecified) symbol conflict.
7311         + replaced case-statement in _nc_tracebits() for CSIZE with a table to
7312           simplify working around implementations that define random
7313           combinations of the related macros to zero.
7314         + modify configure test for tcgetattr() to allow for old
7315           implementations, e.g., on BeOS, which only defined it as a macro.
7316         > patches by Bruno Haible:
7317         + when checking LC_ALL/LC_CTYPE/LANG environment variables for UTF-8
7318           locale, ignore those which are set to an empty value, as per SUSV2.
7319         + encode 0xFFFD in UTF-8 with 3 bytes, not 2.
7320         + modify _nc_utf8_outch() to avoid sign-extension when checking for
7321           out-of-range value.
7322
7323 20000715
7324         + correct manlinks.sed script to avoid using ERE "\+", which is not
7325           understood by older versions of sed (patch by Albert Chin-A-Young).
7326         + implement configure script options that transform installed program
7327           names, e.g., --program-prefix, including the manpage names and cross
7328           references (patch by Albert Chin-A-Young <china@thewrittenword.com>).
7329         + correct several mismatches between manpage filename and ".TH"
7330           directives, renaming dft_fgbg.3x to default_colors.3x and
7331           menu_attribs.3x to menu_attributes.3x (report by Todd C Miller).
7332         + correct missing includes for <string.h> in several places, including
7333           the C++ binding.  This is not noted by gcc unless we use the
7334           -fno-builtin option (reported by Igor Schein <igor@txc.com>).
7335         + modified progs/tset.c and tack/sysdep.c to build with sgttyb
7336           interface if neither termio or termios is available.  Tested this
7337           with FreeBSD 2.1.5 (which does have termios - but the sgttyb does
7338           work).
7339
7340 20000708 5.1 release for upload to ftp.gnu.org
7341         + document configure options in INSTALL.
7342         + add man-page for ncurses trace functions.
7343         + correct return value shown in curs_touch.3x for is_linetouched() and
7344           is_wintouched(), in curs_initscr.3x for isendwin(), and in
7345           curs_termattr.3x for has_ic() and has_il().
7346         + add prototypes for touchline() and touchwin(), adding them to the
7347           list of generated functions.
7348         + modify fifo_push() to put ERR into the fifo just like other values to
7349           return from wgetch().  It was returning without doing that, making
7350           end-of-file condition incorrectly return a 0 (reported by Todd C
7351           Miller).
7352         + uncomment CC_SHARED_OPTS for progs and tack (see 971115), since they
7353           are needed for SCO OpenServer.
7354         + move _nc_disable_period from free_ttype.c to comp_scan.c to appease
7355           dynamic loaders on SCO and IRIX64.
7356         + add "-a" option to test/ncurses.c to invoke assume_default_colors()
7357           for testing.
7358         + correct assignment in assume_default_colors() which tells ncurses
7359           whether to use default colors, or the assumed ones (reported by Gary
7360           Funck <gary@Intrepid.Com>).
7361         + review/correct logic in mk-1st.awk for making symbolic links for
7362           shared libraries, in particular for FreeBSD, etc.
7363         + regenerate misc/*.def files for OS/2 EMX dll's.
7364         + correct quoting of values for CC_SHARED_OPTS in aclocal.m4 for
7365           cases openbsd2*, openbsd*, freebsd* and netbsd* (patch by Peter
7366           Wemm) (err in 20000610).
7367         + minor updates to release notes, as well as adding/updating URLs for
7368           examples cited in announce.html
7369         > several fixes from Philippe Blain <philippe.blain2@freesbee.fr>:
7370         + correct placement of ifdef for NCURSES_XNAMES in function
7371           _nc_free_termtype(), fixes a memory leak.
7372         + add a call to _nc_synchook() to the end of function whline() like
7373           that in wvline() (difference was in 1.9.4).
7374         + make ClearScreen() a little faster by moving two instances of
7375           UpdateAttr() out of for-loops.
7376         + simplify ClrBottom() by eliminating the tstLine data, using for-loops
7377           (cf: 960428).
7378
7379 20000701 pre-release
7380         + change minor version to 1, i.e., ncurses 5.1
7381         + add experimental configure option --enable-colorfgbg to check for
7382           $COLORTERM variable as set by rxvt/aterm/Eterm.
7383         + add Eterm terminfo entry (Michael Jennings <mej@valinux.com>).
7384         + modify manlinks.sed to pick aliases from the SYNOPSIS section, and
7385           several manpages so manlinks.sed can find aliases for creating
7386           symbolic links.
7387         + add explanation to run_tic.sh regarding extended terminal
7388           capabilities.
7389         + change message format for edit_cfg.sh, since some people interpret
7390           it as a warning.
7391         + correct unescaped '$' in sysv5uw7*|unix_sv* rule for CF_SHARED_OPTS
7392           configure macro (report by Thanh Ma <Thanh.Ma@casi-rusco.com>).
7393         + correct logic in lib_twait.c as used by lib_mouse.c for GPM mouse
7394           support when poll() is used rather than select() (prompted by
7395           discussion with David Allen <DAllen24@aol.com>).
7396
7397 20000624 pre-release
7398         + modify TransformLine() to check for cells with different color pairs
7399           that happen to render the same display colors.
7400         + apply $NCURSES_NO_PADDING to cost-computation in mvcur().
7401         + improve cost computation in PutRange() by accounting for the use
7402           of parm_right_cursor in mvcur().
7403         + correct cost computation in EmitRange(), which was not using the
7404           normalized value for cursor_address.
7405         + newer config.guess, config.sub (reference version used in TIN 1.5.6).
7406
7407 20000617
7408         + update config.guess, config.sub (reference version used in PCRE 3.2).
7409         + resync changes to gnathtml against version 1.22, regenerated html
7410           files under doc/html/ada using this (1.22.1.1).
7411         + regenerated html files under doc/html/man after correcting top and
7412           bottom margin options for man2html in dist.mk
7413         + minor fixes to test programs ncurses 'i' and testcurs program to make
7414           the subwindow's background color cover the subwindow.
7415         + modify configure script so AC_MSG_ERROR is temporarily defined to a
7416           warning in AC_PROG_CXX to make it recover from a missing C++ compiler
7417           without requiring user to add --without-cxx option (adapted from
7418           comment by Akim Demaille <akim@epita.fr> to autoconf mailing list).
7419         + modify headers.sh to avoid creating temporary files in the build
7420           directory when installing headers (reported by Sergei Pokrovsky
7421           <pok@nbsp.nsk.su>)
7422
7423 20000610
7424         + regenerated the html files under doc/html/ada/files and
7425           doc/html/ada/funcs with a slightly-improved gnathtml.
7426         + add kmous capability to linux terminfo entry to allow it to use
7427           xterm-style events provided by gpm patch by Joerg Schoen.
7428         + make the configure macro CF_SHARED_OPTS a little smarter by testing
7429           if -fPIC is supported by gcc rather than -fpic.  The former option
7430           allows larger symbol tables.
7431         + update config.guess and config.sub (patches by
7432           Kevin Buettner <kev@primenet.com> (for elf64_ia64),
7433           Bernd Kuemmerlen <bkuemmer@mevis.de> (for MacOS X)).
7434         + add warning for 'tic -cv' about use of '^?' in terminfo source, which
7435           is an extension.
7436
7437 20000527
7438         + modify echo() behavior of getch() to match Solaris curses for
7439           carriage return and backspace (reported by Neil Zanella).
7440         + change _nc_flush() to a function.
7441         + modify delscreen() to check if the output stream has been closed, and
7442           if so, free the buffer allocated for setbuf (this provides an
7443           ncurses-specific way to avoid a memory leak when repeatedly calling
7444           newterm reported by Chipp C <at_1@zdnetonebox.com>).
7445         + correct typo in curs_getch.3x manpage regarding noecho (reported by
7446           David Malone <dwmalone@maths.tcd.ie>).
7447         + add a "make libs" rule.
7448         + make the Ada95 interface build with configure --enable-widec.
7449         + if the configure --enable-widec option is given, append 'w' to names
7450           of the generated libraries (e.g., libncursesw.so) to avoid conflict
7451           with existing ncurses libraries.
7452
7453 20000520
7454         + modify view.c to make a rudimentary viewer of UTF-8 text if ncurses
7455           is configured with the experimental wide-character support.
7456         + add a simple UTF-8 output driver to the experimental wide-character
7457           support.  If any of the environment variables LC_ALL, LC_CTYPE or
7458           LANG contain the string "UTF-8", this driver will be used to
7459           translate the output to UTF-8.  This works with XFree86 xterm.
7460         + modify configure script to allow building shared libraries on BeOS
7461           (from a patch by Valeriy E Ushakov).
7462         + modify lib_addch.c to allow repeated update to the lower-right
7463           corner, rather than displaying only the first character written until
7464           the cursor is moved.  Recent versions of SVr4 curses can update the
7465           lower-right corner, and behave this way (reported by Neil Zanella).
7466         + add a limit-check in _nc_do_color(), to avoid using invalid color
7467           pair value (report by Brendan O'Dea <bod@compusol.com.au>).
7468
7469 20000513
7470         + the tack program knows how to use smcup and rmcup but the "show caps
7471           that can be tested" feature did not reflect this knowledge.  Correct
7472           the display in the menu tack/test/edit/c (patch by Daniel Weaver).
7473         + xterm-16color does allow bold+colors, removed ncv#32 from that
7474           terminfo entry.
7475
7476 20000506
7477         + correct assignment to SP->_has_sgr_39_49 in lib_dft_fgbg.c, which
7478           broke check for screen's AX capability (reported by Valeriy E Ushakov
7479           <uwe@ptc.spbu.ru>).
7480         + change man2html rule in dist.mk to workaround bug in some
7481           man-programs that ignores locale when rendering hyphenation.
7482         + change web- and ftp-site to dickey.his.com
7483
7484 20000429
7485         + move _nc_curr_token from parse_entry.c to comp_scan.c, to work around
7486           problem linking tack on MacOS X DP3.
7487         + include <sys/time.h> in lib_napms.c to compile on MacOS X DP3
7488           (reported by Gerben Wierda <wierda@holmes.nl>).
7489         + modify lib_vidattr.c to check for ncv fixes when pair-0 is not
7490           default colors.
7491         + add -d option to ncurses.c, to turn on default-colors for testing.
7492         + add a check to _nc_makenew() to ensure that newwin() and newpad()
7493           calls do not silently fail by passing too-large limits.
7494         + add symbol NCURSES_SIZE_T to use rather than explicit 'short' for
7495           internal window and pad sizes.  Note that since this is visible in
7496           the WINDOW struct, it would be an ABI change to make this an 'int'
7497           (prompted by a question by Bastian Trompetter
7498           <btrompetter@firemail.de>, who attempted to create a 96000-line pad).
7499
7500 20000422
7501         + add mgterm terminfo entry from NetBSD, minor adjustments to sun-ss5,
7502           aixterm entries -TD
7503         + modify tack/ansi.c to make it more tolerant of bad ANSI replies.  An
7504           example of an illegal ANSI resonse can be found using Microsoft's
7505           Telnet client.  A correct display can be found using a VT-4xx
7506           terminal or XFree86 xterm with:
7507                 XTerm*VT100*decTerminalID:  450
7508           (patch by Daniel Weaver).
7509         + modify gdc.c to recognize 'q' for quit, 's' for single-step and ' '
7510           for resume.  Add '-n' option to force gdc's standard input to
7511           /dev/null, to both illustrate the use of newterm() for specifying
7512           alternate inputs as well as for testing signal handling.
7513         + minor fix for configure option --with-manpage-symlinks, for target
7514           directories that contain a period ('.') (reported by Larry Virden).
7515
7516 20000415
7517         + minor additions to beterm entry (feedback from Rico Tudor) -TD
7518         + corrections/updates for some IBM terminfo entries -TD
7519         + modify _nc_screen_wrap() so that when exiting curses mode with
7520           non-default colors, the last line on the screen will be cleared to
7521           the screen's default colors (request by Alexander V Lukyanov).
7522         + modify ncurses.c 'r' example to set nonl(), allowing control/M to be
7523           read for demonstrating the REQ_NEW_LINE operation (prompted by a
7524           question by Tony L Keith <tlkeith@keithconsulting.com>).
7525         + modify ncurses.c 'r' example of field_info() to work on Solaris 2.7,
7526           documented extension of ncurses which allows a zero pointer.
7527         + modify fmt_complex() to avoid buffer overflow in case of excess
7528           recursion, and to recognize "%e%?" as a synonym for else-if, which
7529           means that it will not recur for that special case.
7530         + add logic to support $TERMCAP variable in case the USE_GETCAP symbol
7531           is defined (patch by Todd C Miller).
7532         + modify one of the m4 files used to generate the Ada95 sources,
7533           to avoid using the token "symbols" (patch by Juergen Pfeifer).
7534
7535 20000408
7536         + add terminfo entries bsdos-pc-m, bsdos-pc-mono (Jeffrey C Honig)
7537         + correct spelling error in terminfo entry name:  bq300-rv was given as
7538           bg300-rv in esr's version.
7539         + modify redrawwin() macro so its parameter is fully parenthesized
7540           (fixes Debian #61088).
7541         + correct formatting error in dump_entry() which set incorrect column
7542           value when no newline trimming was needed at the end of an entry,
7543           before appending "use=" clauses (cf: 960406).
7544
7545 20000401
7546         + add configure option --with-manpage-symlinks
7547         + change unctrl() to render C1 characters (128-159) as ~@, ~A, etc.
7548         + change makefiles so trace() function is provided only if TRACE is
7549           defined, e.g., in the debug library.  Modify related calls to
7550           _tracechar() to use unctrl() instead.
7551
7552 20000325
7553         + add screen's AX capability (for ECMA SGR 39 and 49) to applicable
7554           terminfo entries, use presence of this as a check for a small
7555           improvement in setting default colors.
7556         + improve logic in _nc_do_color() implementing assume_default_colors()
7557           by passing in previous color pair info to eliminate redundant call to
7558           set_original_colors().  (Part of this is from a patch by Alexander
7559           V Lukyanov).
7560         + modify warning in _nc_trans_string() about a possibly too-long string
7561           to do this once only rather than for each character past the
7562           threshold (600).  Change interface of _nc_trans_string() to allow
7563           check for buffer overflow.
7564         + correct use of memset in _nc_read_entry_source() to initialize ENTRY
7565           struct each time before reading new data into it, rather than once
7566           per loop (cf:  990301).  This affects multi-entry in-core operations
7567           such as "infocmp -Fa".
7568
7569 20000319
7570         + remove a spurious pointer increment in _nc_infotocap() changes from
7571           20000311.  Add check for '.' in format of number, since that also
7572           is not permitted in termcap.
7573         + correct typo in rxvt-basic terminfo from temporary change made while
7574           integrating 20000318.
7575
7576 20000318
7577         + revert part of the vt220 change (request by Todd C Miller).
7578         + add ansi-* terminfo entries from ESR's version.
7579         + add -a option to tic and infocmp, which retains commented-out
7580           capabilities during source translation/comparison, e.g., captoinfo
7581           and infotocap.
7582         + modify cardfile.c to display an empty card if no input data file is
7583           found, fixes a core dump in that case (reported by Bruno Haible).
7584         + correct bracketing in CF_MATH_LIB configure macro, which gave wrong
7585           result for OS/2 EMX.
7586         + supply required parameter for _nc_resolve_uses() call in
7587           read_termcap.c, overlooked in 20000311 (reported by Todd C Miller).
7588         > patches by Bruno Haible <haible@ilog.fr>:
7589         + fix a compiler warning in fty_enum.c
7590         + correct LIB_PREFIX expression for DEPS_CURSES in progs, tack
7591           makefiles, which resulted in redundant linking (cf: 20000122).
7592
7593 20000311
7594         + make ifdef's for BROKEN_LINKER consistent (patch by Todd C Miller).
7595         + improved tack/README (patch by Daniel Weaver).
7596         + modify tput.c to ensure that unspecified parameters are passed to
7597           tparm() as 0's.
7598         + add a few checks in infocmp to guard against buffer overflow when
7599           displaying string capabilities.
7600         + add check for zero-uses in infocmp's file_comparison() function
7601           before calling _nc_align_termtype().  Otherwise one parameter is
7602           indexed past the end of the uses-array.
7603         + add an option -q to infocmp to specify the less verbose output,
7604           keeping the existing format as the default, though not retaining the
7605           previous behavior that made the -F option compare each entry to
7606           itself.
7607         + adapted patch by ESR to make infocmp -F less verbose -TD
7608           (the submitted patch was unusable because it did not compile
7609           properly)
7610           + modify write_entry.c to ensure that absent or cancelled booleans
7611             are written as FALSE, for consistency with infocmp which now
7612             assumes this.  Note that for the small-core configuration, tic
7613             may not produce the same result as before.
7614           + change some private library interfaces used by infocmp, e.g.,
7615             _nc_resolve_uses().
7616           + add a check in _nc_infotocap() to ensure that cm-style capabilities
7617             accept only %d codes when converting the format from terminfo to
7618             termcap.
7619           + modify ENTRY struct to separate the data in 'parent' into the name
7620             and link values (the original idea to merge both into 'parent' was
7621             not good).
7622           + discard repair_acsc(tterm);
7623         > patch by Juergen Pfeifer:
7624         + drop support for gnat 3.10
7625         + move generated documentation and html files under ./doc directory,
7626           adding makefile rules for this to dist.mk
7627
7628 20000304
7629         + correct conflicting use of tparm() in 20000226 change to tic, which
7630           made it check only one entry at a time.
7631         + fix errors in ncurses-intro.html and hackguide.html shown by Dave
7632           Raggett's tidy.
7633         + make the example in ncurses-intro.html do something plausible, and
7634           corrected misleading comment (reported by Neil Zanella).
7635         + modify pnoutrefresh() to set newscr->_leaveok as wnoutrefresh() does,
7636           to fix a case where the cursor position was not updated as in
7637           Solaris  (patch by David Mosberger <davidm@hpl.hp.com>).
7638         + add a limit-check for wresize() to ensure that a subwindow does not
7639           address out of bounds.
7640         + correct offsets used for subwindows in wresize() (patch by Michael
7641           Andres <ma@suse.de>).
7642         + regenerate html'ized manual pages with man2html 3.0.1 (patch by
7643           Juergen Pfeifer).  This generated a file with a space in its name,
7644           which I removed.
7645         + fix a few spelling errors in tack.
7646         + modify tack/Makefile.in to match linker options of progs/Makefile.in;
7647           otherwise it does not build properly for older HPUX shared library
7648           configurations.
7649         + add several terminfo entries from esr's "11.0".
7650
7651 20000226
7652         + make 'tput flash' work properly for xterm by flushing output in
7653           delay_output() when using napms(), and modifying xterm's terminfo to
7654           specify no padding character.  Otherwise, xterm's reported baud rate
7655           can mislead ncurses into producing too few padding characters
7656           (Debian #58530).
7657         + add a check to tic for consistency between sgr and the separate
7658           capabilities such as smso, use this to check/correct several
7659           terminfo entries (Debian #58530).
7660         + add a check to tic if cvvis is the same as cnorm, adjusted several
7661           terminfo entries to remove the conflict (Debian #58530).
7662         + correct prototype shown in attr_set()/wattr_set() manpages (fixes
7663           Debian #53962).
7664         + minor clarification for curs_set() and leaveok() manpages.
7665         + use mkstemp() for creating temporary file for tic's processing of
7666           $TERMCAP contents (fixes Debian #56465).
7667         + correct two errors from integrating Alexander's changes:  did not
7668           handle the non-bce case properly in can_erase_with() (noted by
7669           Alexander), and left fg/bg uninitialized in the pair-zero case of
7670           _nc_do_color() (reported by Dr Werner Fink <werner@suse.de> and
7671           Ismael Cordeiro <ismael@cordeiro.com>).
7672
7673 20000219
7674         + store default-color code consistently as C_MASK, even if given as
7675           -1 for convenience (adapted from patches by Alexander V Lukyanov).
7676         > patches by Alexander V Lukyanov:
7677         + change can_clear_with() macro to accommodate logic for
7678           assume_default_colors(), making most of the FILL_BCE logic
7679           unnecessary.  Made can_clear_with() an inline function to make it
7680           simpler to read.
7681
7682 20000212
7683         + corrected form of recent copyright dates.
7684         + minor corrections to xterm-xf86-v333 terminfo entry -TD
7685         > patches by Alexander V Lukyanov:
7686         + reworded dft_fgbg.3x to avoid assuming that the terminal's default
7687           colors are white on black.
7688         + fix initialization of tstLine so that it is filled with current blank
7689           character in any case.  Previously it was possible to have it filled
7690           with old blank.  The wrong over-optimization was introduced in 991002
7691           patch.  (it is not very critical as the only bad effect is not using
7692           clr_eos for clearing if blank has changed).
7693
7694 20000205
7695         + minor corrections/updates to several terminfo entries: rxvt-basic,
7696           vt520, vt525, ibm5151, xterm-xf86-v40 -TD
7697         + modify ifdef's for poll() to allow it to use <sys/poll.h>, thereby
7698           allowing poll() to be used on Linux.
7699         + add CF_FUNC_POLL macro to check if poll() is able to select from
7700           standard input.  If not we will not use it, preferring select()
7701           (adapted from patch by Michael Pakovic <mpakovic@fdn.com>).
7702         + update CF_SHARED_OPTS macro for SCO Unixware 7.1 to allow building
7703           shared libraries (reported/tested by Thanh <thanhma@mediaone.net>).
7704         + override $LANGUAGE in build to avoid incorrect ordering of keynames.
7705         + correct CF_MATH_LIB parameter, must be sin(x), not sqrt(x).
7706
7707 20000122
7708         + resync CF_CHECK_ERRNO and CF_LIB_PREFIX macros from tin and xterm -TD
7709         + modify CF_MATH_LIB configure macro to parameterize the test function
7710           used, for reuse in dialog and similar packages.
7711         + correct tests for file-descriptors in OS/2 EMX mouse support.  A
7712           negative value could be used by FD_SET, causing the select() call
7713           to wait indefinitely.
7714
7715 20000115
7716         + additional fixes for non-bce terminals (handling of delete_character)
7717           to work when assume_default_colors() is not specified.
7718         + modify warning message from _nc_parse_entry() regarding extended
7719           capability names to print only if tic/infocmp/toe have the -v flag
7720           set, and not at all in ordinary user applications.  Otherwise, this
7721           warning would be shown for screen's extended capabilities in programs
7722           that use the termcap interface (reported by Todd C Miller).
7723         + modify use of _nc_tracing from programs such as tic so their debug
7724           level is not in the same range as values set by trace() function.
7725         + small panel header cleanup (patch by Juergen Pfeifer).
7726         + add 'railroad' demo for termcap interface.
7727         + modify 'tic' to write its usage message to stderr (patch by Todd C
7728           Miller).
7729
7730 20000108
7731         + add prototype for erase() to curses.h.in, needed to make test
7732           programs build with c++/g++.
7733         + add .c.i and .c.h suffix rules to generated makefiles, for debugging.
7734         + correct install rule for tack.1; it assumed that file was in the
7735           current directory (reported by Mike Castle <dalgoda@ix.netcom.com>).
7736         + modify terminfo/termcap translation to suppress acsc before trying
7737           sgr if the entry would be too large (patch by Todd C Miller).
7738         + document a special case of incompatiblity between ncurses 4.2 and
7739           5.0, add a section for this in INSTALL.
7740         + add TRACE_DATABASE flag for trace().
7741
7742 20000101
7743         + update mach, add mach-color terminfo entries based on Debian diffs
7744           for ncurses 5.0 -TD
7745         + add entries for xterm-hp, xterm-vt220, xterm-vt52 and xterm-noapp
7746           terminfo entries -TD
7747         + change OTrs capabilities to rs2 in terminfo.src -TD
7748         + add obsolete and extended capabilities to 'screen' terminfo -TD
7749         + corrected conversion from terminfo rs2 to termcap rs (cf: 980704)
7750         + make conversion to termcap ug (underline glitch) more consistently
7751           applied.
7752         + fix out-of-scope use of 'personal[]' buffer in 'toe' (this error
7753           was in the original pre-1.9.7 version, when $HOME/.terminfo was
7754           introduced).
7755         + modify 'toe' to ignore terminfo directories to which it has no
7756           permissions.
7757         + modify read_termtype(), fixing 'toe', which could dump core when it
7758           found an incomplete entry such as "dumb" because it did not
7759           initialize its buffer for _nc_read_file_entry().
7760         + use -fPIC rather than -fpic for shared libraries on Linux, not
7761           needed for i386 but some ports (from Debian diffs for 5.0) -TD
7762         + use explicit VALID_NUMERIC() checks in a few places that had been
7763           overlooked, and add a check to ensure that init_tabs is nonzero,
7764           to avoid divide-by-zero (reported by Todd C Miller).
7765         + minor fix for CF_ANSI_CC_CHECK configure macro, for HPUX 10.x (from
7766           tin) -TD
7767
7768 19991218
7769         + reorder tests during mouse initialization to allow for gpm to run in
7770           xterm, or for xterm to be used under OS/2 EMX.  Also drop test for
7771           $DISPLAY in favor of kmous=\E[M or $TERM containing "xterm" (report
7772           by Christian Weisgerber <naddy@mips.rhein-neckar.de>).
7773         + modify raw() and noraw() to clear/restore IEXTEN flag which affects
7774           stty lnext on systems such as FreeBSD (report by Bruce Evans
7775           <bde@zeta.org.au>, via Jason Evans <jasone@canonware.com>).
7776         + fix a potential (but unlikely) buffer overflow in failed() function
7777           of tset.c (reported by Todd C Miller).
7778         + add manual-page for ncurses extensions, documented curses_version(),
7779           use_extended_names().
7780
7781 19991211
7782         + treat as untranslatable to termcap those terminfo strings which
7783           contain non-decimal formatting, e.g., hexadecimal or octal.
7784         + correct commented-out capabilities that cannot be translated to
7785           termcap, which did not check if a colon must be escaped.
7786         + correct termcap translation for "%>" and "%+", which did not check
7787           if a colon must be escaped, for instance.
7788         + use save_string/save_char for _nc_captoinfo() to eliminate fixed
7789           buffer (originally for _nc_infotocap() in 960301 -TD).
7790         + correct expression used for terminfo equivalent of termcap %B,
7791           adjust regent100 entry which uses this.
7792         + some cleanup and commenting of ad hoc cases in _nc_infotocap().
7793         + eliminate a fixed-buffer in tic, used for translating comments.
7794         + add manpage for infotocap
7795
7796 19991204
7797         + add kvt and gnome terminfo entries -TD
7798         + correct translation of "%%" by infotocap, which was emitted as "%".
7799         + add "obsolete" termcap strings to terminfo.src
7800         + modify infocmp to default to showing obsolete capabilities rather
7801           than terminfo only.
7802         + modify write_entry.c so that if extended names (i.e., configure
7803           --enable-tcap-names) are active, then tic will also write "obsolete"
7804           capabilities that are present in the terminfo source.
7805         + modify tic so that when running as captoinfo or infotocap, it
7806           initializes the output format as in -C and -I options, respectively.
7807         + improve infocmp and tic -f option by splitting long strings that do
7808           not have if-then-else construct, but do have parameters, e.g., the
7809           initc for xterm-88color.
7810         + refine MKtermsort.sh slightly by using bool for the *_from_termcap
7811           arrays.
7812
7813 19991127
7814         + additional fixes for non-bce terminals (handling of clear_screen,
7815           clr_eol, clr_eos, scrolling) to work when assume_default_colors() is
7816           not specified.
7817         + several small changes to xterm terminfo entries -TD.
7818         + move logic for _nc_windows in lib_freeall.c inside check for nonnull
7819           SP, since it is part of that struct.
7820         + remove obsolete shlib-versions, which was unintentionally re-added
7821           in 970927.
7822         + modify infocmp -e, -E options to ensure that generated fallback.c
7823           type for Booleans agrees with term.h (reported by Eric Norum
7824           <eric@cls.usask.ca>).
7825         + correct configure script's use of $LIB_PREFIX, which did not work
7826           for installing the c++ directory if $libdir did not end with "/lib"
7827           (reported by Huy Le <huyle@ugcs.caltech.edu>).
7828         + modify infocmp so -L and -f options work together.
7829         + modify the initialization of SP->_color_table[] in start_color() so
7830           that color_content() will return usable values for COLORS greater
7831           than 8.
7832         + modify ncurses 'd' test in case COLORS is greater than 16, e.g., for
7833           xterm-88color, to limit the displayed/computed colors to 16.
7834         > patch by Juergen Pfeifer:
7835         + simplify coding of the panel library according to suggestions by
7836           Philippe Blain.
7837         + improve macro coding for a few macros in curses.priv.h
7838
7839 19991113
7840         + modify treatment of color pair 0 so that if ncurses is configured
7841           to support default colors, and they are not active, then ncurses
7842           will set that explicitly, not relying on orig_colors or orig_pair.
7843         + add new extension, assume_default_colors() to provide better control
7844           over the use of default colors.
7845         + modify test programs to use more-specific ifdef's for existence of
7846           wresize(), resizeterm() and use_default_colors().
7847         + modify configure script to add specific ifdef's for some functions
7848           that are included when --enable-ext-funcs is in effect, so their
7849           existence can be ifdef'd in the test programs.
7850         + reorder some configure options, moving those extensions that have
7851           evolved from experimental status into a new section.
7852         + change configure --enable-tcap-names to enable this by default.
7853
7854 19991106
7855         + install tack's manpage (reported by Robert Weiner
7856           <robert@progplus.com>)
7857         + correct worm.c's handling of KEY_RESIZE (patch by Frank Heckenbach).
7858         + modify curses.h.in, undef'ing some symbols to avoid conflict with C++
7859           STL (reported by Matt Gerassimoff <mgeras@ticon.net>)
7860
7861 19991030
7862         + modify linux terminfo entry to indicate that dim does not mix with
7863           color (reported by Klaus Weide <kweide@enteract.com>).
7864         + correct several typos in terminfo entries related to missing '['
7865           in CSI's -TD
7866         + fix several compiler warnings in c++ binding (reported by Tim
7867           Mooney for alphaev56-dec-osf4.0f
7868         + rename parameter of _nc_free_entries() to accommodate lint.
7869         + correct lint rule for tack, used incorrect list of source files.
7870         + add case to config.guess, config.sub for Rhapsody.
7871         + improve configure tests for libg++ and libstdc++ by omitting the
7872           math library (which is missing on Rhapsody), and improved test for
7873           the math library itself (adapted from path by Nelson H. F. Beebe).
7874         + explicitly initialize to zero several data items which were
7875           implicitly initialized, e.g., cur_term.  If not explicitly
7876           initialized, their storage type is C (common), and causes problems
7877           linking on Rhapsody 5.5 using gcc 2.7.2.1 (reported by Nelson H. F.
7878           Beebe).
7879         + modify Ada95 binding to not include the linker option for Ada
7880           bindings in the Ada headers, but in the Makefiles instead (patch by
7881           Juergen Pfeifer).
7882
7883 19991023 5.0 release for upload to ftp.gnu.org
7884         + effective with release of 5.0, change NCURSES_VERSION_PATCH to
7885           4-digit year.
7886         + add function curses_version(), to return ncurses library version
7887           (request by Bob van der Poel).
7888         + remove rmam, smam from cygwin terminfo entry.
7889         + modify FreeBSD cons25 terminfo entry to add cnorm and cvvis, as well
7890           as update ncv to indicate that 'dim' conflicts with colors.
7891         + modify configure script to use symbolic links for FreeBSD shared
7892           libraries by default.
7893         + correct ranf() function in rain and worm programs to ensure it does
7894           not return 1.0
7895         + hide the cursor in hanoi.c if it is running automatically.
7896         + amend lrtest.c to account for optimizations that exploit margin
7897           wrapping.
7898         + add a simple terminfo demo, dots.c
7899         + modify SIGINT/SIGQUIT handler to set a flag used in _nc_outch() to
7900           tell it to use write() rather than putc(), since the latter is not
7901           safe in a signal handler according to POSIX.
7902         + add/use internal macros _nc_flush() and NC_OUTPUT to hide details
7903           of output-file pointer in ncurses library.
7904         + uncomment CC_SHARED_OPTS (see 971115), since they are needed for SCO
7905           OpenServer.
7906         + correct CC_SHARED_OPTS for building shared libraries for SCO
7907           OpenServer.
7908         + remove usleep() from alternatives in napms(), since it may interact
7909           with alarm(), causing a process to be interrupted by SIGALRM (with
7910           advice from Bela Lubkin).
7911         + modify terminal_interface-curses-forms.ads.m4 to build/work with
7912           GNAT 3.10 (patch by Juergen Pfeifer).
7913         + remove part of CF_GPP_LIBRARY configure-script macro, which did not
7914           work with gcc 2.7.2.3
7915         + minor fix to test/tclock.c to avoid beeping more than once per second
7916         + add 's' and ' ' decoding to test/rain.c
7917
7918 991016  pre-release
7919         + corrected BeOS code for lib_twait.c, making nodelay() function work.
7920
7921 991009  pre-release
7922         + correct ncurses' value for cursor-column in PutCharLR(), which was
7923           off-by-one in one case (patch by Ilya Zakharevich).
7924         + fix some minor errors in position_check() debugging code, found while
7925           using this to validate the PutCharLR() patch.
7926         + modify firework, lrtest, worm examples to be resizable, and to
7927           recognize 'q' for quit, 's' for single-step and ' ' for resume.
7928         + restore reverted change to  terminal_interface-curses-forms.ads.m4,
7929           add a note on building with gnat 3.10p to Ada95/TODO.
7930         + add a copy of the standalone configure script for the test-directory
7931           to simplify testing on SCO and Solaris.
7932
7933 991002  pre-release
7934         + minor fixes for _nc_msec_cost(), color_content(), pair_content(),
7935           _nc_freewin(), ClrBottom() and onscreen_mvcur() (analysis by Philippe
7936           Blain, comments by Alexander V Lukyanov).
7937         + simplify definition of PANEL and eliminate internal functions
7938           _nc_calculate_obscure(), _nc_free_obscure() and _nc_override(),
7939           (patch by Juergen Pfeifer, analysis by Philippe Blain
7940           <bledp@voila.fr>)).
7941         + change renaming of dft_fgbg.3x to use_default_colors.3ncurses in
7942           man_db.renames, since Debian is not concerned with 14-character
7943           filename limitation (Debian bug report by Josip Rodin
7944           <joy@cibalia.gkvk.hr>).
7945         + corrected scoansi terminfo entry by testing with scoterm and console.
7946         + revert change from 990614 to terminal_interface-curses-forms.ads.m4,
7947           since this does not work for gnat 3.10p
7948         + modify tclock example to be resizable (if ncurses' sigwinch handler
7949           is used), and in color.
7950         + use $(CC) rather than 'gcc' in MK_SHARED_LIB symbols, used for Linux
7951           shared library rules.
7952
7953 990925  pre-release
7954         + add newer NetBSD console terminfo entries
7955         + add amiga-8bit terminfo entry (from Henning 'Faroul' Peters
7956           <Faroul@beyond.kn-bremen.de>)
7957         + remove -lcurses -ltermcap from configure script's check for the gpm
7958           library, since they are not really necessary (a properly configured
7959           gpm library has no dependency on any curses library), and if the
7960           curses library is not installed, this would cause the test to fail.
7961         + modify tic's -C option so that terminfo "use=" clauses are translated
7962           to "tc=" clauses even when running it as captoinfo.
7963         + modify CF_STDCPP_LIBRARY configure macro to perform its check only
7964           for GNU C++, since that library conflicts with SGI's libC on IRIX-6.2
7965         + modify CF_SHARED_OPTS configure macro to support build on NetBSD with
7966           ELF libraries (patch by Bernd Ernesti <bernd@arresum.inka.de>).
7967         + correct a problem in libpanel, where the _nc_top_panel variable was
7968           not set properly when bottom_panel() is called to hide a panel which
7969           is the only one on the stack (report/analysis by Michael Andres
7970           <ma@suse.de>, patch by Juergen Pfeifer).
7971
7972 990918  pre-release
7973         + add acsc string to HP 70092 terminfo entry (patch by Joerg Wunsch
7974           <j@interface-business.de>).
7975         + add top-level uninstall.data and uninstall.man makefile rules.
7976         + correct logic of CF_LINK_FUNCS configure script, from BeOS changes so
7977           that hard-links work on Unix again.
7978         + change default value of cf_cv_builtin_bool to 1 (suggested by
7979           Jeremy Buhler), making it less likely that a conflicting declaration
7980           of bool will be seen when compiling with C++.
7981
7982 990911  pre-release
7983         + improved configure checks for builtin.h
7984         + minor changes to C++ binding (remove static initializations, and make
7985           configure-test for parameter initializations) for features not
7986           allowed by vendor's C++ compilers (reported by Martin Mokrejs, this
7987           applies to SGI, though I found SCO has the same characteristics).
7988         + corrected quoting of ETIP_xxx definitions which support old versions
7989           of g++, e.g., those using -lg++
7990         + remove 'L' code from safe_sprintf.c, since 'long double' is not
7991           widely portable.  safe_sprintf.c is experimental, however, and
7992           exists mainly as a fallback for systems without snprintf (reported
7993           by Martin Mokrejs <mmokrejs@natur.cuni.cz>, for IRIX 6.2)
7994         + modify definition of _nc_tinfo_fkeys in broken-linker configuration
7995           so that it is not unnecessarily made extern (Jeffrey C Honig).
7996
7997 990904  pre-release
7998         + move definition for builtin.h in configure tests to specific check
7999           for libg++, since qt uses the same filename incompatibly.
8000         + correct logic of lib_termcap.c tgetstr function, which did not copy
8001           the result to the buffer parameter.  Testing shows Solaris does
8002           update this, though of course tgetent's buffer is untouched (reported
8003           in Peter Edwards <peter.edwards@ireland.com> in
8004           mpc.lists.freebsd.current newsgroup.
8005         + corrected beterm terminfo entry, which lists some capabilities which
8006           are not actually provided by the BeOS Terminal.
8007         + add special logic to replace select() calls on BeOS, whose select()
8008           function works only for sockets.
8009         + correct missing escape in mkterm.h.awk.in, which caused part
8010           of the copyright noticed to be omitted (reported by Peter
8011           Wemm <peter@netplex.com.au>).
8012         > several small changes to make the c++ binding and demo work on OS/2
8013           EMX (related to a clean reinstall of EMX):
8014         + correct library-prefix for c++ binding; none is needed.
8015         + add $x suffix to make_hash and make_keys so 'make distclean' works.
8016         + correct missing $x suffix for tack, c++ demo executables.
8017         + split CF_CXX_LIBRARY into CF_GPP_LIBRARY (for -lg++) and
8018           CF_STDCPP_LIBRARY (for -lstdc++)
8019
8020 990828  pre-release
8021         + add cygwin terminfo entry -TD
8022         + modify CF_PROG_EXT configure macro to set .exe extension for cygwin.
8023         + add configure option --without-cxx-binding, modifying the existing
8024           --without-cxx option to check only for the C++ compiler
8025           characteristics.  Whether or not the C++ binding is needed, the
8026           configure script checks for the size/type of bool, to make ncurses
8027           match.  Otherwise C++ applications cannot use ncurses.
8028
8029 990821  pre-release
8030         + updated configure macros CF_MAKEFLAGS, CF_CHECK_ERRNO
8031         + minor corrections to beterm terminfo entry.
8032         + modify lib_setup.c to reject values of $TERM which have a '/' in
8033           them.
8034         + add ifdef's to guard against CS5, CS6, CS7, CS8 being zero, as more
8035           than one is on BeOS.  That would break a switch statement.
8036         + add configure macro CF_LINK_FUNCS to detect and work around BeOS's
8037           nonfunctional link().
8038         + improved configure macros CF_BOOL_DECL and CF_BOOL_SIZE to detect
8039           BeOS's bool, which is declared as an unsigned char.
8040
8041 990814  pre-release
8042         + add ms-vt100 terminfo entry -TD
8043         + minor fixes for misc/emx.src, based on testing with tack.
8044         + minor fix for test/ncurses.c, test 'a', in case ncv is not set.
8045
8046 990731  pre-release
8047         + minor correction for 'screen' terminfo entry.
8048         + clarify description of errret values for setupterm in manpage.
8049         + modify tput to allow it to emit capabilities for hardcopy terminals
8050           (patch by Goran Uddeborg <goeran@uddeborg.pp.se>).
8051         + modify the 'o' (panel) test in ncurses.c to show the panels in color
8052           or at least in bold, to test Juergen's change to wrefresh().
8053         > patches by Juergen Pfeifer:
8054         + Fixes a problem using wbkgdset() with panels.  It has actually
8055           nothing to with panels but is a problem in the implementation of
8056           wrefresh().  Whenever a window changes its background attribute to
8057           something different than newscr's background attribute, the whole
8058           window is touched to force a copy to newscr.  This is an unwanted
8059           side-effect of wrefresh() and it is actually not necessary.  A
8060           changed background attribute affects only further outputs of
8061           background it doesn't mean anything to the current content of the
8062           window.  So there is no need to force a copy.  (reported by Frank
8063           Heckenbach <frank@g-n-u.de>).
8064         + an upward compatible enhancement of the NCursesPad class in the C++
8065           binding.  It allows one to add a "viewport" window to a pad and then
8066           to use panning to view the pad through the viewport window.
8067
8068 990724  pre-release
8069         + suppress a call to def_prog_mode() in the SIGTSTP handler if the
8070           signal was received while not in curses mode, e.g., endwin() was
8071           called in preparation for spawning a shell command (reported by Frank
8072           Heckenbach <frank@g-n-u.de>)
8073         + corrected/enhanced xterm-r5, xterm+sl, xterm+sl-twm terminfo entries.
8074         + change test for xterm mouse capability:  it now checks only if the
8075           user's $DISPLAY variable is set in conjunction with the kmous
8076           capability being present in the terminfo.  Before, it checked if any
8077           of "xterm", "rxvt" or "kterm" were substrings of the terminal name.
8078           However, some emulators which are incompatible with xterm in other
8079           ways do support the xterm mouse capability.
8080         + reviewed and made minor changes in ncurses to quiet g++ warnings
8081           about shadowed or uninitialized variables.  g++ incorrectly warns
8082           about uninitialized variables because it does not take into account
8083           short-circuit expression evaluation.
8084         + change ncurses 'b' test to start in color pair 0 and to show in the
8085           right margin those attributes which are suppressed by no_color_video,
8086           i.e., "(NCV)".
8087         + modify ifdef's in curses.h so that __attribute__ is not redefined
8088           when compiling with g++, but instead disabled the macros derived for
8089           __attribute__ since g++ does not consistently recognize the same
8090           keywords as gcc (reported by Stephan K Zitz <zitz@erf.net>).
8091         + update dependencies for term.h in ncurses/modules (reported by
8092           Ilya Zakharevich).
8093
8094 990710  pre-release
8095         + modify the form demo in ncurses.c to illustrate how to manipulate the
8096           field appearance, e.g, for highlighting or translating the field
8097           contents.
8098         + correct logic in write_entry from split-out of home_terminfo in
8099           980919, which prevented update of $HOME/.terminfo (reported by Philip
8100           Spencer <pspencer@fields.utoronto.ca>).
8101
8102 990703  pre-release
8103         + modify linux terminfo description to make use of kernel 2.2.x mods
8104           that support cursor style, e.g., to implement cvvis (patch by Frank
8105           Heckenbach <frank@g-n-u.de>)
8106         + add special-case in setupterm to retain previously-saved terminal
8107           settings in cur_term, which happens when curses and termcap calls are
8108           mixed (from report by Bjorn Helgaas <helgaas@dhc.net>).
8109         + suppress initialization of key-tries in _nc_keypad() if we are only
8110           disabling keypad mode, e.g., in endwin() called when keypad() was
8111           not.
8112         + modify the Ada95 makefile to ensure that always the Ada files from
8113           the development tree are used for building and not the eventually
8114           installed ones (patch by Juergen Pfeifer).
8115
8116 990626  pre-release
8117         + use TTY definition in tack/sysdep.c rather than struct termios
8118           (reported by Philippe De Muyter).
8119         + add a fallback for strstr, used in lib_mvcur.c and tack/edit.c,
8120           not present on sysV68 (reported by Philippe De Muyter).
8121         + correct definition in comp_hash.c to build with configure
8122           --with-rcs-ids option.
8123
8124 990619  pre-release
8125         + modified ifdef's for sigaction and sigvec to ensure we do not try to
8126           handle SIGTSTP if neither is available (from report by Philippe De
8127           Muyter).
8128         > patch by Philippe De Muyter:
8129         + in tic.c, use `unlink' if `remove' is not available.
8130         + use only `unsigned' as fallback value for `speed_t'.  Some files used
8131           `short' instead.
8132
8133 990616  pre-release
8134         + fix some compiler warnings in tack.
8135         + add a check for predefined bool type in CC, based on report that
8136           BeOS predefines a bool type.
8137         + correct logic for infocmp -e option, i.e., the configure
8138           --with-fallbacks option, which I'd not updated when implementing
8139           extended names (cf:  990301).  The new implementation adds a "-E"
8140           option to infocmp -TD
8141         > patch by Juergen Pfeifer:
8142         + introduce the private type Curses_Bool in the Ada95 binding
8143           implementation.  This is to clearly represent the use of "bool" also
8144           in the binding.  It should have no effect on the generated code.
8145         + improve the man page for field_buffer() to tell the people, that the
8146           whole buffer including leading/trailing spaces is returned.  This is
8147           a common source of confusion, so it's better to document it clearly.
8148
8149 990614  pre-release
8150         > patch by Juergen Pfeifer:
8151         + use pragma PreElaborate in several places.
8152         + change a few System.Address uses to more specific types.
8153         + change interface version-number to 1.0
8154         + regenerate Ada95 HTML files.
8155
8156 990612  pre-release
8157         + modify lib_endwin.c to avoid calling reset_shell_mode(), return ERR
8158           if it appears that curses was never initialized, e.g., by initscr().
8159           For instance, this guards against setting the terminal modes to
8160           strange values if endwin() is called after setupterm().  In the same
8161           context, Solaris curses will dump core.
8162         + modify logic that avoids a conflict in lib_vidattr.c between sgr0 and
8163           equivalent values in rmso or rmul by ensuring we do not modify the
8164           data which would be returned by the terminfo or termcap interfaces
8165           (reported by Brad Pepers <brad@linuxcanada.com>, cf:  960706).
8166         + add a null-pointer check for SP in lib_vidattr.c to logic that checks
8167           for magic cookies.
8168         + improve fallback declaration of 'bool' when the --without-cxx option
8169           is given, by using a 'char' on i386 and related hosts (prompted by
8170           discussion with Alexander V Lukyanov).
8171
8172 990605  pre-release
8173         + include time.h in lib_napms.c if nanosleep is used (patch by
8174           R Lindsay Todd <toddr@rpi.edu>).
8175         + add an "#undef bool" to curses.h, in case someone tries to define it,
8176           e.g., perl.
8177         + add check to tparm to guard against divide by zero (reported by Aaron
8178           Campbell <aaron@ug.cs.dal.ca>).
8179
8180 990516  pre-release
8181         + minor fix to build tack on CLIX (mismatched const).
8182         > patch by Juergen Pfeifer:
8183         + change Juergen's old email address with new one in the files where it
8184           is referenced.  The Ada95 HTML pages are regenerated.
8185         + update MANIFEST to list the tack files.
8186
8187 990509  pre-release
8188         + minor fixes to make 'tack' build/link on NeXT (reported by Francisco
8189           A. Tomei Torres).
8190
8191 990417  pre-release
8192         + add 'tack' program (which is GPL'd), updating it to work with the
8193           modified TERMTYPE struct and making a fix to support setaf/setab
8194           capabilities.  Note that the tack program is not part of the
8195           ncurses libraries, but an application which can be distributed with
8196           ncurses.  The configure script will ignore the directory if it is
8197           omitted, however.
8198         + modify gpm mouse support so that buttons 2 and 3 are used for
8199           select/paste only when shift key is pressed, making them available
8200           for use by an application (patch by Klaus Weide).
8201         + add complete list of function keys to scoansi terminfo entry - TD
8202
8203 990410  pre-release
8204         + add a simple test program cardfile.c to illustrate how to read form
8205           fields, and showing forms within panels.
8206         + change shared-library versioning for the Hurd to be like Linux rather
8207           than *BSD (patch by Mark Kettenis <kettenis@wins.uva.nl>).
8208         + add linux-lat terminfo entry.
8209         + back-out _nc_access check in read_termcap.c (both incorrect and
8210           unnecessary, except to guard against a small window where the file's
8211           ownership may change).
8212
8213 990403  pre-release
8214         + remove conflicting _nc_free_termtype() function from test module
8215           lib_freeall.c
8216         + use _nc_access check in read_termcap.c for termpaths[] array (noted
8217           by Jeremy Buhler, indicating that Alan Cox made a similar patch).
8218         > patch by Juergen Pfeifer:
8219         + modify menu creation to not inherit status flag from the default menu
8220           which says that the associated marker string has been allocated and
8221           should be freed (bug reported by Marek Paliwoda"
8222           <paliwoda@kki.net.pl>)
8223
8224 990327  pre-release (alpha.gnu.org:/gnu/ncurses-5.0-beta1.tar.gz)
8225         + minor fixes to xterm-xfree86 terminfo entry - TD.
8226         + split up an expression in configure script check for ldconfig to
8227           workaround limitation of BSD/OS sh (reported by Jeff Haas
8228           <jmh@mail.msen.com>).
8229         + correct a typo in man/form_hook.3x (Todd C Miller).
8230
8231 990318  pre-release
8232         + parenthesize and undef 'index' symbol in c++ binding and demo, to
8233           accommodate its definition on NeXT (reported by Francisco A. Tomei
8234           Torres).
8235         + add sigismember() to base/sigaction.c compatibility to link on NeXT
8236           (reported by Francisco A. Tomei Torres).
8237         + further refinements to inequality in hashmap.c to cover a case with
8238           ^U in nvi (patch by Alexander V Lukyanov).
8239
8240 990316  pre-release
8241         + add fallback definition for getcwd, to link on NeXT.
8242         + add a copy of cur_term to tic.c to make it link properly on NeXT
8243           (reported by Francisco A. Tomei Torres).
8244         + change inequality in hashmap.c which checks the distance traveled by
8245           a chunk so that ^D command in nvi (scrolls 1/2 screen) will use
8246           scrolling logic (patch by Alexander V Lukyanov, reported by Jeffrey
8247           C Honig).
8248
8249 990314  pre-release
8250         + modify lib_color.c to handle a special case where the curscr
8251           attributes have been made obsolete (patch by Alexander V Lukyanov).
8252         + update BSD/OS console terminfo entries to use klone+sgr and
8253           klone+color (patch by Jeffrey C Honig).
8254         + update glibc addon configure script for extended capabilities.
8255         + correct a couple of warnings in the --enable-const configuration.
8256         + make comp_hash build properly with _nc_strdup(), on NeXT (reported by
8257           Francisco A. Tomei Torres <francisco.tomei@cwix.com>).
8258
8259 990313  pre-release
8260         + correct typos in linux-c initc string - TD
8261         + add 'crt' terminfo entry, update xterm-xfree86 entry - TD
8262         + remove a spurious argument to tparm() in lib_sklrefr.c (patch by
8263           Alexander V Lukyanov).
8264
8265 990307  pre-release
8266         + back-out change to wgetch because it causes a problem with ^Z
8267           handling in lynx (reported by Kim DeVaughn).
8268
8269 990306  pre-release
8270         + add -G option to tic and infocmp, to reverse the "-g" option.
8271         + recode functions in name_match.c to avoid use of strncpy, which
8272           caused a 4-fold slowdown in tic (cf: 980530).
8273         + correct a few warnings about sign-extension in recent changes.
8274         > patch by Juergen Pfeifer:
8275         + fixes suggested by Jeff Bradbury <jibradbury@lucent.com>:
8276           + improved parameter checking in new_fieldtype().
8277           + fixed a typo in wgetch() timeout handling.
8278           + allow slk_init() to be called per newterm call.  The internal SLK
8279             state is stored in the SCREEN struct after every newterm() and then
8280             reset for the next newterm.
8281           + fix the problem that a slk_refresh() refreshes stdscr if the
8282             terminal has true SLKs.
8283         + update HTML documentation for Ada binding.
8284
8285 990301  pre-release
8286         + remove 'bool' casts from definitions of TRUE/FALSE so that statements
8287           such as "#if TRUE" work.  This was originally done to allow for a C++
8288           compiler which would warn of implicit conversions between enum and
8289           int, but is not needed for g++ (reported by Kim DeVaughn).
8290         + add use_extended_names() function to allow applications to suppress
8291           read of the extended capabilities.
8292         + add configure option --enable-tcap-names to support logic which
8293           allows ncurses' tic to define new (i.e., extended) terminal
8294           capabilities.  This is activated by the tic -x switch.  The infocmp
8295           program automatically shows or compares extended capabilities.
8296           Note:  This changes the Strings and similar arrays in the TERMTYPE
8297           struct so that applications which manipulate it must be recompiled.
8298         + use macros typeMalloc, typeCalloc and typeRealloc consistently
8299           throughout ncurses library.
8300         + add _nc_strdup() to doalloc.c.
8301         + modify define_key() to allow multiple strings to be bound to the
8302           same keycode.
8303         + correct logic error in _nc_remove_string, from 990220.
8304         > patch for Ada95 binding (Juergen Pfeifer):
8305         + regenerate some of the html documentation
8306         + minor cleanup in terminal_interface-curses.adb
8307
8308 990220  pre-release
8309         + resolve ambiguity of kend/kll/kslt and khome/kfnd/kich1 strings in
8310           xterm and ncsa terminfo entries by removing the unneeded ones.  Note
8311           that some entries will return kend & khome versus kslt and kfnd, for
8312           PC-style keyboards versus strict vt220 compatiblity - TD
8313         + add function keybound(), which returns the definition associated with
8314           a given keycode.
8315         + modify define_key() to undefine the given string when no keycode is
8316           given.
8317         + modify keyok() so it works properly if there is more than one string
8318           defined for a keycode.
8319         + add check to tic to warn about terminfo descriptions that contain
8320           more than one key assigned to the same string.  This is shown only if
8321           the verbose (-v) option is given.  Moved related logic (tic -v) from
8322           comp_parse.c into the tic program.
8323         + add/use _nc_trace_tries() to show the function keys that will be
8324           recognized.
8325         + rename init_acs to _nc_init_acs (request by Alexander V Lukyanov).
8326         > patch for Ada95 binding (Juergen Pfeifer):
8327         + remove all the *_adabind.c from ncurses, menu and form projects.
8328           Those little helper routines have all been implemented in Ada and are
8329           no longer required.
8330         + The option handling routines in menu and form have been made more
8331           save.  They now make sure that the unused bits in options are always
8332           zero.
8333         + modify configuration scripts to
8334           + use gnatmake as default compiler name.  This is a safer choice than
8335             gcc, because some GNAT implementations use other names for the
8336             compilerdriver to avoid conflicts.
8337           + use new default installation locations for the Ada files according
8338             to the proposed GNU Ada filesystem standard (for Linux).
8339         + simplify the Makefiles for the Ada binding
8340         + rename ada_include directory to src.
8341
8342 990213
8343         + enable sigwinch handler by default.
8344         + disable logic that allows setbuf to be turned off/on, because some
8345           implementations will overrun the buffer after it has been disabled
8346           once.
8347
8348 990206
8349         + suppress sc/rc capabilities from terminal description if they appear
8350           in smcup/rmcup.  This affects only scrolling optimization, to fix a
8351           problem reported by several people with xterm's alternate screen,
8352           though the problem is more general.
8353         > patch for Ada95 binding (Juergen Pfeifer):
8354         + removed all pragma Preelaborate() stuff, because the just released
8355           gnat-3.11p complains on some constructs.
8356         + fixed some upper/lower case notations because gnat-3.11p found
8357           inconsistent use.
8358         + used a new method to generate the HTML documentation of the Ada95
8359           binding.  This invalidates nearly the whole ./Ada95/html subtree.
8360           Nearly all current files in this subtree are removed
8361
8362 990130
8363         + cache last result from _nc_baudrate, for performance (suggested by
8364           Alexander V Lukyanov).
8365         + modify ClrUpdate() function to workaround a problem in nvi, which
8366           uses redrawwin in SIGTSTP handling.  Jeffrey C Honig reported that
8367           ncurses repainted the screen with nulls before resuming normal
8368           operation (patch by Alexander V Lukyanov).
8369         + generalize is_xterm() function a little by letting xterm/rxvt/kterm
8370           be any substring rather than the prefix.
8371         + modify lib_data.c to initialize SP.  Some linkers, e.g., IBM's, will
8372           not link a module if the only symbols exported from the module are
8373           uninitialized ones (patch by Ilya Zakharevich).  Ilya says that he
8374           has seen messages claiming this behavior conforms to the standard.)
8375         + move call on _nc_signal_handler past _nc_initscr, to avoid a small
8376           window where Nttyb hasn't yet been filled (reported by Klaus Weide).
8377         + modify lib_tstp.c to block SIGTTOU when handling SIGTSTP, fixes a
8378           problem where ncurses applications which were run via a shell script
8379           would hang when given a ^Z.  Also, check if the terminal's process
8380           group is consistent, i.e., a shell has not taken ownership of it,
8381           before deciding to save the current terminal settings in the SIGTSTP
8382           handler (patch by Klaus Weide).
8383         + correct spelling of ACS_ names in curs_border.3x (reported by Bob van
8384           der Poel <bvdpoel@kootenay.com>).
8385         + correct a couple of typos in the macros supporting the configure
8386           --with-shlib-version option.
8387
8388 990123
8389         + modify fty_regex.c to compile on HAVE_REGEXPR_H_FUNCS machine (patch
8390           by Kimio Ishii <ishii@csl.sony.co.jp>).
8391         + rename BSDI console terminfo entries:  bsdos to bsdos-pc-nobold, and
8392           bsdos-bold to bsdos-pc (patch by Jeffrey C Honig).
8393         + modify tput to accept termcap names as an alternative to terminfo
8394           names (patch by Jeffrey C Honig).
8395         + correct a typo in term.7 (Todd C Miller).
8396         + add configure --with-shlib-version option to allow installing shared
8397           libraries named according to release or ABI versions.  This
8398           parameterizes some existing logic in the configure script, and is
8399           intended for compatiblity upgrades on Digital Unix, which used
8400           versioned libraries in ncurses 4.2, but no longer does (cf:  980425).
8401         + resync configure script against autoconf 2.13 + patches
8402         + minor improvements for teraterm terminfo entry based on the program's
8403           source distribution.
8404
8405 990116
8406         + change default for configure --enable-big-core to assume machines do
8407           have enough memory to resolve terminfo.src in-memory.
8408         + correct name of ncurses library in TEST_ARGS when configuring with
8409           debug library.
8410         + minor fixes to compile ncurses library with broken-linker with g++.
8411         + add --enable-broken-linker configure option, default to environment
8412           variable $BROKEN_LINKER (request by Jeffrey C Honig).
8413         + change key_names[] array to static since it is not part of the curses
8414           interface (reported by Jeffrey C Honig <jch@bsdi.com>).
8415
8416 990110
8417         + add Tera Term terminfo entry - TD
8418
8419 990109
8420         + reviewed/corrected macros in curses.h as per XSI document.
8421         + provide support for termcap PC variable by copying it from terminfo
8422           data and using it as the padding character in tputs (reported by
8423           Alexander V Lukyanov).
8424         + corrected iris-ansi and iris-ansi-ap terminfo entries for kent and
8425           kf9-kf12 capabilities, as well as adding kcbt.
8426         + document the mouse handling mechanism in menu_driver and make a small
8427           change in menu_driver's return codes to provide more consistency
8428           (patch by Juergen Pfeifer).
8429         + add fallback definition for NCURSES_CONST to termcap.h.in (reported
8430           by Uchiyama Yasushi <uch@nop.or.jp>).
8431         + move lib_restart.c to ncurses/base, since it uses curses functions
8432           directly, and therefore cannot be used in libtinfo.so
8433         + rename micro_char_size to micro_col_size, adding #define to retain
8434           old name.
8435         + add set_a_attributes and set_pglen_inch to terminfo structure, as per
8436           XSI and Solaris 2.5.
8437         + minor makefile files to build ncurses test_progs
8438         + update html files in misc directory to reflect changes since 4.2
8439
8440 990102
8441         + disable scroll hints when hashmap is enabled (patch by Alexander
8442           V Lukyanov).
8443         + move logic for tic's verify of -e option versus -I and -C so that the
8444           terminfo data is not processed if we cannot handle -e (reported by
8445           Steven Schwartz <steves@unitrends.com>.
8446         + add test-driver traces to terminfo and termcap functions.
8447         + provide support for termcap ospeed variable by copying it from the
8448           internal cur_term member, and using ospeed as the baudrate reference
8449           for the delay_output and tputs functions.  If an application does not
8450           set ospeed, the library behaves as before, except that _nc_timed_wait
8451           is no longer used, or needed, since ospeed always has a value.  But
8452           the application can modify ospeed to adjust the output of padding
8453           characters (prompted by a bug report for screen 3.7.6 and email from
8454           Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>).
8455         + removed some unused ifdef's as part of Alexander's restructuring.
8456         + reviewed/updated curses.h, term.h against X/Open Curses Issue 4
8457           Version 2.  This includes making some parameters NCURSES_CONST
8458           rather than const, e.g., in termcap.h.
8459         + change linux terminfo entry to use ncv#2, since underline does not
8460           work with color
8461
8462 981226
8463         + miscellaneous corrections for curses.h to match XSI.
8464         + change --enable-no-padding configure option to be normally enabled.
8465         + add section to ncurses manpage for environment variables.
8466         + investigated Debian bug report that pertains to screen 3.7.4/3.7.6
8467           changes, found no sign of problems on Linux (or on SunOS, Solaris)
8468           running screen built with ncurses.
8469         + check if tmp_fp is opened in tic.c before closing it (patch by Pavel
8470           Roskin <pavel_roskin@geocities.com>).
8471         + correct several font specification typos in man-pages.
8472
8473 981220
8474         + correct default value for BUILD_CC (reported by Larry Virden).
8475
8476 981219
8477         + modify _nc_set_writedir() to set a flag in _nc_tic_dir() to prevent
8478           it from changing the terminfo directory after chdir'ing to it.
8479           Otherwise, a relative path in $TERMINFO would confuse tic (prompted
8480           by a Debian bug report).
8481         + correct/update ncsa terminfo entry (report by Larry Virden).
8482         + update xterm-xfree86 terminfo to current (patch 90), smcur/rmcur
8483           changes
8484         + add Mathew Vernon's mach console entries to terminfo.src
8485         + more changes, moving functions, as part of Alexander's restructuring.
8486         + modify configure script for GNU/Hurd share-library support, introduce
8487           BUILD_CC variable for cross compiling (patch by Uchiyama Yasushi
8488           <uch@nop.or.jp>)
8489
8490 981212
8491         + add environment variable NCURSES_NO_SETBUF to allow disabling the
8492           setbuf feature, for testing purposes.
8493         + correct ifdef's for termcap.h versus term.h that suppress redundant
8494           declarations of prototypes (reported by H.J.Lu).
8495         + modify Makefile.os2 to add linker flags which allow multiple copies
8496           of an application to coexist (reported by Ilya Zakharevich).
8497         + update Makefile.glibc and associated configure script so that ncurses
8498           builds as a glibc add-on with the new directory configuration
8499           (reported by H.J.Lu).
8500
8501 981205
8502         + modify gen_reps() function in gen.c to work properly on SunOS
8503           (sparc), which is a left-to-right architecture.
8504         + modify relative_move and tputs to avoid an interaction with the
8505           BSD-style padding.  The relative_move function could produce a string
8506           to replace on the screen which began with a numeric character, which
8507           was then interpreted by tputs as padding.  Now relative_move will not
8508           generate a string with a leading digit in that case (overwrite).
8509           Also, tputs will only interpret padding if the string begins with a
8510           digit; as coded it permitted a string to begin with a decimal point
8511           or asterisk (reported by Larry Virden).
8512         > patches by Juergen Pfeifer:
8513         + fix a typo in m_driver.c mouse handling and improves the error
8514           handling.
8515         + fix broken mouse handling in the Ada95 binding
8516         + make the Ada95 sample application menus work with the new menu mouse
8517           support
8518         + improve the mouse handling introduced by Ilya; it now handles menus
8519           with spacing.
8520         + repair a minor bug in the menu_driver code discovered during this
8521           rework.
8522         + add new function wmouse_trafo() to hide implementation details of
8523           _yoffset member of WINDOW struct needed for mouse coordinate
8524           transformation.
8525
8526 981128
8527         + modify Ada95/gen/gen.c to avoid using return-value of sprintf, since
8528           some older implementations (e.g., SunOS 4.x) return the buffer
8529           address rather than its length.
8530         > patch by Rick Ohnemus:
8531         + modify demo.cc to get it to compile with newer versions of egcs.
8532         + trim a space that appears at the end of the table preprocessor lines
8533           ('\" t).  This space prevents some versions of man from displaying
8534           the pages - changed to remove all trailing whitespace (TD)
8535         + finally, 'make clean' does not remove panel objects.
8536         > patches by Ilya Zakharevich:
8537         + allow remapping of OS/2 mouse buttons using environment variable
8538           MOUSE_BUTTONS_123 with the default value 132.
8539         + add mouse support to ncurses menus.
8540
8541 981121
8542         + modify misc/makedef.cmd to report old-style .def file symbols, and to
8543           generate the .def files sorted by increasing names rather than the
8544           reverse.
8545         + add misc/*.ref which are J.J.G.Ripoll's dll definition files (renamed
8546           from misc/*.old), and updated based on the entrypoint coding he used
8547           for an older version of ncurses.
8548         + add README.emx, to document how to build on OS/2 EMX.
8549         + updates for config.guess, config.sub from Lynx
8550         > patches by Ilya Zakharevich:
8551         + minor fixes for mouse handling mode:
8552           a) Do not initialize mouse if the request is to have no mouse;
8553           b) Allow switching of OS/2 VIO mouse on and off.
8554         + modify Makefile.os2 to support alternative means of generating
8555           configure script, by translating Unix script with Perl.
8556         > patches by Juergen Pfeifer:
8557         + Updates MANIFEST to reflect changes in source structure
8558         + Eliminates a problem introduced with my last patch for the C++
8559           binding in the panels code.  It removes the update() call done in the
8560           panel destructor.
8561         + Changes in the Ada95 binding to better support systems where
8562           sizeof(chtype)!=sizeof(int) (e.g.  DEC Alpha).
8563
8564 981114
8565         + modify install-script for manpages to skip over .orig and .rej files
8566           (request by Larry Virden).
8567         > patches/discussion by Alexander V Lukyanov:
8568         + move base-library sources into ncurses/base and tty (serial terminal)
8569           sources into ncurses/tty, as part of Alexander V Lukyanov's proposed
8570           changes to ncurses library.
8571         + copy _tracemouse() into ncurses.c so that lib_tracemse.c need not
8572           be linked into the normal ncurses library.
8573         + move macro winch to a function, to hide details of struct ldat
8574         > patches by Juergen Pfeifer:
8575         + fix a potential compile problem in cursesw.cc
8576         + some Ada95 cosmetics
8577         + fix a gen.c problem when compiling on 64-Bit machines
8578         + fix Ada95/gen/Makefile.in "-L" linker switch
8579         + modify Ada95 makefiles to use the INSTALL_PREFIX setting.
8580
8581 981107
8582         + ifdef'd out lib_freeall.c when not configured.
8583         + rename _tracebits() to _nc_tracebits().
8584         + move terminfo-library sources into ncurses/tinfo, and trace-support
8585           functions into ncurses/trace as part of Alexander V Lukyanov's
8586           proposed changes to ncurses library.
8587         + modify generated term.h to always specify its own definitions for
8588           HAVE_TERMIOS_H, etc., to guard against inclusion by programs with
8589           broken configure scripts.
8590
8591 981031
8592         + modify terminfo parsing to accept octal and hexadecimal constants,
8593           like Solaris.
8594         + remove an autoconf 2.10 artifact from the configure script's check
8595           for "-g" compiler options.  (Though harmless, this confused someone
8596           at Debian, who recently issued a patch that results in the opposite
8597           effect).
8598         + add configure option --with-ada-compiler to accommodate installations
8599           that do not use gcc as the driver for GNAT (patch by Juergen
8600           Pfeifer).
8601
8602 981017
8603         + ensure ./man exists in configure script, needed when configuring
8604           with --srcdir option.
8605         + modify infocmp "-r" option to remove limit on formatted termcap
8606           output, which makes it more like Solaris' version.
8607         + modify captoinfo to treat no-argument case more like Solaris'
8608           version, which uses the contents of $TERMCAP as the entry to format.
8609         + modify mk-2nd.awk to handle subdirectories, e.g., ncurses/tty
8610           (patch by Alexander V Lukyanov).
8611
8612 981010
8613         + modify --with-terminfo-dirs option so that the default value is the
8614           ${datadir} value, unless $TERMINFO_DIRS is already set.  This gets
8615           rid of a hardcoded list of candidate directories in the configure
8616           script.
8617         + add some error-checking to _nc_read_file_entry() to ensure that
8618           strings are properly terminated (Todd C Miller).
8619         + rename manpage file curs_scr_dmp.3x to curs_scr_dump.3x, to
8620           correspond with contents (reported by Neil Zanella
8621           <nzanella@cs.mun.ca>).
8622         + remove redundant configure check for C++ which did not work when $CXX
8623           was specified with a full pathname (reported by Andreas Jaeger).
8624         + corrected bcopy/memmove check; the macro was not standalone.
8625
8626 981003
8627         + remove unnecessary portion of OS/2 EMX mouse change from
8628           check_pending() (reported by Alexander V Lukyanov).
8629
8630 980926
8631         + implement mouse support for OS/2 EMX (adapted from patch against
8632           4.2(?) by Ilya Zakharevich).
8633         + add configure-check for bcopy/memmove, for 980919 changes to hashmap.
8634         + merge Data General terminfo from Hasufin <hasufin@vidnet.net> - TD
8635         + merge AIX 3.2.5 terminfo descriptions for IBM terminals, replaces
8636           some older entries - TD
8637         + modify tic to compile into %'char' form in preference to %{number},
8638           since that is a little more efficient.
8639         + minor correction to infocmp to avoid displaying "difference" between
8640           two capabilities that are rendered in equivalent forms.
8641         + add "-g" option to tic/infocmp to force character constants to be
8642           displayed in quoted form.  Otherwise their decimal values are shown.
8643         + modify setupterm so that cancelled strings are treated the same as
8644           absent strings, cancelled and absent booleans false (does not affect
8645           tic, infocmp).
8646         + modify tic, infocmp to discard redundant i3, r3 strings when output
8647           to termcap format.
8648         > patch by Alexander V Lukyanov:
8649         + improve performance of tparm, now it takes 19% instead of 25% when
8650           profiling worm.
8651         + rename maxlen/minlen to prec/width for better readability.
8652         + use format string for printing strings.
8653         + use len argument correctly in save_text, and pass it to save_number.
8654
8655 980919
8656         + make test_progs compile (but hashmap does not function).
8657         + correct NC_BUFFERED macro, used in lib_mvcur test-driver, modify
8658           associated logic to avoid freeing the SP->_setbuf data.
8659         + add modules home_terminfo and getenv_num to libtinfo.
8660         + move write_entry to libtinfo, to work with termcap caching.
8661         + minor fixes to blue.c to build with atac.
8662         + remove softscroll.c module; no longer needed for testing.
8663         > patches by Todd C Miller:
8664         + use strtol(3) instead of atoi(3) when parsing env variables so we can
8665           detect a bogus (non-numeric) value.
8666         + check for terminal names > MAX_NAME_SIZE in a few more places when
8667           dealing with env variables again.
8668         + fix a MAX_NAME_SIZE that should be MAX_NAME_SIZE+1
8669         + use sizeof instead of strlen(3) on PRIVATE_INFO since it is a fixed
8670           string #define (compile time vs runtime).
8671         + when setting errno to ENOMEM, set it right before the return, not
8672           before code that could, possibly, set errno to a different value.
8673         > patches by Alexander V Lukyanov:
8674         + use default background in update_cost_from_blank()
8675         + disable scroll-hints when hashmap is configured.
8676         + improve integration of hashmap scrolling code, by adding oldhash and
8677           newhash data to SP struct.
8678         + invoke del_curterm from delscreen.
8679         + modify del_curterm to set cur_term to null if it matches the
8680           function's parameter which is deleted.
8681         + modify lib_doupdate to prefer parm_ich to the enter_insert_mode and
8682           exit_insert_mode combination, adjusting InsCharCost to check
8683           enter_insert_mode, exit_insert_mode and insert_padding.  Add
8684           insert_padding in insert mode after each char.  This adds new costs
8685           to the SP struct.
8686
8687 980912
8688         + modify test-driver in lib_mvcur.s to use _nc_setbuffer, for
8689           consistent treatment.
8690         + modify ncurses to restore output to unbuffered on endwin, and resume
8691           buffering in refresh (see lib_set_term.c and NC_BUFFERED macro).
8692         + corrected HTML version numbers (according to the W3C validator, they
8693           never were HTML 2.0-compliant, but are acceptable 3.0).
8694
8695 980905
8696         + modify MKterminfo.sh to generate terminfo.5 with tables sorted by
8697           capability name, as in SVr4.
8698         + modified term.h, termcap.h headers to avoid redundant declarations.
8699         + change 'u_int' type in tset.c to unsigned, making this compile on
8700           Sequent PRX 4.1 (reported by Michael Sterrett <msterret@coat.com>).
8701
8702 980829
8703         + corrections to mailing addresses, and moving the magic line that
8704           causes the man program to invoke tbl to the first line of each
8705           manpage (patch by Rick Ohnemus <rick@ecompcon.com>).
8706         + add Makefile.os2 and supporting scripts to generate dll's on OS/2 EMX
8707           (from J.J.G.Ripoll, with further integration by TD).
8708         + correct a typo in icl6404 terminfo entry.
8709         + add xtermm and xtermc terminfo entries.
8710         > from esr's terminfo version:
8711         + Added Francesco Potorti's tuned Wyse 99 entries.
8712         + dtterm enacs (from Alexander V Lukyanov).
8713         + Add ncsa-ns, ncsa-m-ns and ncsa-m entries from esr version.
8714
8715 980822
8716         + document AT&T acs characters in terminfo.5 manpage.
8717         + use EMX _scrsize() function if terminfo and environment do not
8718           declare the screen size (reported by Ilya Zakharevich
8719           <ilya@math.ohio-state.edu>).
8720         + remove spurious '\' characters from eterm and osborne terminfo
8721           entries (prompted by an old Debian bug report).
8722         + correct reversed malloc/realloc calls in _nc_doalloc (reported by
8723           Hans-Joachim Widmaier <hjwidmai@foxboro.com>).
8724         + correct misplaced parenthesis which caused file-descriptor from
8725           opening termcap to be lost, from 980725 changes (reported by Andreas
8726           Jaeger).
8727
8728 980815
8729         + modify lib_setup.c to eliminate unneeded include of <sys/ioctl.h>
8730           when termios is not used (patch by Todd C Miller).
8731         + add function _nc_doalloc, to ensure that failed realloc calls do not
8732           leak memory (reported by Todd C Miller).
8733         + improved ncsa-telnet terminfo entry.
8734
8735 980809
8736         + correct missing braces around a trace statement in read_entry.c,
8737           from 980808 (reported by Kim DeVaughn <kimdv@best.com> and Liviu
8738           Daia).
8739
8740 980808
8741         + fix missing include <errno.h> in ditto.c (reported by Bernhard
8742           Rosenkraenzer <bero@k5.sucks.eu.org>)
8743         + add NCSA telnet terminfo entries from Francesco Potorti
8744           <F.Potorti@cnuce.cnr.it>, from Debian bug reports.
8745         + make handling of $LINES and $COLUMNS variables more compatible with
8746           Solaris by allowing them to individually override the window size
8747           as obtained via ioctl.
8748
8749 980801
8750         + modify lib_vidattr.c to allow for terminal types (e.g., xterm-color)
8751           which may reset all attributes in the 'op' capability, so that colors
8752           are set before turning on bold and other attributes, but still after
8753           turning attributes off.
8754         + add 'ditto.c' to test directory to illustrate use of newterm for
8755           initializing multiple screens.
8756         + modify _nc_write_entry() to recover from failed attempt to link alias
8757           for a terminfo on a filesystem which does not preserve character case
8758           (reported by Peter L Jordan <PJordan@chla.usc.edu>).
8759
8760 980725
8761         + updated versions of config.guess and config.sub based on automake 1.3
8762         + change name-comparisons in lib_termcap to compare no more than 2
8763           characters (gleaned from Debian distribution of 1.9.9g-8.8, verified
8764           with Solaris curses).
8765         + fix typo in curs_insstr.3x (patch by Todd C Miller)
8766         + use 'access()' to check if ncurses library should be permitted to
8767           open or modify files with fopen/open/link/unlink/remove calls, in
8768           case the calling application is running in setuid mode (request by
8769           Cristian Gafton <gafton@redhat.com>, responding to Duncan Simpson
8770           <dps@io.stargate.co.uk>).
8771         + arm100 terminfo entries from Dave Millen <dmill@globalnet.co.uk>).
8772         + qnxt2 and minitel terminfo entries from esr's version.
8773
8774 980718
8775         + use -R option with ldconfig on FreeBSD because otherwise it resets
8776           the search path to /usr/lib (reported by Dan Nelson).
8777         + add -soname option when building shared libraries on OpenBSD 2.x
8778           (request by QingLong).
8779         + add configure options --with-manpage-format and
8780           --with-manpage-renames (request by QingLong).
8781         + correct conversion of CANCELLED_NUMERIC in write_object(), which was
8782           omitting the high-order byte, producing a 254 in the compiled
8783           terminfo.
8784         + modify return-values of tgetflag, tgetnum, tgetstr, tigetflag,
8785           tigetnum and tigetstr to be compatible with Solaris (gleaned from
8786           Debian distribution of 1.9.9g-8.8).
8787         + modify _nc_syserr_abort to abort only when compiled for debugging,
8788           otherwise simply exit with an error.
8789
8790 980711
8791         + modify Ada95 'gen' program to use appropriate library suffix (e.g.,
8792           "_g" for a debug build).
8793         + update Ada95 'make clean' rule to include generics .ali files
8794         + add a configure test to ensure that if GNAT is found, that it can
8795           compile/link working Ada95 program.
8796         + flush output in beep and flash functions, fixing a problem with
8797           getstr (patch by Alexander V Lukyanov)
8798         + fix egcs 1.0.2 warning for etip.h (patch by Chris Johns).
8799         + correct ifdef/brace nesting in lib_sprintf.c (patch by Bernhard
8800           Rosenkraenzer <bero@Pool.Informatik.RWTH-Aachen.DE>).
8801         + correct typo in wattr_get macro from 980509 fixes (patch by Dan
8802           Nelson).
8803
8804 980704
8805         + merge changes from current XFree86 xterm terminfo descriptions.
8806         + add configure option '--without-ada'.
8807         + add a smart-default for termcap 'ac' to terminfo 'acs_chars' which
8808           corresponds to vt100.
8809         + change translation for termcap 'rs' to terminfo 'rs2', which is
8810           the documented equivalent, rather than 'rs1'.
8811
8812 980627
8813         + slow 'worm' down a little, for very fast machines.
8814         + corrected firstchar/lastchar computation in lib_hline.c
8815         + simplify some expressions with CHANGED_CELL, CHANGED_RANGE and
8816           CHANGED_TO_EOL macros.
8817         + modify init_pair so that if a color-pair is reinitialized, we will
8818           repaint the areas of the screen whose color changes, like SVr4 curses
8819           (reported by Christian Maurer <maurer@inf.fu-berlin.de>).
8820         + modify getsyx/setsyx macros to comply with SVr4 man-page which
8821           says that leaveok() affects their behavior (report by Darryl Miles,
8822           patch by Alexander V Lukyanov).
8823
8824 980620
8825         + review terminfo.5 against Solaris 2.6 curses version, corrected
8826           several minor errors/omissions.
8827         + implement tparm %l format.
8828         + implement tparm printf-style width and precision for %s, %d, %x, %o
8829           as per XSI.
8830         + implement tparm dynamic variables (reported by Xiaodan Tang).
8831
8832 980613
8833         + update man-page for for wattr_set, wattr_get (cf:  980509)
8834         + correct limits in hashtest, which would cause nonprinting characters
8835           to be written to large screens.
8836         + correct configure script, when --without-cxx was specified:  the
8837           wrong variable was used for cf_cv_type_of_bool.  Compilers up to gcc
8838           2.8 tolerated the missing 'int'.
8839         + remove the hardcoded name "gcc" for the GNU Ada compiler.  The
8840           compiler's name might be something like "egcs" (patch by Juergen
8841           Pfeifer).
8842         + correct curs_addch.3x, which implied that echochar could directly
8843           display control characters (patch by Alexander V Lukyanov).
8844         + fix typos in ncurses-intro.html (patch by Sidik Isani
8845           <isani@cfht.hawaii.edu>)
8846
8847 980606
8848         + add configure test for conflicting use of exception in math.h and
8849           other headers.
8850         + minor optimization to 'hash()' function in hashmap.c, reduces its
8851           time by 10%.
8852         + correct form of LD_SHARED_OPTS for HP-UX 10.x (patch by Tim Mooney).
8853         + fix missing quotes for 'print' in MKunctrl.awk script (reported by
8854           Mihai Budiu <mihaib@gs41.sp.cs.cmu.edu>).
8855         > patch by Alexander V Lukyanov:
8856         + correct problem on Solaris (with poll() function) where getch could
8857           hang indefinitely even if timeout(x) was called.  This turned out to
8858           be because milliseconds was not updated before 'goto retry' in
8859           _nc_timed_wait.
8860         + simplified the function _nc_timed_wait and fixed another bug, which
8861           was the assumption of !GOOD_SELECT && HAVE_GETTIMEOFDAY in *timeleft
8862           assignment.
8863         + removed the cycle on EINTR, as it seems to be useless.
8864
8865 980530
8866         + add makefile-rule for test/keynames
8867         + modify run_tic.sh and shlib to ensure that user's .profile does not
8868           override the $PATH used to run tic (patch by Tim Mooney).
8869         + restore LD_SHARED_OPTS to $(LD_SHARED_FLAGS) when linking programs,
8870           needed for HP-UX shared-library path (recommended by Tim Mooney).
8871         + remove special case of HP-UX -L options, use +b options to embed
8872           $(libdir) in the shared libraries (recommended by Tim Mooney).
8873         + add checks for some possible buffer overflows and unchecked
8874           malloc/realloc/calloc/strdup return values (patch by Todd C Miller
8875           <Todd.Miller@courtesan.com>)
8876
8877 980523
8878         + correct maxx/maxy expression for num_columns/num_lines in derwin
8879           (patch by Alexander V Lukyanov).
8880         + add /usr/share/lib/terminfo and /usr/lib/terminfo as compatibilty
8881           fallbacks to _nc_read_entry(), along with --with-terminfo-dirs
8882           configure option (suggested by Mike Hopkirk).
8883         + modify config.guess to recognize Unixware 2.1 and 7 (patch by Mike
8884           Hopkirk <hops@sco.com>).
8885         + suppress definition of CC_SHARED_OPTS in LDFLAGS_SHARED in c++
8886           Makefile.in, since this conflicts when g++ is used with HP-UX
8887           compiler (reported by Tim Mooney).
8888         + parenthesize 'strcpy' calls in c++ binding to workaround redefinition
8889           in some C++ implementations (reported by several people running
8890           egcs with glibc 2.0.93, analysis by Andreas Jaeger.
8891
8892 980516
8893         + modify write_entry.c so that it will not attempt to link aliases
8894           with embedded '/', but give only a warning.
8895         + put -L$(libdir) first when linking programs, except for HP-UX.
8896         + modify comp_scan.c to handle SVr4 terminfo description for att477,
8897           which contains a colon in the description field.
8898         + modify configure script to support SCO osr5.0.5 shared libraries,
8899           from comp.unix.sco.programmer newsgroup item (Mike Hopkirk).
8900         + eliminate extra GoTo call in lib_doupdate.c (patch by Alexander V.
8901           Lukyanov).
8902         + minor adjustments of const/NCURSES_CONST from IRIX compile.
8903         + add updates based on esr's 980509 version of terminfo.src.
8904
8905 980509
8906         + correct macros for wattr_set, wattr_get, separate wattrset macro from
8907           these to preserve behavior that allows attributes to be combined with
8908           color pair numbers.
8909         + add configure option --enable-no-padding, to allow environment
8910           variable $NCURSES_NO_PADDING to eliminate non-mandatory padding,
8911           thereby making terminal emulators (e.g., for vt100) a little more
8912           efficient (request by Daniel Eisenbud <eisenbud@cs.swarthmore.edu>).
8913         + modify configure script to embed ABI in shared libraries for HP-UX
8914           10.x (detailed request by Tim Mooney).
8915         + add test/example of the 'filter()' function.
8916         + add nxterm and xterm-color terminfo description (request by Cristian
8917           Gafton <gafton@redhat.com>).
8918         + modify rxvt terminfo description to clear alternate screen before
8919           switching back to normal screen, for compatibility with applications
8920           which use xterm (reported by Manoj Kasichainula <manojk@io.com>).
8921         + modify linux terminfo description to reset color palette (reported
8922           by Telford Tendys <telford@eng.uts.edu.au>).
8923         + correction to doupdate, for case where terminal does not support
8924           insert/delete character.  The logic did not check that there was a
8925           difference in alignment of changes to old/new screens before
8926           repainting the whole non-blank portion of the line.  Modified to fall
8927           through into logic that reduces by the portion which does not differ
8928           (reported by Daniel Eisenbud <eisenbud@cs.swarthmore.edu>).
8929         + minor performance improvement to wnoutrefresh by moving some
8930           comparisons out of inner loop.
8931
8932 980425
8933         + modify configure script to substitute NCURSES_CONST in curses.h
8934         + updated terminfo entries for xterm-xf86-v40, xterm-16color,
8935           xterm-8bit to correspond to XFree86 3.9Ag.
8936         + remove restriction that forces ncurses to use setaf/setab if the
8937           number of colors is greater than 8.  (see 970524 for xterm-16color).
8938         + change order of -L options (so that $(libdir) is searched first) when
8939           linking tic and other programs, to workaround HP's linker.
8940           Otherwise, the -L../lib is embedded when linking against shared
8941           libraries and the installed program does not run (reported by Ralf
8942           Hildebrandt).
8943         + modify configuration of shared libraries on Digital Unix so that
8944           versioning is embedded in the library, rather than implied by
8945           links (patch by Tim Mooney).
8946
8947 980418
8948         + modify etip.h to avoid conflict with math.h on HP-UX 9.03 with gcc
8949           2.8.1 which redefines 'exception' (reported by Ralf Hildebrandt
8950           <R.Hildebrandt@tu-bs.de>).
8951         + correct configure tests in CF_SHARED_OPTS which used $CC value to
8952           check for gcc, rather than autoconf's $GCC value.  This did not
8953           work properly if the full pathname of the compiler were given
8954           (reported by Michael Yount <yount@csf.Colorado.edu>).
8955         + revise check for compiler options to force ANSI mode since repeating
8956           an option such as -Aa causes HP's compiler to fail on its own headers
8957           (reported by Clint Olsen <olsenc@ichips.intel.com>).
8958
8959 980411
8960         + ifdef'd has_key() and mcprint() as extended functions.
8961         + modified several prototypes to correspond with 1997 version of
8962           X/Open Curses (affects ABI since developers have used attr_get).
8963         + remove spurious trailing blanks in glibc addon-scripts (patch by
8964           H.J.Lu).
8965         + insert a few braces at locations where gcc-2.8.x asks to use them to
8966           avoid ambigous else's, use -fpic rather than -fPIC for Linux (patch
8967           by Juergen Pfeifer).
8968
8969 980404
8970         + split SHLIB_LIST into SHLIB_DIRS/SHLIB_LIST to keep -L options
8971           before -l to accommodate Solaris' linker (reported by Larry Virden).
8972
8973 980328
8974         + modify lib_color.c to eliminate dependency on orig_colors and
8975           orig_pair, since SVr4 curses does not require these either, but
8976           uses them when they are available.
8977         + add detailed usage-message to infocmp.
8978         + correct a typo in att6386 entry (a "%?" which was "?").
8979         + add -f option to infocmp and tic, which formats the terminfo
8980           if/then/else/endif so that they are readable (with newlines and
8981           tabs).
8982         + fixes for glibc addon scripts (patch by H.J.Lu).
8983
8984 980321
8985         + revise configure macro CF_SPEED_TYPE so that termcap.h has speed_t
8986           declared (from Adam J Richter <adam@yggdrasil.com>)
8987         + remove spurious curs_set() call from leaveok() (J T Conklin).
8988         + corrected handling leaveok() in doupdate() (patch by Alexander V.
8989           Lukyanov).
8990         + improved version of wredrawln (patch by Alexander V. Lukyanov).
8991         + correct c++/Makefile.in so install target do not have embedded ../lib
8992           to confuse it (patch by Thomas Graf <graf@essi.fr>).
8993         + add warning to preinstall rule which checks if the installer would
8994           overwrite a curses.h or termcap.h that is not derived from ncurses.
8995           (The recommended configuration for developers who need both is to
8996           use --disable-overwrite).
8997         + modify preinstall rule in top-level Makefile to avoid implicit
8998           use of 'sh', to accommodate Ultrix 4.4 (reported by Joao Palhoto
8999           Matos <jmatos@math.ist.utl.pt>, patch by Thomas Esser
9000           <te@informatik.uni-hannover.de>)
9001         + refine ifdef's for TRACE so that libncurses has fewer dependencies
9002           on libtinfo when TRACE is disabled.
9003         + modify configure script so that if the --with-termlib option is used
9004           to generate a separate terminfo library, we chain it to the ncurses
9005           library with a "-l" option (reported by Darryl Miles and Ian T.
9006           Zimmerman).
9007
9008 980314
9009         + correct limits and window in wredrawln function (reported/analysis by
9010           Alexander V. Lukyanov).
9011         + correct sed expression in configure script for --with-fallback
9012           option (patch by Jesse Thilo).
9013         + correct some places in configure script where $enableval was used
9014           rather than $withval (patch by Darryl Miles <dlm@g7led.demon.co.uk>).
9015         + modify some man-pages so no '.' or '..' falls between TH and SH
9016           macros, to accommodate man_db program (reported by Ian T. Zimmerman
9017           <itz@rahul.net>).
9018         + terminfo.src 10.2.1 downloaded from ESR's webpage (ESR).
9019         > several changes by Juergen Pfeifer:
9020         + add copyright notices (and rcs id's) on remaining man-pages.
9021         + corrected prototypes for slk_* functions, using chtype rather than
9022           attr_t.
9023         + implemented the wcolor_set() and slk_color() functions
9024         + the slk_attr_{set,off,on} functions need an additional void*
9025           parameter according to XSI.
9026         + fix the C++ and Ada95 binding as well as the man pages to
9027           reflect above enhancements.
9028
9029 980307
9030         + use 'stat()' rather than 'access()' in toe.c to check for the
9031           existence of $HOME/.terminfo, since it may be a file.
9032         + suppress configure CF_CXX_LIBRARY check if we are not using g++
9033           2.7.x, since this is not needed with g++ 2.8 or egcs (patch by
9034           Juergen Pfeifer).
9035         + turn on hashmap scrolling code by default, intend to remedy defects
9036           by 4.3 release.
9037         + minor corrections to terminfo.src changelog.
9038
9039 980302  4.2 release for upload to prep.ai.mit.edu
9040         + correct Florian's email address in ncurses-intro.html
9041         + terminfo.src 10.2.0 (ESR).
9042
9043 980228  pre-release
9044         + add linux-koi8r replace linux-koi8, which is not KOI8 (patch by
9045           QingLong <qinglong@Bolizm.ihep.su>).
9046         + minor documentation fixes (patch by Juergen Pfeifer).
9047         + add setlocale() call to ncurses.c (reported by Claes G. Lindblad
9048           <claesg@algonet.se>).
9049         + correct sign-extension in lib_insstr.c (reported by Sotiris
9050           Vassilopoulos <svas@leon.nrcps.ariadne-t.gr>)
9051
9052 980221  pre-release
9053         + regenerated some documentation overlooked in 980214 patch
9054           (ncurses-intro.doc, curs_outopts.3x.html)
9055         + minor ifdef change to C++ binding to work with gcc 2.8.0 (patch by
9056           Juergen Pfeifer).
9057         + change maintainer's mailing address to florian@gnu.org, change
9058           tentative mailing list address to bug-ncurses-request@gnu.org (patch
9059           by Florian La Roche).
9060         + add definition of $(REL_VERSION) to c++/Makefile.in (reported by Gran
9061           Hasse <gh@raditex.se>).
9062         + restore version numbers to Ada95 binding, accidentally deleted by
9063           copyright patch (patch by Juergen Pfeifer).
9064
9065 980214  pre-release
9066         + remove ncurses.lsm from MANIFEST so that it won't be used in FSF
9067           distributions, though it is retained in development.
9068         + correct scaling of milliseconds to nanoseconds in lib_napms.c (patch
9069           by Jeremy Buhler).
9070         + update mailing-list information (bug-ncurses@gnu.org).
9071         + update announcement for upcoming 4.2 release.
9072         + modify -lm test to check for 'sin()' rather than 'floor()'
9073         + remove spurious commas from terminfo.src descriptions.
9074         + change copyright notices to Free Software Foundation
9075
9076 980207
9077         + minor fixes for autoconf macros CF_ERRNO, CF_HELP_MESSAGE and
9078           CF_SIZECHANGE
9079         + modify Makefile.glibc so that $(objpfx) is defined (H.J.Lu).
9080         + ifdef-out true-return from _nc_mouse_inline() which depends on
9081           merge of QNX patch (pending 4.2 release).
9082         > patch to split off seldom-used modules in ncurses (J T Conklin):
9083           This reduces size by up to 2.6kb.
9084         + move functionality of _nc_usleep into napms, add configuration case
9085           for nanosleep().
9086         + moved wchgat() from lib_addch.c to lib_chgat.c
9087         + moved clearok(), immedok(), leaveok(), and scrollok() from
9088           lib_options.c to lib_clearok.c, lib_immedok.c, lib_leaveok.c and
9089           lib_scrollok.c.
9090         + moved napms() from lib_kernel.c to lib_napms.c
9091         + moved echo() and noecho() from lib_raw.c to lib_echo.c
9092         + moved nl() and nonl() from lib_raw.c to lib_nl.c
9093
9094 980131
9095         + corrected conversion in tclock.c (cf: 971018).
9096         + updates to Makefile.glibc and associated Linux configure script
9097           (patch by H.J.Lu).
9098         + workaround a quoting problem on SunOS with tar-copy.sh
9099         + correct init_pair() calls in worm.c to work when use_default_colors()
9100           is not available.
9101         + include <sys/types.h> in CF_SYS_TIME_SELECT to work with FreeBSD
9102           2.1.5
9103         + add ncv capability to FreeBSD console (cons25w), making reverse
9104           work with color.
9105         + correct sense of configure-test for sys/time.h inclusion with
9106           sys/select.h
9107         + fixes for Ada95/ada_include/Makefile.in to work with --srcdir option.
9108         + remove unused/obsolete test-program rules from progs/Makefile.in
9109           (the rules in ncurses/Makefile.in work).
9110         + remove shared-library loader flags from test/Makefile.in, etc.
9111         + simplify test/configure.in using new version of autoconf to create
9112           test/ncurses_cfg.h
9113         + suppress suffix rules in test/Makefile.in, provide explicit
9114           dependency to work with --srcdir option and less capable 'make'
9115           programs.
9116         > adapted from patch for QNX by Xiaodan Tang:
9117         + initialize %P and %g variables set/used in tparm, and also ensure
9118           that empty strings don't return a null result from tparam_internal
9119         + add QNX-specific prototype for vsscanf()
9120         + move initialization of SP->_keytry from init_keytry() to newterm() to
9121           avoid resetting it via a keyok() call by mouse_activate().
9122         + reorganized some functions in lib_mouse() to use case-statements.
9123         + remove sgr string from qnx terminfo entry since it is reported to
9124           turn off attributes inconsistently.
9125
9126 980124
9127         + add f/F/b/B commands to ncurses 'b' test to toggle colors, providing
9128           test for no_color_video.
9129         + adjusted emx.src to use no_color_video, now works with ncurses 'b'
9130           and 'k' tests.
9131         + implement no_color_video attribute, and as a special case, reverse
9132           colors when the reverse attribute cannot be combined with color.
9133         + check for empty string in $TERM variable (reported by Brett Michaels
9134           <brett@xylan.com>).
9135         > from reports by Fred Fish:
9136         + add configure-test for isascii
9137         + add configure-test for -lm library.
9138         + modify CF_BOOL_SIZE to check if C++ bool types are unsigned.
9139         > patches by J.J.G.Ripoll
9140         + add configure/makefile variables to support .exe extension on
9141           OS/2 EMX (requires additional autoconf patches).
9142         + explicitly initialize variables in lib_data.c to appease OS/2 linker
9143         > patches by Fred Fish <fnf@ninemoons.com>
9144         + misc/Makefile.in (install.data):  Avoid trying to install the CVS
9145           directory.
9146         + aclocal.m4 (install.includes):  Remove files in the include directory
9147           where we are going to install new ones, not the original source
9148           files.
9149         + misc/terminfo.src:  Add entry for "beterm", derived from termcap
9150           distributed with BeOS PR2 using captoinfo.
9151         + aclocal.m4: Wrap $cf_cv_type_of_bool with quotes (contains space)
9152         + aclocal.m4: Assume bool types are unsigned.
9153         + progs/infocmp.c: workaround mwcc 32k function data limit
9154
9155 980117
9156         + correct initialization of color-pair (cf: 970524) in xmas.c, which
9157           was using only one color-pair for all colors (reported by
9158           J.J.G.Ripoll).
9159         + add multithread options for objects build on EMX, for compatibility
9160           with XFree86.
9161         + split up an expression in MKlib_gen.sh to work around a problem on
9162           OS/2 EMX, with 'ash' (patch by J.J.G.Ripoll).
9163         + change terminfo entries xterm (xterm-xf86-v40), xterm-8bit rs1 to use
9164           hard reset.
9165         + rename terminfo entry xterm-xf86-v39t to xterm-xf86-v40
9166         + remove bold/underline from sun console entries since they're not
9167           implemented.
9168         + correct _tracef calls in _tracedump(), which did not separate format
9169           from parameters.
9170         + correct getopt string for tic "-o" option, and add it to man-page
9171           synopsis (reported by Darren Hiebert <darren@hmi.com>).
9172         + correct typo in panel/Makefile.in, reversed if-statement in scrolling
9173           optimization (Alexander V.  Lukyanov).
9174         + test for 'remove()', use 'unlink() if not found (patch by Philippe De
9175           Muyter <phdm@macqel.be>).
9176         > patches by Juergen Pfeifer:
9177         + Improve a feature of the forms driver.  For invisible fields
9178           (O_VISIBLE off) only the contents but not the attributes are cleared.
9179           We now clear both.  (Reported by Javier Kohan
9180           <jkohan@adan.fceia.unr.edu.ar>)
9181         + The man page form_field_opts.3x makes now clear, that invisible
9182           fields are also always inactive.
9183         + adjust ifdef's to compile the C++ binding with the just released
9184           gcc-2.8.0 c++ and the corresponding new C++ libraries.
9185
9186 980110
9187         + correct "?" command in ncurses.c; it was performing non-screen writes
9188           while the program was in screen mode.  (It "worked" in 1.9.9e because
9189           that version sets OPOST and OCRNL incorrectly).
9190         + return error from functions in lib_kernel, lib_raw and lib_ti if
9191           cur_term is null, or if underlying I/O fails.
9192         + amend change to tputs() so that it does not return an error if
9193           cur_term is null, since some applications depend on being able to use
9194           tputs without initializing the terminal (reported by Christian J.
9195           Robinson <infynity@cyberhighway.net>).
9196
9197 980103
9198         + add a copy of emx.src from J.J.G.Ripoll's OS/2 EMX version of ncurses
9199           1.9.9e, together with fixes/additions for the "ansi" terminal type.
9200         + add tic check for save/restore cursor if change_scroll_region is
9201           defined (reference: O'Reilly book).
9202         + modify read_termcap.c to handle EMX-style pathnames (reported by
9203           J.J.G.Ripoll).
9204         + modify lib_raw.c to use EMX's setmode (patch from J.J.G.Ripoll).
9205           Ripoll says EMX's curses does this.
9206         + modify _nc_tic_expand() to generate \0 rather than \200.
9207         + move/revise 'expand()' from dump_entry.c to ncurses library as
9208           _nc_tic_expand(), for use by tack.
9209         + decode \a as \007 for terminfo, as per XSI.
9210         + correct translation of terminfo "^@", to \200, like \0.
9211         + modify next_char() to treat <cr><lf> the same as <newline>, for
9212           cross-platform compatibility.
9213         + use new version of autoconf (971230) to work around limited
9214           environment on CLIX, due to the way autoconf builds --help message.
9215         > patch by Juergen Pfeifer:
9216         + check that the Ada95 binding runs against the correct version of
9217           ncurses.
9218         + insert constants about the library version into the main spec-file of
9219           the Ada95 binding.
9220
9221 971227
9222         + modify open/fopen calls to use binary mode, needed for EMX.
9223         + modify configure script to work with autoconf 2.10 mods for OS/2
9224           EMX (from J.J.G.Ripoll).
9225         + generated ncurses_cfg.h with patch (971222) to autoconf 2.12 which
9226           bypasses limited sed buffer length.
9227         > several changes from Juan Jose Garcia Ripoll <worm@arrakis.es>
9228           (J.J.G.Ripoll) to support OS/2 EMX:
9229         + add a _scrolling flag to SP, to set when we encounter a terminal
9230           that simply cannot scroll.
9231         + corrected logic in _nc_add_to_try(), by ensuring that strings with
9232           embedded \200 characters are matched.
9233         + don't assume the host has 'link()' function, for linking terminfo
9234           entries.
9235
9236 971220
9237         + if there's no ioctl's to support sigwinch handler, disable it.
9238         + add configure option --disable-ext-funcs to remove the extended
9239           functions from the build.
9240         + add configure option --with-termlib to generate the terminfo
9241           functions as a separate library.
9242         + add 'sources' rule to facilitate cross-compiling.
9243         + review/fix order of mostlyclean/clean/distclean rules.
9244         + modify install-rule for headers to first remove old header, in
9245           case there was a symbolic link that confuses the install script.
9246         + corrected substitution for NCURSES_CONST in term.h (cf: 971108)
9247         + add null pointer checks in wnoutrefresh(), overlap() (patch by
9248           Xiaodan Tang <xtang@qnx.com>)
9249         + correct tputs(), which could dereference a null cur_term if invoked
9250           before terminal is initialized (patch by Christopher Seawood
9251           <cls@seawood.org>)
9252         > patch by Juergen Pfeifer:
9253         + makes better use of "pragma Inline" in the Ada95 binding
9254         + resynchronizes the generated html manpages
9255
9256 971213
9257         + additional fixes for man-pages section-references
9258         + add (for debugging) a check for ich/ich1 conflict with smir/rmir
9259           to tic, etc.
9260         + remove hpa/vpa from rxvt terminal description because they are not
9261           implemented correctly, added sgr0.
9262         + change ncurses 's' to use raw mode, so ^Q works (reported by Rudolf
9263           Leitgeb <leitgeb@leland.stanford.edu>)
9264
9265 971206
9266         + modify protection when installing libraries to (normally) not
9267           executable.  HP-UX shared libraries are an exception.
9268         + add configure check for 'tack'.
9269         + implement script for renaming section-references in man-page install,
9270           for Debian configuration.
9271         + add validity-check for SP in trace code in baudrate() (reported by
9272           Daniel Weaver).
9273         > patch by Alexander V. Lukyanov (fixes to match sol25 curses)
9274         + modify 'overlay()' so that copy applies target window background to
9275           characters.
9276         + correct 'mvwin()' so that it does not clear the previous locations.
9277         + correct lib_acs.c so that 8-bit character is not sign expanded in
9278           case of wide characters in chtype.
9279         + correct control-char test in lib_addch.c for use with wide chars
9280         + use attribute in the chtype when adding a control character in
9281           lib_addch.c control char was added with current attribute
9282
9283 971129
9284         + save/restore errno in _tracef() function
9285         + change treatment of initialize_color to use a range of 0..1000
9286           (recommended by Daniel Weaver).
9287         + set umask in mkinstalldirs, fixing problems reported by users who
9288           have set root's umask to 077.
9289         + correct bug in tic that caused capabilities to be reprinted at the
9290           end of output when they had embedded comments.
9291         + rewrote wredrawln to correspond to XSI, and split-out since it is
9292           not often used (from report by Alexander V. Lukyanov, 970825)
9293         + rewrote Dan Nelson's change to make it portable, as well as to
9294           correct logic for handling backslashes.
9295         + add code to _nc_tgetent() to make it work more like a real tgetent().
9296           It removes all empty fields, and removes all but the first in a group
9297           of duplicate caps.  The code was pulled from the BSD libtermcap code
9298           in termcap.c (patch by Dan Nelson <dnelson@emsphone.com>
9299         + don't include --enable-widec in the --with-develop configure option,
9300           since it is not binary-compatible with 4.1 (noted by Alexander V.
9301           Lukyanov)
9302         > patch by Juergen Pfeifer:
9303         + further improvements of the usage of elaboration pragmas in the Ada95
9304           binding
9305         + enhanced Ada95 sample to use the user_data mechanism for panels.
9306         + a fix for the configuration script to make gnat-3.10 the required
9307           version.
9308         + resync of the html version of the manpages
9309
9310 971122
9311         > fixes/updates for terminfo.src:
9312         + add vt220-js, pilot, rbcomm, datapoint entries from esr's 27-jun-97
9313           version.
9314         + add hds200 description (Walter Skorski)
9315         + add EMX 0.9b descriptions
9316         + correct rmso/smso capabilities in wy30-mc and wy50-mc (Daniel Weaver)
9317         + rename xhpterm back to hpterm.
9318         > patch by Juergen Pfeifer:
9319         + Improves the usage of elaboration pragmas for the Ada95 binding.
9320         + Adds a translation of the test/rain.c into Ada95 to the samples.
9321           This has been contributed to the project by Laurent Pautet
9322           (pautet@gnat.com)
9323
9324 971115
9325         + increase MAX_NAME_SIZE to 512 to handle extremely long alias list
9326           in HP-UX terminfo.
9327         + correction & simplification of delay computation in tputs, based on
9328           comments from Daniel Weaver.
9329         + replace test for SCO with more precise header tests.
9330         + add configure test for unsigned literals, use in NCURSES_BITS macro.
9331         + comment-out the -PIC, etc., flags from c++, progs and test makefiles
9332           since they probably are not needed, and are less efficient (noted by
9333           Juergen Fluk)
9334         + add -L$(libdir) to loader options, after -L../lib so that loaders
9335           that record this information will tend to do the right thing if
9336           the programs are moved around after installing them (suggested by
9337           Juergen Fluk).
9338         + add -R option to loader options for programs for Solaris if the
9339           --enable-rpath option is specified for the libraries.
9340
9341 971112
9342         + correct installed filename for shared libraries on *BSD (reported by
9343           Juergen Fluk).
9344
9345 971108
9346         + cleanup logic for deciding when tputs() should call delay_output(),
9347           based on comments from Daniel Weaver.
9348         + modified tputs() to avoid use of float.
9349         + correct use of trailpad in tputs(), which used the wrong variable
9350           in call to delay_output().
9351         + correct inverted expression for null-count in delay_output()
9352           (analysis by Daniel Weaver).
9353         + apply --enable-rpath option to Solaris (requested by Larry Virden).
9354         + correct substitution of EXTRA_CFLAGS for gcc 2.6.3
9355         + correct check for error-return by _nc_tgetent(), which returns 0
9356           for success.
9357         + add configure test for BSD 4.4 cgetent() function, modify
9358           read_termcap.c to use the host's version of that if found, using the
9359           terminal database on FreeBSD (reported by Peter Wemm).
9360         + add u8, u9 strings to sun-il description for Daniel Weaver.
9361         + use NCURSES_CONST in panel's user-pointer.
9362         + modify edit_cfg.sh and MKterm.h.awk.in to substitute NCURSES_CONST
9363           so that will work on NeXT.
9364         + use _nc_set_screen() rather than assignments to SP to fix port to
9365           NeXT (reported by Francisco A. Tomei Torres).
9366
9367 971101
9368         + force mandatory padding in bell and flash_screen, as specified in
9369           XSI.
9370         + don't allow padding_baud_rate to override mandatory delays (reported
9371           by Daniel Weaver).
9372         + modify delay_output() to use _nc_timed_wait() if no baudrate has been
9373           defined, or if the cur_term pointer is not initialized.  XSI treats
9374           this as unspecified.  (requested by Daniel Weaver).
9375         + change getcap-cache ifdef's to eliminate unnecessary chdir/mkdir
9376           when that feature is not configured.
9377         + remove _nc_err_abort() calls when write_entry.c finds a directory but
9378           cannot write to it, e.g., when translating part/all of /etc/termcap
9379           (reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>).
9380           (this dates back to 951102 in 1.9.7a).
9381         + minor ifdef fixes to compile with atac and glibc 2.0.5c
9382         + add check for -lgen when configuring regexpr.h
9383         + modify Solaris shared-library option "-d y" to "-dy" to workaround
9384           incompatibility of gcc 2.7.2 vs vendor's tools.
9385
9386 971026
9387         + correct ifdef's for struct winsize vs struct ttysize in lib_setup.c
9388           to compile on SCO.
9389         + remove dangling backslash in panel/Makefile.in
9390         + modify MKkeyname.awk to work with SCO's nawk, which dumps core in the
9391           length() function.
9392         + correct length of allocation in _nc_add_to_try(), to allow for
9393           trailing null.
9394         + correct logic in _nc_remove_key(), which was discarding too many
9395           nodes (patch by Alexander V. Lukyanov)
9396
9397 971025
9398         + add definition for $(REL_VERSION) to test/Makefile.in, so *BSD
9399           shared libraries link properly (see 970524).
9400         + modify Linux shared-library generation to include library
9401           dependencies (e.g., -lncurses and -lgpm) in the forms, menu and
9402           panel libraries (suggested by Juergen Pfeifer).
9403         + modify configure script to use config.guess and config.sub rather
9404           than uname, which is unreliable on some systems.
9405         + updated Makefile.glibc, test-built with glibc 2.0.5c
9406         + modify keyname() to return values consistent with SVr4 curses (patch
9407           by Juergen Fluk).
9408         > changes requested by Daniel Weaver:
9409         + modify delay_output() so that it uses the same output function as
9410           tputs() if called from that function.
9411         + move _baudrate from SCREEN to TERMINAL so that low-level use of
9412           tputs works when SP is not set.
9413         > patch by Juergen Pfeifer:
9414         + factor lib_menu and lib_form into smaller modules
9415         + clean up the interface between panel and SCREEN
9416         + minor changes to the Ada95 mouse support implemenation
9417         + minor bugfix in C++ binding to ripoff windows
9418         + fix a few Ada95 html documentation pages
9419
9420 971018
9421         + split-out lib_ungetch.c, make runtime link to resizeterm() to
9422           decouple those modules from lib_restart.c
9423         + add xterm-xf86-v39t description to terminfo.src
9424         + reset SP->_endwin in lib_tstp.c cleanup() function after calling
9425           endwin() to avoid unnecessary repainting if the application has
9426           established an atexit function, etc.  Encountered this problem in
9427           the c++ demo, whose destructors repaint the screen.
9428         + combine _nc_get_screensize() and resizeterm() calls as new function
9429           _nc_update_screensize().
9430         + minor fixes to allow compile with g++ (suggested by Nelson H. F.
9431           Beebe).
9432         + implement install-rules for Ada95 makefiles.
9433         + use screen_lines or MAXLINES as needed where LINES was coded,
9434           as well as screen_columns for COLS, in the ncurses library.
9435         > patch by Alexander V. Lukyanov:
9436         + modify logic for ripped-off lines to handle several SCREENs.
9437         > patch by Juergen Pfeifer:
9438         + factors lib_slk.c into some smaller modules
9439         + factors panel.c into some smaller modules
9440         + puts the static information about the current panel stack into the
9441           SCREEN structure to allow different panel stacks on different
9442           screens.
9443         + preliminary fix for an error adjusting LINES to account for
9444           ripped-off lines.
9445
9446 971011
9447         + move _nc_max_click_interval and other mouse interface items to SCREEN
9448           struct so that they are associated with a single terminal, and also
9449           save memory when the application does not need a mouse (roughly 3k vs
9450           0.5k on Linux).
9451         + modify mouseinterval() so that a negative parameter queries the
9452           click-interval without modifying it.
9453         + modify ncurses 'i' test to work with ncurses' apparent extension from
9454           SVr4, i.e., allows nocbreak+noecho (analysis by Alexander V.
9455           Lukyanov).
9456         + add configure options --with-ada-includes and --with-ada-objects,
9457           to drive Ada95 binding install (not yet implemented).
9458         + install C++ binding as -lncurses++ and associated headers with the
9459           other ncurses headers.
9460         + fix header uninstall if configure --srcdir is used.
9461         > minor interface changes to support 'tack' program -TD
9462           (request by Daniel Weaver <danw@znyx.com>).
9463         + export functions _nc_trans_string() and _nc_msec_cost().
9464         + add variable _nc_nulls_sent, to record the number of padding
9465           characters output in delay_output().
9466         + move tests for generic_type and hard_copy terminals in setupterm()
9467           to the end of that function so that the library will still be
9468           initialized, though not generally useful for curses programs.
9469         > patches by Alexander V. Lukyanov:
9470         + modify ClrBottom() to avoid using clr_eos if there is only one line
9471           to erase.
9472         + typo in configure --help.
9473         > patch by J T Conklin (with minor resync against Juergen's changes)
9474         + split-out lib_flash.c from lib_beep.c
9475         + split-out lib_hline.c and lib_vline.c from lib_box.c
9476         + split-out lib_wattron.c, lib_wattroff.c from lib_addch.c
9477
9478 971005
9479         > patch by Juergen Pfeifer:
9480         + correct source/target of c++/edit_cfg.sh
9481
9482 971004
9483         + add color, mouse support to kterm terminfo entry.
9484         + modify lib_mouse.c to recognize rxvt, kterm, color_xterm also as
9485           providing "xterm"-style mouse.
9486         + updated rxvt's terminfo description to correspond to 2.21b, with
9487           fixes for the acsc (the box1 capability is incorrect, ech1 does not
9488           work).
9489         + fix logic in parse_entry.c that discarded acsc when 'synthesizing'
9490           an entry from equivalents in XENIX or AIX.  This lets ncurses handle
9491           the distribution copy of rxvt's terminfo.
9492         + modify acsc capability for linux and linux-koi8 terminfo descriptions
9493           (from Pavel Roskin <pavel@absolute.spb.su>).
9494         + corrected definition in curses.h for ACS_LANTERN, which was 'I'
9495           rather than 'i' (see 970802).
9496         + updated terminfo.src with reformatted acsc entries, and repaired the
9497           trashed entries with spurious '\' characters that this exposed.
9498         + add logic to dump_entry.c to reformat acsc entries into canonical
9499           form (sorted, unique mapping).
9500         + add configure script to generate c++/etip.h
9501         + add configure --with-develop option, to enable by default most of the
9502           experimental options (requested by Alexander V. Lukyanov).
9503         + rename 'deinstall' to 'uninstall', following GNU convention
9504           (suggested by Alexander V. Lukyanov).
9505         > patches by Alexander V. Lukyanov:
9506         + modify tactics 2 and 5 in onscreen_mvcur(), to allow them on the last
9507           line of the screen, since carriage return will not cause a newline.
9508         + remove clause from PutCharLR() that would try to use
9509           eat_newline_glitch since that apparently does not work on some
9510           terminals (e.g., M$ telnet).
9511         + correct a limit check in scroll_csr_backward()
9512         > patches by Juergen Pfeifer:
9513         + adds dummy implementations of methods above() and below() to the
9514           NCursesPanel class.
9515         + fixes missing returncode in NCursesWindow::ripoffline()
9516         + fixes missing returncode in TestApplication::run() in demo.cc
9517         + We should at least give a comment in etip.h why it is currently a
9518           problem to install the C++ binding somewhere
9519         + makes the WINDOW* argument of wenclose() a const.
9520         + modifies several of the routines in lib_adabind.c to use a const
9521           WINDOW* argument.
9522
9523 970927
9524         + add 'deinstall' rules.
9525         + use explicit assignments in configure --without-progs option to
9526           work around autoconf bug which doesn't always set $withval.
9527         + check for ldconfig, don't try to run it if not found.
9528         + implement simple/unoptimized case in lib_doupdate.c to handle
9529           display with magic cookie glitch, tested with ncurses.c program.
9530         + correct missing _tracef in getmouse(), to balance the returnCode
9531           macro.
9532         + simplify show_attr() in ncurses.c using termattrs().
9533         > patches by Juergen Pfeifer:
9534         + provides missing inlines for mvw[hv]line in cursesw.h of the C++
9535           binding
9536         + fixes a typo in a comment of frm_driver.c
9537         + Enhances Ada95 Makefiles to fulfill the requirement of GNAT-3.10 that
9538           generics should be compiled.  Proper fixes to the configuration
9539           scripts are also provided.
9540
9541 970920
9542         + several modifications to the configure script (requested by Ward
9543           Horner):
9544           + add configure options --without-progs, to suppress the build of the
9545             utility programs, e.g., for cross-compiling.
9546           + add $(HOSTCCFLAGS) and $(HOSTLDFLAGS) symbols to ncurses
9547             Makefile.in, to simplify setup for cross compiling.
9548           + add logic in configure script to recognize "--target=vxworks", and
9549             generate load/install actions for VxWorks objects.
9550         + move typedef for sigaction_t into SigAction.h to work around problem
9551           generating lint library.
9552         + modify fty_regex.c to reflect renaming of ifdef's for regular
9553           expressions.
9554         + simplify ifdef in lib_setup.c for TIOCGWINSZ since that symbol may
9555           reside in <sys/ioctl.h>.
9556         + merge testcurs.c with version from PDCurses 2.3, clarifying some of
9557           the more obscure tests, which rely upon color.
9558         + use macros getbegyx() and getmaxyx() in newdemo.c and testcurs.c
9559         + modify ncurses.c to use getbegyx() and getmaxyx() macros to cover up
9560           implementation difference wrt SVr4 curses, allow 's' test to work.
9561         + add missing endwin() to testscanw.c program (reported by Fausto
9562           Saporito <fausap@itb.it>).
9563         + fixes/updates for Makefile.glibc and related files under sysdeps
9564           (patch by H.J.Lu).
9565         > patches by Juergen Pfeifer:
9566         + add checks for null pointers, especially WINDOW's throughout the
9567           ncurses library.
9568         + solve a problem with wrong calculation of panel overlapping (reported
9569           by Ward Horner):
9570           + make sure that a panel's window isn't a pad.
9571           + do more error checking in module lib_touch.c
9572         + missing files for Ada95 binding from the last patch
9573         + synch. of generated html pages (RCS-Id's were wrong in html files)
9574         + support for Key_Resize in Ada binding
9575         + changed documentation style in ./c++/cursesm.h
9576         > patches by Alexander V. Lukyanov:
9577         + undo attempt to do recursive inlining for PutChar(), noting that it
9578           did not improve timing measurably, but inflated the size of
9579           lib_doupdate.o
9580
9581 970913
9582         + modify rain.c to use color.
9583         + correct scroll_csr_backward() to match scroll_csr_forward().
9584         + minor adjustment to llib-lncurses, to work with Solaris 2.5.1
9585         + minor fixes to sysdeps/unix/sysv/linux/configure to reflect renaming
9586           of configure cache variables in 970906.
9587         + correct logic involving changes to O_VISIBLE option in
9588           Synchronize_Options function in frm_driver.c (Tony Hoffmann
9589           <Tony.Hoffmann@hia.nrc.ca>)
9590         + add $(HOSTCC) symbol to ncurses Makefile.in, to simplify setup for
9591           cross compiling (suggested by Chris Johns).
9592         + modify ifdef in lib_setup.c to only include <sys/ioctl.h> if we can
9593           use it to support screen-size calculation (reported by Chris Johns).
9594         + #undef unctrl to avoid symbol conflict in port to RTEMS (reported by
9595           Chris Johns <cjohns@plessey.com.au>)
9596         > patches by Juergen Pfeifer:
9597         + simplified, made minor corrections to Ada95 binding to form
9598           fieldtype.
9599         + The C++ binding has been enhanced:
9600           + Improve NCursesWindow class:  added additional methods to cover
9601             more ncurses functionality.  Make refresh() and noutrefresh()
9602             virtual members to allow different implementation in the
9603             NCursesPanel class.
9604           + CAUTION:  changed order of parameters in vline() and hline() of
9605             NCursesWindow class.
9606           + Make refresh() in NCursesPanel non-static, it is now a
9607             reimplementation of refresh() in the base class.  Added
9608             noutrefresh() to NCursesPanel.
9609           + Added NCursesForm and related classes to support libform
9610             functionality.
9611           + Moved most of configuration related stuff from cursesw.h to etip.h
9612           + Added NCursesApplication class to support easy configuration of
9613             menu and forms related attributes as well as ripped of title lines
9614             and Soft-Label-Keys for an application.
9615           + Support of Auto-Cleanup for a menu's fieldlist.
9616           + Change of return type for current_item() and operator[] for menus.
9617           + Enhanced demo.
9618         + Fixed a bug in form/fld_def.c:  take into account that copyarg and
9619           freearg for a fieldtype may be NULL, makearg must not be NULL
9620         + Fixed a bug in form/fld_type.c:  in set_fieldtype_arg() makearg must
9621           not be NULL, copyarg and freearg may be NULL.
9622         + Fixed a bug in form/frm_def.c:  Allow Disconnect_Fields() if it is
9623           already disconnected.
9624         + Enhance form/frm_driver.c:  Allow growth of dynamic fields also on
9625           navigation requests.
9626         + Fixed a bug in form/fty_enum.c:  wrong position of postincrement in
9627           case-insensitiva comparision routine.
9628         + Enhanced form/lib_adabind.c with function _nc_get_field() to get a
9629           forms field by index.
9630         + Enhanced menu/m_adabind.c with function _nc_get_item() to get a menus
9631           item by index.
9632         + Fixed in curses.h.in:  make chtype argument for pechochar() constant.
9633           Mark wbkgdset() as implemented, remove wbkgdset macro, because it was
9634           broken (didn't handle colors correctly).
9635         + Enhanced lib_mouse.c: added _nc_has_mouse() function
9636         + Added _nc_has_mouse() prototype to curses.priv.h
9637         + Modified lib_bkgd.c:  hopefully correct implementation of wbkgdset();
9638           streamlined implementation of wbkgd()
9639         + Modified lib_mvwin.c:  Disable move of a pad.  Implement (costly)
9640           move of subwindows.  Fixed update behavior of movements of regular
9641           windows.
9642         + Fixed lib_pad.c:  make chtype argument of pechochar() const.
9643         + Fixed lib_window.c:  dupwin() is not(!) in every bit a really clone
9644           of the original.  Subwindows become regular windows by doing a
9645           dupwin().
9646         + Improved manpage form_fieldtype.3x
9647         > patches by Alexander V. Lukyanov:
9648         + simplify the PutChar() handling of exit_am_mode, because we already
9649           know that auto_right_margin is true.
9650         + add a check in PutChar() for ability to insert to the case of
9651           shifting character to LR corner.
9652         + in terminal initialization by _nc_screen_resume(), make sure that
9653           terminal right margin mode is known.
9654         + move logic that invokes touchline(), or does the equivalent, into
9655           _nc_scroll_window().
9656         + modify scrolling logic use of insert/delete line capability, assuming
9657           that they affect the screen contents only within the current
9658           scrolling region.
9659         + modify rain.c to demonstrate SIGWINCH handler.
9660         + remove logic from getch() that would return an ERR if the application
9661           called getch() when the cursor was at the lower-right corner of the
9662           physical screen, and the terminal does not have insert-character
9663           ability.
9664         + change view.c so that it breaks out of getch() loop if a KEY_RESIZE
9665           is read, and modify logic in getch() so this fix will yield the
9666           desired behavior, i.e., the screen is repainted automatically when
9667           the terminal window is resized.
9668
9669 970906
9670         + add configure option --enable-sigwinch
9671         + modify view.c to test KEY_RESIZE logic, with "-r" option.
9672         + modify testcurs.c to eliminate misleading display wrt cursor type
9673           by testing if the terminal supports cnorm, civis, cvvis.
9674         + several fixes for m68k/NeXT 4.0, to bring cur_term, _nc_curr_line and
9675           _nc_curr_col variables into linked programs:  move these variables,
9676           making new modules lib_cur_term and trace_buf (reported by Francisco
9677           Alberto Tomei Torres <fatomei@sandburg.unm.edu>).
9678         > patches by Alexander V. Lukyanov:
9679         + add pseudo-functionkey KEY_RESIZE which is returned by getch() when
9680           the SIGWINCH handler has been called since the last call to
9681           doupdate().
9682         + modify lib_twait.c to hide EINTR only if HIDE_EINTR is defined.
9683         + add SIGWINCH handler to ncurses library which is used if there is no
9684           application SIGWINCH handler in effect when the screen is
9685           initialized.
9686         + make linked list of all SCREEN structures.
9687         + move curses.h include before definition of SCREEN to use types in
9688           that structure.
9689         + correction to ensure that wgetstr uses only a newline to force a
9690           scroll (970831).
9691
9692 970831
9693         + add experimental configure option --enable-safe-sprintf; the normal
9694           mode now allocates a buffer as large as the screen for the
9695           lib_printw.c functions.
9696         + modify wgetch to refresh screen when reading ungetch'd characters,
9697           since the application may require this - SVr4 does this.
9698         + refine treatment of newline in wgetstr to echo only when this would
9699           force the screen to scroll.
9700
9701 970830
9702         + remove override in wgetstr() that forces keypad(), since SVr4 does
9703           not do this.
9704         + correct y-reference for erasure in wgetstr() when a wrap forces a
9705           scroll.
9706         + correct x-position in waddch() after a wrap forces a scroll.
9707         + echo newline in wgetstr(), making testscanw.c scroll properly when
9708           scanw is done.
9709         + modify vwscanw() to avoid potential buffer overflow.
9710         + rewrote lib_printw.c to eliminate fixed-buffer limits.
9711         > patches by Alexander V. Lukyanov:
9712         + correct an error in handling cooked mode in wgetch(); processing
9713           was in the wrong order.
9714         + simplified logic in wgetch() that handles backspace, etc., by using
9715           wechochar().
9716         + correct wechochar() so that it interprets the output character as
9717           in waddch().
9718         + modify pechochar() to use prefresh() rather than doupdate(), since
9719           the latter does not guarantee immediate refresh of the pad.
9720         + modify pechochar() so that if called with a non-pad WINDOW, will
9721           invoke wechochar() instead.
9722         + modify fifo indices to allow fifo to be longer than 127 bytes.
9723
9724 970823
9725         + add xterm-8bit to terminfo.src
9726         + moved logic for SP->_fifohold inside check_pending() to make it
9727           work properly when we add calls to that function.
9728         + ensure that bool functions return only TRUE or FALSE, and TRUE/FALSE
9729           are assigned to bool values (patch by H.J.Lu).
9730         > patches by Alexander V. Lukyanov:
9731         + several fixes to getch:
9732           1.  Separate cooked and raw keys in fifo
9733           2.  Fix the case of ungetch'ed KEY_MOUSE
9734           3.  wrap the code for hiding EINTR with ifdef HIDE_EINTR
9735           4.  correctly handle input errors (i.e., EINTR) without loss of raw
9736               keys
9737           5.  recognize ESC KEY_LEFT and similar
9738           6.  correctly handle the case of receiption of KEY_MOUSE from gpm
9739         + correct off-by-one indexing error in _nc_mouse_parse(), that caused
9740           single mouse events (press/release) to be ignored in favor of
9741           composed events (click).  Improves on a fix from integrating gpm
9742           support in 961229.
9743         + add another call to check_pending, before scrolling, for
9744           line-breakout optimization
9745         + improve hashmap.c by
9746           1.  fixed loop condition in grow_hunks()
9747           2.  not marking lines with offset 0
9748           3.  fixed condition of 'too far' criteria, thus one-line hunks are
9749           ignored and two lines interchanged won't pass.
9750         + rewrote/simplified _nc_scroll_optimize() by separating into two
9751           passes, forward/backward, looking for chunks moving only in the given
9752           direction.
9753         + move logic that emits sgr0 when initializing the screen to
9754           _nc_screen_init(), now invoked from newterm.
9755         + move cursor-movement cleanup from endwin() into _nc_mvcur_wrap()
9756           function and screen cleanup (i.e., color) into _nc_screen_wrap()
9757           function.
9758         + add new functions _nc_screen_init(), _nc_screen_resume() and
9759           _nc_screen_wrap().
9760         + rename _nc_mvcur_scrolln() to _nc_scrolln().
9761         + add a copy of acs_map[] to the SCREEN structure, where it can be
9762           stored/retrieved via set_term().
9763         + move variables _nc_idcok, _nc_idlok, _nc_windows into the SCREEN
9764           structure.
9765
9766 970816
9767         + implement experimental _nc_perform_scroll().
9768         + modify newterm (actually _nc_setupscreen()) to emit an sgr0 when
9769           initializing the screen, as does SVr4 (reported by Alexander V.
9770           Lukyanov).
9771         + added test_progs rule to ncurses/Makefile.
9772         + modify test/configure.in to check if initscr is already in $LIBS
9773           before looking for (n)curses library.
9774         + correct version-number in configure script for OSF1 shared-library
9775           options (patch by Tim Mooney).
9776         + add -DNDEBUG to CPPFLAGS for --enable-assertions (as Juergen
9777           originally patched) since the c++ demo files do not necessarily
9778           include ncurses_cfg.h
9779         + supply default value for --enable-assertions option in configure
9780           script (reported by Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>).
9781         > patches by Alexander V. Lukyanov:
9782         + correct/simplify logic of werase(), wclrtoeol() and wclrbot().  See
9783           example firstlast.c
9784         + optimize waddch_literal() and waddch_nosync() by factoring out
9785           common subexpressions.
9786         + correct sense of NDEBUG ifdef for CHECK_POSITION macro.
9787         + corrections to render_char(), to make handling of colored blanks
9788           match SVr4 curses, as well as to correct a bug that xor'd space
9789           against the background character.
9790         + replaced hash function with a faster one (timed it)
9791         + rewrote the hashmap algorithm to be one-pass, this avoids multiple
9792           cost_effective() calls on the same lines.
9793         + modified cost_effective() so it is now slightly more precise.
9794         > patches for glibc integration (H.J.Lu):
9795         + add modules define_key, keyok, name_match, tries
9796         + add makefile rules for some of the unit tests in ncurses (mvcur,
9797           captoinfo, hardscroll, hashmap).
9798         + update Linux configure-script for wide-character definitions.
9799
9800 970809
9801         + modify _tracebits() to show the character size (e.g., CS8).
9802         + modify tparm() to emit '\200' where the generated string would have a
9803           null (reported by From:  Ian Dall <Ian.Dall@dsto.defence.gov.au> for
9804           terminal type ncr7900).
9805         + modify install process so that ldconfig is not invoked if the
9806           package is built with an install-prefix.
9807         + correct test program for chtype size (reported by Tim Mooney).
9808         + add configure option --disable-scroll-hints, using this to ifdef the
9809           logic that computes indices for _nc_scroll_optimize().
9810         + add module ncurses/softscroll.c, to perform single-stage computation
9811           of scroll indices used in _nc_scroll_optimize().  This is faster than
9812           the existing scrolling algorithm, but tends to make too-small hunks.
9813         + eliminate fixed buffer size in _nc_linedump().
9814         + minor fixes to lib_doupdate.c to add tradeoff between clr_eol (el)
9815           and clr_bol (el1), refine logic in ClrUpdate() and ClrBottom() (patch
9816           by Alexander V. Lukyanov).
9817         + add test/testaddch.c, from a pending patch by Alexander V. Lukyanov.
9818         + correct processing of "configure --enable-assertions" option (patch
9819           by Juergen Pfeifer).
9820
9821 970802
9822         + add '-s' (single-step) option too test/hashtest.c, correct an error
9823           in loop limit for '-f' (footer option), toggle scrollok() when
9824           writing footer to avoid wrap at lower-right corner.
9825         + correct behavior of clrtoeol() immediately after wrapping cursor,
9826           which was not clearing the line at the cursor position (reported by
9827           Liviu Daia <daia@stoilow.imar.ro>).
9828         + corrected mapping for ACS_LANTERN, which was 'I' rather than 'i'
9829           (reported by Klaus Weide <kweide@tezcat.com>).
9830         + many corrections to make progs/capconvert work, as well as make it
9831           reasonably portable and integrated with ncurses 4.1 (reported by Dave
9832           Furstenau <df@ravine.binary.net>).
9833
9834 970726
9835         + add flag SP->_fifohold, corresponding logic to modify the behavior of
9836           the line breakout logic so that if the application does not read
9837           input, refreshes will not be stopped, but only slowed.
9838         + generate slk_attr_off(), slk_attr_on(), slk_attr_set(), vid_attr(),
9839           ifdef'd for wide-character support, since ncurses' WA_xxx attribute
9840           masks are identical with the A_xxx masks.
9841         + modify MKlib_gen.sh to generate ifdef'd functions to support optional
9842           configuration of wide-characters.
9843         + modify tset to behave more like SVr4's tset, which does not modify
9844           the settings of intr, quit or erase unless they are given as command
9845           options (reported by Nelson H. F. Beebe <beebe@math.utah.edu>).
9846         + modify tset to look in /etc/ttys or /etc/ttytype if the configuration
9847           does not have getttynam().
9848         + extend baudrate table in tset.c to match baudrate() function.
9849         + add table entries for B230400 and B460800 to baudrate() function.
9850         + improve breakout logic by allowing it before the first line updated,
9851           which is what SVr4 curses does (patch by Alexander V. Lukyanov).
9852         + correct initialization of vcost in relative_move(), for cursor-down
9853           case (patch by Alexander V. Lukyanov).
9854         > nits gleaned from Debian distribution of 1.9.9g-3:
9855         + install symbolic link for intotocap.
9856         + reference libc directly when making shared libraries.
9857         + correct renaming of curs_scr_dmp.3x in man_db.renames.
9858         + guard tgetflag() and other termcap functions against null cur_term
9859           pointer.
9860
9861 970719
9862         + corrected initial state of software echo (error in 970405, reported
9863           by Alexander V. Lukyanov).
9864         + reviewed/added messages to configure script, so that all non-test
9865           options should be accompanied by a message.
9866         + add configure check for long filenames, using this to determine if
9867           it is safe to allow long aliases for terminal descriptions as does
9868           SVr4.
9869         + add configure options for widec (wide character), hashmap (both
9870           experimental).
9871         > patch by Alexander V. Lukyanov:
9872         + hashmap.c - improved by heuristic, so that scroll test works much
9873           better when csr is not available.
9874         + hardscroll.c - patched so that it continues to scroll other chunks
9875           after failure to scroll one.
9876         + lib_doupdate.c - _nc_mvcur_scrolln extended to handle more cases; csr
9877           is avoided as it is relative costly.  Fixed wrong coordinates in one
9878           case and wrong string in TRACE.
9879         > patch by Juergen Pfeifer:
9880         + modify C++ binding to compile on AIX 4.x with the IBM C-SET++
9881           compiler.
9882
9883 970712
9884         + remove alternate character set from kterm terminfo entry; it uses the
9885           shift-out control for a purpose incompatible with curses, i.e., font
9886           switching.
9887         + disentangle 'xterm' terminfo entry from some derived entries that
9888           should be based on xterm-r6 instead.
9889         + add cbt to xterm-xf86-xv32 terminfo entry; I added the emulation for
9890           XFree86 3.1.2F, but overlooked its use in terminfo then - T.Dickey.
9891         + correct logic in lib_mvcur.c that uses back_tab.
9892
9893 970706
9894         + correct change from 970628 to ClrUpdate() in lib_doupdate.c so that
9895           contents of curscr are saved in newscr before clearing the screen.
9896           This is needed to make repainting work with the present logic of
9897           TransformLine().
9898         + use napms() rather than sleep() in tset.c to avoid interrupting I/O.
9899
9900 970705
9901         + add limit checks to _nc_read_file_entry() to guard against overflow
9902           of buffer when reading incompatible terminfo format, e.g, from OSF/1.
9903         + correct some loop-variable errors in xmc support in lib_doupdate.c
9904         + modify ncurses 'b' test to add gaps, specified by user, to allow
9905           investigation of interaction with xmc (magic cookie) code.
9906         + correct typo in 970524 mods to xmas.c, had omitted empty parameter
9907           list from has_colors(), which gcc ignores, but SVr4 does not
9908           (reported by Larry Virden).
9909         + correct rmso capability in wy50-mc description.
9910         + add configure option "--enable-hard-tabs", renamed TABS_OK ifdef to
9911           USE_HARD_TABS.
9912         > patch by Juergen Pfeifer:
9913         + Add bindings for keyok() and define_key() to the Ada95 packages.
9914         + Improve man pages menu_post.3x and menu_format.3x
9915         + Fix the HTML pages in the Ada95/html directory to reflect the above
9916           changes.
9917
9918 970628
9919         + modify change from 970101 to ClrUpdate() in lib_doupdate.c so that
9920           pending changes to both curscr and newscr are flushed properly.
9921           This fixes a case where the first scrolling operation in nvi would
9922           cause the screen to be cleared unnecessarily and repainted before
9923           doing the indexing, i.e., by repeatedly pressing 'j' (reported by
9924           Juergen Pfeifer).
9925         + correct error in trans_string() which added embedded newlines in a
9926           terminfo description to the stored strings.
9927         + remove spurious newlines from sgr in wyse50 (and several other)
9928           terminfo descriptions.
9929         + add configure option for experimental xmc (magic cookie) code,
9930           "--enable-xmc-glitch".  When disabled (the default), attributes that
9931           would store a magic cookie are suppressed in vidputs().  The magic
9932           cookie code is far from workable at this stage; the configuration
9933           option is a stopgap.
9934         + move _nc_initscr() from lib_initscr.c to lib_newterm.c
9935         + correct path for invoking make_keys (a missing "./").
9936
9937 970621
9938         + correct sign-extension problem with "infocmp -e", which corrupted
9939           acsc values computed for linux fallback data.
9940         + correct dependency on ncurses/names.c (a missing "./").
9941         + modify configure script to use '&&' even for cd'ing to existing
9942           directories to work around broken shell interpreters.
9943         + correct a loop-limit in _nc_hash_map() (patch by Alexander V.
9944           Lukyanov).
9945
9946 970615
9947         + restore logic in _nc_scroll_optimize() which marks as touched the
9948           lines in curscr that are shifted.
9949         + add new utility 'make_keys' to compute keys.tries as a table rather
9950           than a series of function calls.
9951         + correct include-dependency for tic.h used by name_match
9952         + removed buffer-allocation for name and description from m_item_new.c,
9953           since this might result in incompatibilities with SVr4.  Also fixed
9954           the corresponding Ada95 binding module (patch by Juergen Pfeifer,
9955           report by Avery Pennarun <apenwarr@foxnet.net>)
9956         + removed the mechanism to timestamp the generated Ada95 sources.  This
9957           resulted always in generating patches for the HTML doc, even when
9958           nothing really changed (patch by Juergen Pfeifer).
9959         + improve man page mitem_new.3x (patch by Juergen Pfeifer).
9960
9961 970614
9962         + remove ech capability from rxvt description because it does not work.
9963         + add missing case logic for infocmp -I option (reported by Lorenzo M.
9964           Catucci <lorenzo@argon.roma2.infn.it>)
9965         + correct old bug in pnoutrefresh() unmasked by fix in 970531; this
9966           caused glitches in the ncurses 'p' test since the area outside the
9967           pad was not compared when setting up indices for _nc_scroll_optimize.
9968         + rewrote tracebits() to workaround misdefinition of TOSTOP on Ultrix
9969           4.4, as well as to eliminate fixed-size buffer (reported by Chris
9970           Tanner <tannerc@aecl.ca>)
9971         + correct prototype for termattrs() as per XPG4 version 2.
9972         + add placeholder prototypes for color_set(), erasewchar(),
9973           term_attrs(), wcolor_set() as per XPG4 version 2.
9974         + correct attribution for progs/progs.priv.h and lib_twait.c
9975         + improve line-breakout logic by checking based on changed lines rather
9976           than total lines (patch by Alexander V. Lukyanov).
9977         + correct loop limits for table-lookup of enumerated value in form
9978           (patch by Juergen Pfeifer).
9979         + improve threshhold computation for determining when to call ClrToEOL
9980           (patch by Alexander V. Lukyanov).
9981
9982 970531
9983         + add configure option --disable-database to force the library to
9984           use only the fallback data.
9985         + add configure option --with-fallbacks, to specify list of fallback
9986           terminal descriptions.
9987         + add a symbolic link for ncurses.h during install; too many programs
9988           still assume there's an ncurses.h
9989         + add new terminfo.src entry for xterm-xf86-v33.
9990         + restore terminfo.src entry for emu to using setf/setb, since it is
9991           not, after all, generating ANSI sequences.  Corrected missing comma
9992           that caused setf/setb entries to merge.
9993         + modify mousemask() to use keyok() to enable/disable KEY_MOUSE, so
9994           that applications can disable ncurses' mouse and supply their own
9995           handler.
9996         + add extensions keyok() and define_key().  These are designed to allow
9997           the user's application better control over the use of function keys,
9998           e.g., disabling the ncurses KEY_MOUSE.  (The define_key idea was from
9999           a mailing-list thread started by Kenneth Albanowski
10000           <kjahds@kjahds.com> Nov'1995).
10001         + restore original behavior in ncurses 'g' test, i.e., explicitly
10002           set the keypad mode rather than use the default, since it confuses
10003           people.
10004         + rewrote the newdemo banner so it's readable (reported by Hugh
10005           Daniel).
10006         + tidy up exit from hashtest (reported by Hugh Daniel).
10007         + restore check for ^Q in ncurses 'g' test broken in 970510 (reported
10008           by Hugh Daniel)
10009         + correct tput program, checking return-value of setupterm (patch by
10010           Florian La Roche).
10011         + correct logic in pnoutrefresh() and pechochar() functions (reported
10012           by Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>).  The computation
10013           of 'wide' date to eric's #283 (1.9.9), and the pechochar bug to the
10014           original implementation (1.9.6).
10015         + correct typo in vt102-w terminfo.src entry (patch by Robert Wuest
10016           <rwuest@sire.vt.com>)
10017         + move calls of _nc_background() out of various loops, as its return
10018           value will be the same for the whole window being operated on (patch
10019           by J T Conklin).
10020         + add macros getcur[xy] getbeg[xy] getpar[xy], which are defined in
10021           SVr4 headers (patch by J T Conklin <jtc@NetBSD.ORG>)
10022         + modify glibc addon-configure scripts (patch by H.J.Lu).
10023         + correct a bug in hashmap.c: the size used for clearing the hashmap
10024           table was incorrect, causing stack corruption for large values of
10025           LINES, e.g., >MAXLINES/2 (patch by Alexander V. Lukyanov).
10026         + eric's terminfo 9.13.23 & 9.13.24 changes: replaced minitel-2 entry,
10027           added MGR, ansi-nt (note: the changes described for 9.13.24 have not
10028           been applied).
10029         > several changes by Juergen Pfeifer:
10030         + correct a missing error-return in form_driver.c when wrapping of a
10031           field is not possible.
10032         + correct logic in form_driver.c for configurations that do not have
10033           memccpy() (reported by Sidik Isani <isani@cfht.hawaii.edu>)
10034         + change several c++ binding functions to inline.
10035         + modify c++ menu binding to inherit from panels, for proper
10036           initialization.
10037         + correct freeing of menu items in c++ binding.
10038         + modify c++ binding to reflect removal of const from user data pointer
10039           in forms/menus libraries.
10040
10041 970524
10042         + add description of xterm-16color.
10043         + modify name of shared-library on *BSD to end with $(REL_VERSION)
10044           rather than $(ABI_VERSION) to match actual convention on FreeBSD
10045           (cf: 960713).
10046         + add OpenBSD to shared-library case, same as NetBSD and FreeBSD
10047           (reported by Hugh Daniel <hugh@rat.toad.com>).
10048         + corrected include-dependency in menu/Makefile so that "make install"
10049           works properly w/o first doing "make".
10050         + add fallback definition for isascii, used in infocmp.
10051         + modify xmas to use color, and to exit right away when a key is
10052           pressed.
10053         + modify gdc so that the scrolled digits function as described (there
10054           was no time delay between the stages, and the digits overwrote the
10055           bounding box without tidying up).
10056         + modify lib_color.c to use setaf/setab only for the ANSI color codes
10057           0 through 7.  Using 16 colors requires setf/setb.
10058         + modify ncurses 'c' test to work with 16 colors, as well as the normal
10059           8 colors.
10060         + remove const qualifier from user data pointer in forms and menus
10061           libraries (patch by Juergen Pfeifer).
10062         + rewrote 'waddchnstr()' to avoid using the _nc_waddch_nosync()
10063           function, thereby not interpreting tabs, etc., as per spec (patch by
10064           Alexander V. Lukyanov).
10065
10066 970517
10067         + suppress check for pre-existing ncurses header if the --prefix
10068           option is specified.
10069         + add configure options "--with-system-type" and
10070           "--with-system-release" to assist in checking the generated
10071           makefiles.
10072         + add configure option "--enable-rpath" to allow installers to specify
10073           that programs linked against shared libraries will have their library
10074           path embedded, allowing installs into nonstandard locations.
10075         + add flags to OSF1 shared-library options to specify version and
10076           symbol file (patch by Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>)
10077         + add missing definition for ABI_VERSION to c++/Makefile.in (reported
10078           by Satoshi Adachi <adachi@wisdom.aa.ap.titech.ac.jp>).
10079         + modify link flags to accommodate HP-UX linker which embeds absolute
10080           pathnames in executables linked against shared libraries (reported by
10081           Jason Evans <jasone@mrc.uidaho.edu>, solved by Alan Shutko
10082           <ats@hubert.wustl.edu>).
10083         + drop unnecessary check for attribute-change in onscreen_mvcur() since
10084           mvcur() is the only caller within the library, and that check in turn
10085           is exercised only from lib_doupdate.c (patch by Alexander V.
10086           Lukyanov).
10087         + add 'blank' parameter to _nc_scroll_window() so _nc_mvcur_scrolln()
10088           can use the background of stdscr as a parameter to that function
10089           (patch by Alexander V. Lukyanov).
10090         + moved _nc_mvcur_scrolln() from lib_mvcur.c to lib_doupdate.c, to use
10091           the latter's internal functions, as well as to eliminate unnecessary
10092           cursor save/restore operations (patch by Alexander V. Lukyanov).
10093         + omit parameter of ClrUpdate(), since it is called only for newscr,
10094           further optimized/reduced by using ClearScreen() and TransformLine()
10095           to get rid of duplicate code (patch by Alexander V. Lukyanov).
10096         + modify scrolling algorithm in _nc_scroll_optimize() to reject hunks
10097           that are smaller than the distance to be moved (patch by Alexander V.
10098           Lukyanov).
10099         + correct a place where the panel library was not ifdef'd in ncurses.c
10100           (Juergen Pfeifer)
10101         + documentation fixes (Juergen Pfeifer)
10102
10103 970515  4.1 release for upload to prep.ai.mit.edu
10104         + re-tag changes since 970505 as 4.1 release.
10105
10106 970510
10107         + modify ncurses 'g' test to allow mouse input
10108         + modify default xterm description to include mouse.
10109         + modify configure script to add -Wwrite-strings if gcc warnings are
10110           enabled while configuring --enable-const (and fixed related
10111           warnings).
10112         + add toggle, status display for keypad mode to ncurses 'g' test to
10113           verify that keypad and scrollok are not inherited from parent window
10114           during a call to newwin.
10115         + correction to MKexpanded.sh to make it work when configure --srcdir
10116           is used (reported by H.J.Lu).
10117         + revise test for bool-type, ensuring that it checks if builtin.h is
10118           available before including it, adding test for sizeof(bool) equal
10119           to sizeof(short), and warning user if the size cannot be determined
10120           (reported by Alexander V. Lukyanov).
10121         + add files to support configuration of ncurses as an add-on library
10122           for GNU libc (patch by H.J.Lu <hjl@lucon.org>)
10123
10124 970506
10125         + correct buffer overrun in lib_traceatr.c
10126         + modify change to lib_vidattr.c to avoid redundant orig_pair.
10127         + turn on 'echo()' in hanoi.c, since it is initially off.
10128         + rename local 'errno' variable in etip.h to avoid conflict with global
10129           (H.J.Lu).
10130         + modify configure script to cache LD, AR, AR_OPTS (patch by H.J.Lu
10131           <hjl@lucon.org>)
10132
10133 970505  4.1 pre-release
10134         + regenerate the misc directory html dumps without the link list, which
10135           is not useful.
10136         + correct dependency in form directory makefile which caused
10137           unnecessary recompiles.
10138         + correct substitution for ABI_VERSION in test-makefile
10139         + modify install rules for shared-library targets to remove the target
10140           before installing, since some install programs do not properly handle
10141           overwrite of symbolic links.
10142         + change order of top-level targets so that 'include' immediate
10143           precedes the 'ncurses' directory, reducing the time between new
10144           headers and new libraries (requested by Larry Virden).
10145         + modify lib_vidattr.c so that colors are turned off only before
10146           modifying other attributes, turned on after others.  This makes the
10147           hanoi.c program display correctly on FreeBSD console.
10148         + modify debug code in panel library to print user-data addresses
10149           rather than the strings which they (may) point to.
10150         + add check to ensure that C++ binding and demo are not built with g++
10151           versions below 2.7, since the binding uses templates.
10152         + modify c++ binding and demo to build and run with SGI's c++ compiler.
10153           (It also compiles with the Sun SparcWorks compiler, but the demo does
10154           not link, due to a vtbl problem).
10155         + corrections to demo.cc, to fix out-of-scope variables (Juergen
10156           Pfeifer).
10157
10158 970503
10159         + correct memory leak in _nc_trace_buf().
10160         + add configure test for regexpr.h, for Unixware 1.x.
10161         + correct missing "./" prefixing names of generated files in ncurses
10162           directory.
10163         + use single-quotes in configure scripts assignments for MK_SHARED_LIB
10164           to workaround shell bug on FreeBSD 2.1.5
10165         + remove tabs from intermediate #define's for GCC_PRINTF, GCC_SCANF
10166           that caused incorrect result in ncurses_cfg.h
10167         + correct initialization in lib_trace.c, which omitted version info.
10168         + remove ech, el1 attributes from cons25w description; they appear to
10169           malfunction in FreeBSD 2.1.5
10170         + correct color attributes in terminfo.src and lib_color.c to match
10171           SVr4 behavior by interchanging codes 1,4, 3,6 in the setf/setb
10172           capabilities.
10173         + use curs_set() rather than checks via tigetstr() for test programs
10174           that hide the cursor: firework, rain, worm.
10175         + ensure that if the terminal lacks change_scroll_region, parm_index
10176           and parm_rindex are used only to scroll the whole screen (patch by
10177           Peter Wemm).
10178         + correct curs_set() logic, which did not return ERR if the requested
10179           attributes did not exist, nor did it assume an unknown initial state
10180           for the cursor (patch by Alexander V. Lukyanov).
10181         + combine IDcTransformLine and NoIDcTransformLine to new TransformLine
10182           function in lib_doupdate.c (patch by Alexander V. Lukyanov).
10183         + correct hashmap.c, which did not update index information (patch by
10184           Alexander V. Lukyanov).
10185         + fixes for C++ binding and demo (see c++/NEWS) (Juergen Pfeifer).
10186         + correct index in lib_instr.c (Juergen Pfeifer).
10187         + correct typo in 970426 patch from Tom's cleanup of lib_overlay.c
10188           (patch by Juergen Pfeifer).
10189
10190 970426
10191         + corrected cost computation in PutRange(), which was using
10192           milliseconds compared to characters by adding two new members to the
10193           SCREEN struct, _hpa_ch_cost and _cup_ch_cost.
10194         + drop ncurses/lib_unctrl.c, add ncurses/MKunctrl.awk to generate a
10195           const array of strings (suggested by Alexander V. Lukyanov).  The
10196           original suggestion in 970118 used a perl script.
10197         + rewrote ncurses 'b' test to better exercise magic-cookie (xmc), as
10198           well as noting the attributes that are not supported by a terminal.
10199         + trace the computation of cost values in lib_mvcur.c
10200         + modify _nc_visbuf() to use octal rather than hex, corrected sign
10201           extension bug in that function that caused buffer overflow.
10202         + modify trace in lib_acs.c to use _nc_visbuf().
10203         + suppress trace within _traceattr2().
10204         + correct logic of _tracechtype2(), which did not account for repeats
10205           or redefinition within an acsc string.
10206         + modify debug-library version baudrate() to use environment variable
10207           $BAUDRATE to override speed computation.  This is needed for
10208           regression testing.
10209         + correct problems shown by "weblint -pedantic".
10210         + update mailing-list information (now ncurses@bsdi.com).
10211
10212 970419
10213         + Improve form_field_validation.3x manpage to better describe the
10214           precision parameter for TYPE_NUMERIC and TYPE_INTEGER.  Provide more
10215           precise information how the range checking can be avoided.  (patch by
10216           Juergen Pfeifer, reported by Bryan Henderson)
10217         + change type of min/max value of form types TYPE_INTEGER to long to
10218           match SVr4 documentation.
10219         + set the form window to stdscr in set_form_win() so that form_win()
10220           won't return null (patch by Juergen Pfeifer, reported by Bryan
10221           Henderson <bryanh@giraffe.netgate.net>).
10222
10223 970412
10224         + corrected ifdef'ing of inline (cf: 970321) for TRACE vs C++.
10225         + corrected toggle_attr_off() macro (patch by Andries Brouwer).
10226         + modify treatment of empty token in $MANPATH to /usr/man (reported by
10227           <Andries.Brouwer@cwi.nl>)
10228         + modify traces that record functions-called so that chtype and attr_t
10229           values are expressed symbolically, to simplify reuse of generated
10230           test-scripts on SVr4 regression testing.
10231         + add new trace functions _traceattr2() and _tracechtype2()
10232
10233 970405
10234         + add configure option --enable-const, to support the use of 'const'
10235           where XSI should have, but did not, specify.  This defines
10236           NCURSES_CONST, which is an empty token otherwise, for strict
10237           compatibility.
10238         + make processing of configure options more verbose by echoing the
10239           --enable/--with values.
10240         + add configure option --enable-big-core
10241         + set initial state of software echo off as per XSI.
10242         + check for C++ builtin.h header
10243         + correct computation of absolute-path for $INSTALL that dropped "-c"
10244           parameter from the expression.
10245         + rename config.h to ncurses_cfg.h to avoid naming-conflict when
10246           ncurses is integrated into larger systems (adapted from diffs by
10247           H.J.Lu for libc).
10248         + correct inequality in lib_doupdate.c that caused a single-char to not
10249           be updated when the char on the right-margin was not blank, idcok()
10250           was true (patch by Alexander V Lukyanov (in 970124), reported
10251           by Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu> in 970329).
10252         + modify 'clean' rule in include/Makefile so that files created by
10253           configure script are removed in 'distclean' rule instead.
10254
10255 970328
10256         + correct array limit in tparam_internal(), add case to interpret "%x"
10257           (patch by Andreas Schwab)
10258         + rewrote number-parsing in ncurses.c 'd' test; it did not reset the
10259           value properly when non-numeric characters were given (reported by
10260           Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>)
10261
10262 970321
10263         + move definition of __INTERNAL_CAPS_VISIBLE before include for
10264           progs.priv.h (patch by David MacKenzie).
10265         + add configuration summary, reordered check for default include
10266           directory to better accommodate a case where installer is configuring
10267           a second copy of ncurses (reported by Klaus Weide
10268           <kweide@tezcat.com>)
10269         + moved the #define for 'inline' as an empty token from the
10270           $(CFLAGS_DEBUG) symbol into config.h, to avoid redefinition warning
10271           (reported by Ward Horner).
10272         + modify test for bool builtin type to use 'unsigned' rather than
10273           'unknown' when cross-compiling (reported by Ward Horner).
10274
10275 970315
10276         + add header dependencies so that "make install.libs" will succeed
10277           even if "make all" is not done first.
10278         + moved some macros from lib_doupdate.c to curses.priv.h to use in
10279           expanded functions with ATAC.
10280         + correct implementation of lib_instr.c; both XSI and SVr4 agree that
10281           the winnstr functions can return more characters than will fit on one
10282           line.
10283
10284 970308
10285         + modify script that generates lib_gen.c to support traces of called &
10286           return.
10287         + add new configure option "--disable-macros", for testing calls within
10288           lib_gen.c
10289         + corrected logic that screens level-checking of called/return traces.
10290
10291 970301
10292         + use new configure macro NC_SUBST to replace AC_PATH_PROG, better
10293           addressing request by Ward Horner.
10294         + check for cross-compiling before trying to invoke the autoconf
10295           AC_FUNC_SETVBUF_REVERSED macro (reported by Ward Horner)
10296         + correct/simplify loop in _nc_visbuf(), 970201 changes omitted
10297           a pointer-increment.
10298         + eliminate obsolete symbol SHARED_ABI from dist.mk (noted by
10299           Florian La Roche).
10300
10301 970215
10302         + add configure option --enable-expanded, together with code that
10303           implements an expanded form of certain complex macros, for testing
10304           with ATAC.
10305         + disable CHECK_POSITION unless --with-assertions is configured
10306           (Alexander V Lukyanov pointed out that this is redundant).
10307         + use keyname() to show traced chtype values where applicable rather
10308           than _tracechar(), which truncates the value to 8-bits.
10309         + minor fixes to TRACE_ICALLS, added T_CREATE, TRACE_CCALLS macros.
10310         + modify makefiles in progs and test directories to avoid using C
10311           preprocessor options on link commands (reported by Ward Horner)
10312         + correct ifdef/include-order for nc_alloc.h vs lib_freeall.c (reported
10313           by Ward Horner)
10314         + modify ifdef's to use configure-defined symbols consistently
10315           (reported by Ward Horner)
10316         + add/use new makefile symbols AR, AR_OPTS and LD to assist in non-UNIX
10317           ports (reported by Ward Horner <whorner@tsi-telsys.com>)
10318         + rename struct try to struct tries, to avoid name conflict with C++
10319           (reported by Gary Johnson).
10320         + modify worm.c to hide cursor while running.
10321         + add -Wcast-qual to gcc warnings, fix accordingly.
10322         + use PutChar rather than PutAttrChar in ClrToEOL to properly handle
10323           wrapping (Alexander V Lukyanov).
10324         + correct spurious echoing of input in hanoi.c from eric's #291 & #292
10325           patches (reported by Vernon C. Hoxie <vern@zebra.alphacdc.com>).
10326         + extend IRIX configuration to IRIX64
10327         + supply missing install.libs rule needed after restructuring
10328           test/Makefile.in
10329
10330 970208
10331         + modify "make mostlyclean" to leave automatically-generated source
10332           in the ncurses directory, for use in cross-compiles.
10333         + autogenerated object-dependencies for test directory
10334         + add configure option --with-rcs-ids
10335         + modify configuration scripts to generate major/minor/patch versions
10336           (suggested by Alexander V Lukyanov).
10337         + supply missing va_end's in lib_scanw.c
10338         + use stream I/O for trace-output, to eliminate fixed-size buffer
10339         + add TRACE_ICALLS definition/support to lib_trace.c
10340         + modify Ada95 binding to work with GNAT 3.09 (Juergen Pfeifer).
10341
10342 970201
10343         + add/modify traces for called/return values to simplify extraction
10344           for test scripts.
10345         + changed _nc_visbuf to quote its result, and to dynamically allocate
10346           the returned buffer.
10347         + invoke ldconfig after installing shared library
10348         + modify install so that overwrite applies to shared library -lcurses
10349           in preference to static library (reported by Zeyd M Ben-Halim 960928).
10350         + correct missing ';' in 961221 mod to overwrite optional use of $(LN_S)
10351           symbol.
10352         + fixes to allow "make install" to work without first doing a "make
10353           all" (suggested by Larry Virden).
10354
10355 970125
10356         + correct order of #ifdef for TABS_OK.
10357         + instrumented toe.c to test memory-leaks.
10358         + correct memory-deallocation in toe.c (patch by Jesse Thilo).
10359         + include <sys/types.h> in configuration test for regex.h (patch by
10360           Andreas Schwab)
10361         + make infocmp recognize -I option, for SVr4 compatibility (reported by
10362           Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>)
10363
10364 970118
10365         + add extension 'use_default_colors()', modified test applications that
10366           use default background (firework, gdc, hanoi, knight, worm) to
10367           demonstrate.
10368         + correct some limit checks in lib_doupdate.c exposed while running
10369           worm.
10370         + use typeCalloc macro for readability.
10371         + add/use definition for CONST to accommodate testing with Solaris
10372           (SVr4) curses, which doesn't use 'const' in its prototypes.
10373         + modify ifdef's in test/hashtest.c and test/view.c to compile with
10374           Solaris curses.
10375         + modify _tracedump() to pad pad colors & attrs lines to match change
10376           in 970101 showing first/last changes.
10377         + corrected location of terminating null on dynamically allocated forms
10378           fields (patch by Per Foreby).
10379
10380 970111
10381         + added headers to make view.c compile on SCO with the resizeterm()
10382           code (i.e., struct winsize) - though this compiles, I don't have a
10383           suitable test configuration since SIGWINCH doesn't pass my network to
10384           that machine - T.Dickey.
10385         + update test/configure.in to supply some default substitutions.
10386         + modify configure script to add -lncurses after -lgpm to fix problem
10387           linking against static libraries.
10388         + add a missing noraw() to test/ncurses.c (places noted by Jeremy
10389           Buhler)
10390         + add a missing wclear() to test/testcurs.c (patch by Jeremy Buhler
10391           <jbuhler@cs.washington.edu>)
10392         + modify headers to accommodate compilers that don't allow duplicate
10393           "#define" lines for NCURSES_VERSION (reported by Larry W. Virden
10394           <lvirden@cas.org>)
10395         + fix formatting glitch in curs_getch.3x (patch by Jesse Thilo).
10396         + modify lib_doupdate to make el, el1 and ed optimization use the
10397           can_clear_with macro, and change EmitRange to allow leaving cursor at
10398           the middle of interval, rather than always at the end (patch by
10399           Alexander V Lukyanov).  This was originally 960929, resync 970106.
10400
10401 970104
10402         + workaround defect in autoconf 2.12 (which terminates configuration
10403           if no C++ compiler is found) by adding an option --without-cxx.
10404         + modify several man-pages to use tbl, where .nf/.fi was used (reported
10405           by Jesse Thilo).
10406         + correct font-codes in some man-pages (patch by Jesse Thilo
10407           <Jesse.Thilo@pobox.com>)
10408         + use configure script's knowledge of existence of g++ library for the
10409           c++ Makefile (reported by Paul Jackson).
10410         + correct misleading description of --datadir configuration option
10411           (reported by Paul Jackson <pj@sam.engr.sgi.com>)
10412
10413 970101
10414         + several corrections to _nc_mvcur_scrolln(), prompted by a bug report
10415           from Peter Wemm:
10416         > the logic for non_dest_scroll_region was interchanged between the
10417           forward & reverse scrolling cases.
10418         > multiple returns from the function allowed certain conditions to do
10419           part of an operation before discovering that it couldn't be
10420           completed, returning an error without restoring the cursor.
10421         > some returns were ERR, where the function had completed the
10422           operation, because the insert/delete line logic was improperly
10423           tested (this was probably the case Peter saw).
10424         > contrary to comments, some scrolling cases were tested after the
10425           insert/delete line method.
10426         + modify _tracedump() to show first/last changes.
10427         + modify param of ClrUpdate() in lib_doupdate.c to 'newscr', fixes
10428           refresh problem (reported by Peter Wemm) that caused nvi to not show
10429           result of ":r !ls" until a ^L was typed.
10430
10431 961229  (internal alpha)
10432         + correct some of the writable-strings warnings (reported by Gary
10433           Johnson <gjohnson@season.com>).  Note that most of the remaining ones
10434           are part of the XSI specification, and can't be "fixed".
10435         + improve include-dependencies in form, menu, panel directories.
10436         + correct logic of delay_output(), which would return early if
10437           there is data on stdin.
10438         + modify interface & logic of _nc_timed_wait() to support 2 file
10439           descriptors, needed for GPM.
10440         + integrate patch by Andrew Kuchling <amk@magnet.com> for GPM (mouse)
10441           support, correcting logic in wgetch() and _nc_mouse_parse() which
10442           prevented patch from working properly -TD
10443         + improve performance of panel algorithm (Juergen Pfeifer 961203).
10444         + strip RCS id's from generated .html files in Ada95 subtree.
10445         + resync with generated .html files (Juergen Pfeifer 961223).
10446         + terminfo.src 10.1.0 (ESR).
10447
10448 961224  4.0 release
10449         + release as 4.0 to accommodate Linux ld.so.1.8.5
10450         + correct syntax/spelling, regenerated .doc files from .html using
10451           lynx 2.5
10452         + refined forms/menus makefiles (Juergen Pfeifer 961223).
10453
10454 961221  - snapshot
10455         + remove logic in read_entry.c that attempts to refine errno by using
10456           'access()' for the directory (from patch by Florian La Roche).
10457         + correct configure test/substitution that inhibits generating
10458           include-path to /usr/include if gcc is used (reported by Florian La
10459           Roche).
10460         + modify setupterm() to allocate new TERMINAL for each call, just as
10461           solaris' curses does (Alexander V Lukyanov 960829).
10462         + corrected memory leaks in read_entry.c
10463         + add configure options --with-dbmalloc, --with-dmalloc, and
10464           --disable-leaks, tested by instrumenting infocmp, ncurses programs.
10465         + move #include's for stdlib.h and string.h to *.priv.h to accommodate
10466           use of dbmalloc.
10467         + modify use of $(LN_S) to follow recommendation in autoconf 2.12,
10468           i.e., set current directory before linking.
10469         + split-out panel.priv.h, improve dependencies for forms, menus
10470           (Juergen Pfeifer 961204).
10471         + modify _nc_freewin() to reset globals curscr/newscr/stdscr when
10472           freeing the corresponding WINDOW (found using Purify).
10473         + modify delwin() to return ERR if the window to be deleted has
10474           subwindows, needed as a side-effect of resizeterm() (found using
10475           Purify).  Tested and found that SVr4 curses behaves this way.
10476         + implement logic for _nc_freeall(), bringing stub up to date.
10477
10478 961215
10479         + modify wbkgd() so that it doesn't set nulls in the rendered text,
10480           even if its argument doesn't specify a character (fixes test case by
10481           Juergen Pfeifer for bug-report).
10482         + set window-attributes in wbkgd(), to simplify comparison against
10483           Solaris curses, which does this.
10484
10485 961214  - snapshot
10486         + replace most constants in ncurses 'o' test by expressions, making it
10487           work with wider range of screen sizes.
10488         + add options to ncurses.c to specify 'e' test softkey format, and the
10489           number of header/footer lines to rip-off.
10490         + add ^R (repaint after resize), ^L (refresh) commands to ncurses 'p'
10491           test.
10492         + add shell-out (!) command to ncurses 'p' test to allow test of
10493           resize between endwin/refresh.
10494         + correct line-wrap case in mvcur() by emitting carriage return,
10495           overlooked in 960928, but needed due to SVr4 compatibility changes to
10496           terminal modes in 960907.
10497         + correct logic in wresize that causes new lines to be allocated,
10498           broken for the special case of increasing rows only in 960907's fix
10499           for subwindows.
10500         + modify configure script to generate $(LDFLAGS) with -L and -l options
10501           in preference to explicit library filenames.  (NOTE: this may
10502           require further amending, since I vaguely recall a dynamic loader
10503           that did not work properly without the full names, but it should be
10504           handled as an exception to the rule, since some linkers do bulk
10505           inclusion of libraries when given the full name - T.Dickey).
10506         + modify configure script to allow user-supplied $CFLAGS to set the
10507           debug-option in all libraries (requested by lots of people) -TD
10508         + use return consistently from main(), rather than exit (reported by
10509           Florian La Roche).
10510         + add --enable-getcap-cache option to configure, normally disabled
10511           (requested by Florian La Roche).
10512         + make configure test for gettimeofday() and possibly -lbsd more
10513           efficient (requested by Florian La Roche <florian@knorke.saar.de>)
10514         + minor adjustments to Ada95 binding (patches by Juergen Pfeifer)
10515         + correct attributes after emitting orig_pair in lib_vidattr.c (patch
10516           by Alexander V Lukyanov).
10517
10518 961208
10519         + corrected README wrt Ada95 (Juergen Pfeifer)
10520
10521 961207  - snapshot
10522         + integrate resizeterm() into doupdate(), so that if screen size
10523           changes between endwin/refresh, ncurses will resize windows to fit
10524           (this needs additional testing with pads and softkeys).
10525         + add, for memory-leak testing, _nc_freeall() entrypoint to free all
10526           data used in ncurses library.
10527         + initialize _nc_idcok, _nc_idlok statically to resolve discrepancy
10528           between initscr() and newwin() initialization (reported by
10529           Alexander V Lukyanov).
10530         + test built VERSION=4.0, SHARED_ABI=4 with Linux ld.so.1.8.5
10531           (set beta versions to those values -- NOTE that subsequent pre-4.0
10532           beta may not be interchangeable).
10533         + modify configure script to work with autoconf 2.12
10534
10535 961130  1.9.9g release
10536         + add copyright notices to configuration scripts (written by Thomas
10537           Dickey).
10538
10539 961127
10540         > patch, mostly for panel (Juergen Pfeifer):
10541         + cosmetic improvement for a few routines in the ncurses core library
10542           to avoid warning messages.
10543         + the panel overlap detection was broken
10544         + the panel_window() function was not fool-proof.
10545         + Some inlining...
10546         + Cosmetic changes (also to avoid warning messages when compiling with
10547           -DTRACE).
10548
10549 961126
10550         > patch by Juergen Pfeifer:
10551         + eliminates warning messages for the compile of libform.
10552         + inserts Per Foreby's new field type TYPE_IPV4 into libform.
10553         + Updates man page and the Ada95 binding to reflect this.
10554         + Improves inlining in libmenu and libform.
10555
10556 961120
10557         + improve the use of the "const" qualifier in the
10558           panel library (Juergen Pfeifer)
10559         + change set_panel_userptr() and panel_userptr() to use void*
10560           (Juergen Pfeifer)
10561
10562 961119
10563         + change ABI to 3.4
10564         + package with 961119 version of Ada95 binding (fixes for gnat-3.07).
10565           (Juergen Pfeifer)
10566         + correct initialization of the stdscr pseudo panel in panel library
10567           (Juergen Pfeifer)
10568         + use MODULE_ID (rcs keywords) in forms and menus libraries (Juergen
10569           Pfeifer).
10570         > patch #324 (ESR):
10571         + typo in curs_termcap man page (reported by Hendrik Reichel
10572           <106065.2344@compuserve.com>)
10573         + change default xterm entry to xterm-r6.
10574         + add entry for color_xterm
10575
10576 961116  - snapshot
10577         + lint found several functions that had only #define implementations
10578           (e.g., attr_off), modified curses.h.in to generate them as per XSI
10579           Curses requirement that every macro be available as a function.
10580         + add check in infocmp.c to guard against string compare of
10581           CANCELLED_STRING values.
10582         + modify firework.c, rain.c to hide cursor while running.
10583         + correct missing va_end in lib_tparm.c
10584         + modify hanoi.c to work on non-color terminals, and to use timing
10585           delays when in autoplay mode.
10586         + correct 'echochar()' to refresh immediately (reported by Adrian
10587           Garside <94ajg2@eng.cam.ac.uk>)
10588         > patch #322 (ESR):
10589         + reorganize terminfo.src entries for xterm.
10590
10591 961109  - snapshot
10592         + corrected error in line-breakout logic (lib_doupdate.c)
10593         + modified newdemo to use wgetch(win) rather than getch() to eliminate
10594           a spurious clear-screen.
10595         + corrected ifdef's for 'poll()' configuration.
10596         + added modules to ncurses, form, menu for Ada95 binding (Juergen
10597           Pfeifer).
10598         + modify set_field_buffer() to allow assignment of string longer than
10599           the initial buffer length, and to return the complete string rather
10600           than only the initial size (Juergen Pfeifer and Per Foreby
10601           <perf@efd.lth.se>).
10602
10603 961102  - snapshot
10604         + configure for 'poll()' in preference to 'select()', since older
10605           systems are more likely to have a broken 'select()'.
10606         + modified render_char() to avoid OR'ing colors.
10607         + minor fixes to testcurs.c, newdemo.c test programs: ifdef'd out the
10608           resize test, use wbkgd and corrected box() parameters.
10609         + make flushinp() test work in ncurses.c by using napms() instead of
10610           sleep().
10611         + undo ESR's changes to xterm-x11r6 (it no longer matched the X11R6.1
10612           distribution, as stated)
10613         + terminfo 9.13.18 resync (ESR)
10614         + check for getenv("HOME") returning null (ESR).
10615         + change buffer used to decode xterm-mouse commands to unsigned to
10616           handle displays wider than 128 chars (Juergen Pfeifer).
10617         + correct typo curs_outopts.3x (Juergen Pfeifer).
10618         + correct limit-checking in wenclose() (Juergen Pfeifer).
10619         + correction to Peter Wemm's newwin change (Thomas Fehr
10620           <fehr@suse.de>).
10621         + corrections to logic that combines colors and attributes; they must
10622           not be OR'd (Juergen Pfeifer, extending from report/patch by Rick
10623           Marshall).
10624
10625 961026  - snapshot
10626         + reset flags in 'getwin()' that might cause refresh to attempt to
10627           manipulate the non-existent parent of a window that is read from a
10628           file (lib_screen.c).
10629         + restructure _nc_timed_wait() to log more information, and to try to
10630           recover from badly-behaved 'select()' calls (still testing this).
10631         + move define for GOOD_SELECT into configure script.
10632         + corrected extra '\' character inserted before ',' in comp_scan.c
10633         + corrected expansion of %-format characters in dump_entry.c; some were
10634           rendered as octal constants.
10635         + modify dump_entry.c to make terminfo output more readable and like
10636           SVr4, by using "\s" for spaces (leading/trailing only), "\," for
10637           comma, "\^" and "\:" as well.
10638         + corrected some memory leaks in ncurses.c, and a minor logic error
10639           in the top-level command-parser.
10640         + correction for label format 4 (PC style with info line), a
10641           slk_clear(), slk_restore() sequence didn't redraw the info line
10642           (Juergen Pfeifer).
10643         + modified the slk window (if simulated) to inherit the background and
10644           default character attributes from stdscr (Juergen Pfeifer).
10645         + corrected limit-check in set_top_row (Juergen Pfeifer).
10646
10647 961019  - snapshot
10648         + correct loop-limit in wnoutrefresh(), bug exposed during pipe-testing
10649           had '.lastchar' entry one beyond '._maxx'.
10650         + modify ncurses test-program to work with data piped to it.
10651         + corrected pathname computation in run_tic.sh, removing extra "../"
10652           (reported by Tim Mooney).
10653         + modified configure script to use previous install's location for
10654           curses.h
10655         + added NetBSD and FreeBSD to platforms that use --prefix=/usr as
10656           a default.
10657
10658 961013
10659         + revised xterm terminfo descriptions to reflect the several versions
10660           that are available.
10661         + corrected a pointer reference in dump_entry.c that didn't test if
10662           the pointer was -1.
10663
10664 961005  - snapshot
10665         + correct _nc_mvcur_scrolln for terminals w/o scrolling region.
10666         + add -x option to hashtest to control whether it allows writes to the
10667           lower-right corner.
10668         + ifdef'd (NCURSES_TEST) the logic for _nc_optimize_enable to make it
10669           simpler to construct tests (for double-check of _nc_hash_map tests).
10670         + correct ifdef's for c++ in curses.h
10671         + change default xterm type to xterm-x11r6.
10672         + correct quoting in configure that made man-pages installed with
10673           $datadir instead of actual terminfo path.
10674         + correct whitespace in include/Caps, which caused kf11, clr_eol and
10675           clr_end to be omitted from terminfo.5
10676         + fix memory leaks in delscreen() (adapted from Alexander V Lukyanov).
10677         + improve appearance of marker in multi-selection menu (Juergen
10678           Pfeifer)
10679         + fix behavior for forms with all fields inactive (Juergen Pfeifer)
10680         + document 'field_index()' (Juergen Pfeifer)
10681         > patch #321 (ESR):
10682         + add some more XENIX keycap translations to include/Caps.
10683         + modify newwin to set initial state of each line to 'touched'
10684           (from patch by Peter Wemm <peter@spinner.dialix.com>)
10685         + in SET_TTY, replace TCSANOW with TCSADRAIN (Alexander V Lukyanov).
10686
10687 960928  - snapshot
10688         + ifdef'd out _nc_hash_map (still slower)
10689         + add graphic characters to vt52 description.
10690         + use PutAttrChar in ClrToEOL to ensure proper background, position.
10691         + simplify/correct logic in 'mvcur()' that does wrapping; it was
10692           updating the position w/o actually moving the cursor, which broke
10693           relative moves.
10694         + ensure that 'doupdate()' sets the .oldindex values back to a sane
10695           state; this was causing a spurious refresh in ncurses 'r'.
10696         + add logic to configure (from vile) to guard against builders who
10697           don't remove config.cache & config.status when doing new builds -TD
10698         + corrected logic for 'repeat_char' in EmitRange (cf: eric #317), which
10699           did not follow the 2-parameter scheme specified in XSI.
10700         + corrected logic of wrefresh, wnoutrefresh broken in #319, making
10701           clearok work properly (report by Michael Elkins).
10702         + corrected problem with endwin introduced by #314 (removing the
10703           scrolling-region reset) that broke ncurses.c tests.
10704         + corrected order of args in AC_CHECK_LIB (from report by Ami Fischman
10705           <fischman@math.ucla.edu>).
10706         + corrected formatting of terminfo.5 tables (Juergen Ehling)
10707         > patch 320 (ESR):
10708         + change ABI to 3.3
10709         + emit a carriage-return in 'endwin()' to workaround a kernel bug in
10710           BSDI.  (requested by Mike Karels <karels@redrock.bsdi.com>)
10711         + reverse the default o configure --enable-termcap (consensus).
10712         > patch 319 (ESR):
10713         + modified logic for clearok and related functions (from report by
10714           Michael Elkins) - untested
10715         > patch 318 (ESR):
10716         + correction to #317.
10717         > patch 317 (ESR):
10718         + re-add _nc_hash_map
10719         + modify EmitRange to maintain position as per original design
10720           (patch by A. Lukyanov).
10721         + modify test/ncurses.c and tputs, etc., to allow trace counting
10722           output characters.
10723         + add hashtest.c program to time the hashmap optimization.
10724         > patch 316 (ESR):
10725         + add logic to deal with magic-cookie (how was this tested?)
10726           (lib_doupdate.c).
10727         + add ncurses.c driver for magic-cookie, some fixes to ncurses.c
10728         > patch 315 (ESR):
10729         + merge changes to lib_doupdate.c to use ech and rep - untested
10730           (patch by Alexander V Lukyanov).
10731         + modified handling of interrupted system calls - untested
10732           (lib_getch.c, lib_twait.c).
10733         + new function _nc_mvcur_resume()
10734         + fix return value for 'overlay()', 'overwrite()'
10735
10736 960914  - snapshot
10737         + implement subwindow-logic in wresize, minor fixes to ncurses 'g'
10738           test.
10739         + corrected bracketing of fallback.c (reported/suggested fix by Juergen
10740           Ehling <eh@eclipse.aball.de>).
10741         + update xterm-color to reflect XFree86 3.1.3G release.
10742         + correct broken dtterm description from #314 patch (e.g., spurious
10743           newline.  The 'pairs' change might work, but no one's tested it
10744           either ;-)
10745         + clarify the documentation for the builtin form fieldtypes (Juergen
10746           Pfeifer)
10747         > patch 314 (ESR):
10748         + reset scroll region on startup rather than at wrapup time
10749           (enhancement suggested by Alexander V Lukyanov).
10750         + make storage of palette tables and their size counts per-screen for
10751           multi-terminal applications (suggested by Alexander V Lukyanov).
10752         + Improved error reporting for infotocap translation errors.
10753         + Update terminfo.src to 9.13.14.
10754
10755 960907  - snapshot
10756         + rewrote wgetstr to make it erase control chars and also fix bogus use
10757           of _nc_outstr which caused the display to not wrap properly (display
10758           problem reported by John M. Flinchbaugh <glynis@netrax.net>)
10759         + modify ncurses 'f' test to accommodate terminal responses to C1 codes
10760           (and split up this screen to accommodate non-ANSI terminals).
10761         + test enter_insert_mode and exit_insert_mode in has_ic().
10762         + removed bogus logic in mvcur that assumes nl/nonl set output modes
10763           (XSI says they are input modes; SVr4 implements this).
10764         + added macros SET_TTY, GET_TTY to term.h
10765         + correct getstr() logic that altered terminal modes w/o restoring.
10766         + disable ICRNL, etc., during initialization to match SVr4, removing
10767           the corresponding logic from raw, cbreak, etc.
10768         + disable ONLCR during initialization, to match SVr4 (this is needed
10769           for cursor optimization when the cursor-down is a newline).
10770         + replaced ESR's imitation of wresize with my original (his didn't
10771           work).
10772
10773 960831  - snapshot
10774         + memory leaks (Alexander V. Lukyanov).
10775         + modified pnoutrefresh() to be more tolerant of too-large screen
10776           size (reported by Michael Elkins).
10777         + correct handling of terminfo files with no strings (Philippe De
10778           Muyter)
10779         + correct "tic -s" to take into account -I, -C options.
10780         + modify ncurses 'f' test to not print codes 80 through 9F, since they
10781           are considered control codes by ANSI terminals.
10782
10783 960824  - snapshot
10784         + correct speed variable-type in 'tgetent()' (reported by Peter Wemm)
10785         + make "--enable-getcap" configuration-option work (reported by
10786           Peter Wemm <peter@spinner.DIALix.COM>)
10787
10788 960820
10789         + correct err in 960817 that changed return-value of tigetflag()
10790           (reported by Alexander V. Lukyanov).
10791         + modify infocmp to use library default search-path for terminfo
10792           directory (Alexander V. Lukyanov).
10793
10794 960817  - snapshot
10795         + corrected an err in mvcur that broke resizing-behavior.
10796         + correct fall-thru behavior of _nc_read_entry(), which was not finding
10797           descriptions that existed in directories past the first one searched
10798           (reported by Alexander V. Lukyanov)
10799         + corrected typo in dtterm description.
10800         > patch 313 (ESR):
10801         + add dtterm description
10802         + clarify ncurses 'i' test (drop mvwscanw subtest)
10803
10804 960810  - snapshot
10805         + correct nl()/nonl() to work as per SVr4 & XSI.
10806         + minor fixes to ncurses.c (use 'noraw()', mvscanw return-code)
10807         + refine configure-test for "-g" option (Tim Mooney).
10808         + correct interaction between O_BLANK and NEW_LINE request in form
10809           library (Juergen Pfeifer)
10810
10811 960804
10812         + revised fix to tparm; previous fix reversed parameter order.
10813         > patch 312 (ESR):
10814           correct terminfo.src corrupted by #310
10815         > patch 311 (ESR):
10816         + fix idlok() and idcok() and the default of the idlok switch (report
10817           by Ville Sulko).
10818
10819 960803  - snapshot
10820         + corrected tparm to handle capability strings without explicit pop
10821           (reported by William P Setzer)
10822         + add fallback def for GCC_NORETURN, GCC_UNUSED for termcap users
10823           (reported by Tim Mooney).
10824         > patch 310 (ESR):
10825         + documentation and prototyping errors for has_color, immedok and idcok
10826           (reported by William P Setzer <wsetzer@pams.ncsu.edu>)
10827         + updated qnx terminfo entry (patch by Michael Hunter)
10828
10829 960730
10830         + eliminate quoted includes in ncurses subdirectory, ensure config.h
10831           is included first.
10832         + newterm initializes terminal settings the same as initscr (reported
10833           by Tim Mooney).
10834
10835 960727  - snapshot
10836         + call cbreak() in initscr(), as per XSI & SVr4.
10837         + turn off hardware echo in initscr() as per XSI & SVr4
10838         > patch 309 (ESR):
10839         + terminfo changes (9.3.9), from BRL
10840         + add more checks to terminfo parser.
10841         + add more symbols to infocmp.
10842
10843 960720  - snapshot
10844         + save previous-attribute in lib_vidattr.c if SP is null (reported by
10845           Juergen Fluk <louis@dachau.marco.de>)
10846         + corrected calls on _nc_render so that background character is set
10847           as per XSI.
10848         + corrected wbkgdset macro (XSI allows background character to be
10849           null), and tests that use it.
10850         + more corrections to terminfo (xterm & rxvt)
10851         + undid change to mcprint prototype (cannot use size_t in curses.h
10852           because not all systems declare it in the headers that we can safely
10853           include therein).
10854         + move the ifdefs for errno into curses.priv.h
10855         > patch 308 (ESR):
10856         + terminfo changes (9.3.8)
10857         + modified logic of error-reporting in terminfo parser
10858         + fix option-processing bug in toe.
10859
10860 960713  - snapshot
10861         + always check for <sys/bsdtypes.h> since ISC needs it to declare
10862           fd_set (Juergen Pfeifer)
10863         + install shared-libraries on NetBSD/FreeBSD with ABI-version (reported
10864           by Juergen Pfeifer, Mike Long)
10865         + add LOCAL_LDFLAGS2 symbol (Juergen Pfeifer)
10866         + corrected prototype for delay_output() -- bump ABI to 3.2
10867         + patch 307 (ESR):
10868         + enable more translations of nonstandard caps, and document them.
10869         + misc/terminfo.src update to 9.13.8
10870         + patch 306 (ESR):
10871         + moved logic that filters out rmul and rmso from setupterm to newterm
10872           where it is less likely to interfere with termcap applications.
10873         + cosmetic fixes to test/ncurses.c
10874         + modify open() call in ncurses/read_entry.c to use O_RDONLY symbol
10875           rather than constant (report by mib).
10876         + misc/terminfo.src sgr0 and acsc changes (report by Philippe De
10877           Muyter).
10878         + modify ncurses/comp_parse.c so that entries containing a "+" can
10879           have missing rmcup vs smcup.
10880
10881 960707
10882         + rollback ESR's #305 change to terminfo.src (it breaks existing
10883           applications, e.g., 'less 290').
10884         + correct path of edit_man.sh, and fix typo that made all man-pages
10885           preformatted.
10886         + restore man/menu_requestname.3x omitted in Zeyd's resync (oops).
10887         + auto-configure the GCC_PRINTFLIKE/GCC_SCANFLIKE macros (reported by
10888           Philippe De Muyter).
10889
10890 960706  - snapshot
10891         + make lib_vidattr.c more readable using macros.
10892         + filter out rmul, rmso that conflict with sgr0 when reading terminal
10893           descriptions.
10894         + work around autoconf bug, force $INSTALL to absolute path
10895           (reported by Zeyd).
10896         + modify man-page install for BSDI to install preformatted .0 files
10897           (reported by David MacKenzie).
10898         + add/use gcc __attribute__ for printf and scanf in curses.h
10899         + added SGR attributes test-case to ncurses
10900         + revised ncurses 't' logic to show trace-disable effect in the menu.
10901         + use getopt in ncurses program to process -s and -t options.
10902         + make ncurses 'p' legend toggle with '?'
10903         + disable scrollok during the ncurses 'p' test; if it is enabled the
10904           stdscr will scroll when putting the box-corners in the lower-right
10905           of the screen.
10906         > patch 305 (ESR):
10907         + added sanity-checking of various paired string attributes.
10908         + misc/terminfo.src update to 9.13.7 (report by A. Lukyanov).
10909         + modify man/Makefile.in to make terminfo.5 during normal build.
10910         > patch 304 (ESR):
10911         + corrected allocation-length for $HOME/.terminfo path.
10912
10913 960629  - snapshot
10914         + check return code of _nc_mvcur_scrolln() in _nc_scroll_optimize() for
10915           terminals with no scrolling-support (reported by Nikolay Shadrin
10916           <queen@qh.mirea.ac.ru>)
10917         + added ^S scrollok-toggle to ncurses 'g' test.
10918         + added ^T trace-toggle to ncurses tests.
10919         + modified ncurses test program to use ^Q or ESC consistently for
10920           terminating tests (rather than ^D), and to use control keys rather
10921           than function keys in 'g' test.
10922         + corrected misplaced wclrtoeol calls in addch to accommodate wrapping
10923           (reported by Philippe De Muyter).
10924         + modify lib_doupdate.c to use effective costs to tradeoff between
10925           delete-character/insert-character vs normal updating (reported by
10926           David MacKenzie).
10927         + compute effective costs for screen update operations (e.g., clr_eos,
10928           delete_character).
10929         + corrected error in knight.c exposed by wrap fixes in 960622; the
10930           msgwin needed scrollok set.
10931         + corrected last change to IDcTransformLine logic to avoid conflict
10932           between PutRange and InsStr
10933         + modified run_tic.sh to not use /usr/tmp (reported by David
10934           MacKenzie), and further revised it and aclocal.m4 to use $TMPDIR if
10935           set.
10936         + corrected off-by-one in RoomFor call in read_entry.c
10937
10938 960622  - snapshot
10939         + modified logic that wraps cursor in addch to follow the XSI spec,
10940           (implemented in SVr4) which states that the cursor position is
10941           updated when wrapping.  Renamed _NEED_WRAP to _WRAPPED to reflect the
10942           actual semantics.
10943         + added -s option to tic, to provide better diagnostics in run_tic.sh
10944         + improved error-recovery for tabset install.
10945         + change ABI to 3.1 (dropped tparam, corrected getbkgd(), added
10946           _yoffset to WINDOW).
10947         + modified initialization of SP->_ofp so that init_acs() is called with
10948           the "right" file pointer (reported by Rick Marshall <rjm@nlc.net.au>
10949         + documentation fixes (Juergen Pfeifer).
10950         + corrected, using new SCREEN and WINDOW members, the behavior of
10951           ncurses if one uses ripoffline() to remove a line from the top of the
10952           screen (Juergen Pfeifer).
10953         + modified autoconf scripts to prepare for Ada95 (GNAT) binding to
10954           ncurses (Juergen Pfeifer).
10955         + incorrect buffer-size in _nc_read_entry, reported by ESR.
10956
10957 960617
10958         + corrected two logic errors in read_entry.c, write_entry.c (called by
10959           tic, the write/read of terminfo entries used inconsistent rules for
10960           locating the entries; the $TERMINFO_DIRS code would find only the
10961           first entry in a list).
10962         + refined pathname computation in run_tic.sh and shlib.
10963         + corrected initialization of $IP in misc/run_tic.sh
10964
10965 960615  - snapshot
10966         + ifdef'd out _nc_hash_map() call because it does not improve speed.
10967         + display version of gcc if configure script identifies it.
10968         + modify configure script to use /usr as Linux's default prefix.
10969         + modify run_tic.sh to use shlib script, fixes some problems installing
10970           with a shared-library configuration.
10971         + adjusted configure script so that it doesn't run tests with the
10972           warnings turned on, which makes config.log hard to read.
10973         + added 'lint' rule to top-level Makefile.
10974         + added configure option '--with-install-prefix' for use by system
10975           builders to install into staging locations (requested by
10976           Charles Levert <charles@comm.polymtl.ca>).
10977         + corrected autoconfigure for Debian man program; it's not installed
10978           as "man_db".
10979         + set noecho in 'worm'; it was ifdef'd for debug only
10980         + updated test/configure.in for timing-display in ncurses 'p' test
10981         + corrected misspelled 'getbkgd()'.
10982         + corrected wbkgdset to work like observed syvr4 (sets A_CHARTEXT part
10983           to blank if no character given, copies attributes to window's
10984           attributes).
10985         + modified lib_doupdate.c to use lower-level SP's current_attr state
10986           instead of curscr's state, since it is redundant.
10987         + correction to IDcTransformLine logic which controls where InsStr is
10988           invoked (refined by Alexander V Lukyanov).
10989         > patch 303 (ESR):
10990         + conditionally include Chris Torek's hash function _nc_hash_map().
10991         + better fix for nvi refresh-bug (Rick Marshall)
10992         + fix for bug in handling of interrupted keystroke waits,
10993           (Werner Fleck).
10994         + misc/ncurses-intro.html syntax fix (Kajiyama Tamito).
10995
10996 960601  - snapshot
10997         + auto-configure man-page compression-format and renames for Debian.
10998         + corrected several typos in curses.h.in (i.e., the mvXXXX macros).
10999         + re-order curses.priv.h for lint.
11000         + added rules for lintlib, lint
11001         + corrected ifdef for BROKEN_LINKER in MKnames.awk.in
11002         + corrected missing INSTALL_DATA in misc/Makefile.in
11003         + flush output when changing cursor-visibility (Rick Marshall)
11004         + fix a minor bug in the _nc_ripoff() routine and improve error
11005           checking when creating the label window (Juergen Pfeifer).
11006         + enhancement to the control over the new PC-style soft key format.
11007           allow caller now to select whether or not one wants to have
11008           the index-line; see curs_slk.3x for documentation (Juergen Pfeifer).
11009         + typos, don't use inline with "-g" (Philippe De Muyter)
11010         + fixes for menus & wattr-, slk-functions (Juergen Pfeifer)
11011
11012 960526  - snapshot
11013         + removed --with-ticdir option altogether, maintain compatibility with
11014           existing applications via symbolic link in run_tic.sh
11015         + patch for termio.h, signal (Philippe De Muyter)
11016         + auto-configure gcc warning options rather than infer from version.
11017         + auto-configure __attribute__ for different gcc versions.
11018         + corrected special use of clearok() in hardscroll.c by resetting flag
11019           in wrefresh().
11020         + include stdlib.h before defs for EXIT_SUCCESS, for OSF/1.
11021         + include sys/types.h in case stdlib.h does not declare size_t.
11022         + fixes for makefile (Tim Mooney)
11023         + fixes for menus & forms (Juergen Pfeifer)
11024         > patch 302 (ESR):
11025         + improve hash function (suggested by Alexander V Lukyanov).
11026         + 9.13.4 update for terminfo.src
11027
11028 960518  - snapshot
11029         + revised ncurses.c panner test, let pad abut all 4 sides of screen.
11030         + refined case in lib_doupdate.c for ClrToEOL().
11031         + corrected prior change for PutRange (Alexander V Lukyanov
11032           <lav@yars.free.net>).
11033         + autoconf mods (Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>).
11034         + locale fix for forms (Philippe De Muyter <phdemuyt@ulb.ac.be>)
11035         + renamed "--with-datadir" option to "--with-ticdir" to avoid
11036           confusion, and made this check for the /usr/lib/terminfo pre-existing
11037           directory.
11038         > patches 299-301 (ESR):
11039         + html fixes (Phillippe de Muyter).
11040         + fix typo in ncurses-intro.html (report by Fabrizio Polacco).
11041         + added hashmap.c
11042         + mods to tracing, especially for ACS chars.
11043         + corrected off-by-one in IDCtransform.
11044         + corrected intermittent mouse bug by using return-value from read().
11045         + mods to parse_entry.c, for smarter defaults.
11046
11047 960512
11048         + use getopt in 'tic'; added -L option and modified -e option to allow
11049           list from a file.
11050
11051 960511
11052         + don't use fixed buffer-size in tparm().
11053         + modified tic to create terminfo directory if it doesn't exist.
11054         + added -T options to tic and infocmp (for testing/analysis)
11055         + refined the length criteria for termcap and terminfo
11056         + optimize lib_doupdate with memcpy, PutRange
11057         > patches 297, 298 (ESR):
11058         + implement TERMINFO_DIRS, and -o option of tic
11059         + added TRACE_IEVENT
11060         + fix REQ_TOGGLE_ITEM in menu/menu_driver.c; it could select but not
11061           deselect.
11062         + added lib_print.c (request by Rick Marshall).
11063         + added has_key() (request by Juergen Pfeifer).
11064         + do not issue clrtoeol or clrtobot if the relevant portion of the line
11065           is already blank (analysis by Keith Bostic).
11066         + add parentheses for parameters of COLOR_PAIR and PAIR_NUMBER macros
11067           (analysis by Jurgen Eidt).
11068         + update screen's notion of cursor position in endwin() (analysis by
11069           Alexander Lukyanov).
11070         + added 't' to ncurses.c test.
11071         + moved delay_output() to lib_tputs.c
11072         + removed tparam() (was added in 1.9.9, but conflicts with emacs and
11073           is not part of X/Open Curses).
11074         + removed boolean version of 'getm'.
11075         + misc cursor & optimization fixes.
11076
11077 960504  - snapshot
11078         + modified ncurses 'p' test to allow full-screen range for panner size.
11079         + fixes for locale (Philippe De Muyter <phdm@labauto1.ulb.ac.be>)
11080         + don't use fixed buffer-size in fmt_entry().
11081         + added usage-message to 'infocmp'.
11082         + modified install.includes rules to prepend subdirectory-name to
11083           "#include" if needed.
11084
11085 960430
11086         + protect wrefresh, wnoutrefresh from invocation with pad argument.
11087         + corrected default CCFLAGS in test/Makefile.
11088
11089 960428  - snapshot
11090         + implemented logic to support terminals with background color erase
11091           (e.g., rxvt and the newer color xterm).
11092         + improved screen update logic (off-by-one logic error; use clr_eos if
11093           possible)
11094
11095 960426  - snapshot
11096         + change ncurses 'a' test to run in raw mode.
11097         + make TIOCGWINSZ configure test less stringent, in case user
11098           configures via terminal that cannot get screen size.
11099         > patches 295, 296 (ESR):
11100         + split lib_kernel.c, lib_setup.c and names.c in order to reduce
11101           overhead for programs that use only termcap features.
11102         + new "-e" and "-h" options of tic (request by Tony Nugent).
11103         + fix bug in mandatory-delay logic in lib_tputs.c (report by Sven
11104           Verdoolaege).
11105         + fix for "infocmp -e" to emit correct initializers (reported by Manual
11106           J Novoa III).
11107         + restore working-directory in read_termcap.c (report by Kayvan
11108           Sylvan).
11109         + use "-h" option on Solaris when generating shared libraries on
11110           Solaris 2.5 to record the library name in the file, for assisting
11111           the loader (patch by Scott Kramer).
11112         + undo patch #294 changes to form and menu libraries (request by
11113           Juergen Pfeifer).
11114
11115 960418  - snapshot
11116         + use autoconf 2.9
11117         + fix for AIX 3.2.5 (must define _POSIX_SOURCE to get termios struct
11118           definitions via <termios.h>, modified macros in lib_raw.c to avoid
11119           K&R-style substitution)
11120         > patches 293, 294 (ESR):
11121         + rewrite wsyncup(), wsyncdown(), as well as small fixes to form and
11122           menu libraries to fix echo-breakage introduced by 1.8.9, 1.9.9e
11123           changes (patches by Juergen Pfeifer).
11124         + fix compile under QNX 4.2 by defining ONLCR in lib_raw.c when
11125           __QNX__ is defined (patch by Michael Hunter).
11126         + modify setupterm() to match documentation for its return value, fix
11127           newterm to work with this change (report by Emmet Lazich).
11128         + add checks in getch() for error, return ERR as appropriate (report by
11129           Emmet Lazich).
11130         + mods to wgetch() in cooked mode (report by Pete Seebach).
11131         + corrected askuser() logic in tset (patch by Remco Treffkorn).
11132         + correct interaction of endwin() with mouse processing (report by
11133           Michael Elkins).
11134         + added trace support for TTY flags
11135         + update terminfo.src to 9.13.1
11136         + FreeBSD console entries (patch by Andrew Chernov).
11137
11138 960406
11139         + fixes for NeXT, ISC and HPUX auto-configure
11140         + autogenerate development header-dependencies (config.h, *.priv.h)
11141         + corrected single-column formatting of "use=" (e.g., in tic)
11142         + modify tic to read full terminfo-names
11143         + corrected divide-by-zero that caused hang (or worse) when redirecting
11144           output
11145         + modify tic to generate directories only as-needed (and corrected
11146           instance of use of data from function that had already returned).
11147
11148 ### ncurses-1.9.8a -> 1.9.9e
11149
11150 * fixed broken wsyncup()/wysncdown(), as a result wnoutrefresh() now has
11151   copy-changed-lines behavior.
11152 * added and documented wresize() function.
11153 * more fixes to LOWER-RIGHT corner handling.
11154 * changed the line-breakout optimization code to allow some lines to be
11155   emitted before the first check.
11156 * added option for tic to use symbolic instead of hard links (for AFS)
11157 * fix to restore auto-wrap mode.
11158 * trace level can be controlled by environment variable.
11159 * better handling of NULs in terminal descriptions.
11160 * improved compatibility with observed SVR4 behavior.
11161 * the refresh behavior of over-lapping windows is now more efficient and
11162   behaves like SVR4.
11163 * use autoconf 2.7, which results in a working setup for SCO 5.0.
11164 * support for ESCDELAY.
11165 * small fixes for menu/form code.
11166 * the test directory has its own configure.
11167 * fixes to pads when optimizing scrolling.
11168 * fixed several off-by-one bugs.
11169 * fixes for termcap->terminfo translation; less restrictions more correct
11170   behavior.
11171
11172 ### ncurses-1.9.7 -> 1.9.8a
11173
11174 * teach infocmp -i to recognize ECMA highlight sequences
11175 * infocmp now dumps all SVr4 termcaps (not just the SVr4 ones) on -C
11176 * support infocmp -RBSD.
11177 * satisfy XSI Curses requirement that every macro be available as a function.
11178 * This represents the last big change to the public interface of ncurses. The
11179   ABI_VERSION has now been set at 3.0 and should stay there barring any great
11180   catastrophies or acts of God.
11181 * The C++ has been cleaned up in reaction to the changes to satisfy XSI's
11182   requirements.
11183 * libncurses now gets linked to libcurses to help seamless emulation
11184   (replacement) of a vendor's curses. --disable-overwrite turns this behavior
11185   off.
11186
11187 ### ncurses-1.9.6 -> 1.9.7
11188
11189 * corrected return values of setupterm()
11190 * Fixed some bugs in tput (it does padding now)
11191 * fixed a bug in tic that made it do the wrong thing on entries with more than
11192   one `use' capability.
11193 * corrected the screen-size calculation at startup time to alter the
11194   numeric capabilities as per SVr4, not just LINES and COLS.
11195 * toe(1) introduced; does what infocmp -T used to.
11196 * tic(1) can now translate AIX box1 and font[0123] capabilities.
11197 * tic uses much less core, the dotic.sh kluge can go away now.
11198 * fix read_entry() and write_entry() to pass through cancelled capabilities OK.
11199 * Add $HOME/.terminfo as source/target directory for terminfo entries.
11200 * termcap compilation now automatically dumps an entry to $HOME/.terminfo.
11201 * added -h option to toe(1).
11202 * added -R option to tic(1) and infocmp(1).
11203 * added fallback-entry-list feature.
11204 * added -i option to infocmp(1).
11205 * do a better job at detecting if we're on SCO.
11206
11207 ### ncurses-1.9.5 -> 1.9.6
11208
11209 * handling of TERMCAP environment variables now works correctly.
11210 * various changes to shorten termcap translations to less that 1024 chars.
11211 * tset(1) added
11212 * mouse support for xterm.
11213 * most data tables are now const and accordingly live in shareable text space.
11214 * Obey the XPG4/SVr4 practice that echo() is initally off.
11215 * tic is much better at translating XENIX and AIX termcap entries now.
11216 * tic can interpret ko capabilities now.
11217 * integrated Juergen Pfeifer's forms library.
11218 * taught write_entry() how not to write more than it needs to; this change
11219   reduces the size of the terminfo tree by a full 26%!
11220 * infocmp -T option added.
11221 * better warnings about historical tic quirks from tic.
11222
11223 ### ncurses 1.9.4 -> 1.9.5
11224
11225 * menus library is now included with documentation.
11226 * lib_mvcur has been carefully profiled and tuned.
11227 * Fixed a ^Z-handling bug that was tanking lynx(1).
11228 * HJ Lu's patches for ELF shared libraries under Linux
11229 * terminfo.src 9.8.2
11230 * tweaks for compiling in seperate directories.
11231 * Thomas Dickey's patches to support NeXT's brain-dead linker
11232 * Eric Raymond's patches to fix problems with long termcap entries.
11233 * more support for shared libraries under SunOS and IRIX.
11234
11235 ### ncurses 1.9.3 -> 1.9.4
11236
11237 * fixed an undefined-order-of-evaluation bug in lib_acs.c
11238 * systematically gave non-API public functions and data an _nc_ prefix.
11239 * integrated Juergen Pfeifer's menu code into the distribution.
11240 * totally rewrote the knight test game's interface
11241
11242 ### ncurses 1.9.2c -> 1.9.3
11243
11244 * fixed the TERMCAP_FILE Support.
11245 * fixed off-by-one errors in scrolling code
11246 * added tracemunch to the test tools
11247 * took steps to cut the running time of make install.data
11248
11249 ### ncurses 1.9.2c -> 1.9.2d
11250
11251 * revised 'configure' script to produce libraries for normal, debug,
11252   profile and shared object models.
11253
11254 ### ncurses 1.9.1 -> 1.9.2
11255
11256 * use 'autoconf' to implement 'configure' script.
11257 * panels support added
11258 * tic now checks for excessively long termcap entries when doing translation
11259 * first cut at eliminating namespace pollution.
11260
11261 ### ncurses 1.8.9 -> 1.9
11262
11263 * cleanup gcc warnings for the following: use size_t where 'int' is not
11264   appropriate, fixed some shadowed variables, change attr_t to compatible with
11265   chtype, use attr_t in some places where it was confused with 'int'.
11266 * use chtype/attr_t casts as appropriate to ensure portability of masking
11267   operations.
11268 * added-back waddchnstr() to lib_addstr.c (it had been deleted).
11269 * supplied missing prototypes in curses.h
11270 * include <termcap.h> in lib_termcap.c to ensure that the prototypes
11271   are consistent (they weren't).
11272 * corrected prototype of tputs in <termcap.h>
11273 * rewrote varargs parsing in lib_tparm.c (to avoid referencing memory
11274   that may be out of bounds on the stack) -- Purify found this.
11275 * ensure that TRACE is defined in lib_trace.c (to solve prototype
11276   warnings from gcc).
11277 * corrected scrolling-region size in 'mvcur_wrap()'
11278 * more spelling fixes
11279 * use 'calloc()' to allocate WINDOW struct in lib_newwin.c (Purify).
11280 * set default value for SP->_ofp in lib_set_term.c (otherwise SunOS dumps
11281   core in init_acs()).
11282 * include <errno.h> in write_entry.c (most "braindead" includes declare errno
11283   in that file).
11284
11285 ### ncurses 1.8.8 -> 1.8.9
11286
11287 * compile (mostly) clean with gcc 2.5.8 -Wall -Wstrict-prototypes
11288   -Wmissing-prototypes -Wconversion and using __attribute__ to flush out
11289   non-portable use of "%x" for pointers, or for chtype data (which is declared
11290   as a long).
11291 * modified doupdate to ensure that typahead was turned on before attempting
11292   select-call (otherwise, some implementations hang).
11293 * added trace mask TRACE_FIFO, use this in lib_getch.c to allow finer
11294   resolution of traces.
11295 * improved bounds checking on several critical functions.
11296 * the data directory has been replaced by the new master terminfo file.
11297 * -F file-comparison option added to infocmp.
11298 * compatibility with XSI Curses is now documented in the man bages.
11299 * wsyncup/wsyncdown functions are reliable now; subwindow code in general
11300   is much less flaky.
11301 * capabilities ~msgr, tilde_glitch, insert_padding, generic_type, no_pad_char,
11302   memory_above, memory_below, and hard_copy are now used properly.
11303 * cursor-movement optimization has been completely rewritten.
11304 * vertical-movement optimization now uses hardware scrolling, il, dl.
11305
11306 ### ncurses 1.8.7 -> 1.8.8
11307 * untic no longer exists, infocmp replaces it.
11308 * tic can understand termcap now, especially if it is called captoinfo.
11309 * The Linux Standard Console terminfo entry is called linux insead of console.
11310   It also uses the kernel's new method of changing charsets.
11311 * initscr() will EXIT upon error (as the docs say) This wil mostly happen if
11312   you try to run on an undefined terminal.
11313 * I can get things running on AIX but tic can't compile terminfo. I have to
11314   compile entries on another machine. Volunteers to hunt this bug are welcome.
11315 * wbkgd() and wbkgdset() can be used to set a windows background to color.
11316   wclear()/werase() DO NOT use the current attribute to clear the screen.
11317   This is the way SVR4 curses works. PDCurses 2.1 is broken in this respect,
11318   though PDCurses 2.2 has been fixed.
11319 * cleaned up the test/ directory.
11320 * test/worm will segfault after quite a while.
11321 * many spelling corrections courtesy of Thomas E. Dickey
11322
11323 ### ncurses 1.8.6 -> 1.8.7
11324 * cleaned up programs in test/ directory.
11325 * fixed wbkgdset() macro.
11326 * modified getstr() to stop it from advancing cursor in noecho mode.
11327 * modified linux terminfo entry to work with the latest kernel to get
11328   the correct alternate character set.
11329 * also added a linux-mono entry for those running on monochrome screens.
11330 * changed initscr() so that it behaves like the man page says it does.
11331   this fixes the problem with programs in test/ crashing with SIGSEV if
11332   a terminal is undefined.
11333 * modified addch() to avoid using any term.h #define's
11334 * removed duplicate tgoto() in lib_tparm.c
11335 * modified dump_entry.c so that infocmp deals correctly with ',' in acsc
11336 * modified delwin() to correctly handle deleting subwindows.
11337 * fixed Makefile.dist to stop installing an empty curses.h
11338 * fixed a couple of out-of-date notes in man pages.
11339
11340 ### ncurses 1.8.5 -> 1.8.6
11341 * Implemented wbkgd(), bkgd(), bkgdset(), and wbkgdset().
11342 * The handling of attributes has been improved and now does not turn off color
11343   if other attributes are turned off.
11344 * scrolling code is improved. Scrolling in subwindows is still broken.
11345 * Fixes to several bugs that manifest them on platforms other than Linux.
11346 * The default to meta now depends on the status of the terminal when ncurses
11347   is started.
11348 * The interface to the tracing facility has changed.  Instead of the pair of
11349   functions traceon() and traceoff(), there is just one function trace() which
11350   takes a trace mask argument.  The trace masks, defined in curses.h, are
11351   as follows:
11352
11353         #define TRACE_DISABLE   0x00    /* turn off tracing */
11354         #define TRACE_ORDINARY  0x01    /* ordinary trace mode */
11355         #define TRACE_CHARPUT   0x02    /* also trace all character outputs */
11356         #define TRACE_MAXIMUM   0x0f    /* maximum trace level */
11357
11358   More trace masks may be added, or these may be changed, in future releases.
11359 * The pad code has been improved and the pad test code in test/ncurses.c has
11360   been improved.
11361 * The prototype ansi entry has been changed to work with a wider variety
11362   of emulators.
11363 * Fix to the prototype ansi entry that enables it to work with PC emulators
11364   that treat trailing ";m" in a highlight sequence as ";0m"; this doesn't
11365   break operation with any emulators.
11366 * There are now working infocmp, captoinfo, tput, and tclear utilities.
11367 * tic can now compile entries in termcap syntax.
11368 * Core-dump bug in pnoutrefresh fixed.
11369 * We now recognize and compile all the nonstandard capabilities in Ross
11370   Ridge's mytinfo package (rendering it obsolete).
11371 * General cleanup and documentation improvements.
11372 * Fixes and additions to the installation-documentation files.
11373 * Take cursor to normal mode on endwin.
11374
11375 ### ncurses 1.8.4 -> 1.8.5
11376 * serious bugs in updating screen which caused erratic non-display,
11377   fixed.
11378 * fixed initialization for getch() related variable which cause
11379   unpredictable results.
11380 * fixed another doupdate bug which only appeared if you have
11381   parm_char.
11382 * implemented redrawln() and redrawwin().
11383 * implemented winsnstr() and related functions.
11384 * cleaned up insertln() and deleteln() and implemented (w)insdeln().
11385 * changed Makefile.dist so that installation of man pages will
11386   take note of the terminfo directory.
11387 * fixed Configure (removed the mysterious 'X').
11388 * Eric S. Raymond fixed the script.* files so that they work with
11389   stock awk.
11390
11391 #### ncurses 1.8.3 -> 1.8.4 #### ####
11392 * fixed bug in refreshing the screen after return from shell_mode.
11393   There are still problems but they don't manifest themselves on
11394   my machine (Linux 0.99.14f).
11395 * added wgetnstr() and modified things accordingly.
11396 * fixed the script.src script.test to work with awk not just gawk.
11397 * Configure can now take an argument of the target system.
11398 * added test/ncurses.c which replaces several other programs and
11399   performs more testing.
11400 [Thanks to Eric S Raymond for the last 4]
11401 * more fixes to lib_overlay.c and added test/over.c to illustrate
11402   how it works.
11403 * fixed ungetch() to take int instead of ch.
11404 * fixes to cure wgetch() if flushinp() is called.
11405
11406 One note I forgot to mention in 1.8.3 is that tracing is off by
11407 default starting in the version. If you want tracing output, put
11408 traceon(); in your code and link with -ldcurses.
11409
11410 #### ncurses 1.8.2 -> ncurses 1.8.3 #### ####
11411 MAJOR CHANGES:
11412 1) The order of capabilities has been changed in order to achieve
11413 binary compatibility with SVR4 terminfo database. This has the
11414 unfortunate effect of breaking application currently linked with
11415 ncurses. To ensure correct behavior, recompile all such programs.
11416 Most programs using color or newer capabilities will break, others
11417 will probably continue to work ok.
11418
11419 2) Pavel Curtis has renounced his copyright to the public domain.
11420 This means that his original sources (posted to comp.sources.unix,
11421 volume 1) are now in the public domain.  The current sources are
11422 NOT in the public domain, they are copyrighted by me.  I'm
11423 entertaining ideas on what the new terms ncurses is released under.
11424
11425 3) Eric S. Raymond has supplied a complete set of man pages for
11426 ncurses in ?roff format. They will eventually replace most of the
11427 current docs. Both sets are included in this release.
11428
11429 Other changes and notes from 1.8.2 include:
11430 * SIGSEGV during scrolling no longer occurs.
11431 * Other problems with scrolling and use of idl have been corrected.
11432 * lib_getch.c has been re-written and should perform flawlessly.
11433   please use test/getch.c and any other programs to test this.
11434 * ripoffline() is implemented (Thanks to Eric) and slk_ functions
11435   changed accordingly.
11436 * I've added support for terminals that scroll if you write in the
11437   bottom-right corner.
11438 * fixed more bugs in pads code. If anybody has a program that uses
11439   pads I'd love a copy.
11440 * correct handling for terminal with back_color_erase capability
11441   (such as Linux console, and most PC terminals)
11442 * ^Z handling apparently didn't work (I should never trust code
11443   sent me to me without extensive testing). It now seems to be
11444   fixed. Let me know if you have problems.
11445 * I've added support for Apollo and NeXT, but it may still be
11446   incomplete, especially when dealing with the lack of POSIX
11447   features.
11448 * scrolling should be more efficient on terminals with idl
11449   capabilities. Please see src/lib_scroll.c for more notes.
11450 * The line drawing routines were offset by 1 at both ends. This
11451   is now fixed.
11452 * added a few missing prototypes and macros (e.g. setterm())
11453 * fixed code in src/lib_overlay.c which used to crash.
11454 * added a few more programs in test/ The ones from the PDCurses
11455   package are useful, especially if you have SVR4 proper. I'm
11456   interested in the results you get on such a systems (Eric? ;-).
11457   They already exposed certain bugs in ncurses.
11458 * See src/README for porting notes.
11459 * The C++ code should really replace ncurses.h instead of working
11460   around it. It should avoid name-space clashes with nterm.h (use
11461   rows instead of lines, etc.)
11462 * The C++ should compile ok. I've added explicit rules to the
11463   Makefile because no C++ defaults are documented on the suns.
11464 * The docs say that echo() and nocbreak() are mutually exclusive.
11465   At the moment ncurses will switch to cbreak() if the case above
11466   occurs. Should it continue to do so? How about echo() and noraw()?
11467 * PDCurses seem to assume that wclear() will use current attribute
11468   when clearing the screen. According to Eric this is not the case
11469   with SVR4.
11470 * I have discovered, to my chagrin, SunOS 4.x (and probably other systems)
11471   * doesn't have vsscanf and God knows what else!  I've will do a vsscanf().
11472 * I've also found out that the src/script.* rely on gawk and will not
11473   work with stock awk or even with nawk. Any changes are welcome.
11474 * Linux is more tolerant of NULL dereferences than most systems. This
11475   fact was exposed by hanoi.
11476 * ncurses still seems inefficient in drawing the screen on a serial
11477   link between Linux and suns. The padding may be the culprit.
11478 * There seems to be one lingering problem with doupdate() after shelling
11479   out. Despite the fact the it is sending out the correct information
11480   to the terminal, nothing takes effect until you press ^L or another
11481   refresh takes place. And yes, output does get flushed.
11482
11483 #### ncurses 1.8.1 -> ncurses 1.8.2 #### Nov 28, 1993 ####
11484
11485 * added support for SVR4 and BSDI's BSD/386.
11486 * major update and fix to scrolling routine.
11487 * MORE fixes to stuff in lib_getch.c.
11488 * cleaned-up configuration options and can now generate
11489         Config.* files through an awk script.
11490 * changed setupterm() so it can be called more than once,
11491         add added set_curterm(), del_curterm().
11492 * a few minor cleanups.
11493 * added more prototypes in curses.h
11494
11495 #### ncurses 1.8 -> ncurses 1.8.1 #### Nov 4, 1993 ####
11496
11497 * added support for NeXTStep 3.0
11498 * added termcap emulation (not well tested).
11499 * more complete C++ interface to ncurses.
11500 * fixed overlay(), overwrite(), and added copywin().
11501 * a couple of bug fixes.
11502 * a few code cleanups.
11503
11504 #### ncurses 0.7.2/0.7.3 -> ncurses 1.8 #### Aug 31, 1993 ####
11505
11506 * The annoying message "can't open file." was due to missing
11507   terminfo entry for the used terminal. It has now been
11508   replaced by a hopefully more helpful message.
11509 * Problems with running on serial lines are now fixed.
11510 * Added configuration files for SunOS, Linux, HP/UX, Ultrix,
11511   386bsd/BSDI (if you have others send'em to me)
11512 * Cleaner Makefile.
11513 * The documentation in manual.doc is now more uptodate.
11514 * update optimization and support for hp terminals, and 386bsd
11515   console driver(s).
11516 * mvcur optimization for terminals without cursor addressing
11517   (doesn't work on Linux)
11518 * if cursor moved since last update, getch() will refresh the
11519   screen before working.
11520 * getch() & alarm() can now live together. in 0.7.3 a signal
11521   interrupted getch() (bug or feature?) now the getch is
11522   restarted.
11523 * scanw() et all were sick, now fixed.
11524 * support for 8-bit input (use meta()).
11525 * added default screen size to all terminfos.
11526 * added c++ Ncursesw class.
11527 * several minor bug fixes.
11528
11529 #### ncurses 0.7.2 -> ncurses 0.7.3 #### May 27, 1993 ####
11530
11531 * Config file to cope with different platforms (386BSD, BSDI, Ultrix, SunOS)
11532 * more fixes to lib_getch.c
11533 * changes related to Config
11534
11535 #### ncurses 0.7 -> ncurses 0.7.2 #### May 22, 1993 ####
11536
11537 * docs updated slightly (color usage is now documented).
11538 * yet another fix for getch(), this one fixes problems with ESC being swallowed
11539   if another character is typed before the 1 second timeout.
11540 * Hopefully, addstr() and addch() are 8-bit clean.
11541 * fixed lib_tparm.c to use stdarg.h (should run on suns now)
11542 * order of capabilities changed to reflect that specified in SYSV
11543   this will allow for binary-compatibility with existing terminfo dbs.
11544 * added halfdelay()
11545 * fixed problems with asc_init()
11546 * added A_PROTECT and A_INVIS
11547 * cleaned up vidputs()
11548 * general cleanup of the code
11549 * more attention to portability to other systems
11550 * added terminfos for hp70092 (wont work until changes to lib_update.c are
11551   made) and 386BSD pcvt drivers.
11552
11553 Thanks to Hellmuth Michaelis for his help.
11554 optimization code is slated for the next major release, stay tuned!
11555
11556 #### ncurses 0.6/0.61 -> ncurses 0.7 #### April 1, 1993
11557 Please note that the next release will be called 1.8. If you want to know about
11558 the rationale drop me a line.
11559
11560 Included are several test programs in test/.
11561 I've split up the panels library, reversi, tetris, sokoban. They are now
11562 available separately from netcom.com:pub/zmbenhal/
11563
11564 * color and ACS support is now fully compatible with SYSV at the terminfo
11565   level.
11566 * Capabilities now includes as many SYSV caps I could find.
11567 * tigetflag,tigetnum,tigetstr functions added.
11568 * boolnames, boolfnames, boolcodes numnames, numfnames, numcodes,
11569   strnames, strfnames, strcodes arrays are now added.
11570 * keyname() is added.
11571 * All function keys can be defined in terminfo entries.
11572 * fixed lin_tparm.c to behave properly.
11573 * terminfo entries for vt* and xterm are included (improvements are welcome)
11574 * more automation in handling caps and keys.
11575 * included fixes from 0.6.1
11576 * added a few more missing functions.
11577 * fixed a couple of minor bugs.
11578 * updated docs JUST a little (still miles behind in documenting the newer
11579         features).
11580
11581 #### ncurses 0.6 -> ncurses 0.61 ####
11582
11583 1) Included the missing data/console.
11584
11585 2) allow attributes when drawing boxes.
11586
11587 3) corrected usage of win->_delay value.
11588
11589 4) fixed a bug in lib_getch.c. if it didn't recognize a sequence it would
11590         simply return the last character in the sequence. The correct
11591         behavior is to return the entire sequence one character at a time.
11592
11593 #### ncurses0.5 -> ncurses0.6 #### March 1, 1993 ####
11594 * removed _numchngd from struct _win_st and made appropriate changes.
11595 * rewritten kgetch() to remove problems with interaction between alarm and
11596   read(). It caused SIGSEGV every now and then.
11597 * fixed a bug that miscounted the numbers of columns when updating.
11598   (in lib_doupdate.c(ClrUpdate() -- iterate to columns not columns-1)
11599 * fixed a bug that cause the lower-right corner to be incorrect.
11600   (in lib_doupdate.c(putChar() -- check against columns not columns-1)
11601 * made resize() and cleanup() static to lib_newterm.c
11602 * added notimeout().
11603 * added timeout() define in curses.h
11604 * added more function prototypes and fixed napms.
11605 * added use_env().
11606 * moved screen size detection to lib_setup.c.
11607 * fixed newterm() to confirm to prototype.
11608 * removed SIGWINCH support as SYSV does not define its semantics.
11609 * cleaned-up lib_touch.c
11610 * added waddnstr() and relatives.
11611 * added slk_* support.
11612 * fixed a bug in wdeleteln().
11613 * added PANEL library.
11614 * modified Makefile for smoother installation.
11615 * terminfo.h is really term.h
11616
11617 #### ncurses 0.4 -> ncurses 0.5 #### Feb 14, 1993 ####
11618 * changed _win_st structure to allow support for missing functionality.
11619 * Addition of terminfo support for all KEY_*.
11620 * Support for nodelay(), timeout(), notimeout().
11621 * fixed a bug with the keypad char reading that did not return ESC until
11622   another key is pressed.
11623 * nl mapping no longer occur on output (as should be)
11624   fixed bug '\n' no causing a LF.
11625 * fixed bug that reset terminal colors regardless of whether we use color
11626   or not.
11627 * Better support for ACS (not quite complete).
11628 * fixed bug in wvline().
11629 * added curs_set().
11630 * changed from signal() to sigaction().
11631 * re-included the contents of important.patch into source.
11632
11633 #### ncurses 0.3 -> ncurses 0.4 #### Feb 3, 1993 ####
11634 * Addition of more KEY_* definitions.
11635 * Addition of function prototypes.
11636 * Addition of several missing functions.
11637 * No more crashes if screen size is undefined (use SIGWINCH handler).
11638 * added a handler to cleanup after SIGSEGV (hopefully never needed).
11639 * changed SRCDIR from /etc/term to /usr/lib/terminfo.
11640 * renamed compile/dump to tic/untic.
11641 * New scrolling code.
11642 * fixed bug that reversed the sense of nl() and nonl().
11643
11644 #### ncurses 0.2 -> ncurses 0.3 #### Jan 20, 1993 ####
11645 * more support for color and graphics see test/ for examples.
11646 * fixed various files to allow correct update after shelling out.
11647 * more fixes for updates.
11648 * no more core dumps if you don't have a terminfo entry.
11649 * support for LINES and COLUMNS environment variables.
11650 * support for SIGWINCH signal.
11651 * added a handler for SIGINT for clean exits.
11652
11653 #### ncurses 0.1 -> ncurses 0.2 #### Aug 14, 1992 ####
11654 * support for color.
11655 * support for PC graphic characters.
11656 * lib_trace.c updated to use stdarg.h and vprintf routines.
11657 * added gdc.c (Great Digital Clock) as an example of using color.
11658
11659 #### ncurses -> ncurses 0.1 #### Jul 31, 1992 ####
11660 * replacing sgtty stuff by termios stuff.
11661 * ANSIfication of some functions.
11662 * Disabling cost analysis 'cause it's incorrect.
11663 * A quick hack for a terminfo entry.
11664
11665 -- vile:txtmode: